* {
  box-sizing: border-box;
}
.cloudPlatform-container {
  width: 100%;
  overflow-x: hidden;
}
.product-banner {
  width: 100%;
}
.product-banner .swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
}
.product-banner .swiper-pagination .swiper-pagination-bullet:hover {
  /* 覆盖common.js的样式 */
  top: 0;
  background: #2378FF;
}
.product-banner .swiper-pagination-bullet-active {
  background: #2378FF;
}
.swiper-slide .banner-text {
  position: absolute;
  top: 30px;
  left:  15px;
  z-index: 15;
  width: 88%;
}
.banner-text .title {
  color: #303133;
  font-size: 26px;
}
.banner-text .sub-title {
  color: #303133;
  font-size: 22px;
  margin-top: 8px;
}
.banner-text .banner-desc {
  margin-top: 12px;
  font-size: 16px;
  color: #787A80;
}
.product-intro {
  width: 100vw;
  padding: 35px 0;
}
.product-intro:nth-child(odd) {
  background-color:#F1F3F7;
}
.product-intro:nth-child(even) {
  background-color:#FBFBFB;
}
.product-intro .text-intro {
  width: 100%;
  padding: 0 24px;
}
.text-intro .product-title {
  color: #303133;
  font-size: 26px;
  line-height: 39px;
}
.text-intro .text-desc {
  color: #787A80;
  font-size: 16px;
  font-weight: 550;
  line-height: 20px;
  margin-top: 12px;
}
.text-intro .feature-display {
  font-size: 12px; 
  font-weight: 400;
  color: #303133;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  line-height: 35px;
}
.feature-display .feature-item {
  width: 24%;
  display: flex;
  align-items: center;
}
.feature-item .feature-icon {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}
.product-intro .text-intro a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 6px 26px;
  color: #FFFFFF;
  border-radius: 5px;
  background-color: #2378FF;
  margin-top: 24px;
  text-align: center;
}
.product-intro .image-intro {
  width: 90%;
  display: block;
  margin: 35px auto 0;
}

@media (min-width: 800px) {
  .container-box.cloudPlatform-container {
    margin-top: 70px;
  }
  .swiper-slide .banner-text {
    left: 18%;
    top: 25%;
    width: 25%;
  }
  .banner-text .title {
    font-size: .45rem;
  }
  .banner-text .sub-title {
    font-size: .3rem;
    margin-top: .14rem;
  }
  .banner-text .banner-desc {
    font-size: 16px;
    margin-top: .24rem;
    line-height: .3333rem;
  }
  .product-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 0;
  }
  .product-intro .text-intro {
    width: fit-content;
    max-width: 28%;
    padding: 0;
  }
  .product-intro:nth-child(odd) .text-intro {
    order: 1;
    margin-left: .3rem;
  }
  .product-intro:nth-child(even) .text-intro {
    margin-right: .3rem;
  }
  .product-intro .image-intro {
    width: 30%;
    margin: .2rem 0 0 0;
  }
  .text-intro .product-title {
    font-size: .3rem;
  }
  .text-intro .text-desc {
    font-size: 16px;
    line-height: 0.29rem;
    margin-top: .2rem;
    width: 95%;
  }
  .text-intro .feature-display {
    margin-top: .18rem;
    font-size: .16rem;
    width: 95%;
  }
  .feature-item .feature-icon {
    width: .2667rem;
    height: .2667rem;
  }
  .feature-display .feature-item {
    width: 20%;
    margin-right: .0667rem;
  }
  .product-intro .text-intro a {
    padding: .1333rem .4rem;
    font-size: .1867rem;
  }
}
