@charset "UTF-8";
.login-outbox{
    margin-top: var(--header-height);
    padding: 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box{
    width: 661px;
    height: 514px;
    background: #fff;
    justify-content: space-between;
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%); */
}
.login-box .login-left{
    width: 282px;
    height: 100%;
}
.login-box .login-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-box .login-right{
    width: 379px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 55px;
    padding-bottom: 44px;
}
.login-box .login-right .login-r-title{
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    font-weight: 600;
    margin-bottom: 9px;
}
.login-box .login-right .login-r-subtitle{
    font-size: var(--app-fs-12);
    color: #3D3D3D;
    margin-bottom: 30px;
}
.login-box .login-right .login-qr-img{
    width: 160px;
    height: 160px;
    background: #D8D8D8;
    margin-bottom: 41px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.login-box .login-right .login-qr-img img{
    width: 100%;
    height: 100%;
}
.login-box .login-right .login-text{
    font-size: var(--app-fs-12);
    color: #3D3D3D;
    margin-bottom: 5px;
}
.login-box .login-right .login-text a{
    color: #0082EF
}
.login-box .login-right .login-text2{
    font-size: var(--app-fs-12);
    color: #606266;
    margin-bottom: 54px;
}
.login-box .login-right .login-btns{
    width: 100%;
    display: flex;
    justify-content: center;
}
.login-box .login-right .login-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: var(--app-fs-14);
    color: #606266;
}
.login-box .login-right .login-btn:last-child{
    margin-left: 20px;
}
.login-box .login-right .login-btn:hover{
    color: #fff;
    background: #D92A1D;
}
/* 绑定手机号 */
.bind-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 661px;
    height: 514px;
    background: #fff;
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%); */
    padding-top: 55px;
    padding-left: 155px;
    padding-right: 155px;
}
.bind-box .bind-title{
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    font-weight: 600;
    margin-bottom: 19px;
}
.bind-box .bind-desc{
    font-size: var(--app-fs-14);
    color: #3D3D3D;
    margin-bottom: 44px;
}
.bind-box .bind-form{
    width: 100%;
    margin-bottom: 54px;
}
.bind-box .bind-form .form-item{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding-left: 27px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: flex;
    align-items: center;
}
.bind-box .bind-form .form-item.first{
    margin-bottom: 28px;
}
.bind-box .bind-form .form-item.first span{
    font-size: var(--app-fs-18);
    color: #131414;
    margin-right: 25px;
}
.bind-box .bind-form .form-item.first input{
    /* flex: 1; */
    width: 80%;
    height: 100%;
    border: none;
    font-size: var(--app-fs-18);
    color: #131414;
    padding-left: 10px;
}
.bind-box .bind-form .form-item.second .code{
    /* flex: 1; */
    width: 60%;
    height: 100%;
    border: none;
    font-size: var(--app-fs-18);
    color: #131414;
    padding-left: 10px;
}
.bind-box .bind-form .form-item.second span{
    margin-right: 17px;
    color: #D8D8D8;
}
.bind-box .bind-form .form-item.second button{
    font-size: var(--app-fs-18);
    color: #0082EF;
    border: none;
    background: transparent;
}
.bind-box .bind-form .form-item.second #btnSendCode{
    width: 30%;
    color: #0082EF;
    border: none;
    cursor: pointer;
    font-size: var(--app-fs-18);
}
.bind-box .bind-bd{
    width: 269px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0082EF;
    font-size: var(--app-fs-24);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.bind-box .bind-btm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.bind-box .bind-btm a{
    color: #0082EF;
    font-size: var(--app-fs-16);
}
.bind-box .bind-new{
    margin-bottom: 82px;
}
.bind-box .number-item:first-child{
    margin-bottom: 28px;
}
.bind-box .number-item{
    display: flex;
    align-items: center;
}
.bind-box .number-item .num-lab{
    width: 65px;
    font-size: var(--app-fs-18);
    color: #757575;
}
.bind-box .number-item span{
    color: #D8D8D8;
    margin: 0 20px;
}
.bind-box .number-item input{
    width: 60%;
    height: 100%;
    border: none;
    padding-left: 10px;
}
/* Chrome, Safari, Opera 15+, Android, and iOS */
input::-webkit-input-placeholder {
    color: #B5B5B5;
    font-size: var(--app-fs-18);
}
    
    /* Firefox 19+ */
input::-moz-placeholder {
    color: #B5B5B5;
    font-size: var(--app-fs-18);
}

@media (max-width: 768px){
    .login-box,.bind-box{
        width: 90%;
    }
    .bind-box{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 530px){
    .login-box{
        flex-wrap: wrap;
        height: auto;
    }
    .login-box .login-left{
        width: 100%;
    }
    .login-box .login-right{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .login-box .login-right .login-r-subtitle,.login-box .login-right .login-qr-img,.login-box .login-right .login-text2{
        margin-bottom: 15px;
    }
    .bind-box{
       padding: 20px;
       height: auto;
    }
    .bind-box .bind-desc,.bind-box .bind-form{
        margin-bottom: 25px;
    }
    .bind-box .bind-new{
        margin-bottom: 25px;
    }
}