.banner-swiper-container .banner-swiper-button-prev,
.banner-swiper-container .banner-swiper-button-next {
    display: none;
    background: url('https://image.xunyou.com/2025/06/12/1749711825934.png') no-repeat center center;
    background-size: 100% 100%;
    width: 22px;
    height: 44px;
    position: absolute;
    left: 8px;
    top: 70px;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
}

.banner-swiper-container .banner-swiper-button-prev {
    transform: rotate(180deg);
}

.banner-swiper-container .banner-swiper-button-next {
    right: 8px;
    left: unset;
}

.banner-swiper-container:hover .banner-swiper-button-prev,
.banner-swiper-container:hover .banner-swiper-button-next {
    display: block;
}

.banner-swiper-container:hover .banner-swiper-button-prev:hover,
.banner-swiper-container:hover .banner-swiper-button-next:hover {
    opacity: 1;
}

.banner-swiper-pagination .swiper-pagination-bullet {
    background-color: #00AD59;
    width: 6px;
    height: 4px;
    border-radius: 4px;
}

.banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00E676;
    width: 16px;
}