@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: #000;
    }

    .ig_header {
        height: 60px;
        background: #0a0f21;
        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: #7073c9;
        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 .introduction li {
        border-bottom: 1px solid #02040a;
    }

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

    .mobile_menu .introduction li a {
        color: #fff;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        display: block;
    }

    .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 {
        background: #0a0f21;
        padding: 25px 10px 0;
        margin-top: 20px;
    }

    .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: #000;
        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: 160px;
    }

    .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: #000;
        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 {
        width: 10px;
        height: 19px;
        background-position: -30px -33px;
    }

    .footer .mobile_footer_content .share a.twitter {
        width: 19px;
        height: 15px;
        background-position: -50px -33px;
    }

    .footer .mobile_footer_content .share a.phone {
        width: 19px;
        height: 19px;
        background-position: -75px -33px;
    }

    .footer .mobile_footer_content .share a.video {
        width: 20px;
        height: 15px;
        background-position: -100px -33px;
    }

    .footer .mobile_footer_content .share a.discord {
        width: 18px;
        height: 13px;
        background-position: -25px -325px;
    }

    .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: #7073c9;
    }

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

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

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


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