.ny18-main {
  background-color: #000;
}
/* ==================== ny18 - 表单弹窗 Start ==================== */
.ny18-popup2 {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.994px);
  -webkit-backdrop-filter: blur(9.994px);
  top: 0;
  left: 0;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.ny18-popup2.active {
  opacity: 1;
  visibility: visible;
}
.ny18-popup2.active .body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ny18-popup2 .body {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  width: 45.556vw;
  padding: 2.222vw 2.778vw;
  padding-bottom: 3.333vw;
  border-radius: 16px;
  background-color: #fff;
}
.ny18-popup2 .body .close {
  width: 2.778vw;
  height: 2.778vw;
  position: absolute;
  top: 0.556vw;
  right: 0.556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.389vw;
  border-radius: 100%;
  background-color: #F6F6F6;
  cursor: pointer;
  z-index: 3;
}
.ny18-popup2 .body .head {
  margin-bottom: 1.667vw;
}
.ny18-popup2 .body .head .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.222vw;
  line-height: 2.778vw;
}
.ny18-popup2 .body .head .text2 {
  margin-top: 0.556vw;
  color: #000;
  font-family: "Inter-Regular";
  font-size: 1.111vw;
  line-height: 1.667vw;
}
.ny18-popup2 .body form {
  width: 100%;
}
.ny18-popup2 .body form .form-itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny18-popup2 .body form .form-item {
  width: 50%;
  border-bottom: 1px solid #F6F6F6;
}
.ny18-popup2 .body form .form-item .layui-edge {
  width: 0.694vw;
  height: 0.694vw;
  border: 0;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  margin-right: 0.486vw;
  transform: rotate(135deg);
  margin-top: -0.417vw;
}
.ny18-popup2 .body form .form-item .layui-input {
  height: 3.889vw;
  border: 0;
  padding: 0;
  font-size: 0.903vw;
  font-family: "Inter-Regular";
  color: #000;
}
.ny18-popup2 .body form .form-item .layui-input::-webkit-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-input::-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-input:-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-input:-ms-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-form-selected .layui-edge {
  transform: rotate(-45deg);
  margin-top: 0;
}
.ny18-popup2 .body form .form-item .layui-form-select .layui-input {
  height: 3.889vw;
  border: 0;
  padding: 0;
  font-size: 0.903vw;
  font-family: "Inter-Regular";
  color: #000;
}
.ny18-popup2 .body form .form-item .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-form-select .layui-input::-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-form-select .layui-input:-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-form-select .layui-input:-ms-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form .form-item .layui-form-selected dl {
  top: 100%;
  padding-top: 0;
  padding-bottom: 0.556vw;
  border: 0;
  text-align: left;
  border-bottom-left-radius: 0.556vw;
  border-bottom-right-radius: 0.556vw;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0vw 0.417vw 0.833vw 0vw rgba(0, 0, 0, 0.1);
}
.ny18-popup2 .body form .form-item .layui-form-select dl dd {
  padding: 0 0.833vw;
  height: 2.778vw;
  line-height: 2.778vw;
  color: #999;
  font-size: 0.833vw;
  font-family: "Inter-Regular";
  background-color: #fff;
}
.ny18-popup2 .body form .form-item .layui-form-select dl dd.layui-this {
  background-color: #F6F6F6;
  color: #000;
}
.ny18-popup2 .body form textarea {
  height: 11.111vw;
  width: 100%;
  padding: 1.111vw;
  border-radius: 16px;
  font-size: 0.903vw;
  font-family: "Inter-Regular";
  color: #000;
  resize: none;
  border: 0;
  outline: none;
  background-color: #F6F6F6;
  margin-top: 2.222vw;
}
.ny18-popup2 .body form textarea::-webkit-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form textarea::-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form textarea:-moz-placeholder {
  color: #999;
}
.ny18-popup2 .body form textarea:-ms-input-placeholder {
  color: #999;
}
.ny18-popup2 .body form button {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1440px) {
  .ny18-popup2 .body {
    width: 656px;
    padding: 32px 40px;
    padding-bottom: 48px;
  }
  .ny18-popup2 .body .close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    font-size: 20px;
  }
  .ny18-popup2 .body .head {
    margin-bottom: 24px;
  }
  .ny18-popup2 .body .head .text1 {
    font-size: 32px;
    line-height: 40px;
  }
  .ny18-popup2 .body .head .text2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .ny18-popup2 .body form .form-item .layui-edge {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-top: -6px;
  }
  .ny18-popup2 .body form .form-item .layui-input {
    height: 56px;
    font-size: 13px;
  }
  .ny18-popup2 .body form .form-item .layui-form-select .layui-input {
    height: 56px;
    font-size: 13px;
  }
  .ny18-popup2 .body form .form-item .layui-form-selected dl {
    padding-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny18-popup2 .body form .form-item .layui-form-select dl dd {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .ny18-popup2 .body form textarea {
    height: 160px;
    padding: 16px;
    font-size: 13px;
    margin-top: 32px;
  }
  .ny18-popup2 .body form button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny18-popup2 .body {
    width: 85.417vw;
    padding: 5.208vw;
    padding-bottom: 6.25vw;
  }
  .ny18-popup2 .body .close {
    width: 5.208vw;
    height: 5.208vw;
    top: 1.042vw;
    right: 1.042vw;
    font-size: 2.604vw;
  }
  .ny18-popup2 .body .head {
    margin-bottom: 3.125vw;
  }
  .ny18-popup2 .body .head .text1 {
    font-size: 3.125vw;
    line-height: 3.646vw;
  }
  .ny18-popup2 .body .head .text2 {
    margin-top: 1.042vw;
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny18-popup2 .body form .form-item .layui-edge {
    width: 1.302vw;
    height: 1.302vw;
    margin-right: 0.911vw;
    margin-top: -0.781vw;
  }
  .ny18-popup2 .body form .form-item .layui-input {
    height: 7.292vw;
    font-size: 1.693vw;
  }
  .ny18-popup2 .body form .form-item .layui-form-select .layui-input {
    height: 7.292vw;
    font-size: 1.693vw;
  }
  .ny18-popup2 .body form .form-item .layui-form-selected dl {
    padding-bottom: 1.042vw;
    border-bottom-left-radius: 1.042vw;
    border-bottom-right-radius: 1.042vw;
    box-shadow: 0vw 0.781vw 1.563vw 0vw rgba(0, 0, 0, 0.1);
  }
  .ny18-popup2 .body form .form-item .layui-form-select dl dd {
    padding: 0 1.563vw;
    height: 5.208vw;
    line-height: 5.208vw;
    font-size: 1.563vw;
  }
  .ny18-popup2 .body form textarea {
    height: 20.833vw;
    padding: 2.083vw;
    font-size: 1.693vw;
    margin-top: 4.167vw;
    border-radius: 1.56vw;
  }
  .ny18-popup2 .body form button {
    margin-top: 5.208vw;
  }
}
@media screen and (max-width: 500px) {
  .ny18-popup2 {
    align-items: flex-end;
  }
  .ny18-popup2 .body {
    width: 100%;
    padding: 10.178vw 8.142vw;
    max-height: 90%;
    height: 100%;
    overflow: auto;
    align-items: flex-start;
  }
  .ny18-popup2 .body .close {
    width: 10.178vw;
    height: 10.178vw;
    top: 2.036vw;
    right: 2.036vw;
    font-size: 5.089vw;
  }
  .ny18-popup2 .body .head {
    margin-bottom: 7.634vw;
  }
  .ny18-popup2 .body .head .text1 {
    font-size: 6.107vw;
    line-height: 7.125vw;
  }
  .ny18-popup2 .body .head .text2 {
    margin-top: 1.018vw;
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny18-popup2 .body form .form-item {
    width: 100%;
  }
  .ny18-popup2 .body form .form-item .layui-edge {
    width: 2.545vw;
    height: 2.545vw;
    margin-right: 1.781vw;
    margin-top: -1.527vw;
  }
  .ny18-popup2 .body form .form-item .layui-input {
    height: 14.249vw;
    font-size: 3.308vw;
  }
  .ny18-popup2 .body form .form-item .layui-form-select .layui-input {
    height: 14.249vw;
    font-size: 3.308vw;
  }
  .ny18-popup2 .body form .form-item .layui-form-selected dl {
    padding-bottom: 2.036vw;
    border-bottom-left-radius: 2.036vw;
    border-bottom-right-radius: 2.036vw;
    box-shadow: 0vw 1.527vw 3.053vw 0vw rgba(0, 0, 0, 0.1);
  }
  .ny18-popup2 .body form .form-item .layui-form-select dl dd {
    padding: 0 3.053vw;
    height: 10.178vw;
    line-height: 10.178vw;
    font-size: 3.053vw;
  }
  .ny18-popup2 .body form textarea {
    height: 48.346vw;
    padding: 4.071vw;
    font-size: 3.308vw;
    margin-top: 8.142vw;
  }
  .ny18-popup2 .body form button {
    margin-top: 10.178vw;
  }
}
/* ==================== ny18 - 表单弹窗 End ==================== */
/* ==================== ny18 - 板块一 Start ==================== */
.ny18-section1 {
  position: relative;
}
.ny18-section1 .image {
  width: 100%;
  height: 100%;
  max-height: 83vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.ny18-section1 .image img {
  width: 100%;
}
.ny18-section1 .info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}
.ny18-section1 .info .text1 {
  color: #fff;
  font-family: "Inter-SemiBold";
  text-align: center;
  font-size: 3.889vw;
  line-height: 4.444vw;
}
.ny18-section1 .info .text2 {
  margin-top: 0.417vw;
  color: #FFF;
  font-family: "Inter-Regular";
  font-size: 1.111vw;
  line-height: 1.944vw;
}
.ny18-section1 .info .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.472vw;
}
.ny18-section1 .info .btn-group .common-btn:first-child {
  margin-right: 1.111vw;
}
@media screen and (min-width: 1440px) {
  .ny18-section1 .info .text1 {
    font-size: 56px;
    line-height: 64px;
  }
  .ny18-section1 .info .text2 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }
  .ny18-section1 .info .btn-group {
    margin-top: 50px;
  }
  .ny18-section1 .info .btn-group .common-btn:first-child {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny18-section1 .info .text1 {
    font-size: 5.208vw;
    line-height: 5.208vw;
  }
  .ny18-section1 .info .text2 {
    margin-top: 0.781vw;
    font-size: 1.823vw;
    line-height: 2.344vw;
  }
  .ny18-section1 .info .btn-group {
    margin-top: 5.208vw;
  }
  .ny18-section1 .info .btn-group .common-btn:first-child {
    margin-right: 2.083vw;
  }
}
@media screen and (max-width: 500px) {
  .ny18-section1 .info {
    padding-left: 6.107vw;
    padding-right: 6.107vw;
  }
  .ny18-section1 .info .text1 {
    font-size: 8.142vw;
    line-height: 10.178vw;
  }
  .ny18-section1 .info .text2 {
    margin-top: 6.107vw;
    font-size: 3.562vw;
    line-height: 4.58vw;
  }
  .ny18-section1 .info .btn-group {
    margin-top: 12.723vw;
  }
  .ny18-section1 .info .btn-group .common-btn:first-child {
    margin-right: 4.071vw;
  }
}
/* ==================== ny18 - 板块一 End ==================== */
/* ==================== ny18 - 板块二 Start ==================== */
.ny18-section2 {
  padding-top: 9.722vw;
  padding-bottom: 5.833vw;
  overflow: hidden;
}
.ny18-section2 > .mxw-box {
  min-height: 40.972vw;
}
.ny18-section2 .ny18-section2-swiper {
  width: 59.028vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.ny18-section2 .ny18-section2-swiper .swiper-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: pointer;
}
.ny18-section2 .ny18-section2-swiper .swiper-slide.swiper-slide-active {
  z-index: 4;
  opacity: 1;
  pointer-events: inherit;
}
.ny18-section2 .ny18-section2-swiper .swiper-slide.swiper-slide-active .image {
  opacity: 1;
}
.ny18-section2 .ny18-section2-swiper .swiper-slide.swiper-slide-active .text1 {
  opacity: 1;
  visibility: visible;
}
.ny18-section2 .ny18-section2-swiper .image {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.3;
  transition: opacity 0.4s;
  position: relative;
}
.ny18-section2 .ny18-section2-swiper .image:after {
  content: "\e615";
  display: block;
  font-size: 6.667vw;
  font-family: iconfont;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.ny18-section2 .ny18-section2-swiper .image img {
  width: 100%;
}
.ny18-section2 .ny18-section2-swiper .text1 {
  color: #FFF;
  text-align: center;
  font-size: 2.778vw;
  font-family: "Inter-SemiBold";
  line-height: 1.2;
  margin-top: 0.694vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, font-size 0.4s;
}
.ny18-section2 .swiper-btn {
  width: 3.889vw;
  height: 3.889vw;
  opacity: 0.4;
  top: 40%;
}
.ny18-section2 .swiper-btn:hover {
  opacity: 1;
}
.ny18-section2 .swiper-btn:before {
  font-size: 1.181vw;
  color: #000;
}
.ny18-section2 .swiper-btn-prev {
  left: -13.194vw;
}
.ny18-section2 .swiper-btn-next {
  right: -13.194vw;
}
.ny18-section2 .swiper-pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  margin-top: 2.778vw;
}
.ny18-section2 .swiper-pagination2 .swiper-pagination-bullet {
  transition: width 0.4s, height 0.4s;
  width: 0.278vw;
  height: 0.278vw;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.8;
  margin-left: 0.347vw;
  margin-right: 0.347vw;
}
.ny18-section2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.556vw;
  height: 0.556vw;
}
@media screen and (min-width: 1440px) {
  .ny18-section2 {
    padding-top: 140px;
    padding-bottom: 84px;
  }
  .ny18-section2 > .mxw-box {
    min-height: 590px;
  }
  .ny18-section2 .ny18-section2-swiper {
    width: 850px;
  }
  .ny18-section2 .ny18-section2-swiper .image:after {
    font-size: 96px;
  }
  .ny18-section2 .ny18-section2-swiper .text1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .ny18-section2 .swiper-btn {
    width: 56px;
    height: 56px;
  }
  .ny18-section2 .swiper-btn:before {
    font-size: 17px;
  }
  .ny18-section2 .swiper-btn-prev {
    left: -190px;
  }
  .ny18-section2 .swiper-btn-next {
    right: -190px;
  }
  .ny18-section2 .swiper-pagination2 {
    margin-top: 40px;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ny18-section2 {
    padding-top: 10.417vw;
    padding-bottom: 12.5vw;
  }
  .ny18-section2 > .mxw-box {
    min-height: 52.083vw;
  }
  .ny18-section2 .ny18-section2-swiper {
    width: 62.5vw;
  }
  .ny18-section2 .ny18-section2-swiper .image {
    border-radius: 1.56vw;
  }
  .ny18-section2 .ny18-section2-swiper .image:after {
    font-size: 12.5vw;
  }
  .ny18-section2 .ny18-section2-swiper .text1 {
    font-size: 3.125vw;
    line-height: 4.167vw;
    margin-top: 3.125vw;
  }
  .ny18-section2 .swiper-btn {
    width: 7.292vw;
    height: 7.292vw;
  }
  .ny18-section2 .swiper-btn:before {
    font-size: 2.214vw;
  }
  .ny18-section2 .swiper-btn-prev {
    left: -14.323vw;
  }
  .ny18-section2 .swiper-btn-next {
    right: -14.323vw;
  }
  .ny18-section2 .swiper-pagination2 {
    margin-top: 4.167vw;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 0.521vw;
    height: 0.521vw;
    margin-left: 0.651vw;
    margin-right: 0.651vw;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.042vw;
    height: 1.042vw;
  }
}
@media screen and (max-width: 500px) {
  .ny18-section2 {
    padding-top: 12.723vw;
    padding-bottom: 24.427vw;
  }
  .ny18-section2 > .mxw-box {
    min-height: inherit;
    padding-right: 4.071vw;
    padding-left: 4.071vw;
  }
  .ny18-section2 .ny18-section2-swiper {
    width: 100%;
  }
  .ny18-section2 .ny18-section2-swiper .swiper-wrapper {
    width: 100%;
    display: block;
    transform: translate(0) !important;
  }
  .ny18-section2 .ny18-section2-swiper .swiper-slide {
    width: 100%;
    transform: translate(0) !important;
    margin-bottom: 12.723vw;
    display: none;
    pointer-events: inherit;
  }
  .ny18-section2 .ny18-section2-swiper .swiper-slide.primary {
    display: block;
  }
  .ny18-section2 .ny18-section2-swiper .swiper-slide.primary-last {
    margin-bottom: 0;
  }
  .ny18-section2 .ny18-section2-swiper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .ny18-section2 .ny18-section2-swiper .image {
    opacity: 0.5 !important;
    border-radius: 2.04vw;
  }
  .ny18-section2 .ny18-section2-swiper .image:hover {
    opacity: 1 !important;
  }
  .ny18-section2 .ny18-section2-swiper .image:after {
    font-size: 16.285vw;
  }
  .ny18-section2 .ny18-section2-swiper .text1 {
    font-size: 5.089vw;
    line-height: 7.634vw;
    margin-top: 5.089vw;
    opacity: 1;
    visibility: visible;
  }
  .ny18-section2 .swiper-btn {
    width: 14.249vw;
    height: 14.249vw;
  }
  .ny18-section2 .swiper-btn:before {
    font-size: 4.326vw;
  }
  .ny18-section2 .swiper-btn-prev {
    left: -27.99vw;
  }
  .ny18-section2 .swiper-btn-next {
    right: -27.99vw;
  }
  .ny18-section2 .swiper-pagination2 {
    display: none;
    margin-top: 8.142vw;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 1.018vw;
    height: 1.018vw;
    margin-left: 1.272vw;
    margin-right: 1.272vw;
  }
  .ny18-section2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.036vw;
    height: 2.036vw;
  }
}
/* ==================== ny18 - 板块二 End ==================== */
/* ==================== ny18 - 板块三 Start ==================== */
.ny18-section3 {
  padding-bottom: 5.556vw;
}
.ny18-section3 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny18-section3 .title {
  color: #FFF;
  font-family: "Inter-SemiBold";
  font-size: 2.222vw;
  line-height: 2.639vw;
  margin-bottom: 2.083vw;
}
.ny18-section3 .card {
  margin-bottom: 4.861vw;
}
.ny18-section3 .card:last-child {
  margin-bottom: 0;
}
.ny18-section3 .card .image {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.ny18-section3 .card .image img {
  width: 100%;
}
.ny18-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny18-section3 .card1 .item {
  width: 32.5%;
  margin-bottom: 4.444vw;
}
.ny18-section3 .card1 .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.ny18-section3 .card2 .item {
  width: 23.5%;
  margin-bottom: 4.444vw;
  margin-right: 2%;
}
.ny18-section3 .card2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny18-section3 .info {
  margin-top: 1.667vw;
  text-align: center;
}
.ny18-section3 .info .text1 {
  color: #FFF;
  font-size: 1.389vw;
  font-family: "Inter-SemiBold";
  line-height: 2.083vw;
}
.ny18-section3 .info .text2 {
  margin-top: 0.556vw;
  color: #FFF;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.667vw;
  opacity: 0.6;
}
.ny18-section3 .common-btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media screen and (min-width: 1440px) {
  .ny18-section3 {
    padding-bottom: 80px;
  }
  .ny18-section3 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny18-section3 .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .ny18-section3 .card {
    margin-bottom: 70px;
  }
  .ny18-section3 .card1 .item {
    margin-bottom: 64px;
  }
  .ny18-section3 .card2 .item {
    margin-bottom: 64px;
  }
  .ny18-section3 .info {
    margin-top: 24px;
  }
  .ny18-section3 .info .text1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ny18-section3 .info .text2 {
    margin-top: 8px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ny18-section3 {
    padding-bottom: 10.417vw;
  }
  .ny18-section3 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny18-section3 .title {
    font-size: 3.125vw;
    line-height: 3.646vw;
    margin-bottom: 3.125vw;
  }
  .ny18-section3 .card {
    margin-bottom: 9.115vw;
  }
  .ny18-section3 .card .image {
    border-radius: 1.56vw;
  }
  .ny18-section3 .card1 .item {
    margin-bottom: 5.729vw;
  }
  .ny18-section3 .card2 .item {
    margin-bottom: 6.25vw;
  }
  .ny18-section3 .info {
    margin-top: 3.125vw;
  }
  .ny18-section3 .info .text1 {
    font-size: 2.083vw;
    line-height: 3.125vw;
  }
  .ny18-section3 .info .text2 {
    margin-top: 1.042vw;
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 500px) {
  .ny18-section3 {
    padding-bottom: 20.356vw;
  }
  .ny18-section3 > .mxw-box {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny18-section3 .title {
    font-size: 6.107vw;
    line-height: 8.142vw;
    margin-bottom: 5.089vw;
  }
  .ny18-section3 .card {
    margin-bottom: 20.356vw;
  }
  .ny18-section3 .card .image {
    height: 44.529vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.04vw;
  }
  .ny18-section3 .card .image img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .ny18-section3 .card1 .item {
    width: 47%;
    margin: 0 !important;
    margin-bottom: 10.178vw !important;
  }
  .ny18-section3 .card1 .item:nth-child(2n-1) {
    margin-right: 4% !important;
  }
  .ny18-section3 .card2 .item {
    width: 47%;
    margin: 0 !important;
    margin-bottom: 10.178vw !important;
  }
  .ny18-section3 .card2 .item:nth-child(2n-1) {
    margin-right: 4% !important;
  }
  .ny18-section3 .info {
    margin-top: 6.107vw;
  }
  .ny18-section3 .info .text1 {
    font-size: 4.071vw;
    line-height: 6.107vw;
  }
  .ny18-section3 .info .text2 {
    margin-top: 2.036vw;
    font-size: 3.053vw;
    line-height: 4.58vw;
  }
  .ny18-section3 .common-btn {
    margin-top: 6.107vw;
  }
}
/* ==================== ny18 - 板块三 End ==================== */
/* ==================== ny18 - 板块四 Start ==================== */
.ny18-section4 {
  padding-top: 4.444vw;
  padding-bottom: 6.25vw;
}
.ny18-section4 .item {
  padding-top: 4.444vw;
  padding-bottom: 6.25vw;
  padding-left: 5.556vw;
  padding-right: 5.556vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny18-section4 .item .title {
  color: #FFF;
  font-family: "Inter-SemiBold";
  font-size: 2.222vw;
  line-height: 2.639vw;
  margin-bottom: 3.472vw;
}
.ny18-section4 .item .body {
  backdrop-filter: blur(1.389vw);
  -webkit-backdrop-filter: blur(1.389vw);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4.514vw 2.778vw;
  border-radius: 16px;
}
.ny18-section4 .item .list {
  display: flex;
  align-items: flex-start;
}
.ny18-section4 .item .list-item {
  width: 23.5%;
  margin-right: 2%;
}
.ny18-section4 .item .list-item:nth-child(4n) {
  margin-right: 0;
}
.ny18-section4 .item .list-item .text1 {
  color: #FFF;
  font-size: 1.597vw;
  font-family: "Inter-SemiBold";
  line-height: 2.222vw;
  margin-bottom: 2.778vw;
  height: calc(2.222vw * 3);
}
.ny18-section4 .item .list-item .text2 {
  color: #FFF;
  font-family: "Inter-Thin";
  font-size: 0.972vw;
  line-height: 1.25vw;
}
.ny18-section4 .item .common-btn {
  margin-top: 4.167vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .ny18-section4 {
    padding-top: 64px;
    padding-bottom: 90px;
  }
  .ny18-section4 .item {
    padding-top: 64px;
    padding-bottom: 90px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny18-section4 .item .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .ny18-section4 .item .body {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 65px 40px;
  }
  .ny18-section4 .item .list-item .text1 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 40px;
    height: calc(32px * 3);
  }
  .ny18-section4 .item .list-item .text2 {
    font-size: 14px;
    line-height: 18px;
  }
  .ny18-section4 .item .common-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny18-section4 {
    padding-top: 0;
    padding-bottom: 11.719vw;
  }
  .ny18-section4 .item {
    padding-top: 5.208vw;
    padding-bottom: 7.292vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny18-section4 .item .title {
    font-size: 3.125vw;
    line-height: 4.167vw;
    margin-bottom: 4.167vw;
  }
  .ny18-section4 .item .body {
    backdrop-filter: blur(2.604vw);
    -webkit-backdrop-filter: blur(2.604vw);
    padding: 6.25vw 5.208vw;
    border-radius: 1.56vw;
  }
  .ny18-section4 .item .list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ny18-section4 .item .list-item {
    width: 44%;
    margin-right: 0;
  }
  .ny18-section4 .item .list-item:nth-child(2) ~ .list-item {
    margin-top: 9.115vw;
  }
  .ny18-section4 .item .list-item .text1 {
    font-size: 2.604vw;
    line-height: 3.906vw;
    margin-bottom: 2.083vw;
    height: calc(3.906vw * 3);
  }
  .ny18-section4 .item .list-item .text2 {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny18-section4 .item .common-btn {
    margin-top: 7.813vw;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .ny18-section4 {
    padding-top: 0;
    padding-bottom: 22.901vw;
  }
  .ny18-section4 .item {
    padding-top: 6.107vw;
    padding-bottom: 20.356vw;
    padding-left: 4.071vw;
    padding-right: 4.071vw;
    background-size: 280%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .ny18-section4 .item .title {
    font-size: 6.107vw;
    line-height: 8.142vw;
    margin-bottom: 6.107vw;
  }
  .ny18-section4 .item .body {
    backdrop-filter: blur(5.089vw);
    -webkit-backdrop-filter: blur(5.089vw);
    padding: 8.142vw 6.107vw;
    padding-bottom: 10.178vw;
  }
  .ny18-section4 .item .list-item {
    width: 100%;
    margin: 0 !important;
  }
  .ny18-section4 .item .list-item:nth-child(1) ~ .list-item {
    margin-top: 11.705vw !important;
  }
  .ny18-section4 .item .list-item .text1 {
    font-size: 5.089vw;
    line-height: 7.634vw;
    margin-bottom: 4.071vw;
    height: auto;
  }
  .ny18-section4 .item .list-item .text1 br:nth-child(2) ~ br {
    display: none;
  }
  .ny18-section4 .item .list-item .text2 {
    font-size: 3.308vw;
    line-height: 4.326vw;
  }
  .ny18-section4 .item .common-btn {
    margin-top: 11.705vw;
  }
}
/* ==================== ny18 - 板块四 End ==================== */
/* ==================== ny18 - 板块五 Start ==================== */
/* ==================== ny18 - 板块五 End ==================== */
/* ==================== ny18 - 板块六 Start ==================== */
/* ==================== ny18 - 板块六 End ==================== */
/* ==================== ny18 - 板块七 Start ==================== */
/* ==================== ny18 - 板块七 End ==================== */
/* ==================== ny18 - 板块八 Start ==================== */
/* ==================== ny18 - 板块八 End ==================== */
