a {
  color: #fff;
}
body {
  margin: 0;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: PingFang SC, Source Han Sans SC, Noto Sans CJK SC,
    Microsoft YaHei;
}
.appBg {
  background-color: #E7F3FF;
  padding: 16px 40px !important;
}
.appBg #agreement {
  border-radius: 12px;
  background-color: #fff;
}
table {
  border: 1px solid #999 !important;
  border-collapse: collapse;
  text-align: left !important;
}

table tbody > tr:first-child {
  white-space: nowrap;
}
table tbody > tr td:last-child {
  word-break: break-word;
}
.green {
  color: #00cc99 !important;
}
.bold {
  color: #333;
}
.underline {
  text-decoration: underline;
}
.indent {
  text-indent: 2rem;
}
.agreement-title {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  color: #00cc99;
}
.agreement-forward {
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
}
.agreement-content {
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 16px 20px;
}
