#body .main-title {
  font-size: 1.25rem;
}
#body .img-full {
  width: 100vw;
}
#body .qrcode-wrapper {
  position: relative;
}
#body .qrcode-wrapper .text-con {
  width: 85%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #7e7e7e;
  top: 5vw;
  text-align: justify;
  line-height: 1.4;
  font-family: "PingFangSC Regular";
}
#body .tips-con {
  position: relative;
}
#body .tips-con .text-con {
  width: 85%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #7e7e7e;
  top: 15vw;
  text-align: center;
  line-height: 1.4;
  font-family: "PingFangSC Regular";
}
#body .tips-con .text-con .height-light {
  color: #00a0e8;
  font-family: "PingFangSC Medium";
  font-size: 1.25rem;
}
#body .step-item {
  position: relative;
}
#body .step-item .item-title {
  font-family: "PingFangSC Regular";
  color: #7e7e7e;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#body .step-item .item-title .height-light {
  font-family: "PingFangSC Semibold";
  color: #00a0e8;
}
#body .step-item .item-title-f {
  top: 0;
}
/*# sourceMappingURL=./shuifeichaxun.css.map */