html:has(.login_container){
    overflow: hidden;
}
.login_container{
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    font-size: 16px;
    background: #fff;
    color: #666;
}
.login_img{
    width: 100%;
    background:url('https://img.xssdcdn.com/static/login/login.png') no-repeat center bottom / cover;
    height: 254px;
    position: relative;
}
.login_img_text{
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    color: #2121219E;
    text-align: center;
    margin-left: 30px;
}
.login_container:not(:has(.login_content)) .login_img_text{
     margin-left: 0;
     top: 80%;
}
.login_img_text h2{
    font-size: 40px;
    color: #212121D4;
    margin: 0 0 6px;
    font-weight: 600;
    font-weight: 500;
}
.login_img_text p{
    margin: 0;
    font-size: 23px;
    letter-spacing: 0.5px;
    opacity: .9;
}
.login_content{
    display: grid;
    grid-template-columns: 220px 1px 360px;
    margin: 0 auto;
    padding: 42px 0 120px;
    box-sizing: border-box;
    width: min(800px, calc(100% - 80px));
    column-gap: 46px;
    align-items: flex-start;
}
.login_content_left{
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_divider{
    width: 0;
    min-width: 0;
    max-width: 0;
    height: 100%;
    border-left: 1px solid;
    border-image: linear-gradient(180deg, rgba(234, 234, 234, 0), rgba(234, 234, 234, 1), rgba(234, 234, 234, 1), rgba(234, 234, 234, 0)) 1 1;
}
.login_oauth_title,
.login_oauth_bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.login_oauth_title{
    font-weight: 600;
    font-size: 17px;
    color:#555;
}
.login_oauth_bottom{
    margin-top: 5px;
    cursor: pointer;
}
.login_oauth_title img,
.login_oauth_bottom img{
    width: 18px;
    height: 18px;
    display: block;
}
.login_container #weixin_login_container{
    margin: 6px 0;
    width: 184px;
    max-height: 200px;
    overflow: hidden;
}
#weixin_login_container img{
    width: 205px;
    height: 205px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.login_content_right{
    width: 360px;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.login_form_title{
    font-size: 17px;
    color: #666;
    font-weight: 600;
    margin: 0 0 22px;
}
.login_form_field{
    margin-bottom: 14px;
}
.login_form_field input{
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    color: #333;
}
.login_form_field input::placeholder{
    color: #b5b5b5;
}
.login_content .status{
    min-height: 20px;
    margin-top: 10px;
    color: #d35c5c;
    font-size: 14px;
    white-space: pre-line;
}
.login_form_action{
    margin-top: 25px;
}
.login_form_action button{
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 6px;
    background: #8e97ff;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.login_form_action button:active{
    transform: translateY(1px);
}
.login_form_footer{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #6c6c6c;
}
.login_register span:last-child{
    color: #8e97ff;
    margin-left: 6px;
}
.login_forgot,
.login_register{
    cursor: pointer;
}
.login_register_content{
    width: min(384px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 120px;
}
.login_forgot_content{
    width: min(384px, calc(100% - 32px));
    margin: 0 auto;
    padding: 60px 0 120px;
}
.login_forgot_panel{
    width: 100%;
}
.login_forgot_title{
    text-align: center;
    margin-bottom: 20px;
}
.login_forgot_content .login_form_field{
    margin-bottom: 12px;
}
.login_forgot_content .login_form_field input{
    height: 42px;
}
.login_forgot_content .status{
    min-height: 20px;
    margin-top: 8px;
    color: #d35c5c;
    font-size: 14px;
    white-space: pre-line;
}
.login_forgot_action{
    margin-top: 15px;
}
.login_forgot_back{
    margin-top: 16px;
    font-size: 14px;
    color: #7a7a7a;
    cursor: pointer;
}
.login_code_field{
    position: relative;
}
.login_code_field input{
    padding-right: 104px;
}
.login_code_resend{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    padding-left: 12px;
    border-left: 1px solid #d9dcf0;
    color: #7d87e9;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    width: 75px;
}
.login_forgot_success{
    padding-top: 64px;
}
.login_forgot_success_text{
    text-align: center;
    font-size: 28px;
    color: #555;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 78px;
}
.login_register_panel{
    width: 100%;
}
.login_register_title{
    margin-bottom: 22px;
}
.login_register_content .login_form_field{
    margin-bottom: 12px;
}
.login_register_content .login_form_field input{
    height: 42px;
}
.login_gender_group{
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 14px 0 0;
    color: #666;
    font-size: 13px;
}
.login_gender_option{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.login_gender_radio{
    width: 14px;
    height: 14px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}
.login_gender_radio.is-active{
    border-color: #939cff;
}
.login_gender_radio.is-active::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #939cff;
}
.login_protocol{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #8a8a8a;
}
.login_protocol_check{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e8ebff;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}
.login_protocol_check::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: .55;
}
.login_protocol_check.is-active{
    background: #98a0ff;
}
.login_protocol_check.is-active::after{
    opacity: 1;
}
.login_protocol a{
    color: #7f88f3;
    text-decoration: none;
}
.login_register_content .status{
    min-height: 20px;
    margin-top: 10px;
    color: #d35c5c;
    font-size: 12px;
    white-space: pre-line;
}
.login_register_action{
    margin-top: 8px;
}
.login_register_back{
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

@media (max-width: 820px){
    .login_content{
        width: calc(100% - 32px);
        grid-template-columns: 190px 1px minmax(0, 350px);
        column-gap: 28px;
    }
    .login_content_right{
        width: auto;
    }
}
@media (max-width: 720px){
    .login_content{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 28px 0 80px;
    }
    .login_divider{
        display: none;
    }
    .login_content_left,
    .login_content_right,
    .login_register_content,
    .login_forgot_content{
        width: min(360px, calc(100% - 32px));
    }
}
