/* 文章详情样式 */
.article-detail-list .article-detail-item::after {
  content: '';
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-bottom: 5px solid var(--border-color-lighter);
  bottom: -15px;
  margin-left: -10px;
}
.article-detail-html {
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
}
.article-detail-html a:not(.article-detail-html-not),
.article-detail-html a:not(.article-detail-html-not) * {
  color: #337ab7 !important;
  cursor: pointer !important;
}
.article-detail-html a:not(.article-detail-html-not) *:hover,
.article-detail-html a:not(.article-detail-html-not):hover {
  color: #23527c !important;
  text-decoration: underline !important;
}
.article-detail-html ol:not(.article-detail-html-not),
.article-detail-html ul:not(.article-detail-html-not) {
  padding-inline-start: 20px !important;
}
.article-detail-html *:has(img) {
  text-indent: 0 !important;
}
.article-detail-html img:not(.article-detail-html-not) {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  height: auto !important;
}
.article-detail-html table img:not(.article-detail-html-not) {
  margin: 0 !important;
}
.article-detail-html h2:not(.article-detail-html-not),
.article-detail-html h3:not(.article-detail-html-not) {
  text-indent: 0 !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: left !important;
}
.article-detail-html p:not(.article-detail-html-not) {
  line-height: 2 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  white-space: pre-wrap !important;
}
.article-detail-html p:not(.article-detail-html-not).empty-like {
  line-height: 15px !important;
}
.article-detail-html p:has(~ ol) {
  margin-top: 20px;
  text-indent: 0 !important;
}
.article-detail-html .video_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-detail-html .video_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.article-detail-html .video_list .v-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.article-detail-html .video_list .v-limg {
  height: 80px !important;
  width: 80px !important;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.article-detail-html .video_list .v-splay {
  max-width: 100%;
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}
.article-detail-html .video_list .v-full p {
  padding: 0;
  margin: 0;
  white-space: normal !important;
}
@media screen and (max-width: 767px) {
  .article-detail-html .video_list .v-limg {
    height: 50px !important;
    width: 50px !important;
  }
}
.article-detail-html table:not(.article-detail-html-not) {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.article-detail-html table:not(.article-detail-html-not) tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.blur-bg .article-detail-html table:not(.article-detail-html-not) tr:nth-child(odd) {
  background-color: rgb(0 0 0 / 35%);
}
.blur-bg .article-detail-html table:not(.article-detail-html-not) tr td,
.blur-bg .article-detail-html table:not(.article-detail-html-not) tr th {
  border: 1px solid #fff;
}
.article-detail-html table:not(.article-detail-html-not) tr td,
.article-detail-html table:not(.article-detail-html-not) tr th {
  border: 1px solid #333;
  padding: 10px;
}
.article-detail-html table:not(.article-detail-html-not) tr td a[href] {
  color: #223ac3;
  text-decoration: underline;
}
.article-detail-html table:not(.article-detail-html-not) tr td a {
  color: #696969;
}
.article-detail-html table:not(.article-detail-html-not) tr td a[href]:hover {
  color: #696969;
  text-decoration: none;
}
.article-detail-html .editor-insert-game .match-list-item {
  border: 1px solid var(--border-color-light);
}
.article-detail-html .editor-insert-space {
  margin-bottom: 20px;
  margin-top: 20px;
}
.article-detail-html .editor-insert-mark {
  display: none;
  height: 0;
}
.article-detail-html .editor-insert-game {
  visibility: hidden;
}
.article-detail-html .editor-insert-game .match-list-item {
  cursor: inherit;
}
