/*Indexheader*/

.header {
    width: 100%;
    height: 100px;
    background-color: #333333;
    font-family: "平方";
}

.log-wrap {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.log {
    float: left;
    height: 100px;
}

.log img {
    display: inline-block;
    margin-top: 20px;
    width: 170px;
    height: 60px;
    vertical-align: middle;
}

.lgn-wrap {
    color: #ffffff;
    float: right;
    text-align: right;
    height: 100px;
    font-size: 14px;
}

.lgn-wrap p a {
    color: #fff;
}

.lgn-wrap p:last-child {
    margin-top: 8px;
}

.lgn-box {
    margin: 8px 0;
}

.lgn-box span {
    display: inline-block;
    width: 118px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
}



/*Indexcontent*/

.h3 {
    margin-bottom: 18px;
    font: 16px "Adobe 黑体 Std R";
    font-weight: bold;
}

.h1 {
    font: bold 46px '黑体';
}

.h4 {
    letter-spacing: 2px;
    font: 24px "Adobe 黑体 Std R";
}

.content {
    width: 100%;
    padding-bottom: 62px;
    position: relative;
}

.bgL {
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background-image: url(../images/cont_bj_01.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}

.bgR {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/cont_bj_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.content-wrap {
    max-width: 1200px;
    height: 568px;
    margin: 0 auto;
    padding-top: 62px;
}

.content-box {
    /*width: 666px;*/
    /*height: 568px;*/
}

.nav-bar {
    float: left;
    width: 37px;
    margin-top: 26px;
    height: 542px;
    background: url("../images/index_Spirit.png") no-repeat;
    background-position: 0 0;
    font-family: "苹方";
}

.nav-bar ul {
    margin-top: 44px;
}

.nav-bar ul li {
    display: inline-block;
    height: 48px;
    border-top: 1px solid #cccccc;
    line-height: 16px;
    text-align: center;
    padding-top: 12px;
    font-size: 14px;
}

.nav-bar ul li a {
    color: #ffffff;
    text-decoration: none;
}

.nav-bar ul li a:hover {
    color: #f00000;
}

.nav-bar ul li:last-child {
    border-bottom: 1px solid #cccccc;
}

.yours {
    float: left;
    border: 1px solid #cccccc;
    width: 627px;
    height: 566px;
    background-color: #ffffff;
}

.yours-wrap {
    margin: 0 auto;
    width: 542px;
}

.content-lt {
    overflow: hidden;
    margin-top: 15px;
    font-family: "苹方";
}

.content-lt span {
    float: left;
    height: 72px;
    line-height: 72px;
    padding-right: 5px;
    font-family: "方正韵动粗";
    font-weight: bold;
}

.speed {
    font-family: "苹方";
    float: right;
    margin-top: -38px;
    width: 97%;
    clear: both;
    border-bottom: 1px dashed black;
}

.speed ul {
    display: block;
    text-align: right;
    height: 36px;
}

.speed ul li {
    display: inline-block;
    margin-top: 11px;
    padding: 0 5px;
    text-align: center;
}

.speed ul li span {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
}

.speed ul li i {
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/index_Spirit.png);
    background-repeat: no-repeat;
    background-position: -40px 0;
    margin: 0 auto;
}

.speed ul li b {
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/index_Spirit.png);
    background-repeat: no-repeat;
    background-position: -56px 0;
    margin: 0 auto;
}



/*select-flight*/

.select-flight {
    clear: both;
    width: inherit;
    margin-top: 20px;
}

.select-flight ul {
    position: relative;
}

.select-flight ul li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}

#choose_way div {
    cursor: pointer;
}

.btnbox {
    text-align: center;
}

.select-type {
    overflow: hidden;
    padding-bottom: 11px;
}

.select-type div {
    font-family: "苹方";
    position: relative;
    height: 40px;
    width: 164px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    float: left;
    background-color: #bfbfbf;
    margin: 0 16px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}



/*cyty-time*/

.cyty-time {
    margin-top: 20px;
    position: relative;
}

.chose-list {
    width: 542px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.chose-list span {
    font-family: "苹方";
    display: inline-block;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 700;
    float: left;
}

.chose-list i {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    color: #999;
    margin: 0;
    padding: 0;
    float: left;
}

.chose-list input[type="text"] {
    font-family: "苹方";
    display: inline-block;
    height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    padding-left: 5px;
    background-color: transparent;
    vertical-align: top;
    position: absolute;
    left: 91px;
    top: 0;
    width: 480px;
    background: url("../images/time_01.png") no-repeat;
    background-position: 410px center;
    color: #666666;
    float: left;
}

.chose-list input[type="text"].selec {
    background: url("../images/sanjiao_01.png") no-repeat;
    background-position: 410px center;
}

.chose-list input[type="text"].selec1 {
    background: url("../images/sanjiao_01.png") no-repeat;
    background-position: 410px center;
    cursor: pointer;
}

.selerD {
    position: absolute;
    left: 85px;
    top: 97px;
    width: 458px;
    height: 0px;
    border: solid 1px #a0a0a0;
    overflow: hidden;
    display: none;
}

.selerD div {
    font-size: 14px;
    line-height: 25px;
    background-color: #fff;
    padding-left: 10px;
    cursor: pointer;
}

.selerD div:hover {
    background-color: #fb5959;
}

input::-ms-clear {
    display: none;
}

input[type=text]::-ms-clear {
    display: none
}

.chose-list p {
    position: absolute;
    width: 32px;
    height: 28px;
    top: 5px;
    right: 10px;
    background: url("../images/index_Spirit.png") no-repeat;
    background-position: -40px -13px;
    z-index: 0;
    cursor: pointer;
}

.chose-list select {
    font-family: "苹方";
    display: inline-block;
    height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    width: 431px;
    padding-left: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;

    vertical-align: top;
    background-color: transparent;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.chose-list b {
    width: 32px;
    height: 28px;
    display: block;
    background-image: url(../images/index_Spirit.png);
    background-repeat: no-repeat;
    background-position: -40px -69px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: -1;
}

.ctravel {
    width: 524px;
    font-family: "苹方";
    position: relative;
}

.suc-title {
    text-align: center;
}

.suc-title b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 38px;
    height: 38px;
    background-image: url(../images/index_Spirit.png);
    background-repeat: no-repeat;
    background-position: -40px -203px;
}

.suc-title span {
    font-size: 16px;
    color: #f00000;
    font-weight: bold;
}

.suc-text h6 {
    font-size: 16px;
    font-family: "苹方";
    margin-bottom: 14px;
}

.suc-text p {
    line-height: 25px;
    font-size: 14px;
}

.qrcode-wrap {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.qrcode-wrap b {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(../images/index_Spirit.png);
    background-repeat: no-repeat;
    background-position: -40px -97px;
}

.qrcode-wrap p {
    color: #f00000;
}


/* .tcenter {
    text-align: center;
} */

.chaxunzhifei {
    float: left;
    height: 100%;
    margin-left: 30px;
    font-size: 16px;
    line-height: 36px;
}

.time-box {
    width: 544px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 16px;
    position: relative;
}

.time-box div:first-child {
    margin-right: 20px;
}

.activel {
    background-color: #f00000!important;
    border: 1px solid #ff2e2e !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.activel:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #ff2e2e;
    border-top-width: 0;
    border-left-width: 0;
    right: 45%;
    bottom: -9px;
    background-color: #f00000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}



/*.time-box div:last-child{*/


/*float: right;*/


/*}*/

.time-list {
    float: left;
    width: 260px;
    height: 38px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.time-list span {
    font-family: "苹方";
    font-weight: bold;
    display: inline-block;
    margin: 0 12px;
    font-size: 14px;
    float: left;
}

.time-list i {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    color: #999;
    margin: 0;
    padding: 0;
    float: left;
}

.time-list input[type="text"] {
    width: 200px;
    display: inline-block;
    height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: top;
    position: absolute;
    left: 91px;
    top: 0;
    background: url("../images/time_01.png") no-repeat;
    background-position: 130px center;
    color: #666;
    float: left;
}

.time-list p {
    position: absolute;
    width: 32px;
    height: 28px;
    top: 5px;
    right: 10px;
    background: url("../images/index_Spirit.png") no-repeat;
    background-position: -40px -13px;
}

.bigbtn {
    font-family: "苹方";
    display: inline-block;
    width: 174px;
    height: 36px;
    background-color: #f00000;
    line-height: 36px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    float: left;
}

a.nonedec {
    text-decoration: none;
}

.nonedec.active {
    background-color: #333;
    cursor: default;
}


/* index--End */


/* login */

.r-cont {
    width: 100%;
    position: relative;
}

.r-cont-bgl {
    width: 51%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bj_register_01_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}

.r-cont-bgr {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/bj_register_01_02.png);
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}

.r-formcont {
    margin: 0 auto;
    width: 1200px;
    padding-top: 64px;
    padding-bottom: 55px;
}

.r-form {
    width: 520px;
    -height: 528px;
    padding: 40px 55px 20px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #cccccc;
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 0 59px #aaa2a2;
    -moz-box-shadow: 0 0 59px #aaa2a2;
    box-shadow: 0 0 59px #aaa2a2;
}

.r-form .title {
    width: 100%;
    height: 40px;
    text-align: center;
}

.from-cont {
    margin-top: 30px;
    font-family: "苹方";
}

.fc-l {
    padding-right: 13px;
    border-right: 1px solid #bcbcbc;
    float: left;
}

.fc-r {
    float: left;
}

.fcl-item {
    margin-bottom: 10px;
}

.fcl-item span {
    display: inline-block;
    width: 80px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.fcl-item input {
    border: none;
    height: 33px;
    font-size: 16px;
    width: 180px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.area {
    width: 252px;
    height: 106px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #cccccc;
    line-height: 20px;
    color: #666666;
}

.area p {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding-bottom: 12px;
}

.read {
    margin-top: 8px;
    text-align: right;
}

.read input[type="checkbox"] {
    vertical-align: middle;
}

.forget-pass {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #f00000;
}

.bigbtn {
    border: 0;
}

.btnbox {
    margin-top: 18px;
}

.vip-log {
    margin-top: 110px;
    margin-left: 80px;
}

.vip-old {
    margin-top: 10px;
    margin-left: 82px;
}

.vip-old a {
    font-size: 14px;
    color: #333333;
}

.minbtn {
    font-family: "苹方";
    display: inline-block;
    width: 110px;
    height: 36px;
    background-color: #f00000;
    line-height: 36px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}



/*end*/


/* contactUs */

.banner {
    width: 1200px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    height: 625px;
    margin-top: 1px;
}

.banner-bgl {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/cus-banner_01_01.png);
    width: 50.05%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-bgr {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/cus-banner_01_02.png);
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.zr {
    width: 100%;
    height: 306px;
    background-color: #333;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.zr1 {
    width: 574px;
    height: 164px;
    background-color: #333;
    opacity: 0.2;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -287px;
    z-index: 1;
}

.banzr {
    display: block;
    width: 575px;
    height: 164px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -288px;
}

.banzr1 {
    display: block;
    width: 89px;
    height: 108px;
    position: absolute;
    left: 368px;
    bottom: 160px;
}

.banner h3 {
    font-size: 26px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "苹方";
    position: absolute;
    left: 0;
    bottom: 151px;
    z-index: 2;
}

.banner h3:after {
    content: "";
    width: 110px;
    height: 2px;
    background-color: #ff001e;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 37px;
}

.banner h5 {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "苹方";
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 2;
}

.cus-textwrap {
    width: 1200px;
    margin: 48px auto 50px;
    overflow: hidden;
}

.cus-contl {
    float: left;
    width: 519px;
    border-right: solid 1px #a0a0a0;
    height: 205px;
}

.cus-contl img {
    display: block;
    margin: 58px auto 0;
}

.cus-cont {
    float: left;
    padding-left: 113px;
    position: relative;
}

.cus-cont p {
    font-size: 15px;
    font-family: "苹方";
    line-height: 30px;
    color: #333333;
}

.cuscont1 {
    position: absolute;
    display: block;
    left: 83px;
    top: 8px;
}

.cuscont2 {
    position: absolute;
    display: block;
    left: 83px;
    top: 98px;
}

.cuscont3 {
    position: absolute;
    display: block;
    left: 83px;
    top: 129px;
}

.cuscont4 {
    position: absolute;
    display: block;
    left: 83px;
    bottom: 8px;
}


/* end */


/* aboutUs */

.block-bar {
    background-color: #474e55;
    width: 100%;
}

.b-bcont {
    margin: 0 auto;
    width: 1200px;
    padding: 74px 0 55px;
    position: relative;
    overflow: hidden;
}

.img-wrap {
    width: 300px;
    height: 230px;
    position: relative;
    font-size: 0;
    float: left;
}

.img-wrap>img {
    display: inline-block;
    width: 100%;
}

.text-box {
    float: left;
    width: 830px;

    margin-left: 60px;
}

.text-box>h1 {
    width: 60px;
    border-bottom: 2px solid #f00000;
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
    color: #ffffff;
}

.text-box .text {
    padding-top: 16px;
    height: 120px;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.aft::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 330px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #474e55;
}

.aft1::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 330px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffffff;
}

.btnbox {
    text-align: right;
    margin-top: 36px;
}

.white-bar .img-wrap {
    width: 300px;
    height: 230px;
    position: relative;
    font-size: 0;
    float: left;
}

.white-bar .img-wrap>img {
    display: inline-block;
    width: 100%;
}

.white-bar .text-box {
    float: left;
    width: 830px;
    margin-left: 0;
    margin-right: 60px;
}

.white-bar .text-box>h1 {
    width: 60px;
    border-bottom: 2px solid #f00000;
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
    color: #333;
}

.white-bar .text-box .text {
    padding-top: 16px;
    height: 120px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.smallbtn {
    display: inline-block;
    width: 98px;
    height: 28px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.smallbtn1 {
    display: inline-block;
    width: 98px;
    height: 28px;
    border: 1px solid #333;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}



/* end */


/* bookingInstructions */

.content1 {
    text-align: center;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.content1>h1 {
    font-size: 28px;
    margin-top: 30px;
}

.termofuse {
    color: #2f2f2f;
    font-family: -apple-system, Helvetica, Arial, Tahoma, "PingFang SC", "Hiragino Sans GB", "Lantinghei SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    width: 900px;
    margin: 0 auto 40px;
    padding-top: 60px;
    text-align: left;
}

.termofuse h2 {
    font-size: 24px;
    text-align: center;
}

.termofuse h3 {
    font-size: 18px;
}

.termofuse h4 {
    font-size: 16px;
    margin: 0 0 5px 20px;
}

.termofuse h5 {
    font-size: 14px;
    margin: 0 0 5px 20px;
    font-weight: normal;
}

.termofuse p {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: initial;
    word-break: break-word;
    margin: 0 0 5px 20px;
}

.history {
    width: 458px;
    height: 209px;
    border-left: solid #a0a0a0 1px;
    border-right: solid #a0a0a0 1px;
    border-bottom: solid #a0a0a0 1px;
    background-color: #fff;
    position: absolute;
    left: 84px;
    top: 79px;
    z-index: 9997;
    overflow-y: scroll;
    display: none;
}

.history1 {
    width: 458px;
    height: 209px;
    border-left: solid #a0a0a0 1px;
    border-right: solid #a0a0a0 1px;
    border-bottom: solid #a0a0a0 1px;
    background-color: #fff;
    position: absolute;
    left: 84px;
    top: 138px;
    z-index: 9997;
    overflow-y: scroll;
    display: none;
}

.history dl,
.history1 dl {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.history dl dt,
.history1 dl dt {
    padding-left: 3px;
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    background-color: #dfdfdf;
    overflow: hidden;
}

.history dl dt span,
.history1 dl dt span {
    padding-right: 5px;
}

.history dl dd,
.history1 dl dd {
    padding-left: 12px;
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #5d5d5d;
    background-color: #fff;
    cursor: pointer;
}

.history dl dd:hover {
    background-color: #eeeeee;
}

.history1 dl dd:hover {
    background-color: #eeeeee;
}

.history dl dd p,
.history1 dl dd p {
    float: left;
    margin: 0;
    padding: 0;
}

.history dl dd b,
.history1 dl dd b {
    float: right;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    margin-right: 8px;
}

.history dl dd i,
.history1 dl dd i {
    float: left;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 23px;
    margin-right: 12px;
}


/* end */

.contList {
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.contList p {
    font-size: 16px;
    line-height: 50px;
    color: #000000;
    display: block;
    margin: 0;
    padding: 0;
}

.contList textarea {
    width: 494px;
    height: 91px;
    border: none;
    border: solid 1px #d0d0d0;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 13px 0 13px;
    border-radius: 5px;
    color: #cccccc;
}

.contList span {
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    display: block;
    margin: 0;
    padding: 0;
}

.contList input {
    width: 238px;
    height: 38px;
    border: none;
    border: solid 1px #d0d0d0;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 38px;
    padding-left: 10px;
    border-radius: 5px;
    color: #808080;
}

.subTiJiao {
    width: 336px;
    height: 38px;
    border-radius: 4px;
    border: solid 1px #a0a0a0;
    background-color: #f00000;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-left: 90px;
    margin-top: 15px;
    cursor: pointer;
}

.mgr0 {
    margin-right: 0;
}

.selectCityTitle {
    height: 23px;
    background-color: #ee0d0d;
    line-height: 23px;
    padding-left: 13px;
    font-size: 12px;
    color: #fff;
}

.loginover {
    width: 137px;
    height: 36px;
    border: solid 1px #fff;
    display: none;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-left: 30px;
    background-image: url(../images/bairen.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    position: relative;
}
.loginover::after{
    position: absolute;
    right: 73px;
    top: 12px;
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
}

.loginover span {
    width: 65px;
    float: left;
    height: 100%;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.loginover span:last-child{
    cursor: pointer;
    width: 72px;
}
.loginover span:last-child:hover{
    text-decoration: underline;
}

.wangjima{
    font-size: 14px;
    color: #f00000;
    cursor: pointer;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
    display: none;
}
.wangjima.active{
    bottom: 155px;
}