.container {
    max-width: 100%;
    /*padding: 0px 50px;*/
    background-color: #E6E6E6;
}

#app,
#content {
    padding-top: unset !important;
}

.img-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    padding: 0 40px;
}

.mt-5 {
    margin-top: 0 !important;
}

.full-page-load {
    opacity: 0.2;
    z-index: 99 !important;
}

#msg-popupTmp_qrctest,
#msg-popupTmp_qrc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 360px;
    background: #fff;
    border: 1px solid #065283;
    border-radius: 4px;
    text-align: center;
}

.div_MyChinaplas_Hints {
    margin-top: 4rem !important;
}

.icon_div {
    line-height: 20px;
    text-align: right;
    padding-right: 3px;
    padding-top: 3px;
}

.title_div {
    width: 272px;
    height: 42px;
    background: #fff3f5;
    border-radius: 21px;
    margin: 0 auto;
    line-height: 40px;
}

.btn-center {
    margin-top: 20px;
}

.div_nav {
    border-bottom: 5px solid var(--primary-color);
    padding: 0 70px;
}

.el-box {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 50px 50px;
    background-color: white;
}

#el1 {
    width: 804px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    z-index: 100;
}

#el2 {
    width: 804px;
}

.myc-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.myc-carousel__track {
    position: relative;
}

.myc-carousel__slide {
    display: none;
    width: 100%;
    height: auto;
}

    .myc-carousel__slide.is-active {
        display: block;
    }

.myc-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

    .myc-carousel__nav.prev {
        left: 15px;
    }

    .myc-carousel__nav.next {
        right: 15px;
    }

.myc-carousel__dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.myc-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
}

    .myc-carousel__dot.is-active {
        background: #fff;
    }

#verifyCode_btn {
    padding-left: 20px;
    margin-top: 30px;
}

#divValidationCode2 {
    padding-left: 20px;
    margin-top: 38px;
}

.benefit-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.benefit-modal__content {
    position: relative;
    max-width: 600px;
    width: 90%;
    background: #fff;
    border-radius: 16px;
    padding: 30px 32px 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1;
    font-family: Microsoft YaHei, Arial, sans-serif;
}

.benefit-modal__title {
    font-size: 22px;
    font-weight: bold;
    color: #2e2e2e;
    margin: 0 32px 20px 0;
}

.benefit-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--primary-color);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.benefit-modal__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefit-modal__list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 20px;
        color: #2e2e2e;
    }

        .benefit-modal__list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ff6a00;
        }

        .benefit-modal__list li::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 15px;
            width: 10px;
            height: 4px;
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
        }

.mycps-prereg-perks__item-title {
    position: relative;
    padding-left: 24px;
}

.landing-mychinaplus-form {
    padding: 0;
    left: auto;
    bottom: auto;
    right: auto;
}
/*
#div_MyChinaplas {
    background: #fff;
}
*/
#div_MyChinaplas_Tabs {
    position: relative;
    padding: 8px 8px 0;
}

.div_MyChinaplas_Tab_ul {
    border-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    position: relative;
}

    .div_MyChinaplas_Tab_ul > li > a {
        color: #fff;
        padding: 12px 20px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: none;
        background-color: #bbb;
        border-radius: 15px 15px 0 0;
        font-size: 16px;
        position: relative;
        z-index: 1;
        font-weight: bold;
    }

        .div_MyChinaplas_Tab_ul > li > a.active {
            color: #fff !important;
            font-weight: bold;
            background-color: var(--primary-color) !important;
            border-bottom: none;
            border-radius: 15px 15px 0 0;
            position: relative;
            z-index: 1;
        }

        .div_MyChinaplas_Tab_ul > li > a:hover:not(.active) {
            color: #fff;
            background-color: #e64800;
        }

.div_MyChinaplas_Tab_li {
    flex: 1;
    font-size: 16px;
    text-align: center;
}

/*.tab-content {
    background: #fff;
}
*/
.div_MyChinaplas_pane {
    padding: 28px 20px 5px;
    min-height: 330px;
}

.Login_title {
    position: relative;
    margin: 10px auto;
    width: 100%;
}

.Login_title_context {
    display: inline-block;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 2;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold;
}

input[name=check_via_type]:hover,
label[for=check_via_cell]:hover,
label[for=check_via_email]:hover,
label[for=check_via_whatsapp]:hover {
    cursor: pointer;
}

.check_via_div {
    display: flex;
    align-items: center;
    gap: 8px;
}

input[name="check_via_type"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 36px;
    height: 36px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

    input[name="check_via_type"]:checked {
        background-color: #e64800;
        border-color: #e64800;
    }

        input[name="check_via_type"]:checked::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #fff;
        }

    input[name="check_via_type"]:hover {
        border-color: #e64800;
    }

.check_via_div label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    line-height: 36px;
}

.CPSform-Group {
    margin: 0;
}

.CPSform-item {
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column !important;
}

    .CPSform-item:last-child {
        margin-bottom: 0 !important;
    }

    .CPSform-item label,
    .CPSform-item label.active {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        font-size: 16px !important;
        color: #000 !important;
        font-weight: bold !important;
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        display: block !important;
        padding: 0 !important;
        cursor: default !important;
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
        line-height: 1.5 !important;
        z-index: auto !important;
    }

    .CPSform-item input[type="text"],
    .CPSform-item input[type="password"],
    .CPSform-item input[type="number"],
    .CPSform-item input[type="email"] {
        background-color: #fff !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 8px !important;
        padding: 12px 15px !important;
        font-size: 18px !important;
        height: 60px !important;
        min-height: 43px !important;
        transition: border-color 0.3s ease !important;
        box-sizing: border-box !important;
        text-indent: 0 !important;
        margin: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .CPSform-item .select2-container .select2-selection--single {
        background-color: #fff !important;
        border: 1px solid #e0e0e0;
        border-radius: 8px !important;
        height: 60px !important;
        transition: border-color 0.3s ease !important;
    }

    .CPSform-item .select2-selection--single .select2-selection__rendered {
        line-height: 60px !important;
        border-radius: 8px !important;
    }

    .CPSform-item .select2-selection--single .select2-selection__arrow {
        height: 60px;
    }

.recommend-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}

    .recommend-title::before,
    .recommend-title::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #e0e0e0;
    }

    .recommend-title::before {
        margin-right: 15px;
    }

    .recommend-title::after {
        margin-left: 15px;
    }

.cps_loginbutton {
    width: 100%;
    height: 51px;
    border: 0;
    background: #e64800;
    font-size: 16px;
    font-family: Microsoft YaHei, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cps_Registerbutton {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #e64800;
    border: 1px solid #e64800;
    border-radius: 4px;
    font-size: 16px;
}

.third_icon {
    width: 100%;
    height: 51px;
    border-radius: 4px;
    border: 1px solid #e64800;
    background-color: #fff;
    color: #e64800;
}

@media (max-width: 1250px) {
    .el-box {
        display: block;
        gap: 0;
    }

    #el1 {
        position: static;
        width: 100%;
        padding: 0 20px;
    }

    #el2 {
        width: 100%;
        padding: 0 20px;
    }

    .div_nav {
        padding: 0 20px;
    }

    .tab-content {
        padding: 0 20px 40px;
    }

    .div_MyChinaplas_pane {
        padding: 35px 0 10px;
    }
}

@media (max-width: 768px) {
    .div_MyChinaplas_Hints {
        margin-top: unset !important;
    }
    .container {
        padding: unset !important;
    }

    .el-box {
        display: flex;
        align-items: flex-start;
        gap: 60px;
        padding: 0px 0px;
        background-color: white;
    }

    #el1,
    #el2 {
        padding: 0;
    }

    .div_nav {
        padding: 0 8px;
    }

    .div_MyChinaplas_Tab_ul {
        gap: 4px;
    }

        .div_MyChinaplas_Tab_ul > li > a {
            padding: 10px 8px;
            font-size: 13px;
        }

    .tab-content {
        padding: 0 8px 30px;
    }

    #verifyCode_btn,
    #divValidationCode2 {
        margin-top: 0;
        padding-left: 0;
    }

    .register-submit-wrap,
    .register-terms-row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 576px) {

    .el-box {
        display: block;
    }

    #el1 {
        width: 100%;
        padding: 0 10px;
    }

    #el2 {
        width: 100%;
    }

    .img-center {
        font-size: 18px;
        padding: 0 15px;
    }

    #div_MyChinaplas_Tabs {
        padding: 30px 0 0;
    }

    #div_MyChinaplas {
        padding: 0;
    }

    .div_MyChinaplas_Tab_ul {
        gap: 6px;
    }

        .div_MyChinaplas_Tab_ul > li {
            padding-right: 0;
        }

            .div_MyChinaplas_Tab_ul > li > a {
                padding: 10px 15px;
                font-size: 14px;
            }

    .div_nav {
        padding: 0 10px;
    }

    .tab-content {
        padding: 0 20px 50px;
    }

    .div_MyChinaplas_pane {
        padding: 40px 0 0;
    }

    .CPSform-Group {
        padding: 0;
    }

        .CPSform-Group .CPSform-item {
            padding-left: 0;
            padding-right: 0;
        }

    input[name="check_via_type"] {
        width: 30px;
        height: 30px;
    }

    .check_via_div label {
        font-size: 16px;
    }

    .CPSform-item .select2-container .select2-selection--single {
        height: 50px !important;
    }

    .CPSform-item .select2-selection--single .select2-selection__arrow {
        height: 50px;
    }

    .CPSform-item input[type="text"],
    .CPSform-item input[type="password"],
    .CPSform-item input[type="number"],
    .CPSform-item input[type="email"] {
        height: 50px !important;
    }

    #verifyCode_btn {
        margin-top: 38px;
    }

    #divValidationCode2 {
        margin-top: 38px;
    }

    .pwd_tips {
        top: 36px;
        font-size: 20px;
        padding-right: 8px;
    }

    .benefit-modal__content {
        padding: 20px 18px 18px;
        border-radius: 12px;
    }

    .benefit-modal__title {
        font-size: 16px;
        margin-right: 24px;
    }
}

.disabledcss {
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    height: 43px !important;
    margin-left: 2px !important;
    padding: inherit;
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    color: #999 !important;
    cursor: not-allowed !important;
    font-family: Microsoft YaHei, Arial, sans-serif !important;
}

button:focus {
    outline: 0;
}

button:hover {
    cursor: pointer;
}

.button {
    border-radius: 4px;
    margin: 0;
    transition: all 0.3s ease;
    font-family: Microsoft YaHei, Arial, sans-serif;
    box-sizing: border-box;
}

button {
    font-family: Microsoft YaHei, Arial, sans-serif;
}

#btnCode.button.enable,
#btnCode.button:not(.disabledcss) {
    background-color: #fff !important;
    color: #e64800 !important;
    border: 1px solid #e64800 !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: Microsoft YaHei, Arial, sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    #btnCode.button.enable:hover,
    #btnCode.button:not(.disabledcss):hover {
        background-color: #e64800 !important;
        color: #fff !important;
        box-shadow: 0 2px 4px rgba(230, 72, 0, 0.3);
        transform: translateY(-1px);
    }

    #btnCode.button.enable:active,
    #btnCode.button:not(.disabledcss):active {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(230, 72, 0, 0.2);
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
}

.CPSform-item input::placeholder {
    color: #999;
    opacity: 1;
}

.CPSform-item input::-webkit-input-placeholder {
    color: #999;
}

.CPSform-item input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.CPSform-item input:-ms-input-placeholder {
    color: #999;
}

#div_MyChinaplas_Hints {
    color: #fff;
    position: relative;
}

.CPSform-item > input.inputdone:not(.readOnlyCss),
.CPSform-item .select2-selection--single .inputdone {
    border: 0;
}

.CPSform-item .select2-container--default .select2-selection--single:focus,
.CPSform-item .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #e64800 !important;
}

.div_withSMSBtn {
    margin-bottom: 5px;
}

.btn_Submit {
    width: 100%;
    font-size: 24px;
    height: 50px;
    background-color: #e64800 !important;
    border-radius: 30px !important;
}

.div_return_left {
    text-align: left;
}

.div_return_right {
    text-align: right;
}

#div_MyChinaplas_ForgotPassword {
    background-color: #dddef3;
    padding: 15px 50px 20px;
}

.cps_loginbutton:hover {
    background: #d64000;
    box-shadow: 0 4px 8px rgba(230, 72, 0, 0.3);
    transform: translateY(-1px);
}

.cps_loginbutton:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(230, 72, 0, 0.2);
}

.cps_loginbutton:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.cps_Registerbutton:focus,
.cps_Registerbutton:hover {
    width: 100%;
    height: 51px;
    background: #e64800;
    color: #fff;
    border: 1px solid #e64800;
    box-shadow: 0 2px 4px rgba(230, 72, 0, 0.3);
    transform: translateY(-1px);
}

.cps_Registerbutton:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(230, 72, 0, 0.2);
}

.third_icon .icon-uniEB79 {
    font-size: 20px;
    color: #08ba06;
    transition: color 0.3s ease;
}

.third_icon:hover {
    background-color: #e64800;
    color: #fff;
    box-shadow: 0 2px 4px rgba(230, 72, 0, 0.3);
    transform: translateY(-1px);
}

    .third_icon:hover .icon-uniEB79 {
        color: #fff;
    }

.third_icon:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(230, 72, 0, 0.2);
}

.CPSform-item .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
}

.CPSform-item:last-child {
    margin-bottom: 0 !important;
}

input[type="checkbox"].icon-uniE70E:before {
    display: none;
}

.pwd_tips {
    padding-right: 25px;
    height: 43px;
    color: #888;
    line-height: 43px;
    text-align: center;
    position: absolute;
    top: 42px;
    right: 10px;
    font-size: 30px;
}

.disabledcss,
.cps_loginbutton,
.cps_Registerbutton {
    font-size: 14px;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.btn-outline-primary svg path {
    fill: var(--primary-color);
}

.btn-outline-primary:hover svg path {
    fill: #fff !important;
}

.Visible {
    -webkit-text-security: disc;
}

@media (max-width: 576px) {
    .pwd_tips {
        top: 36px;
        font-size: 20px;
        padding-right: 8px;
    }
}

.register-remark {
    text-align: right;
}

.register-third-box {
    padding-left: 22px;
    padding-bottom: 22px;
    display: none;
}

.register-validation-code1 {
    padding-right: 0;
}

.register-submit-wrap {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 23px;
}

.register-back-login {
    font-size: 16px;
    color: #e64800;
}

.register-terms-row {
    padding-left: 20px;
}

.checkbox-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .checkbox-custom input[type="checkbox"] {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 36px;
        height: 36px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 0;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        transition: all 0.3s ease;
    }

        .checkbox-custom input[type="checkbox"]:checked {
            background: #e64800;
            border-color: #e64800;
        }

            .checkbox-custom input[type="checkbox"]:checked::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 18px;
                height: 18px;
                background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4.5L6.75 12.75L3 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

        .checkbox-custom input[type="checkbox"]:hover {
            border-color: #e64800;
        }

    .checkbox-custom label {
        font-weight: normal;
        margin: 0;
        padding: 0;
        flex: 1;
        cursor: pointer;
        color: #2e2e2e;
        font-size: 14px;
        line-height: 1.5;
    }
