.page-content {
  word-wrap: break-word;
}

.page-content table,
.page-content a {
  word-break: break-all;
}

.page-content table tr {
  height: unset;
}
.page-content table td {
  padding: 8px;
}

.page-content p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.page-content div {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.page-content li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  list-style: none;
  margin-bottom: 8px;
}

.page-content li:last-child {
  margin-bottom: 0;
}

.page-content li.li-bullet-0:before {
  min-width: 14px;
  margin-left: -18px;
}

.page-content ul li.li-bullet-0:before {
  font-size: 6px;
  vertical-align: middle;
}

.page-content ol {
  margin-top: 8px;
}

.page-content ul {
  margin-top: 8px;
}

.page-title {
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 500 !important;
  text-align: center !important;
  display: block;
}

.page-content .p-title {
  margin-top: 24px;
}

html {
  background-color: #f5f5f5;
  font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 100px;
  -webkit-text-size-adjust: auto !important;
}

body {
  padding-top: 60px !important;
  padding-bottom: 160px !important;
}

.doc-content {
  background-color: #ffffff;
  padding: 24px;
  margin: 0;
}

@media screen and (min-width: 800px) {
  body.doc-content {
    width: 800px;
    margin: 0 auto;
    font-size: 0.14rem;
  }
}
