.banner {
  position: relative;
  height: 33.0208vw;
  display: flex;
  align-items: center;
  margin-top: 5.7292vw;
}
.banner-mask {
  width: 41.4583vw;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(270deg, rgba(19, 25, 23, 0) 0%, #131917 100%);
}
.banner-box {
  width: fit-content;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
  padding: 0;
  margin-left: 12.5vw;
  z-index: 2;
}
.banner-box h1 {
  font-family: "Montserrat-SemiBold" !important;
  color: #fff;
  font-size: 2.5vw;
  font-style: normal;
  line-height: 150%;
}
.banner-box a {
  border-radius: 1.25vw !important;
  background: #3a66fb;
  backdrop-filter: blur(15px);
  width: fit-content;
  border-radius: 0.625vw;
  color: #ffffff;
  font-size: 1.5625vw;
  line-height: 150%;
  cursor: pointer;
  display: inline-flex;
  padding: 0.4167vw 2.0833vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  font-style: normal;
}
.banner,
.banner img {
  width: 100%;
}
.news-content .news-txt .news-name {
  height: 7.5vw;
  -webkit-line-clamp: 4;
  margin: 1.25vw 1.25vw 3.0208vw;
}
.news-list-box .news-content {
  padding: 0;
  border-radius: 1.25vw;
  overflow: hidden;
}
.news-content:hover {
  cursor: pointer;
  background-color: #fff;
}
.news-content .news-img .img {
  width: 100%;
}
.news-content:hover .news-txt,
.news-content:hover .news-txt .news-name,
.news-content:hover .title-box .time,
.news-content:hover .news-txt .news-date,
.news-content:hover .banner-box-right-title,
.news-content:hover .banner-box-right-desc,
.news-content:hover .title-box .action .iconfont {
  color: #231815;
}
.main-title {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.underside-line {
  width: 100%;
  object-fit: cover;
  height: 13.0208vw;
  display: flex;
  justify-content: center;
  gap: 0.8333vw;
  align-content: center;
  flex-wrap: wrap;
}
.underside-line span {
  line-height: 1;
  height: fit-content;
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.underside-line .iconfont {
  height: fit-content;
  font-size: 4.1667vw;
  background-color: #3a66fb;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
.sticky-box {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1004;
  border-bottom: 0.0521vw solid rgba(0, 0, 0, 0.1);
}

.sticky-box .traffic-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #000000;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* margin-top: 16px !important; */
  margin-bottom: 1.0417vw !important;
}

.sticky-box .tabs {
  display: flex;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
}

.sticky-box .tabs .tabs-item {
  margin-right: 2.0833vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #231815;
  line-height: 1.1458vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 0.0521vw solid transparent;
  transition: all 0.5s ease-in-out;
  /* Assuming .transition is for transition effect */
}

.sticky-box .tabs .tabs-item a {
  position: relative; /* 为伪元素提供定位上下文 */
  padding-bottom: 0.8333vw;
  margin-bottom: -0.0521vw;
  /* transition: color 0.3s ease; */
}
.sticky-box .tabs .tabs-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* 初始宽度为0 */
  height: 0.0521vw;
  background: #3a66fb;
  transition: width 0.4s ease; /* 动画过渡效果 */
}
.sticky-box .tabs .tabs-item a.active::after,
.sticky-box .tabs .tabs-item a:hover::after {
  width: 100%; /* 激活时宽度变为100% */
}
.sticky-box .tabs .tabs-item a.active {
  color: #3a66fb;
  font-weight: 600;
}
.sticky-container {
  padding: 0 12.5vw;
}
.sticky-box .tabs .tabs-item a:hover {
  color: #3a66fb;
  /* font-weight: 600; */
  font-weight: 600;
}
.section-header {
  display: flex;
  justify-content: space-between;
  margin-top: 5.9375vw;
  padding-bottom: 7.0313vw;
}
.left-content {
  width: 32.0833vw;
}
.right-content {
  width: 35.4167vw;
  height: 22.9167vw;
  margin-top: 1.25vw;
}
.right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underimg {
  background-color: #fafafa;
  padding: 4.1667vw 0;
}
.underimg img {
  width: 100%;
  height: 49.3229vw;
  object-fit: cover;
  margin-top: 2.0833vw;
}
.main-desc {
  width: 82%;
  padding: 1.25vw 0;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
}

.map-list,
.addvance-list {
  gap: 0.8333vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.map-content {
  width: calc((100% - 0.8333vw) / 2);
  padding: 1.25vw 1.25vw 0.9375vw;
  background: #fafafa;
}
.addvance-content {
  width: calc((100% - 1.6667vw) / 3);
  padding: 4.1667vw 1.25vw 5.2083vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-title {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;

  /* Heading4-48 */
  font-size: 2.5vw;
  font-style: normal;
  line-height: 150%; /*  */

  text-transform: capitalize;
}
.addvance-title {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  /* Heading4-48 */
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%; /*  */
  padding: 2.0833vw 0 0.8333vw;
  text-transform: capitalize;
}
.map-content img {
  max-width: 2.0833vw !important;
  color: #3a66fb;
}
.addvance-content img {
  max-width: 2.0833vw !important;
  height: fit-content !important;
  /* color: #3a66fb; */
  background-color: #fff;
  color: #3a66fb;
}
.addvance-subtitle {
  color: #231815;
  text-align: center;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  text-align: center;
}
.map-line {
  width: 100%;
  height: 0.0521vw;
  background-color: #2318151a;
  margin: 0.8333vw 0;
}
.map-content:nth-child(2n) {
  margin-right: 0;
}
.map-content:nth-child(3),
.map-content:nth-child(4) {
  margin-bottom: 0;
}

.map-subtitle {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /*  */
  margin: 0.8333vw 0 0.8333vw;
}
.map-desc {
  color: #231815;

  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /*  */
}
.swiperCase-box {
  display: none;
}
.bottomimg {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sticky-box {
    display: none;
  }
  .banner {
    height: 168.5333vw;
    margin-top: 12.8vw;
    align-items: flex-start;
  }
  .banner-box {
    gap: 6.4vw;
    margin: 21.3333vw 6.4vw 0;
  }
  .banner-mask {
    width: 100%;
    height: 104.5333vw;
    background: linear-gradient(0deg, rgba(19, 25, 23, 0.00) 0%, #131917 100%);
  }
  .banner-box h1 {
    font-size: 10.6667vw;
  }
  .banner-box a {
    border-radius: 6.4vw !important;
    padding: 2.1333vw 6.4vw;
    font-size: 3.2vw;
  }
  .section-header {
    flex-direction: column;
  }
  .left-content {
    order: 1;
  }
  .right-content {
    height: 49.0667vw;
    margin-bottom: 6.4vw;
  }
  .right-content,
  .left-content {
    width: 100%;
  }
  .main-title {
    font-size: 8.5333vw;
  }
  .map-list {
    margin-top: 6.4vw;
  }
  .map-content {
    width: 100%;
    padding: 4.2667vw;
  }
  .map-subtitle {
    font-size: 4.2667vw;
  }
  .map-line {
    margin: 4.2667vw 0;
  }
  .map-content img {
    max-width: 8.5333vw !important;
  }
  .underimg {
    padding: 10.6667vw 0;
  }
  .addvance-list {
    display: none;
  }
  .main-desc {
    font-size: 3.7333vw;
  }
  .swiperCase-box {
    display: block;
    position: relative;
    padding-bottom: 25.6vw;
  }
  .swiperCase {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .main-desc {
    width: 100%;
    padding: 6.4vw 0;
  }

  .point-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 21.3333vw 6.8267vw;
  }
  .swiper-slide {
    background-color: #fff;
    height: auto;
  }
  .point-item img {
    width: 100%;
    max-width: 85.333px;
    height: auto !important;
    margin: 0 auto;
  }
  .point-title {
    color: #231815;
    text-align: center;
    font-family: "Montserrat-SemiBold" !important;
    /* Large1-S-18 */
    font-family: Montserrat;
    font-size: 4.8vw;
    font-style: normal;
    line-height: 150%; /* 155.556% */
    text-transform: capitalize;
    margin: 6.4vw 0 4.2667vw;
  }
  .point-desc {
    color: #231815;
    text-align: center;
    /* Large3-R-14-22 */
    font-family: Montserrat;
    font-size: 3.7333vw;
    font-style: normal;
    line-height: 150%; /* 157.143% */
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: #fff;

    color: #231815 !important;
    width: 10.6667vw !important;
    height: 10.6667vw !important;
    border-radius: 50%;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 7.4667vw !important;
    left: auto !important;
    top: auto !important;
    bottom: 10.6667vw !important;
  }
  .swiper-button-prev {
    right: 24.5333vw !important;
    left: auto !important;
    top: auto !important;
    bottom: 10.6667vw !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3.2vw !important;
    font-weight: 600 !important;
  }
  .underimg img {
    height: 125.3333vw;
  }
}
