.qrcode-modal h3,
h4,
h5 {
  margin: 0;
}

.qrcode-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  width: 29.69rem;
  height: 15.42rem;
  padding: 2.08rem 2.71rem 0 1.67rem;
  box-sizing: border-box;
  background-image: url("https://src.fanruan.com/2023-website/2023-fanruan/qr-code/qrcode-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
.qrcode-modal .code-text {
  width: 13.65rem;
  margin-right: 3.33rem;
}
.qrcode-modal .code-text h4 {
  margin-bottom: 0.63rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.94rem;
  color: #0069ea;
  line-height: 1.3rem;
}
.qrcode-modal .code-text h3 {
  margin-bottom: 0.52rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 1.46rem;
  color: #333333;
  line-height: 2.08rem;
}
.qrcode-modal .code-text p {
  margin-bottom: 0.31rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.83rem;
  color: #333333;
  line-height: 1.46rem;
}
.qrcode-modal .code-text p .spot-icon {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #0069ea;
}
.qrcode-modal .code-img img {
  margin-top: -0.83rem;
  height: 8.33rem;
  width: 8.33rem;
  border-radius: 0.21rem;
}
.qrcode-modal .code-img h5 {
  margin-top: 0.73rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.83rem;
  color: #333333;
  line-height: 1.15rem;
  text-align: center;
}
.close-icon {
  height: 1.04rem;
  width: 1.04rem;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  left: 28.39rem;
  top: 0.52rem;
  cursor: pointer;
}

@media (max-width: 998px) {
  .qrcode-modal {
    display: none;
  }
}
