@media (max-width: 1024px) {
    body {
        background: #000;
    }

    .home-banner {
        width: 100%;
        height: auto;
        min-height: 200px;
    }


    .home-banner a {
        height: 100%;
    }

    .home-banner a img {
        height: 100%;
    }
    .home-banner a img.banner_pc_img {
        display: none;
    }
    .home-banner a img.banner_m_img {
        display: block;
    }
    .home-banner .swiper-button-next,
    .home-banner .swiper-button-prev {
        display: none !important;
    }

    .home-menu {
        display: none;
    }

    .home-banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .home-banner .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px;
    }

    .home-banner .swiper-pagination-bullet {
        height: 9px;
        width: 9px;
    }


    .home-vip .vip-coupon li {
        width: 100%;
    }

    .quick-nav {
        background: #191c60;
        display: block !important;
    }

    .header-padding-nav {
        padding-top: 20px;
    }

    .quick-nav ul {
        display: flex;
    }

    .quick-nav ul li i {
        width: 19px;
        height: 19px;
    }

    .quick-nav ul li.live-chat-button i {
        background-image: url('/static/web/image/head_icon/icon_live.svg');
        background-size: cover;
        background-position: center;
    }

    .quick-nav ul li.affiliate i {
        background-image: url('/static/web/image/head_icon/icon_affiliate.svg');
        background-size: cover;
        background-position: center;
    }

    .quick-nav ul li.contactusd i {
        background-image: url('/static/web/image/head_icon/icon_us.svg');
        background-size: cover;
        background-position: center;
    }

    .quick-nav ul li.sell i {
        background-image: url('/static/web/image/head_icon/icon_sell.svg');
        background-size: cover;
        background-position: center;
    }


    .quick-nav ul li {
        width: 50%;
        border-right: 1px solid #22256b
    }

    .quick-nav ul li a {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

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

    .quick-nav ul li a p {
        color: #3b93c1;
        font-size: 12px;
        font-family: 'Oswald';
        margin-top: 1px;
    }




    .top_ups,
    .gift_cards {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .top_ups .top_ups_btn,
    .gift_cards .gift_cards_btn {
        margin-right: 15px;
    }

    .top_ups h2,
    .gift_cards h2 {
        font-size: 20px;
        margin-left: 10px;
        font-family: 'oswald';
    }

    .gift_cards .top_up_container .top_up_list li a {
        padding: 0;
    }
    
    .gift_cards .top_up_container .top_up_list {
        padding: 0 10px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
        grid-gap: 9px;
    }

    .top_up_container .top_up_list {
        padding: 0 10px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
        grid-gap: 9px;
    }

    .top_up_container .top_up_list li .top_name {
        font-size: 11px;
        line-height: inherit;
        margin: 10px 0 5px;
        padding: 5px 0;
    }

   

    .top_up_container .top_up_list li,
    .top_up_container .top_up_list li:nth-child(-n+6) {
        display: none;
    }

    .top_up_container .top_up_list li:nth-child(-n+4) {
        display: block;
    }

    .top_up_container .top_up_list li img {
        height: auto;
        margin: 0;
        border-radius: 10px;
    }

    .top_up_container .top_up_list li:hover img {
        transform: scale(1);
    }

    .mobile-home-menu {
        padding: 10px;
        display: block;
    }

    .mobile-home-menu .select-game h2 {
        font-family: 'Montserrat Bold';
        font-size: 20px;
    }

    .mobile-home-menu .select-game .game-title {
        color: #fff;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 7px;
    }

    .mobile-home-menu .select-game .game-title .hotGames {
        color: #fff;
        font-size: 20px;
        font-family: 'Oswald';
        display: flex;
        align-items: center;
    }

    .mobile-home-menu .select-game .game-title .hotGames span {
        text-shadow: 4px -1px 17px #0b85ea;
    }

    .mobile-home-menu .select-game .game-title .hotGames img {
        width: 57px;
    }

    .mobile-home-menu .select-game .game-title .allGames a {
        color: #e0e1ff;
        font-family: 'Montserrat SemiBold';
    }

    .mobile-home-menu .select-game {
        position: relative;
    }

    .mobile-home-menu .select-game ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-home-menu .select-game ul li {
        width: 48.5%;
    }

    .mobile-home-menu .select-game ul li:last-child {
        margin: 0;
    }

    .mobile-home-menu .select-game ul li a {
        display: block;
        margin-bottom: 10px;
    }

    .mobile-home-menu .select-game ul li img {
        width: 100%;
        border-radius: 5px;
    }

    .mobile-home-menu .game-list img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

    .mobile-home-menu .game-list ul {
        display: none;
    }

    .mobile-home-menu .game-list ul.active {
        display: block;
    }

    .mobile-home-menu .game-list ul li {
        min-height: 190px;
        position: relative;
        margin-bottom: 10px;
    }

    .mobile-home-menu .game-list ul li:last-child {
        margin-bottom: 0;
    }

    .mobile-home-menu .game-list ul li div {
        position: absolute;
        top: 50%;
        color: #fff;
        transform: translateY(-50%);
        padding-left: 25px;
    }

    .mobile-home-menu .game-list ul li div p {
        color: #fff;
        font-size: 24px;
        font-family: 'Oswald';
        padding-right: 10px;
        /*text-transform: uppercase;*/
    }

    .mobile-home-menu .game-list ul li div p span {
        display: block;
        white-space: nowrap;
    }

    .mobile-home-menu .game-list ul li div a {
        display: inline-block;
        height: 30px;
        color: #fff;
        background-color: rgba(50, 122, 194, 0.6);
        border-radius: 30px;
        padding: 0 16px;
        line-height: 30px;
        box-shadow: 0px 0px 4px 1px #fff;
        cursor: pointer;
        color: #fff;
        font-size: 12px;
        margin-top: 20px;
    }

    .mobile-home-menu .game-list ul li div a i {
        width: 5px;
        height: 9px;
        background-position: -195px -26px;
        margin-left: 7px;
    }


    .home-vip {
        margin-top: 0;
        display: block;
        padding: 0 10px;
    }

    .home-vip .vip-coupon {
        width: 100%;
        margin-right: 0;
        padding: 29px 38px 39px;
    }

    .home-vip .vip-discount {
        display: none;
    }

    .home-vip .vip-coupon h3 {
        height: auto;
        line-height: normal;
        margin-bottom: 30px;
    }

    .home-vip .vip-coupon ul {
        min-height: auto;
    }

    .home-news {
        margin-top: 30px;
    }

    .home-news .news {
        width: 100%;
        margin: 0 10px;
        padding: 15px 16px;
    }

    .home-news .reviews,
    .home-news .video,
    .news .more {
        display: none;
    }

    .home-news .news .news-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .home-news h3 {
        margin-bottom: 0;
    }

    .home-news .news .news-header a {
        color: #e0e1ff;
        font-family: 'oswald';
        display: block;
    }

    .home-news .news .newsWrap {
        flex-direction: column;
    }

    .home-news .news .newsWrap .news-content {
        width: 100%;
        display: none;
    }

    .home-news .news .newsWrap .news-content:nth-child(1),
    .home-news .news .newsWrap .news-content:nth-child(2) {
        display: block;
    }

    .home-news .news .news-content div {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: 60px;
        line-height: 20px;
    }

    .home-news .news .news-content div span {
        display: contents;
    }

    .top_ups>.flexBetween, .gift_cards>.flexBetween {
        margin-bottom: 20px;
    }
    .home-banner a img.banner_m_img {
        display: block;
    }
}


@media (max-width: 768px) {
    .home-banner a img.banner_m_img {
        display: block;
    }

    .home-banner a img.banner_pc_img {
        display: none !important;
    }
}