* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:where(img[width][height]) {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald';
    color: #f8f8f8;
    font-weight: 400;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

.svg-icon-sprite {
    display: none !important;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}

.svg-icon {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.lang-ar .icon-chevron-right {
    transform: rotate(180deg);
    vertical-align: middle;
}

@media (min-width: 1024px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1024px) {

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #0B121A;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        overflow-x: hidden;
    }

    a,
    a:visited,
    a:focus,
    a:active,
    a:hover {
        color: #fff;
        text-decoration: none;
    }

    ul {
        list-style: none;
    }

    img {
        max-width: 100%;
    }

    input,
    select,
    textarea,
    button {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        font-size: 12px;
        outline: 0;
        padding: 10px;
    }

    input,
    textarea {
        font-family: 'Montserrat', sans-serif;
    }

    button {
        cursor: pointer;
    }

    .clearfix:after,
    .clearfix:before {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
        overflow: hidden;
    }

    .clearfix {
        zoom: 1;
    }

    .flex {
        display: flex;
    }

    .flexItemCenter {
        align-items: center;
        display: flex;
    }

    .flexCenter {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    a,
    body {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
    }

    body {
        background: none;
    }

    .loaderBox {
        --dot: 20px;
        --outer-d: 200px;
        --inner-d: 145px;
        --color: #1db5a3;
        height: 100vh;
        margin: 0;
        top: 0;
        bottom: 0;
        position: sticky;
        background: #0d1117;
        display: none;
        align-content: center;
        justify-content: center;
        z-index: 9999;
    }

    .loaderBox .loader {
        position: relative;
        width: 220px;
        height: 220px;
    }

    .loaderBox .logo {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        z-index: 2;
    }

    .loaderBox .logo img {
        width: 100px;
        display: block;
    }

    .loaderBox .loader-text {
        position: fixed;
        top: calc(50% + 140px);
        left: 0;
        width: 100%;
        padding: 0 16px;
        text-align: center;
        color: #fff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .loaderBox .loader-text h2 {
        margin: 0;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.3;
    }

    .loaderBox .loader-text span {
        display: block;
        margin: 5px 0;
        font-size: 24px;
        font-weight: bold;
    }

    .loaderBox .loader-text p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.35;
        color: #aaa;
    }

    .loaderBox .ring {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .loaderBox .ring.outer {
        --d: var(--outer-d);
        --n: 9;
        animation: loaderSpin 3s linear infinite;
    }

    .loaderBox .ring.inner {
        --d: var(--inner-d);
        --n: 6;
        animation: loaderSpinReverse 2s linear infinite;
    }

    .loaderBox .dot {
        position: absolute;
        top: 50%;
        left: 50%;
        width: var(--dot);
        height: var(--dot);
        margin: -10px 0 0 -10px;
        transform: rotate(calc(var(--i) * 180deg / var(--n))) translateX(calc(var(--d)/2));
    }

    .loaderBox .inner .dot {
        transform: rotate(calc(var(--i) * 180deg / var(--n) + 180deg)) translateX(calc(var(--d)/2));
    }

    .loaderBox .dot::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: var(--color);
        animation: loaderBlink 1.2s ease-in-out infinite;
        animation-delay: calc(var(--i) * 0.1s);
    }

    @keyframes loaderSpin {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes loaderSpinReverse {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(-360deg);
        }
    }

    @keyframes loaderBlink {
        0%,
        100% {
            opacity: 0.3;
            transform: scale(0.8);
        }

        50% {
            opacity: 1;
            transform: scale(1.2);
        }
    }

    .breadcrumb {
        display: none;
    }

    .ico {
        background-image: url(../mobile/image/public_ico.png);
        background-repeat: no-repeat;
        background-size: 200px;
        content: '';
        display: inline-block;
    }

    .language .ico,
    .header .right ul .cart .cart-link .mobile__cart--title i.close_ico,
    .header .right ul .cart .cart-link li i.ico {
        background-image: url(../pc/image/public_ico.png);
    }

    .container {
        width: 100%;
    }

    .main {
        padding-top: 60px;
        background: #0B121A;
        overflow: hidden;
    }

    .fixed-header {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .page-stay-ad {
        --page-stay-ad-bg: #111827;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 98;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 6px 12px;
        color: #f8fbff;
        font-size: 12px;
        background: var(--page-stay-ad-bg);
        border-bottom: 1px solid rgba(83, 254, 205, 0.2);
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: transform 0.28s ease, opacity 0.28s ease;
    }

    .page-stay-ad.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .page-stay-ad.show.page-stay-ad--none {
        animation: none;
    }

    .page-stay-ad.show.page-stay-ad--pulse {
        animation: pageStayAdPulse 1.8s ease-in-out infinite;
    }

    .page-stay-ad.show.page-stay-ad--float {
        animation: pageStayAdFloat 2.4s ease-in-out infinite;
    }

    .page-stay-ad.show.page-stay-ad--shake {
        animation: pageStayAdShake 2.8s ease-in-out infinite;
    }

    .page-stay-ad__content {
        flex: 1 1 100%;
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        text-align: center;
        font-size: 12px;
        line-height: 1.45;
    }

    .page-stay-ad__content img,
    .page-stay-ad__content video,
    .page-stay-ad__content table {
        max-width: 100%;
    }

    .page-stay-ad__content p:first-child {
        margin-top: 0;
    }

    .page-stay-ad__content p:last-child {
        margin-bottom: 0;
    }

    .page-stay-ad__content a {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .page-stay-ad__actions {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .page-stay-ad__dismiss {
        padding: 5px 10px;
        color: #ffffff;
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.34);
        border-radius: 999px;
    }

    @keyframes pageStayAdPulse {
        0%, 100% { transform: translateY(0) scale(1); }
        50% { transform: translateY(0) scale(1.01); }
    }

    @keyframes pageStayAdFloat {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }

    @keyframes pageStayAdShake {
        0%, 90%, 100% { transform: translateX(0); }
        93% { transform: translateX(-4px); }
        96% { transform: translateX(4px); }
    }

    .header {
        background-color: #191D22;
        height: 60px;
    }

    .ig_header {
        height: 60px;
        background: #0B121A;
        padding: 0 17px 0 15px;
    }

    .header .header-container {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: space-between;
        padding: 0;
        position: relative;
    }

    .ig_header .container {
        padding: 0;
        height: 100%;
    }

    .ig_header .right {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        gap: 10px;
        padding: 0;
        width: auto;
    }

    .ig_header .search,
    .ig_header .logo img.pc_img,
    .ig_header .right ul .account,
    .ig_header .right ul .cart>a,
    .ig_header .right ul .login-account,
    .ig_header .right ul .header-trust-icons,
    .ig_header .header-nav {
        display: none;
    }

    .header .right ul .cart {
        display: contents;
    }

    .ig_header .logo img.mobile_img {
        display: block;
        width: 77px;
        height: 29px;
        height: auto;
    }

    .fixed-header .nav {
        display: none;
    }

    .ig_header .left {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: flex-start;
        min-width: 0;
        width: auto;
    }

    .ig_header .left .logo {
        display: flex;
        align-items: center;
    }

    .ig_header .logo a {
        margin-left: 20px;
        padding-left: 0;
    }

    .lang-ar .ig_header .logo a {
        margin-left: unset;
        margin-right: 20px;
    }

    .ig_header .mobile_menu_ico {
        padding-top: 3px;
        display: block !important;
    }

    .ig_header .mobile_menu_ico i {
        width: 22px;
        height: 17px;
        background-position: 0 0;
    }


    .header-right {
        color: #0b85ea;
        display: flex;
        align-items: center;
        position: relative;
    }

    .header .right>ul {
        align-items: center;
        display: flex;
        gap: 19px;
        justify-content: flex-end;
    }

    .header .right ul li {
        align-items: center;
        color: rgb(48 221 251);
        cursor: pointer;
        display: flex;
        min-width: fit-content;
        position: relative;
    }

    /* .header .right ul .cart {
        display: none;
    } */

    .ig_header .mobile_search {
        display: flex !important;
    }

    .ig_header .mobile_search img {
        width: 19px;
    }

    .ig_header .mobile_account {
        display: flex !important;
    }

    .ig_header .mobile_account img {
        width: 19px;
    }

    .ig_header .right ul li.language {
        border-bottom: none;
        margin-right: 0;
    }

    .header .right ul li.language span.country {
        margin-right: 5px;
    }

    .header .right ul .lang-currency .arrow {
        width: 10px;
        height: 5px;
        background-position: -92px 0;
        background-image: url(../mobile/image/public_ico.png);
    }
    .swiper-wrapper{height: 200px !important;}
    .header .right ul .lang-content .lang-box-t i.arrow {
        width: 11px;
        height: 7px;
        background-image: url(../mobile/image/public_ico.png);
        background-position: -125px -58px;
    }

    .ig_header .right ul li.language .lang-currency-title .curr-name {
        font-size: 12px;
        color: #0b85ea;
        margin: 0 5px;
    }

    .header .right ul .lang-currency:hover .lang-currency-title .arrow {
        transform: rotate(0deg);
    }

    .header .right ul .lang-currency .curr-content {
        left: -78px;
    }

    .header .right ul .lang-currency .curr-content .lang-box-t span {
        height: 16px;
        margin-right: 10px;
    }

    /* 原头部的mobile_cart已注销，隐藏 */
    .ig_header .mobile_cart {
        display: none !important;
    }

    /* footer中的mobile_cart - 固定在右下角 */
    .mobile_cart.footer-common-button {
        position: fixed !important;
        right: 10px;
        bottom: 105px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #53FECD 0%, #2C74C9 100%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        display: none !important;
    }

    .mobile_cart.footer-common-button:hover {
        transform: scale(1.1);
    }

    .mobile_cart.footer-common-button.bounce {
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .header .right ul .cart .cart-link {
        position: fixed;
        top: 0;
        bottom: 60px;
        left: 0;
        right: 0;
        height: auto;
        max-height: none;
        display: flex;
        flex-direction: column;
        opacity: 1;
        padding-top: 0;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        background: #060d25;
        z-index: 9998;
        transform: translateY(110%);
        transition: transform 0.3s ease;
    }

    .header .right ul .cart .cart-link.display {
        transform: translateY(0);
        animation: none;
        display: flex;
    }

    .header .right ul .cart .cart-link .mobile__cart--title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px;
        font-size: 18px;
        background: #060d25;
        border-bottom: 2px solid #000;
    }

    .header .right ul .cart .cart-link .mobile__cart--title i.close_ico {
        width: 13px;
        height: 13px;
        background-position: -185px -385px;
    }

    .header .right ul .cart .cart-link .cart-total {
        margin-top: auto;
        border-top: 1px solid #000;
    }

    .header .right ul .cart .cart-link .cart-body {
        flex: 1;
        min-height: 0;
        overflow: hidden;
    }

    .header .right ul .cart .cart-link ul {
        overflow-y: auto;
        max-height: 100%;
        background: #060d25;
    }

    .header .right ul .cart .cart-link .cart-total,
    .header .right ul .cart .cart-link .cart-button {
        background: #060d25;
    }

    .header .right ul .cart .cart-link .cart-total {
        padding: 10px 10px 0;
    }

    .header .right ul .cart .cart-link .cart-button {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart-button .checkout-btn, .cart-button .clear-btn {
        padding: 10px 25px;
    }

    /* 抽屉底部按钮外观：移动端不下发 public.css，从 public.css .cart-button 段兜底 */
    .header .right ul .cart .cart-link .cart-button .clear-btn {
        background: #161e29;
        color: #fff;
        border-radius: 5px;
    }

    .header .right ul .cart .cart-link .cart-button .checkout-btn {
        display: block;
        color: #fff;
        border-radius: 5px;
        background: linear-gradient(to right, #69f6a4, #133eda);
    }

    .header .right ul .cart .cart-link .cart-total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* 抽屉条目行布局：移动端不下发 public.css，这些规则需在此兜底（原在 public.css .cart-link li 段） */
    .header .right ul .cart .cart-link li {
        display: flex;
        align-items: flex-start;
        padding: 16px 12px;
        border-bottom: 1px solid #000;
        position: relative;
        overflow: hidden;
    }

    .header .right ul .cart .cart-link .cartImages {
        height: 72px;
        width: 72px;
        min-width: 72px;
        margin-right: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .right ul .cart .cart-link img {
        max-width: 100%;
        max-height: 100%;
    }

    .header .right ul .cart .cart-link .cartImages + div {
        flex: 1;
        min-width: 0;
    }

    .header .right ul .cart .cart-link .cart_title span {
        display: block;
        font-size: 13px;
        color: #e0e1ff;
        margin-bottom: 5px;
    }

    .header .right ul .cart .cart-link .cart_title .cart_label {
        font-size: 12px;
        color: rgb(192, 192, 214);
        margin: 5px 0;
    }

    /* 抽屉里不展示优惠券丝带徽标（对齐桌面：public.css 基类 display:none，抽屉无重显规则） */
    .header .right ul .cart .cart-link .Coupondiscount {
        display: none;
    }

    .header .right ul .cart .cart-link .cart-total .item-num {
        color: rgb(48 221 251);
    }

    .header .right ul .cart .cart-link li .price {
        font-size: 15px;
    }

    .header .right ul .cart .cart-link li .shop-num {
        display: flex;
        align-items: center;
        height: 30px;
        margin-top: 8px;
    }

    .header .right ul .cart .cart-link li .shop-num span {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff14;
        cursor: pointer;
    }

    .header .right ul .cart .cart-link li .shop-num span.sub {
        border-radius: 5px 0 0 5px;
    }

    .header .right ul .cart .cart-link li .shop-num span.add {
        border-radius: 0 5px 5px 0;
    }

    .header .right ul .cart .cart-link li .shop-num span i {
        width: 10px;
    }

    .header .right ul .cart .cart-link li .shop-num span.sub i {
        height: 2px;
        background-position: -171px -105px;
    }

    .header .right ul .cart .cart-link li .shop-num span.add i {
        height: 10px;
        background-position: -187px -100px;
    }

    .header .right ul .cart .cart-link li .shop-num input {
        width: 60px;
        text-align: center;
        background: #ffffff14;
        color: #fff;
        height: 30px;
        margin: 0 1px;
        border: 0;
    }

    .header .right ul .cart .cart-link li i.delete {
        position: absolute;
        right: 10px;
        bottom: 16px;
        width: 14px;
        height: 16px;
        background-position: 0 -500px;
        background-size: 120px;
        cursor: pointer;
    }

    /* delete-tips 默认隐藏，点删除时加 .display 才浮现（keyframe 在 public.css，移动端用 transition 兜底） */
    .header .right ul .cart .cart-link li .delete-tips {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(200, 40, 40, 0.18);
        backdrop-filter: blur(3px);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff7070;
        font-size: 13px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .header .right ul .cart .cart-link li .delete-tips.display {
        opacity: 1;
    }

    .header .right ul .cart .cart-link::before {
        display: none;
    }

    .addCartImg {
        -webkit-animation-name: flyCart;
        animation-name: flyCart;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        display: block;
        position: fixed;
        opacity: 1;
        z-index: 10000;
    }

    .addCartImg img {
        width: 80px;
    }

    @keyframes bounce {

        20%,
        53%,
        80%,
        0%,
        100% {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        40%,
        43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
        }

        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
        }
    }

    .mobile_cart.footer-common-button img {
        width: 19px;
        height: auto;
        filter: brightness(0);
    }

    .mobile_cart.footer-common-button .cart-num {
        position: absolute;
        background: red;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: -5px;
        right: -5px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* 侧边栏 */
    .shadow {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 99;
        display: none;
    }

    .mobile_menu {
        background: #000;
        position: fixed;
        width: 87%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: all .2s;
        -webkit-transition: all .2s;
        z-index: 99999;
    }

    .mobile_menu.display {
        opacity: 1;
        left: 0;
        display: block;
    }

    .mobile_menu .close {
        width: 40px;
        height: 40px;
        background: #535354;
        position: absolute;
        top: 0;
        right: -40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_menu .close i {
        background-position: -180px -200px;
        width: 15px;
        height: 15px;
    }

    .mobile_menu .menu-content {
        overflow-y: scroll;
        height: 100%;
    }

    .menu-content .menu-search {
        display: flex;
        align-items: center;
        padding-left: 17px;
        padding: 15px 17px;
        background: #060d25;
        position: relative;
        z-index: 401;
    }

    .menu-content .menu-search input {
        background: none;
        color: #0b85ea;
        font-family: 'Montserrat';
        font-size: 12px;
    }

    .menu-content .menu-search i {
        width: 16px;
        height: 16px;
        background-position: 0 -55px;
    }

    .menu-content .menu-search .search-key {
        position: absolute;
        width: 100%;
        top: 65px;
        background: #061837;
        width: 100%;
        border-top: none;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        max-height: 300px;
        overflow-y: auto;
        left: 0;
        display: none;
        padding: 10px 0;
    }

    .menu-content .menu-search .search-key.display {
        display: block;
        animation: bottomin-1 .4s ease;
        -webkit-animation: bottomin-1 .4s ease;
    }

    @keyframes bottomin-1 {
        0% {
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
            opacity: .2;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    .menu-content .menu-search .search-key .title,
    .menu-content .menu-search .search-key h2 {
        color: #0b85ea;
        font-size: 14px;
        font-family: 'Montserrat SemiBold';
        padding: 5px 20px 15px;
    }

    .menu-content .menu-search .search-key a {
        display: flex;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }

    .menu-content .menu-search .search-key a img {
        width: 40px;
        height: 15px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .menu-content .search-modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
        z-index: 99;
        display: none;
        z-index: 400;
    }

    .menu .menu-nav {
        background: #060d25;
        margin-top: 5px;
    }

    .menu-nav h2 {
        font-size: 14px;
        font-weight: 400;
        color: #7073c9;
        background: #161b4c;
        height: 40px;
        line-height: 40px;
        padding-left: 12px;
    }

    .menu-nav ul li {
        border-bottom: 1px solid #0f1631;
    }

    .menu-nav ul li:last-child {
        border-bottom: none;
    }

    .menu-nav ul li img {
        width: 20px;
        margin-right: 18px;
    }

    .menu-nav ul li a {
        padding-left: 12px;
        color: #388cb9;
        font-size: 13px;
        display: flex;
        align-items: center;
        height: 45px;
    }

    .mobile_menu .account {
        background: #060d25;
        margin: 5px 0;
    }

    .mobile_menu .account ul li {
        border-bottom: 1px solid #02040a;
    }

    .mobile_menu .account ul li:last-child {
        border: none;
    }

    .mobile_menu .account ul li>a,
    .mobile_menu .account li.sign p {
        color: #fff;
        height: 49px;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    .mobile_menu .account li.sign p a {
        color: #fff;
        white-space: nowrap;
    }

    .mobile_menu .account li.sign p span {
        margin: 0 5px;
    }

    .mobile_menu .account li.sign p i,
    .mobile_menu .account li.sign a i,
    .mobile_menu .account li.logining a i {
        width: 15px;
        height: 16px;
        background-position: -25px -57px;
    }


    .mobile_menu .account li.logining a.logout i {
        width: 17px;
        height: 14px;
        background-position: -83px -130px;
    }

    .mobile_menu .account li.logining {
        display: flex;
        justify-content: space-between;
    }

    .mobile_menu .account li.order a i {
        width: 15px;
        height: 16px;
        background-position: -47px -55px;
    }

    .mobile_menu .account li.profile a i {
        width: 14px;
        height: 15px;
        background-position: -110px -130px;
    }

    .mobile_menu .account li i.ico {
        margin-right: 12px;
    }

    .mobile_menu .introduction {
        background: #060d25;
    }

    .mobile_menu {
        background: #0B121A; /* 改为深色背景，匹配页面 */
        position: fixed;
        width: 320px;
        max-width: 87%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        z-index: 99999;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3); /* 加深阴影 */
    }
    
    .mobile_menu.display {
        opacity: 1;
        left: 0;
        display: block;
    }
    
    .mobile_menu .close {
        width: 40px;
        height: 40px;
        background: #1f203c; /* 改为深色背景 */
        position: absolute;
        top: 20px;
        right: -40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 8px 8px 0;
    }
    
    .mobile_menu .close i {
        background-position: -180px -200px;
        width: 15px;
        height: 15px;
    }
    
    .mobile_menu .menu-content {
        overflow-y: auto;
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    
    /* 用户信息头部样式 */
    .mobile-menu-user-header {
        display: flex;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(30, 40, 70, 0.5);
        gap: 15px;
        text-decoration: none; /* 移除链接下划线 */
        color: inherit; /* 继承文字颜色 */
        cursor: pointer; /* 添加手型光标 */
        transition: opacity 0.3s ease; /* 添加过渡效果 */
    }
    
    .mobile-menu-user-header:hover {
        opacity: 0.8; /* hover时稍微透明 */
    }
    
    .mobile-menu-user-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.1); /* 改为半透明白色背景 */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-menu-avatar-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .mobile-menu-user-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .mobile-menu-user-id {
        font-size: 16px;
        font-weight: 600;
        color: #fff; /* 改为白色文字 */
        font-family: 'Montserrat SemiBold', sans-serif;
    }
    
    .mobile-menu-user-points {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7); /* 改为半透明白色 */
        display: flex;
        align-items: center;
    }
    
    .mobile-menu-user-link {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        flex-shrink: 0;
        border-radius: 50%;
        transition: all 0.3s ease;
        pointer-events: none; /* 禁用点击事件，让父链接处理 */
    }
    
    .mobile-menu-user-link:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #53FECD;
    }
    
    @media (max-width: 1024px) {
        /* 确保移动端菜单中的搜索框显示 */
        .mobile_menu .menu-content .menu-search {
            display: flex !important;
        }
        
        /* PC端隐藏移动端菜单（如果需要在PC端完全隐藏） */
        .mobile_menu {
            display: block; /* 移动端显示 */
        }
    }
    
    /* PC端隐藏移动端菜单中的搜索框 */
    @media (min-width: 1025px) {
        .mobile_menu .menu-content .menu-search {
            display: none !important;
        }
    }

    .menu-content .menu-search {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        background: rgba(30, 40, 70, 0.3);
        position: relative;
        z-index: 401;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .menu-content .menu-search input {
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        font-family: 'Montserrat';
        font-size: 14px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 10px 45px 10px 15px; /* 右侧padding增加，为图标留空间 */
        width: 100%;
        box-sizing: border-box;
    }
    
    .menu-content .menu-search input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .menu-content .menu-search i.ico {
        position: absolute;
        right: 35px; /* 距离右侧的距离，调整以匹配input的padding */
        width: 16px;
        height: 16px;
        background-position: 0 -55px;
        pointer-events: none; /* 让点击事件穿透到input */
        z-index: 1;
    }
    
    .mobile_menu .introduction {
        background: transparent; /* 改为透明背景 */
        padding: 10px 0;
    }
    
    .mobile_menu .introduction li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* 改为半透明白色分隔线 */
        margin: 0 20px;
    }
    
    .mobile_menu .introduction li:last-child {
        border: none;
    }
    
    .mobile_menu .introduction li a {
        color: #fff; /* 改为白色文字 */
        height: 52px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        gap: 12px;
        transition: all 0.3s ease;
        border-radius: 8px;
        margin: 4px 0;
    }
    
    .mobile_menu .introduction li a:hover {
        background: rgba(255, 255, 255, 0.1); /* hover背景色 */
    }
    
    .mobile_menu .introduction li a span {
        flex: 1;
    }
    
    /* 菜单图标样式 */
    .mobile-menu-icon {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
    }
    
    /* 确保移动端菜单中的 .ico 图标正确显示 */
    .mobile_menu .introduction li a .ico.mobile-menu-icon {
        width: 20px;
        height: 20px;
        background-size: contain; /* 确保背景图片正确缩放 */
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        flex-shrink: 0;
    }
    
    /* 如果图标有内联样式设置背景图片，确保优先级 */
    .mobile_menu .introduction li a .ico.mobile-menu-icon[style*="background-image"] {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    
    .mobile_menu .introduction li a:hover .mobile-menu-icon {
        color: #53FECD;
    }
    
    /* FontAwesome 图标样式 */
    .mobile_menu .introduction li a .svg-icon.mobile-menu-icon {
        font-size: 18px;
    }

    
    .mobile_menu .introduction li a span[style*="color: #3b93c1"] {
        color: #53FECD !important; /* 改为主题色 */
        font-weight: 600;
    }

    /* 折叠菜单：父级触发行 */
    .mobile_menu .introduction li.mobile-menu-has-children {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0 20px;
    }

    .mobile_menu .introduction li.mobile-menu-has-children:last-child {
        border: none;
    }

    .mobile_menu .introduction .mobile-menu-parent {
        display: flex;
        align-items: center;
        height: 52px;
        padding: 0 15px;
        cursor: pointer;
        color: #fff;
        border-radius: 8px;
        margin: 4px 0;
        transition: all 0.3s ease;
        user-select: none;
        gap: 12px;
    }

    .mobile_menu .introduction .mobile-menu-parent:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .mobile_menu .introduction .mobile-menu-parent span {
        flex: 1;
    }

    .mobile_menu .introduction .mobile-menu-parent .mobile-menu-arrow {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        transition: transform 0.3s ease;
    }

    .mobile_menu .introduction li.mobile-menu-has-children.open .mobile-menu-arrow {
        transform: rotate(180deg);
    }

    /* 子菜单 */
    .mobile_menu .introduction .mobile-submenu {
        display: none;
        padding: 4px 0 8px 0;
    }

    .mobile_menu .introduction li.mobile-menu-has-children.open .mobile-submenu {
        display: block;
    }

    .mobile_menu .introduction .mobile-submenu li {
        border-bottom: none;
        margin: 0;
    }

    .mobile_menu .introduction .mobile-submenu li a {
        height: 44px;
        padding: 0 15px 0 36px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
    }

    .mobile_menu .introduction .mobile-submenu li a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #53FECD;
    }

    /* Mobile Trust Icons */
    .mobile-trust-icons {
        padding: 20px 10px;
        margin-top: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(30, 40, 70, 0.3);
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .mobile-trust-icons .trust-icon-item {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px;
        border-radius: 8px;
        text-decoration: none;
        color: inherit;
        transition: opacity 0.2s ease;
    }

    .mobile-trust-icons .trust-icon-item:hover {
        opacity: 0.8;
        text-decoration: none;
    }

    .mobile-trust-icons .trust-icon-item .icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mobile-trust-icons .trust-icon-item .trust-logo {
        height: 35px;
        width: auto;
        object-fit: contain;
    }

    .mobile-trust-icons .trust-icon-item .trust-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .mobile-trust-icons .trust-icon-item .trust-text-line {
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .mobile-trust-icons .trust-icon-item .trust-label {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }

    .mobile-trust-icons .trust-icon-item .trust-score {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .mobile-trust-icons .trust-icon-item .trust-score-number {
        color: #00b67a;
    }

    .mobile-trust-icons .trust-icon-item .trust-stars {
        display: flex;
        align-items: center;
    }

    .mobile-trust-icons .trust-icon-item .trust-stars img {
        height: 15px;
        width: auto;
        object-fit: contain;
    }

    .mobile-trust-icons .trust-icon-item .google-shield {
        height: 32px;
        width: auto;
        object-fit: contain;
    }

    .mobile-trust-icons .trust-icon-item .google-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .mobile-trust-icons .trust-icon-item .google-logo-wrapper {
        display: flex;
        align-items: center;
    }

    .mobile-trust-icons .trust-icon-item .google-logo {
        height: 18px;
        width: auto;
        object-fit: contain;
    }

    .mobile-trust-icons .trust-icon-item .google-safe-text {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
    }

    .mobile_menu .menu-content .currency-language {
        display: flex;
        background: #060d25;
        padding: 15px 10px;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .mobile_menu .menu-content .currency-language>div {
        width: 48%;
        height: 40px;
    }

    .mobile_menu .menu-content .currency-language>div p {
        display: flex;
        height: 100%;
        align-items: center;
        color: #fff;
        background: #101544;
        border-radius: 5px;
        font-size: 12px;
        padding: 0 15px;
        justify-content: space-between;
    }

    .mobile_menu .menu-content .currency-language ul {
        background: #fff;
        border-radius: 5px;
        position: relative;
        top: 10px;
        left: 0;
        display: none;
    }

    .mobile_menu .menu-content .currency-language ul.display {
        display: block;
    }

    .mobile_menu .menu-content .currency-language ul::after {
        position: absolute;
        top: -3px;
        left: 50%;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        content: '';
        background: #fff;
    }

    .mobile_menu .menu-content .currency-language ul li a {
        display: block;
        color: #000;
        padding: 10px 5px;
    }

    .mobile_menu .menu-content .currency-language>div p i {
        width: 10px;
        height: 8px;
        background-position: -190px -85px;
    }

    .site-info {
        margin: 0 10px;
        
    }

    .site-info h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 0;
    }

    .site-info ul {
        display: block;
    }

    .site-info ul li {
        width: 100% !important;
        padding: 25px 0 !important;
        border-bottom: 1px solid #141932;
        margin: 0;
        height: auto;
    }

    .site-info ul li:last-child {
        border: none;
    }

    .site-info ul li div>span {
        font-size: 16px;
    }

    /* 底部 */
    .footer {
        margin-top: 0;
        background: #0B121A;
        text-align: center;
        padding: 25px 0;
        box-shadow: none;
        padding-bottom: 100px;
    }

    .footer .logoLink {
        display: none;
    }

    .footer .footer-content {
        display: none;
    }

    .footer-common-button {
        right: 10px;
        bottom: 105px;
        z-index: 98;
    }

    .back-top-button.footer-common-button {
        bottom: 130px;
    }

    .footer-common-button img {
        width: 48px;
        height: 48px;
    }

    .footer-common-button .pc_img {
        display: none;
    }

    .footer-common-button .mobile_img {
        display: block;
    }

    .live-chat-button.footer-common-button {
        position: fixed;
        right: 10px;
        bottom: 75px;
        z-index: 98;
        display: none;
    }

    .feedback-button.footer-common-button {
        bottom: 105px;
    }

    .footer .mobile_footer_content {
        display: block !important;
    }

    .footer .mobile_footer_content {
        background: #0B121A;
        text-align: center;
        padding: r(50) 0;
    }

    .footer .mobile_footer_content .trustpilot-widget {
        height: 120px !important;
    }

    .footer .mobile_footer_content .trustpilot-widget iframe {
        height: 100% !important;
    }

    .footer .mobile_footer_content .rate {
        color: #0b85ea;
    }

    .footer .mobile_footer_content .trustpilot-img {
        width: 110px;
        display: block;
        margin: 8px auto 10px;
    }

    .footer .mobile_footer_content .stars-img {
        width: 177px;
        margin: auto;
        display: block;
    }

    .footer .mobile_footer_content .share {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13px;
    }

    .footer .mobile_footer_content .share a {
        margin-right: 20px;
        color: #585a8e;
    }

    .footer .mobile_footer_content .share a.facebook {
        background: url('../pc/image/public_ico.png') no-repeat -60px -1012px;
        width: 24px;
        height: 18px;
    }

    .footer .mobile_footer_content .share a.twitter {
        background: url('../pc/image/public_ico.png') no-repeat -58px -1059px;
        width: 24px;
        height: 18px;
    }

    .footer .mobile_footer_content .share a.twitch {
        background: url('../pc/image/public_ico.png') no-repeat -58px -1107px;
        width: 24px;
        height: 22px;
    }
    .layui-layer-prompt{
        width: 100vw;
    }
    .footer .mobile_footer_content .share a.phone {
        width: 19px;
        height: 19px;
        background-position: -75px -33px;
    }

    .footer .mobile_footer_content .share a.video {
        background: url('../pc/image/public_ico.png') no-repeat -58px -1081px;
        width: 24px;
        height: 18px;
    }

    .footer .mobile_footer_content .share a.tiktok {
        background: url('../pc/image/public_ico.png') no-repeat -85px -1080px;
        width: 24px;
        height: 18px;
    }

    .footer .mobile_footer_content .share a.discord {
        background: url('../pc/image/public_ico.png') no-repeat -56px -1036px;
        width: 24px;
        height: 18px;
    }

    .footer .mobile_footer_content .share a i {
        font-size: 20px;
    }

    .footer .mobile_footer_content .share a.pinterest {
        width: 19px;
        height: 19px;
        background-position: 0 -320px;
        margin-right: 0;
    }

    .footer .mobile_footer_content .payment-img {
        margin-top: 15px;
    }

    .footer .mobile_footer_content .payment-img ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .mobile_footer_content .payment-img li {
        background: #1f203c;
        border-radius: 10px;
        padding: 5px 0;
        margin-right: 5px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        min-width: 30%;
        justify-content: center;
    }

    .footer .mobile_footer_content .payment-img img {
        width: 89px;
    }

    .footer .mobile_footer_content .payment-img img.visa {
        width: 87px;
    }

    .footer .mobile_footer_content .payment-img img.mastercard {
        width: 85px;
    }

    .footer .mobile_footer_content p {
        font-size: 12px;
        color: #c4c4c9;
        color: #9c9c9c;
    }

    .footer .mobile_footer_content p {
        padding: 0 20px;
    }

    .footer .mobile_footer_content p.foot-title {
        margin: 10px 0 0;
        padding: 0 20px;
        color: #c4c4c9;
        color: #9c9c9c;
    }

    .footer .mobile_footer_content p a {
        color: #0b85ea;
        margin: 0 5px;
    }

    .footer .mobile_footer_content .link.contact {
        margin: 16px 0 0 0;
    }

    .footer .mobile_footer_content .link.contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer .mobile_footer_content .link.contact li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .footer .mobile_footer_content .link.contact li p,
    .footer .mobile_footer_content .link.contact li p a {
        display: flex;
        align-items: center;
        color: #9c9c9c;
        font-size: 13px;
        text-decoration: none;
    }

    .footer .mobile_footer_content .link.contact li i {
        display: inline-block;
        margin-right: 8px;
        flex-shrink: 0;
    }

    .footer .mobile_footer_content .link.contact li.email i {
        background: url('../pc/image/public_ico.png') no-repeat -26px -1181px;
        width: 22px;
        height: 18px;
    }

    .footer .mobile_footer_content .link.contact li.whats i {
        background: url('../pc/image/public_ico.png') no-repeat -54px -1146px;
        width: 25px;
        height: 25px;
    }

    .footer .mobile_footer_content h1.logo {
        margin: 0 0 12px 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .footer .mobile_footer_content h1.logo a {
        display: inline-block;
    }

    .footer .mobile_footer_content h1.logo img.mobile_img {
        width: 77px;
        height: auto;
        display: block;
    }

    .footer .mobile_footer_content .ourProducts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px 0 20px;
        margin: 20px 0;
        grid-gap: 15px 0;
    }

    .footer .ourProducts a {
        text-align: left;
        font-size: 14px;
        color: #7073c9;
    }

    .wrapper {
        display: none;
    }

    /* 确认弹窗基础样式：移动端不下发 public.css，从 public.css .delete-public-box 段兜底，
       否则 msg() 弹窗无定位/无背景，Yes/No 落在页面底部，点 Clear All 等确认操作像“没反应” */
    .delete-public-box {
        width: 80%;
        padding: 30px 20px;
        background: #fff;
        border-radius: 10px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        margin: auto;
        text-align: center;
        display: none;
    }

    .delete-public-box.display {
        display: block;
    }

    .delete-public-box p {
        font-size: 12px;
        color: #272852;
        margin-bottom: 30px;
    }

    .delete-public-box button {
        min-width: 100px;
        width: auto;
        padding: 0 16px;
        height: 40px;
        border: 1px solid rgb(191 198 199);
        color: rgb(95 95 95);
        background: #fff;
        font-size: 14px;
        margin-right: 10px;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .delete-public-box button.yes {
        background: #ffffff29;
    }

    .delete-public-box i {
        width: 13px;
        height: 13px;
        background-position: -145px -165px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    .delete-public-box.lottery-verify-box {
        max-width: 420px;
        width: calc(100vw - 32px);
        padding: 26px 26px 22px;
        border: 1px solid rgba(83, 254, 205, .4);
        border-radius: 18px;
        background: linear-gradient(150deg, rgba(11, 26, 51, .82) 0%, rgba(16, 41, 74, .78) 55%, rgba(8, 18, 34, .85) 100%);
        -webkit-backdrop-filter: blur(12px) saturate(125%);
        backdrop-filter: blur(12px) saturate(125%);
        box-shadow: 0 22px 60px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .05) inset;
        color: #eaf6ff;
        box-sizing: border-box;
    }

    .lottery-verify-box::before {
        content: "";
        position: absolute;
        inset: 6px;
        border: 1px solid rgba(83, 254, 205, .18);
        border-radius: 13px;
        pointer-events: none;
    }

    .delete-public-box .lottery-verify-title {
        position: relative;
        margin: 0 0 18px !important;
        color: #aef3ff !important;
        font-size: 19px;
        font-weight: 800;
        letter-spacing: 0;
        text-align: center;
        background: linear-gradient(135deg, #53FECD 0%, #2C74C9 55%, #ffffff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .45));
    }

    .lottery-verify-slider-wrap,
    .lottery-verify-email-row {
        margin-top: 16px;
        text-align: left;
    }

    .lottery-verify-slider-title,
    .lottery-verify-email-label {
        margin-bottom: 9px;
        color: #cfe0ff;
        font-size: 13px;
        font-weight: 700;
    }

    .lottery-verify-slider-shell {
        --verify-progress: 0%;
        position: relative;
        height: 46px;
        border: 1px solid rgba(83, 254, 205, .28);
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(83, 254, 205, .5) 0%, rgba(44, 116, 201, .5) var(--verify-progress), rgba(255, 255, 255, .07) var(--verify-progress));
        box-shadow: inset 0 2px 8px rgba(0, 0, 0, .4);
        overflow: hidden;
    }

    .lottery-verify-slider-shell::after {
        content: attr(data-text);
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, .82);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        pointer-events: none;
    }

    .lottery-verify-slider {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 46px;
        margin: 0;
        padding: 0 4px;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        background: transparent;
        cursor: grab;
    }

    .lottery-verify-slider:active {
        cursor: grabbing;
    }

    .lottery-verify-slider::-webkit-slider-runnable-track {
        height: 46px;
        background: transparent;
    }

    .lottery-verify-slider::-webkit-slider-thumb {
        width: 58px;
        height: 38px;
        margin-top: 4px;
        border: 1px solid rgba(255, 255, 255, .5);
        border-radius: 999px;
        background:
            repeating-linear-gradient(90deg, rgba(0, 0, 0, .22) 0 1px, rgba(255, 255, 255, .42) 1px 2px, transparent 2px 7px) center / 23px 16px no-repeat,
            linear-gradient(155deg, #7bffe6 0%, #53FECD 38%, #2C74C9 100%);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .4);
        -webkit-appearance: none;
    }

    .lottery-verify-slider::-moz-range-track {
        height: 46px;
        background: transparent;
    }

    .lottery-verify-slider::-moz-range-thumb {
        width: 58px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, .5);
        border-radius: 999px;
        background:
            repeating-linear-gradient(90deg, rgba(0, 0, 0, .22) 0 1px, rgba(255, 255, 255, .42) 1px 2px, transparent 2px 7px) center / 23px 16px no-repeat,
            linear-gradient(155deg, #7bffe6 0%, #53FECD 38%, #2C74C9 100%);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .4);
    }

    .lottery-verify-slider-tip {
        min-height: 16px;
        margin-top: 9px;
        color: rgba(246, 253, 255, .86);
        font-size: 12px;
    }

    .lottery-verify-email-controls {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .lottery-verify-code {
        flex: 1 1 150px;
        min-width: 0;
        height: 40px;
        padding: 0 12px;
        border: 1px solid rgba(90, 170, 255, .28);
        border-radius: 12px;
        background: rgba(255, 255, 255, .08);
        color: #ffffff;
        outline: none;
        box-sizing: border-box;
    }

    .lottery-verify-code:focus {
        border-color: #5fb0ff;
        box-shadow: 0 0 0 3px rgba(95, 175, 255, .15);
    }

    .lottery-verify-send {
        flex: 0 0 116px;
        width: 116px !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #eafffb !important;
        background: linear-gradient(135deg, rgba(83, 254, 205, .22), rgba(44, 116, 201, .28)) !important;
        border: 1px solid rgba(83, 254, 205, .45) !important;
        transition: filter .2s ease, box-shadow .2s ease;
    }

    .lottery-verify-send:not(:disabled):hover {
        filter: brightness(1.1);
        box-shadow: 0 0 14px rgba(83, 254, 205, .3);
    }

    .lottery-verify-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 16px;
    }

    .delete-public-box .lottery-verify-actions .yes {
        width: 112px !important;
        height: 42px !important;
        margin: 0 !important;
        border-radius: 11px;
        font-weight: 700;
        color: #ffffff !important;
        transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
    }

    .delete-public-box .lottery-verify-confirm {
        background: linear-gradient(135deg, #53FECD 0%, #2C74C9 100%) !important;
        color: #042033 !important;
        border: 0 !important;
        box-shadow: 0 8px 20px rgba(44, 116, 201, .4), 0 0 0 1px rgba(255, 255, 255, .18) inset;
    }

    .delete-public-box .lottery-verify-cancel {
        color: #cdeeff !important;
        background: rgba(255, 255, 255, .06) !important;
        border: 1px solid rgba(83, 254, 205, .35) !important;
    }

    .delete-public-box .lottery-verify-error {
        min-height: 20px !important;
        margin-top: 12px !important;
        color: #ff8f8f;
        font-size: 13px !important;
        font-weight: 600;
        text-align: center;
    }

    .lottery-verify-send:disabled,
    .lottery-verify-confirm:disabled {
        cursor: not-allowed;
        opacity: .78;
        color: #cfe0ff !important;
        background: rgba(255, 255, 255, .12) !important;
    }

    @media (max-width: 420px) {
        .delete-public-box.lottery-verify-box {
            padding: 20px 16px 18px;
        }

        .lottery-verify-email-controls {
            flex-direction: column;
            align-items: stretch;
            gap: 10px;
        }

        .lottery-verify-send,
        .lottery-verify-code {
            width: 100% !important;
            flex-basis: auto;
        }
    }


    .error-page .mobile_img {
        display: block;
        padding-top: 0;
        border-radius: 0;
    }

    .error-page .pc_img {
        display: none;
    }

    .error-page a {
        display: flex;
        align-items: center;
        background: #1f203c;
        height: 43px;
        border-radius: 43px;
        color: #fff;
        padding: 0 17px;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
        font-size: 12px;

    }

    .error-page a i {
        width: 16px;
        height: 15px;
        background-position: -85px -105px;
        margin-right: 10px;
    }



    .feedback_dialog {
        width: 100%;
        position: fixed;
        bottom: auto;
        right: 0;
        top: 0;
        padding: 20px 12px;
        overflow-y: auto;
        height: 100%;
        border-radius: 0;
    }

    .feedback_dialog i.closeIco {
        right: 20px;
        top: 15px;
    }

    /* 移动端阿拉伯语 */
    .ar .mobileLeft ul li.logout i,
    .ar .mobileLeft ul li a i {
        margin-left: 15px;
    }

    .ar.main .back a i {
        margin-left: 10px;
    }

    .ar .header .right ul .lang-currency .curr-content .lang-box-t span {
        margin-right: 0;
        margin-left: 10px;
    }

    .ar.mobile_menu .account li i.ico {
        margin-right: 0px;
        margin-left: 12px;
    }

    .ar .menu-content .menu-search .search-key a {
        padding-right: 20px;
    }

    .ar .mobile_cart_list li .delete i {
        right: inherit;
        left: 20px;
    }

    .lang-ar .mobile_cart_list li .goods-num span.add {
        border-radius: 5px 0 0 5px;

    }

    .lang-ar .mobile_cart_list li .goods-num span.sub {
        border-radius: 0 5px 5px 0;
    }

    .ar .mobile_cart_list li .shopCartImages {
        margin-right: 0;
        margin-left: 25px;
    }

    .ar.joinVip-main .vip-header .vip-h-top .vip-progress li.vip1 span,
    .ar.joinVip-main .vip-header .vip-h-top .vip-progress p {
        right: -5px;
    }

    .ar.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 p,
    .ar.joinVip-main .vip-header .vip-h-top .vip-progress li .vip5 span {
        right: 50px;
        left: inherit;
    }




    .luck_pop {
        left: 15px;
        bottom: 53px;
    }

    .luck_pop a {
        width: 95px;
        height: 95px;
    }

    .pop_mask .mobileimg {
        display: block;
    }

    .pop_mask .pcimg {
        display: none;
    }

    .luck_pop .rotate_pop img {
        width: 80px;
    }

    .pop_mask {
        width: 110px;
        left: -7px;
        bottom: -15px;
    }

    .luck_pop .close img {
        width: 24px;
        height: 24px;
    }

    .luck_pop .close {
        top: -27px;
        left: 0;

    }

    .default_search {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px 10px;
        z-index: 101;
        background: rgba(11, 14, 31, .94);
    }

    .default_search.show {
        display: block !important;
    }

    .default_search input {
        background: #1f203c;
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        height: 40px;
        padding: 0 42px 0 10px;
        width: 100%;
    }

    .default_search .close_ico {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 32px;
    }

    .lang-ar .default_search .close_ico {
        right: unset;
        left: 20px;
    }

    .default_search .search-key {
        display: block;
        width: 100%;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        height: calc(100% - 60px);
    }

    .default_search .search-key.display {
        display: block;
    }

    .default_search .search-key .search_key_list {
        max-height: 100%;
        overflow: auto;
    }
    .default_search .search-key .search_key_list .loading {
        display: block;
        margin:  20px auto;
    }
    .game_search_moodal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
        z-index: 40;
        display: none;
    }

    .default_search .search-key .search_key_list a {
        display: flex;
        color: #fff;
        height: 40px;
        line-height: 40px;
    }

    .default_search .search-key .search_key_list a img {
        width: 40px;
        height: 15px;
        margin-top: 3px;
        margin-left: 5px;
    }
    .server.device-server ul.active{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        flex-wrap: nowrap;
    }
    .server.device-server ul li{
        margin: 0 auto;
        font-size: 14px;
        width: 100%;
    }
    .newsGolds__main .new__gold--desc{
        margin: 0 10px;
        margin-top: 30px;
    }
    .active--desc{
        margin: 20px 10px;
        max-width: 100%;
    }

    .active--desc  div {
        width: inherit !important;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: inherit;
        max-width: 100%;
    }

    .active--desc img{
        max-width: 100% !important;
        object-fit: scale-down;
    }
    .container H1{
        margin: 0 10px;
    }
    .dialog i.close-ico,.dialog form .email i,.dialog form .pass i{
        background-image: url(../pc/image/public_ico.png);
    }
    .dialog{
        right: 0 !important;
        margin: auto;
    }
    .dialog .leftimg{
        display: none;
    }
    .dialog .contbox{
        margin: 0 auto;
    }
    .info-card{
        background-color: #ffffff05;
    }

    .mobile {
        display: inline-block ;
    }


    .sidebar-menu{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
    }
    .sidebar-menu li a {
        padding: 5px 0px;
        display: grid;
        font-size: 15px;
        justify-items: center;
    }
    .sidebar-menu li {
        border-radius: 10px;
    }

    .user-content{
        padding: 0 10px;
    }
    .sidebar {
        width: 100%;
        background-color: unset;
        padding: 0 10px;
        backdrop-filter: unset;
        height: unset;
        border: unset;
        box-shadow: unset;
    }
    .avatar-card{
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 10px;
        justify-items: center;
        align-content: center;
        justify-content: start;
    }
    .avatar-card .info-label{
        margin-top:0px auto;
        text-align: justify;
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
    .winnerList{
        width: 100%;
    }
    .winner-wrap .aigc{
        display: none;
    }
}


/* 购物车底部抽屉打开时：
   header z-index: 9000 → 抽屉浮于页面内容之上
   mobile-bottom-nav z-index: 9999 → 导航条仍覆盖在抽屉之上 */
@media (max-width: 1024px) {
    .fixed-header:has(.cart-link.display) {
        z-index: 9000;
    }
}

/* 移动端底部导航菜单 - 只在首页和用户中心显示（含iPad） */
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background: #0B121A;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        padding-bottom: env(safe-area-inset-bottom); /* 适配iPhone底部安全区域 */
    }

    .mobile-bottom-nav .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
        transition: all 0.3s ease;
        flex: 1;
        height: 100%;
        padding: 8px 0;
    }

    .mobile-bottom-nav .mobile-nav-item i,
    .mobile-bottom-nav .mobile-nav-item .mobile-nav-icon {
        font-size: 22px;
        margin-bottom: 4px;
        transition: all 0.3s ease;
    }

    .mobile-bottom-nav .mobile-nav-item .mobile-nav-icon {
        display: block;
        width: 22px;
        height: 22px;
        fill: currentColor;
        flex-shrink: 0;
    }

    .mobile-bottom-nav .mobile-nav-item span {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        transition: all 0.3s ease;
    }

    .mobile-bottom-nav .mobile-nav-item.active {
        color: #0b85ea;
    }

    .mobile-bottom-nav .mobile-nav-item.active i,
    .mobile-bottom-nav .mobile-nav-item.active .mobile-nav-icon {
        color: #0b85ea;
        transform: scale(1.1);
    }

    @media (hover: hover) {
        .mobile-bottom-nav .mobile-nav-item:hover {
            color: #0b85ea;
        }

        .mobile-bottom-nav .mobile-nav-item:hover i,
        .mobile-bottom-nav .mobile-nav-item:hover .mobile-nav-icon {
            color: #0b85ea;
            transform: scale(1.1);
        }
    }

    /* 为底部导航菜单预留空间，避免内容被遮挡（只在显示时生效） */
    body:has(.mobile-bottom-nav) {
        padding-bottom: 60px;
    }

    /* 调整浮动按钮位置，避免与底部导航重叠 */
    body:has(.mobile-bottom-nav) .footer-common-button {
        bottom: 75px; /* 从105px改为75px */
    }

        /* 有底部导航时调整购物车位置 */
    body:has(.mobile-bottom-nav) .mobile_cart.footer-common-button {
        bottom: 135px;
    }

    body:has(.mobile-bottom-nav) .back-top-button.footer-common-button {
        position: fixed;
        bottom: 130px;
    }

    .back-top-button.footer-common-button {
        bottom: 130px;
    }

    .default_search .search-key .search_key_list a img {
        width: 40px;
        height: 15px;
        margin-top: 3px;
        margin-left: 5px;
    }

    /* 缩小登录注册对话框 */
    .wrapper .dialog {
        width: 90% !important;
        max-width: 380px !important;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    .wrapper .dialog .leftimg {
        display: none !important;
    }
    
    .wrapper .dialog .contbox {
        width: 100% !important;
    }
    
    /* 缩小标题 */
    .wrapper .dialog h2 {
        font-size: 22px !important;
        margin-bottom: 12px !important;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    
    /* 缩小输入框 */
    .wrapper .dialog li input {
        height: 40px !important;
        font-size: 14px !important;
        padding-left: 40px !important;
    }
    
    /* 缩小输入框图标 */
    .wrapper .dialog form .input-box i {
        top: 12px !important;
        left: 12px !important;
    }
    
    /* 缩小发送验证码按钮 */
    .wrapper .dialog form .email p.send_code {
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
        right: 3px !important;
        top: 4px !important;
    }
    
    /* 缩小按钮 */
    .wrapper .dialog .dialog-btn button {
        height: 42px !important;
        font-size: 14px !important;
        padding: 0 20px !important;
    }
    
    /* 缩小关闭按钮 */
    .wrapper .dialog i.close-ico {
        width: 208x !important;
        height: 28px !important;
    }
    
    /* 缩小复选框文字 */
    .wrapper .dialog .checked span {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    
    /* 缩小底部社交登录区域 */
    .wrapper .dialog .shade {
        margin-top: 15px !important;
        padding-top: 15px !important;
    }
    
    .wrapper .dialog .shade p {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    
    .wrapper .dialog .shade span {
        font-size: 12px !important;
    }
    
    /* 缩小列表间距 */
    .wrapper .sign ul {
        margin-bottom: 15px !important;
    }
    
    .wrapper .dialog .input-box {
        margin-bottom: 12px !important;
    }


}


@media (max-width: 600px) {
    .goods_dia4_tips {
        width: 90%;
        padding: 15px;
    }

    .accept_cookie {
        background: #11122b;
        text-align: center;
        padding: 20px 10px;
    }

    .accept_cookie .container {
        display: block;
    }

    .accept_cookie.display {
        display: block;
    }

    .accept_cookie .close-ico {
        top: 7px;
        right: 6px;
    }

    .accept_cookie .accept_cookie_r {
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
        margin-left: 0;
    }

    .accept_cookie .accept_cookie_r div {
        width: 100%;
    }

    .accept_cookie .close-ico {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    .hot{
        top: 0px;
        right: 1px;
        width: 38px;
        height: 22px;
    }

    .sharebotton{
        display: none !important;
        bottom: 20px;
        font-size: 20px;

        right:16px  ;
        display: flex;
        position: absolute;
        z-index: +1;
    }

    /* Trustpilot Reviews 移动端样式 */
    .trustpilot-desktop-widget {
        display: none !important;
    }

    .trustpilot-mobile-widget {
        display: block !important;
        text-align: center;
    }

    .trustpilot-mobile-widget .trustpilot-widget {
        width: 90%;
        display: inline-block;
    }

    .trustpilot-reviews-section .reviews-stats {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .trustpilot-reviews-section .stat-item {
        flex: 0 0 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
    }

    .trustpilot-reviews-section .stat-value {
        font-size: 32px !important;
    }

    .trustpilot-reviews-section .stat-suffix {
        font-size: 16px !important;
    }

    .trustpilot-reviews-section .stat-label {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) {
    .breadcrumb {
        display: none;
    }
    
    /* 移动端返回导航条 - 不随页面滚动 */
    .mobile-page-header {
        display: flex !important;
        align-items: center !important;
        gap: 15px;
        padding: 15px 20px !important;
        background-color: rgba(30, 40, 70, 0.5) !important;
        backdrop-filter: blur(5px);
        border-bottom: 1px solid rgba(60, 80, 150, 0.3);
        margin: 0 0 5px 0 !important;
        position: static !important; /* 使用static，完全不定位，不随页面滚动 */
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        will-change: auto !important;
        z-index: 100;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: 44px;
        overflow: visible !important;
    }
    
    .mobile-page-back-btn {
        background: transparent;
        /* border: 1px solid rgba(255, 255, 255, 0.3); */
        color: #fff;
        width: 30px;
        height: 30px;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        padding: 0;
        position: absolute;
        left: 20px;
        z-index: 10; /* 确保按钮在标题上方，可以接收点击事件 */
    }
    
    .mobile-page-back-btn:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: #53FECD;
    }
    
    .mobile-page-back-btn i {
        font-size: 18px;
        pointer-events: none; /* 让点击事件穿透到按钮，不被图标阻挡 */
    }
    
    .mobile-page-title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        padding: 0 80px;
        box-sizing: border-box;
        pointer-events: none; /* 让点击事件穿透，不被标题阻挡 */
        z-index: 1; /* 确保在按钮下方 */
    }

    .mobile-nav-item.mobile_cart .nav-icon-wrap {
        position: relative;
    }

    .mobile-nav-item.mobile_cart .nav-icon-wrap .cart-num {
        position: absolute;
        top: -5px;
        right: -30px;
        width: 30px;
        text-align: left;
        padding: 0 2px;
    }

    /* 底部导航购物车飞入目标动画（与 micb-cart-icon 一致） */
    .mobile-bottom-nav .mobile_cart.bounce {
        -webkit-animation-name: micb-bounce;
        animation-name: micb-bounce;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .mobile-bottom-nav .mobile_cart .cart-num.pop {
        -webkit-animation: micb-count-pop 0.5s cubic-bezier(.36, .07, .19, .97) both;
        animation: micb-count-pop 0.5s cubic-bezier(.36, .07, .19, .97) both;
    }

    @keyframes micb-bounce {
        20%, 53%, 80%, 0%, 100% {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
        }
        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
        }
    }

    @keyframes micb-count-pop {
        0%   { transform: scale(1); }
        25%  { transform: scale(1.7); }
        50%  { transform: scale(0.85); }
        75%  { transform: scale(1.2); }
        100% { transform: scale(1); }
    }
}

.Coupondiscount {
    background-image: url('../image/468@2x.png');
    width: 38px;
    height:38px;
    font-size: 9px;
    top: 0;
    position: absolute;
    display: inline-grid;
    color: #fff;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    align-content: center;
    justify-items: center;
    z-index: 1;
    display: none;
}
@media (max-width: 480px) {
    .Coupondiscount {
        width: 30px;
        height: 30px;
        font-size: 7px;
    }
}

@media (max-width: 375px) {
    .ig_header .container {
        gap: 6px;
    }
}

@media (max-width: 310px) {
    .header .right>ul {
        gap: 8px;
    }
}

@media (max-width: 1024px) {
    .modal,
    .shadow {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
        z-index: 99;
        display: none;
    }

    .wrapper {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: none;
        overflow: auto;
        margin: 0;
        padding: 0;
    }

    .wrapper .dialog {
        position: relative;
        top: 50%;
        left: 0 !important;
        right: 0 !important;
        width: calc(100vw - 38px) !important;
        max-width: 380px !important;
        max-height: calc(100vh - 88px);
        margin: 0 auto;
        color: #9093be;
        background: #fff;
        border-radius: 8px;
        overflow-y: auto;
        transform: translateY(-50%);
    }

    .wrapper .dialog.display {
        display: block;
        animation: signDialog .3s;
        -webkit-animation: signDialog .3s;
    }

    .wrapper .dialog.sign,
    .wrapper .login,
    .wrapper .binding {
        display: none;
    }

    .wrapper .dialog.sign.display {
        display: block;
    }

    .wrapper .dialog .leftimg {
        display: none !important;
    }

    .wrapper .dialog .contbox {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 14px 14px 18px;
    }

    .wrapper .dialog .checked label:after,
    .wrapper .dialog button.error::before,
    .wrapper .dialog .ico {
        display: inline-block;
        background-image: url(../pc/image/public_ico.png);
        background-repeat: no-repeat;
        background-size: 200px;
    }

    .wrapper .dialog i.close-ico {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 25px !important;
        height: 24px !important;
        background-position: -175px -120px;
        cursor: pointer;
        z-index: 2;
    }

    .lang-ar .wrapper .dialog i.close-ico {
        right: auto;
        left: 18px;
    }

    .wrapper .dialog h2,
    .wrapper .dialog .dlalog_title {
        min-height: 0;
        margin: 0 44px 16px 0 !important;
        color: #161e29;
        font-family: 'Oswald';
        font-size: 22px !important;
        line-height: 1.25;
    }

    .lang-ar .wrapper .dialog h2,
    .lang-ar .wrapper .dialog .dlalog_title {
        margin-right: 0 !important;
        margin-left: 44px !important;
    }

    .wrapper .dialog ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .wrapper .sign ul {
        margin-bottom: 12px !important;
    }

    .wrapper .dialog .input-box {
        position: relative;
        margin-bottom: 12px !important;
    }

    .wrapper .dialog li input {
        width: 100%;
        height: 36px !important;
        padding: 0 12px 0 40px !important;
        border: 1px solid #c6c7e9;
        border-radius: 5px;
        color: #161e29;
        background: #fff;
        font-family: 'Montserrat';
        font-size: 13px !important;
    }

    .lang-ar .wrapper .dialog li input {
        padding-right: 40px !important;
        padding-left: 12px !important;
    }

    .wrapper .dialog .input-box.required input {
        border-color: #ff0000;
        box-shadow: 0 0 5px 1px #ff0000;
    }

    .wrapper .dialog form .input-box i {
        position: absolute;
        top: 10px !important;
        left: 12px !important;
    }

    .lang-ar .wrapper .dialog form .input-box i {
        right: 12px !important;
        left: auto !important;
    }

    .wrapper .dialog form .email i {
        width: 20px;
        height: 17px;
        background-position: -180px -57px;
    }

    .wrapper .dialog form .pass i {
        width: 17px;
        height: 19px;
        background-position: -183px -78px;
    }

    .wrapper .dialog form .ver_code img {
        position: absolute;
        top: 9px;
        left: 12px;
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .lang-ar .wrapper .dialog form .ver_code img {
        right: 12px;
        left: auto;
    }

    .wrapper .dialog form .email p.send_code {
        position: absolute;
        top: 4px !important;
        right: 4px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px !important;
        min-width: 74px;
        padding: 0 10px !important;
        color: #fff;
        background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
        border-radius: 5px;
        cursor: pointer;
        font-size: 12px !important;
    }

    .lang-ar .wrapper .dialog form .email p.send_code {
        right: auto !important;
        left: 4px !important;
    }

    .wrapper .dialog form .email p.send_code .loading,
    .wrapper .dialog form .email p.send_code .time,
    .wrapper .dialog form .email p.send_code.load .send,
    .wrapper .dialog form .email p.send_code.load .time,
    .wrapper .dialog form .email p.send_code.disabled .send {
        display: none;
    }

    .wrapper .dialog form .email p.send_code.disabled .time,
    .wrapper .dialog form .email p.send_code.load .loading {
        display: block;
    }

    .wrapper .dialog form .email p.send_code.disabled {
        color: #1d1d1d;
        background: #ccc;
    }

    .wrapper .dialog form .email p.send_code .loading,
    .wrapper .dialog button i {
        width: 20px;
        height: 20px;
        margin: auto;
        border-left: 2px solid #fff;
        border-radius: 50%;
        animation: rotation 1s linear infinite;
    }

    .wrapper .dialog .tips {
        margin-top: 5px;
        color: #ff0000;
        font-size: 12px;
    }

    .wrapper .dialog .tips.tip_success {
        color: #00a800;
    }

    .wrapper .dialog .checked {
        position: relative;
        min-height: 18px;
        margin-bottom: 4px;
        padding: 4px 0 0 24px;
        color: #161e29;
        font-size: 12px;
        line-height: 1.4;
    }

    .lang-ar .wrapper .dialog .checked {
        padding-right: 24px;
        padding-left: 0;
    }

    .wrapper .dialog .checked input {
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 2;
        width: 16px;
        height: 16px;
        opacity: 0;
    }

    .lang-ar .wrapper .dialog .checked input {
        right: 0;
        left: auto;
    }

    .wrapper .dialog .checked label {
        position: absolute;
        top: 4px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #c6c7e9;
        border-radius: 3px;
    }

    .lang-ar .wrapper .dialog .checked label {
        right: 0;
        left: auto;
    }

    .wrapper .dialog .checked label:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 2px;
        width: 10px;
        height: 7px;
        background-position: -163px -45px;
        opacity: 0;
    }

    .wrapper .dialog .checked input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

    .wrapper .dialog .checked span {
        display: inline;
        color: #161e29;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .wrapper .dialog a {
        color: #2C74C9;
    }

    .wrapper .login form .checked {
        padding-right: 0;
    }

    .wrapper .login form .checked a {
        float: right;
    }

    .wrapper .dialog .dialog-btn {
        position: relative;
    }

    .wrapper .dialog button {
        width: 100%;
        height: 38px !important;
        margin-top: 18px;
        padding: 0 20px !important;
        color: #fff;
        background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
        border: 0;
        border-radius: 8px;
        font-family: 'Montserrat';
        font-size: 14px !important;
    }

    .wrapper .dialog button:disabled {
        cursor: not-allowed;
    }

    .wrapper .dialog button i {
        display: none;
    }

    .wrapper .dialog button.error {
        background: rgb(237, 85, 101);
    }

    .wrapper .dialog button.error::before {
        content: '';
        width: 13px;
        height: 13px;
        background-position: -185px -385px;
    }

    .wrapper .dialog .shade {
        margin: 18px 0 0 !important;
        padding-top: 0 !important;
        text-align: center;
        font-size: 12px;
    }

    .wrapper .dialog .shade p {
        margin: 0 0 14px !important;
        color: #9093be;
        font-size: 12px !important;
    }

    .wrapper .dialog .shade .shade_list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 0 16px;
    }

    .wrapper .dialog .shade .shade_list span,
    .wrapper .dialog .shade .shade_list div.google-login {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        margin: 0;
        border-radius: 50%;
        cursor: pointer;
    }

    .wrapper .dialog .shade .shade_list span.discord {
        background: #788bd2;
    }

    .wrapper .dialog .shade .shade_list span img {
        width: 40px;
        height: 40px;
    }

    .wrapper .dialog .shade .shade_list div.google-login {
        background: #fff;
        border: 1px solid #dadce0;
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .wrapper .dialog .shade > span,
    .wrapper .dialog .shade > span span {
        color: #9093be;
        font-size: 12px !important;
    }

    .errorTips {
        position: fixed;
        z-index: 9999;
        display: inline-block;
        max-width: 90vw;
        padding: 10px 20px 10px 10px;
        visibility: hidden;
        color: #303030;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 7px 2px #c6c7e9;
        font-size: 12px;
    }

    .errorTips::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #fff;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
        transform: translateX(-50%) rotate(45deg);
    }

    .errorTips.bottom-tip::before {
        top: -5px;
        bottom: auto;
    }

    .errorTips p {
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        padding: 0 !important;
        color: #000 !important;
        background: none !important;
        border: none !important;
        font-family: 'Montserrat Bold' !important;
        font-size: 12px !important;
    }

    .errorTips i {
        width: 15px !important;
        height: 13px !important;
        margin-right: 5px !important;
        background-image: url(../pc/image/public_ico.png) !important;
        background-position: -80px -395px !important;
    }

    .errorTips.successTips i {
        height: 18px !important;
        background-position: -125px -395px !important;
    }
}

@keyframes signDialog {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.5);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.overlay.active {
    display: flex;
}

/**渠道落地页抽次数**/
.prbox * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.prbox {
    position: fixed;
    bottom: 0;
    left: 0;
    font-family: 'Microsoft YaHei', sans-serif;
    z-index: 1000;
}

.prbox-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
}



.prbox-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
}

.prbox-turntable-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
}

.prbox-static-turntable {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/przp.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.prbox-spinning-wheel {
    position: absolute;
    top: calc(50% - 5%);
    left: calc(50% + 1.25%);
    transform: translate(-50%, -50%);
    width: 57.5%;
    height: 57.5%;
    border-radius: 50%;
    z-index: 5;
    transition: transform cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.prbox-wheel-segment {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prbox-wheel-segment span {
    position: absolute;
    font-size: 100%;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

.prbox-pointer-indicator {
    position: absolute;
    top: 3.75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.prbox-pointer-indicator::after {
    content: '▼';
    font-size: 8%;
    color: #FFD700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.prbox-center-pointer {
    position: absolute;
    top: calc(50% - 5%);
    left: calc(50% + 1.25%);
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
}

.prbox-center-pointer img {
    width: 50%;
    height: auto;
}

.prbox-spin-button {
    position: absolute;
    bottom: 2.625%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    text-align: center;
    width: 150px;
}

.prbox-spin-button:hover {
    transform: translateX(-50%) scale(1.05);
}

.prbox-spin-button.prbox-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.prbox-spin-button img {
    width: 100%;
    height: auto;
    height: 60px;
}

.prbox-spin-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    font-size: 10px;
}

.prbox-message-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.prbox-message-modal.active {
    display: flex;
}

.prbox-message-content {
    position: relative;
    text-align: center;
}

.prbox-message-content img {
    max-width: 400px;
}

.prbox-message-text {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.prbox-message-text h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.prbox-message-text p {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.prbox-message-button {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
}
.prbox-message-button span {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.prbox-message-button img {
    width: 120px;
}

.prbox-title {
    color: white;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.prbox-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 20px;
}

/* 分页样式 */
.custom-layui-laypage {
    text-align: center !important;
}

.custom-layui-laypage .layui-laypage a,
.custom-layui-laypage .layui-laypage span {
    background-color: #1a2342 !important;
    border: 1px solid rgba(70, 88, 130, 0.5) !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: linear-gradient(90deg, rgb(48 221 251) 0%, rgb(48 221 251) 51%, rgb(48 221 251) 100%);
}

.pager {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pager a {
    cursor: pointer;
}

.pager a,
.pager span {
    /* 按钮内数字 */
    width: 30px;
    height: 30px;
    border: 1px solid #303030;
    color: rgb(48 221 251);
    display: inline-block;
    line-height: 30px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 6px;
}

.pager a:hover {
    border-color: rgb(48 221 251);
    color: rgb(48 221 251);
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 6px 1px rgb(48 221 251);
}

.pager span.active {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    color: #fff;
    border-color: rgb(48 221 251);
    position: relative;
    z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
    background: transparent url(/static/pc/image/page_bg.png) 8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
    background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
    background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
    background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
    cursor: default;
    background-image: url(/static/pc/image/page_bg_true.png);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
    cursor: default;
    background-image: url(/static/pc/image/page_bg_true.png);
}

.pager .pg-prev[disabled='true']:hover,
.pager .pg-next[disabled='true']:hover {
    box-shadow: none;
    border: 1px solid #303030;
}

.pager span.els {
    border-color: transparent;
}
