.main-page * {
  box-sizing: border-box;
}
.main-page {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 5px 20px 20px;
}

.main-page .content {
  padding-right: 0;
  height: 100%;
}

.main-page .content .doc_title {
  padding-right: 5px;
  padding-bottom: 20px;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 38px;
  color: #223752;
  height: 70px;
  line-height: 50px;
}

.main-page .content .dis-container {
  height: calc(100% - 70px);
  font-size: 14px;
  line-height: 24px;
  padding-right: 15px;
  color: #223752;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.main-page .content .dis-container p {
  margin-top: 3px;
  margin-bottom: 10px;
  line-height: 24px;
}
.main-page .content .dis-container p.text-indent {
  text-indent: 2em;
}
.main-page .content .dis-container p.p-title {
  text-align: center;
  font-weight: bold;
}

.main-page .content .dis-container p.no-mr {
  margin: 3px 0;
}
.main-page .content .dis-container p.sub-title {
  font-size: 14px;
  text-indent: 0.4em;
  margin: 3px 0;
  font-weight: bold;
}
.main-page .content .dis-container p.content-2 {
  padding-left: 2em;
}
.main-page .content .dis-container p.content-3 {
  padding-left: 2em;
  text-indent: -1.6em;
}
.main-page .content .dis-container .qr-code {
  width: 200px;
}
.main-page .content .dis-container .qr-code img {
  width: 100%;
  height: auto;
}
.main-page .content .dis-container .footer-msg .footer-link > p {
  margin-right: 40px;
  font-weight: 600;
  text-indent: 0;
  margin-bottom: 0;
  display: inline-block;
}

.main-page .content .dis-container .footer-msg .footer-link > p .label {
  color: #7f7f7f;
  font-weight: 400;
}

h1 {
  color: #223752;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  color: #223752;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

h3 {
  color: #223752;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  text-indent: 2em;
}
