/*20200519登录调整*/
.login-cont .date .rest {
    float: left;
    color: #666;
    font-size: 14px;
}
.login-cont .date .rest a {
    color: #0093d6;
    float: none;
}
.login-cont .hd span{
    float: left;
    display: inline-block;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    margin-top: 38px;
    margin-right: 20px;
    color:#999;
    cursor: pointer;
}
.login-cont .hd span.active{
    border-bottom: 2px solid #0093d6;
    color:#314659;
}
.login-cont .bd{
    display: none;
}
.login-cont .code-row input{
    width: 200px;
}
.login-code{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    border-radius: 20px;
    height: 24px;
    line-height: 22px;
    background-color: #0093d6;
    color:#fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.login-code:hover{
    background-color: #0384bf;
}
.login-cont .login-btn:hover{
    background-color: #0384bf;
}
.code-again{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    border-radius: 20px;
    height: 24px;
    line-height: 22px;
    background-color: #e5e5e5;
    color:#777;
    text-align: center;
    font-size: 12px;
}
/*20200519登录调整end*/
