.pageBanner {
  background: linear-gradient(180deg, #E9FCFF 0%, #AFFFF7 100%);
}
.pageBanner .right_banner {
  background: url("../images/product_bafp/right.png") no-repeat center center;
  background-size: contain;
}

.advantage {
  display: flex;
  flex-direction: column;
}
.advantage .module {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
  background: #F8FBFF;
  margin-bottom: 30px;
  align-items: center;
  height: 258px;
}
.advantage .module:nth-child(1), .advantage .module:nth-child(3) {
  flex-direction: row-reverse;
}
.advantage .module img {
  display: block;
  height: 100%;
}
.advantage .module .moduleTitle {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
}
.advantage .module .moduleTitle > div {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
  color: #282C2A;
}
.advantage .module .moduleTitle > p {
  font-size: 16px;
  font-weight: 400;
  color: #282C2A;
  line-height: 24px;
}

.feature {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature .module {
  border-radius: 6px;
  box-sizing: border-box;
  background: round;
  display: inline-block;
  width: calc(20% - 30px);
  padding: 10px 30px 30px;
}
.feature .module:nth-child(odd) {
  background: #F0F4FE;
}
.feature .module:nth-child(even) {
  background: #EAFCFB;
}
.feature .module img {
  display: block;
  width: 60%;
  margin: 0 auto;
  max-width: 100px;
}
.feature .module > div {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  border-radius: 19px;
  font-size: 22px;
  font-weight: 600;
  color: #282C2A;
  line-height: 30px;
}
.feature .module > p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #282C2A;
  line-height: 24px;
}

.hardware {
  display: flex;
  justify-content: space-between;
}
.hardware .module {
  width: calc(33% - 20px);
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 40px 40px;
}
.hardware .module:nth-child(1) {
  background: #ECF5FF;
}
.hardware .module:nth-child(2) {
  background: #E6FDF3;
}
.hardware .module:nth-child(3) {
  background: #EAFCFB;
}
.hardware .module img {
  display: block;
  width: 50%;
  max-width: 120px;
  margin: 0 auto;
}
.hardware .module > div {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  border-radius: 19px;
  font-size: 22px;
  font-weight: 600;
  color: #282C2A;
  line-height: 30px;
}
.hardware .module > p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #282C2A;
  line-height: 24px;
}

@media (max-width: 768px) {
  body,
  .content-module,
  .content-module {
    background: #fff;
  }
  .pageBanner {
    background-image: url("../images/product_bafp/right_m.png");
  }
  .feature {
    justify-content: normal;
    margin: 0;
  }
  .feature .module {
    width: 100%;
    min-height: 246px;
    padding: 0 40px 40px;
    margin: 0 0 30px 0;
  }
  .feature .module > p {
    font-size: 14px;
    font-weight: 300;
  }
  .feature .module img {
    width: 50%;
  }
  .feature .module > div {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
  }
  .advantage {
    justify-content: normal;
  }
  .advantage .module {
    flex-direction: column !important;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 40px 30px;
  }
  .advantage .module .moduleTitle {
    width: 100%;
    text-align: center;
  }
  .advantage .module img {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .hardware {
    flex-direction: column;
  }
  .hardware .module {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .pageBanner {
    background-image: url("../images/product_bafp/pad_bannerBg.png");
  }
  .advantage .module {
    flex-direction: column !important;
    height: auto;
    padding: 40px;
  }
  .advantage .module img {
    height: 190px;
    width: auto;
  }
  .advantage .module .moduleTitle {
    width: 100%;
  }
  .advantage .module .moduleTitle > div {
    text-align: center;
    margin-top: 20px;
  }
  .hardware {
    flex-direction: column;
  }
  .hardware .module {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature .module {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=product_bafp.css.map */