/* ==================== 内页4 - 通用选项卡 Start ==================== */
.ny4-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #EDEDED;
  padding: 0.1002rem;
  border-radius: 1.6666rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.ny4-tabs .tab-item {
  padding: 0.2499rem 0.6666rem;
  font-size: 0.6rem;
  line-height: 1;
  border-radius: 3.3334rem;
  cursor: pointer;
  transition: all 0.4s;
}
.ny4-tabs .tab-item.active {
  background-color: #000;
  color: #fff;
}
/* ==================== 内页4 - 通用选项卡 End ==================== */
/* ==================== 内页21 - 标题一 Start ==================== */
.ny21-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  text-align: left;
}
/* ==================== 内页21 - 标题 End ==================== */
/* ==================== 内页21 - 板块一 Start ==================== */
.ny21-section1 {
  position: relative;
}
.ny21-section1 .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.ny21-section1 .bg-image img {
  width: 100%;
}
/* ==================== 内页21 - 板块一 End ==================== */
/* ==================== 内页21 - 板块二 Start ==================== */
.ny21-section2 {
  background-color: #101010;
  padding-top: 2.6666rem;
  padding-bottom: 2.1667rem;
}
.ny21-section2 .max-body {
  padding-left: 4.5002rem;
  padding-right: 4.5002rem;
}
.ny21-section2 .ny21-title {
  text-align: center;
  margin-bottom: 1rem;
}
.ny21-section2 .body {
  background-color: #000000;
  border-radius: 0.4666rem;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny21-section2 .body .left-body {
  width: 8.0832rem;
  padding: 1.1667rem;
  flex-shrink: 0;
}
.ny21-section2 .body .left-body .item.active .head {
  cursor: inherit;
}
.ny21-section2 .body .left-body .item.active .head:after {
  transform: rotate(180deg) translateY(50%);
}
.ny21-section2 .body .left-body .item:first-child .head {
  border-top: 0;
}
.ny21-section2 .body .left-body .item .head {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #424245;
  font-size: 0.4333rem;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  position: relative;
  color: #fff;
  cursor: pointer;
}
.ny21-section2 .body .left-body .item .head:after {
  content: "";
  display: block;
  width: 0.3334rem;
  height: 0.3334rem;
  background: url(../images/ny3/img095@20x20.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ny21-section2 .body .left-body .item .desc {
  font-size: 0.2666rem;
  color: #86868B;
  padding-bottom: 0.6rem;
  line-height: 1.8;
  text-align: justify;
  padding-right: 0.5002rem;
  display: none;
}
.ny21-section2 .body .left-body .item .desc strong {
  font-weight: 400;
  font-size: 0.3334rem;
  font-family: "HYJunhei-85J";
}
.ny21-section2 .body .right-body {
  min-width: 0;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny21-section2 .body .right-body .item {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ny21-section2 .body .right-body .item.active {
  opacity: 1;
  visibility: visible;
}
.ny21-section2 .body .right-body .item:first-child ~ .item {
  position: absolute;
  top: 0;
  left: 0;
}
.ny21-section2 .body .right-body .item1 {
  padding-left: 0.8333rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0.9002rem;
}
.ny21-section2 .body .right-body .item1 .image {
  padding: 0.1667rem;
  margin-bottom: 0.5667rem;
  width: 100%;
  border: 1px solid #1F1F1F;
}
.ny21-section2 .body .right-body .item1 .image img {
  width: 100%;
  display: block;
}
.ny21-section2 .body .right-body .item1 .desc {
  font-size: 0.2666rem;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
}
.ny21-section2 .body .right-body .item2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1.6666rem;
  padding-left: 0.8333rem;
  padding-bottom: 1.5834rem;
  padding-right: 0.8333rem;
}
.ny21-section2 .body .right-body .item2 .desc {
  font-size: 0.2666rem;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0.8333rem;
}
.ny21-section2 .body .right-body .item2 .item-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny21-section2 .body .right-body .item2 .item-body ul {
  min-width: 0;
  flex-grow: 1;
}
.ny21-section2 .body .right-body .item2 .item-body ul li {
  position: relative;
  padding-left: 0.1667rem;
  font-size: 0.25rem;
  color: #8A8A8A;
  margin-bottom: 0.3334rem;
  line-height: 1.6;
}
.ny21-section2 .body .right-body .item2 .item-body ul li:last-child {
  margin-bottom: 0;
}
.ny21-section2 .body .right-body .item2 .item-body ul li:before {
  content: "";
  display: block;
  width: 0.1002rem;
  height: 0.1002rem;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0.1002rem;
  left: 0;
  background-color: #8A8A8A;
}
.ny21-section2 .body .right-body .item2 .item-body .image {
  width: 7.6666rem;
  flex-shrink: 0;
  margin-left: 0.3334rem;
}
.ny21-section2 .body .right-body .item3 {
  padding-left: 1.2666rem;
  padding-top: 1.8333rem;
  padding-bottom: 1.8333rem;
  padding-right: 1.8333rem;
}
.ny21-section2 .body .right-body .item3 li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.3334rem;
}
.ny21-section2 .body .right-body .item3 li:last-child {
  margin-bottom: 0;
}
.ny21-section2 .body .right-body .item3 .number {
  display: block;
  width: 1.4rem;
  flex-shrink: 0;
  margin-right: 0.3334rem;
}
.ny21-section2 .body .right-body .item3 .info {
  padding-top: 0.3334rem;
  min-width: 0;
  flex-grow: 1;
}
.ny21-section2 .body .right-body .item3 .info .text1 {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
  font-family: "HYJunhei-85J";
}
.ny21-section2 .body .right-body .item3 .info .text2 {
  font-size: 0.2rem;
  color: #8A8A8A;
  line-height: 1.4;
}
.ny21-section2 .body .right-body .item4 {
  padding-left: 1.2666rem;
  padding-top: 1.8333rem;
  padding-bottom: 1.8333rem;
  padding-right: 1.8333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.ny21-section2 .body .right-body .item4 ul {
  width: 100%;
  position: relative;
}
.ny21-section2 .body .right-body .item4 li {
  position: relative;
  padding-left: 0.3334rem;
  font-size: 0.2666rem;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 0.8333rem;
}
.ny21-section2 .body .right-body .item4 li:last-child {
  margin-bottom: 0;
}
.ny21-section2 .body .right-body .item4 li::before {
  content: "";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0.1002rem;
  left: 0;
}
.ny21-section2 .body .right-body .item5 {
  padding-left: 1.2666rem;
  padding-top: 1.8333rem;
  padding-bottom: 1.8333rem;
  padding-right: 1.8333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny21-section2 .body .right-body .item5 ul {
  width: 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ny21-section2 .body .right-body .item5 li {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny21-section2 .body .right-body .item5 li:nth-child(2n) {
  margin-left: 4%;
}
.ny21-section2 .body .right-body .item5 li:nth-child(2) ~ li {
  margin-top: 1.4166rem;
}
.ny21-section2 .body .right-body .item5 .icon {
  width: 0.7501rem;
  flex-shrink: 0;
  margin-right: 0.3334rem;
}
.ny21-section2 .body .right-body .item5 .info {
  min-width: 0;
  flex-grow: 1;
}
.ny21-section2 .body .right-body .item5 .text1 {
  font-size: 0.2666rem;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
}
.ny21-section2 .body .right-body .item5 .text2 {
  font-size: 0.2rem;
  color: #8A8A8A;
  line-height: 1.4;
  text-align: justify;
}
/* ==================== 内页21 - 板块二 End ==================== */
/* ==================== 内页21 - 板块三 Start ==================== */
.ny21-section3 {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.ny21-section3 .ny21-title {
  margin-bottom: 1.0832rem;
  color: #000;
  text-align: center;
}
.ny21-section3 .swiper {
  width: 32rem;
  padding-left: 4.5002rem;
}
.ny21-section3 .max-body {
  overflow: hidden;
}
.ny21-section3 .ny21-section3-swiper {
  width: 100%;
  justify-content: flex-start;
  overflow: visible;
  width: 3.5002rem;
  margin-left: 0;
}
.ny21-section3 .ny21-section3-swiper .swiper-wrapper {
  justify-content: flex-start;
}
.ny21-section3 .ny21-section3-swiper .swiper-slide {
  margin-right: 3.6666rem;
  width: 3.5002rem;
  flex-shrink: 0;
}
.ny21-section3 .ny21-section3-swiper .swiper-slide:last-child .icon2 {
  display: none;
}
.ny21-section3 .item {
  display: block;
}
.ny21-section3 .item .top {
  position: relative;
}
.ny21-section3 .item .icon {
  margin-top: 0.3334rem;
  width: 3.3334rem;
  height: 3.3334rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0rem 0rem 0.3334rem 0rem #EAEAEA;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ny21-section3 .item .icon img {
  width: 1.5334rem;
}
.ny21-section3 .item .text {
  margin-top: 0.4rem;
  font-size: 0.4333rem;
  color: #1E1E20;
  line-height: 1.4;
  text-align: center;
  font-family: "HYJunhei-65J";
}
.ny21-section3 .item .icon2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.6666rem;
  width: 1.6666rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny21-section3 .item .icon2 i {
  width: 0.1002rem;
  height: 0.1002rem;
  background-color: #E5E5E5;
  border-radius: 100%;
  margin-right: 0.2rem;
  display: block;
}
.ny21-section3 .item .icon2 i:last-child {
  margin-right: 0;
}
.ny21-section3 .item .icon2 img {
  display: block;
  width: 0.5002rem;
  margin-right: 0.2rem;
}
/* ==================== 内页21 - 板块三 End ==================== */
/* ==================== 内页21 - 板块四 Start ==================== */
.ny21-section4 {
  background-color: #000000;
  padding-top: 3.1667rem;
}
.ny21-section4 .max-body {
  padding-left: 4.5002rem;
  padding-right: 4.5002rem;
}
.ny21-section4 .ny21-title {
  margin-bottom: 0.5002rem;
  line-height: 1;
}
.ny21-section4 .ny4-tabs {
  background-color: #1D1D1F;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.ny21-section4 .ny4-tabs .tab-item {
  font-size: 0.2666rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.2499rem;
  padding-right: 0.2499rem;
  text-align: center;
  line-height: 1.4;
  height: 0.7334rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.0832rem;
  min-width: 2.5002rem;
}
.ny21-section4 .ny4-tabs .tab-item.active {
  background-color: #fff;
  color: #000;
  font-family: "HYJunhei-85J";
}
.ny21-section4 .swiper .swiper-slide {
  padding-bottom: 2.5002rem;
}
.ny21-section4 .swiper .item {
  position: relative;
  height: 11.3334rem;
  cursor: pointer;
}
.ny21-section4 .swiper .item img {
  display: block;
  width: 100%;
}
.ny21-section4 .swiper .item.active:after {
  display: none;
}
.ny21-section4 .swiper .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny21-section4 .common-btn {
  margin-top: 1.1667rem;
  position: static;
  bottom: 0;
}
.ny21-section4 .common-btn .btn-content {
  background-color: #222224;
  background-image: none;
  padding-top: 0.2832rem;
  padding-bottom: 0.2832rem;
}
.ny21-section4 .common-btn .text {
  color: #fff;
  padding-right: 0.2333rem;
  padding-left: 0.4rem;
  font-size: 0.4rem;
}
.ny21-section4 .common-btn .icon {
  width: 0.6rem;
  height: 0.6rem;
}
.ny21-section4-popup1 .body {
  width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup1 .body .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body .table table,
.ny21-section4-popup1 .body .table td,
.ny21-section4-popup1 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup1 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup1 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup1 .body .table table td {
  padding: 0.4333rem;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup1 .body .table table tr:first-child {
  background-color: #373838;
  font-size: 0.2666rem;
}
.ny21-section4-popup1 .body .table table tr:first-child td {
  padding: 0.2333rem 0.3334rem;
  color: rgba(255, 255, 255, 0.5);
}
.ny21-section4-popup1 .body1,
.ny21-section4-popup1 .body2,
.ny21-section4-popup1 .body3,
.ny21-section4-popup1 .body4 {
  padding-left: 1.6666rem;
  padding-right: 0.8333rem;
  padding-bottom: 2.6666rem;
  position: relative;
}
.ny21-section4-popup1 .body1:after,
.ny21-section4-popup1 .body2:after,
.ny21-section4-popup1 .body3:after,
.ny21-section4-popup1 .body4:after {
  content: "";
  display: block;
  width: 19.6666rem;
  height: 2px;
  background-color: #141414;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ny21-section4-popup1 .image1 {
  display: block;
  width: 100%;
  margin-bottom: 1.3334rem;
}
.ny21-section4-popup1 .image1 img {
  display: block;
  width: 100%;
}
.ny21-section4-popup1 .body1 .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.ny21-section4-popup1 .body1 .image2 {
  margin-top: 1rem;
  width: 17.5667rem;
  display: block;
}
.ny21-section4-popup1 .body2 {
  padding-top: 2.6666rem;
}
.ny21-section4-popup1 .body2 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny21-section4-popup1 .body2 .item {
  width: 50%;
}
.ny21-section4-popup1 .body2 .item:nth-child(2) ~ .item {
  margin-top: 1.3334rem;
}
.ny21-section4-popup1 .body2 .item .icon {
  width: 1.0666rem;
  flex-shrink: 0;
  display: block;
  margin-bottom: 0.2333rem;
}
.ny21-section4-popup1 .body2 .item .text1 {
  font-size: 0.4333rem;
  color: #fff;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  margin-bottom: 0.5002rem;
}
.ny21-section4-popup1 .body2 .item .text2 {
  font-size: 0.3334rem;
  color: #8A8A8A;
  line-height: 1.6;
}
.ny21-section4-popup1 .body3 {
  padding-top: 2.6666rem;
}
.ny21-section4-popup1 .body3 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny21-section4-popup1 .body3 .item {
  background-color: #101010;
  position: relative;
  padding: 0.3334rem;
  border-radius: 0.1667rem 0.1667rem 0.1667rem 0.1667rem;
  margin-right: 1.1%;
  width: 24.175%;
  min-height: 3.5002rem;
}
.ny21-section4-popup1 .body3 .item:nth-child(4n) {
  margin-right: 0;
}
.ny21-section4-popup1 .body3 .item:nth-child(4) ~ .item {
  margin-top: 0.2333rem;
}
.ny21-section4-popup1 .body3 .item:nth-child(4):after {
  transform: rotate(90deg);
}
.ny21-section4-popup1 .body3 .item:nth-child(4) ~ .item:after {
  transform: rotateY(180deg);
}
.ny21-section4-popup1 .body3 .item:nth-child(8) ~ .item:after {
  transform: rotateY(0);
}
.ny21-section4-popup1 .body3 .item:last-child:after {
  display: none;
}
.ny21-section4-popup1 .body3 .item:after {
  content: "";
  display: block;
  width: 0.5002rem;
  height: 0.5002rem;
  background: url(../images/ny21/img039@30x30.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0.1667rem;
  bottom: 0.1667rem;
  z-index: 3;
}
.ny21-section4-popup1 .body3 .item .number {
  display: block;
  width: 0.6666rem;
  flex-shrink: 0;
  margin-bottom: 0.0832rem;
}
.ny21-section4-popup1 .body3 .item .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: justify;
}
.ny21-section4-popup1 .body4 {
  padding-top: 2.6666rem;
  padding-bottom: 2.1667rem;
}
.ny21-section4-popup2 .body {
  width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup2 .body .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .body .table table,
.ny21-section4-popup2 .body .table td,
.ny21-section4-popup2 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup2 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup2 .body .table table th {
  padding: 0.2333rem 0.3334rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #373838;
  font-size: 0.2666rem;
  font-weight: 400;
}
.ny21-section4-popup2 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup2 .body .table table td {
  padding: 0.4333rem;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup2 .body1,
.ny21-section4-popup2 .body2,
.ny21-section4-popup2 .body3 {
  width: 19.6666rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  border-bottom: 1px solid #202021;
}
.ny21-section4-popup2 .body1 {
  padding-top: 1.5002rem;
}
.ny21-section4-popup2 .body1 .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.ny21-section4-popup2 .body1 .desc img {
  width: 100%;
}
.ny21-section4-popup2 .body1 .image2 {
  margin-top: 1rem;
  width: 17.5667rem;
  display: block;
}
.ny21-section4-popup2 .body1 .image2 img {
  width: 100%;
}
.ny21-section4-popup2 .body2 .body2-body1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.6666rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 0.3334rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info .text1 {
  font-size: 0.4333rem;
  color: #D9B088;
  line-height: 1.1;
  margin-bottom: 0.4166rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info .text2 {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 0.4166rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info ul {
  padding-left: 0.3334rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info ul li {
  position: relative;
  color: #8A8A8A;
  font-size: 0.3334rem;
  line-height: 1.1;
  margin-bottom: 0.2499rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .info ul li:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup2 .body2 .body2-body1 .info ul li:before {
  content: '';
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border: 1px solid #8A8A8A;
  transform: rotate(45deg);
  position: absolute;
  left: -0.3334rem;
  top: 0.0666rem;
}
.ny21-section4-popup2 .body2 .body2-body1 .image {
  width: 9.4499rem;
  flex-shrink: 0;
  display: block;
}
.ny21-section4-popup2 .body2 .body2-body1 .image img {
  width: 100%;
  display: block;
}
.ny21-section4-popup2 .body2 .body2-body2 .info {
  min-width: 0;
  flex-grow: 1;
  padding-right: 0.3334rem;
}
.ny21-section4-popup2 .body2 .body2-body2 .info .text1 {
  font-size: 0.4333rem;
  color: #D9B088;
  line-height: 1.1;
  margin-bottom: 0.4166rem;
}
.ny21-section4-popup2 .body2 .body2-body2 .info .text2 {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 0.4166rem;
}
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper {
  margin-top: 1.3334rem;
  position: relative;
}
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper::before,
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper:after {
  content: "";
  display: block;
  width: 3.3334rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper:before {
  left: 0;
  background: -webkit-linear-gradient(to right, #000, transparent);
  background: -o-linear-gradient(to right, #000, transparent);
  background: -moz-linear-gradient(to right, #000, transparent);
  background: linear-gradient(to right, #000, transparent);
}
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper:after {
  right: 0;
  background: -webkit-linear-gradient(to left, #000, transparent);
  background: -o-linear-gradient(to left, #000, transparent);
  background: -moz-linear-gradient(to left, #000, transparent);
  background: linear-gradient(to left, #000, transparent);
}
.ny21-section4-popup2 .ny21-section4-popup2-body2-swiper .swiper-slide {
  width: auto;
  margin-right: 0.6666rem;
}
.ny21-section4-popup2 .body3 {
  border-bottom: 0;
}
.ny21-section4-popup3 .body {
  width: 19.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup3 .body .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body .table table,
.ny21-section4-popup3 .body .table td,
.ny21-section4-popup3 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup3 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup3 .body .table table th {
  padding: 0.2333rem 0.3334rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #373838;
  font-size: 0.2666rem;
  font-weight: 400;
}
.ny21-section4-popup3 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup3 .body .table table td {
  padding: 0.4333rem;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup3 .body1 {
  padding-top: 1.5002rem;
  padding-bottom: 2.6666rem;
}
.ny21-section4-popup3 .body1 .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.ny21-section4-popup3 .body1 .image2 {
  margin-top: 1rem;
  width: 17.5667rem;
  display: block;
}
.ny21-section4-popup3 .body1 .image2 img {
  width: 100%;
}
.ny21-section4-popup3 .body1 .video {
  position: relative;
  width: 100%;
  height: 9.5002rem;
}
.ny21-section4-popup3 .body1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny21-section4-popup3 .body1 .video .play-btn {
  cursor: pointer;
  position: absolute;
  right: 0.6666rem;
  bottom: 0.6666rem;
  z-index: 2;
  background-color: rgba(234, 233, 234, 0.7);
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.2) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.2) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.2) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.2) 0%, rgba(237, 235, 235, 0.58) 100%);
  backdrop-filter: blur(0.365vw);
  -webkit-backdrop-filter: blur(0.365vw);
  width: 0.8333rem;
  height: 0.8333rem;
  font-size: 0.4166rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}
.ny21-section4-popup3 .body1 .video .play-btn.active .iconfont:nth-child(1) {
  display: none;
}
.ny21-section4-popup3 .body1 .video .play-btn.active .iconfont:nth-child(2) {
  display: block;
}
.ny21-section4-popup3 .body1 .video .play-btn .iconfont {
  display: none;
  font-size: inherit;
}
.ny21-section4-popup3 .body1 .video .play-btn .iconfont:nth-child(1) {
  display: block;
}
.ny21-section4-popup3 .body2 .item {
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  border-top: 1px solid #202021;
}
.ny21-section4-popup3 .body2 .item .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: justify;
}
.ny21-section4-popup4 .body {
  width: 19.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup4 .body .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup4 .body .table table,
.ny21-section4-popup4 .body .table td,
.ny21-section4-popup4 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup4 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup4 .body .table table th {
  padding: 0.2333rem 0.3334rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #373838;
  font-size: 0.2666rem;
  font-weight: 400;
}
.ny21-section4-popup4 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup4 .body .table table td {
  padding: 0.4333rem;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup4 .body1 {
  padding-top: 1.6666rem;
  padding-bottom: 2.3334rem;
}
.ny21-section4-popup5 .body {
  width: 19.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup5 .body .title {
  font-size: 1rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body .table table,
.ny21-section4-popup5 .body .table td,
.ny21-section4-popup5 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup5 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup5 .body .table table th {
  padding: 0.2333rem 0.3334rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #373838;
  font-size: 0.2666rem;
  font-weight: 400;
}
.ny21-section4-popup5 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup5 .body .table table td {
  padding: 0.4333rem;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup5 .body1 {
  padding-top: 1.5002rem;
  padding-bottom: 2.6666rem;
  border-bottom: 1px solid #424245;
}
.ny21-section4-popup5 .body1 .desc {
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.ny21-section4-popup5 .body1 .image {
  width: 100%;
  display: block;
  margin-top: 1.3334rem;
}
.ny21-section4-popup5 .body1 .image img {
  width: 100%;
}
.ny21-section4-popup5 .body2 {
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  border-bottom: 1px solid #424245;
}
.ny21-section4-popup5 .body2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny21-section4-popup5 .body2 .item {
  width: 45%;
}
.ny21-section4-popup5 .body2 .item:nth-child(2) ~ .item {
  margin-top: 1.3334rem;
}
.ny21-section4-popup5 .body2 .item .icon {
  margin-bottom: 0.2499rem;
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 1.0666rem;
}
.ny21-section4-popup5 .body2 .item .text1 {
  font-size: 0.4333rem;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #fff;
}
.ny21-section4-popup5 .body2 .item .text2 {
  margin-top: 0.5002rem;
  font-size: 0.3334rem;
  color: #8A8A8A;
  line-height: 1.8;
  text-align: justify;
}
.ny21-section4-popup5 .body2 .item .text2 strong {
  font-weight: 400;
  color: #fff;
}
.ny21-section4-popup5 .body3 {
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
}
/* ==================== 内页21 - 板块四 End ==================== */
