.swiper-wrap {
    width: 100%;
    height: 580px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    --swiper-pagination-color: #06C9B5;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: rgba(255,255,255,0.67);
    border-radius: 50%;
    transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, 
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px;
}

.swiper-slide .bannerBg {
    width: 100%;
    height: 100%;
}

.swiper-slide .banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
}

.banner-title {
    width: 533px;
    height: 84px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-desc {
    margin-top: 20px;
}

.banner-btn {
    display: inline-block;
    margin-top: 52px;
    width: 150px;
    height: 48px;
    background: linear-gradient(-90deg, #FFFFFF, #FFFFFF);
    border-radius: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
}


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