/* ==================== 内页6 - 板块三 Start ==================== */
.ny6-section3 {
  background-color: #000000;
  padding-top: 166px;
  padding-bottom: 200px;
  padding-left: 60px;
  padding-right: 60px;
}
.ny6-section3 .item {
  text-align: center;
  margin-bottom: 60px;
}
.ny6-section3 .item:last-child {
  margin-bottom: 0;
}
.ny6-section3 .item .text1 {
  font-size: 50px;
  line-height: 1.1;
  color: #86868B;
}
.ny6-section3 .item .text2 {
  font-size: 50px;
  line-height: 1.2;
  margin-top: 10px;
  color: #fff;
}
.ny6-section3 .qr {
  width: 300px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ny6-section3 {
    padding-top: 22.133vw;
    padding-bottom: 26.667vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ny6-section3 .item {
    margin-bottom: 8vw;
  }
  .ny6-section3 .item .text1 {
    font-size: 6.667vw;
  }
  .ny6-section3 .item .text2 {
    font-size: 6.667vw;
    margin-top: 1.333vw;
  }
  .ny6-section3 .qr {
    width: 40vw;
    margin-top: 18.667vw;
    border-radius: 2.667vw;
  }
}
/* ==================== 内页6 - 板块三 End ==================== */
<!--耗时1752889409.4939秒-->