.banner .swiper-slide {
  overflow: hidden
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block
}

.banner .swiper-slide.swiper-slide-prev img,.banner .swiper-slide.swiper-slide-next img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.banner .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  /* background-color: #fff; */
  border-radius: 100px;
  /* box-shadow: 0 0 7px -1px #a7b5ccd9; */
  transition: .3s ease-out;
  position: relative;
  opacity: 1;
  border: 1px solid #484742;
}

.banner .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ae8c526b;
  border-radius: 50px;
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%,-50%);
  transition: .3s ease-out
}

.banner .swiper-pagination-bullet:hover,.banner .swiper-pagination-bullet:focus,.banner .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px #e8e3e3
}

.banner .swiper-pagination-bullet:hover:before,.banner .swiper-pagination-bullet-active:before {
  width: 10px;
  height: 10px;
  background-color: #ae8c52;
}

.banner[data-v-6dd8ee9d] {
  transition: opacity 1s
}
