.img-wrapper {
  background: url("../../static/imgs/other/bg_06.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  position: relative;
}
.img-wrapper .text {
  padding-left: 1.12rem;
  font-size: 0.72rem;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  letter-spacing: 0.1rem;
  margin-bottom: 0.18rem;
}

.img-wrapper .text-en {
  font-weight: lighter;
  padding-left: 1.12rem;
  font-size: 0.72rem;

  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  letter-spacing: 0.02rem;
  margin-bottom: 0.18rem;
}

.en-text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.18rem;
}
.en-text-bottom {
  /* opacity: 0.8; */
  font-weight: lighter;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.18rem;
  letter-spacing: 0.068rem;
}
.main-title {
  padding: 1.34rem 1.7rem;
  font-weight: 100;
}
.main-title .title {
  font-size: 0.68rem;
  color: #363638;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 0.68rem;
  margin-bottom: 0.24rem;
}
.main-title .en-title {
  font-weight: lighter;
  font-size: 0.68rem;
  color: #363638;
  letter-spacing: 0.08rem;
  text-align: center;
  line-height: 0.68rem;
  margin-bottom: 0.24rem;
}
.main-title .subhead {
  font-size: 0.28rem;
  color: #cf3428;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 0.28rem;
  margin-bottom: 0.96rem;
  font-weight: 700;
}
.main-title .en-subhead {
  font-size: 0.28rem;
  color: #cf3428;
  letter-spacing: 0.04rem;
  text-align: center;
  line-height: 0.4rem;
  margin-bottom: 0.96rem;
  font-weight: 700;
}
.main-title + .main-title {
  padding-top: 0;
}
.wrapper2 .policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrapper2 .policy-list li {
  display: inline-block;
  margin: 0 0.4rem 0.4rem 0;
  width: 48%;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: url("../../static/imgs/other/bg_07.png");
  background-size: 100% 100%;
}
.wrapper2 .policy-list li:nth-child(2) {
  background: url("../../static/imgs/other/bg_08.png");
  background-size: 100% 100%;
}
.wrapper2 .policy-list li:nth-child(3) {
  background: url("../../static/imgs/other/bg_09.png");
  background-size: 100% 100%;
}
.wrapper2 .policy-list li:nth-child(4) {
  background: url("../../static/imgs/other/bg_10.png");
  background-size: 100% 100%;
}
.wrapper2 .policy-list li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrapper2 .policy-list li:nth-child(2),
.wrapper2 .policy-list li:nth-child(4) {
  margin-right: 0;
}

.integration ul li {
  width: 3.12rem;
  height: 2.6rem;
  display: inline-block;
  margin-right: 1rem;
  background: #ffffff;
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 0.26rem;
}
.integration ul li:nth-child(4),
.integration ul li:nth-child(8) {
  margin-right: 0;
}
.integration .last-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
}
.integration ul li h3 {
  font-size: 0.3rem;
  font-weight: 700;
  color: #363638;
  letter-spacing: 0.02rem;
  text-align: center;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.integration ul li h3 + div {
  height: 0.68rem;
}
.integration ul li .line {
  margin: 0.2rem auto 0.49rem auto;
}
.integration ul li .top-place {
  height: 0.4rem;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-bottom: none;
}
.integration ul li .bottom-place {
  height: 0.4rem;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-top: none;
  /* margin-top: 0.3rem; */
}
