/* ==================== 内页6 - 板块一 Start ==================== */
/* ==================== 内页6 - 板块一 End ==================== */
/* ==================== 内页6 - 板块二 Start ==================== */
.ny6-section2 {
  background-color: #F6F6F6;
  padding-bottom: 6.944vw;
}
.ny6-section2 > .mxw-box {
  padding-left: 2.778vw;
  padding-right: 2.778vw;
}
.ny6-section2 .top {
  text-align: center;
}
.ny6-section2 .top .ny2-tabs {
  margin-bottom: 0;
}
.ny6-section2 .itembox {
  background-color: #ffff;
  border-radius: 16px;
  padding: 2.778vw;
}
.ny6-section2 .item {
  margin-bottom: 7.778vw;
}
.ny6-section2 .item:last-child {
  margin-bottom: 0;
}
.ny6-section2 .item .title {
  margin-bottom: 1.667vw;
}
.ny6-section2 .item > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny6-section2 .item > ul > li {
  width: 49.5%;
  background: #F5FBFF;
  padding: 1.667vw;
  border-radius: 16px;
}
.ny6-section2 .item .li-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.083vw;
}
.ny6-section2 .item .li-top .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny6-section2 .item .li-top .left .icon {
  width: 4.861vw;
  display: block;
  border-radius: 0.694vw;
  overflow: hidden;
  margin-right: 1.667vw;
  flex-shrink: 0;
}
.ny6-section2 .item .li-top .left .left-info {
  min-width: 0;
  flex-grow: 1;
}
.ny6-section2 .item .li-top .left .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.389vw;
  line-height: 2.083vw;
}
.ny6-section2 .item .li-top .left .text2 {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.25vw;
}
.ny6-section2 .item .li-top .right {
  margin-left: 1.667vw;
  flex-shrink: 0;
  width: 7.778vw;
  display: block;
}
.ny6-section2 .item .li-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 24px;
}
.ny6-section2 .item .li-list .list-item {
  display: block;
  margin-right: 1.667vw;
}
.ny6-section2 .item .li-list .list-item:last-child {
  margin-right: 0;
}
.ny6-section2 .item .li-list .icon {
  width: 100%;
  width: 9.167vw;
  margin-left: auto;
  margin-right: auto;
}
.ny6-section2 .item .li-list .icon img {
  width: 100%;
}
.ny6-section2 .item .li-list .text {
  margin-top: 0.417vw;
  color: #999;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.25vw;
}
.ny6-section2 .list2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny6-section2 .list2 .list2-item {
  background-color: #F5FBFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.083vw 1.667vw;
  height: 11.111vw;
  border-radius: 16px;
  width: 49.5%;
}
.ny6-section2 .list2 .list2-item:nth-child(2n-1) {
  margin-right: 1%;
}
.ny6-section2 .list2 .list2-item:nth-child(2) ~ .list2-item {
  margin-top: 1%;
}
.ny6-section2 .list2 .left {
  align-self: flex-start;
}
.ny6-section2 .list2 .left .text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  font-weight: 500;
  line-height: 1.25vw;
}
.ny6-section2 .list2 .left .text1 .icon {
  width: 1.111vw;
  margin-right: 0.556vw;
  line-height: 1;
}
.ny6-section2 .list2 .left .text2 {
  margin-top: 0.556vw;
  color: #000;
  font-size: 1.389vw;
  font-family: "Inter-SemiBold";
  line-height: 2.083vw;
}
.ny6-section2 .list2 .common-btn2 {
  flex-shrink: 0;
}
@media screen and (min-width: 1440px) {
  .ny6-section2 {
    padding-bottom: 100px;
  }
  .ny6-section2 > .mxw-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny6-section2 .itembox {
    padding: 40px;
  }
  .ny6-section2 .item {
    margin-bottom: 112px;
  }
  .ny6-section2 .item .title {
    margin-bottom: 24px;
  }
  .ny6-section2 .item > ul > li {
    padding: 24px;
  }
  .ny6-section2 .item .li-top {
    margin-bottom: 30px;
  }
  .ny6-section2 .item .li-top .left .icon {
    width: 70px;
    border-radius: 10px;
    margin-right: 24px;
  }
  .ny6-section2 .item .li-top .left .text1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ny6-section2 .item .li-top .left .text2 {
    font-size: 13px;
    line-height: 18px;
  }
  .ny6-section2 .item .li-top .right {
    margin-left: 24px;
    width: 112px;
  }
  .ny6-section2 .item .li-list .list-item {
    margin-right: 24px;
  }
  .ny6-section2 .item .li-list .icon {
    width: 132px;
  }
  .ny6-section2 .item .li-list .text {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
  }
  .ny6-section2 .list2 .list2-item {
    padding: 30px 24px;
    height: 160px;
  }
  .ny6-section2 .list2 .left .text1 {
    font-size: 13px;
    line-height: 18px;
  }
  .ny6-section2 .list2 .left .text1 .icon {
    font-size: 16px;
    margin-right: 8px;
  }
  .ny6-section2 .list2 .left .text2 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ny6-section2 {
    padding-bottom: 13.021vw;
  }
  .ny6-section2 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny6-section2 .itembox {
    padding: 8.333vw 3.125vw;
    padding-bottom: 22.917vw;
  }
  .ny6-section2 .item {
    margin-bottom: 14.583vw;
  }
  .ny6-section2 .item:last-child {
    margin-bottom: 0;
  }
  .ny6-section2 .item .title {
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
    line-height: 4.948vw;
  }
  .ny6-section2 .item > ul {
    width: 100%;
    display: block;
  }
  .ny6-section2 .item > ul > li {
    width: 100%;
    padding-top: 5.859vw;
    padding-bottom: 4.427vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    margin-bottom: 2.083vw;
    border-radius: 1.56vw;
  }
  .ny6-section2 .item > ul > li:last-child {
    margin-bottom: 0;
  }
  .ny6-section2 .item .li-top {
    margin-bottom: 3.906vw;
  }
  .ny6-section2 .item .li-top .left .icon {
    width: 9.115vw;
    border-radius: 1.302vw;
    margin-right: 3.125vw;
  }
  .ny6-section2 .item .li-top .left .text1 {
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
  .ny6-section2 .item .li-top .left .text2 {
    font-size: 1.693vw;
    line-height: 2.344vw;
  }
  .ny6-section2 .item .li-top .right {
    margin-left: 3.125vw;
    width: 14.583vw;
  }
  .ny6-section2 .item .li-list .list-item {
    margin-right: 3.125vw;
  }
  .ny6-section2 .item .li-list .icon {
    width: 17.188vw;
  }
  .ny6-section2 .item .li-list .text {
    margin-top: 0.781vw;
    font-size: 1.693vw;
    line-height: 2.344vw;
  }
  .ny6-section2 .list2 .list2-item {
    width: 49%;
    padding: 3.906vw 3.125vw;
    height: 20.833vw;
    border-radius: 1.56vw;
  }
  .ny6-section2 .list2 .list2-item:nth-child(2n-1) {
    margin-right: 2%;
  }
  .ny6-section2 .list2 .list2-item:nth-child(2) ~ .list2-item {
    margin-top: 2%;
  }
  .ny6-section2 .list2 .left .text1 {
    font-size: 1.693vw;
    line-height: 2.344vw;
  }
  .ny6-section2 .list2 .left .text1 .icon {
    font-size: 2.083vw;
    margin-right: 1.042vw;
  }
  .ny6-section2 .list2 .left .text2 {
    margin-top: 1.042vw;
    font-size: 2.604vw;
    line-height: 3.906vw;
  }
}
@media screen and (max-width: 500px) {
  .ny6-section2 {
    background-color: #fff;
    padding-bottom: 0;
  }
  .ny6-section2 > .mxw-box {
    padding-left: 6.107vw;
    padding-right: 6.107vw;
  }
  .ny6-section2 .itembox {
    padding: 8.142vw 0;
    padding-bottom: 12.723vw;
  }
  .ny6-section2 .item {
    margin-bottom: 12.723vw;
  }
  .ny6-section2 .item .title {
    margin-bottom: 6.107vw;
    font-size: 6.107vw;
    line-height: 9.669vw;
  }
  .ny6-section2 .item > ul > li {
    padding-top: 6.107vw;
    padding-bottom: 5.344vw;
    padding-left: 4.071vw;
    padding-right: 4.071vw;
    margin-bottom: 4.071vw;
    border-radius: 2.04vw;
  }
  .ny6-section2 .item .li-top {
    margin-bottom: 12.723vw;
  }
  .ny6-section2 .item .li-top .left .icon {
    width: 14.249vw;
    border-radius: 2.545vw;
    margin-right: 16px;
  }
  .ny6-section2 .item .li-top .left .text1 {
    font-size: 5.089vw;
    line-height: 7.634vw;
  }
  .ny6-section2 .item .li-top .left .text2 {
    font-size: 3.053vw;
    line-height: 4.071vw;
    margin-top: 1.018vw;
  }
  .ny6-section2 .item .li-top .right {
    margin-left: 2.545vw;
    width: 20.356vw;
  }
  .ny6-section2 .item .li-list .list-item {
    margin-right: 7.125vw;
  }
  .ny6-section2 .item .li-list .icon {
    width: 33.588vw;
  }
  .ny6-section2 .item .li-list .text {
    margin-top: 1.527vw;
    font-size: 3.308vw;
    line-height: 4.58vw;
  }
  .ny6-section2 .list2 {
    width: 100%;
    display: block;
  }
  .ny6-section2 .list2 .list2-item {
    padding: 6.107vw;
    height: 30.534vw;
    width: 100%;
    border-radius: 2.04vw;
  }
  .ny6-section2 .list2 .list2-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .ny6-section2 .list2 .list2-item:nth-child(1) ~ .list2-item {
    margin-top: 2.545vw !important;
  }
  .ny6-section2 .list2 .left .text1 {
    font-size: 3.053vw;
    line-height: 4.58vw;
  }
  .ny6-section2 .list2 .left .text1 .icon {
    font-size: 2.545vw;
    margin-right: 1.018vw;
  }
  .ny6-section2 .list2 .left .text2 {
    margin-top: 1.527vw;
    font-size: 5.089vw;
    line-height: 7.634vw;
  }
}
/* ==================== 内页6 - 板块二 End ==================== */
/*# sourceMappingURL=ny6.css.map */