body {
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  color: #0a0a0a80;
}

a {
  color: #0782f3;
  text-decoration: none;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 6px;
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 24px 70px;
}

.title {
  margin-bottom: 16px;
  font-size: 20px !important;
  padding-bottom: 3px;
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: center;
}

.title,
h1,
h2,
h3,
h4,
h5,
b,
strong {
  color: #0a0a0a;
}

.subtitle {
  font-size: 14px;
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: center;
}

p {
  margin: 8px 0;
  font-size: 12px;
}

h1 {
  margin-top: 30px;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

h3 {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.15;
}

h4 {
  margin: 15px 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.15;
}

h5 {
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.15;
}

figure {
  width: 100%;
  margin: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 15px 0;
  table-layout: fixed;
  width: 100%;
  font-weight: 500;
}
tr:first-child td {
  color: #0a0a0a;
}
td {
  color: #0a0a0a80;
  text-align: center;
  border-right-style: solid;
  padding: 4px;
  border-bottom-color: #999999;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-color: #999999;
  vertical-align: middle;
  border-right-color: #999999;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-top-color: #999999;
  border-bottom-style: solid;
  font-size: 12px;
}
td a {
  word-break: break-all;
}

/* Dark模式 */
:root[theme-mode='dark'] body {
  background-color: #191919;
  color: #f3f6f899;
}

:root[theme-mode='dark'] body p {
  margin: 8px 0;
  font-size: 12px;
}

:root[theme-mode='dark'] body td {
  color: #f3f6f899;
}
:root[theme-mode='dark'] body td a {
  word-break: break-all;
}

:root[theme-mode='dark'] body .title,
:root[theme-mode='dark'] body h1,
:root[theme-mode='dark'] body h2,
:root[theme-mode='dark'] body h3,
:root[theme-mode='dark'] body h4,
:root[theme-mode='dark'] body h5,
:root[theme-mode='dark'] body b,
:root[theme-mode='dark'] body strong,
:root[theme-mode='dark'] body tr:first-child td {
  color: #f3f6f8;
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 14px;
  }
  td,
  p {
    font-size: 14px !important;
  }
}
