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

:root {
  --hh-ink: #111;
  --hh-soft: #707070;
  --hh-line: #dedede;
  --hh-paper: #fff;
  --hh-panel: #fff;
  --hh-panel-2: #f6f6f6;
  --hh-footer: #e8e2d8;
  --hh-serif: "Noto Serif SC", "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "思源宋体 CN", "Songti SC", "STSong", serif;
}

html,
body,
#body,
.main-bg,
.body-bg,
.site,
.site-content,
.container,
.content-wrap,
.content-layout {
  background: #fff !important;
}

body {
  color: #111;
}

body.hh-custom-header-page,
body.home,
body.blog,
body.front-page {
  padding-top: 0 !important;
}

.radius,
.radius4,
.radius6,
.radius8,
.radius10,
.zib-widget,
.theme-box,
.posts-item,
.post-list,
.author-minicard,
.but,
.btn,
.badg,
.modal-content,
.dropdown-menu,
.popover,
.form-control,
input,
textarea,
select,
button {
  border-radius: 0 !important;
}

.zib-widget,
.theme-box,
.posts-item,
.post-list {
  background-color: #fff !important;
}

body.home .header-slider-container,
body.blog .header-slider-container,
body.front-page .header-slider-container {
  display: none !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.home .header,
body.home .mobile-header,
body.home .header-space,
body.home .header-placeholder,
body.home .header-search-slide,
body.home .page-header,
body.blog .header,
body.blog .mobile-header,
body.blog .header-space,
body.blog .header-placeholder,
body.blog .header-search-slide,
body.blog .page-header,
body.front-page .header,
body.front-page .mobile-header,
body.front-page .header-space,
body.front-page .header-placeholder,
body.front-page .header-search-slide,
body.front-page .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-home {
  color: var(--hh-ink);
  background: var(--hh-paper);
  font-family: var(--hh-serif);
}

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

.hh-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hh-hero-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 2448 / 680;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #111;
}

.hh-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 78%, rgba(255,255,255,.26));
}

.hh-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .8s ease, transform 4s ease;
}

.hh-hero-photo img.active {
  opacity: 1;
  transform: scale(1);
}

.hh-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hh-hero-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.42);
  cursor: pointer;
}

.hh-hero-dots button.active {
  background: #fff;
}

.hh-content {
  background: #fff;
  padding: 40px max(30px, 6vw) 0;
}

.hh-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 56px;
}

.hh-section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
}

.hh-section-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}

.hh-section-head h2 span {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px;
  border-left: 1px solid #cfcfcf;
  color: #777;
  font-size: .8em;
}

.hh-section-head > a {
  color: #111;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.hh-grid {
  display: grid;
  gap: 16px;
}

.hh-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.hh-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #e1e1e1;
  background: var(--hh-panel);
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hh-card:hover {
  transform: translateY(-3px);
  background: var(--hh-panel-2);
  border-color: #111;
}

.hh-card-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f2f2;
}

.hh-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.hh-card:hover .hh-card-thumb img {
  transform: scale(1.035);
}

.hh-card-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 8px;
  padding: 12px 13px 13px;
}

.hh-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hh-card-meta span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  color: #555;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.hh-card h3 {
  min-height: 46px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hh-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--hh-soft);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.hh-card.is-mini {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.hh-card.is-mini:hover {
  background: transparent;
  border-color: transparent;
}

.hh-card.is-mini .hh-card-thumb {
  aspect-ratio: 1 / 1;
}

.hh-card.is-mini .hh-card-body {
  gap: 7px;
  padding: 10px 0 0;
}

.hh-card.is-mini .hh-card-meta span {
  min-height: 22px;
  padding: 0 7px;
  background: #fff;
  font-size: 11px;
}

.hh-card.is-mini h3 {
  min-height: 42px;
  font-size: 13px;
  line-height: 1.45;
}

.hh-card.is-mini .hh-card-foot {
  display: block;
  font-size: 11px;
}

.hh-card.is-mini .hh-card-foot span:last-child {
  display: none;
}

.hh-route-strip {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 18px;
  aspect-ratio: 2448 / 210;
  object-fit: cover;
  display: block;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.hh-route {
  max-width: 1180px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 34px 0 62px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.hh-route p {
  margin: 0 0 10px;
  color: #777;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hh-route h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

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

.hh-route-grid a {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  background: #fafafa;
}

.hh-route-grid a:nth-child(2) {
  transform: translateY(24px);
  background: #fff;
}

.hh-route-grid a:nth-child(3) {
  background: #111;
  color: #fff;
}

.hh-route-grid strong {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.hh-route-grid span {
  color: #777;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.hh-route-grid a:nth-child(3) span {
  color: #cfcfcf;
}

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

.hh-resource-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.hh-resource-cover {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #f2f2f2;
}

.hh-resource-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hh-resource-card h3 {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.hh-resource-card span {
  color: #707070;
  font-size: 12px;
  font-weight: 800;
}

.hh-update {
  max-width: 980px;
  margin: 0 auto 64px;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.hh-update-title h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}

.hh-update-title span {
  display: block;
  width: fit-content;
  margin: 10px 0 0;
  padding: 3px 9px;
  border-left: 1px solid #cfcfcf;
  color: #777;
  font-size: .8em;
}

.hh-log-list {
  max-height: 330px;
  display: grid;
  gap: 0;
  overflow-y: auto;
  padding: 0 14px 0 0;
  border-top: 1px solid #111;
  scrollbar-width: thin;
}

.hh-log-list article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #dcdcdc;
}

.hh-log-list time {
  color: #777;
  font-size: 12px;
  font-weight: 900;
}

.hh-log-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 900;
}

.hh-log-list p {
  margin: 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.hh-contact {
  max-width: 980px;
  margin: 0 auto 72px;
  background: #fff;
}

.hh-contact-box {
  max-width: 560px;
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  gap: 22px;
  padding: 42px;
  border: 1px solid #111;
  background: rgba(255,255,255,.92);
  text-align: center;
}

.hh-contact-box h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.hh-contact-box p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 800;
}

.hh-contact-list {
  width: min(420px, 100%);
  display: grid;
  gap: 10px;
}

.hh-contact-list div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
}

.hh-contact-list span {
  color: #777;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hh-footer-characters {
  width: 100vw;
  height: 170px;
  margin-left: calc(50% - 50vw);
  margin-bottom: -1px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 1180px) {
  .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-grid-3,
  .hh-route,
  .hh-route-grid,
  .hh-update {
    grid-template-columns: 1fr;
  }

  .hh-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hh-route-grid a:nth-child(2) {
    transform: none;
  }

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

@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-content {
    padding: 24px 18px 0;
  }

  .hh-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hh-log-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hh-contact {
    max-width: 100%;
    margin-bottom: 48px;
  }

  .hh-contact-box {
    padding: 34px 22px;
  }

  .hh-footer-characters {
    height: 108px;
  }
}
