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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ps_R_top_swiper {
  position: absolute;
  width: 50%;
  right: 0%;
  top: 0%;
}

.ps_L_Botton_swiper {
  position: absolute;
  width: 50%;
  left: 0%;
  bottom: 0%;
}

.ps_DF_swiper {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
}

.ps_D_R_top_swiper {
  position: absolute;
  right: 0%;
  top: 0;
  width: 60vw;
}

.ps_D_L_top_swiper {
  position: absolute;
  right: 0%;
  top: 0;
  width: 60vw;
}

.ps_D_L_Bot_swiper {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 60vw;
}

.ps_E_Bot_swiper {
  position: absolute;
  left: 48.5%;
  top: 29%;
  width: 25.88625vw;
}

.mySwiper_M_D,
.mySwiper_M_E {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 0%;
}

.mySwiper_M_G {
  position: absolute;
  width: 75%;
  left: 7%;
  bottom: 4%;
}

.SW_h {
  position: absolute;
  width: 75%;
  left: 50%;
  top: 73%;
  transform: translate(-50%, -50%);
}

.ps_E_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 2.5%;
  transform: translateX(-50%);
}
.ps_E_swiper .mySwiper_E {
  width: 100%;
  height: 100%;
}

.ps_B_L_top_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 5.5%;
  transform: translateX(-50%);
}
.ps_B_L_top_swiper .mySwiper_E {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #727171 !important;
}

.swiper-pagination[alt=mySwiper_C] {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.swiper-pagination[alt=mySwiper_C] .swiper-pagination-bullet {
  margin-top: 5px;
  background-color: #8f001a !important;
}
.swiper-pagination[alt=mySwiper_C] .swiper-pagination-bullet-active {
  background-color: #8f001a !important;
}

.mySwiper_G,
.mySwiper_H {
  padding-bottom: 40px !important;
}/*# sourceMappingURL=swiper.css.map */