.banner_box,
#banner_box {
  max-width: 100%;
  overflow-x: hidden;
}

#banner_box *,
.banner_box * {
  min-width: 0;
}

.banner_box {
  margin: 56px 0 0;
}

.banner_box > .title {
  max-width: 860px;
  margin: 0 auto 36px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.2;
  color: #0c2f37;
  text-align: center;
}

.con_box {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.con_box .hr {
  display: none;
}

.con_box > div:not(.hr) {
  min-height: 164px;
  border: 1px solid rgba(10, 76, 86, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(7, 70, 80, 0.06);
  padding: 18px 16px;
}

.con_box .title {
  width: 100%;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f3841;
}

.con_box .txt {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b6370;
}

.banner_flex {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner_flex_l {
  border: 1px solid rgba(10, 76, 86, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fdff 0%, #f1f8fc 100%);
  padding: 30px;
  width: 100%;
  max-width: 100%;
}

.banner_flex_l h3 {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.2;
  color: #0c2f37;
  font-weight: 700;
  font-family: "Poppins-Medium";
}

.banner_flex_l .banner_p {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  color: #405b67;
}

.banner_flex_r {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(145deg, #15224f 0%, #0f4961 100%);
  padding: 20px 26px 72px;
  min-height: 340px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner_flex_icon {
  color: #12c57f;
  font-size: 42px;
  line-height: 1;
}

.xi0-location-swiper {
  margin-top: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.banner_info {
  min-height: 220px;
  padding-bottom: 10px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.banner_info .txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

.banner_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.banner_info .name {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins-Medium";
}

.banner_info .zhiwu {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}

.banner_score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #ffffff;
  margin-top: 6px;
}

.banner_score img {
  width: 84px;
  height: auto;
}

.banner_box .swiper-button-prev,
.banner_box .swiper-button-next {
  top: auto;
  bottom: 8px;
  transform: scale(0.55);
  color: #ffffff;
}

.banner_box .swiper-button-prev {
  left: calc(50% - 82px);
}

.banner_box .swiper-button-next {
  right: calc(50% - 82px);
}

.banner_box .swiper-pagination {
  bottom: 16px !important;
}

.banner_box .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transform: scale(0.84);
}

.banner_box .swiper-pagination-bullet-active {
  transform: scale(1.1);
  background-color: #ffffff;
}

@media only screen and (max-width: 1280px) {
  .con_box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1180px) {
  .banner_flex {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .banner_flex_l,
  .banner_flex_r {
    padding: 24px;
  }

  .banner_flex_r {
    min-height: 0;
    padding-bottom: 68px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_box {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 760px) {
  .banner_box > .title {
    margin-bottom: 24px;
  }

  .con_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
  }

  .con_box > div:not(.hr) {
    min-height: 0;
    padding: 15px 14px;
  }

  .banner_flex_l,
  .banner_flex_r {
    border-radius: 14px;
    padding: 20px 16px;
  }

  .banner_flex_r {
    padding-bottom: 64px;
  }

  .banner_info .txt {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 500px) {
  .banner_box {
    margin-top: 40px;
  }

  .con_box {
    grid-template-columns: 1fr;
  }

  .banner_flex_l h3 {
    font-size: 26px;
  }

  .banner_flex_l .banner_p {
    font-size: 15px;
    line-height: 1.6;
  }

  .banner_info {
    min-height: 240px;
  }

  .banner_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
