html,
body {
  color: #666;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE*/
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

ol,
ul {
  list-style: decimal;
  padding-left: 1.5em;
}

p,
dd {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
}
li p {
  text-indent: 0em;
}
p {
  text-indent: 2em;
}
p,
dd,
li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

table,
th,
td {
  border: 2px solid #f6f6f6;
}

table {
  border-collapse: collapse;
}

th {
  color: #323232;
}

th,
td {
  font-size: 12px;
  line-height: 1.5;
  padding: 6px;
  word-break: break-word;
}

thead {
  background-color: #fafafa;
}

.text-center {
  text-align: center;
}
#content {
  word-break: break-all;
  max-width: 100vw;
  padding: 15px 12px;
  overflow: hidden;
}

blockquote {
  display: block;
  font-size: 0.9em;
  overflow: auto;
  overflow-scrolling: touch;
  border-left: 3px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.05);
  color: #6a737d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.doc-title {
  position: sticky;
  text-align: center;
  color: #666;
  font-size: 1.17em;
  line-height: 1.17em;
  font-weight: bold;
  background-color: white;
  top: 0;
  padding: 20px 0;
  padding-top: 20px;
  padding-top: calc(constant(safe-area-inset-bottom) + 20px);
  padding-top: calc(env(safe-area-inset-bottom) + 20px);
}
