.swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ps_D_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.swiper-button-next-img {
  position: absolute;
  width: 5.625vw;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-next-img img {
  width: 100%;
}

.swiper-button-prev-img {
  position: absolute;
  width: 5.625vw;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev-img img {
  width: 100%;
}

.ps_E_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ps_F_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=swiper.css.map */