.banner{width:100%;position: relative; margin:0 auto;}
.banner img{ width:100%; height:auto;}
.banner .swiper-container { width: 100%; height: 100%;}
.banner .swiper-slide { text-align: center; font-size: 18px; background: #fff;  /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.banner .swiper-pagination{ padding:0; margin:0;width: 100%!important;text-align: center!important; bottom:2%!important;}
.banner .swiper-pagination-bullet{width: .12rem!important;height: .12rem!important; background-color: #fff;opacity: 1!important; border-radius:50%!important;}
.banner .swiper-pagination-bullet-active{ background:#d43f47; }
.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 1%!important;}