@charset "UTF-8";
.comp {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
  box-sizing: border-box;
}

.comTit {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.banner {
  height: 10.8rem;
  background-image: url("../images/banner-bg.jpg");
}
.banner .slogan {
  display: block;
  max-width: 6rem;
  margin: 4rem auto 0;
}
.banner .btnbox {
  text-align: center;
}
.banner .gift {
  position: relative;
  display: block;
  max-width: 5.16rem;
  margin: 0 auto 0.3rem;
  top: -0.8rem;
}
.banner .btn-down {
  position: relative;
  z-index: 1;
  display: block;
  margin: -0.6rem auto 0;
  width: 3.1rem;
}
.banner .btn-down img {
  display: block;
  width: 100%;
}
.banner .btn-pre {
  display: inline-block;
  width: 3.1rem;
  height: 0.68rem;
  margin-right: 3px;
  background: url("//hero3.woniu.com/m/static/web202504/images/btn-pre.png") 0 0 no-repeat;
  background-size: 100%;
}

.feature {
  height: 9.1rem;
  background-image: url("../images/feature-bg.jpg");
}
.feature .btn-video {
  display: block;
  width: 1.34rem;
  margin: 0 auto;
}
.feature .comTit {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.feature .swiper-container {
  height: 200px;
  top: -10px;
}
.feature .swiper-slide-active, .feature .swiper-slide-duplicate-active {
  transform: scale(2);
}
.feature .swiper-pagination-bullet {
  margin: 0 5px;
}
.feature .swiper-button-next,
.feature .swiper-button-prev {
  margin-top: -40px;
}
.feature .swiper-button-prev {
  left: 0;
}
.feature .swiper-button-next {
  right: 0;
}

.newsArea {
  height: 12.41rem;
  background-image: url("../images/news-bg.jpg");
}
.newsArea .comTit {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.newsArea .swiper-container, .newsArea .newsBox {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.newsArea .swiper-container {
  height: 3.94rem;
  margin-bottom: 0.3rem;
}
.newsArea .swiper-container img {
  display: block;
  width: 100%;
}
.newsArea .swiper-pagination {
  bottom: 0.2rem;
  right: 0.15rem;
  left: auto;
  text-align: right;
}

.newstab {
  margin: 0;
}
.newstab li {
  padding: 0 10px;
  width: auto;
}

.newslist {
  display: none;
}
.newslist li {
  line-height: 0.6rem;
  height: 0.6rem;
}
.newslist h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newslist .date {
  text-align: right;
  float: right;
}

.videoBox .wrap {
  width: 90%;
  top: 40%;
}
.videoBox video {
  display: block;
  width: 100%;
}
.videoBox .btn-close {
  width: 0.46rem;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.23rem;
}

.picBox .wrap {
  width: 90%;
  top: 40%;
}
.picBox .swiper-container img {
  width: 100%;
}
.picBox .btn-close {
  width: 0.46rem;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.23rem;
}

.inrow {
  font-size: 12px;
  *font-size: 0;
}

.inrow > li, .inrow span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
}

#dataNums {
  position: relative;
  top: 7px;
  margin-right: 8px;
}

.dataNums {
  position: relative;
  top: 50%;
  display: inline-block;
  height: 75px;
  margin-top: -23px;
  text-align: center;
}

.dataNums .dataOne {
  width: 26px;
  height: 75px;
  text-align: center;
}

.dataNums .dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dataNums .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dataNums .tt span {
  width: 100%;
  height: 100%;
  color: #ffaa33;
  font-weight: bold;
  font-size: 28px;
  padding: 0 5px;
}

/* 当设备处于横屏状态时 */
@media screen and (orientation: landscape) {
  body {
    background-color: #000;
  }
  .comp {
    background-size: contain;
  }
  .banner .slogan {
    width: 60%;
  }
  .newsArea .swiper-container, .newsArea .newsBox {
    margin: 0 auto;
    width: 75%;
  }
  .newsArea .newsBox {
    box-sizing: border-box;
  }
  .feature .swiper-container {
    height: 90vh;
  }
  .picBox .btn-close {
    bottom: -0.7rem;
  }
  .picBox .wrap {
    height: 80%;
    max-width: 90%;
  }
  .picBox .swiper-container {
    height: 100%;
  }
  .picBox .swiper-container img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .videoBox .wrap {
    width: 60%;
  }
  .videoBox .btn-close {
    bottom: -0.8rem;
  }
}/*# sourceMappingURL=index.css.map */