body,html {
    margin: 0;
    background-color: #F8FAFD;
}
ul,ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover {
    text-decoration: none;
    color: #4796FF;
}

.header {
    background-color: #fff;
    padding: 18px 0;
}
.logo {
    flex: 1;
}
.nav {}
.nav ul {
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline-block;
    margin: 0 35px;
}
.nav ul li.le-order-nav[hidden] {
    display: none;
}
.nav ul li a {
    display: block;
    font-size: 18px;
    color: #666;
}
.nav ul li a:hover,
.nav ul .active a {
    color: #4796FF;
    font-weight: bold;
}

.user {}
.user ul {
    display: flex;
}
.user li {
    display: block;
    margin: 0 15px;
}
.user li a {
    display: inline-block;
    width: 88px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
     border: 1px solid #4796FF;
     background-color: #4796FF;
}
.user li .login {}
.user li .le-user-name {
    display: block;
    width: auto;
    max-width: 180px;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}
.user li .le-user-name:hover {
    color: #4796FF;
}
.user li .le-logout {
    background-color: #F05252;
    border-color: #F05252;
    color: #FFFFFF;
}
.user li .le-logout:hover {
    background-color: #D93F3F;
    border-color: #D93F3F;
    color: #FFFFFF;
}
.user li .register {
    background-color: #fff;
    color: #4796FF;
     border: 1px solid #4796FF;
}


.banner {
    height: 1000px;
    background-image: url(/static/images/banner.jpg);
    background-position: center;
    background-color: #fbfcfe;
    background-repeat: no-repeat;
}
.xiazai-banner {
    height: 760px;
    background-image: url(/static/images/xiazai-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f0f4fd;
}
.banner-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.banner-title {
    padding-top: 154px;
}

.banner-btn {
    margin-top: 80px;
    display: inline-block;
    padding: 18px 80px;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(90deg, #2B99FF 0%, #6680F8 100%);
    box-shadow: 0 6px 20px rgba(74, 144, 255, 0.4);
}
.platform-list {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}
.platform-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}
.platform-item:hover {
    color: #4796FF;
}
.platform-item img {
    width: 18px;
    height: 18px;
    display: block;
}

.advantage {
    background-color: #fff;
    text-align: center;
    padding: 120px 0;
}
.pattern {
    padding: 80px 0;
    text-align: center;
}
.product-showcase {
    padding: 80px 0;
    background-color: #FFFFFF;
    text-align: center;
}
.product-showcase-image {
    display: block;
    width: 100%;
    max-width: 1143px;
    height: auto;
    margin: 0 auto;
}
.download {
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 465px;

    background: linear-gradient(90deg, #2191FF, #667FF8);
}
.download::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/static/images/download.png);
    background-repeat: no-repeat;
    background-position: center;
}
.download-title {}
.download-btns {
    position: relative;
    z-index: 10;
    margin-top: 295px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.download-btns .item {
    position: relative;
}
.download-btns .item .item-ewm {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
    background-image: url(/static/images/download-emw-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 214px;
    height: 223px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}
.download-btns .item .item-ewm img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-top: 25px;
}
.download-btns .item .item-ewm div {
    margin-top: 3px;
    font-size: 12px;
    color: #6E7EB0;
}
.download-btns .item:hover .item-ewm {
    display: block;
}
.download-btns .item a {
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 66px;
    line-height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 9px 15px 1px rgba(50,155,254,0.2);
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #222;
}
.download-btns .item a::before {
    content: '';
    display: inline-block;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    margin-right: 16px;
}
.download-btns .item .pc::before {
    background-image: url(/static/images/btn-pc.png);
}
.download-btns .item .az::before {
    background-image: url(/static/images/btn-az.png);
}
.download-btns .item .ios::before {
    background-image: url(/static/images/btn-ios.png);
}
.xiazai-btns {
    padding: 80px 0;
    scroll-margin-top: 84px;
}
.le-download-catalog-error {
    margin: 0;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.xiazai-btns-title {
    margin-bottom: 85px;
    text-align: center;
}
.xiazai-btns .item {
    background: #FFFFFF;
    box-shadow: 0px 9px 15px 1px rgba(223,228,238,0.2);
    border-radius: 15px;
    padding: 35px;
    text-align: center;
}
.xiazai-btns .item a.le-download-unavailable {
    background: #AAB4C3;
    cursor: not-allowed;
}
.xiazai-btns .item .icon {
    display: inline-block;
    margin-bottom: 50px;
}
.xiazai-btns .item .title {
    font-weight: bold;
    color: #222;
    font-size: 18px;
}
.xiazai-btns .item .size {
    color: #999;
    font-size: 12px;
    margin: 30px 0;
}
.xiazai-btns .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #2191FF, #667FF8);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.xiazai-btns .item a::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-image: url(/static/images/btn-arrow-down.png);
}
.xiazai-btns .le-download-card {
    position: relative;
    overflow: hidden;
}
/* Download QR overlay: covers the current card while its download URL is being scanned. */
.xiazai-btns .le-download-qr {
    position: absolute;
    inset: 0;
    z-index: 1;
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px 20px;
    background: #FFFFFF;
    border-radius: 15px;
}
.xiazai-btns .le-download-card:hover .le-download-qr,
.xiazai-btns .le-download-card:focus-within .le-download-qr {
    display: flex;
}
/* The code stays square and unframed so it remains easy to scan. */
.xiazai-btns .le-download-qr-code,
.xiazai-btns .le-download-qr-code canvas,
.xiazai-btns .le-download-qr-code img,
.xiazai-btns .le-download-qr-code svg {
    display: block;
    width: 160px !important;
    height: 160px !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.xiazai-btns .le-download-qr-label {
    margin-top: 30px;
    color: #4796FF;
    font-size: 14px;
    line-height: 20px;
}


.login-page {
    min-height: 520px;
    margin: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(233,237,243,0.34);
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 30px !important;
}
.login-warp {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 170px
}
.login-bg {
    width: 320px;
    height: 500px;
    background-image: url(/static/images/login-bg.png);
    background-repeat: no-repeat;
}
.login-right {
    text-align: center;
}

.login-title {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}
.login-form {
    margin-bottom: 30px;
    min-width: 400px;
    margin: 0 auto;
    
}
.login-form-item {
    position: relative;
    margin-bottom: 20px;
}
.login-form-item::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    z-index: 1;
}
.login-form-item.has-user-icon::before {
    background-image: url(/static/images/icon-user.png);
}
.login-form-item.has-lock-icon::before {
    background-image: url(/static/images/icon-lock.png);
}
.login-form-item.has-invite-icon::before {
    background-image: url(/static/images/icon-invite.png);
    width: 17px;
    height: 16px;
}
.login-form-item input {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 50px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}
.login-form-item.has-lock-icon input {
    padding-right: 50px;
}
.login-form-item input:focus {
    border-color: #4796FF;
    background-color: transparent;
}
.login-form-item input:-webkit-autofill,
.login-form-item input:-webkit-autofill:hover,
.login-form-item input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent;
}
.login-form-item input::placeholder {
    color: #999;
}
.toggle-pwd {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
}
.captcha-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.captcha-input-wrap {
    position: relative;
    flex: 1;
}
.captcha-input-wrap::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/static/images/icon-shield.png);
    background-repeat: no-repeat;
    z-index: 1;
}
.captcha-input-wrap input {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 50px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}
.captcha-input-wrap input:focus {
    border-color: #4796FF;
    background-color: transparent;
}
.captcha-input-wrap input:-webkit-autofill,
.captcha-input-wrap input:-webkit-autofill:hover,
.captcha-input-wrap input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent;
}
.captcha-code {
    display: inline-block;
    width: 80px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #666;
    background: #fff;
    font-family: 'Georgia', serif;
    font-style: italic;
    user-select: none;
    flex-shrink: 0;
}
.captcha-refresh {
    font-size: 13px;
    color: #4796FF;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
}
.captcha-refresh:hover {
    text-decoration: underline;
}
.login-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    border-radius: 30px;
    background: linear-gradient(90deg, #2B99FF 0%, #6680F8 100%);
    margin-top: 30px;
    cursor: pointer;
    transition: opacity 0.3s;
}
.login-btn:hover {
    opacity: 0.9;
}
.login-btn.is-loading {
    cursor: wait;
    opacity: 0.78;
    pointer-events: none;
}
.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
}
.login-agreement {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #999;
    white-space: nowrap;
}
.login-bottom a {
    color: #4796FF;
    text-decoration: none;
}
.login-bottom .login-forgot {
    color: #999;
}
.login-bottom a:hover {
    text-decoration: underline;
}

/* 注册页：账号创建后强制绑定邮箱的弹窗。 */
.register-email-dialog {
    width: 434px;
    min-height: 338px;
    padding: 20px 28px 34px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #f9fcff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
}
.register-email-close {
    color: #777;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
}
.register-email-close:hover {
    color: #4796FF;
}
.register-email-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.register-email-notice {
    margin: 26px 0 16px;
    color: #ff5a5a;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.register-email-field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
}
.register-email-field::before {
    content: '';
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.register-email-field-email::before {
    background-image: url('/static/images/icon-email-bold.png');
}
.register-email-field-code::before {
    background-image: url('/static/images/icon-shield.png');
}
.register-email-field input {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 16px;
    border: 0;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 14px;
}
.register-email-field input::placeholder {
    color: #aaa;
}
.register-email-send-code {
    flex: 0 0 auto;
    min-width: 112px;
    height: 20px;
    margin-right: 16px;
    padding: 0 0 0 16px;
    border: 0;
    border-left: 1px solid #4796FF;
    background: transparent;
    color: #4796FF;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.register-email-send-code:disabled {
    color: #999;
    border-left-color: #d6d6d6;
    cursor: default;
}
.register-email-confirm {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 33px;
    padding: 0;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(90deg, #45b4f3 0%, #435dff 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.register-email-confirm:hover:not(:disabled) {
    opacity: 0.9;
}
.register-email-confirm:disabled {
    cursor: wait;
    opacity: 0.65;
}
@media (max-width: 520px) {
    .register-email-dialog {
        width: calc(100% - 32px);
    }
}


.login-other {
    text-align: center;
    width: 675px;
    margin: 0 auto;
    margin-top: 100px;
}
.login-other .other-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.login-other .other-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.login-other .other-title span {
    padding: 0 50px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    display: inline-block;
}
.other-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.other-item {
    flex: 1;
    margin-top: 70px;
    background: linear-gradient(0deg, #FFFBF1, #FFFFFF);
    border-radius: 10px;
    border: 1px solid #F5EDD6;
    padding-bottom: 26px;
}
.other-item:last-child {
    background: linear-gradient(0deg, #EFF5FE, #FFFFFF);
    border: 1px solid #E7EDF6;
}
.other-item .item-title {
    transform: translateY(-8px);
    display: inline-block;
    width: 152px;
    height: 42px;
    background-image: url(/static/images/other-item-mob.png);
    background-repeat: no-repeat;
}
.other-item:last-child .item-title {
    background-image: url(/static/images/other-item-pc.png);
}
.other-item ul {
    padding: 0 30px;
    text-align: left;
}
.other-item ul li {
    font-size: 14px;
    margin-top: 20px;
    color: #555;
}
.other-item ul li .num {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #FFEAAE;
    border-radius: 50%;
    border: 1px solid #F0D997;
    color: #874417;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}
.other-item:last-child .num {
    color: #fff;
    background: #6AAAFF;
    border: 1px solid #6CA4EE;
}
.other-item .ewm {
    height: 155px;
    width: 145px;
    margin: 0 auto;
    margin-top: 25px;
    background-image: url(/static/images/other-ewm.png);
    background-repeat: no-repeat;
}
.other-item .ewm img {
    margin-top: 15px;
}
.other-item .pic {
    height: 155px;
    width: 145px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-item .btn {
    margin-top: 10px;
    display: inline-block;
    width: 216px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #fff !important;
    background: linear-gradient(90deg, #FFD662, #FF994E);
    border-radius: 10px;
}
.other-item:last-child .btn {
    background: linear-gradient(90deg, #2191FF, #667FF8);
}

.footer {
    padding: 32px 0;
    background-color: #232A3F;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.footer-main {
    min-width: 0;
}
.footer-title {
    line-height: 0;
}
.footer-title img {
    display: block;
    max-width: 100%;
}
.footer-text {
    margin-top: 22px;
}
.footer-text p {
    margin: 0;
    color: #B6BCCE;
}
.footer-contact {
    width: 100px;
}
.footer-contact img {
    display: block;
    width: 100px;
    height: auto;
}
.footer-contact-link {
    display: block;
    margin-top: 10px;
    color: #B6BCCE;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}
.footer-contact-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}



.order-page {
    box-sizing: border-box;
    min-height: 600px;
    margin-bottom: 30px !important;
    border-radius: 10px;
    background: #F8FAFD;
}
.order-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.order-menu {
    margin: 0;
}
.order-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.order-menu li {
    margin: 0;
}
.order-menu li a {
    display: block;
    width: 100px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #E7EBF0;
    border-radius: 10px;
    background: #FFFFFF;
    color: #666;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
.order-menu li a:hover,
.order-menu li.active a {
    border-color: #4796FF;
    background: #EEF6FF;
    color: #4796FF;
}
.order-list {
    margin-top: 25px;
}
.order-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    color: #65758b;
    font-size: 14px;
}
.order-pagination a,
.order-pagination span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #dbe4ef;
    border-radius: 4px;
    background: #fff;
    color: #65758b;
    line-height: 1;
    text-decoration: none;
}
.order-pagination a:hover {
    border-color: #4796ff;
    color: #3188ff;
}
.order-pagination .is-current {
    border-color: #4796ff;
    background: #4796ff;
    color: #fff;
}
.order-pagination .is-disabled {
    cursor: not-allowed;
    opacity: .55;
}
.order-pagination .order-pagination-ellipsis,
.order-pagination .order-pagination-summary {
    min-width: 0;
    border-color: transparent;
    background: transparent;
}
.order-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 260px;
    color: #B9C0C9;
    font-size: 14px;
    text-align: center;
}
.order-empty p {
    margin: 0;
}
.order-empty-plans {
    margin-top: 14px;
    color: #4796FF;
    font-size: 14px;
    line-height: 20px;
}
.order-empty-plans:hover {
    color: #1C7FFF;
}
.order-card {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(233,237,243,0.34);
}
.order-card-head {
    position: relative;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 23px;
}
.order-card-head p {
    display: flex;
    align-items: center;
    margin: 0;
    color: #999;
    font-size: 13px;
    letter-spacing: 0.2px;
}
.order-card-head p span {
    margin-left: 4px;
    color: #999;
}
.order-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.order-copy img {
    display: block;
    width: 14px;
    height: 14px;
}
.order-status {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 29px;
    border-radius: 0 0 0 12px;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
}
.order-status-complete {
    color: #A8B4C4;
    background: #F1F6FC;
}
.order-status-pending {
    color: #FF635D;
    background: #FFF0EE;
}
.order-card-main {
    display: flex;
    align-items: center;
    min-height: 106px;
    padding: 0 20px;
}
.order-vip-icon {
    display: block;
    width: 101px;
    height: 80px;
    flex: 0 0 101px;
    object-fit: contain;
}
.order-product {
    flex: 1;
    min-width: 0;
    margin-left: 20px;
}
.order-product h2 {
    overflow: hidden;
    margin: 0 0 14px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-price-row {
    display: flex;
    align-items: baseline;
    gap: 23px;
}
.order-price-row strong {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}
.order-price-row span {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
}
.order-expand {
    display: block;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.order-expand img {
    display: block;
    width: 37px;
    height: 37px;
    transition: transform 0.2s;
}
.order-card.is-expanded .order-expand img {
    transform: rotate(90deg);
}
.order-card-details {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 73px;
    margin: 0 20px;
    border-top: 1px dashed #E5EAF0;
    color: #999;
    font-size: 13px;
}
.order-card.is-expanded .order-card-details {
    display: flex;
}
.order-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    margin-right: 50px;
}
.order-actions a,
.order-actions button {
    display: inline-block;
    width: 92px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 18px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.order-pay {
    border: 1px solid #FF675F;
    color: #FF675F;
    background: #FFFFFF;
}
.order-cancel {
    padding: 0;
    border: 1px solid #E7E7E7;
    color: #777;
    background: #FFFFFF;
}
.order-pay:hover,
.order-cancel:hover {
    opacity: 0.78;
}
.order-pay:hover {
    color: #FF675F;
}
.order-note {
    margin: 0;
    color: #B9C0C9;
    font-size: 13px;
    text-align: center;
}
.order-toast {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 1100;
    min-width: 150px;
    padding: 11px 18px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #FFFFFF;
    background: rgba(33, 42, 58, 0.9);
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s, transform 0.2s;
}
.order-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.order-toast.is-error {
    background: rgba(211, 75, 70, 0.92);
}
@media (max-width: 520px) {
    .order-menu-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .order-menu ul {
        gap: 10px;
    }
    .order-menu li {
        flex: 1;
    }
    .order-menu li a {
        width: 100%;
    }
    .order-card-head {
        padding: 0 16px;
    }
    .order-card-main {
        align-items: flex-start;
        min-height: 106px;
        padding: 13px 16px;
    }
    .order-vip-icon {
        width: 82px;
        height: 65px;
        flex-basis: 82px;
    }
    .order-product {
        margin-left: 12px;
        padding-top: 5px;
    }
    .order-product h2 {
        margin-bottom: 9px;
        font-size: 14px;
    }
    .order-price-row {
        display: block;
    }
    .order-price-row strong {
        display: block;
        font-size: 18px;
    }
    .order-price-row span {
        display: block;
        margin-top: 5px;
        font-size: 11px;
    }
    .order-actions {
        position: absolute;
        right: 52px;
        bottom: 16px;
        gap: 8px;
        margin: 0;
    }
    .order-actions a,
    .order-actions button {
        width: 76px;
        height: 28px;
        font-size: 11px;
        line-height: 26px;
    }
    .order-card-details {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 16px 0;
    }
    .order-note {
        text-align: left;
    }
    .order-toast {
        right: 16px;
        bottom: 18px;
        left: 16px;
        width: auto;
    }
}

.site-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
body.site-modal-open {
    overflow: hidden;
}
.site-modal.is-open {
    display: flex;
}
.site-modal-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
}
.site-modal-dialog {
    position: relative;
    z-index: 1;
}
.site-modal-close {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.password-recovery-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.password-recovery-modal.is-open {
    display: flex;
}
.password-recovery-choice-panel.is-hidden,
.password-recovery-reset-panel.is-hidden {
    display: none;
}
.password-recovery-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: default;
}
.password-recovery-dialog {
    position: relative;
    z-index: 1;
    width: 434px;
    min-height: 378px;
    padding: 20px 30px 28px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #f9fcff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
}
.password-recovery-close {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4796FF;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}
.password-recovery-close:hover {
    color: #267ee6;
}
.password-recovery-title {
    margin: 0 0 26px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.password-recovery-step {
    position: relative;
    display: flex;
    gap: 10px;
}
.password-recovery-step-number {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4796FF;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.password-recovery-step:first-of-type::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 9px;
    width: 1px;
    height: 92px;
    border-left: 1px dashed #4796FF;
}
.password-recovery-step-content {
    flex: 1;
    min-width: 0;
}
.password-recovery-step-title {
    margin: 0 0 16px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}
.password-recovery-options {
    display: flex;
    gap: 10px;
}
.password-recovery-option {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 68px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
.password-recovery-option.is-active {
    border-color: #4796FF;
    color: #4796FF;
}
.password-recovery-option > img:first-child {
    width: 36px;
    height: 37px;
    margin-right: 10px;
    flex-shrink: 0;
}
.password-recovery-option-check {
    display: none;
    position: absolute;
    right: 12px;
    width: 14px !important;
    height: 9px !important;
    margin: 0 !important;
}
.password-recovery-option.is-active .password-recovery-option-check {
    display: block;
}
.password-recovery-step-input {
    position: relative;
    margin-top: 25px;
}
.password-recovery-step-input::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 9px;
    width: 1px;
    height: 50px;
    border-left: 1px dashed #4796FF;
}
.password-recovery-step-input .password-recovery-step-title {
    margin-bottom: 16px;
}
.password-recovery-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 14px;
}
.password-recovery-input:focus {
    box-shadow: 0 0 0 1px #4796FF;
}
.password-recovery-input::placeholder {
    color: #aaa;
}
.password-recovery-next {
    display: block;
    width: 166px;
    height: 44px;
    margin: 22px auto 0;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #45b4f3 0%, #435dff 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.password-recovery-next:hover {
    opacity: 0.9;
}
.password-recovery-reset-step {
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.password-recovery-reset-step:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 9px;
    height: calc(100% + 16px);
    border-left: 1px dashed #4796FF;
}
.password-recovery-reset-title {
    margin: 0 0 10px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}
.password-recovery-reset-step:last-of-type {
    margin-bottom: 0;
}
.password-recovery-account,
.password-recovery-email,
.password-recovery-reset-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 14px;
}
.password-recovery-account,
.password-recovery-email {
    line-height: 44px;
}
.password-recovery-reset-input:focus {
    box-shadow: 0 0 0 1px #4796FF;
}
.password-recovery-reset-input::placeholder {
    color: #aaa;
}
.password-recovery-code-row {
    display: flex;
    gap: 10px;
}
.password-recovery-code-row .password-recovery-reset-input {
    flex: 1;
    min-width: 0;
}
.password-recovery-send-code {
    flex: 0 0 88px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #4796FF;
    font-size: 13px;
    cursor: pointer;
}
.password-recovery-send-code:disabled {
    color: #aaa;
    cursor: not-allowed;
}
.password-recovery-confirm {
    display: block;
    width: 166px;
    height: 44px;
    margin: 22px auto 0;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #45b4f3 0%, #435dff 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.password-recovery-confirm:hover {
    opacity: 0.9;
}


.page-pay {}
.page-pay .pay-vip {
    background-color: #fff;
    background-image: url('/static/images/pay-vip-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.page-pay .vip-type {
    width: 338px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 5px;
}
.page-pay .vip-type ul {
    display: flex;
    gap: 5px;
}
.page-pay .vip-type ul li {
    flex: 1;
    text-align: center;
}
.page-pay .vip-type ul li a {
    color: #303236;
    display: block;
    border-radius: 10px;
    height: 42px;
    line-height: 42px;
}
.page-pay .vip-type ul .active {}
.page-pay .vip-type ul li a:hover,
.page-pay .vip-type ul .active a {
    color: #fff;
    background: linear-gradient(90deg, #2191FF, #667FF8);
}

.page-pay .vip-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.page-pay .vip-cards .item {
    width: 280px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-pay .vip-cards .item:nth-child(1) {
    background-image: url('/static/images/vip-card-bg-01.png');
}
.page-pay .vip-cards .item:nth-child(2) {
    background-image: url('/static/images/vip-card-bg-02.png');
}
.page-pay .vip-cards .item:nth-child(3) {
    background-image: url('/static/images/vip-card-bg-03.png');
}
.page-pay .vip-cards .item:nth-child(4) {
    background-image: url('/static/images/vip-card-bg-04.png');
}
.page-pay .vip-cards .item .price-tips {
    color: #fff;
    font-size: 14px;
    margin-top: 70px;
    margin-left: 25px;
}
.page-pay .vip-cards .item .vip-info {
    margin: 0 25px;
    margin-top: 45px;
}
.page-pay .vip-cards .item .vip-info .vip-price {
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}
.page-pay .vip-cards .item .vip-info .vip-price b {
    font-size: 36px;
    color: #000;
}
.page-pay .vip-cards .item .vip-info .vip-price b::before {
    content: '¥';
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}
.page-pay .vip-cards .item .vip-info .vip-price span {
    font-size: 18px;
    color: #000;
}
.page-pay .vip-cards .item .vip-info .vip-price span::before {
    content: '/';
    display: inline-block;
    margin-right: 5px;
}
.page-pay .vip-cards .item .vip-info .vip-activate {
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: linear-gradient(90deg, #64D183, #9FE7A3);
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.page-pay .vip-cards .item .vip-info .vip-activate.is-opening {
    cursor: wait;
    opacity: 0.78;
    pointer-events: none;
}
.page-pay .vip-cards .item:nth-child(1) .vip-info .vip-activate {
    background: linear-gradient(90deg, #64D183, #9FE7A3);
}
.page-pay .vip-cards .item:nth-child(2) .vip-info .vip-activate {
    background: linear-gradient(90deg, #4888ff, #78a8fd);
}
.page-pay .vip-cards .item:nth-child(3) .vip-info .vip-activate {
    background: linear-gradient(90deg, #FF7F31, #FFC980);
}
.page-pay .vip-cards .item:nth-child(3) .vip-info .vip-activate {
    background: linear-gradient(90deg, #645AFB, #94A5FA);
}

.page-pay .vip-cards .item .vip-info .vip-inte {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.page-pay .vip-cards .item .vip-info .vip-inte span {
    display: flex;
    font-size: 12px;
    height: 20px;
    gap: 20px
}
.page-pay .vip-cards .item:nth-child(1) .vip-info .vip-inte span {
    color: #82C093
}
.page-pay .vip-cards .item:nth-child(2) .vip-info .vip-inte span {
    color: #4888ff
}
.page-pay .vip-cards .item:nth-child(3) .vip-info .vip-inte span {
    color: #FF7F31
}
.page-pay .vip-cards .item:nth-child(4) .vip-info .vip-inte span {
    color: #82C093
}

.page-pay .vip-cards .item .vip-info .vip-inte span::before {
    content: '';
    display: inline-block;
    height: 20px;
    flex: 1;
    background-repeat: repeat-x;
    background-position: center;
}
.page-pay .vip-cards .item .vip-info .vip-inte span::after {
    content: '';
    display: inline-block;
    height: 20px;
    flex: 1;
    background-repeat: repeat-x;
    background-position: center;
}
.page-pay .vip-cards .item:nth-child(1) .vip-info .vip-inte span::before,
.page-pay .vip-cards .item:nth-child(1) .vip-info .vip-inte span::after {
    background-image: url('/static/images/vip-inte-bg-01.png');
}
.page-pay .vip-cards .item:nth-child(2) .vip-info .vip-inte span::before,
.page-pay .vip-cards .item:nth-child(2) .vip-info .vip-inte span::after {
    background-image: url('/static/images/vip-inte-bg-02.png');
}
.page-pay .vip-cards .item:nth-child(3) .vip-info .vip-inte span::before,
.page-pay .vip-cards .item:nth-child(3) .vip-info .vip-inte span::after {
    background-image: url('/static/images/vip-inte-bg-03.png');
}
.page-pay .vip-cards .item:nth-child(4) .vip-info .vip-inte span::before,
.page-pay .vip-cards .item:nth-child(4) .vip-info .vip-inte span::after {
    background-image: url('/static/images/vip-inte-bg-04.png');
}
.page-pay .vip-cards .item ul {}
.page-pay .vip-cards .item ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.page-pay .vip-cards .item ul li div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #37415C;
    font-size: 14px;
}
.page-pay .vip-cards .item ul li .t {
    flex: 1;
}
.page-pay .vip-cards .item ul li .v {}

/* PHP-rendered normal and supreme VIP card groups. */
.page-pay .vip-cards[data-server-rendered="true"] {
    display: block;
}
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group.is-active {
    display: flex;
}
.page-pay .vip-cards[data-server-rendered="true"] .le-plan-catalog-error {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #68738A;
    font-size: 16px;
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme] {
    position: relative;
    background-image: var(--le-plan-card-background);
}
.page-pay .vip-cards[data-server-rendered="true"] .le-plan-card-name {
    position: absolute;
    top: 28px;
    left: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.page-pay .vip-cards[data-server-rendered="true"] .le-plan-card-promotion {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
.page-pay .vip-cards[data-server-rendered="true"] .le-plan-card-promotion-label {
    position: absolute;
    top: -6px;
    left: 84px;
    width: 120px;
    height: 32px;
}
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group .item:nth-child(2)::after,
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group .item:nth-child(3)::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -27px;
    right: -14px;
    width: 99px;
    height: 84px;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99px 84px;
}
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group .item:nth-child(2)::after {
    background-image: url('/static/images/中间皇冠.png');
}
.page-pay .vip-cards[data-server-rendered="true"] .vip-card-group .item:nth-child(3)::after {
    background-image: url('/static/images/右边皇冠.png');
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme] .vip-info .vip-activate {
    background: linear-gradient(90deg, var(--le-plan-button-start), var(--le-plan-button-end));
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme] .vip-info .vip-inte span {
    color: var(--le-plan-title-color);
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme] .vip-info .vip-inte span::before,
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme] .vip-info .vip-inte span::after {
    background-image: var(--le-plan-line-background);
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme="monthly"] {
    --le-plan-card-background: url('/static/images/vip-card-bg-01.png');
    --le-plan-button-start: #64D183;
    --le-plan-button-end: #9FE7A3;
    --le-plan-title-color: #82C093;
    --le-plan-line-background: url('/static/images/vip-inte-bg-01.png');
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme="quarterly"] {
    --le-plan-card-background: url('/static/images/vip-card-bg-02.png');
    --le-plan-button-start: #FF7F31;
    --le-plan-button-end: #FFC980;
    --le-plan-title-color: #FF7F31;
    --le-plan-line-background: url('/static/images/vip-inte-bg-03.png');
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme="half-year"] {
    --le-plan-card-background: url('/static/images/vip-card-bg-03.png');
    --le-plan-button-start: #645AFB;
    --le-plan-button-end: #94A5FA;
    --le-plan-title-color: #645AFB;
    --le-plan-line-background: url('/static/images/vip-inte-bg-04.png');
}
.page-pay .vip-cards[data-server-rendered="true"] .item[data-plan-theme="yearly"] {
    --le-plan-card-background: url('/static/images/vip-card-bg-04.png');
    --le-plan-button-start: #645AFB;
    --le-plan-button-end: #94A5FA;
    --le-plan-title-color: #82C093;
    --le-plan-line-background: url('/static/images/vip-inte-bg-04.png');
}

.page-pay .vip-check {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/images/vip-check.png');
    background-size: 100%;
}
.page-pay .vip-none {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/images/vip-none.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.le-payment-confirm-modal,
.le-payment-method-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.le-payment-confirm-modal.is-open,
.le-payment-method-modal.is-open {
    display: flex;
}
.le-payment-confirm-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.le-payment-confirm-dialog {
    position: relative;
    z-index: 1;
    width: 600px;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    padding: 22px 40px 28px;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
}
.le-payment-confirm-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}
.le-payment-confirm-title {
    margin: 0 0 28px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.le-payment-summary {
    display: flex;
    min-height: 100px;
    box-sizing: border-box;
    padding: 16px 22px;
    border-radius: 10px;
    background: #fff;
}
.le-payment-summary-product {
    flex: 1;
    min-width: 0;
}
.le-payment-summary-product p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.le-payment-summary-amount {
    display: flex;
    width: 142px;
    flex-direction: column;
    justify-content: center;
    margin-left: 18px;
    padding-left: 20px;
    border-left: 1px dashed #d9e1ec;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.le-payment-summary-amount strong {
    display: block;
    margin-top: 6px;
    color: #4796ff;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}
.le-payment-summary-amount i {
    margin-right: 4px;
    font-size: 16px;
    font-style: normal;
    vertical-align: 4px;
}
.le-payment-summary-amount b {
    font-weight: 700;
}
.le-payment-section {
    margin-top: 20px;
}
.le-payment-section-title {
    margin: 0 0 12px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.le-payment-section-title em {
    color: #ff5362;
    font-style: normal;
}
.le-payment-device-options,
.le-payment-method-options {
    display: grid;
    gap: 10px;
}
.le-payment-device-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.le-payment-method-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.le-payment-device-options button,
.le-payment-method-options button {
    position: relative;
    display: flex;
    min-width: 0;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #e1e7ef;
    border-radius: 7px;
    background: #f8fbff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.le-payment-device-options button.is-selected,
.le-payment-method-options button.is-selected {
    border-color: #4796ff;
    background: #f2f8ff;
    color: #3188ff;
}
.le-payment-device-options button.is-selected::after,
.le-payment-method-options button.is-selected::after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    content: '';
    background: url('/static/images/vip-check.png') center / 16px 16px no-repeat;
}
.le-payment-method-options button {
    height: 50px;
    justify-content: flex-start;
    padding: 0 16px;
}
.le-payment-method-options img {
    display: block;
    max-width: 132px;
    max-height: 34px;
    object-fit: contain;
}
.le-payment-submit {
    display: block;
    width: 240px;
    height: 40px;
    margin: 30px auto 0;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(90deg, #45b4f3 0%, #4786ff 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
}
.le-payment-submit:hover {
    opacity: 0.92;
}
.le-payment-submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.order-status-timeout {
    color: #9a6700;
    background: #fff4d6;
}

.order-split-progress {
    margin: 6px 0 0;
    color: #68778b;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.le-payment-order-progress {
    margin: -2px 0 14px;
    color: #68778b;
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .order-split-progress {
        font-size: 11px;
        line-height: 16px;
    }
}
.le-payment-agreement {
    margin: 14px 0 0;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.le-payment-agreement a {
    color: #4796ff;
}

.payment-failure-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.payment-failure-modal.is-open {
    display: flex;
}
.payment-failure-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.payment-failure-dialog {
    position: relative;
    z-index: 1;
    width: 434px;
    min-height: 338px;
    padding: 20px 30px 42px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
    text-align: center;
}
.payment-failure-close {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}
.payment-failure-close:hover {
    color: #555;
}
.payment-failure-title {
    margin: 0 0 26px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.payment-failure-icon {
    display: block;
    width: 105px;
    height: 105px;
    margin: 0 auto;
}
.payment-failure-message {
    margin: 25px 0 30px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.payment-failure-retry {
    display: block;
    width: 140px;
    height: 34px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #45b4f3 0%, #435dff 100%);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.payment-failure-retry:hover {
    opacity: 0.9;
}
.payment-success-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.payment-success-modal.is-open {
    display: flex;
}
.payment-success-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.payment-success-dialog {
    position: relative;
    z-index: 1;
    width: 434px;
    min-height: 338px;
    padding: 20px 30px 42px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
    text-align: center;
}
.payment-success-close {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
}
.payment-success-close:hover {
    color: #555;
}
.payment-success-title {
    margin: 0 0 26px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.payment-success-icon {
    display: block;
    width: 105px;
    height: 105px;
    margin: 0 auto;
}
.payment-success-message {
    margin: 25px 0 30px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
.payment-success-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.payment-success-actions a {
    display: block;
    width: 142px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}
.payment-success-home {
    border: 1px solid #4397ff;
    background: #fff;
    color: #4397ff;
}
.payment-success-orders {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #45b4f3 0%, #435dff 100%);
    color: #fff;
}
.payment-success-actions a:hover {
    opacity: 0.9;
}
.scan-payment-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.scan-payment-modal.is-open {
    display: flex;
}
.scan-payment-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.scan-payment-dialog {
    position: relative;
    z-index: 1;
    width: 434px;
    min-height: 338px;
    padding: 20px 30px 28px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);
    box-shadow: 0 8px 24px rgba(34, 91, 150, 0.16);
    text-align: center;
}
.scan-payment-close {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
}
.scan-payment-close:hover {
    color: #555;
}
.scan-payment-title {
    margin: 0 0 16px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.scan-payment-time {
    display: inline-block;
    margin: 0 0 18px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #fff0f2;
    color: #ff5362;
    font-size: 13px;
    line-height: 18px;
}
.scan-payment-code {
    position: relative;
    width: 165px;
    height: 175px;
    margin: 0 auto;
}
.scan-payment-code-background {
    position: absolute;
    inset: 0;
    display: block;
    width: 165px;
    height: 175px;
}
.scan-payment-qr {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 126px;
    height: 126px;
}
.scan-payment-tip {
    margin: 9px 0 0;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
@media (max-width: 520px) {
    .payment-failure-dialog,
    .payment-success-dialog,
    .scan-payment-dialog {
        width: calc(100% - 32px);
    }
}

.vip-details {
    margin-top: 140px;
}
/* Static membership benefit comparison, replacing vip-details-bg.png. */
.vip-benefit-comparison {
    width: 100%;
    margin: 0 auto 29px;
}
.vip-benefit-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #E2EEFF;
    border-radius: 10px;
    overflow: hidden;
}
.le-benefit-catalog-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    margin: 0;
    border: 1px solid #E2EEFF;
    border-radius: 10px;
    color: #68738A;
    font-size: 16px;
}
.vip-benefit-row {
    display: grid;
    grid-template-columns: 154px repeat(4, minmax(0, 1fr));
    min-height: 90px;
    border-top: 1px solid #E2EEFF;
}
.vip-benefit-row:first-child {
    border-top: 0;
}
.vip-benefit-header {
    min-height: 91px;
    background: #F2F6FB;
}
.vip-benefit-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #3D4148;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
.vip-benefit-name {
    justify-content: flex-start;
    padding-left: 59px;
    font-size: 18px;
    font-weight: bold;
}
.vip-benefit-header .vip-benefit-cell {
    color: #303236;
    font-size: 18px;
    font-weight: bold;
}
.vip-benefit-plan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.vip-benefit-plan img {
    display: block;
    width: 28px;
    height: 23px;
    object-fit: contain;
}
@media screen and (max-width: 960px) {
    .vip-benefit-comparison {
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 0 15px 8px;
    }
    .vip-benefit-table {
        min-width: 900px;
    }
}
.vip-details-title {
    margin:  0 auto;
    width: 285px;
    height: 31px;
    margin-top: 60px;
    margin-bottom: 50px;
}


.vip-details-qa {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.vip-details-qa .qa-item {
    border-radius: 10px;
    border: 1px solid #E1EEFF;
    flex: 1;
    overflow: hidden;
    padding: 22px;
}
.vip-details-qa .qa-item .qa-title {
    height: 40px;
    line-height: 40px;
    background-image: url('/static/images/icon-qa-title.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    margin-bottom: 20px;
}
.vip-details-qa .qa-item .qa-title a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.vip-details-qa .qa-item .qa-content {
    font-size: 13px;
    color: #666666;
    line-height: 32px;
}
.vip-details-qa .qa-item .qa-content p:last-child {
    margin-bottom: 0;
}


.qa-more {
    margin: 50px 0;
    text-align: center;
}
.qa-more[hidden] {
    display: none;
}
.qa-more a {
    color: #B6BCCE;
    font-size: 12px;
}

.uk-notification-message {
    font-size: 14px;
}
.uk-notification-message-danger {
    background: #f0506e;
    color: #fff;
}
.uk-notification-message-success {
    background: #50c49f;
    color: #fff;
}
.uk-notification-message-warning {
    background: #faa05a;
    color: #fff;
}
.uk-notification-message-primary {}
