* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

video {
  max-width: 100%;
}

.relative {
  position: relative;
}

.abso {
  position: absolute;
}

.main {
  overflow: hidden;
}

.is-swiper {
  position: relative;
}

.is-video {
  position: relative;
}

.is-video .btn-player {
  content: "";
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/index/icon-player.png) no-repeat center/100% auto;
  z-index: 10;
  cursor: pointer;
}

.is-video .btn-close-video {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  top: -25px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 10;
  transform: scale(0.6);
  cursor: pointer;
}

.is-video .btn-close-video::before, .is-video .btn-close-video::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  left: 15%;
  top: 50%;
  margin-top: -1px;
  background-color: #aaa;
  transform: rotate(45deg);
}

.is-video .btn-close-video::after {
  transform: rotate(-45deg);
}

.is-video .video {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

.is-video.inline .video {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  transform: none;
  background-color: #000;
}

.is-video.inline .video video {
  width: 100%;
  height: 100%;
}

.is-video.inline .video .btn-close-video {
  display: none;
}

.is-video.playing .video {
  opacity: 1;
  pointer-events: auto;
  z-index: 15;
}

.link {
  position: absolute;
  width: 20%;
  height: 10vw;
  left: 0;
  top: 0;
  margin-top: 78%;
  background-color: rgba(0, 0, 255, 0);
}

.link.link-tm {
  margin-left: 19%;
}

.link.link-jd {
  margin-left: 42%;
}

.link.link-dy {
  margin-left: 65%;
}

/* pc */
@media (min-width: 768px) {
  article {
    width: 750px;
    margin: auto;
  }
  .only-mob {
    display: none;
  }
  .is-video .btn-player {
    content: "";
    width: 10%;
    height: 0%;
    padding-bottom: 10%;
  }
  .swiper-1 .swiper-pagination {
    bottom: 10%;
  }
  .img-009 {
    margin-top: -15%;
    display: block;
  }
  .box-012 {
    display: flex;
  }
  .swiper-2 .swiper-slide:nth-child(1) {
    z-index: 25;
  }
  .swiper-2 .swiper-slide:nth-child(2) {
    z-index: 20;
  }
  .swiper-2 .swiper-slide:nth-child(3) {
    z-index: 15;
  }
  .swiper-2 .swiper-slide:nth-child(4) {
    z-index: 10;
  }
  .swiper-2 .swiper-slide:nth-child(5) {
    z-index: 5;
  }
  .swiper-2 .swiper-slide:nth-child(6) {
    z-index: 1;
  }
  .swiper-slide-active {
    z-index: 100 !important;
  }
  .swiper-slide-next {
    z-index: 90 !important;
  }
  .swiper-box-016 {
    background: url(../images/index/pc/016-bg.jpg) left top/100% auto;
  }
  .swiper-box-016 .swiper-container {
    width: 130%;
    margin-left: -15%;
    overflow: visible;
  }
  .swiper-box-016 .swiper-pagination {
    bottom: -10%;
  }
  .box-017 {
    display: block;
    height: 100px;
    overflow: hidden;
  }
  .box-018 {
    display: none;
  }
  .box-019 {
    display: none;
  }
}

/*mobile*/
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .swiper-pagination {
    display: none;
  }
  .box-017 {
    display: block;
    height: 50px;
    overflow: hidden;
  }
  .box-018 {
    display: none;
  }
  .box-019 {
    display: none;
  }
}
