.flash-swiper-container .swiper-slide .item-num i:before {
    background-image: url(../pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
}

.quick-nav {
    display: none !important;
}

.home-banner {
    height: 520px;
    overflow: hidden;
}

.home-banner.mobile-home-banner {
    display: none !important;
}

.mobile-home-menu {
    display: none;
}

.home-banner a {
    display: block;
    text-align: center;
    background: #000;
    height: 520px;
}

.home-banner a img {
    width: 1920px;
    height: 520px;
}

.home-banner a img.banner_m_img {
    display: none;
}

.home-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .2;
}

.home-banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.home-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    /* bottom: 50px; */
    bottom: 68px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(../pc/image/banner-ico.png);
    background-repeat: no-repeat;
    opacity: .5;
    display: none;
    border-radius: 50%;
}

.home-banner .swiper-button-next:hover,
.home-banner .swiper-button-prev:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, .2);
}

.home-banner .swiper-button-prev {
    transform: rotate(180deg);

}

.home-banner .banner-perv-next {
    max-width: 1200px;
    position: relative;
    margin: auto;
    top: -289px;
}

.home-banner .home-swiper-prev {
    left: 30px;
}

.home-banner .home-swiper-next {
    right: 30px;
}

.home-banner:hover .swiper-button-next,
.home-banner:hover .swiper-button-prev {
    display: block;
}


.home-menu {
    /*text-transform: uppercase;*/
    margin-top: -40px;
    position: relative;
    z-index: 1;

}


.home-menu .level-first-menu {
    background: #191c63;
    height: 80px;
    border-radius: 80px;
    width: 100%;
    top: -40px;
    z-index: 9;
    overflow: hidden;
    margin-bottom: 20px;
}



.home-menu .level-first-menu ul {
    display: flex;
    height: 100%;

}

/* .home-menu .level-first-menu ul::after{
    content: '';
    width: 99%;
    height:40px;
    position: absolute;
    top:-20px;
    left:6px;
    background: url(../web/image/luck_draw/homegame_bg.png) no-repeat top;
    background-size: contain;
   
} */
.home-menu .level-first-menu ul li {
    color: #7073c9;
    font-family: 'Oswald';
    height: 100%;
    border-right: 1px solid #22256d;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    width: 12.6%;
    padding: 0 7px;
}

.home-menu .level-first-menu ul li:hover {
    background: #0b85ea;
    color: #fff;
}

.home-menu .level-first-menu ul li.active {
    background: #0b85ea;
    color: #fff;
}

.home-menu .level-first-menu ul li:last-child {
    border: none;
}

.home-menu h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 35px;
}

.level-last-menu ul {
    display: none;
    flex-wrap: wrap;
}

.level-last-menu ul.active {
    display: flex;
}

.level-last-menu ul li {
    margin-right: 21px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    outline: none;
}

.level-last-menu ul li:hover img:nth-child(1) {
    transform: scale(1.1);
}

.level-last-menu ul li:nth-child(3n) {
    margin-right: 0;
}

.level-last-menu ul li:last-child {
    margin-right: 0;
}

.level-last-menu ul li>img {
    width: 386px;
    border-radius: 13px;
    display: block;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    height: 222px;
}

.level-last-menu ul li div {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.level-last-menu ul li img.meiguo {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(255 255 255 / 100%);
    z-index: 1;
}

.level-last-menu ul li>p.device {
    position: absolute;
    top: 11px;
    left: 33px;
    width: 117px;
    color: #fff;
    height: 27px;
    background: url(../pc/image/game-ico/bj.png);
    background-size: contain;
    background-repeat: no-repeat;


}

.level-last-menu ul li>p.device span {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    font-family: 'Oswald';

}

.level-last-menu ul.genshin li p.device {
    width: 104px;
    background-size: cover;
}

.level-last-menu ul.phantasy li p.device {
    width: 150px;
    background-size: cover;

}

.level-last-menu ul li div p {
    font-size: 24px;
    font-family: 'Oswald';
}

.level-last-menu ul li div p span {
    white-space: nowrap;
    margin-left: 8px;
}

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

.level-last-menu ul li div a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.level-last-menu ul li div a i {
    display: inline-block;
    width: 6px;
    height: 9px;
    background-position: -187px 0;
    margin-left: 6px;
}

.top_ups,
.gift_cards {
    margin-top: 40px;
    /* margin-bottom: 40px; */

}
.top_ups {
    margin-top: 20px;
}

.top_ups h2,
.gift_cards h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}
.top_ups>.flexBetween,
.gift_cards>.flexBetween {
    margin-bottom: 40px;
}
.top_ups .top_ups_btn a,
.gift_cards .gift_cards_btn a {
    color: #e0e1ff;
}

.top_ups .top_ups_btn a:hover,
.gift_cards .gift_cards_btn a:hover {
    color: #0b85ea;
}

.top_up_container .top_up_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;

}

.gift_cards .top_up_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;

}

.top_up_container .top_up_list li {
    position: relative;
 
    border-radius: 10px;
    overflow: hidden;
    display: none;
   
}

.top_up_container .top_up_list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

}

 .top_up_container .top_up_list li {
    transition: all .3s;
}

 .top_up_container .top_up_list li:hover {
    transform: translateY(-5px);
}

 .top_up_container .top_up_list li:hover img {
    transform: inherit;
}

.top_up_container .top_up_list li .img_content {
    width: 100%;
    display: flex;
    overflow: hidden;
}

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

.top_up_container .top_up_list li img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    /* 这样可以保持图片的完整性 */
    transition: all .2s;

}

.top_up_container .top_up_list li .top_name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #F4F4F5;
    line-height: 23px;
    font-family: 'Oswald';
    padding: 23px 0;
}

/* 活动 */

.flash_sale {
    background-image: url(../pc/image/flash-sale-bg.jpg);
    height: 420px;
    background-size: cover;
    margin-top: 20px;
    border-radius: 12px;
    min-width: 1200px;
}

.flash_sale .flash_left {
    width: 300px;
    height: 100%;
    padding: 57px 0 0 70px;
    color: #fff;
    font-family: 'Hkgrotesk Bold';
    float: left;
    margin-right: 80px;
}

.flash_sale .flash_left img {
    width: 226px;
    margin-bottom: 30px;
}

.flash_sale .flash_left p {
    font-size: 14px;
    font-family: 'Montserrat SemiBold';
    color: #e0e1ff;
    margin-bottom: 15px;
}

.flash_sale .flash_left .price {
    font-size: 80px;
    color: #fff;
    margin-top: -18px;
    margin-bottom: -14px;
}

.flash_sale .flash_left p.time_left {
    font-size: 20px;
    color: #ffdf9b;
}

.flash_sale .flash_time {
    color: #000;
    font-size: 30px;
    background: -webkit-linear-gradient(top, #1a4ed5, #63e9a8);
    background: -o-linear-gradient(bottom, #1a4ed5, #63e9a8);
    background: -moz-linear-gradient(bottom, #1a4ed5, #63e9a8);
    background: linear-gradient(to bottom, #1a4ed5, #63e9a8);
    display: flex;
    align-items: center;
    padding: 11px 15px;
    box-shadow: 0px 0px 8px 1px #5ad6ad;
}

.flash_sale .flash_time span {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    background: #000;
    margin: 0 5px;
    color: #fff;
    font-family: 'Montserrat Bold';
}

.flash_sale .flash_time span i {
    font-size: 30px;
}

.flash_sale .flash_left a {
    display: block;
    font-family: 'Montserrat Bold';
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
}

.flash_sale .flash_left a span {
    border-bottom: 1px solid #63e9a8;
    color: #63e9a8;
}

.flash_sale .flash_left a:hover span {
    color: #fed928;
    border-bottom: 1px solid#fed928;
}

.flash_right {
    float: left;
    padding-top: 20px;
    position: relative;
    padding-left: 63px;
}

.flash_right .flash-swiper-container .swiper-slide {
    width: 220px !important;
    height: 380px;
    margin-right: 13px;
    padding: 20px 25px 0;
    background: #060c1d;
    text-align: center;
    border-radius: 10px;
}

.flash_right .flash-swiper-container {
    overflow: hidden;
    width: 700px;
}

.flash_right .flash-swiper-container .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.flash-swiper-container .swiper-slide img {
    max-width: 100px;
    margin-bottom: 5px;
}

.flash-swiper-container .swiper-slide .item-title {
    text-align: center;
    color: #fff;
    min-height: 35px;
    white-space: pre-wrap;
    font-size: 12px;
    margin-bottom: 5px;
}

.flash-swiper-container .swiper-slide .item-num {
    display: flex;
    justify-content: center;
}

.flash-swiper-container .swiper-slide .item-num i {
    background: #072648;
    width: 30px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.flash-swiper-container .swiper-slide .item-num i:hover {
    background: #0b85ea;
}

.flash-swiper-container .swiper-slide .item-num i::before {
    content: '';
    width: 10px;
}

.flash-swiper-container .swiper-slide .item-num i:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #000;
}

.flash-swiper-container .swiper-slide .item-num i:last-child {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #000;
}

.flash-swiper-container .swiper-slide .item-num i:first-child::before {
    height: 2px;
    background-position: -171px -105px;
}

.flash-swiper-container .swiper-slide .item-num i:last-child::before {
    height: 10px;
    background-position: -187px -100px;
}

.flash-swiper-container .swiper-slide .item-num input {
    background: #072648;
    width: 75px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    height: 40px;
}

.flash-swiper-container .swiper-slide .price {
    color: #ff0000;
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
}

.flash-swiper-container .swiper-slide i.flashSale {
    width: 14px;
    height: 19px;
    background-position: -100px -390px;
    margin-top: 10px;
}

.flash-swiper-container .swiper-slide button {
    width: 100%;
    display: block;
    height: 45px;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    border-radius: 5px;
}

.swiper-slide .buy-now {
    background: #fed928;
    margin-bottom: 10px;
    margin-top: 5px;
}

.swiper-slide .add-cart {
    background: #1f203c;
    color: #7073c9;
    border: 1px solid #303561;
}

.flash_right .flash-button-next,
.flash_right .flash-button-prev {
    background-size: contain;
    width: 20px;
    height: 36px;
    position: absolute;
    top: 192px;
    cursor: pointer;
}



.flash_right .flash-button-prev {
    background-image: url(../pc/image/flash_left.png);
    left: 20px;
}

.flash_right .flash-button-prev.swiper-button-disabled {
    background-image: url(../pc/image/flash_left_disabled.png);
    cursor: not-allowed;
}

.flash_right .flash-button-next {
    background-image: url(../pc/image/flash_right.png);
    right: -45px;
}

.flash_right .flash-button-next.swiper-button-disabled {
    background-image: url(../pc/image/flash_right_disabled.png);
    cursor: not-allowed;
}

/* vip */

.home-vip {
    display: flex;
    margin-top: 60px;
}

.home-vip .vip-coupon {
    box-shadow: 0px 0px 6px 3px #0c2548;
    width: 340px;
    min-width: 340px;
    border-radius: 10px;
    margin-right: 34px;
    text-align: center;
    background: -webkit-linear-gradient(top, #184087, #060d26);
    background: -o-linear-gradient(bottom, #184087, #060d26);
    background: -moz-linear-gradient(bottom, #184087, #060d26);
    background: linear-gradient(to bottom, #184087, #060d26);
    padding: 0 15px 12px;
}


.home-vip .vip-coupon h3 {
    font-size: 36px;
    height: 103px;
    line-height: 103px;
}

.home-vip .vip-coupon ul {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-vip .vip-coupon li {
    background: #f5ecd9;
    border-radius: 10px;
    height: 78px;
    min-width: 310px;
}

.home-vip .vip-coupon li {
    display: flex;
    margin-bottom: 23px;
}

.home-vip .vip-coupon li>div {
    width: 50%;
    font-family: 'Montserrat SemiBold';
    text-align: left;
}

.home-vip .vip-coupon li>div:first-child {
    border-radius: 8px;
    padding: 10px 0 0 10px;
    box-shadow: 0px 0px 5px 1px #313338;
}

.home-vip .vip-coupon li>div:last-child {
    padding: 10px 10px 10px 0;
}

.home-vip .vip-coupon li>div:last-child div {
    background: #313338;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 36px;
    font-family: 'Impact';
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: center;
}

.home-vip.fr .vip-coupon li>div:last-child div,
.home-vip.es .vip-coupon li>div:last-child div,
.home-vip.it .vip-coupon li>div:last-child div,
.home-vip.nl .vip-coupon li>div:last-child div {
    font-size: 25px;
}




.home-vip.pt .vip-coupon li>div:last-child div {
    font-size: 22px;
}

.home-vip .vip-coupon li .item-title p {
    color: #5f5348;
    font-size: 12px;
    font-family: 'Montserrat SemiBold';
    padding-left: 4px;
    padding-right: 8px;
    margin-bottom: 5px;
}

.home-vip .vip-coupon li .item-title a {
    color: #fff;
    font-size: 12px;
    background: #a39076;
    height: 27px;
    border-radius: 27px;
    border: 3px solid #ddd0bc;
    padding: 0 7px;
    display: inline-block;
    line-height: 22px;
    min-width: 96px;
    text-align: center;
}

.home-vip .vip-coupon li .item-title a span {
    white-space: nowrap;
}

.home-vip .vip-coupon li .item-title a.waiting {
    cursor: not-allowed;
}

.home-vip .vip-coupon li .item-title a i {
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    margin-top: 2px;
}

.home-vip .vip-coupon li .item-title a:hover {
    background: #aa905d;
}

.home-vip .vip-coupon li .item-title .errorTips {
    width: 220px;
    left: -12px;
}

.home-vip .vip-coupon li .item-title .errorTips.successTips {
    width: 300px;
    top: -54px;
}

.home-vip .vip-coupon li .item-title .errorTips::before {
    right: 150px;
}

.home-vip .vip-coupon li .item-title .errorTips.successTips::before {
    right: 240px;
}

.home-vip .vip-coupon li .item-title .errorTips.successTips i {
    background-position: -125px -395px;
    height: 18px;
}

.home-vip .vip-coupon li .item-title {
    position: relative;
}

.home-vip .vip-coupon li .item-title::before {
    content: '';
    position: absolute;
    height: 43px;
    width: 13px;
    border-left: 13px solid #313338;
    /* border-radius: 50%; */
    border-left: 50%;
    border-radius: 50%;
    right: -15px;
    top: 18px;
}

.home-vip .vip-coupon li:nth-child(2) {
    background: #edd799;
}

.home-vip .vip-coupon li:last-child {
    background: #eaaf53;
}

.home-vip .vip-discount {
    background-image: url(../pc/image/hone-vip-bg.jpg);
    width: 826px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 6px 3px #0c2548;
    padding: 210px 0 0 100px;
    height: 420px;
    border-radius: 12px;
}

.home-vip .vip-discount P {
    color: #fff;
    font-size: 48px;
    font-family: 'Impact';
}

.home-vip .vip-discount a {
    background: #aa905d;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat SemiBold';
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 35px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 230px;
}

.home-vip .vip-discount a:hover {
    background: #a39076;
    color: #fff;
}


.newsLetter {
    background-image: url(../pc/image/newslatter.jpg);
    margin-top: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 12px;
}

.newsLetter .joinNow {
    text-align: center;
    width: 350px;
}

.newsLetter .joinNow h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 20px;
}

.newsLetter .joinNow a {
    display: inline-block;
    background: #000;
    color: #fff4dc;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    width: 240px;
    text-align: center;
}

.newsLetter .joinNow a:hover {
    background: #2b2b2a;
}

.newsLetter .subscribers {
    width: 350px;
    text-align: center;
    margin: 20px;
}

.newsLetter .subscribers p {
    color: #fff4dc;
    font-size: 30px;
    font-family: 'Montserrat Black';
}

.newsLetter .subscribers span {
    font-size: 18px;
    color: #caae7f;
    font-family: 'Montserrat Bold';
    display: inline-block;
    margin-top: 10px;
}

.indexpart-show {
    visibility: visible !important;
    animation: bottomin-1 .6s ease;
    -webkit-animation: bottomin-1 .6s ease;
}

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

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

@media only screen and (max-width: 1200px) {
    .level-last-menu ul li {
        margin: 8px;
    }
    .main .list-title{
        font-size: 25px;
        margin-left: 8px;
    }
   .main .channel,.main .list-cate {
        margin-left: 8px;
    }
    .main .device-server{
        margin-left: 8px;
    }

    .level-last-menu ul li img {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px) {
    .home-banner a img {
        width: 100%;
    }
}