
.swiper{
  width:100%;
  height:100%;
  overflow:visible；
}
.swiper-block{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}
.swiper-slide img{
  display:block;
  width:100%;
}
.swiper-pagination-bullet{
  background:#E3E3E3 !important;
  opacity:1 !important;
}
.swiper-pagination-bullet-active{
  background:#DEDE00 !important;
}
