.reset_content>.left,
.login_content>.left,
.signup_content>.left {
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    max-width: 736px;
    width: 736px;
    min-width: 736px;
    min-height: calc(100vh - 64px);
}

input:-webkit-autofill {
    color: #FFFFFF !important;
    background: #2B2B2E !important;
    -webkit-box-shadow: 0 0 0 1000px #2B2B2E inset !important;
}

input:-moz-autofill {
    color: #FFFFFF !important;
    background: #2B2B2E !important;
    -webkit-box-shadow: 0 0 0 1000px #2B2B2E inset !important;
}

@media only screen and (max-width: 1400px) {

    .reset_content>.left,
    .login_content>.left,
    .signup_content>.left {
        max-width: 700px;
        width: 700px;
        min-width: 700px;
    }
}

@media only screen and (max-width: 1300px) {

    .reset_content>.left,
    .login_content>.left,
    .signup_content>.left {
        max-width: 600px;
        width: 600px;
        min-width: 600px;
    }
}


/* login class start */
.site-login {
    /* background-image: url(/images/user_center/center_background.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-div {
    min-height: calc(100vh - 64px) !important;
}

.login_content {
    display: flex;
    width: 100%;
}

.login_content .right {
    flex: 1.5;
    min-height: 675px;
    border-radius: 0px 12px 12px 0px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(224, 230, 241, 0.48);
}

.input_content {
    margin-bottom: 25px;
}

.login_title {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.login_title.one {
    max-width: 400px;
}

.login_title.two {
    max-width: 550px;
}

.login_div {
    min-height: 650px;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    border-radius: 0px 12px 12px 0px;
    box-sizing: border-box;
}

.help-block {
    min-height: 20px;
    color: #FF4D4F !important;
    font-family: "Inter Regular";
    font-size: 14px;
    max-width: 350px;
}

.pool_from_label {
    font-weight: normal;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    text-align: left;
    border-radius: 0px;
    font-family: "Inter Regular";
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.pool_from_input {
    background: #3F414B;
    height: 52px !important;
    border: 1px solid #3F414B;
    border-radius: 4px;
    width: 400px;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    color: var(--input-white-color) !important;
}

.pool_from_input:focus {
    border: 1px solid #FFDB9E !important;
    box-shadow: none;
}

.recaptchaError {
    margin-top: 6px;
}

.pool_from_btn {
    height: 46px;
    border-radius: 5px;
    background-color: var(--btn-black-background-color);
    font-family: "Inter Regular";
    font-size: 14px;
    color: var(--btn-gray-color);
}

#verifyCodeButton {
    margin-top: 25px;
}

.forget_password_a {
    font-family: "Inter Regular";
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 14.04px !important;
    letter-spacing: 0em !important;
    text-decoration: none !important;
    color: var(--primary) !important;
}

.forget_password_a:hover {
    color: var(--primary) !important;
    text-decoration: none !important;
}

.goSignup {
    height: 81px !important;
    font-size: 16px !important;
    padding: 30px 40px 20px 40px !important;
    text-align: center !important;
}

.layui-input.pool_from_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #3F414B inset !important;
}

.goSignup_a {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    color: #80879A !important;
}

.goSignup_a:hover {
    color: #80879A !important;
    text-decoration: none !important;
}

.goSignup_a span {
    color: var(--primary);
}

.div_password .layui-input-suffix {
    display: flex;
    align-items: center;
}

.layui-input-affix .layui-icon {
    color: var(--input-gray-color) !important;
}

#robot:nth-of-type(1) {
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.other_op {
    margin-top: 40px;
    display: flex;
}

.other_op .op1 {
    width: 50%;
    text-align: right;
}

.other_op .op2 {
    width: 50%;
}

input::placeholder {
    font-size: 13px !important;
}

.verify-input {
    width: 80px;
    height: 90px;
    border-radius: 8px;
    background: #2E2F36;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    padding: 0;

    text-align: center;
    font-family: "Inter Regular";
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.return_arrow {
    width: 8px;
    margin-block: 20px;
    cursor: pointer;
}

.active-btn {
    background: var(--btn-yellow-background-color) !important;
    color: var(--btn-black-color) !important;
}

.hint_p {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;

    color: #80879A;
    max-width: 555px;
}

.hint_p_emali {
    font-family: "Inter Regular";
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    margin: 10px 0 32px 0;
}

.security_code_area {
    display: flex;
    gap: 15px;
}


@media only screen and (max-width: 1200px) {
    .site-login {
        padding-top: 0px;
        padding-bottom: 0px;
        align-items: flex-start;
    }

    .login_content .left {
        display: none;
    }

    .pool_from_input {
        width: 100%;
    }


    #robot:nth-of-type(1) {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .login_content .right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        align-items: flex-start;
    }


    .login_content .right>div {
        max-width: 375px;
        width: 100%;
    }

    .login_content {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        max-width: unset;
    }

    .help-block {
        max-width: unset;
    }

    .login_title {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .pool_from_label {
        font-size: 14px;
    }

    .login_div {
        border-radius: 12px;
        min-height: unset;
    }

    input::placeholder {
        font-size: 12px !important;
    }


}

@media only screen and (max-width: 767px) {

    .input_content {
        min-height: unset;
    }

    .login_title {
        margin-bottom: 30px;
        width: auto;
    }

    #robot:nth-of-type(1) {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .login_div {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .login_content {
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: unset;
    }

    .login_div {
        box-shadow: none;
    }


    .goSignup {
        text-align: right !important;
    }


    .goSignup {
        padding: 30px 20px 20px 0px !important;
        width: 100% !important;
        font-size: 12px !important;
    }


    .forget_password_a {
        font-size: 14px !important;
    }

    .login_div {
        width: 92%;
    }

    .login_content .right>div {
        max-width: unset;
        width: 100%;
    }

    .verification_show {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto !important;
        max-width: 375px !important;
    }

    .verification_show .form-group {
        width: 100%;
        max-width: 375px;
    }
}

/* login class end */


/* reset password class start */

.reset-main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 93vh;
}

.site-signup {
    /* background-image: url(/images/user_center/center_background.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset_content {
    display: flex;
    width: 100%;
}

.reset_content .left {
    flex: 1;
}

.signup_div {
    flex: 1.5;
    min-height: 650px;
    border-radius: 0px 12px 12px 0px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(224, 230, 241, 0.48);
}

.signup_title {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 400px;
}

.signup_protocol {
    color: #346BE5;
}

.signup_protocol:hover {
    color: #346BE5;
    text-decoration: none;
}

.help-block {
    min-height: 20px;
    color: #FF4D4F !important;
    font-family: "Inter Regular";
    font-size: 14px;
    margin-bottom: 2px;
}

.goLogin_div {
    width: 100%;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.goLogin_a,
.goLogin_a:hover,
.goLogin_a:focus,
.goLogin_a:active {
    color: var(--primary) !important;
    text-decoration: none !important;
}

.send_btn {
    width: auto;
    height: 44px;
    text-align: center;
    position: absolute;
    right: 4px;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    color: #1F1F24;
    border: 0px;
    border-radius: 8px;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    padding: 0 10px;
    min-width: 90px;
}

.forget_password .send_btn {
    top: 34px !important;
}

.site-signup .send_btn {
    top: 4px;
}


.form-group {
    margin-bottom: 20px;
}

.signup_form {
    /* padding: 0 60px 20px; */
}

#robot:nth-of-type(1) {
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

input::placeholder {
    font-size: 13px !important;
}

.prompt_area {
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 8px;
    padding: 0 10px;
    opacity: 0;
    overflow: hidden;
    background: #2E2F36;
    box-sizing: border-box;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.prompt_area.show {
    height: 36px;
    opacity: 1;
    padding: 10px;
    display: flex !important;
    margin-top: 8px;
    border: 1px solid #3F414B;
}

.prompt_area div {
    display: flex;
    align-items: center;
}


.prompt_area img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.prompt_area p {
    font-family: "Inter Regular";
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    color: #80879A !important;
    margin: 0 !important;
    min-height: unset !important;
}


@media only screen and (max-width: 1200px) {

    .signup_title {
        margin-bottom: 30px;
        font-size: 36px;
    }

    input::placeholder {
        font-size: 12px !important;
    }

    .pool_from_label,
    .send_btn {
        font-size: 14px;
    }


    #robot:nth-of-type(1) {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .site-signup {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .reset_content .left {
        display: none;
    }

    .reset_content {
        width: 100%;
        max-width: unset;
    }

    .signup_div {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        border-radius: 12px;
    }

    .signup_div.right>div {
        width: 100%;
        max-width: 400px;
    }

    .pool_from_input {
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {

    #robot:nth-of-type(1) {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .signup_div {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-signup {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .reset_content {
        max-width: unset;
    }

    .signup_div.right>div {
        width: 100%;
        max-width: unset;
    }

}

/* reset password class end */

/* signup class start */
.site-signup {
    /*  background-image: url(/images/user_center/center_background.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /*     min-height: calc(100vh - 65px); */
    /*     padding-top: 30px;
    padding-bottom: 30px; */
}

.signup_content {
    /* margin: auto; */
    display: flex;
    /* border-radius: 12px; */
    width: 100%;
}

.signup_content .left {
    /*   width: 450px; */
    /* border-radius: 12px 0px 0px 12px; */
    flex: 1;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}


.signup_div {
    flex: 1.5;
    min-height: 675px;
    border-radius: 0px 12px 12px 0px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.footer {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(224, 230, 241, 0.48);
}

.signup_title {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 50px;
}

#poolemailform-fuwuxieyi {
    top: 4px;
}

.field-poolemailform-fuwuxieyi {
    max-width: 400px;
    margin-bottom: 40px;
}

.field-poolloginform-email {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.signup_agree {
    margin-left: 3px;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: var(--text-gray-color);
    line-height: 1.6;
}

.signup_protocol {
    color: #FFE6BC;
}

.signup_protocol:hover,
.signup_protocol:focus {
    color: #FFE6BC;
    text-decoration: none;
}

.help-block {
    min-height: 15px;
    color: #FF4D4F !important;
    font-family: "Inter Regular";
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}

.pool_from_label {
    font-weight: normal;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    text-align: left;
    border-radius: 0px;
    font-family: "Inter Regular";
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.pool_from_input:focus {
    border: 1px solid #FFDB9E !important;
    box-shadow: none;
}

.layui-input.pool_from_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #3F414B inset !important;
}

.goLogin_div {
    width: 100%;
    color: var(--text-gray-color);
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.goLogin_a {
    color: #FFE6BC;

}

.goLogin_a:hover {
    color: #FFE6BC;
    text-decoration: none;
}

.signup_form {
    /* padding: 0 60px; */
}

.agree {
    border-radius: 5px;
    margin-top: -2px !important;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px !important;
    position: relative;
}

.agree::before {
    border-radius: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    /*  border: 1px solid #d9d9d9; */
}

.agree:checked::before {
    /*  content: "\2713";
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: bold; */

    content: "";
    font-weight: 300;
    width: 19px;
    height: 19px;
    top: -1px;
    color: var(--primary);
    background: var(--primary);
    background-image: url(/images/common/checkbox_j.svg?v=1);
    background-size: 75%;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

#robot:nth-of-type(1) {
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

input::placeholder {
    font-size: 13px !important;
}

.signup_input {
    min-width: 381px !important;
}

.resend_email {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFE6BC;
    margin-top: 20px;
    cursor: pointer;
}

.count_down {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #80879A;
    margin-top: 20px;
}

.count_down span {
    color: #FFFFFF;
    margin: 0 6px;
}

#nextId {
    margin-top: 15px;
}

.field-resetpasswordform-password {
    margin-bottom: 20px;
}

.field-resetpasswordform-password2 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {

    .signup_input {
        min-width: unset !important;
    }

    #robot:nth-of-type(1) {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .site-signup {
        padding-top: 0px;
        padding-bottom: 0px;
        align-items: flex-start;
    }

    .signup_content .left {
        display: none;

    }

    .signup_content {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        max-width: unset;
    }

    .signup_div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        border-radius: 12px;
    }

    .signup_div.right>div {
        width: 100%;
        max-width: 400px;
    }

    .pool_from_input {
        width: 100%;
    }

    .host_google_e_inputs {
        width: 100% !important;
    }

    .field-poolemailform-fuwuxieyi {
        max-width: unset;
    }

    .signup_title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .pool_from_label {
        font-size: 14px;
    }

    input::placeholder {
        font-size: 12px !important;
    }

    .agree {
        width: 15px;
        height: 15px;
        margin-top: 0px !important;
    }

    .site-div {
        margin-top: 30px;
    }

    .verify-input {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {

    .signup_div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        min-height: unset;
        padding-bottom: 30px;
    }

    .signup_div.right>div {
        width: 100%;
        max-width: unset;
    }

    .signup_content {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        max-width: unset;
    }


    .goLogin_div {
        text-align: right;
        padding-top: 20px;
        width: 100%;
        font-size: 12px !important;
    }

    #robot:nth-of-type(1) {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    #email-send {
        border-right: #eee;
    }

    .signup_title {
        padding-top: 0px;
        margin-bottom: 30px;
        max-width: unset;
    }

    #poolemailform-fuwuxieyi {
        top: 2px;
    }

    .login_title.one,
    .login_title.two {
        max-width: unset;
    }

}

@media only screen and (max-width: 410px) {
    .verify-input {
        width: 45px;
        height: 45px;
    }

    .security_code_area {
        gap: 10px;
    }
}

.form_collage {
    cursor: pointer;
}

.form_collage .layui-icon-triangle-d {
    color: #BFBFBF !important;
    margin-left: 5px;
}

.tran180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.readonly {
    color: var(--input-white-color) !important;
}

/* sigup class end */


.no-get-code {
    color: var(--primary) !important;
    font-size: 14px;
    line-height: 160%;
    cursor: pointer;
    margin-top: 24px;
}

#noGetCodeModal .hint_p_emali {
    font-family: "Inter Regular";
    font-weight: 400;
    font-size: 14px;
    color: var(--primary) !important;
    line-height: 24px;
}