.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("../png/qrcode-back.png_%3b%20filename_%3dutf-8%27%27qrcode-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: .63rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: .94rem;
    color: #0069EA;
    line-height: 1.3rem;
  }
  .qrcode-modal .code-text h3 {
    margin-bottom: .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: .31rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .83rem;
    color: #333333;
    line-height: 1.46rem;
  }
  .qrcode-modal .code-text p .spot-icon {
    display: inline-block;
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    background: #0069EA;
  }
  .qrcode-modal .code-img img {
    margin-top: -0.83rem;
    height: 8.33rem;
    width: 8.33rem;
    border-radius: .21rem;
  }
  .qrcode-modal .code-img h5 {
    margin-top: .73rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .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: .52rem;
    cursor: pointer;
  }

  @media (max-width: 998px) {
    .qrcode-modal {
        display: none;
    }
  }