body {
    padding: 0;
    margin: 0;
}

.header {
    display: flex;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0 10px;
    z-index: 999;
}

.header .logo {
    width: 50%;
    text-align: left;
    font-family: impact;
    font-size: 5.8vw;
}

.header .download {
    width: 50%;
    text-align: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #54df06;
    border: 0 none;
    border-radius: 0.5333vw;
    font-size: 3.2vw;
    font-weight: 700;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.banner_download {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 94vw;
}

.button__download--banner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90.6667vw;
    min-height: 12.8vw;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10rem;
    font-size: 5.06667vw;
    background-image: linear-gradient(to top, rgb(8, 164, 4) 0%, rgb(84, 223, 6) 100%), linear-gradient(to top, rgb(8, 164, 4) 0%, rgb(84, 223, 6) 100%);
    background-clip: border-box, padding-box;
    background-origin: border-box, padding-box;
    box-shadow: inset 0 1px 2px #f3eeeea8, 0 0.8vw 1.6vw 0 rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

.banner_download .download__des {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 57.0667vw;
    min-height: 6.1333vw;
    color: #fff;
    font-size: 3.733vw;
    background: #d2283a;
    box-shadow: 0 0.8vw 1.6vw 0 rgb(0 0 0 / 10%);
    border: 1px solid #be192b;
    border-radius: 0 0 10rem 10rem;
}

.banner_download .download__des strong {
    margin-left: 900;
}

.top_game_title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}


.clearfix {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.clearfix li {
    width: 25%;
}

.icon_img {
    padding: 15px;
}

.icon_img img {
    width: 100%;
}

.puple_tex {
    font-size: 15px;
    text-align: center;

}

.black_tex {
    font-size: 10px;
    text-align: center;
}


.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 0 1vw;
    width: 100%;
    /* background: #f8f8f8; */
}

.faq h4 {
    display: flex;
    align-items: center;
    gap: 1.333vw;
    font-size: 3.7333vw;
    color: #1d2c47;
    font-weight: 700;
    width: 100%;
}

.faq h4::before,
.faq h4::after {
    content: "";
    display: block;
    flex: 1 1 0%;
    min-width: 0;
    height: 1px;
    background-color: currentColor;
}

.faq .faq__links {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3vw;
    padding-left: 9vw;
    row-gap: 4vw;
}

.faq__links li {
    flex: 1 1 calc(100% / 2);
    color: #B4D5FF;
    font-size: 3.2vw;
}


.faqtext {
    display: flex;
    flex-direction: column;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
}

.faqtext p {
    display: flex;
    margin-top: 1.733vw;
    text-align: left;
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1.475;
}

.bottom_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
    padding: 15px;
    z-index: 99;
}

.game_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.game_lists .game__media{
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.4vw;
}
.game_lists .media_object{
    width: 15.7333vw;
    height: 15.7333vw;
    margin-bottom: 2.1333vw;
}

.game_lists .media_body{
    font-size: 3.2vw;
    white-space: nowrap;
    font-weight: 300;
}

.top_games_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;

}
.top_games_subtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.game_lists img{
    width: 100%;
}

.partners{
    padding-bottom: 30px;
}
.partners_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;

}
.partners_subtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.partners_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partners_media{
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.4vw;

}
.media_object{
    width: 70px;
    height: 50px;
}
.media_object img{
    width: 100%;
}
.media_body{
    font-size: 3.2vw;
    white-space: nowrap;
    font-weight: 300;

}


/* 评价组件容器 */
.testimonial-section {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

/* 轮播容器 */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* 轮播轨道，使用 Flexbox 布局 */
.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* 评价卡片 */
.testimonial-card {
    flex: 0 0 50%; /* 每张卡片占容器宽度的 50% */
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.card-content {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 320px;
    text-align: center;
}

/* 玩家头像 */
.card-content img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: -70px auto 10px; /* 向上移动，实现悬浮效果 */
    border: 4px solid #fff;
    display: block;
}

/* 玩家姓名 */
.card-content .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* 获奖信息 */
.card-content .prize {
    font-size: 16px;
    color: #e53935; /* 红色 */
    font-weight: 500;
    margin-bottom: 15px;
}

/* 评价内容 */
.card-content .review {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 星级评价 */
.stars {
    color: #ffc107; /* 黄色星星 */
    margin-bottom: 10px;
}

/* 左右控制按钮 */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.prev-btn {
    left: -10px;
}

.next-btn {
    right: -10px;
}

/* 移动设备响应式调整 */
@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 100%; /* 在小屏幕上，每张卡片占满宽度 */
    }
    .prev-btn {
        left: 5px;
    }
    .next-btn {
        right: 5px;
    }
}

/* 轮播容器 */
.guide-slider {
    max-width: 450px;
    width: 100%;
    position: relative;
    overflow: hidden; /* 隐藏轨道上超出容器的部分 */
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

/* 轮播轨道 */
.guide-track {
    display: flex; /* 让所有卡片水平排列 */
    transition: transform 0.5s ease-in-out; /* 滑动动画效果 */
}

/* 引导卡片 */
.guide-card {
    flex: 0 0 100%; /* 每张卡片占满容器宽度 */
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
}

.guide-card-content {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

/* 引导图片 */
.guide-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* 引导标题 */
.guide-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

/* 引导描述 */
.guide-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 左右控制按钮 */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #555;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.y-prev-btn {
    left: -5px;
}

.y-next-btn {
    right: -5px;
}
 