.article-detail-html {
  overflow: hidden;
  font-size: 18rem;
  color: #333333;
  line-height: 28rem;
  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 li:not(.article-detail-html-not) {
  /* list-style-type: decimal !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 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:has(~ ol) {
  margin-top: 20rem;
  text-indent: 0 !important;
}

.article-detail-html .video_list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  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: 10rem;
}

.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%;
  border: 1px solid #333333;
  margin: 0 !important;
  padding: 0 !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 th,
.blur-bg .article-detail-html table:not(.article-detail-html-not) tr td {
  border: 1px solid #ffffff;
}

.article-detail-html table:not(.article-detail-html-not) tr th,
.article-detail-html table:not(.article-detail-html-not) tr td {
  border: 1px solid #333333;
  padding: 10rem;
}

.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-space {
  margin-bottom: 20px;
}

.article-detail-html .editor-insert-mark {
  display: none;
  height: 0;
}

.article-detail-html .editor-insert-game {
  visibility: hidden;
}
