* {
    margin: 0;
    padding: 0;
  }

  #UserAgreement {
    width: 100%;
    height: 100%;
  }

  .UserAgreement {
    padding: 0 0.2rem;
  }

  .MAXBOX {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }

  p {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

  h5 {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  h3 {
    font-size: 0.34rem;
    text-align: center;
    line-height: 0.6rem;
    padding: 0.2rem 0;
  }
  .fw {
    font-weight: bold;
  }