.copy-lthehu {
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.copy-lthehu [data-copy-menu].is-open,
.copy-lthehu [data-copy-search].is-open {
  display: block;
}

.copy-lthehu [data-copy-header].is-solid,
.copy-lthehu [data-copy-header][data-solid="1"] {
  background: rgba(255, 255, 255, .95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.copy-lthehu [data-copy-header].is-solid [data-copy-brand],
.copy-lthehu [data-copy-header][data-solid="1"] [data-copy-brand] {
  color: #e83e3e;
}

.copy-lthehu [data-copy-header].is-solid .copy-nav-link,
.copy-lthehu [data-copy-header][data-solid="1"] .copy-nav-link {
  color: #8b8b8b;
}

.copy-lthehu .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.copy-lthehu .scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.copy-lthehu .copy-article-content p {
  margin: 0 0 1rem;
  font-size: .875rem;
  line-height: 1.625;
  color: #1a1a2e;
}

.copy-lthehu .copy-article-content img {
  width: 100%;
  height: auto;
  border-radius: .5rem;
  margin: 1.25rem 0;
}

.copy-lthehu .copy-comment-content p {
  margin: 0;
}

.copy-lthehu .copy-footer-links ul,
.copy-lthehu .copy-footer-links ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copy-lthehu .copy-footer-links li {
  margin: 0 0 .5rem;
}

.copy-lthehu .copy-footer-links a {
  color: #8b8b8b;
  font-size: .875rem;
  transition: color .15s ease;
}

.copy-lthehu .copy-footer-links a:hover {
  color: #e83e3e;
}

.copy-lthehu .pagebar,
.copy-lthehu .pagebar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 2.5rem;
}

.copy-lthehu .pagebar a,
.copy-lthehu .pagebar span,
.copy-lthehu .pagebar li a,
.copy-lthehu .pagebar li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .75rem;
  border-radius: .5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #8b8b8b;
  font-size: .75rem;
}

.copy-lthehu .pagebar .now-page,
.copy-lthehu .pagebar .active,
.copy-lthehu .pagebar span {
  background: #e83e3e;
  border-color: #e83e3e;
  color: #fff;
}

.copy-lthehu textarea,
.copy-lthehu input {
  font: inherit;
}
