.sign_header {
    background: var(--zg-shipping-k);
    height: 265px;
    padding-top: 81px;
}

.sign_header img {
    width: 170px;
    display: block;
    margin: 0 auto;
}

.z-sign_main {
    background: var(--zg-sign-a);
    padding-bottom: 20px;
}

.sign_left {
    width: 504px;
    min-height: 579px;
    height: auto;
    background: url('/images/static/sign_left_bg.webp') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.sign_left img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sign_left .card_title {
    margin: 108px 0 0 40px;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.sign_card {
    width: 504px;
    background: var(--nw-dialog-bj);
    border-radius: 0px 0px 10px 0px;
    padding: 24px 40px ;
    position: relative;
    z-index: 9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.sign_card .card_title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 29px;
}

.sign_card .z-label {
    display: block;
}
.sign_card .sign_input {
    width: 100%;
}
.sign_card .card_input {
    margin-bottom: 16px;
}

.sign_card .sign_email .send_code {
    background: #0082FB;
    color: #fff;
    right: 3px;
    top: 5px;
    height: 34px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 12px;
}

.sign_card .sign_email .send_code .time {
    display: none;
}

.sign_card .sign_email .send_code:hover {
    background: #0082FB;
}

.sign_card .sign_email .send_code.disabled .send {
    display: none;
}

.sign_card .sign_email .send_code.disabled .time {
    display: block;
}

.sign_card .sign_email .send_code.disabled {
    background: #ccc;
    color: #1d1d1d;
}

.sign_card .card_input input {
    width: 100%;
    height: 44px;
    background: var(--nw-shipping-h);
    border-radius: 5px 5px 5px 5px;
    color: var(--zg-color-d);
    padding-left: 40px;
}

.sign_card .card_input .icon_pass_show,
.sign_card .card_input .icon_pass {
    color: var(--zg-sign-b);
    right: 12px;
    top: 13px;
    font-size: 18px;
    cursor: pointer;
}

.sign_card .card_input .icon_pass_show:hover,
.sign_card .card_input .icon_pass:hover {
    color: #0082FB;
}

.sign_card .card_input .icon_pass_show {
    display: none;
}

.sign_card .validate_tips {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

.sign_card .validate_tips i {
    margin-right: 5px;
}

.sign_card .card_input.required input {
    border: 1px solid #d32f2f;
}
.sign_card .sign_resetpwd {
    width: 100%;
}
.sign_card .sign_resetpwd .remember {
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.z-app-register .sign_card .sign_resetpwd .remember:first-child {
    margin: 0;
}

.z-app-register .sign_card .sign_resetpwd .remember {
    margin-top: 6px;
}

.sign_card .sign_resetpwd .remember span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid var(--nw-default-color);
    margin-right: 6px;
}

.sign_card .sign_resetpwd .remember span i {
    display: none;
}

.sign_card .sign_resetpwd .remember span.checked {
    border: 1px solid #0082FB;
}

.sign_card .sign_resetpwd .remember span.checked i {
    display: block;
    color: #0082FB;
    font-size: 14px;
}

.sign_card .sign_resetpwd a {
    color: #F76A04;
    font-size: 12px;
}

.z-app-register .sign_card .sign_resetpwd .remember a {
    color: #F76A04;
}

.sign_card .sign_resetpwd a:hover {
    text-decoration: underline;
}

.sign_card .sign_btn {
    width: 100%;
    gap: 17px;
    margin: 25px 0;
}

.sign_card .sign_btn button {

    background: #0082FB;
}

.sign_card .sign_btn button:hover {
    background: #0041ff;
}
.sign_card .sign_social {
    width: 100%;
    margin-bottom: 20px;
}
.sign_card .sign_social .social_title {
    font-size: 12px;
    color: var(--nw-color-c);
    line-height: 24px;
    margin-bottom: 12px;
}

.sign_card .sign_social .social_title i {
    border-top: 1px dashed rgba(29, 29, 29, 0.2);
    width: 58px;
}

.sign_card .sign_social .social_item {
    height: 40px;
    background: var(--nw-shipping-h);
    border-radius: 5px 5px 5px 5px;
}

.sign_card .sign_social .social_list {
    gap: 9px;
    color: var(--zg-color-h);
}

.sign_card .sign_social .social_item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.sign_card .sign_social .social_item:hover i{
color: #fff;}

.sign_card .sign_social .social_item:hover {
    background: #2f64ff;
}

.sign_card .sign_other{
    width: 100%;
}
.sign_tip {
    font-size: 12px;
    color: var(--nw-color-c);
}

.sign_card .toSignPage {
    font-size: 12px;
    color: #666666;
    margin-top: 38px;
}

.sign_card .toSignPage a {
    color: #0082FB;
    margin-left: 5px;
}

.sign_card .toSignPage a:hover {
    text-decoration: underline;
}


.sign_footer {
    background: rgba(0, 0, 0, 0.3);
}
html.light .sign_footer {
    background: #fff;
}
.sign_footer .z-page-container {
    padding: 24px 0;
    align-items: center;
    justify-content: center;
}

.sign_footer .z-page-container .footer-link {
    gap: 17px;
}

.sign_footer .z-page-container .footer-link i {
    color: #C0C0C0;
    font-size: 24px;
}

.sign_footer .footer_copyright a {
    margin-left: 10px;
}
.sign_footer .z-page-container .footer-link a:hover i {
    color: #0082FB;
}

.sign_footer .footer_copyright {
    color: #666666;
}

.sign_footer .footer_copyright a {
    color: var(--nw-default-color);
}

.sign_footer .footer_copyright a:hover {
    color: #0082FB;
}

.z-sign_main .bind_hide {
    display: none !important;
}

.bind_text {
    margin-bottom: 20px;
}


.verify-success-main {
    text-align: center;
    padding: 105px 0;
}

.verify-success-main .verify-success-img {
    width: 384px;
    height: 245px;
    background: url(/images/verified_success.webp) no-repeat;
    background-size: 100%;
}

.dark .verify-success-main .verify-success-img {
    background: url(/images/verified_success_dark.webp) no-repeat;
    background-size: 100%;
}

.verify-success-main p {
    margin: 40px 0 20px;
}

.verify-success-main button {
    background: #0082FB;
    color: #fff;
    padding: 0 20px;
    height: 42px;
}

.verify-success-main button:hover {
    background: #0082FB;
}

.sign_card .card_input .z-label i {
    font-size: 20px;
    left: 12px;
    top: 13px;

}

.sign_card .card_input input .lang__ar .sign_card .card_input input {
    padding-right: 10px;

}

.lang__ar .sign_card .card_input .icon_pass_show,
.lang__ar .sign_card .card_input .icon_pass {
    right: auto;
    left: 12px;
}

.lang__ar .sign_card .sign_resetpwd .remember span {
    margin: 0 0 0 6px;
}

.lang__ar .sign_card .sign_social .social_item img {
    margin: 0 0 0 8px;
}

@media (max-width: 1024px) {
    .sign_header {
        height: 100px;
    }

    .sign_left {
        display: none;
    }
    .sign_input{
        width: 100%;
    }

    .sign_footer .z-page-container {
        display: block;
        padding-bottom: 103px;
    }

    .sign_footer .z-page-container .footer-link {
        justify-content: center;
        margin-top: 20px;
    }

    .sign_footer .footer_copyright {
        text-align: center;
    }

    .sign_footer .footer_copyright>div {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .sign_footer .footer_copyright>div a {
        margin: 0;
    }

    .sign_card .toSignPage {
        font-size: 14px;
    }

    .verify-success-main .verify-success-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .sign_card {
        width: 100%;
        padding: 20px 10px;
    }

    .z-sign_main {
        padding: 0 10px 30px;
    }

    .sign_card .card_input input {
        width: 100%;
    }


    .sign_card .card_title {
        font-size: 18px;
    }

    .sign_header img {
        width: 140px;
    }

    .verify-success-main {
        padding: 40px 12px 20px;
    }

    .verify-success-main img {
        width: 100%;
    }
}