.bg-black {
  background-color: #000;
  overflow: hidden;
}
.title-box {
  margin-bottom: 4.1667vw;
  padding-top: 7.0833vw;
  text-align: center;
}
.title-box .title {
  font-size: 2.91667vw;
  line-height: 3.75vw;
}
.title-box .text {
  font-size: 1.3889vw;
  line-height: 1.9444vw;
}
/* swiper相关样式 */
.swiper-slide {
  /* padding-bottom: 10.41667vw; */
  background-color: #000;
}
.swiper-pagination-text {
  display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15.972vw;
  height: 9.375vw;
  margin: 0 0.625vw !important;
  padding-top: 1.04167vw;
  font-size: 1.38889vw;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  border-radius: unset;
  background-color: transparent;
  border-top: 0.2083vw solid #fff;
  opacity: 0.5;
  word-break: break-all;
  font-weight: 300;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.pagination-2 .swiper-pagination .swiper-pagination-bullet {
  width: 23.472vw;
  margin: 0 1.041667vw !important;
}
.pagination-3 .swiper-pagination .swiper-pagination-bullet {
  width: 23.472vw;
  margin: 0 1.041667vw !important;
}
.pagination-6 .swiper-pagination .swiper-pagination-bullet {
  width: 11.6667vw;
  margin: 0 0.76389vw !important;
}


.config {
  background: #E4E4E4;
  padding: 1.2rem 2.16rem 0.89rem;
  color: #333;
  box-sizing: border-box;
}
.config .title {
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.config table {
  width: 100%;
  border-top: 1px solid #666666FF;
  border-bottom: 1px solid #666666FF;
  border-left: 0;
  border-right: 0;
}
.config table td {
  height: 0.7rem;
  text-align: left;
  font-size: 0.22rem;
  font-weight: 300;
  line-height: 0.3rem;
  padding: 0 0.22rem;
  border-bottom: 1px solid #00000026;
}
.config table td:first-child {
  width: 2.05rem;
  text-align: right;
  border-right: 1px solid #00000026;
}
.config table tr:last-child td {
  border-bottom: 0;
}

/* 软件部分 - hack */
.ai-nas-section .chat-window-z4pro {
  background-image: url(https://img.zconnect.cn/home/2025/t6/deepSeek.png);
  background-size: 70%;
  background-position: top 0.5rem center;
}