@charset "UTF-8";
body {
  background-color: #f7f7f7;
}

.banner img {
  width: 100%;
  display: block;
}

h1 {
  text-align: center;
  margin: 0;
  padding: 0.2rem 0;
}
h1 span {
  padding: 0.2rem 1.16rem;
  font-size: 0.5867rem;
  color: #FEFEFE;
  background: url(../img/title-bg-02.png) no-repeat center;
  background-size: contain;
}

p, li {
  font-size: 0.3733rem;
  color: #333;
  font-weight: 400;
  line-height: 0.64rem;
}

.plr24 {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}

.img-block {
  display: block;
}
.img-block > img {
  width: 100%;
}

/* 产品参数模块样式 */
.parameter-container {
  margin-top: 0.72rem;
  padding-top: 0.84rem;
  padding-bottom: 0.9067rem;
}
.parameter-container img {
  margin-top: 0.52rem;
}
.parameter-container p {
  margin-top: 0.2667rem;
  color: #000;
  font-size: 0.24rem;
  text-align: left;
  line-height: 0.4267rem;
}

/* 产品特点相关样式 */
.special-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.special-wrap .tit, .special-wrap p {
  padding-left: 0.32rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #000;
  text-align: left;
}
.special-wrap .tit {
  position: relative;
  font-weight: bold;
}
.special-wrap .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1867rem;
  width: 0.1867rem;
  height: 0.1867rem;
  background-color: #000;
  border-radius: 50%;
}

/* 应用场景模块样式 */
.scene-wrapper {
  margin-top: 1.0667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.6933rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scene-wrapper .scene-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scene-wrapper .scene-wrap > img {
  width: 1.7867rem;
  height: 1.7867rem;
}
.scene-wrapper p {
  margin-top: 0.1467rem;
  font-size: 0.2533rem;
  color: #000;
  text-align: center;
}