.content {
  padding: 0 0.32rem 2.1467rem;
}

h1 span {
  padding-left: 1.4667rem;
  padding-right: 1.4667rem;
  background-image: url(../img/screen/title-bg-4.png);
}

.summary-container {
  padding-top: 0.8rem;
  padding-bottom: 1.0133rem;
}
.summary-container .mt60 {
  margin-top: 0.8rem;
}
.summary-container .mark {
  position: relative;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.5067rem;
  font-weight: 400;
  padding-left: 0.32rem;
  margin-top: 0.1733rem;
}
.summary-container .mark::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.1467rem;
  top: 0.16rem;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.16rem solid #486AFF;
}
.summary-container .txt {
  padding: 0.4rem 0.2667rem;
  text-align: justify;
}
.summary-container h3 {
  margin-top: 0.6667rem;
  font-size: 0.3333rem;
  line-height: 0.3333rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.summary-container .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.56rem;
  padding: 0 0.84rem;
}
.summary-container .img-wrapper .img-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;
}
.summary-container .img-wrapper .img-wrap > img {
  width: 1.0667rem;
  height: 1.0667rem;
}
.summary-container .img-wrapper .img-wrap p {
  margin-top: 0.24rem;
  line-height: 0.2667rem;
  color: #000;
  font-size: 0.2667rem;
  text-align: center;
}

h2 {
  font-size: 0.5867rem;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.adv-container {
  padding-top: 1.1467rem;
  padding-bottom: 1.8rem;
}
.adv-container .adv-wrapper {
  margin-top: 0.92rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adv-container .adv-wrap {
  width: calc(50% - 0.64rem);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adv-container .adv-wrap:nth-of-type(n + 3) {
  margin-top: 0.8rem;
}
.adv-container .adv-wrap > div, .adv-container .adv-wrap > p {
  color: #000;
}
.adv-container .adv-wrap > div {
  font-size: 0.3333rem;
  margin-top: 0.2667rem;
  text-align: center;
}
.adv-container .adv-wrap > p {
  margin-top: 0.2667rem;
  font-size: 0.2667rem;
  text-align: justify;
  line-height: 0.4933rem;
}
.adv-container .adv-wrap > img {
  width: 1.44rem;
  height: 1.4133rem;
}

.scene-container {
  padding-top: 0.9333rem;
  padding-bottom: 1.2rem;
}
.scene-container .scene-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9333rem;
  padding: 0 0.32rem;
}
.scene-container .scene-wrap {
  width: 33.3%;
}

.parameter-container {
  padding-top: 0;
  margin-top: 1rem;
}
.parameter-container > h2 {
  margin-bottom: 1.0133rem;
}