@rate: 100/375vw;

.share-page-wrapper {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: PingFangSC-Regular, PingFang SC, serif;

  .page-body {
    padding: 0 15*@rate;
  }

  .content-img {
    margin: 53*@rate 0 30*@rate;
    text-align: center;

    img {
      width: 101*@rate;
      display: inline-block;
    }
  }

  .page-desc {
    font-size: 15*@rate;
    font-weight: 400;
    line-height: 21*@rate;
    color: #333;
    padding: 0 11*@rate;
  }

  .operate-btns {
    margin-top: 41*@rate;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .btn-outline {
      border: 1*@rate solid var(--theme-primary);
      color: var(--theme-primary);
    }

    .za-button {
      width: 156*@rate;
      height: 45*@rate;
    }
  }
}
