.moview-container>video {
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.detail-title,
.detail-sub-title {
  color: var(--theme-color);
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.detail-article {
  margin-top: 92px;
  text-align: center;
  letter-spacing: .6px;
}
.detail-sub-title {
  font-size: 22px;
}
.detail-content {
  text-align: justify;
  margin: 48px auto 0;
  max-width: 960px;
  padding: 0 var(--p-left-right);
}
.detail-content p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .67px;
}
.detail-content p img {
  width: 100%;
}
.detail-content p.ql-align-center {
  text-align: center;
}
.detail-more {
  margin-top: 160px;
  text-align: center;
}
.detail-more .moview-title {
  padding-bottom: 12px;
  border-bottom: 3px solid var(--active-color);
}
.detail-more-title p {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  letter-spacing: .6px;
}
.detail-more-list {
  margin-top: 86px;
}
.detail-more-list .swiper-slide {
  width: 40.18%;
  position: relative;
}
.detail-more-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-more-list .detail-desc {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all .3s;
}
.detail-desc .detail-desc-content {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-desc span {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: .6px;
  padding: 0 30px;
}
.detail-desc img {
  width: auto;
  height: 36px;
  margin-top: 34px;
}
.detail-desc a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
}
.detail-more-list .swiper-slide:hover .detail-desc {
  opacity: 1;
  visibility: visible;
}

.moview-footer {
  margin-top: 162px;
}

@media screen and (min-width: 1441px) {
  .detail-content {
    max-width: 1100px;
  }
  .swiper-button {
    width: 58px;
    height: 58px;
  }
}

@media screen and (min-width: 1069px) and (max-width: 1440px) {}

@media screen and (min-width: 735px) and (max-width: 1068px) {
  .detail-content {
    max-width: 900px;
  }
}

@media screen and (min-width: 0px) and (max-width: 734px) {
  .moview-container>video {
    height: auto;
  }
  .detail-article {
    margin-top: 40px;
    padding: 0 42px;
  }
  .detail-title {
    font-size: 16px;
    line-height: 24px;
  }
  .detail-sub-title {
    font-size: 12px;
    line-height: 24px;
  }
  .detail-content {
    margin-top: 24px;
    padding: 0;
  }
  .detail-content p {
    font-size: 12px;
    line-height: 22px;
  }
  .detail-more {
    margin-top: 64px;
  }
  .detail-more .moview-title {
    padding-bottom: 6px;
  }
  .detail-more-title p {
    margin-top: 25px;
    font-size: 12px;
  }
  .detail-more-list {
    margin-top: 46px;
  }
  .swiper-button-next, .swiper-button-prev {
    margin-top: -12px;
  }
  .detail-more-list .swiper-slide {
    width: 73.33%;
  }
  .detail-more-list .detail-desc {
    opacity: 1;
    visibility: visible;
  }
  .detail-desc span {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
  .detail-desc img {
    margin-top: 18px;
    height: 24px;
  }
  .moview-footer {
    margin-top: 42px;
  }
}