/* ==================== 通用标题 Start ==================== */
.ny18-title {
  font-size: 70px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 140px;
  display: table;
  margin-left: 0;
  margin-right: auto;
  color: transparent;
  background: -webkit-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: -o-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: -moz-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 749px) {
  .ny18-title {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
}
/* ==================== 通用标题 End ==================== */
/* ==================== 模板 - 板块一 Start ==================== */
.ny18-section1 {
  padding-bottom: 200px;
}
.ny18-section1 .body2 {
  position: relative;
}
.ny18-section1 .body2:after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: -webkit-linear-gradient(to top, #fff 40%, transparent);
  background: -o-linear-gradient(to top, #fff 40%, transparent);
  background: -moz-linear-gradient(to top, #fff 40%, transparent);
  background: linear-gradient(to top, #fff 40%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ny18-section1 .info {
  width: 100%;
  text-align: center;
  z-index: 5;
}
.ny18-section1 .info .text1 {
  font-size: 70px;
  line-height: 1;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
  margin-bottom: 40px;
}
.ny18-section1 .info .text2 {
  font-size: 36px;
  color: #1D1D1F;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ny18-section1 .info .text3 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.2;
}
.ny18-section1 .swiper-slide {
  position: relative;
}
.ny18-section1 .swiper-slide .image {
  display: block;
  width: 100%;
}
.ny18-section1 .swiper-slide .image img {
  width: 100%;
  display: block;
}
.ny18-section1 .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny18-section1 .common-pagination {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.ny18-section1 .common-pagination .play-btn,
.ny18-section1 .common-pagination .swiper-pagination {
  border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 749px) {
  .ny18-section1 {
    padding-bottom: 26.667vw;
  }
  .ny18-section1 .body2:after {
    height: 53.333vw;
  }
  .ny18-section1 .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny18-section1 .info .text2 {
    font-size: 4.8vw;
    margin-bottom: 2.667vw;
  }
  .ny18-section1 .info .text3 {
    font-size: 4vw;
  }
  .ny18-section1 .common-pagination {
    bottom: 10.67vw;
  }
}
/* ==================== 模板 - 板块一 End ==================== */
/* ==================== 模板 - 板块二 Start ==================== */
.ny18-section2 {
  background: #F5F5F7;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.ny18-section2 .ny18-title {
  margin-bottom: 0;
}
.ny18-section2 .body {
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -1070px;
}
.ny18-section2 .body .itembox {
  margin-top: 140px;
  overflow: hidden;
}
.ny18-section2 .body .item {
  margin-bottom: 140px;
}
.ny18-section2 .body .item .text1 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ny18-section2 .body .item .text2 {
  font-size: 50px;
  color: #1D1D1F;
  line-height: 1.2;
}
.ny18-section2 .image {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  width: 100%;
}
.ny18-section2 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny18-section2 .body {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    margin-top: -152.667vw;
  }
  .ny18-section2 .body .itembox {
    margin-top: 18.667vw;
  }
  .ny18-section2 .body .item {
    margin-bottom: 18.667vw;
  }
  .ny18-section2 .body .item .text1 {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
  .ny18-section2 .body .item .text2 {
    font-size: 6.667vw;
  }
  .ny18-section2 .image {
    margin-top: 8vw;
  }
}
/* ==================== 模板 - 板块二 End ==================== */
/* ==================== 模板 - 板块三 Start ==================== */
.ny18-section3 {
  background-color: #000000;
}
.ny18-section3 .body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.ny18-section3 .body .info {
  position: relative;
}
.ny18-section3 .body .info .video-text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  padding: 40px;
  width: 100%;
}
.ny18-section3 .body .text1,
.ny18-section3 .body .text2 {
  font-size: 140px;
  line-height: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  background: -webkit-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: -o-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: -moz-linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  background: linear-gradient(to right, #987FDB, #EA7F80, #FDA86D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HYJunhei-85J";
}
.ny18-section3 .body .video {
  display: block;
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.ny18-section3 .body .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny18-section3 .body .info .video-text {
    font-size: 4vw;
    padding: 5.333vw;
  }
  .ny18-section3 .body .text1,
  .ny18-section3 .body .text2 {
    font-size: 18.667vw;
  }
  .ny18-section3 .body .video {
    height: 57.333vw;
  }
}
/* ==================== 模板 - 板块三 End ==================== */
/* ==================== 模板 - 板块四 Start ==================== */
.ny18-section4-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  margin-top: -100vh;
}
.ny18-section4-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny18-section4 {
  position: relative;
}
.ny18-section4 .info {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.ny18-section4 .info .ny18-title {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ny18-section4 .info .text2 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4;
}
.ny18-section4 .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ny18-section4 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny18-section4 .info {
    padding-top: 24vw;
    padding-bottom: 25.333vw;
  }
  .ny18-section4 .info .ny18-title {
    margin-bottom: 2.667vw;
  }
  .ny18-section4 .info .text2 {
    font-size: 4vw;
  }
}
/* ==================== 模板 - 板块四 End ==================== */
/* ==================== 模板 - 板块五 Start ==================== */
.ny18-section5 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #000000;
}
.ny18-section5 .info {
  margin-bottom: 60px;
}
.ny18-section5 .info .ny18-title {
  margin-bottom: 40px;
}
.ny18-section5 .info .text2 {
  font-size: 30px;
  line-height: 1.1;
  color: #86868B;
}
.ny18-section5 .video {
  width: 100%;
  height: 480px;
}
.ny18-section5 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny18-section5 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny18-section5 .info {
    margin-bottom: 8vw;
  }
  .ny18-section5 .info .ny18-title {
    margin-bottom: 5.333vw;
  }
  .ny18-section5 .info .text2 {
    font-size: 4vw;
  }
  .ny18-section5 .video {
    height: 64vw;
  }
}
/* ==================== 模板 - 板块五 End ==================== */
/* ==================== 模板 - 板块六 Start ==================== */
.ny18-section6-popup .body {
  min-height: inherit;
}
.ny18-section6-popup .popup-box {
  margin-top: 270px;
}
.ny18-section6-popup .video {
  display: block;
  width: 100%;
  padding: 40px;
  padding-bottom: 80px;
}
.ny18-section6-popup .video video {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
}
.ny18-section6 {
  background-color: #fff;
}
.ny18-section6 .info {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.ny18-section6 .info .text1 {
  font-size: 70px;
  color: #1D1D1F;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny18-section6 .info .text2 {
  font-size: 30px;
  line-height: 1.2;
  color: #86868B;
}
.ny18-section6 .info .index-btn {
  margin-top: 60px;
  justify-content: flex-start;
}
.ny18-section6 .video {
  height: 416px;
  width: 100%;
}
.ny18-section6 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny18-section6-popup .popup-box {
    margin-top: 36vw;
  }
  .ny18-section6-popup .video {
    padding: 5.333vw;
    padding-bottom: 10.667vw;
  }
  .ny18-section6-popup .video video {
    height: 66.667vw;
    border-radius: 2.667vw;
  }
  .ny18-section6 .info {
    padding-top: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-bottom: 8vw;
  }
  .ny18-section6 .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny18-section6 .info .text2 {
    font-size: 4vw;
  }
  .ny18-section6 .info .index-btn {
    margin-top: 8vw;
  }
  .ny18-section6 .video {
    height: 55.467vw;
  }
}
/* ==================== 模板 - 板块六 End ==================== */
/* ==================== 模板 - 板块七 Start ==================== */
.ny18-section7 {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.ny18-section7 .title {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ny18-section7 .title .text1 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny18-section7 .title .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
.ny18-section7 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny18-section7 .item {
  background-size: cover;
  background-position: center;
}
.ny18-section7 .itembox1 .item:nth-child(1) {
  width: 250px;
  height: 368px;
  margin-top: -30px;
}
.ny18-section7 .itembox1 .item:nth-child(2) {
  width: 208px;
  height: 308px;
  margin-top: -30px;
}
.ny18-section7 .itembox1 .item:nth-child(3) {
  width: 206px;
  height: 304px;
  margin-top: 60px;
}
.ny18-section7 .itembox2 .item:nth-child(1) {
  width: 218px;
  height: 316px;
  margin-top: 20px;
}
.ny18-section7 .itembox2 .item:nth-child(2) {
  width: 244px;
  height: 210px;
  margin-top: 56px;
}
.ny18-section7 .itembox2 .item:nth-child(3) {
  width: 195px;
  height: 285px;
}
@media screen and (max-width: 749px) {
  .ny18-section7 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .ny18-section7 .title {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .ny18-section7 .title .text1 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny18-section7 .title .text2 {
    font-size: 4vw;
  }
  .ny18-section7 .itembox1 .item:nth-child(1) {
    width: 33.333vw;
    height: 49.067vw;
    margin-top: -4vw;
  }
  .ny18-section7 .itembox1 .item:nth-child(2) {
    width: 27.733vw;
    height: 41.067vw;
    margin-top: -4vw;
  }
  .ny18-section7 .itembox1 .item:nth-child(3) {
    width: 27.467vw;
    height: 40.533vw;
    margin-top: 8vw;
  }
  .ny18-section7 .itembox2 .item:nth-child(1) {
    width: 29.067vw;
    height: 42.133vw;
    margin-top: 2.667vw;
  }
  .ny18-section7 .itembox2 .item:nth-child(2) {
    width: 32.533vw;
    height: 28vw;
    margin-top: 7.467vw;
  }
  .ny18-section7 .itembox2 .item:nth-child(3) {
    width: 26vw;
    height: 38vw;
  }
}
/* ==================== 模板 - 板块七 End ==================== */
