.home-banner a {
    display: flex;
    text-align: center;

    justify-content: center;
}

.home-banner a img {
    width: 100%;
    height: auto;
    /* min-height: 497.9px; */
    /*aspect-ratio: 1200 / 313;*/
}

.home-banner {
    position: relative;
    background: linear-gradient(180deg, rgba(43, 63, 94, 0.5) 0%, rgba(43, 63, 94, 0.12) 100%);
}

.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: 20px;
    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(/static/pc/image/banner-ico.png);
    background-repeat: no-repeat;
    opacity: .5;
    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: absolute;
    margin: auto;
    top: 54%;
    max-width: auto;
    width: 1200px;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

/* 轮播容器 */
.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* 当项目超过4个时的样式 */
.tmp_list.scrollable {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    /* 项目间距 */
    padding: 10px 0;
}

/* 隐藏默认滚动条 */
.tmp_list.scrollable::-webkit-scrollbar {
    display: none;
}

/* 箭头样式 */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel-container:hover .carousel-arrow {
    opacity: 1;
}

.left-arrow {
    left: 15px;
}

.right-arrow {
    right: 15px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next i {
    /* 旋转180 */
    transform: rotate(180deg);
}

.home_itemsWrap .game_tmp_content .tmp_list.swiper-wrapper {
    padding-bottom: 20px;
    gap: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 52%;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(43, 63, 94, .5) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -20px;
}

.game_tmp_content {
    position: relative;
}

.swiper-button-next .swiper-button-disabled,
.swiper-button-prev .swiper-button-disabled {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 13px !important;

}

.swiper-pagination-bullet {
    background: blanchedalmond;
}

.swiper-pagination-bullet-active {
    background: #730000 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.home_itemsWrap .game_tmp_content {
    padding-bottom: 20px;
}

/* game about */
.game-about .about-content {
    padding: 1px 25px 32px;
    background: rgba(43, 63, 94, 0.2);
    border-radius: 10px 10px 10px 10px;
    margin-top: 50px;
}

.game-about h2 {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 16px;
    margin-top: 32px;
}

.game-about .section {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}
.game-about .section p i{
    font-weight: normal;
    font-size: 14px !important;
   
}

.game-about .orb_list {
    border-radius: 10px 10px 10px 10px;
    margin-top: 50px;
    background: rgba(43, 63, 94, 0.2);
}

.game-about .orb_list .orblist_items {
    padding: 32px 25px;
}

.game-about .orb_list .orblist_items:hover {
    background: linear-gradient(180deg, rgba(43, 63, 94, 0.5) 0%, rgba(43, 63, 94, 0.12) 100%);
    border-radius: 10px 10px 10px 10px;
}

.game-about .orb_list .orblist_items h3 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}

.game-about .orb_list .orblist_items p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}

.game-about .orb_list .orblist_items img {
    width: 200px;
    height: 200px;
    margin-right: 39px;
}

.game-about .seo_lang_desc li,
.game-about .seo_lang_desc p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
}
.game-about .seo_lang_desc li {
    list-style: disc;
    margin-left: 20px;
}
.game-about .seo_lang_desc p strong {
    color: #fff;
}

/* news */
.home-news {
    grid-gap: 36px;
    margin-top: 50px;
}

.home-news .game_news_title {
    margin-bottom: 24px;
}

.home-news .game_name {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
}

.home-news .game_news_title a {
    padding: 8px 12px;
    background: rgba(43, 63, 94, 0.5);
    border-radius: 5px 5px 5px 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
}

.home-news .game_news_title a:hover {
    background: rgba(43, 63, 94, 0.8);
    color: #fff;
}

.home-news .game_news .game_news_item {
    padding: 28px 24px;
    background: rgba(43, 63, 94, 0.2);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.home-news .game_news .game_news_item:last-child {
    margin-bottom: 0;
}

.home-news .game_news .game_news_item .game_news_img {
    width: 213px;
    max-width: 213px;
    min-width: 213px;
    height:120px;
    margin-right: 26px;
 
}

.home-news .game_news .game_news_item .game_news_img img {
    width: 213px;
    height: auto;
 
}

.home-news .game_news .game_news_item .news_title {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    /* 超出三行省略 */
    overflow: hidden;
    height: 41px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news .game_news .game_news_item .news_title:hover {
    color: #F60900;
}

.home-news .game_news .game_news_item .news_content {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    height: 60px;
    /* 超出三行省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;

}

.home-news .game_news .game_news_item:hover {
    background: linear-gradient(180deg, rgba(43, 63, 94, 0.5) 0%, rgba(43, 63, 94, 0.12) 100%);
    border-radius: 5px;
}

/* reviews */

.home-reviews {
    margin-top: 50px;
}


/* home game */
.home_itemsWrap {
    margin-top: 50px;
}

.home_itemsWrap .home_game_list {
    gap: 12px;
}

.home_itemsWrap .home_game_list .game_item {
    height: 44px;
    background: rgba(43, 63, 94, 0.2);
    border-radius: 5px 5px 5px 5px;
    padding: 0 18px;
    cursor: pointer;
}

.home_itemsWrap .home_game_list .game_item:hover {
    background: rgba(43, 63, 94, 0.5);
}

.home_itemsWrap .home_game_list .game_item.active {
    background: rgba(43, 63, 94, 0.5);
}

.home_itemsWrap .home_game_list .game_item img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.home_itemsWrap .game_tmp_content {
    display: none;
}

.home_itemsWrap .game_tmp_content.show {
    display: block;
}

.home_itemsWrap .game_tmp_content .game_title {
    font-size: 28px;
    margin: 24px 0;
}

/* 
.home_itemsWrap .game_tmp_content .tmp_list {
    gap: 16px;
} */

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item {
    background-color: rgba(43, 63, 94, 0.35);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 145px 16px 19px;
    position: relative;
    transition: all .3s;
    max-width: 338px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item:hover {
    background-color: rgba(43, 63, 94, 0.7);
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tag {
    height: 26px;
    background: #F60900;
    border-radius: 20px 20px 20px 20px;
    border-radius: 26px;
    position: absolute;
    top: 24px;
    left: 16px;
    padding: 0 12px;
    font-size: 12px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tag.boost {
    background: rgba(43, 63, 94, 0.5);
}


.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_title {
    font-size: 18px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_remark {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    margin: 20px 0 13px;
}
html[lang='fr'] .home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_info{
    flex-direction: column;

}
.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_remark p {
    position: relative;
    padding-left: 20px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_remark p::after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    content: '';
    background: rgba(255, 255, 255, 0.7);

}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .form_price {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .z-price {
    font-size: 24px;
    color: #F60900;
    margin-left: 9px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_info a {
    background: #730000;
    height: 34px;
    padding: 0 16px;
}

.home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_info a:hover {
    background: #F60900;
}

.game-about .orb_list .orblist_items ol,
.game-about .orb_list .orblist_items ul {

    color: rgba(255, 255, 255, 0.5);
}

.game-about .orb_list .orblist_items ol li{
    list-style: decimal;
    margin-left: 20px;
}

.game-about .orb_list .orblist_items ul li{
    list-style: disc;
    margin-left: 20px;
}

.game-about .orb_list .orblist_items .orb_info {
    height: 150px;
    overflow-y: auto;
}
@media only screen and (max-width: 1920px) {
    .home-banner a img {
        width: 100%;
        height: auto;
    }

    .home-banner .banner-perv-next div {
        top: -17px;
    }
}



@media (max-width: 1200px) {
    .home_itemsWrap .game_tmp_content .tmp_list .tmp_item .z-price {
        font-size: 16px;
    }

    .home_itemsWrap .game_tmp_content .tmp_list .tmp_item .tmp_info a {
        padding: 0 10px;
    }

    .home_itemsWrap .game_tmp_content .tmp_list .tmp_item {
        padding: 140px 10px 15px;
    }
}