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

h1 {
  margin-bottom: 0.8rem;
}
h1 span {
  padding-left: 1.04rem;
  padding-right: 1.04rem;
  background-image: url(../img/screen/title-bg-3.png);
}

.transparent-container {
  padding-top: 0.8rem;
}
.transparent-container > p {
  padding: 0.6933rem 0.2667rem 1rem;
  color: #000;
  text-align: justify;
}

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

.special-container {
  margin-top: 1.52rem;
  padding-top: 0.84rem;
  padding-bottom: 1.5867rem;
}
.special-container > .img100 {
  padding: 0 0.52rem;
  margin-top: 0.8667rem;
}
.special-container .special-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4933rem;
  padding-left: 0.3467rem;
}
.special-container .special-wrap {
  width: 42%;
}
.special-container .special-wrap:nth-of-type(n+3) {
  margin-top: 1.4933rem;
}
.special-container .special-wrap:nth-of-type(2n+1) {
  width: 58%;
}

.scene-container {
  margin-top: 1rem;
  padding-top: 0.9333rem;
  padding-bottom: 2rem;
}
.scene-container .scene-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4rem;
}
.scene-container .scene-wrapper.wrapper2 {
  margin-top: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 1.7333rem;
}
.scene-container .scene-wrapper.wrapper2 .scene-wrap {
  width: auto;
  margin-top: 0.6267rem;
}
.scene-container .scene-wrap {
  -webkit-box-flex: 33.3%;
      -ms-flex: 33.3%;
          flex: 33.3%;
}
.scene-container .scene-wrap:nth-of-type(n+4) {
  margin-top: 0.6267rem;
}