.blue_linear {
  background: linear-gradient(180deg, #E9F5FF 0%, #C9E2FF 100%);
}

.bg {
  background: #F4FCFA;
  padding: 45px;
  box-sizing: border-box;
}

.core-function .module-box ul {
  display: flex;
}
.core-function .module-box ul .lightBuleBg {
  background: #ECF5FF;
}
.core-function .module-box ul .lightGreenBg {
  background: #E6FDF3;
}
.core-function .module-box ul li {
  width: 33%;
  min-height: 242px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 34px;
}
.core-function .module-box ul li:last-child {
  margin-right: 0;
}
.core-function .module-box ul li img {
  width: 100px;
  height: 100px;
}
.core-function .module-box ul li h4 {
  margin-bottom: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}
.core-function .module-box ul li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 11px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  font-style: normal;
}

.Product-display ul {
  display: flex;
}
.Product-display ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-right: 30px;
  height: 456px;
}
.Product-display ul li:last-child {
  margin-right: 0;
}
.Product-display ul li span {
  width: 132px;
  height: 50px;
  background: #E9F0FE;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product-display ul li img {
  width: 100%;
  height: auto;
}
.Product-display ul li .flex1 {
  display: flex;
  justify-content: center;
}
.Product-display .mobile {
  width: 185px;
}

.Product-value ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Product-value ul .lightBuleBg {
  background: #F0F4FE;
}
.Product-value ul .lightGreenBg {
  background: #EAFCFB;
}
.Product-value ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 10px);
  min-height: 185px;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 10px 24px 30px;
  box-sizing: border-box;
}
.Product-value ul li h4 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-bottom: 10px;
}
.Product-value ul li p {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 11px !important;
  color: #000000;
  line-height: 18px;
  text-align: center;
  font-style: normal;
}

@media (max-width: 768px) {
  .pageBanner {
    background-image: url("../images/product_AI/pageBannerBg.png");
  }
  .core-function .module-box ul {
    flex-direction: column;
  }
  .core-function .module-box ul li {
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
  }
  .core-function .module-box ul li h4 {
    font-size: 24px;
    line-height: 33px;
  }
  .core-function .module-box ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .Product-display .module-box ul {
    flex-direction: column;
  }
  .Product-display .module-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .Product-display .module-box ul li:last-child {
    margin-bottom: 0 !important;
  }
  .Product-display .module-box ul li span {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .Product-value .module-box ul {
    flex-direction: column;
  }
  .Product-value .module-box ul li {
    width: 100%;
    margin-right: 0;
  }
  .Product-value .module-box ul li h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .Product-value .module-box ul li p {
    font-size: 14px !important;
    line-height: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .pageBanner {
    background-image: url("../images/product_AI/pad_bannerBg.png");
  }
  .Product-display .module-box ul {
    flex-direction: column;
    align-items: center;
  }
  .Product-display .module-box ul li {
    margin-bottom: 50px;
    margin-right: 0 !important;
  }
  .Product-value ul li {
    width: calc(50% - 15px);
  }
}/*# sourceMappingURL=product_AI.css.map */