.bannerSwiper .swiper-pagination-bullet{
    width:28px;
    height:6px;
    border-radius:999px;
    background:#F8C7D1;
    opacity:1;
    transition:.3s;
}

.bannerSwiper .swiper-pagination-bullet-active{
    width:38px;
    background:#CA0F2B;
}

.swiper-slide{
    height:auto;
}

.swiper-slide > div{
    height:100%;
}