html {
  min-height: 100%;
  background: #f7f3ea;
}

body {
  box-sizing: border-box;
  width: min(100% - 32px, 920px);
  margin: 32px auto;
  padding: 48px 56px 56px;
  border: 1px solid #eadfce;
  border-radius: 10px;
  background: #fffdf8;
  color: #2f2a24;
  box-shadow: 0 18px 50px rgba(68, 64, 60, 0.08);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
p,
li,
span,
i {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", Arial,
    sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  line-height: 1.9 !important;
}

p {
  margin: 0 0 12px !important;
  text-align: justify;
  word-break: break-word;
}

li {
  margin: 0 0 10px !important;
  padding-left: 2px;
}

ul,
ol {
  margin: 8px 0 18px 1.4em;
  padding: 0;
}

a,
span[style*="underline"],
.s1,
.s2,
.s5 {
  text-underline-offset: 3px;
}

body > p:first-of-type {
  margin: 0 0 8px !important;
  color: #172c28 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

body > p:first-of-type span,
body > p:first-of-type i {
  color: #172c28 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body > p:nth-of-type(2) {
  margin: 0 0 32px !important;
  color: #8a7862 !important;
  font-size: 14px !important;
  text-align: center !important;
}

body > p:nth-of-type(2) span,
body > p:nth-of-type(2) i {
  color: #8a7862 !important;
  font-size: 14px !important;
}

body > p:nth-of-type(3) {
  margin-bottom: 22px !important;
}

br {
  line-height: 1.2;
}

@media (max-width: 640px) {
  body {
    width: min(100% - 20px, 920px);
    margin: 10px auto;
    padding: 28px 20px 36px;
    border-radius: 8px;
  }

  body,
  p,
  li,
  span,
  i {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  body > p:first-of-type,
  body > p:first-of-type span,
  body > p:first-of-type i {
    font-size: 23px !important;
  }
}
