.floor1 .mySwiper {
  position: relative;
}
.floor1 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.floor1 .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor1 .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor1 .swiper-container-horizontal > .swiper-pagination-bullets,
.floor1 .swiper-pagination-custom,
.floor1 .swiper-pagination-fraction {
  bottom: 2.6042rem;
  left: 0;
  width: 100%;
}
.floor1 .swiper-pagination-bullet {
  width: 1.8229rem;
  height: 0.7292rem;
  text-align: center;
  border-radius: 0.5208rem;
  line-height: 1.0417rem;
  font-size: 0.625rem;
  color: #000;
  opacity: 1;
  background: rgba(224, 198, 255, 0.7);
}
.floor1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #8432fe;
}
.floor3 {
  margin-top: 11.9792rem;
}
.floor3 .floor-header h2 {
  text-align: center;
  color: #8233ff;
  margin-bottom: 5.2083rem;
  font-size: 2.2917rem;
}
.floor3 .videos {
  width: 95.8333rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.floor3 .videos video {
  margin: 10px 0;
  border-radius: 1.0417rem;
}
.floor3 .videos img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.4651rem !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 2.3256rem !important;
    left: 0;
    width: 100%;
  }
  .floor1 .swiper-pagination-bullet {
    width: 2.3256rem;
    height: 0.9302rem;
  }
}
