/* ==================== ny22 - 板块一 Start ==================== */
.ny22-section1 {
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  padding-top: 16.67vw;
}
.ny22-section1 .icon {
  width: 6.67vw;
  color: #0075FF;
  margin-left: auto;
  margin-right: auto;
}
.ny22-section1 .text {
  margin-top: 1.67vw;
  color: #000;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 1.39vw;
  line-height: 2.08vw;
}
@media screen and (min-width: 1440px) {
  .ny22-section1 {
    padding-top: 240px;
  }
  .ny22-section1 .icon {
    width: 96px;
  }
  .ny22-section1 .text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny22-section1 {
    padding-top: 31.25vw;
  }
  .ny22-section1 .icon {
    width: 12.5vw;
  }
  .ny22-section1 .text {
    margin-top: 3.13vw;
    font-size: 2.08vw;
    line-height: 3.13vw;
  }
}
@media screen and (max-width: 500px) {
  .ny22-section1 {
    padding-top: 61.07vw;
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
  .ny22-section1 .icon {
    width: 24.43vw;
  }
  .ny22-section1 .text {
    margin-top: 6.11vw;
    font-size: 4.07vw;
    line-height: 6.11vw;
  }
}
/* ==================== ny22 - 板块一 End ==================== */
