body.copy-huazhongxingg {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #fff;
}

.copy-huazhongxingg [data-copy-header][data-copy-solid="0"].is-solid {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.copy-huazhongxingg [data-copy-header][data-copy-solid="0"].is-solid [data-copy-logo-text] {
  color: #111827;
}

.copy-huazhongxingg .copy-search-mini {
  width: 40px;
  height: 40px;
}

.copy-huazhongxingg .copy-search-input {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  outline: none;
  padding: 0 40px 0 14px;
  transition: width 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.copy-huazhongxingg .copy-search-mini:focus-within .copy-search-input {
  width: 180px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.copy-huazhongxingg .article-content p {
  margin: 0 0 1.25em;
}

.copy-huazhongxingg .article-content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 1.5rem 0;
}

.copy-huazhongxingg .copy-article-cover img {
  max-height: 500px;
  object-fit: cover;
}

.copy-huazhongxingg .copy-footer-links ul,
.copy-huazhongxingg .copy-footer-links ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy-huazhongxingg .copy-footer-links a {
  color: #374151;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.copy-huazhongxingg .copy-footer-links a:hover {
  color: #ef4444;
}

.copy-huazhongxingg .pagebar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.copy-huazhongxingg .pagebar a,
.copy-huazhongxingg .pagebar span {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 0.875rem;
  text-decoration: none;
}

.copy-huazhongxingg .pagebar .now-page {
  color: #fff;
  background: #ef4444;
  border-color: #ef4444;
}

.copy-huazhongxingg .sidebox {
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 1rem;
  background: #f9fafb;
}

.copy-huazhongxingg .sidebox h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

@media (max-width: 767px) {
  .copy-huazhongxingg [data-copy-menu].is-open {
    display: block;
  }

  .copy-huazhongxingg .copy-search-mini {
    display: none;
  }
}
