.version-button-box,
.news-button-box {
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.versionActiveSwiper-button-next img,
.versionActiveSwiper-button-prev img,
.newsActiveSwiper-button-next img,
.newsActiveSwiper-button-prev img {
    width: 55px;
    cursor: pointer;
}

.versionActiveSwiper-pagination .swiper-pagination-bullet,
.newsActiveSwiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: url('/img/swiper/swiper_dot_unactive.png') no-repeat center;
    background-size: contain;
    padding: 0 10px;
    cursor: pointer;
    transform: translateY(60px);
    opacity: 1;
}

.versionActiveSwiper-pagination .swiper-pagination-bullet-active,
.newsActiveSwiper-pagination .swiper-pagination-bullet-active {
    background: url('/img/swiper/swiper_dot_active.png') no-repeat center;
    background-size: contain;
    opacity: 1;
}

.newsActiveSwiper .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.newsActiveSwiper .swiper-slide img,
.versionActiveSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-imgbg {
    padding: 8px 6px;
    background: url('/img/swiper/swiper_news_slide_img_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.news-desc {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.newsActiveSwiper .news-desc .news-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.news-text {
    font-size: 14px;
    color: rgb(115, 124, 147);
    text-align: left;
    white-space: pre-wrap;
    font-weight: normal;
}

.gameSwiper {
    position: relative;
}

.current-swiper-parent {
    position: relative;
    margin: 0 20%;
}

.current-swiper-border {
    position: absolute;
    width: calc(100% + 35px);
    top: -10px;
    left: -24px;
    z-index: 999;
    height: 111%;
}

.current-swiper {
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: re;
    z-index: 99;
}

.current-swiper .swiper-slide img {
    width: 100%;
}

.swiper-slide-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.left-swiper {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.right-swiper {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.nocurrent-swiper {
    width: 55%;
    height: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nocurrent-swiper .swiper-slide img {
    width: 100%;
}

.nocurrent-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

/* .game-swiper-button-prev img, .game-swiper-button-next img {
    width: 60px;
} */
.game-swiper-button-prev img {
    transform: translateX(30px);
}

.game-swiper-button-next img {
    transform: translateX(-30px);
}

.gameSwiper .gameSwiper-pagination {
    height: 60px;
    position: absolute;
    bottom: -80px !important;
    z-index: 999;
}

.gameSwiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: url('/img/swiper/swiper_dot_unactive_1.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    /* transform: translateY(60px); */
    opacity: 1;

}

.gameSwiper-pagination .swiper-pagination-bullet-active {
    background: url('/img/swiper/swiper_dot_active_1.png') no-repeat center;
    background-size: contain;
    opacity: 1;
}