/* ==================== 内页10 - 板块一 Start ==================== */
/* ==================== 内页10 - 板块一 End ==================== */
/* ==================== 内页10 - 板块二 Start ==================== */
.ny10-section2 {
  padding-top: 6.944vw;
}
.ny10-section2 .top {
  text-align: center;
}
.ny10-section2 .body {
  display: flex;
  align-items: flex-start;
  padding-left: 5.56vw;
  padding-right: 5.56vw;
}
.ny10-section2 .list {
  flex-shrink: 0;
  width: 21.53vw;
  margin-right: 1.11vw;
  position: sticky;
  top: 2.78vw;
  left: 0;
}
.ny10-section2 .list-item {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.97vw;
  line-height: 1.46vw;
  padding: 0.9vw 1.11vw;
  position: relative;
  cursor: pointer;
}
.ny10-section2 .list-item.active {
  color: #0075FF;
}
.ny10-section2 .list-item.active:after {
  display: block;
}
.ny10-section2 .list-item:after {
  content: "";
  display: none;
  width: 0.14vw;
  height: 1.67vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0075FF;
}
.ny10-section2 .itembox {
  min-width: 0;
  flex-grow: 1;
}
.ny10-section2 .item {
  margin-bottom: 5.56vw;
}
.ny10-section2 .item .title {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.22vw;
  line-height: 2.78vw;
  margin-bottom: 2.78vw;
}
.ny10-section2 .item .desc {
  color: #666;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  line-height: 2.2;
}
.ny10-section2 .item .desc * {
  font-family: inherit;
}
.ny10-section2 .item .desc ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ny10-section2 .item .desc ul li {
  position: relative;
  line-height: 2.2;
  padding-left: 20px;
}
.ny10-section2 .item .desc ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 10px;
  position: absolute;
  top: 0.9em;
  left: 0;
}
@media screen and (min-width: 1440px) {
  .ny10-section2 {
    padding-top: 100px;
  }
  .ny10-section2 .body {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny10-section2 .list {
    width: 310px;
    margin-right: 16px;
    top: 40px;
  }
  .ny10-section2 .list-item {
    font-size: 14px;
    line-height: 21px;
    padding: 13px 16px;
  }
  .ny10-section2 .list-item:after {
    width: 2px;
    height: 24px;
  }
  .ny10-section2 .item {
    margin-bottom: 80px;
  }
  .ny10-section2 .item .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .ny10-section2 .item .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny10-section2 {
    padding-top: 0;
  }
  .ny10-section2 .top .ny2-tabs {
    margin-bottom: 0;
  }
  .ny10-section2 .body {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .ny10-section2 .list {
    width: 100%;
    margin-right: 0;
    position: sticky;
    top: 8.33vw;
    left: auto;
    background-color: #fff;
  }
  .ny10-section2 .list.active .head:after {
    transform: rotateX(180deg);
  }
  .ny10-section2 .list.active .list-box {
    opacity: 1;
    visibility: visible;
  }
  .ny10-section2 .list .head {
    height: 7.29vw;
    padding-left: 3.13vw;
    padding-right: 3.13vw;
    color: #0075FF;
    font-family: "Inter-Regular";
    font-size: 1.82vw;
    line-height: 2.73vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F6F6F6;
  }
  .ny10-section2 .list .head:after {
    content: "\e656";
    display: block;
    margin-left: 2.08vw;
    width: 4.17vw;
    height: 4.17vw;
    font-family: iconfont;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.08vw;
    background-color: #F6F6F6;
    border-radius: 13.02vw;
    line-height: 1;
    overflow: hidden;
  }
  .ny10-section2 .list .list-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #F6F6F6;
    padding-top: 1.04vw;
    padding-bottom: 2.08vw;
    border-radius: 0 0 1.56vw 1.56vw;
    transition: opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    opacity: 0;
    height: 61vh;
    overflow: auto;
  }
  .ny10-section2 .list-item {
    font-size: 1.82vw;
    line-height: 2.73vw;
    padding: 2.21vw 3.13vw;
  }
  .ny10-section2 .list-item.active:after {
    display: none;
  }
  .ny10-section2 .list-item:after {
    width: 0.26vw;
    height: 3.13vw;
    display: none;
  }
  .ny10-section2 .itembox {
    padding: 5.21vw 3.13vw;
  }
  .ny10-section2 .item {
    margin-bottom: 6.51vw;
  }
  .ny10-section2 .item .title {
    font-size: 3.13vw;
    line-height: 3.65vw;
    margin-bottom: 3.13vw;
  }
  .ny10-section2 .item .desc {
    font-size: 1.69vw;
  }
}
@media screen and (max-width: 500px) {
  .ny10-section2 .list {
    top: 16.28vw;
  }
  .ny10-section2 .list .head {
    height: 14.25vw;
    padding-left: 6.11vw;
    padding-right: 6.11vw;
    font-size: 3.56vw;
    line-height: 5.34vw;
  }
  .ny10-section2 .list .head:after {
    margin-left: 4.07vw;
    width: 8.14vw;
    height: 8.14vw;
    font-size: 4.07vw;
    border-radius: 25.45vw;
  }
  .ny10-section2 .list .list-box {
    padding-top: 2.04vw;
    padding-bottom: 4.07vw;
  }
  .ny10-section2 .list-item {
    font-size: 3.56vw;
    line-height: 5.34vw;
    padding: 4.33vw 6.11vw;
  }
  .ny10-section2 .list-item:after {
    width: 0.51vw;
    height: 6.11vw;
  }
  .ny10-section2 .itembox {
    padding: 10.18vw 6.11vw;
  }
  .ny10-section2 .item {
    margin-bottom: 12.72vw;
  }
  .ny10-section2 .item .title {
    font-size: 8.14vw;
    line-height: 9.67vw;
    margin-bottom: 6.11vw;
  }
  .ny10-section2 .item .desc {
    font-size: 3.31vw;
  }
}
/* ==================== 内页10 - 板块二 End ==================== */
/* ==================== 内页10 - 板块三 Start ==================== */
/* ==================== 内页10 - 板块三 End ==================== */
/* ==================== 内页10 - 板块四 Start ==================== */
/* ==================== 内页10 - 板块四 End ==================== */
/* ==================== 内页10 - 板块五 Start ==================== */
/* ==================== 内页10 - 板块五 End ==================== */
/* ==================== 内页10 - 板块六 Start ==================== */
/* ==================== 内页10 - 板块六 End ==================== */
/* ==================== 内页10 - 板块七 Start ==================== */
/* ==================== 内页10 - 板块七 End ==================== */
/* ==================== 内页10 - 板块八 Start ==================== */
/* ==================== 内页10 - 板块八 End ==================== */
