/* ==================== ny11 - 通用弹窗 Start ==================== */
.ny11-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.694vw);
  -webkit-backdrop-filter: blur(0.694vw);
  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;
}
.ny11-popup.active {
  opacity: 1;
  visibility: visible;
}
.ny11-popup.active .body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ny11-popup .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;
  max-width: 50vw;
  padding: 2.778vw;
  padding-top: 4.167vw;
  border-radius: 16px;
  background-color: #fff;
}
.ny11-popup .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;
  transform: rotate(45deg);
}
.ny11-popup .body .close:before,
.ny11-popup .body .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny11-popup .body .close:before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #888;
}
.ny11-popup .body .close:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #888;
}
.ny11-popup .body .image {
  width: 28.125vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}
@media screen and (min-width: 1920px) {
  .ny11-popup {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .ny11-popup .body {
    width: 720px;
    padding: 40px;
    padding-top: 60px;
  }
  .ny11-popup .body .close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    font-size: 20px;
  }
  .ny11-popup .body iframe {
    height: 500px;
  }
  .ny11-popup .body .image {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .ny11-popup {
    backdrop-filter: blur(1.302vw);
    -webkit-backdrop-filter: blur(1.302vw);
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny11-popup .body {
    width: 100%;
    padding: 3.125vw;
    padding-top: 6.51vw;
    max-width: 100%;
  }
  .ny11-popup .body .close {
    width: 5.208vw;
    height: 5.208vw;
    top: 1.042vw;
    right: 1.042vw;
    font-size: 2.604vw;
  }
  .ny11-popup .body iframe {
    height: 65.104vw;
  }
  .ny11-popup .body .image {
    width: 400px;
  }
}
@media screen and (max-width: 393px) {
  .ny11-popup {
    backdrop-filter: blur(2.545vw);
    -webkit-backdrop-filter: blur(2.545vw);
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny11-popup .body {
    padding: 4.071vw;
    padding-top: 10.178vw;
  }
  .ny11-popup .body .close {
    width: 7.634vw;
    height: 7.634vw;
    top: 2.036vw;
    right: 2.036vw;
    font-size: 5.089vw;
  }
  .ny11-popup .body iframe {
    height: 50.891vw;
  }
}
/* ==================== ny11 - 通用弹窗 End ==================== */
/* ==================== 内页11 - 板块一 Start ==================== */
/* ==================== 内页11 - 板块一 End ==================== */
/* ==================== 内页11 - 板块二 Start ==================== */
.ny11-section2 {
  padding-top: 4.17vw;
  padding-bottom: 5.21vw;
}
.ny11-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.ny11-section2 .ny9-tabs .tab-item {
  transition: all 0.4s;
}
.ny11-section2 .item {
  width: 23%;
  margin-right: 2.666%;
}
.ny11-section2 .item:hover .title {
  color: #49c4ff;
}
.ny11-section2 .item:hover .btn-group {
  opacity: 1;
  visibility: visible;
}
.ny11-section2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny11-section2 .item:nth-child(4) ~ .item {
  margin-top: 4%;
}
.ny11-section2 .item .image {
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.ny11-section2 .item .image img {
  width: 100%;
}
.ny11-section2 .item .btn-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}
.ny11-section2 .item .btn-group .btn {
  width: 4.17vw;
  height: 4.17vw;
  border-radius: 100%;
  background-color: #49c4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.04vw;
  cursor: pointer;
}
.ny11-section2 .item .btn-group .btn:last-child {
  margin-bottom: 0;
}
.ny11-section2 .item .btn-group .btn img {
  width: 1.25vw;
}
.ny11-section2 .item .title {
  font-size: 1.04vw;
  color: #333333;
  line-height: 1.1;
  margin-top: 1.56vw;
  text-align: center;
  transition: color 0.4s;
}
/* 2025-1-13 修改 */
.ny11-section2 .tip {
  margin-top: 3.13vw;
  font-size: 1.25vw;
  line-height: 1.1;
  /* color: #49C4FF; */
  color: #045ebf;
}
.ny11-section2 .mxw-pagination {
  margin-top: 3.13vw;
}
@media screen and (min-width: 1920px) {
  .ny11-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny11-section2 .item .btn-group .btn {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .ny11-section2 .item .btn-group .btn img {
    width: 24px;
  }
  .ny11-section2 .item .title {
    font-size: 20px;
    margin-top: 30px;
  }
  .ny11-section2 .tip {
    margin-top: 60px;
    font-size: 24px;
  }
  .ny11-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny11-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny11-section2 .item {
    width: 48%;
    margin: 0 !important;
  }
  .ny11-section2 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny11-section2 .item:nth-child(2) ~ .item {
    margin-top: 20px !important;
  }
  .ny11-section2 .item .btn-group .btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .ny11-section2 .item .btn-group .btn img {
    width: 16px;
  }
  .ny11-section2 .item .title {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .ny11-section2 .tip {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
  .ny11-section2 .mxw-pagination {
    margin-top: 40px;
  }
}
/* ==================== 内页11 - 板块二 End ==================== */
/* ==================== 内页11 - 板块三 Start ==================== */
/* ==================== 内页11 - 板块三 End ==================== */
/* ==================== 内页11 - 板块四 Start ==================== */
/* ==================== 内页11 - 板块四 End ==================== */
/* ==================== 内页11 - 板块五 Start ==================== */
/* ==================== 内页11 - 板块五 End ==================== */
/* ==================== 内页11 - 板块六 Start ==================== */
/* ==================== 内页11 - 板块六 End ==================== */
/* ==================== 内页11 - 板块七 Start ==================== */
/* ==================== 内页11 - 板块七 End ==================== */
/* ==================== 内页11 - 板块八 Start ==================== */
/* ==================== 内页11 - 板块八 End ==================== */
