/* banner图样式 */
.swiper-pagination {
  bottom: 0rem !important;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 .07rem;
  width: .1rem;
  height: .1rem;
  opacity: 0.7;
  background: #333333;
}

.swiper-container {
  padding-bottom: .6rem !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #FD6501;
  opacity: 1;
}

.swiper-container .swiper-button {
  opacity: 0;
  width: .54rem;
  height: .81rem;
  margin-top: -0.416rem;
  color: rgba(0, 0, 0, 0);
}

/* .swiper-button-prev {
  left: .4rem !important;
  background: url('../img/public/swiper_btn.png') no-repeat;
  background-size: cover;
}

.swiper-button-next {
  right: .4rem !important;
  background: url('../img/public/swiper_btn.png') no-repeat;
  background-size: cover;
} */


.swiper-container:hover .swiper-button {
  opacity: 1;
}