/* logintab */
.logintab{
    display: none;
}
.logintab.active{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.logintab > div{
    display: flex;
    align-items: center;
    width: 880px;
    height: 519px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.logintab > div > img{
    width: 422px;
    height: 522px;
}
.loginBox{
    width: calc(100% - 422px);
    height: 519px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 21px 23px;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
}
.loginBoxM{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.loginBoxM .loginBoxM_tabs > button{
    display: none;
}
.loginBoxM .mobile_login_form,
.loginBoxM .weChat_login_form,
.loginBoxM .password_login_form,
.loginBoxM .retrieve_form,
.loginBoxM .register_form{
    display: none;
    flex-direction: column;
    align-items: center;
}
.loginBoxM.mobile_login .loginBoxM_tabs > button.to_weChat_login,
.loginBoxM.mobile_login .loginBoxM_tabs > button.to_mobile_login{
    display: block;
}
.loginBoxM.mobile_login .mobile_login_form{
    display: flex;
}
.loginBoxM.password_login .password_login_form{
    display: flex;
}
.loginBoxM.password_login .loginBoxM_tabs > button.to_weChat_login,
.loginBoxM.password_login .loginBoxM_tabs > button.to_mobile_login{
    display: block;
}
.loginBoxM.password_login .loginBoxM_tabs button.to_mobile_login{
    color: #333333;
    position: relative;
}
.loginBoxM.password_login .loginBoxM_tabs button.to_mobile_login::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    height: 3px;
    background: #E74237;
    border-radius: 2px 2px 2px 2px;
}
.loginBoxM.register .register_form{
    display: flex;
}
.loginBoxM.register .loginBoxM_tabs > button.to_register{
    display: block;
}
.loginBoxM.register .loginBoxM_tabs button.to_register{
    color: #333333;
    position: relative;
}
.loginBoxM.register .loginBoxM_tabs button.to_register::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    height: 3px;
    background: #E74237;
    border-radius: 2px 2px 2px 2px;
}
.loginBoxM.retrieve .retrieve_form{
    display: flex;
}
.loginBoxM.retrieve .loginBoxM_tabs > button.to_retrieve{
    display: block;
}
.loginBoxM.retrieve .loginBoxM_tabs button.to_retrieve{
    color: #333333;
    position: relative;
}
.loginBoxM.retrieve .loginBoxM_tabs button.to_retrieve::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    height: 3px;
    background: #E74237;
    border-radius: 2px 2px 2px 2px;
}
.loginBoxM.weChat_login .weChat_login_form{
    display: flex;
}
.loginBoxM.weChat_login .loginBoxM_tabs > button.to_weChat_login,
.loginBoxM.weChat_login .loginBoxM_tabs > button.to_mobile_login{
    display: block;
}
.loginBoxM.weChat_login .loginBoxM_tabs button.to_weChat_login{
    color: #333333;
    position: relative;
}
.loginBoxM.weChat_login .loginBoxM_tabs button.to_weChat_login::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    height: 3px;
    background: #E74237;
    border-radius: 2px 2px 2px 2px;
}
.loginBox_close{
    position: absolute;
    right: 23px;
    top: 21px;
    align-self: self-end;
    background: url(../images/loginBox_close.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    border: none;
    cursor: pointer;
}
.loginBox_close:hover{
    background: url(../images/loginBox_close_hover.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
}
.loginBoxM_h2{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    font-family: "PingFang SC";
}
.loginBoxM_tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 33px;
    margin-top: 26px;
}
.loginBoxM_tabs > button{
    border: none;
    background: none;
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
    padding-bottom: 10px;
}
.loginBoxM.mobile_login .loginBoxM_tabs button.to_mobile_login{
    color: #333333;
    position: relative;
}
.loginBoxM.mobile_login .loginBoxM_tabs button.to_mobile_login::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    height: 3px;
    background: #E74237;
    border-radius: 2px 2px 2px 2px;
}
.mobile_login_form,
.password_login_form,
.register_form,
.retrieve_form{
    width: 310px;
    margin-top: 17px;
}

.login_inputBox_f{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.login_inputBox{
    flex: 1;
    width: auto;
    height: 40px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    padding: 0 13px;
    gap: 5px;
}
.login_inputBox > img{
    flex: 0 0 auto;
}
.login_inputBox > input{
    flex: 1;
    width: auto;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    min-width: 0;
}
.login_inputBox > input::placeholder{
    color: #999999;
}
.login_inputBox:has(input:focus){
    border-color: #E74237;
}
.login_inputBox_error{
    font-size: 14px;
    color: #E74237;
    line-height: 29px;
    display: block;
    height: 29px;
}
.login_mobilecode{
    width: 100%;
    
}

.login_mobilecode .login_inputBox{
    width: auto;
    flex: 1;
    min-width: 1px;
}
.login_mobilecode > div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}
.login_mobilecode > div > .getcode{
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: 40px;
    padding: 0 22px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #E74237;
    line-height: 40px;
    cursor: pointer;
}
.login_mobilecode > div > .getcode.counting{
    color: #999999;
    background: #F3F3F3;
}
.login_btn{
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #E74237, #FA895A, #FA675C);
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}
.login_btn:hover{
    background: linear-gradient(to right, #FA675C, #FA895A, #E74237);
}
.mobile_login_form > a,
.password_login_form > a,
.register_form > a{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 20px;

}
.mobile_login_form > a:hover,
.password_login_form > a:hover,
.register_form > a:hover{
    color: #E74237;
}
.mobile_login_form > p,
.password_login_form > p{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}
.mobile_login_form > p a,
.password_login_form > p a{
    color: #E74237;
}
.mobile_login_form > p a:hover,
.password_login_form > p a:hover{
    text-decoration: underline;
}
.login_password{
    width: 100%;
}
.login_password > div{
    width: 310px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 13px;
    box-sizing: border-box;
}
.login_password > div img,
.login_password > div button{
    flex: 0 0 auto;
}
.login_password > div > input{
    flex: 1; 
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.login_password > div > input::placeholder{
    color: #999999;
}
.login_password > div:has(input:focus){
    border-color: #E74237;
}
.login_password > div button{
    border: none;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.login_info > a{
    font-size: 14px;
    color: #E74237;
    line-height: 16px;
}
.login_info > a:hover{
    text-decoration: underline;
}
.login_infos{
    display: flex;
    align-items: center;
    gap: 5px;
}
.login_infos > span{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.login_infos > span > a{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.login_infos > span > a:hover{
    color: #E74237;
}
.login_infos > input{
    cursor: pointer;
    accent-color: #E74237;
}
.weChat_login_form{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.weChat_login_form > span{
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    display: block;
    margin-top: 20px;
}
.weChat_login_form > p{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.weChat_login_form > p a{
    color: #E74237;
}
.weChat_login_form .weChat_qrcode{
    display: none;
}
.weChat_login_form.active .weChat_qrcode{
    display: flex;
}
.weChat_login_form.active .weChat_qrcode_wait{
    display: none;
}
.weChat_qrcode,
.weChat_qrcode_wait{
    width: 213px;
    height: 213px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #F3F3F3;
    display: flex;
    padding: 18px;
}
.weChat_qrcode_wait img,
.weChat_qrcode img{
    width: 100%;
    height: 100%;
}
.loginBoxM.retrieve{
    padding-top: 15px;
}
.tab_msg{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(129,129,129,0.35);
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 15px;
    display: none;
    z-index: 999;
}
.tab_msg.tab_msg_login{
    position: absolute;

}
.tab_msg img{
    width: 25px;
    height: 25px;
}
.tab_msg span{
    font-size: 16px;
    color: #333333;
    line-height: 18px;
}
.tab_msg.active{
    display: flex;
}