@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;
    }
    .conts1{
        margin-top: 8px;
    }
    .conts1 .title{
        font-size: 20px;
        margin: 0 10px 10px;
    }
    .mobile-home-menu .select-game .game-title {
        color: #fff;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 7px;
        margin: 10px 0;
    }
    #discordiframe{
        margin: 0 10px;
        width: -webkit-fill-available;
    }
    .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 .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;
    }
    .news-guide .recent {
        font-size: 18px;
    }
    .news-guide .news-list li{
        padding: 12px;
        margin: 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;
    }
    .conts2 .title a{
        display: none;
    }
    .mobile-home-menu .game-list ul li div a i {
        width: 5px;
        height: 9px;
        background-position: -195px -26px;
        margin-left: 7px;
    }

    .mobile-home-menu .select-game .Activity * {
        width: inherit !important;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: inherit;
        max-width: 100%;
    }
    .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;
    }

    .conts1 .DirectBox{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin: 0 8px;
    }
    .country-device {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .level-last-menu {
        display: grid;        
    }
    .level-last-menu ul.active {
        display: grid;
        
    }

    .level-last-menu ul li img.meiguo{
        width: 50px;
        height: 50px;
        padding: 5px;
        margin-left: 15px;
        top: 20px;
    }
    .level-last-menu ul li>img{
        height: 122px;
        top: 20px;
    }
    .level-last-menu ul li div{
        padding-top: 25px;
    }
    .level-last-menu ul li div p{
        font-size: 12px;
        font-weight: 700;
        padding-left: 70px;
    }
    .level-last-menu ul li div a{
        margin-top: 22px;
    }
    .level-last-menu ul li>p.device{
        top: 16px;
        right: 16px;
        height: 15px;
    }
    .level-last-menu ul li>p.device span{
        font-size: 8px;
    }
.listheader {
    margin: 10px 8px;
}

.listheader .img {
    margin: 15px;
    width: 80px;
    height: 80px;
}

.listheader .img img {
    width: 78px;
}

.listheader .title {
    width: 100%;
    margin-top: 20px;
}

.listheader .title span {
    white-space: nowrap;
}



.listheader .title div:nth-of-type(1) {
    /* 第一个 div 样式 */
    font-size: 16px;
}

.listheader .title div:nth-of-type(2) {
    /* 第二个 div 样式 */
    font-size: 12px;
}

.listheader .title div:nth-of-type(3) {
    font-size: 8px;
    margin-top: 2px;
}
.conts2{
    width: auto;
    padding-top: 10px;
    margin: 10px 10px;
}
.conts2 .title:not(.mobile){
    display:none;
}
.conts2 .title {
    font-size: 20px;
}
.conts2 .contbox{
    grid-template-columns: repeat(1, 1fr);
}
.conts2 .img{
    height: 150px;
}
.conts1 .layui-col-md5 {
    padding-left: 0px;
    margin-top: 20px;
}
.mobile.game-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.conts2 .layui-col-md5::before {
    display:none;
}
.newsGolds__main .device-server>p{
    margin-left: 10px;
}
.device-server>div{
    display: grid;
    margin: 0 8px;
}


}


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

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



}