.zr-intro {
  position: relative;
}
.zr-intro .intro-text {
  width: 85%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw;
  font-size: 0.875rem;
  color: #999;
  font-family: "PingFangSC Regular";
  text-align: justify;
  line-height: 1.3;
}
.zr-party {
  position: relative;
}
.party-text {
  width: 85%;
  margin: 0 auto;
  color: #999;
  line-height: 1.3;
  font-size: 0.875rem;
  font-family: "PingFangSC Regular";
  text-align: justify;
}
.main .title {
  color: #00a0e8;
  font-size: 1.375rem;
  text-align: center;
  height: 7rem;
  background-image: url("https://cdn.gdskfz.com/skfz/mobile/images/zeren/zeren_title_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
