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

/* 欢迎语导航条 - PC端 */
.welcome-bar {
    width: 100%;
    background: linear-gradient(90deg, rgba(11, 18, 26, 0.95) 0%, rgba(20, 59, 103, 0.95) 50%, rgba(11, 18, 26, 0.95) 100%);
    border-bottom: 1px solid rgba(83, 254, 205, 0.2);
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

.welcome-bar .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.welcome-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* 当内容换行成2排时，居中对齐 */
@media (max-width: 1200px) {
    .welcome-content {
        justify-content: center;
        text-align: center;
    }
    
    .welcome-text {
        justify-content: center;
        width: 100%;
    }
    
    .welcome-features {
        justify-content: center;
        width: 100%;
    }
}

.welcome-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.welcome-text i {
    color: #53FECD;
    font-size: 16px;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.welcome-message {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.welcome-features {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.welcome-features .feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    transition: all 0.3s ease;
}

.welcome-features .feature-item i {
    color: #53FECD;
    font-size: 14px;
}

.welcome-features .feature-item:hover {
    color: #53FECD;
    transform: translateY(-2px);
}

.home-banner {
    width: 100%;
    height: auto;
    max-height: 520px;
    overflow: hidden;
    position: relative;
}

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

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

.home-banner .swiper-container {
    width: 100%;
    height: auto;
    max-height: 520px;
}

.home-banner .swiper-slide {
    width: 100% !important;
    height: auto;
    max-height: 520px;
}

.home-banner a {
    display: block;
    text-align: center;
    background: #000;
    width: 100%;
    aspect-ratio: 1920 / 600;
    max-height: 520px;
    position: relative;
    overflow: hidden;
}

.home-banner a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.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 {
    width: 100%;
    top: -40px;
    z-index: 9;
    overflow: hidden;
    margin-bottom: 30px;
}



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

}


.home-menu .level-first-menu ul li {
    color: #fff;
    font-family: 'Oswald';
    height: 55px;
    margin-bottom: 12px;
    border-right: 1px solid #22256d;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    width: 20%;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff12;
}
/*
// 然后重置每行第一个的margin
.home-menu .level-first-menu ul li:nth-child(5n+1) {
    margin-left: 0 !important;
}
//使用相邻兄弟选择器组合
.home-menu .level-first-menu ul li:first-child~li {
    margin-left: -47px;
}
*/



.home-menu .level-first-menu ul li:hover {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    color: #fff;
}

.home-menu .level-first-menu ul li.active {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    color: #fff;
}
.home-menu .level-first-menu ul li .gamelog {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}


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

/* Level Three Menu Styles */
.home-menu .level-three-menu {
    width: 100%;
    z-index: 9;
}

.home-menu .level-three-menu ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.home-menu .level-three-menu ul li {
    color: #fff;
    font-family: Oswald, Oswald;
    font-size: 14px;
    font-weight: bold;
    height: 194px;
    width: calc(20% - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    background-image: url('../image/level-three-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.home-menu .level-three-menu ul li:hover {
    transform: translateY(-5px);
    /* border-color: rgba(47, 126, 201, 0.5);
    box-shadow: 0 8px 20px rgba(47, 126, 201, 0.2); */
    border: 1px solid transparent;
    border-radius: 12px;
    background-image: linear-gradient(#122740, #122740), linear-gradient(90deg, rgba(83, 254, 205, 1), rgba(44, 116, 201, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 8px 20px rgba(47, 126, 201, 0.3);
}

.home-menu .level-three-menu ul li .gamelog {
    width: 94px;
    height: 94px;
    border-radius: 12px;
    margin-bottom: 19px;
    object-fit: cover;
}

.home-menu .level-three-menu ul li:nth-child(5n) {
    margin-right: 0;
}

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

.direct-top-up {
    margin-top: 75px;
}

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

.country-device{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

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

.level-last-menu ul li {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    outline: none;
    background-color: #393939;
}

.level-last-menu ul li:hover img:nth-child(1) {
    opacity: 0.8;
    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 {
    border-radius: 13px;
    display: block;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    height: 222px;
    opacity: 0.2;
}

.level-last-menu ul li div {
    position: absolute;
    top: 0;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.level-last-menu ul li img.meiguo {
    position: absolute;
    top: 50px;
    box-shadow: 0 0 20px rgb(255 255 255 / 100%);
    z-index: 1;
    width: 100px;
    height: 100px;
    display: flex;
    margin-left: 30px;
    border: 2px #777575 dashed;
    background-color: rgba(255, 255, 255, 0.07);
    padding: 5px;
    opacity: 1;
}

.level-last-menu ul li>p.device {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 180px;
    color: #fff;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: translate(50%, -50%) rotate(45deg);
    background: linear-gradient(135deg, #53FECD, #2C74C9);
}

.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';
    padding-left: 140px;
    text-align: left;
}

.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: rgb(26 26 26 / 60%);
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    margin-top: 50px;
    cursor: pointer;
    color: #fff;
    width: 90%;
}

.level-last-menu ul li div a:hover {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
}


.level-last-menu ul li div a i {
    display: inline-block;
    width: 6px;
    height: 9px;
    background-position: -187px 0;
    margin-left: 6px;
    background-image: url(../pc/image/public_ico.png);
}

.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: rgb(48 221 251);
}

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

.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: #161e29;
    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;
}
.conts1 {
    margin-top: 40px;
}

#section-hot-products {
    position: relative;
        padding-top: 166px;
    padding-bottom: 66px;
}

#section-hot-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url('../image/products-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

#section-hot-products .products-wrap {
    position: relative;
    max-width: calc(100vw - 12px);
    margin: 0 auto;
}

.conts1 .title-with-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.conts1 .title {
    font-family: Oswald, Oswald;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 0;
}

.conts1 .nav-arrows {
    display: flex;
    gap: 10px;
}

.conts1 .arrow-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.conts1 .arrow-btn:hover {
    /* background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    border-color: #53FECD; */
    background: #c2d5f7;
    transform: scale(1.1);
}

.conts1 .arrow-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: scale(1);
}

.conts1 .arrow-btn:disabled:hover {
    background: none;
}

.conts1 .arrow-btn img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.conts1 .arrow-btn i {
    font-size: 16px;
}

.conts1 .DirectBox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    overflow: hidden;
    transition: transform 0.5s ease;
    padding-top: 6px;
}

.conts1 .DirectBox .item {
    background: linear-gradient(167deg, #122740 0%, #0B121A 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.conts1 .DirectBox .item:hover {
    transform: translateY(-5px);
    border: 1px solid transparent;
    border-radius: 12px;
    background-image:
        linear-gradient(#122740, #122740),
        linear-gradient(90deg, rgba(83, 254, 205, 1), rgba(44, 116, 201, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 8px 20px rgba(47, 126, 201, 0.3);
}

.conts1 .DirectBox .item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.conts1 .DirectBox .hot-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #53FECD 0%, #2C74C9 100%);
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 12px;
    z-index: 10;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(83, 254, 205, 0.4);
}

.conts1 .DirectBox .top-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    object-fit: contain;
}

.conts1 .layui-col-md5{
    padding-left: 20px;
}

.conts1 .DirectBox .img {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background: rgba(0, 0, 0, 0.2); */
    padding: 20px;
}

.conts1 .DirectBox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.conts1 .DirectBox .info {
    padding: 24px;
    /* background: rgba(0, 0, 0, 0.3); */
    text-align: center;
}

.conts1 .DirectBox .goods-title {
    color: #fff;
    font-size: 12px;
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.conts1 .DirectBox .goods-price {
    margin-bottom: 8px;
    font-weight: bold;
}

.conts1 .DirectBox .goods-price .currency,
.conts1 .DirectBox .goods-price .amount {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.goods-bottom {
    display: flex;
    align-items: center;
    gap: 6px;
}

.goods-bottom .goods-off {
    width: 77px;
    height: 20px;
    background: linear-gradient( 90deg, #53FECD 0%, #2C74C9 100%);
    border-radius: 4px;
    line-height: 20px;
}

.conts1 .DirectBox .goods-quantity {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    width: 77px;
    height: 20px;
    line-height: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px 4px 4px 4px;
}

/* Video Section Styles */
#section-join .layui-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

#section-join .layui-col-md7,
#section-join .layui-col-md5 {
    max-width: calc(100vw - 12px);
    display: flex;
    flex-direction: column;
}

.video-container {
    background: linear-gradient(167deg, #122740 0%, #0B121A 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #0B121A;
    border: 3px solid #2F2F2F;
}

#section-join .discord-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.video-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.video-logo {
    width: 137px;
    height: 37px;
    flex-shrink: 0;
}

.video-title {
    font-family: Oswald, Oswald;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.4;
    flex: 1;
}

.video-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}

.video-thumbnail {
    flex: 1;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: visible;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.play-button {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button >img {

}

.video-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 12px;
}

.video-footer span {
    font-family: Montserrat, Montserrat;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 24px;
}

.social-icon {
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
}

.social-icon i {
    color: #171718;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(90, 200, 250, 0.5);
}

/* Discord精简版营销区域样式 */
.discord-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.discord-promo-compact {
    background: linear-gradient(135deg, rgba(83, 254, 205, 0.1) 0%, rgba(44, 116, 201, 0.1) 100%);
    border: 2px solid rgba(83, 254, 205, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
    animation: discordPulse 3s ease-in-out infinite;
}

.discord-promo-compact::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(83, 254, 205, 0.08) 0%, transparent 70%);
    animation: discordRotate 8s linear infinite;
    pointer-events: none;
}

.discord-header-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.discord-icon-compact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #53FECD 0%, #2C74C9 100%);
    border-radius: 50%;
    flex-shrink: 0;
    animation: discordIconBounce 2s ease-in-out infinite;
}

.discord-icon-compact svg {
    color: #000;
}

.discord-title-compact {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.discord-tags {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.discord-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 6px 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    justify-content: center;
    text-align: center;
}

.discord-tag:hover {
    background: rgba(83, 254, 205, 0.15);
    border-color: rgba(83, 254, 205, 0.5);
    transform: translateY(-2px);
}

.discord-cta-btn-compact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(90deg, #53FECD 0%, #2C74C9 100%);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(83, 254, 205, 0.3);
}

.discord-cta-btn-compact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.discord-cta-btn-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(83, 254, 205, 0.5);
}

.discord-cta-btn-compact:hover::before {
    left: 100%;
}

.discord-cta-btn-compact svg {
    transition: transform 0.3s ease;
}

.discord-cta-btn-compact:hover svg {
    transform: translateX(3px);
}

.discord-iframe-wrapper {
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    display: flex;
}

.discord-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

@keyframes discordPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(83, 254, 205, 0.3);
    }
    50% {
        box-shadow: 0 0 25px rgba(83, 254, 205, 0.5), 0 0 35px rgba(44, 116, 201, 0.3);
    }
}

@keyframes discordRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes discordIconBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@media (max-width: 1024px) {
    .video-header, .video-footer {
            flex-direction: column;
    }

    .video-title {
            font-size: 16px;
    }

    .video-footer span {
        font-size: 14px;
    }

    .social-icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .conts1 .title-with-nav {
        margin-right: 8px;
    }

    #section-hot-products {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* 响应式设计 - 移动端 */
@media only screen and (max-width: 768px) {
    .discord-section {
        gap: 10px;
    }

    .discord-promo-compact {
        padding: 14px 16px;
    }

    .discord-title-compact {
        font-size: 16px;
    }

    .discord-icon-compact {
        width: 36px;
        height: 36px;
    }

    .discord-tags {
        gap: 6px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .discord-tag {
        font-size: 11px;
        padding: 5px 12px;
    }

    .discord-cta-btn-compact {
        font-size: 13px;
        padding: 9px 18px;
    }

    .conts2 .contbox .item {
        grid-column: span 3 !important;
    }

    .trustpilot-reviews-section .reviews-title {
        font-size: 24px !important;
    }

    .trustpilot-reviews-section .stat-label {
         font-size: 12px !important;
    }

    .trustpilot-reviews-section .stat-value .label {
        font-size: 24px !important;
    }

    .trustpilot-reviews-section .stat-suffix {
        font-size: 10px !important;
    }

    .conts2 .contbox .item {
        height: 230px !important;
    }
}

.conts2 {
    position: relative;
    color: #fff;
    width: 100%;
    padding-top: 40px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.conts2 .layui-col-md5 {
    height: 100%;
}
.conts2 .layui-col-md5::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 120%;
    top: -103px;
    left: 0;
    bottom: 1000px;
    /* background: url(../image/d4.png); */
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.conts2 .title {
    font-family: Oswald, Oswald;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 10px;
}
.conts2 .title a{
    right: 0;
    z-index: +1;
    position: absolute;
    margin-left: 10px;
    font-family: Oswald, Oswald;
    font-size: 16px;
}


.conts2 .img {
    background: url(../image/d4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 290px;
    margin-bottom: 20px;
}

.conts2 .contbox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

/* .conts2 .contbox a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.conts2 .contbox a:nth-child(1),
.conts2 .contbox a:nth-child(2) {
    grid-column: span 3;
}

.conts2 .contbox a:nth-child(3),
.conts2 .contbox a:nth-child(4),
.conts2 .contbox a:nth-child(5) {
    grid-column: span 2;
} */

.conts2 .contbox .item {
    text-decoration: none;
    color: inherit;
    display: block;
}

.conts2 .contbox .item:nth-child(1),
.conts2 .contbox .item:nth-child(2) {
    grid-column: span 3;
}

.conts2 .contbox .item:nth-child(3),
.conts2 .contbox .item:nth-child(4),
.conts2 .contbox .item:nth-child(5) {
    grid-column: span 2;
}

.conts2 .contbox .item {
    background: linear-gradient(167deg, #122740 0%, #0B121A 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 358px;
}

.conts2 .contbox .item:nth-child(1),
.conts2 .contbox .item:nth-child(2) {
    height: 329px;
}

.news-link {
    width: calc(100% - 40px);
    height: 0;
    background: linear-gradient( 90deg, #53FECD 0%, #2C74C9 100%);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    margin: 0 20px;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    font-family: Oswald, Oswald;
    font-weight: 600;
    font-size: 20px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease, margin-top 0.3s ease;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.conts2 .contbox .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 39, 64, 0) 0%, #122740 62.98%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.conts2 .contbox .item:hover::before {
    opacity: 1;
}

.conts2 .contbox .item:hover .news-link {
    height: 46px;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.conts2 .contbox .head {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.conts2 .contbox .head::before,
.conts2 .contbox .head::after {
    display: none;
}

.conts2 .contbox .head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conts2 .contbox .head .line {
    display: none;
}

.news-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 24px;
    background: linear-gradient( 180deg, rgba(18,39,64,0) 0%, #122740 62.98%);
}

.conts2 .contbox .item .atitle {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 15px 20px 10px;
    border: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
}

.conts2 .contbox .item .summary {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    padding: 0 20px;
    border: none;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
}

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

.listheader {
    background: #161e29;
    margin: 20px 0;
    display: flex;
    border-radius: 10px;
    font-family: 'Oswald';
}

.listheader .img {
    width: 120px;
    margin: 20px;
    border: 1px dashed #676564;
}

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

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

.listheader .title span {
    border-radius: 8px;
    cursor: pointer;
    padding: 2px 20px;
    border: 1px solid #d7d4d4;
    color: #d7d4d4
}


.listheader .title div:nth-of-type(1) {
    /* 第一个 div 样式 */
    font-size: 30px;
}
.listheader .title div:nth-of-type(2) {
    /* 第二个 div 样式 */
    font-size: 18px;
}
.listheader .title div:nth-of-type(3) {
    margin-top: 20px;
    font-family: auto;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
    
.site-info {
    position: relative;
}

.site-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/bg1.png');
    opacity: 0.5;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Trustpilot Reviews Section */
.trustpilot-reviews-section {
    padding: 60px 0;
    margin: 0 auto;
    max-width: calc(100vw - 50px);
    overflow: hidden;
}

.trustpilot-reviews-section .reviews-title {
    color: #FFFFFF;
    font-family: Oswald, Oswald;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 50px;
}

.trustpilot-reviews-section .reviews-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.trustpilot-reviews-section .stat-item {
    flex: 1;
}

.trustpilot-reviews-section .stat-label {
   font-family: Oswald, Oswald;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.trustpilot-reviews-section .stat-value {
    line-height: 1.2;
    background: linear-gradient(0deg, #53FECD 0%, #2C74C9 100%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trustpilot-reviews-section .stat-value .label {
    font-family: Oswald, Oswald;
    font-weight: bold;
    font-size: 36px;
    
}

.trustpilot-reviews-section .stat-suffix {
    font-size: 20px;
    margin-left: 5px;
    font-weight: bold;
}

.trustpilot-reviews-section .stat-value img {
    height: 12px;
    width: auto;
    margin-left: 5px;
}



@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) {

    .main .list-title{
        font-size: 25px;
        margin-left: 8px;
    }
   .main .channel,.main .list-cate {
        margin-left: 8px;
    }


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

