.pageBanner {
  background: linear-gradient(180deg, #EEF8FF 0%, #DCEAFF 100%);
}
.pageBanner .right_banner {
  background: url("../images/product_dzba/right.png") no-repeat center center;
  background-size: cover;
}

.function {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function .module {
  display: inline-block;
  width: calc(33% - 15px);
  margin-bottom: 30px;
  background: #F3F6FF;
  border-radius: 6px;
  text-align: center;
  padding: 30px 30px;
  box-sizing: border-box;
}
.function .module img {
  width: 100%;
}
.function .module > div {
  text-align: center;
  width: 40%;
  margin: 16px auto 0;
  padding: 4px 0;
  background: #AEC5FF;
  border-radius: 6px;
  font-weight: 600;
  color: #282C2A;
  line-height: 28px;
}

.feature {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px;
}
.feature .module {
  margin-left: 30px;
  border-radius: 6px;
  box-sizing: border-box;
  background: round;
  display: inline-block;
  width: calc(20% - 30px);
  margin-top: 20px;
  padding: 20px 20px;
}
.feature .module:nth-child(odd) {
  background: #F0F4FE;
}
.feature .module:nth-child(even) {
  background: #EAFCFB;
}
.feature .module img {
  display: block;
  width: 110px;
  margin: 0 auto;
}
.feature .module > div {
  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: 13px;
  font-weight: 400;
  color: #282C2A;
  line-height: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pageBanner {
    padding-left: 6% !important;
    padding-right: 6% !important;
    box-sizing: border-box;
    background: url("../images/product_dzba/right_pad.png") no-repeat center center;
    background-size: cover;
  }
  .pageBanner .left_node {
    width: 70%;
    margin-right: 0;
  }
  .pageBanner .left_node p {
    line-height: 26px;
    font-size: 14px;
    color: #282C2A;
  }
  .pageBanner .right_banner {
    display: none;
  }
  .content-module {
    padding-left: 6% !important;
    padding-right: 6% !important;
    box-sizing: border-box;
  }
  .content-module .feature {
    justify-content: normal;
    margin: 0;
  }
  .content-module .feature .module {
    width: 100%;
    min-height: 246px;
    margin: 0 0 30px 0;
  }
  .content-module .feature .module > p {
    font-size: 14px;
    font-weight: 300;
  }
  .content-module .feature .module > div {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
  }
  .content-module .function {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .content-module .function .module {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .pageBanner {
    background-image: url("../images/product_dzba/right_m.png");
  }
  .content-module .summary {
    flex-direction: column;
  }
  .content-module .summary .picture {
    margin-top: 30px;
    width: 100%;
  }
  .content-module .superiority ul li::before {
    width: 12px;
    height: 6px;
  }
  .content-module .function {
    margin-left: 0;
  }
  .content-module .function .module {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-module .feature {
    justify-content: normal;
    margin: 0;
  }
  .content-module .feature .module {
    width: 100%;
    min-height: 246px;
    margin: 0 0 30px 0;
  }
  .content-module .feature .module > p {
    font-size: 14px;
    font-weight: 300;
  }
  .content-module .feature .module > div {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
  }
}/*# sourceMappingURL=product_dzba.css.map */