.loginbj{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.registerbj{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.pwdresetbj{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.bindmobilebj{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.loginkuang{
    width: 520px;
    height: 600px;
    position: fixed;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding: 50px;
    border-radius: 8px;
    background-color: #fff;
}
.head_tan_top {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.head_tan_top li:nth-last-child(1):first-child{
    width:100%;
}
.head_tan_top li:nth-last-child(2):first-child ~ li{
    width:calc(100% / 2);
}
.head_tan_top li {
    padding: 21px 0px;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 1px solid #a0a0a0;
    cursor:pointer;
}
.head_tan_top li a{
    font-size: 18px;
    color: #666666;
}
.head_tan_top li.active {
    border-bottom: 2px solid #246fd4;
}
.head_tan_top li.active a{
    color: #246fd4;
}
.loginkuang input{
    margin: 5px 0;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #eeeeee;
    color: #a0a0a0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    vertical-align:middle;
}
.loginkuang input.verifyCode,.loginkuang input.captcha{
    width: 60%;
}
.loginkuang .captcha_image{
    width: 38%;
    height: 50px;
    border: 1px solid #eeeeee;
    vertical-align:middle;
}
.loginkuang button{
    width: 38%;
    height: 50px;
    font-size: 14px;
    color: #fff;
    background: #246fd4;
    border: 1px solid #eeeeee;
    vertical-align:middle
}
.loginkuang a.denglu {
    text-decoration: none;
    margin: 15px 0;
    display: block;
    background: #246fd4;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100% !important;
    font-size: 16px;
}
.loginkuang p{
    font-size: 16px;
    text-align: right;
    color: #999999;
}
.loginkuang p a{
    color: #999999;
}
.loginkuang .disanfang h1{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    letter-spacing: 1px;
    margin: 20px 0;
}
.loginkuang .disanfang ul{
    text-align: center;
}
.loginkuang .disanfang ul li{
    display: inline;
    list-style-type: none;
    padding: 0 20px;
}
.loginkuang .disanfang ul li img{
    width: 80px;
}
.loginkuang .loginfrm_cw{
    display: block;
    font-size: 14px;
    color: #a94442;
}
.sjlogin{
    display: none;
}
.modal_close {
    display: block;
    padding: 10px;
    position: absolute;
    right: -35px;
    top: -35px;
    color: #EEE;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.modal_close:hover{
    color: #0471de;
}
.modal_close i{
    font-size: 20px;
}