.home-banner {
    padding: 50px 0;
}

.home-banner .mobile_banner {
    display: none;
}

.home-banner a.z-banner {
    width: 1600px;
    margin: 0 auto;
}

.home-banner .z-banner img {
    width: 100%;
    height: 596px;
    border-radius: 10px;
}

.home-banner .banner_pagination {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    /* 鼠标无法选中 */
    pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    pointer-events: auto;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #2C5DEB;
}

.home-banner .swiper-container-horizontal .swiper-pagination-bullets,
.home-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    position: absolute;
    display: flex;
    z-index: 9;
    padding-left: 50px;
    pointer-events: auto;
}

.swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px 5px 5px 5px;
    pointer-events: auto;
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    background: #2C5DEB;
}

.home-popular {
    margin-bottom: 80px;
}

.home-popular .pop_title h2 {
    font-size: 18px;
}

.home-popular .pop_title a:hover {
    color: #2C5DEB;
}

.home-popular .pop_title h2 span {
    margin: 0 12px;
}

.home-popular .pop_title img {
    width: 8px;
}

.home-popular .pop_title .arrow span {
    width: 32px;
    height: 32px;
    background: var(--ws-color-a);
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

.home-popular .pop_title .arrow span:hover {
    background: var(--ws-color-b);
}

.home-popular .pop_scroll {
    overflow: hidden;
    width: 100%;
}

.home-popular .pop_list {
    margin-top: 24px;
    scroll-behavior: smooth;
    /* 平滑滚动 */
    position: relative;
}

.home-popular .pop_list .pop_item {
    flex: 0 0 calc((100% - 5 * 32px) / 6);
    background: var(--ws-default-bj);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 32px;
}


.home-popular .pop_list .pop_item img {
    width: 100%;
}

.home-popular .pop_list .pop_item .item_info {
    padding: 16px 12px;
}

.home-popular .pop_list .pop_item .item_info p {
    font-size: 18px;
    font-weight: 700;
}

.home-popular .pop_list .pop_item .item_info p a {
    color: var(--wts-default-color);
    margin: 0;
    padding: 0;
}

.home-popular .pop_list .pop_item .item_info a {
    color: var(--ws-color-c);
    border-right: 1px solid var(--ws-color-d);
    padding: 0 5px 0 0;
    margin-right: 5px;
}

.home-popular .pop_list .pop_item .item_info a:hover {
    color: #2C5DEB;
}

.home-popular .pop_list .pop_item .item_info a:last-child {
    border: none;
}

.home-popular .pop_list .pop_item .item_info .template {
    margin-top: 13px;
}

.home-popular .pop_list .pop_item .hot {
    height: 19px;
    background: #F02213;
    border-radius: 15px 15px 15px 15px;
    font-size: 12px;
    display: flex;
    padding: 0 8px;
    margin-top: 13px;
    color: #fff;
}

.home-popular .moreGames {
    display: none;
}

.whychooseus {
    border-radius: 0px 0px 10px 10px;
    position: relative;
    background-image: url('/images/homechooseus.webp');
    background-color: var(--ws-whoose-bj);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 80px 40px 70px;
    align-items: flex-start;
}

html.light .whychooseus {
    background-image: url('/images/homechooseus_light.webp');
}

.whychooseus::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid;
    border-image: linear-gradient(-90deg, rgba(247.00000047683716, 106.00000128149986, 4.000000236555934, .5), rgba(44.000001177191734, 93.00000205636024, 235.0000011920929, .5)) 1 1;
    position: absolute;
    top: 0;
    left: 0;
}

.whychooseus .chooseus_left {
    padding-right: 20px;
}

.whychooseus .chooseus_left .title img {
    width: 14px;
    margin-right: 16px;
}

.whychooseus .chooseus_left .title h2 {
    font-size: 32px;
}

.whychooseus .chooseus_left p {
    font-weight: 700;
    margin: 18px 0 7px;
    line-height: 22px;
}

.whychooseus .chooseus_left span {
    line-height: 22px;
    color: var(--ws-color-c);
}

.whychooseus .chooseus_right {
    margin-left: 85px;
    gap: 30px 64px;
}

.whychooseus .chooseus_right .chooseus_item {
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ws-shipping-h);
    padding-right: 18px;
}

.whychooseus .chooseus_right .chooseus_item i {
    font-size: 36px;
    color: #4776FF;
    margin-right: 12px;
}

.whychooseus .chooseus_right .chooseus_item .item_title {
    font-weight: 700;
}

.whychooseus .chooseus_right .chooseus_item p {
    color: var(--ws-color-c);
    font-size: 14px;
    margin-top: 20px;
}

.home_affiliate {
    background: url('/images/homeaffiliate.webp') no-repeat;
    background-size: 100% 100%;
    height: 240px;
    margin: 70px 0 80px;
    padding: 0 149px 0 40px;
}

.home_affiliate .aff_left p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.home_affiliate .aff_left span {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 36px;
    display: block;
}

.home_affiliate .aff_right a {
    height: 48px;
    background: #F76A04;
    border-radius: 10px 10px 10px 10px;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
}

.home_affiliate .aff_right a:hover {
    background: #FF8B00;
}

@media (min-width: 1024px) {
    .home-popular .pop_list .pop_item:hover {
        background: rgba(255, 255, 255, 0.15);
    }

    html.light .home-popular .pop_list .pop_item:hover {
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    }
}