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

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

@media (max-width: 1024px) {

    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;
    }

    .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;
    }

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

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

    .ig_header .right {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .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 {
        display: none;
    }

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

    }

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

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

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

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

    .ig_header .mobile_menu_ico {
        padding-top: 3px;
    }

    .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;

    }

    .ig_header .mobile_search {
        display: block !important;
        margin-left: 19px;
    }

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

    .ig_header .mobile_account {
        margin: 0 19px 0 19px;
        display: block !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;
    }

    .ig_header .mobile_cart {
        position: relative;
        display: block !important;
    }

    .ig_header .mobile_cart.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;
        right: -100%;
        top: 0;
        height: 100%;
        display: block;
        opacity: 1;
        padding-top: 0;
        border-radius: 0;
        width: 85%;
        min-width: 85%;
        background: #060d25;
    }

    .header .right ul .cart .cart-link.display {
        right: 0;
        animation: none;
        transition: all .2s;
        display: flex;
        flex-direction: column;
    }

    .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 ul {
        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 li {
        border-bottom: 1px solid #000;
    }

    .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);
        }
    }

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

    .ig_header .mobile_cart .cart-num {
        position: absolute;
        background: red;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: -6px;
        left: 10px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
    }


    /* 侧边栏 */
    .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;
    }
    
    /* 用户信息头部样式 */
    .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;
        line-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 .fas.mobile-menu-icon {
        font-size: 18px;
    }

    
    .mobile_menu .introduction li a span[style*="color: #3b93c1"] {
        color: #53FECD !important; /* 改为主题色 */
        font-weight: 600;
    }
    .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: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .site-info ul li {
        flex: 0 0 calc(33.333% - 10px);
        width: calc(33.333% - 10px) !important;
        max-width: calc(33.333% - 10px);
        padding: 15px 10px !important;
        margin: 0 5px 10px 5px;
        border-bottom: none;
        height: auto;
        background: linear-gradient(135deg, rgba(22, 30, 41, 0.8) 0%, rgba(11, 18, 26, 0.9) 100%);
        border: 1px solid rgba(83, 254, 205, 0.2);
        border-radius: 12px;
        box-sizing: border-box;
    }

    .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;
    }

    .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: 105px;
    }

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

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

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

    .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;
    }

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

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

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

    .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;
    }

    .delete-public-box {
        width: 80%;
        padding: 30px 20px;
    }

    .delete-public-box p {
        font-size: 12px;
    }

    .delete-public-box i {
        width: 13px;
        height: 13px;
        background-position: -145px -165px;
        position: absolute;
    }


    .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;
    }

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

    }

    .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 {
        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;
        width: 100%;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

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

    .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;
    }
    .server.device-server ul li{
        margin: 0 auto;
        font-size: 14px;
        width: 100%;
    }
    .newsGolds__main .new__gold--desc{
        margin: 0 10px;
    }
    .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;
    }
    .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{
        width:auto;
        left:auto;
        top: 10%;
    }
    .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;
    }
}


/* 移动端底部导航菜单 - 只在首页和用户中心显示 */
@media (max-width: 700px) {
    .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 {
        font-size: 22px;
        margin-bottom: 4px;
        transition: all 0.3s ease;
    }

    .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,
    .mobile-bottom-nav .mobile-nav-item:hover {
        color: #0b85ea;
    }

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

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

    /* 确保footer不会被底部导航遮挡（只在显示时生效） */
    body:has(.mobile-bottom-nav) .footer {
        margin-bottom: 60px;
    }

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

    .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;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 5% !important;
        padding: 20px 15px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .wrapper .dialog .leftimg {
        display: none !important;
    }
    
    .wrapper .dialog .contbox {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    /* 缩小标题 */
    .wrapper .dialog h2 {
        font-size: 22px !important;
        margin-bottom: 12px !important;
    }
    
    /* 缩小输入框 */
    .wrapper .dialog li input {
        height: 40px !important;
        font-size: 14px !important;
        padding-left: 40px !important;
    }
    
    /* 缩小输入框图标 */
    .wrapper .dialog form .input-box i {
        width: 16px !important;
        height: 16px !important;
        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;
        top: 10px !important;
        right: 10px !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) {
    .site-info {
        margin: 0 10px;
        margin-top: 40px;
    }

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

    .site-info ul {
        display: flex !important;  /* 使用flex布局 */
        flex-wrap: wrap !important;
        margin: 0 -5px !important;  /* 负边距抵消子元素的margin */
    }

    .site-info ul li {
        flex: 0 0 calc(33.333% - 10px) !important;  /* 一行3个 */
        width: calc(33.333% - 10px) !important;
        max-width: calc(33.333% - 10px) !important;
        padding: 15px 10px !important;  /* 减小内边距以适应小屏 */
        margin: 0 5px 10px 5px !important;  /* 左右各5px，底部10px */
        border-bottom: none !important;  /* 移除边框 */
        height: auto;
        background: linear-gradient(135deg, rgba(22, 30, 41, 0.8) 0%, rgba(11, 18, 26, 0.9) 100%) !important;
        border: 1px solid rgba(83, 254, 205, 0.2) !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }

    .site-info ul li:last-child {
        /* margin-bottom: 0 !important; */
    }

    /* 移动端图标尺寸 */
    .site-info ul li div {
        /* padding-left: 38px !important; */
        padding: 0;
                min-height: 90px;
    }

    .site-info ul li div::before {
        width: 28px !important;  /* 移动端图标更小 */
        height: 28px !important;
        font-size: 14px !important;
        top: 50% !important;  /* 使用50%定位 */
        transform: translateY(-50%) !important;  /* 垂直居中 */
        line-height: 1 !important;  /* 确保文字垂直居中 */
    }

    .site-info ul li div>span {
        font-size: 12px !important;  /* 移动端标题字体 */
    }

    .site-info ul li p {
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .site-info ul li img {
        width: 35px !important;  /* 移动端图片稍小 */
        min-width: 35px !important;
        /* margin-right: 12px !important; */
    }

    /* Trustpilot Reviews 移动端样式 */
    .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; /* 确保在按钮下方 */
    }
}