.container {
  min-width: 1200px;
}

/* 顶部 */
.top {
  width: 100%;
  /* min-width: 1200px; */
  height: 41.67vw;
  min-height: 500.04px;
  background-image: url("https://zbhk-new.lnyun.com.cn/www/bdkj/images/202503/759351773407219885.png");
  background-size: 100% 100%;

  padding-bottom: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 顶部结束 */

/* 方案优势 */
.fays {
  width: 100%;
  padding: 4vw 0;
  background: linear-gradient(
    180deg,
    rgba(241, 249, 255, 1) 27%,
    rgba(241, 249, 255, 0) 100%
  );
  background-image: url("/channel-home/network/static/xr/faysbg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
}

.black-title {
  color: #000;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}

.black-tip {
  color: #75797e;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}


.swp .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: -8px 0px 30px 0px rgba(0,86,172,0.1);
}

.swp .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; border-radius: 16px;
}

/* 产品案例 */
.cpal {
  width: 100%;
  min-width: 1200px;
  min-height: 44.479vw;
  padding-top: 4vw;
  box-sizing: border-box;
  background-image: url("/channel-home/network/static/xr/cpalimg1.png");
  background-size: 100% 100%;
}

.cpal-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
.swiperbox {
  display: flex;
  min-height: max-content;
  margin-top: 6vw;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mySwiper {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
}

.swiper-slide-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}

.swiper-slide-tip {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.paginationbox {
  width: max-content !important;
  height: max-content !important;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 16px;
  display: flex;
  align-items: center;    margin-top: 24px;
}

.swiper-pagination {
  position: inherit;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background-color: #006dff !important;
}
.cpalleft {
  margin-right: 10px;
}
.cpalright {
  margin-left: 10px;
}
/* 产品案例结束 */

/* 视频演示 */
.spys {
  width: 100%;
  padding: 4vw 0;
  background: linear-gradient(
    180deg,
    rgba(242, 244, 248, 1) 0%,
    rgba(230, 239, 255, 1) 100%
  );
}

.spys-title {
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.spys-content {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.spys-video {
  width: 760px;
  border-radius: 12px;
}

.spys-content-left {
  margin-right: 12vw;
  margin-top: 3vw;
}

.spys-content-left-title {
  color: #000000;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 40px;
}

.spys-content-left-tip {
  color: #75797e;
  font-weight: 400px;
  font-size: 18px;
  padding-left: 8px;
  border-left: 1px solid #75797e;
  margin-bottom: 20px;
}
