

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 100%;
  outline: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-disabled {
  display: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #333;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}


