.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.swiper-slide > img {
  width: 100%;
  pointer-events: none;
}
.swiper-slide .video_box {
  width: 25vw;
  height: 15vw;
  box-sizing: border-box;
  padding: 1vw 1vw 1vw 0.5vw;
  cursor: pointer;
}
.swiper-slide .video_box .onPlay {
  width: 3vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.swiper-slide .video_box .poster {
  width: 100%;
}
.swiper-slide .video_box video {
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.95vw);
  top: 1vw;
  left: 0.5vw;
  margin: auto;
}
.swiper-slide .video_box_18 {
  top: 22.5%;
  left: 48.5%;
  background-image: url("../img/pc/swiper_18_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.swiper-slide .video_box_19 {
  left: 6%;
  bottom: 21.5%;
  background-image: url("../img/pc/swiper_19_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close {
  top: 10px;
  right: 10px;
  width: 50px;
  cursor: pointer;
  z-index: 9;
}

.video, picture {
  width: 100%;
}

.height {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .swiper-slide {
    height: auto;
  }
  .swiper-slide .video_box_18 {
    width: 65vw;
    height: 38vw;
    top: 27.5%;
    left: 29%;
  }
  .swiper-slide .video_box .onPlay {
    width: 8vw;
  }
  .swiper-slide .video_box_19 {
    width: 70vw;
    height: 41vw;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=index.css.map */
