﻿.banner {
    .swiper-slide {
        a {
            display: block; 
            height: 5.8rem;
            .public-container{height: 100%; display: flex; align-items: center;}
        }
    }
}
.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0.2rem;}
.swiper-pagination-bullet{width: 0.5rem; height:0.07rem; border-radius: 0; background: #ffffff; opacity: 1;}
.swiper-pagination-bullet-active{
   background: #0c5ca5;
}