/* 头部swiper指示器设置 */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.pagination .swiper-active-switch {
  background: #c9b38a;
}


/* 主体swiper指示器设置 */
.pagination2 {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.pagination2 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.pagination2 .swiper-active-switch {
  background: #c9b38a;
}