.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*.clearfix {
    zoom: 1;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.top-head-login{
    height: 120px;
    width: 100%;
    background-color: #0963AB;
}

.top-head-login .logo-img{
    width: 183px;
    height: 36px;
    margin-top: 32px;
    margin-left: 18.2%;
}

.login-box{
    width: 465px;
    background-color: #fff;
    margin-top: 98px;
    box-sizing: border-box;
    padding: 50px 58px 10px 58px;
}

.login-bg-new{
    /*background:#B1D0F4 url(../images/login_pc_new/login.png) no-repeat center center;*/
    background-color: rgb(169, 209, 248);
    background-size: cover;
    height: 697px;
    width: 100%;
}



.login-cont{
    /*background: url(../images/login_pc_new/tubiao.png) no-repeat 6px 196px;*/
    /*width: 1080px;*/
    /*margin: 0 auto;*/
    /*overflow: hidden;*/
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.login-cont-new-img {
    display: inline-block;
    background-image: url(tubiaoNew.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 580px;
    height: 360px;
    margin-top: 122px;
}
.login-tab {
    font-size: 0;
}

.login-tab li{
    width: 40%;
    margin: 0 5%;
    font-size: 22px;
    color: #333333;
    letter-spacing: -0.14px;
    /*line-height: 32px;*/
    text-align: center;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-weight: bold;
}

.login-tab li.cur{
    color: #1492FF;
    border-bottom: 2px solid #1492FF;
    padding-bottom: 10px;
}

.login-style{
    text-align: center;
    font-size: 17px;
    color: #333333;
    letter-spacing: -0.1px;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 24px;
    /*position: relative;*/
    /*top: 20px;*/
}

.login-box .ipt input{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    border: none;
    border-bottom: 1px solid #EEE;
    width: 100%;
    padding-bottom: 6px;
    outline:none;
}

.mb20{
    margin-bottom: 20px;
}


.input-test::-webkit-input-placeholder{
    color: #999;
}
.input-text::-moz-placeholder{
    color: #999;
}
.input-text:-ms-input-placeholder{
    color: #999;
}

.mb5{
    margin-bottom: 5px;
}

.forget-pass{
    font-size: 14px;
    color: #333;
    letter-spacing: -0.09px;
    text-align: right;
    line-height: 32px;
    margin-right: -7px;
}

.forget-pass:hover{
    color: #1E8DD3;
}

.mb28{
    margin-bottom: 28px;
}

.login-box .btn-new{
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #1492FF;
    border-radius: 0;
}

.login-box .btn-new:hover {
    background-color: #1286EB;
}

.login-box .btn-new-other{
    border: 1px solid;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #1492FF;
    background-color: #fff;
    border-radius: 0;
}

.login-box .btn-new-other:hover {
    color: #1286EB;
}

.mb10{
    margin-bottom: 10px;
}


.tip-href a{
    font-size: 14px;
    color: #1492FF;
    letter-spacing: -0.09px;
    line-height: 32px;
    margin-right: -7px;
}

.tip-href a:hover {
    color: #1286EB;
}

.mb25{
    margin-bottom: 25px;
}

.go-register{
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.09px;
    line-height: 32px;
    text-align: center;
}

.go-register a{
    color: #1492FF;
}

.go-register a:hover{
    color: #1286EB;
}

.bottom-footer{
    width: 100%;
    height: 164px;
    background-color:#3375AA;
}

.bottom-footer .info{
    width: 1080px;
    margin: 0 auto;
}

.bottom-footer .info{
    text-align: center;
}

.bottom-footer .info a{
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 24px;
}

.bottom-footer .info a:last-child{
    border: none;
}

.bottom-footer .bottom-info{
    opacity: 0.45;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mb15{
    margin-bottom: 15px;
}


.login-popup-one{
    width: 525px;
    height: 370px;
    background: #fff;
    top: 39%;
    left: 50%;
    margin-left: -262px;
    margin-top: -165px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.login-popup-one p{
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.09px;
    line-height: 22px;
}

.password-box{
    position: relative;
}

.password-box .input-test{
    box-sizing: border-box;
    padding-right: 50px;
}

.password-box .dele-icon{
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("/images/login_pc_new/dele.png") no-repeat;
    background-size: 17px;
    right: 40px;
    top: 10px;
    cursor: pointer;
}

.password-box .eyes-icon{
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 14px;
    background: url("/images/login_pc_new/eye-none.png") no-repeat;
    background-size: 22px 14px;
    top: 12px;
    right: 5px;
    cursor: pointer;
}

.password-box .eyes-show{
    background: url("/images/login_pc_new/eye-show.png") no-repeat;
    background-size: 22px 14px;
}

.password-box .eyes-close{
    background: url("/images/login_pc_new/eye-none.png") no-repeat;
    background-size: 22px 14px;
}

.red-line{
    border-bottom: 1px solid #FF3B2F!important;
}
.ipt,
.pos-rel{
    position: relative;
}
.pass-tip{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #FF3B2F;
    top: 30px;
    /*line-height: 32px;*/
}
.pass-tip.top {
    top:0;
}

li {
    list-style: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

zjzw_, .foot{
    margin-top: auto!important;
}