.wiki-article-content {
  padding-bottom: 40px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 1280px) {
  .wiki-article-content {
    width: 820px;
  }
}
.wiki-article-content h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.wiki-article-content h2 {
  font-size: 30px;
  line-height: normal;
  color: #444444;
  font-weight: normal;
  margin: 24px 0;
}
.wiki-article-content h3 {
  font-size: 30px;
  line-height: normal;
  color: #444444;
  font-weight: normal;
  margin: 24px 0;
}
.wiki-article-content h4 {
  font-size: 26px;
  line-height: normal;
  color: #444444;
  font-weight: normal;
  margin: 24px 0;
}
.wiki-article-content h5 {
  font-size: 22px;
  line-height: normal;
  color: #444444;
  font-weight: normal;
  margin: 24px 0;
}
.wiki-article-content a {
  color: #178ca4;
  font-weight: 500;
}
.wiki-article-content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  margin: 16px 0;
}
.wiki-article-content img {
  max-width: min(650px, 100%);
  margin: 0 auto;
  display: block;
}
.wiki-article-content ul {
  margin: 24px 0;
}
.wiki-article-content li {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wiki-article-content ul ul {
  margin: 4px;
}
.wiki-article-content ul li {
  margin: 16px 0;
}
/* 一级无序列表 */
.wiki-article-content ul > li {
  position: relative;
  text-indent: 1.2em;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.wiki-article-content ul > li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333333;
  position: absolute;
  top: 10px;
  left: 4px;
}
/* 二级无序列表 */
.wiki-article-content ul > li > ul > li {
  position: relative;
  text-indent: 1.8em;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}
.wiki-article-content ul > li > ul > li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border: 1px solid #444444;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 15px;
}
/* 三级无序列表 */
.wiki-article-content ul > li > ul > li > ul > li {
  position: relative;
  text-indent: 2.7em;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.wiki-article-content ul > li > ul > li > ul > li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 0;
  border: 1px solid #999999;
  background-color: #999999;
  position: absolute;
  top: 10px;
  left: 30px;
}
.wiki-article-content ol {
  counter-reset: list-counter;
  margin: 24px 0;
}
.wiki-article-content ol li {
  margin: 16px 0;
}
.wiki-article-content ol > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 30px;
  color: #333333;
  margin-bottom: 16px;
  padding-left: 2.5em;
  text-indent: 0;
  position: relative;
}
.wiki-article-content ol > li::before {
  counter-increment: list-counter; /* 计数器自增 */
  content: counter(list-counter); /* 显示计数器数值 */
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f8f8f8;
  color: #cb5c00;
  font-weight: normal;
  display: block;
}
.wiki-article-content pre {
  font-size: 16px;
  overflow: scroll;
  max-height: 686px;
  width: 100%;
  white-space: pre-wrap;
}
.wiki-article-content :not(pre) > code {
  white-space: nowrap;
  font-family: Ligconsolata;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 0.15em 0.5em;
  border-radius: 4px;
  color: #444444;
  word-break: break-all;
  white-space: pre-wrap;
}
.wiki-article-content blockquote {
  position: relative;
  background: #f8f8f8;
  padding: 10px 20px 10px 85px;
  margin: 16px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
}
.wiki-article-content blockquote::before {
  content: 'Tips:';
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #444444;
}
.wiki-article-content blockquote * {
  overflow-wrap: break-word;
}
.wiki-article-content .desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  padding: 10px 20px;
  border: 1px solid #ededed;
  border-radius: 6px;
  margin: 16px 0 24px;
}
.wiki-article-content .date {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #b3b3b3;
}
.wiki-article-content .table-box {
  width: 100%;
  overflow-x: auto;
  margin: 24px auto;
}
.wiki-article-content table {
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3d;
  text-align: left;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #ffffff;
  display: block;
}
.wiki-article-content th {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #ffffff;
  padding: 8px 12px;
  background-color: #e3edf7;
}
.wiki-article-content td {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #ffffff;
  padding: 8px 12px;
  background-color: #eff1f4;
}
.wiki-article-content tr:nth-child(2n + 1) td {
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #ffffff;
  padding: 8px 12px;
  background-color: #f9f9f9;
}
.wiki-article-content center {
  margin: 14px auto;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
