body {
  padding: 0;
  margin: 0;
  width: 100vw;
  background: #fff;
}

.wrapper {
  padding: 1rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wrapper :last-child {
  margin-bottom: 0;
}

.text-align-center {
  text-align: center;
}

.lh12 {
  line-height: 1.2 !important;
}

.rule-t {
  font-family: PingFangSC-Medium;
  font-size: 0.8rem;
  color: #282828;
  line-height: 1.5;
  padding-top: 0.6rem;
}

.rule-c {
  font-family: PingFangSC-Regular;
  font-size: 0.7rem;
  color: #282828;
  line-height: 1.2rem;
  word-break: break-all;
}

a {
  word-break: break-all;
}

.mt12 {
  margin-top: 0.6rem;
}

.mb12 {
  margin-bottom: 0.6rem;
}

.mb24 {
  margin-bottom: 1.2rem;
}

table {
  font-family: PingFangSC-Regular;
  font-size: 0.7rem;
  color: #282828;
  line-height: 1.2rem;
  border-left: 0.025rem solid #bbb;
  border-bottom: 0.025rem solid #bbb;
}

table td:first-child {
  width: 30%;
}

tr {
  border-top: 0.025rem solid #bbb;
}

td {
  border-right: 0.025rem solid #bbb;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}