@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700;900&display=swap");

:root {
  --hhp-ink: #111;
  --hhp-soft: #707070;
  --hhp-line: #e1e1e1;
  --hhp-paper: #fff;
  --hhp-mist: #f6f6f6;
  --hhp-serif: "Noto Serif SC", "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "思源宋体 CN", "Songti SC", "STSong", serif;
}

body.single-post {
  padding-top: 0 !important;
}

.hh-custom-header-page .header,
.hh-custom-header-page .mobile-header,
.hh-custom-header-page .header-space,
.hh-custom-header-page .header-placeholder,
.hh-custom-header-page .header-search-slide,
.hh-custom-header-page .page-header {
  display: none !important;
}

body.single-post .header,
body.single-post .mobile-header,
body.single-post .header-space,
body.single-post .header-placeholder,
body.single-post .header-search-slide,
body.single-post .page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #ececec;
}

.hh-site-header-inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 8px 0 8px;
  display: grid;
  grid-template-columns: auto minmax(260px, 420px) minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: center;
}

.hh-site-logo {
  display: flex;
  align-items: center;
  width: 144px;
  height: 54px;
  overflow: hidden;
}

.hh-site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hh-site-search {
  grid-column: 2;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 16px;
  border: 1px solid #ececec;
  background: #f5f5f5;
}

.hh-site-search-icon {
  color: #777;
  font-size: 22px;
  line-height: 1;
}

.hh-site-search input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none !important;
}

.hh-site-search input::placeholder {
  color: #8d8d8d;
}

.hh-site-search button {
  flex: 0 0 auto;
  height: 32px;
  padding: 0 10px;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.hh-site-account {
  grid-column: 4;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.hh-zibll-account .navbar-form,
.hh-zibll-account .navbar-right {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-zibll-account .show-nav-but {
  display: none !important;
}

.hh-zibll-account .nav-search-btn,
.hh-zibll-account .main-search-btn {
  display: none !important;
}

.hh-zibll-account .list-inline > li:has(.nav-search-btn),
.hh-zibll-account .list-inline > li:has(.main-search-btn) {
  display: none !important;
}

.hh-zibll-account,
.hh-zibll-account .list-inline,
.hh-zibll-account .navbar-but,
.hh-zibll-account .flex.ac {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.hh-zibll-account .list-inline {
  margin: 0 !important;
}

.hh-zibll-account .list-inline > li {
  padding: 0 !important;
}

.hh-zibll-account .but,
.hh-zibll-account .btn {
  min-height: 32px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 10px !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

.hh-zibll-account .payvip-icon {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.hh-zibll-account .hover-show,
.hh-zibll-account .list-inline > li {
  position: relative;
}

.hh-zibll-account .sub-menu,
.hh-zibll-account .hover-show-con {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 90;
  min-width: 280px;
  display: block !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.hh-zibll-account .hover-show:hover > .hover-show-con,
.hh-zibll-account .hover-show:focus-within > .hover-show-con,
.hh-zibll-account .list-inline > li:hover > .sub-menu,
.hh-zibll-account .list-inline > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.hh-zibll-account .sub-vip-card {
  width: min(620px, calc(100vw - 40px));
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hh-zibll-account .sub-user-box {
  width: 360px;
  max-width: calc(100vw - 40px);
}

body .hh-site-header .hh-zibll-account ul.sub-menu,
body .hh-site-header .hh-zibll-account div.hover-show-con {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  display: block !important;
  height: auto !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body .hh-site-header .hh-zibll-account .hover-show:hover > div.hover-show-con,
body .hh-site-header .hh-zibll-account .hover-show:focus-within > div.hover-show-con,
body .hh-site-header .hh-zibll-account .list-inline > li:hover > ul.sub-menu,
body .hh-site-header .hh-zibll-account .list-inline > li:focus-within > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.hh-site-account .menu-link,
.hh-member-link,
.hh-nav-link,
.hh-nav-dropdown a {
  color: #181818 !important;
  text-decoration: none;
}

.hh-site-account .menu-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
}

.hh-member-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}

.hh-site-nav {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
  white-space: nowrap;
}

.hh-nav-item {
  position: relative;
}

.hh-nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 800;
}

.hh-nav-item.has-dropdown > .hh-nav-link::after {
  content: "⌄";
  color: #888;
  font-size: 13px;
  transform: translateY(-1px);
}

.hh-nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 190px;
  padding: 10px;
  display: grid;
  gap: 2px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.hh-nav-dropdown.is-wide {
  min-width: 240px;
}

.hh-nav-dropdown a {
  padding: 10px 12px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700;
}

.hh-nav-dropdown a:hover {
  background: #f6f6f6;
}

.hh-nav-item:hover .hh-nav-dropdown,
.hh-nav-item:focus-within .hh-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hh-product {
  color: var(--hhp-ink);
  background: var(--hhp-paper);
  font-family: var(--hhp-serif);
  padding: 0 max(24px, 6vw) 96px;
}

.hh-product *,
.hh-product *::before,
.hh-product *::after {
  border-radius: 0 !important;
}

.hh-product a {
  color: inherit;
  text-decoration: none;
}

.hh-product-shell {
  width: min(1180px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.hh-product-main {
  display: grid;
  gap: 44px;
}

.hh-product-hero,
.hh-product-block,
.hh-product-side {
  background: #fff;
}

.hh-product-hero {
  display: grid;
  gap: 26px;
}

.hh-product-cover {
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--hhp-line);
  background: var(--hhp-mist);
}

.hh-product-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
  display: block;
  object-fit: contain;
}

.hh-product-titlebox {
  display: grid;
  gap: 14px;
}

.hh-product-eyebrow {
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hh-product h1 {
  margin: 0;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.035em;
}

.hh-product-original {
  max-width: 780px;
  margin: -4px 0 0;
  color: var(--hhp-soft);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: -.01em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.hh-product-subtitle {
  margin: -6px 0 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.hh-product-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--hhp-line);
  background: var(--hhp-line);
}

.hh-product-stats div {
  min-height: 86px;
  padding: 15px;
  background: #fff;
}

.hh-product-stats b {
  display: block;
  font-size: 20px;
  line-height: 1.25;
}

.hh-product-stats span {
  display: block;
  margin-top: 8px;
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hh-product-tags a {
  padding: 7px 11px;
  border: 1px solid var(--hhp-line);
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-product-block {
  padding: 30px;
  border: 1px solid var(--hhp-line);
}

.hh-product-section-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

.hh-product-section-title h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.hh-product-section-title span {
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hh-product-prose {
  color: #333;
  font-size: 14px;
  line-height: 1.82;
  font-weight: 500;
}

.hh-product-prose img {
  max-width: 100%;
  height: auto;
}

.hh-product-prose > *:first-child {
  margin-top: 0;
}

.hh-product-prose > *:last-child {
  margin-bottom: 0;
}

.hh-product-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hh-product-action,
.hh-product-actions .dropup {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--hhp-line);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.hh-product-action svg,
.hh-product-actions .dropup svg {
  width: 17px;
  height: 17px;
}

.hh-product-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--hhp-line);
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
}

.hh-product-side-label {
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hh-product-price-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #111;
  background: #fff;
}

.hh-product-price-label {
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-product-price-main {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #111;
}

.hh-product-price-main span,
.hh-product-price-main em {
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
}

.hh-product-price-main b {
  font-size: 44px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.04em;
}

.hh-product-price-list {
  display: grid;
  gap: 1px;
  background: var(--hhp-line);
  border: 1px solid var(--hhp-line);
}

.hh-product-price-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  background: #fff;
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 800;
}

.hh-product-price-list span.active {
  color: #111;
  font-weight: 900;
}

.hh-product-price-list strong {
  color: #111;
  white-space: nowrap;
}

.hh-product-price-panel p {
  margin: 0;
  color: var(--hhp-soft);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.hh-product-buy .pay-box {
  margin: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.hh-product-buy .pay-flexbox {
  display: block;
}

.hh-product-buy .pay-thumb,
.hh-product-buy .pay-gallery,
.hh-product-buy .pay-tag,
.hh-product-buy .img-badge {
  display: none !important;
}

.hh-product-buy .pay-title {
  white-space: normal;
  font-size: 16px;
  line-height: 1.45;
}

.hh-product-buy .price-box {
  display: none;
}

.hh-product-buy .price-box .em3x {
  font-size: 32px;
  line-height: 1;
}

.hh-product-buy .but,
.hh-product-buy button {
  border-radius: 0 !important;
}

.hh-product-empty-pay {
  padding: 18px;
  border: 1px solid var(--hhp-line);
  background: var(--hhp-mist);
  color: var(--hhp-soft);
  font-size: 13px;
  font-weight: 800;
}

.hh-product-side-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--hhp-soft);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.hh-product-side-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--hhp-line);
}

.hh-product-side-list strong {
  color: var(--hhp-ink);
  white-space: nowrap;
}

.hh-product-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hh-product-related-card {
  display: grid;
  gap: 10px;
}

.hh-product-related-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--hhp-line);
  background: var(--hhp-mist);
}

.hh-product-related-card span {
  color: var(--hhp-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-product-related-card strong {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.hh-product #comments .comments-area,
.hh-product #comments #comments {
  margin: 0;
}

.hh-product #comments,
.hh-product #comments .commentlist,
.hh-product #comments .comment-body,
.hh-product #comments .comment-meta,
.hh-product #comments p,
.hh-product #comments a,
.hh-product #comments span,
.hh-product #comments cite {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.hh-product #comments h3,
.hh-product #comments .comments-title {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

.hh-product #comments .commentlist,
.hh-product #comments .commentlist ol,
.hh-product #comments .commentlist ul,
.hh-product #comments .children {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.hh-product #comments .comment-body {
  position: relative;
  min-height: 56px;
  margin: 0 0 18px !important;
  padding: 14px 14px 14px 58px !important;
  border: 1px solid var(--hhp-line);
  background: #fff;
}

.hh-product #comments .children .comment-body {
  margin-left: 28px !important;
}

.hh-product #comments .comment-author {
  min-height: 36px !important;
  margin-bottom: 6px !important;
}

.hh-product #comments .comment-author img.avatar {
  position: absolute !important;
  left: 14px !important;
  top: 14px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  object-fit: cover !important;
  display: block !important;
}

.hh-product #comments .comment-body p {
  margin: 8px 0 0 !important;
  color: #333;
  font-weight: 500;
}

.hh-product #comments .comment-meta,
.hh-product #comments .reply {
  color: var(--hhp-soft);
  font-size: 12px !important;
}

.hh-product #comments .reply {
  margin-top: 8px !important;
}

.hh-product #comments .comment-body img:not(.avatar) {
  width: auto !important;
  height: auto !important;
  max-width: min(220px, 100%) !important;
  max-height: 180px !important;
  object-fit: contain !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.hh-product #comments .comment-body img.wp-smiley,
.hh-product #comments .comment-body img.emoji,
.hh-product #comments .comment-body img.emotion,
.hh-product #comments .comment-body img.smiley {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}

.hh-product .comment-reply-title,
.hh-product .logged-in-as,
.hh-product .comment-notes,
.hh-product #reply-title {
  display: none !important;
}

.hh-product #respond,
.hh-product .comment-respond,
.hh-product .comment-form {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hh-product #respond {
  margin-top: 22px !important;
  padding-top: 18px;
  border-top: 1px solid var(--hhp-line);
}

.hh-product .comment-form-comment {
  margin: 0 !important;
}

.hh-product .comment-form-comment label {
  display: none !important;
}

.hh-product .comment-form textarea {
  width: 100% !important;
  min-height: 118px !important;
  display: block !important;
  padding: 14px !important;
  border: 1px solid var(--hhp-line) !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  box-shadow: none !important;
  resize: vertical;
}

.hh-product .comment-form .form-submit {
  margin: 12px 0 0 !important;
}

.hh-product .comment-form .submit {
  min-height: 42px;
  padding: 0 18px !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.hh-product #comments .comments-title,
.hh-product #comments .commentlist,
.hh-product #comments .comment-list,
.hh-product #comments .comment-body {
  display: revert !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hh-product .comment-list,
.hh-product .commentlist {
  margin-bottom: 0 !important;
}

@media (max-width: 1050px) {
  .hh-site-header-inner {
    grid-template-columns: auto minmax(220px, 1fr) auto;
    gap: 12px 18px;
  }

  .hh-site-search {
    grid-column: 2;
  }

  .hh-site-account {
    grid-column: 3;
  }

  .hh-site-nav {
    gap: 28px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hh-product-shell {
    grid-template-columns: 1fr;
  }

  .hh-product-side {
    position: static;
  }
}

@media (max-width: 720px) {
  .hh-site-header-inner {
    width: calc(100% - 32px);
    grid-template-columns: auto auto;
    gap: 12px 14px;
    padding: 8px 0;
  }

  .hh-site-logo {
    width: 118px;
    height: 48px;
  }

  .hh-site-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hh-site-account {
    grid-column: 2;
    justify-self: end;
    gap: 12px;
  }

  .hh-site-account .menu-link,
  .hh-member-link,
  .hh-nav-link {
    font-size: 13px;
  }

  .hh-site-nav {
    gap: 22px;
  }

  .hh-product {
    padding: 0 16px 72px;
  }

  .hh-product-block {
    padding: 22px;
  }

  .hh-product-stats,
  .hh-product-actions,
  .hh-product-related {
    grid-template-columns: 1fr;
  }
}
