html,body{
    min-height: 900px;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
}
body{
    background: url("/tp_static/images/loginBg.jpg") no-repeat;
    background-size: 100% 100%;
}
.login_bg{
    z-index: 0;
    width: 100%;
    position: fixed;
}
.login-wrap{
    width: 65%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    float:right;
}
.login-box{
    position: relative;
    background: #fff;
    width: 460px;
    min-height: 520px;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.04);
    border-radius: 6px;
    padding: 30px 53px 22px;
    z-index: 1000;
    margin-right: -100px;
}
.footer-p{
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    opacity: 0.8;
    bottom: 10px;
}
.footer-p a{
    color: #fff;
}
.login-tag{
    position: absolute;
    right: 0;
    top:0;
    width: 63px;
    height: 63px;
}
.login-tag img{
    width: 100%;
}
.login-login{
    width: 192px;
    margin: 0 auto;
    display: block;
}
.login-tab{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.forget-tab {
    display: flex;
}

.login-tab li{
    width: 50%;
    font-size: 18px;
    /* color: #ADADAD; */
    letter-spacing: 0.38px;
    text-align: center;
    /* border-bottom: 3px solid #EEEEEE; */
}
.login-tab li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    /* color: #ADADAD; */
}
.login-tab li.active,.login-tab li:hover,
.login-tab li.active>a,.login-tab li:hover>a{
    /* color: #008FFF;
    border-bottom-color: #008FFF; */
}
.forget-tab>li a {
    font-size:14px;
    font-weight:600;
    color:#9E9E9E;
}
.forget-tab>li:hover a,.forget-tab> li.active a {
    color: #000;
}
.login-input:focus,.login-input:-webkit-autofill {
    border: 1px solid #008FFF;
}
.login-input:focus{
    border: 1px solid #008FFF;
}
.login-input{
    background: #fff;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #2c2c2c;
    letter-spacing: 0;
    text-align: left;
    padding: 15px 0;
    /* border: none !important;
    border-bottom: 1px solid #EBEBEB !important; */
    width:353px;
    height:42px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:4px;
    padding-left: 20px;
    margin-top: 30px;
}
.login-input::-moz-placeholder{font-size: 14px;font-weight: 500;color:#BBBBBB;}
.login-input:-ms-input-placeholder{font-size: 14px;font-weight: 500;color:#BBBBBB;}
.login-input::-webkit-input-placeholder{font-size: 14px;font-weight: 500;color:#BBBBBB;}


.login-input.error{
    border-bottom: 1px solid  #D0021B !important;
}
.login-input.error::-moz-placeholder{color:#D0021B;}
.login-input.error:-ms-input-placeholder{color:#D0021B;}
.login-input.error::-webkit-input-placeholder{color:#D0021B;}
.login-btn{
    display: block;
    background: #008FFF;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    border: none;
    cursor: pointer;
}
.login-btn:hover{
    background: RGB(13, 127, 233);
    color: #FFFFFF;
}
.login-commit{
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 38px;
}
.form-container{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #ADADAD;
    letter-spacing: 0;
}
.login-checkbox{
    display: none;
}
.login-checkbox-label{
    cursor: pointer;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}
.login-checkbox-label:before {
    content: "  ";
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    margin: 0;
    margin-top: -4px;
    margin-right: 5px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label::before {
    content: "✔"
}
.forget{
    float: right;
    color: #767676;
    font-size: 14px;
    font-weight: 500;
}
.login-type-ul{
    width: 100%;
    display: flex;
    margin-top: 45px;
    justify-content:center;
}
.login-type-ul li{
    text-align: center;
}
.login-type-ul li:after{
    content: '|';
    margin: 0 10px;
    color: #ADADAD;
}
.login-type-ul li:last-child:after{
    content: '';
    display: none;
}
.login-type-ul li>a{
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
}
.tel-code{
    /* padding-right: 100px; */
}
.send-code{
    line-height: 42px;
    letter-spacing: 0;
    position: absolute;
    margin-top: -42px;
    right: 52px;
    width:122px;
    height:42px;
    background:rgba(244,245,245,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:4px;
    font-size:14px;
    font-weight:500;
    color:rgba(112,112,112,1);
}
.js-input-emailcode,.js-input-telcode {
    width: 211px;
}
.send-code:hover{
    color: #008FFF;
    background: #EAF6FF;
}
.login-box h3{
    margin-top: 23px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.47px;
    text-align: center;
}
.login-box .reset-tips {
    font-size:14px;
    font-weight:500;
    color:rgba(44,44,44,1);
    text-align: center;
    margin-top: 25px;
}
.QRCode-login-box img{
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 230px;

}
.QRCode-login-box p{
    font-size: 14px;
    color: #B5B5B5;
    letter-spacing: 0;
    text-align: center;
}
.register-footer{
    margin-top: 28px;
    text-align: center;
    font-size: 14px;
    color: #757575;
}
.user-avatar{
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
}



































