/* Winseety unified header. Version: 1.0.5 */
/* 1.0.4 — Canonical site-wide header template release. */
/* Winseety unified site header
 * Shared by home, list, detail and single pages.
 * Version: 1.0.3
 */
:root {
  --ws-header-height: 78px;
  --ws-header-mobile-height: 66px;
  --ws-header-max-width: 1440px;
  --ws-header-gutter: clamp(20px, 4vw, 64px);
  --ws-header-brand: var(--ws-color-primary, #075a91);
  --ws-header-brand-dark: #043f68;
  --ws-header-text: var(--ws-color-text-primary, #122033);
  --ws-header-muted: var(--ws-color-text-secondary, #526071);
  --ws-header-border: rgba(15, 45, 68, .09);
  --ws-header-surface: rgba(255, 255, 255, .94);
  --ws-header-shadow: 0 14px 38px rgba(15, 45, 68, .10);
}

html {
  scroll-padding-top: calc(var(--ws-header-height) + 18px);
}

.th_header.ws-site-header,
.header-wap.ws-site-header-mobile,
.th_header.ws-site-header *,
.header-wap.ws-site-header-mobile * {
  box-sizing: border-box;
}

.th_header.ws-site-header::before,
.th_header.ws-site-header::after,
.header-wap.ws-site-header-mobile::before,
.header-wap.ws-site-header-mobile::after {
  display: none !important;
  content: none !important;
}

.th_header.ws-site-header,
.header-wap.ws-site-header-mobile {
  font-family: Inter, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Desktop shell */
.th_header.ws-site-header {
  position: fixed !important;
  z-index: 9990 !important;
  inset: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  height: var(--ws-header-height) !important;
  min-height: var(--ws-header-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--ws-header-surface) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ws-header-border) !important;
  box-shadow: 0 1px 0 rgba(15, 45, 68, .02) !important;
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  transition: background-color .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.th_header.ws-site-header.is-scrolled {
  background: rgba(255, 255, 255, .985) !important;
  border-bottom-color: rgba(15, 45, 68, .12) !important;
  box-shadow: var(--ws-header-shadow) !important;
}

.th_header.ws-site-header .ws-header__inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
  width: 100%;
  max-width: var(--ws-header-max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--ws-header-gutter);
}

/* Graceful layout before legacy DOM enhancement finishes */
.th_header.ws-site-header > h1,
.th_header.ws-site-header > .ws-header__brand {
  margin-left: var(--ws-header-gutter) !important;
}

.th_header.ws-site-header > .th_nav {
  flex: 1 1 auto;
}

.th_header.ws-site-header > .th_phone {
  margin-right: var(--ws-header-gutter) !important;
}

.th_header.ws-site-header h1,
.th_header.ws-site-header .ws-header__brand,
.th_header.ws-site-header .ws-header__brand-link {
  float: none !important;
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.th_header.ws-site-header h1 {
  margin: 0 !important;
}

.th_header.ws-site-header h1 a,
.th_header.ws-site-header .ws-header__brand-link {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
}

.th_header.ws-site-header h1 img,
.th_header.ws-site-header .ws-header__brand img {
  display: block !important;
  width: auto !important;
  max-width: 158px !important;
  height: 42px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

/* Keep the larger replacement logo visually left-aligned without changing
 * the grid width or creating horizontal page overflow. At a 1920px desktop
 * viewport this resolves to the requested 200px visual shift; it tapers to
 * zero on narrower desktop widths. */
@media (min-width: 1441px) {
  .th_header.ws-site-header .ws-header__brand,
  .th_header.ws-site-header > h1 {
    transform: translateX(clamp(-200px, calc((1440px - 100vw) * .4166667), 0px));
  }
}

/* Desktop navigation */
.th_header.ws-site-header .th_nav {
  position: static !important;
  float: none !important;
  display: block !important;
  min-width: 0;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.th_header.ws-site-header .th_nav > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(1px, .38vw, 6px) !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.th_header.ws-site-header .th_nav > ul > li {
  position: relative !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.th_header.ws-site-header .th_nav > ul > li::after,
.th_header.ws-site-header .th_nav > ul > li::before {
  display: none !important;
  content: none !important;
}

.th_header.ws-site-header .th_nav > ul > li > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 clamp(10px, .9vw, 15px) !important;
  color: var(--ws-header-muted) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .015em !important;
  text-align: center !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease !important;
}

.th_header.ws-site-header .th_nav > ul > li > a:hover,
.th_header.ws-site-header .th_nav > ul > li.is-open > a {
  color: var(--ws-header-brand) !important;
  background: rgba(7, 90, 145, .075) !important;
}

.th_header.ws-site-header .th_nav > ul > li.is-current > a,
.th_header.ws-site-header .th_nav > ul > li > a.is-current,
.th_header.ws-site-header .th_nav > ul > li > a[aria-current="page"] {
  color: var(--ws-header-brand-dark) !important;
  background: rgba(7, 90, 145, .10) !important;
  font-weight: 700 !important;
}

.th_header.ws-site-header .th_nav > ul > li.is-current > a::after,
.th_header.ws-site-header .th_nav > ul > li > a.is-current::after,
.th_header.ws-site-header .th_nav > ul > li > a[aria-current="page"]::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  bottom: 5px !important;
  left: 16px !important;
  display: block !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: var(--ws-header-brand) !important;
}

/* Neutralize the legacy page.css 113% underline and keep the hover rule
 * contained within the navigation item, including the 视频 item. */
.th_header.ws-site-header .th_nav > ul > li > a::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  bottom: 5px !important;
  left: 16px !important;
  display: block !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: var(--ws-header-brand) !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .2s ease !important;
}

.th_header.ws-site-header .th_nav > ul > li > a:hover::after,
.th_header.ws-site-header .th_nav > ul > li.is-open > a::after,
.th_header.ws-site-header .th_nav > ul > li.is-current > a::after,
.th_header.ws-site-header .th_nav > ul > li > a.is-current::after,
.th_header.ws-site-header .th_nav > ul > li > a[aria-current="page"]::after {
  transform: scaleX(1) !important;
}

.th_header.ws-site-header .ws-submenu-toggle {
  display: inline-grid !important;
  place-items: center;
  flex: 0 0 auto;
  width: 28px !important;
  height: 28px !important;
  margin: 0 0 0 -8px !important;
  padding: 0 !important;
  color: #778394 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s ease !important;
}

.th_header.ws-site-header .ws-submenu-toggle:hover,
.th_header.ws-site-header .ws-submenu-toggle:focus-visible {
  color: var(--ws-header-brand) !important;
  background: rgba(7, 90, 145, .08) !important;
}

.th_header.ws-site-header .ws-submenu-toggle svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  transition: transform .2s ease;
}

.th_header.ws-site-header li.is-open > .ws-submenu-toggle svg,
.th_header.ws-site-header li:hover > .ws-submenu-toggle svg {
  transform: rotate(180deg);
}

/* Desktop dropdown */
.th_header.ws-site-header .th_nav > ul > li > dl {
  position: absolute !important;
  z-index: 20 !important;
  top: calc(100% - 3px) !important;
  left: 50% !important;
  display: block !important;
  min-width: 190px !important;
  width: max-content !important;
  max-width: 280px !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: visible !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 10px) !important;
  border: 1px solid rgba(15, 45, 68, .10) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 20px 48px rgba(15, 45, 68, .15) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
}

.th_header.ws-site-header .th_nav > ul > li > dl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.th_header.ws-site-header .th_nav > ul > li:hover > dl,
.th_header.ws-site-header .th_nav > ul > li.is-open > dl {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.th_header.ws-site-header .th_nav dl dd {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  border: 0 !important;
  background: transparent !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.th_header.ws-site-header .th_nav dl dd + dd {
  margin-top: 2px !important;
}

.th_header.ws-site-header .th_nav dl dd > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  color: var(--ws-header-muted) !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: color .18s ease, background-color .18s ease, padding-left .18s ease !important;
}

.th_header.ws-site-header .th_nav dl dd > a:hover,
.th_header.ws-site-header .th_nav dl dd > a:focus-visible,
.th_header.ws-site-header .th_nav dl dd > a.is-current {
  color: var(--ws-header-brand) !important;
  background: rgba(7, 90, 145, .08) !important;
  padding-left: 16px !important;
}

/* Consultation entry */
.th_header.ws-site-header .th_phone,
.th_header.ws-site-header .ws-header__contact {
  position: relative !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 248px;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 14px !important;
  background: var(--ws-header-brand) !important;
  box-shadow: 0 9px 22px rgba(7, 90, 145, .20) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

.th_header.ws-site-header .th_phone:hover,
.th_header.ws-site-header .ws-header__contact:hover {
  color: #fff !important;
  background: var(--ws-header-brand-dark) !important;
  box-shadow: 0 12px 28px rgba(7, 90, 145, .27) !important;
  transform: translateY(-1px);
}

.th_header.ws-site-header .ws-header__contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .14);
}

.th_header.ws-site-header .ws-header__contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.th_header.ws-site-header .ws-header__contact-copy {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  min-width: 0;
  white-space: nowrap !important;
}

.th_header.ws-site-header .ws-header__contact-copy span {
  color: rgba(255, 255, 255, .76) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .08em;
  white-space: nowrap !important;
}

.th_header.ws-site-header .ws-header__contact-copy strong {
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .02em;
  white-space: nowrap !important;
}

.th_header.ws-site-header .th_phone dl,
.th_header.ws-site-header .th_phone dt,
.th_header.ws-site-header .th_phone dd {
  margin: 0 !important;
  padding: 0 !important;
}

/* Mobile shell */
.header-wap.ws-site-header-mobile {
  position: fixed !important;
  z-index: 9992 !important;
  inset: 0 0 auto !important;
  display: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: var(--ws-header-mobile-height) !important;
  min-height: var(--ws-header-mobile-height) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, .975) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ws-header-border) !important;
  box-shadow: 0 1px 0 rgba(15, 45, 68, .02) !important;
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
}

.header-wap.ws-site-header-mobile.is-scrolled,
.header-wap.ws-site-header-mobile.is-menu-open {
  box-shadow: var(--ws-header-shadow) !important;
}

.header-wap.ws-site-header-mobile > a:first-child,
.header-wap.ws-site-header-mobile .ws-mobile-brand {
  position: relative !important;
  z-index: 2;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-wap.ws-site-header-mobile > a:first-child img,
.header-wap.ws-site-header-mobile .ws-mobile-brand img {
  display: block !important;
  width: auto !important;
  max-width: 148px !important;
  height: 38px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle,
.header-wap.ws-site-header-mobile > a.f-fr {
  position: relative !important;
  z-index: 2;
  float: none !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ws-header-brand) !important;
  border: 1px solid rgba(7, 90, 145, .12) !important;
  border-radius: 13px !important;
  background: rgba(7, 90, 145, .055) !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle-box {
  position: relative;
  display: block;
  width: 20px;
  height: 15px;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle-line,
.header-wap.ws-site-header-mobile .btn-wrap-t,
.header-wap.ws-site-header-mobile .btn-wrap-c,
.header-wap.ws-site-header-mobile .btn-wrap-b {
  position: absolute !important;
  left: 50% !important;
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: currentColor !important;
  transform: translateX(-50%);
  transform-origin: center;
  transition: top .2s ease, transform .2s ease, opacity .16s ease !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle-line:nth-child(1) { top: 0 !important; }
.header-wap.ws-site-header-mobile .ws-mobile-toggle-line:nth-child(2) { top: 6.5px !important; }
.header-wap.ws-site-header-mobile .ws-mobile-toggle-line:nth-child(3) { top: 13px !important; }
.header-wap.ws-site-header-mobile .btn-wrap-t { top: 14px !important; }
.header-wap.ws-site-header-mobile .btn-wrap-c { top: 21px !important; }
.header-wap.ws-site-header-mobile .btn-wrap-b { top: 28px !important; }

.header-wap.ws-site-header-mobile .ws-mobile-toggle[aria-expanded="true"] .ws-mobile-toggle-line:nth-child(1) {
  top: 6.5px !important;
  transform: translateX(-50%) rotate(45deg) !important;
}
.header-wap.ws-site-header-mobile > a.f-fr.open .btn-wrap-t {
  top: 21px !important;
  transform: translateX(-50%) rotate(45deg) !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle[aria-expanded="true"] .ws-mobile-toggle-line:nth-child(2),
.header-wap.ws-site-header-mobile > a.f-fr.open .btn-wrap-c {
  opacity: 0 !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-toggle[aria-expanded="true"] .ws-mobile-toggle-line:nth-child(3) {
  top: 6.5px !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}
.header-wap.ws-site-header-mobile > a.f-fr.open .btn-wrap-b {
  top: 21px !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav {
  position: fixed !important;
  z-index: 1 !important;
  top: var(--ws-header-mobile-height) !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: calc(100dvh - var(--ws-header-mobile-height)) !important;
  margin: 0 !important;
  padding: 14px 18px 30px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
  background: rgba(255, 255, 255, .992) !important;
  border: 0 !important;
  box-shadow: 0 22px 50px rgba(15, 45, 68, .14) !important;
  -webkit-overflow-scrolling: touch;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

.header-wap.ws-site-header-mobile.is-menu-open .toggle-Nav,
.header-wap.ws-site-header-mobile .toggle-Nav.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav > ul {
  display: block !important;
  width: min(100%, 720px) !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav > ul > li {
  position: relative !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15, 45, 68, .075) !important;
  background: transparent !important;
  list-style: none !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav > ul > li::before,
.header-wap.ws-site-header-mobile .toggle-Nav > ul > li::after {
  display: none !important;
  content: none !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  min-height: 58px;
}

.header-wap.ws-site-header-mobile .ws-mobile-row > a,
.header-wap.ws-site-header-mobile .toggle-Nav > ul > li > a {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto;
  width: auto !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  color: var(--ws-header-text) !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em;
  text-align: left !important;
  text-decoration: none !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav > ul > li.is-current > .ws-mobile-row > a,
.header-wap.ws-site-header-mobile .toggle-Nav > ul > li.is-current > a,
.header-wap.ws-site-header-mobile .toggle-Nav a.is-current {
  color: var(--ws-header-brand) !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-submenu-toggle {
  display: grid !important;
  place-items: center;
  flex: 0 0 auto;
  width: 40px !important;
  height: 40px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  color: var(--ws-header-muted) !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(15, 45, 68, .045) !important;
  box-shadow: none !important;
  cursor: pointer;
}

.header-wap.ws-site-header-mobile .ws-mobile-submenu-toggle svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  transition: transform .2s ease;
}

.header-wap.ws-site-header-mobile li.is-expanded > .ws-mobile-row .ws-mobile-submenu-toggle svg {
  transform: rotate(180deg);
}

.header-wap.ws-site-header-mobile .toggle-Nav dl {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 6px !important;
  overflow: hidden !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: max-height .25s ease, padding-bottom .25s ease !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav li.is-expanded > dl {
  max-height: 360px !important;
  padding-bottom: 10px !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav dl dd {
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav dl dd > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: var(--ws-header-muted) !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: rgba(15, 45, 68, .035) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav dl dd + dd {
  margin-top: 5px !important;
}

.header-wap.ws-site-header-mobile .toggle-Nav dl dd > a.is-current {
  color: var(--ws-header-brand) !important;
  background: rgba(7, 90, 145, .09) !important;
}

.header-wap.ws-site-header-mobile .ws-mobile-contact {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 720px) !important;
  min-height: 50px;
  margin: 18px auto 0 !important;
  padding: 0 18px !important;
  color: #fff !important;
  border-radius: 14px !important;
  background: var(--ws-header-brand) !important;
  box-shadow: 0 10px 24px rgba(7, 90, 145, .20) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.ws-header-menu-open {
  overflow: hidden !important;
  touch-action: none;
}

/* Keep every page aligned to the same fixed header height. */
body.ws-scope .th_banner,
body.ws-scope .th_ins_ban {
  margin-top: var(--ws-header-height) !important;
}

.th_header.ws-site-header a:focus-visible,
.th_header.ws-site-header button:focus-visible,
.header-wap.ws-site-header-mobile a:focus-visible,
.header-wap.ws-site-header-mobile button:focus-visible {
  outline: 3px solid rgba(7, 90, 145, .28) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1220px) {
  .th_header.ws-site-header .ws-header__inner {
    gap: 16px;
  }

  .th_header.ws-site-header .th_nav > ul > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .th_header.ws-site-header .th_phone,
  .th_header.ws-site-header .ws-header__contact {
    min-width: 150px;
    padding-right: 11px !important;
    padding-left: 11px !important;
  }
}

@media (max-width: 1080px) {
  .th_header.ws-site-header .th_phone,
  .th_header.ws-site-header .ws-header__contact {
    display: none !important;
  }

  .th_header.ws-site-header .ws-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .th_header.ws-site-header > .th_phone {
    display: none !important;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: calc(var(--ws-header-mobile-height) + 14px);
  }

  .th_header.ws-site-header {
    display: none !important;
  }

  .header-wap.ws-site-header-mobile {
    display: flex !important;
  }

  body.ws-scope .th_banner,
  body.ws-scope .th_ins_ban {
    margin-top: var(--ws-header-mobile-height) !important;
  }
}

@media (max-width: 420px) {
  .header-wap.ws-site-header-mobile {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .header-wap.ws-site-header-mobile > a:first-child img,
  .header-wap.ws-site-header-mobile .ws-mobile-brand img {
    max-width: 136px !important;
    height: 35px !important;
  }

  .header-wap.ws-site-header-mobile .toggle-Nav {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .th_header.ws-site-header,
  .th_header.ws-site-header *,
  .header-wap.ws-site-header-mobile,
  .header-wap.ws-site-header-mobile * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .th_header.ws-site-header,
  .header-wap.ws-site-header-mobile {
    display: none !important;
  }

  body.ws-scope .th_banner,
  body.ws-scope .th_ins_ban {
    margin-top: 0 !important;
  }
}

/* Header density adjustment — 2026-08-08.
 * Keep the larger desktop navigation comfortable while retaining the existing
 * mobile breakpoint and submenu behavior. */
@media (min-width: 1081px) {
  .th_header.ws-site-header .th_nav > ul,
  .th_header.ws-site-header .ws-header__menu {
    gap: clamp(8px, 1vw, 16px) !important;
  }

  .th_header.ws-site-header .th_nav > ul > li > a,
  .th_header.ws-site-header .ws-header__menu > li > a {
    padding-right: clamp(12px, 1vw, 18px) !important;
    padding-left: clamp(12px, 1vw, 18px) !important;
    font-size: 16px !important;
    letter-spacing: .02em !important;
  }

  .th_header.ws-site-header .th_nav dl dd > a,
  .th_header.ws-site-header .ws-submenu a {
    font-size: 15px !important;
  }
}

@media (min-width: 1201px) {
  .th_header.ws-site-header .th_phone,
  .th_header.ws-site-header .ws-header__contact {
    right: -80px !important;
  }
}

/* Video detail tags: keep native CMS markup, but present tags as a readable topic row. */
.ws-native-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 16px 0 12px;
  clear: both;
  line-height: 1;
}

.ws-native-tags-label {
  margin-right: 2px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

.ws-native-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(38, 83, 135, .14);
  border-radius: 999px;
  background: #f4f8fd;
  color: #28547e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ws-native-tag:hover,
.ws-native-tag:focus-visible {
  border-color: rgba(38, 83, 135, .32);
  background: #e8f1fb;
  color: #153f68;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .ws-native-tags {
    gap: 7px;
    margin-top: 12px;
  }

  .ws-native-tags-label,
  .ws-native-tag {
    font-size: 12px;
  }

  .ws-native-tag {
    min-height: 28px;
    padding: 5px 11px;
  }
}
