﻿.banner {
    .swiper-slide {
        a {
            display: block; 
            height: 6.25rem;
            .public-container{height: 100%; display: flex; align-items: center;}
        }
    }
.swiper-pagination-bullet{width: 0.46rem; height: 0.06rem; border-radius: 0; background: #6a6a6a; opacity: 1;}
.swiper-pagination-bullet-active{
   background: #007d2d;
}
}


.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0.30rem;}