.article-page {
  --base-pl: 400px;
  --base-pr: 400px;
  --base-mt: 188px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.article-content img {
  max-width: 100%;
}

.menu-left {
  /* position: sticky; */
  top: 120px;
}


.directory-container {
  position: sticky;
  /* top: 120px; */
  top: var(--base-top);
  z-index: 10;
  width: 100%;
  --base-left: 160px;
  /* --base-top: 260px; */
  --base-top: 320px;
  padding: 0;
  box-sizing: border-box;
  max-height: 600px;
  overflow-y: auto;
}

.directory-container .con {
  /* overflow-y: auto; */
  /* scrollbar-width: none; */
  /* -ms-overflow-style: none; */
}

.directory-container .con::-webkit-scrollbar {
  display: none;
}

#anchorDirectory {
  /* overflow-y: auto; */
  /* padding-top: 15px; */
}

#anchorDirectory a:hover {
  text-decoration: underline;
}


.article-page .article-main-title {
  --base-size: 56px;
  font-family: 'Roboto-Bold';
  color: #1B1E28;
  word-break: break-all;
}

.article-page .article-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tags-right {
  display: flex;
  flex: 1;
  gap: 3em;
  justify-content: end;
}

.article-page .article-publishDate {
  color: #999999;
  --base-size: 25px;
}

.article-page .index-name {
  --base-mt: 100px;
  --base-size: 42px;
  --base-mb: 5px;
  font-family: 'Roboto-Bold';
  color: #1B1E28;
  --base-height: 60px;
  background-color: white;
  width: 30%;
}

#anchorDirectory {
  list-style: none;
  padding-left: 0;
  max-height: 422px;
  overflow: auto;
}

.img-share-title {
  --base-size: 30px;
  --base-mt: 60px;
  line-height: 1.14;
  font-family: 'Roboto-Bold';
}

.img-share-wrap {}

#anchorDirectory a {
  text-decoration: none;
  color: inherit;
}

#anchorDirectory a:hover {
  text-decoration: underline;
}

#richTextContent {
  padding: 0 10px 10px 10px;
  line-height: 1.8;
}

#richTextContent p {
  word-break: break-all;
}

#richTextContent h1,
#richTextContent h2,
#richTextContent h3,
#richTextContent h4,
#richTextContent h5,
#richTextContent h6 {
  scroll-margin-top: 400px;
}

#richTextContent h2.maodian,
#richTextContent h3.maodian {
  margin: 25px 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

#anchorDirectory li {
  border: 1px solid transparent;
  --base-padding-top: 10px;
  --base-padding-right: 20px;
  --base-padding-bottom: 10px;
  --base-padding-left: 20px;
  border-radius: 18px;
}

#anchorDirectory li:hover {
  border: 1px solid #F3F4F9;
  background-color: #F3F4F9;
}

#anchorDirectory li.active {
  background-color: #F3F4F9;
  border: 1px solid #F3F4F9;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none !important;
}

#anchorDirectory .link-H2 {
  --base-size: 32px;
  color: #1B1E28;
  margin-top: 20px;
  font-weight: 500;
}

#anchorDirectory .link-H3 {
  --base-size: 32px;
  --base-pl: 40px;
  padding-left: var(--base-pl);
  color: #666666;
}

#anchorDirectory .link-H4 {
  --base-size: 32px;
  --base-height: 70px;
  --base-pl: 70px;
  padding-left: var(--base-pl);
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-footer {
  --base-pb: 200px;
  position: relative;
  z-index: 1;
}

video {
  width: 100%;
}

.article-author-block {
  padding: 40px 60px 46px;
  background-color: rgba(243, 244, 249, 0.75);
  border-radius: 36px;
  margin: 160px 0;
}

.article-author-header {
  display: flex;
  align-items: center;
}

.article-author-avatar {
  width: 88px;
  height: 88px;
  margin-right: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.article-author-name {
  color: #1B1E28;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 36px;
}

.article-author-desc {
  margin-top: 22px;
  color: #666666;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

.breadcrumb-wrap-in {
  position: sticky;
  --base-top: 90px;
  z-index: 100;
  --base-mt: 188px;
  /* --base-pl: 400px; */
  /* --base-pr: 160px; */
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}

.article-menu {
  /* position: sticky;
  --base-mt: 440px; */
  background-color: white;
}
.article-faq-li li{
  --base-size: 20px;
  color: #1B1E28;
  margin-top: 16px;
  font-weight: 500;
  list-style: none;
}
.article-faq-li li a {
  color: #1B1E28;
}
.article-faq-li li a:hover {
  color: #007bff;
  text-decoration: underline !important;
}
.more-article-faq{
  width: fit-content;
  background: #007aff;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 70px auto 0;
  padding: 16px 50px;
  border-radius: 32px;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 992px) {
  .article-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .article-author-block {
    padding: 24px 26px;
    margin: 72px 0;
  }

  .article-author-avatar {
    width: 42px;
    height: 42px;
    margin-right: 17px;
  }

  .article-author-name {
    font-size: 17px;
  }

  .article-author-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .article-tags {
    margin-bottom: 24px;
  }

  .article-tags .article-publishDate {
    font-size: 14px;
  }

  .mobile-tags-wrap {
    margin-bottom: 24px;
  }

  .mobile-article-publishDate {
    color: #666666;
    margin-right: 10px;
  }

  .mobile-tags-wrap {
    font-size: 14px;
  }

  .article-tags {
    display: block !important;
  }

  .article-tags span {
    margin-right: 20px;
  }

  .article-tags>span:first-child {
    display: block;
    margin-bottom: 8px;
  }

  .article-footer {
    --base-pb: 72px;
  }

  .article-page .row {
    margin: 0 !important;
  }

  .menu-left {
    display: none;
  }

  .menu-right {
    width: 100% !important;
    word-break: break-all;
  }

  .article-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
