.payment-confirm {
  width: 600px;
  padding: 32px 48px;
  margin: 0 auto;
  background: #fff;
  &-title {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #324150;
    line-height: 40px;
    padding-bottom: 24px;
  }
  div.ant-typography {
    display: flex;
    h4.ant-typography {
      width: 130px;
      font-size: 14px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(50, 65, 80, 1);
      line-height: 22px;
    }
    span.ant-typography {
      flex: 1;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      color: #324150;
      line-height: 22px;
    }
  }
  .ant-checkbox-wrapper > span {
    font-size: 12px;
    color: #7f8fa4;
    line-height: 18px;
  }
  &-btns {
    padding-top: 10px;
    text-align: center;
    .ant-btn {
      margin: 0 10px;
    }
  }
}
