:root {
  --brand: #701A77;
  --brand-dark: #4F1254;
  --brand-mid: #9C5C98;
  --brand-soft: #F4EAF5;
  --k30: #B3B3B3;
  --k20: #CCCCCC;
  --k10: #E6E6E6;
  --ink: #24303d;
  --muted: #687586;
  --line: #dfe5ea;
  --soft: #f5f7f8;
}

.legacy-container { width: 1250px; margin: 0 auto; }
.hide { display: none !important; }
.legacy-head-main { height: 118px; display: grid; grid-template-columns: 520px minmax(360px, 1fr) 215px; align-items: center; gap: 28px; }
.legacy-old-brand { display: flex; align-items: center; justify-content: flex-start; gap: 14px; width: fit-content; }
.legacy-old-logo { width: 270px; height: auto; display: block; }
.legacy-old-slogan { width: 205px; height: auto; display: block; }
.legacy-old-tel { width: 215px; height: auto; display: block; justify-self: end; }
.legacy-brand { display: grid; gap: 5px; color: var(--brand); }
.legacy-brand strong { font-size: 34px; line-height: 1; }
.legacy-brand small { color: var(--brand-mid); font-size: 15px; }
.legacy-search { align-self: center; display: grid; grid-template-columns: 1fr 82px; }
.legacy-search input { height: 40px; padding: 0 14px; border: 2px solid var(--brand); outline: 0; }
.legacy-search button { color: #fff; background: var(--brand); border: 0; font-size: 16px; font-weight: 700; }
.legacy-search p { grid-column: 1 / -1; margin: 7px 0 0; color: var(--brand-mid); font-size: 12px; }
.legacy-hotline { display: none; }
.legacy-hotline strong { color: #333; font-size: 22px; }
.legacy-nav { height: 50px; color: #fff; background: var(--brand); box-shadow: 0 8px 18px rgba(44,24,61,.12); }
.legacy-nav.is-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 80; }
.legacy-header.nav-fixed { padding-bottom: 50px; }
.legacy-nav .legacy-container { height: 100%; display: flex; align-items: stretch; }
.legacy-nav-item { position: relative; min-width: 108px; display: flex; align-items: stretch; border-left: 1px solid rgba(255,255,255,.28); }
.legacy-nav-link, .legacy-nav-trigger { width: 100%; min-width: 108px; padding: 0 18px; color: #fff; background: transparent; border: 0; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; }
.legacy-nav-link { display: grid; place-items: center; }
.legacy-nav-trigger { display: flex; align-items: center; justify-content: center; }
.legacy-nav-link.active, .legacy-nav-link:hover, .legacy-nav-trigger.active, .legacy-nav-trigger:hover, .legacy-nav-item.open > .legacy-nav-trigger { background: var(--brand-mid); }
.legacy-nav-trigger::after { content: ""; width: 0; height: 0; margin-left: 8px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; }
.legacy-nav-menu { position: absolute; left: 0; top: 100%; z-index: 20; width: 100%; display: none; padding: 8px 0; color: #333; background: #fff; border: 1px solid #e7ddec; box-shadow: 0 12px 24px rgba(44,24,61,.16); }
.legacy-nav-item.open > .legacy-nav-menu { display: block; }
.legacy-nav-menu a { min-width: 0; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0 8px; color: #333; background: #fff; border-left: 0; font-size: 15px; font-weight: 700; text-align: center; white-space: nowrap; }
.legacy-nav-menu a:hover { color: var(--brand); background: var(--brand-soft); }

.legacy-friend-links { height: 35px; display: flex; align-items: center; background: #f1f1f1; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; box-sizing: border-box; }
.legacy-friend-links .legacy-container { height: 33px; display: flex; align-items: center; gap: 12px; padding-left: 32px; box-sizing: border-box; }
.legacy-friend-links strong { flex: 0 0 auto; color: #555; font-size: 15px; }
.legacy-friend-links nav { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0; }
.legacy-friend-links a { position: relative; color: #666; font-size: 14px; line-height: 24px; }
.legacy-friend-links a + a { margin-left: 37px; }
.legacy-friend-links a + a::before { content: ""; position: absolute; left: -19px; top: 50%; width: 1px; height: 18px; background: #c8c8c8; transform: translateY(-50%); }
.legacy-friend-links a:hover { color: var(--brand); }

.legacy-footer { padding-top: 38px; color: #d6d6d6; background: #333; border-top: 1px solid #2a2a2a; }
.legacy-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; min-height: 188px; }
.legacy-footer-grid > section { position: relative; min-width: 0; padding: 0 34px; }
.legacy-footer-grid > section:first-child { padding-left: 0; }
.legacy-footer-grid > section:last-child { padding-right: 0; }
.legacy-footer-grid > section:not(:last-child)::after { content: ""; position: absolute; top: 20px; right: 0; width: 1px; height: 122px; background: #5f5f5f; }
.legacy-footer h2 { margin: 0 0 14px; color: #fff; font-size: 17px; }
.legacy-footer p { margin: 8px 0; line-height: 1.75; }
.legacy-footer ul { margin: 0; padding: 0; list-style: none; }
.legacy-footer li { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 8px; margin: 8px 0; line-height: 1.75; }
.legacy-footer li span { color: #aaa; }
.legacy-footer li strong { min-width: 0; color: #e6e6e6; font-weight: 400; overflow-wrap: anywhere; }
.legacy-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.legacy-footer-brand-logo { display: block; width: 214px; max-width: 100%; height: auto; }
.legacy-footer-brand-slogan { display: block; width: 214px; max-width: 100%; height: auto; }
.legacy-footer-grid > section > h2,
.legacy-footer-grid > section > ul,
.legacy-follow > div { width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.legacy-footer-brand { align-items: center; }
.legacy-follow div { display: flex; gap: 40px; }
.legacy-follow figure { margin: 0; text-align: center; }
.legacy-follow img { width: 92px; height: 92px; object-fit: cover; background: #fff; }
.legacy-follow figcaption { margin-top: 8px; color: #ccc; font-size: 12px; }
.legacy-copyright { padding: 17px 20px; color: #bdbdbd; text-align: center; background: #2b2b2b; border-top: 1px solid #4a4a4a; }

.legacy-products-page { min-height: 720px; padding: 20px 0 42px; color: #333; background: #fff; font-size: 12px; }
.product-banner { height: 120px; display: flex; align-items: center; gap: 22px; padding: 0 45px; color: #fff; background: var(--brand) url('/assets/img/system/bg.jpg') right 56% / 52% auto no-repeat; }
.product-banner strong { font-size: 36px; }
.product-banner span { font-size: 20px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 950px) 280px; gap: 20px; margin-top: 16px; align-items: start; }
.product-main { min-width: 0; }
.legacy-filters { border: 1px solid #eee; border-bottom: 0; }
.legacy-filters > div, .legacy-filters > form { min-height: 42px; display: grid; grid-template-columns: 105px 1fr; align-items: center; padding: 6px 14px; border-bottom: 1px solid #eee; }
.legacy-filters strong { font-size: 14px; }
.legacy-filters nav { display: flex; flex-wrap: wrap; gap: 4px 8px; }
.legacy-filters a { min-width: 48px; padding: 6px 10px; color: #555; text-align: center; }
.legacy-filters a.active { color: var(--brand); }
.legacy-filters form { grid-template-columns: 105px 150px 28px 150px 72px; gap: 8px; }
.legacy-filters input { height: 32px; padding: 0 8px; border: 1px solid #ddd; }
.legacy-filters button { height: 32px; color: #fff; background: var(--brand); border: 0; font-weight: 700; }
.legacy-more-filter nav { max-height: 76px; overflow: hidden; }
.legacy-sort { height: 48px; display: flex; align-items: center; justify-content: space-between; margin: 14px 0; padding: 0 10px; background: #f6f6f6; }
.legacy-sort nav { display: flex; }
.legacy-sort nav a { min-width: 60px; height: 32px; display: grid; place-items: center; background: #fff; border: 1px solid #ccc; }
.legacy-sort nav a.active { color: #fff; background: var(--brand); border-color: var(--brand); }
.legacy-pager { display: flex; align-items: center; gap: 8px; }
.legacy-pager a { width: 28px; height: 24px; display: grid; place-items: center; background: #fff; border: 1px solid #ccc; }
.legacy-pager a.disabled { color: #bbb; pointer-events: none; }
.legacy-bottom-pager { min-height: 44px; display: flex; align-items: center; justify-content: flex-end; margin-top: 0; padding: 0 20px; background: #f6f6f6; }
.legacy-product-row { display: grid; grid-template-columns: 140px minmax(0, 1fr) 150px; grid-template-rows: 140px auto; margin-bottom: 12px; border: 1px solid #ddd; background: #fff; }
.product-image, .product-image-placeholder { width: 120px; height: 96px; align-self: center; justify-self: center; }
.product-image { display: block; object-fit: cover; }
.product-image-placeholder { display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border: 1px solid #e1d4e8; font-weight: 700; }
.product-copy { min-width: 0; padding: 18px 12px 10px; }
.product-copy h2 { margin: 0 0 8px; color: var(--brand); font-size: 20px; font-weight: 400; line-height: 1.35; }
.product-copy p { max-height: 58px; margin: 0; overflow: hidden; color: #777; line-height: 1.65; }
.product-price { padding: 30px 20px 0 5px; color: #999; text-align: center; }
.product-price strong { margin: 0 3px; color: var(--brand); font-size: 26px; }
.product-detail-link { width: 118px; height: 34px; display: grid; place-items: center; margin: 8px auto; color: #fff; background: var(--brand); font-size: 15px; }
.product-price p { margin: 0; }
.product-facts { grid-column: 1 / -1; min-height: 72px; display: grid; grid-template-columns: 1fr 1.5fr 1fr 1.5fr; margin: 0; background: #f7f7f7; }
.product-facts div { min-width: 0; display: grid; place-items: center; align-content: center; padding: 10px; text-align: center; border-right: 1px solid #e6e6e6; }
.product-facts div:last-child { border-right: 0; }
.product-facts dt { margin-bottom: 7px; color: #999; }
.product-facts dd { max-width: 100%; margin: 0; overflow: hidden; color: #333; text-overflow: ellipsis; white-space: nowrap; }
.product-facts div:nth-child(2) dd { color: #5640b4; }
.product-aside { border: 1px solid #e5e5e5; background: #fafafa; }
.product-aside h2 { margin: 0; padding: 14px; font-size: 16px; font-weight: 400; border-bottom: 1px solid #e5e5e5; }
.aside-placeholder { height: 180px; display: grid; place-items: end start; margin: 14px; padding: 14px; color: #fff; background: var(--brand) url('/assets/img/system/bg.jpg') center / cover no-repeat; text-shadow: 0 1px 2px #000; }
.product-aside > p { margin: 0 14px 14px; color: #888; line-height: 1.6; }
.product-aside section { margin-top: 10px; background: #fff; border-top: 1px solid #ddd; }
.product-aside section a { display: block; padding: 11px 14px; border-bottom: 1px solid #eee; }
.product-loading, .product-error, .product-empty { min-height: 240px; display: grid; place-items: center; margin-top: 16px; color: #777; background: #fafafa; border: 1px solid #eee; }
.product-skeleton-list { margin-top: 14px; }
.product-skeleton-row { pointer-events: none; }
.product-skeleton-media,
.product-skeleton-copy i,
.product-skeleton-price i,
.product-skeleton-facts i,
.home-product-skeleton-media,
.home-product-skeleton-line {
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, #f2eef4 0%, #faf7fb 42%, #f2eef4 84%);
  background-size: 220% 100%;
  animation: skeletonPulse 1.4s ease-in-out infinite;
}
.product-skeleton-media { width: 120px; height: 96px; align-self: center; justify-self: center; }
.product-skeleton-copy { padding: 18px 12px 10px; }
.product-skeleton-copy i { height: 16px; margin-bottom: 12px; border-radius: 2px; }
.product-skeleton-copy i:first-child { width: 76%; height: 22px; }
.product-skeleton-copy i:nth-child(2) { width: 92%; }
.product-skeleton-copy i:nth-child(3) { width: 58%; }
.product-skeleton-price { display: grid; align-content: center; justify-items: center; gap: 12px; padding: 18px 20px 0 5px; }
.product-skeleton-price i:first-child { width: 86px; height: 26px; border-radius: 2px; }
.product-skeleton-price i:last-child { width: 118px; height: 34px; border-radius: 2px; background: var(--brand-soft); }
.product-skeleton-facts { grid-column: 1 / -1; min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 18px; padding: 0 18px; background: #f7f7f7; }
.product-skeleton-facts i { height: 16px; border-radius: 2px; }

* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.site-header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand strong { color: var(--brand-dark); font-size: 24px; }
.site-nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-nav a { color: #405064; font-weight: 700; }
.site-nav a:hover { color: var(--brand); }

.home-page { background: #f7f8fa; }
.home-hero { position: relative; height: 500px; min-height: 500px; overflow: hidden; color: #fff; background: #f4f4f4; }
.home-banner-slide { position: absolute; inset: 0; width: 100%; height: 500px; display: block; object-fit: cover; object-position: center; opacity: 0; transition: opacity .6s ease; }
.home-banner-slide.active { opacity: 1; }
.home-banner-arrow { position: absolute; top: 50%; z-index: 3; width: 46px; height: 76px; margin-top: -38px; color: #fff; background: rgba(0,0,0,.22); border: 0; font-size: 42px; line-height: 1; font-family: Arial, sans-serif; cursor: pointer; }
.home-banner-arrow.prev { left: 14px; }
.home-banner-arrow.next { right: 14px; }
.home-banner-arrow:hover { background: rgba(0,0,0,.38); }
.home-hero-inner { position: relative; z-index: 1; padding-bottom: 82px; }
.home-hero-copy { max-width: 760px; }
.home-hero-copy p { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 20px; font-weight: 700; }
.home-hero-copy p span { width: 34px; height: 2px; background: #fff; }
.home-hero h1 { margin: 0 0 22px; font-size: 62px; line-height: 1.12; letter-spacing: 0; }
.home-hero-copy > div { max-width: 700px; margin-bottom: 34px; font-size: 20px; line-height: 1.8; opacity: .92; }
.home-hero-copy nav { display: flex; gap: 18px; }
.home-primary-link, .home-outline-link { min-width: 150px; height: 54px; display: grid; place-items: center; padding: 0 30px; border-radius: 8px; font-size: 18px; font-weight: 700; }
.home-primary-link { color: #fff; background: var(--brand); }
.home-primary-link:hover { background: var(--brand-mid); }
.home-outline-link { color: #fff; border: 2px solid #fff; }
.home-outline-link:hover { background: rgba(255,255,255,.12); }
.home-hero-stats { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 0; background: rgba(0,0,0,.28); }
.home-hero-stats .legacy-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.home-hero-stats strong { font-size: 30px; }
.home-hero-stats span { display: block; margin-top: 7px; font-size: 13px; font-weight: 400; opacity: .84; }
.home-search-panel { position: relative; z-index: 2; margin-top: -46px; padding-top: 0; }
.home-search-panel form { display: grid; grid-template-columns: repeat(4, 1fr) 150px; gap: 16px; padding: 26px 30px 22px; background: #fff; border: 1px solid #eee; border-radius: 10px; box-shadow: 0 14px 34px rgba(44,24,61,.14); }
.home-search-panel h2 { grid-column: 1 / -1; margin: 0 0 4px; color: #222; font-size: 22px; }
.home-search-panel h2 span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.home-search-panel label { display: grid; gap: 8px; color: #777; font-size: 13px; font-weight: 700; }
.home-search-panel input, .home-search-panel select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #ddd; border-radius: 4px; background: #fafafa; outline: 0; }
.home-search-panel input:focus, .home-search-panel select:focus { border-color: var(--brand); background: #fff; }
.home-search-panel button { align-self: end; height: 46px; color: #fff; background: var(--brand); border: 0; border-radius: 4px; font-size: 17px; font-weight: 700; }
.home-search-panel button:hover { background: var(--brand-mid); }
.home-search-panel p { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 2px 0 0; color: #888; font-size: 13px; }
.home-search-panel p a:hover { color: var(--brand); }
.home-services-section, .home-themes-section { padding: 72px 0; }
.home-articles-section { padding: 72px 0 75px; overflow: hidden; }
.home-section-title { margin-bottom: 42px; text-align: center; }
.home-section-title h2 { margin: 0; color: #222; font-size: 32px; line-height: 1.25; }
.home-section-title span { width: 80px; height: 4px; display: block; margin: 16px auto 0; background: var(--brand); }
.home-services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.home-service-card { min-height: 190px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 26px 16px; background: #fff; border: 1px solid #e9e9e9; border-radius: 8px; text-align: center; transition: transform .25s, box-shadow .25s, border-color .25s; }
.home-service-card:hover { transform: translateY(-5px); border-color: #dac8e5; box-shadow: 0 12px 26px rgba(44,24,61,.12); }
.home-service-icon { width: 46px; height: 46px; color: var(--brand); fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.home-service-card strong { color: #222; font-size: 18px; }
.home-service-card span { color: #606b77; font-size: 14px; line-height: 1.6; }
.home-destinations-section, .home-products-section { padding: 72px 0; background: #fff; }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.home-section-head h2 { margin: 0 0 12px; color: #222; font-size: 32px; }
.home-section-head p { margin: 0; color: #697386; }
.home-section-head > a { color: var(--brand); font-weight: 700; }
.home-destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 238px); gap: 20px; }
.home-destination-grid a { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; overflow: hidden; padding: 24px; color: #fff; border-radius: 12px; background: linear-gradient(rgba(50,24,68,.28), rgba(50,24,68,.68)), url('/assets/img/system/bg.jpg') center / cover no-repeat; }
.home-destination-grid a::after, .home-theme-grid a::after { content: ""; position: absolute; inset: 0; background: rgba(112,26,119,0); transition: background .25s; }
.home-destination-grid a:hover::after, .home-theme-grid a:hover::after { background: rgba(112,26,119,.18); }
.home-destination-grid h3, .home-destination-grid p, .home-destination-grid span, .home-theme-grid strong, .home-theme-grid span { position: relative; z-index: 1; }
.home-destination-grid h3 { margin: 0 0 8px; font-size: 24px; }
.home-destination-grid p { margin: 0; opacity: .92; }
.home-destination-main { grid-column: span 2; grid-row: span 2; justify-content: flex-end !important; }
.home-destination-main span { width: fit-content; margin-bottom: 16px; padding: 3px 10px; color: var(--brand); background: #fff; border-radius: 4px; font-size: 12px; font-weight: 700; }
.home-destination-main h3 { font-size: 40px; }
.home-destination-main p { max-width: 430px; font-size: 17px; line-height: 1.7; }
.home-theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.home-theme-grid a { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px; color: #fff; border-radius: 12px; background: linear-gradient(rgba(50,24,68,.1), rgba(30,15,41,.78)), url('/assets/img/system/bg.jpg') center / cover no-repeat; }
.home-theme-grid strong { margin-bottom: 8px; font-size: 21px; }
.home-theme-grid span { opacity: .86; line-height: 1.6; }
.home-products-head { min-height: 54px; display: grid; grid-template-columns: 170px 1fr 90px; align-items: center; margin-bottom: 24px; border-bottom: 2px solid var(--brand); }
.home-products-head h2 { margin: 0; color: var(--brand); font-size: 28px; font-weight: 700; }
.home-products-head nav { align-self: stretch; display: flex; }
.home-products-head button { min-width: 118px; padding: 0 18px; color: #555; background: #fff; border: 0; font-size: 15px; cursor: pointer; }
.home-products-head button.active, .home-products-head button:hover { color: #fff; background: var(--brand); }
.home-products-head > a { color: #777; text-align: right; }
.home-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.home-product-card { min-width: 0; overflow: hidden; border: 1px solid #e8e8e8; border-radius: 10px; background: #fff; transition: transform .25s, box-shadow .25s; }
.home-product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 26px rgba(44,24,61,.12); }
.home-product-media { height: 210px; overflow: hidden; background: var(--brand-soft); }
.home-product-image, .home-product-image-placeholder { width: 100%; height: 100%; }
.home-product-image { display: block; object-fit: cover; transition: transform .35s; }
.home-product-card:hover .home-product-image { transform: scale(1.06); }
.home-product-image-placeholder { display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); font-weight: 700; }
.home-product-body { display: flex; flex-direction: column; min-height: 162px; padding: 18px; }
.home-product-card h3 { min-height: 50px; margin: 0 0 12px; overflow: hidden; color: #222; font-size: 18px; line-height: 1.4; }
.home-product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.home-product-tags span { padding: 3px 8px; color: var(--brand); background: var(--brand-soft); border-radius: 4px; font-size: 12px; font-weight: 700; }
.home-product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.home-product-foot small { min-width: 0; overflow: hidden; color: #999; text-overflow: ellipsis; white-space: nowrap; }
.home-product-card p { margin: 0; color: #999; white-space: nowrap; }
.home-product-card p span { margin-right: 3px; }
.home-product-card p strong { margin-right: 3px; color: var(--brand); font-size: 26px; }
.home-products-empty { height: 210px; display: grid; place-items: center; color: #888; background: #fafafa; border: 1px dashed #ddd; }
#homeProductScene { min-height: 260px; }
#homeProductScene.is-loading { opacity: 1; }
.home-products-skeleton .home-product-card { pointer-events: none; }
.home-product-skeleton-media { height: 210px; }
.home-product-skeleton-body { min-height: 162px; display: flex; flex-direction: column; gap: 12px; padding: 18px; }
.home-product-skeleton-line { height: 14px; border-radius: 2px; }
.home-product-skeleton-line:first-child { width: 92%; height: 20px; }
.home-product-skeleton-line:nth-child(2) { width: 70%; }
.home-product-skeleton-line:nth-child(3) { width: 46%; margin-top: auto; }
@keyframes skeletonPulse {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.home-articles-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 28px; }
.home-article-feature { position: relative; min-height: 380px; display: block; overflow: hidden; color: #fff; border-radius: 12px; background: var(--brand-dark); }
.home-article-feature img, .home-article-placeholder { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }
.home-article-placeholder { display: grid; place-items: center; background: var(--brand-dark); }
.home-article-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.home-article-feature > div { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; }
.home-article-feature span { display: inline-block; margin-bottom: 12px; padding: 4px 12px; color: #fff; background: var(--brand); border-radius: 999px; font-size: 13px; }
.home-article-feature h3 { margin: 0 0 10px; font-size: 30px; line-height: 1.35; }
.home-article-feature p { max-width: 720px; margin: 0; color: #e5e5e5; line-height: 1.7; }
.home-article-list { display: flex; flex-direction: column; gap: 16px; }
.home-article-list a { display: grid; gap: 9px; padding: 20px; background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; }
.home-article-list strong { color: #222; font-size: 17px; line-height: 1.5; }
.home-article-list small { color: #888; }
.home-article-list .home-more-link { height: 52px; display: grid; place-items: center; margin-top: auto; color: var(--brand); border: 2px solid var(--brand); font-weight: 700; }
.home-article-list .home-more-link:hover { color: #fff; background: var(--brand); }
.home-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.home-info-wrap { padding-bottom: 0; }
.home-info-column { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; }
.home-info-column header { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 2px solid var(--brand); border-radius: 10px 10px 0 0; }
.home-info-column h2 { margin: 0; color: #222; font-size: 22px; }
.home-info-column header a { color: var(--brand); font-size: 14px; font-weight: 700; }
.home-info-column ul { min-height: 210px; margin: 0; padding: 12px 22px 18px; list-style: none; }
.home-info-column li { border-bottom: 1px dashed #ddd; }
.home-info-column li:last-child { border-bottom: 0; }
.home-info-column li a { height: 42px; display: grid; grid-template-columns: minmax(0, 1fr) 92px; align-items: center; gap: 18px; }
.home-info-column li span { overflow: hidden; color: #333; text-overflow: ellipsis; white-space: nowrap; }
.home-info-column li time { color: #999; font-size: 13px; text-align: right; }
.home-info-column li a:hover span { color: var(--brand); }
.home-info-empty { min-height: 210px; display: grid; place-items: center; color: #888; }

.legacy-detail-page { min-height: 760px; padding: 0; background: #fff; }
.booking-page { min-height: 760px; padding: 15px 0 90px; background: #fff; }
.booking-main-width { width: 1250px; margin: 0 auto; }
.legacy-booking-form { margin: 0; padding: 0; color: #333; font-size: 12px; }
#id_tourgroup_head_div { padding: 5px 0; }
#id_tourgroup_head_div > .tourname_v { color: #000; font-size: 20px; font-weight: bold; line-height: 30px; }
#id_tourgroup_head_div > .tuanhao_t,
#id_tourgroup_head_div > .tourdays_t,
#id_tourgroup_head_div > .outdate_t,
#id_tourgroup_head_div > .indate_t,
#id_tourgroup_head_div > .kw_t,
#id_tourgroup_head_div > .pricetype_t { float: left; margin-right: 10px; color: #999; font-size: 16px; line-height: 25px; }
#id_tourgroup_head_div span { color: #000; font-weight: bold; }
.div_toggle { float: left; width: 100%; height: 40px; overflow: hidden; border-bottom: 1px solid #c0c0c0; background: linear-gradient(#fff, #f3f3f3); cursor: pointer; line-height: 40px; }
.div_toggle > .icon { float: left; width: 5px; height: 17px; margin: 12px 2px 0 8px; background: #ff9b30; }
.div_toggle > .title { float: left; margin-left: 5px; border-bottom: 1px solid #dee2e6; color: #000; font-size: 15px; font-weight: bold; }
.div_toggle > .button { float: right; margin: 0 10px 0 0; color: #777; font-size: 16px; line-height: 40px; }
.div_toggle_content { clear: both; padding: 5px; }
.div_row_input { float: left; width: 100%; margin-right: 10px; line-height: 30px; }
.div_row_input > div { float: left; }
.div_row_input > .title { color: #999; font-weight: bold; text-align: right; }
.div_row_input input,
.div_row_input select,
.div_row_input textarea { margin-top: 3px; }
.rec_form { border: 1px solid #b5b8bf; padding-top: 5px; padding-bottom: 5px; }
select.rec_form { padding-top: 2px; padding-bottom: 2px; }
.w80 { width: 80px; }
.w100p { width: 100%; }
.w100p-80 { width: calc(100% - 80px); }
.wmax60 { max-width: 60px; }
.wmax300 { max-width: 300px; }
.wmax610 { max-width: 610px; }
.f_l { float: left; }
.f_clear { clear: both; }
.lh30 { line-height: 30px; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }
.font_msg { color: #999; }
.font_blue { color: #2fabff; }
.valignmiddle { vertical-align: middle; }
.table_line_1 { width: 100%; margin-bottom: 10px; border: 0; border-collapse: collapse; }
.table_line_1 th { background: #fff; text-align: center; font-weight: bold; }
.table_line_1 tr { height: 30px; border-bottom: 1px solid #dfdfdf; color: #000; font-size: 13px; }
.table_line_1 tr.row_1 { background: #fff; text-align: center; }
.table_line_1 tr.row_2 { background: #f0f0f0; text-align: center; }
.table_line_1 td { padding: 7px 8px; vertical-align: middle; }
.legacy-booking-table-head { height: 30px; color: #999; font-weight: bold; line-height: 30px; }
.legacy-booking-table-head span:first-child { display: inline-block; width: 60px; text-align: center; }
.booking-person-index { width: 46px; color: #999; font-weight: bold; text-align: center; }
.legacy-booking-traveler { margin: 0; padding: 0; border: 0; }
.legacy-booking-traveler label { display: block; color: #777; line-height: 20px; text-align: left; }
.legacy-booking-traveler input { height: 28px; padding-left: 5px; padding-right: 5px; }
.button_2 { display: inline-block; min-width: 84px; height: 28px; margin-right: 8px; padding: 0 12px; border: 1px solid #d6d6d6; background: #f7f7f7; color: #333; line-height: 26px; text-align: center; cursor: pointer; }
.button_2:disabled { color: #999; cursor: not-allowed; }
.booking-insurance-table td, .booking-insurance-table th { padding: 8px; text-align: center; }
.booking-insurance-empty { padding: 12px 8px; color: #999; }
.booking-quote { min-height: 44px; padding: 8px 5px 14px; background: #fff; line-height: 1.7; }
.booking-quote h2 { margin: 0 0 8px; color: #000; font-size: 15px; }
.booking-bill-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #dfdfdf; }
.booking-total { margin: 8px 0 0; text-align: right; font-size: 18px; }
.booking-total strong { color: #f55; font-size: 25px; }
.booking-total-error, .booking-error-line { color: #c00; }
.booking-payment { clear: both; margin: 15px 0 0; padding: 14px 16px; border: 1px solid #ddd; background: #fff; }
.booking-payment h2 { margin: 0 0 12px; color: #000; font-size: 15px; }
.booking-payment-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0; }
.booking-payment-actions button { height: 34px; padding: 0 16px; border: 0; background: #f28c28; color: #fff; cursor: pointer; }
.booking-payment-actions button:disabled { background: #bbb; cursor: not-allowed; }
.booking-payment-confirm-inline { height: 34px; padding: 0 18px; border: 0; background: #f28c28; color: #fff; cursor: pointer; }
.booking-payment-detail { min-height: 34px; line-height: 1.7; }
.booking-submit-hint { display: none; width: min(100% - 32px, 1250px); margin: 0 auto 10px; padding: 8px 12px; border: 1px solid #f3c2c2; background: #fff6f6; color: #c01818; line-height: 20px; }
.booking-submit-hint.is-active { display: block; }
.booking-payment-code { word-break: break-all; font-size: 12px; color: #666; }
.booking-payment-qrcode { display: flex; align-items: center; gap: 16px; margin: 10px 0; }
.booking-payment-qrcode img { width: 220px; height: 220px; border: 1px solid #ddd; background: #fff; }
.booking-payment-qrcode span { color: #333; font-size: 16px; }
.booking-payment.hide { display: none; }
.legacy-step2-payment { margin-top: 10px; }
.legacy-step2-payment .div_part { margin: 0; }
.legacy-step2-payment .table { background: #fff; border: 1px solid #ddd; }
.legacy-step2-payment .main_head { padding: 12px 16px; background: #f7f7f7; border-bottom: 1px solid #ddd; font-size: 16px; font-weight: 700; }
.legacy-step2-payment .font_confirm_t { color: #666; }
.legacy-step2-payment .font_confirm_v { color: #333; }
.legacy-step2-payment .font_confirm_price { color: #e60012; font-size: 24px; font-weight: 700; }
.legacy-step2-payment .bottom_button { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 14px 16px; }
.legacy-step2-payment .bottom_button .button_2 { min-width: 100px; height: 34px; line-height: 32px; }
#id_onlinepay_wx_qrcode_div, #id_onlinepay_payok_confirm_div { display: none; position: fixed; inset: 0; z-index: 1030; background-color: rgba(153,153,153,0.5); }
#id_onlinepay_wx_qrcode_div .main, #id_onlinepay_payok_confirm_div .main { position: fixed; inset: 0; width: 90%; max-width: 500px; min-width: 300px; margin: auto; background: #fff; border: 5px solid #e5e5e5; overflow: hidden; }
#id_onlinepay_wx_qrcode_div .main { height: 350px; }
#id_onlinepay_payok_confirm_div .main { height: 250px; padding: 10px; }
#id_onlinepay_wx_qrcode_div .close { padding: 5px 10px; text-align: right; color: #999; }
.onlinepay-close { margin-left: 8px; border: 0; background: transparent; color: #666; font-size: 22px; cursor: pointer; }
#id_onlinepay_wx_qrcode_div .qrcode { padding: 10px; text-align: center; }
#id_onlinepay_wx_qrcode_div .qrcode img { width: 220px; height: 220px; border: 1px solid #ddd; background: #fff; }
#id_onlinepay_wx_qrcode_div .msg { margin-top: 20px; padding: 5px 0; background: #18951e; color: #fff; text-align: center; font-weight: 700; }
#id_onlinepay_payok_confirm_div .title { color: #999; font-size: 15px; font-weight: 700; line-height: 30px; }
#id_onlinepay_payok_confirm_div .msg { margin-top: 5px; font-weight: 700; }
#id_onlinepay_payok_confirm_div .button { clear: both; line-height: 50px; text-align: center; }
#id_onlinepay_payok_confirm_div .contactmsg { padding: 12px; color: red; line-height: 18px; }
.onlinepay-notice { display: inline-block; width: 18px; height: 18px; margin-right: 8px; border-radius: 50%; background: #f0ad4e; color: #fff; font-size: 13px; line-height: 18px; text-align: center; }
.booking-payment-code { display: none; }
.tourgroup_ziliao_background { background: #f5f5f5; }
.tourgroup_ziliao_content { padding: 0 20px; background-color: #fff; box-shadow: 0 0 20px #eee; }
.tourgroup_ziliao_content_1 { width: 100%; overflow: hidden; padding-top: 20px; }
.tourgroup_ziliao_content_left { float: left; width: 574px; overflow: hidden; }
.tourgroup_ziliao_pic { width: 574px; overflow: hidden; }
.tourgroup_ziliao_big_pic { width: 574px; }
.tourgroup_ziliao_big_pic.hide { display: none; }
.tourgroup_ziliao_big_pic img { display: block; width: 574px; height: auto; }
.tourgroup_ziliao_small_pic { width: 100%; overflow: hidden; padding: 10px 0 0; }
.tourgroup_ziliao_small_pic .next_btn, .tourgroup_ziliao_small_pic .prev_btn { position: relative; float: left; width: 22px; height: 84px; line-height: 84px; text-align: center; cursor: pointer; }
.tourgroup_ziliao_small_pic .next_btn img, .tourgroup_ziliao_small_pic .prev_btn img { position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -9px; }
.tourgroup_ziliao_small_pic .next_btn { margin-left: 10px; }
.tourgroup_ziliao_small_pic .prev_btn { margin-right: 10px; }
.tourgroup_ziliao_small_pic .s_img_box { position: relative; float: left; width: 515px; height: 78px; overflow: hidden; margin: 9px 0 0 -6px; }
.tourgroup_ziliao_small_pic .s_img_box ul { margin: 0; padding: 0; list-style: none; }
.tourgroup_ziliao_small_pic .s_img_box li { float: left; display: inline; width: 123px; margin-left: 5px; cursor: pointer; }
.tourgroup_ziliao_small_pic .s_img_box li img { display: block; width: 100%; margin: 0 auto; border: 1px solid #cacaca; padding: 1px; background: #fff; }
.tourgroup_ziliao_small_pic .s_img_box li.active img, .tourgroup_ziliao_small_pic .s_img_box li img:hover { border: 2px solid #8eb73d; padding: 0; }
.tourgroup_ziliao_content_right { float: right; width: 610px; max-height: 840px; overflow: auto; }
.tourgroup_ziliao_content_right h2 { margin: 0 0 8px; font-size: 20px; font-weight: bold; line-height: 28px; }
.legacy-selected-group { padding: 0; color: #333; line-height: 1.7; }
.tourgroup_ziliao_right_head > .tuanhao_txt, .tourdays_txt, .outdate_txt, .location_txt, .pricetype_txt { float: left; margin-right: 10px; color: #999; font-size: 13px; font-weight: bold; line-height: 25px; }
.tourgroup_ziliao_right_head span { color: #000; }
.tourgroup_ziliao_right_note, .tourgroup_ziliao_right_bz { margin: 10px 0; color: #333; font-size: 14px; line-height: 25px; white-space: pre-line; }
.tourgroup_ziliao_right_xc { margin: 10px 0; }
.tourgroup_ziliao_right_xc p { margin: 0; padding: 0; color: #333; font-size: 14px; line-height: 25px; }
.tourgroup_ziliao_content_right h5 { margin: 0; color: #000; font-size: 13px; font-weight: bold; line-height: 28px; }
.tourgroup_ziliao_content_right .tourgroup_ziliao_price { margin: 10px 0; color: #333; font-size: 13px; }
.tourgroup_ziliao_content_right .tourgroup_ziliao_price > .pricetype { float: left; margin-top: 11px; margin-right: 10px; color: #000; font-weight: bold; }
.tourgroup_ziliao_content_right .price1, .tourgroup_ziliao_content_right .price2 { float: left; margin-right: 20px; }
.tourgroup_ziliao_content_right .price3 { float: left; margin-top: 11px; margin-right: 20px; text-decoration: line-through; }
.tourgroup_ziliao_content_right .price1 i { color: #e90000; font-size: 13px; }
.tourgroup_ziliao_content_right .price1 em { color: #e90000; font-size: 25px; font-weight: 700; font-style: normal; }
.tourgroup_ziliao_content_right .price2 i { color: #f15927; font-size: 13px; }
.tourgroup_ziliao_content_right .price2 em { color: #f15927; font-size: 25px; font-weight: 700; font-style: normal; }
.tourgroup_ziliao_content_right .price3 i, .tourgroup_ziliao_content_right .price3 em { color: #333; font-size: 13px; font-weight: normal; font-style: normal; }
.tourgroup_ziliao_prod_calendar { margin: 20px 0; }
.tourgroup_ziliao_prod_calendar .prod_calendar { float: left; width: 574px; }
.calendar { width: 100%; border: 1px solid #fafafa; position: relative; border-collapse: collapse; }
.calendar th { height: 25px; }
.calendar .monthRow th { height: 40px; color: #fff; background-color: #71808c; }
.calendar .nextMonth, .calendar .preMonth, .calendar .thisMonth { float: left; width: 66px; height: 25px; line-height: 25px; display: block; cursor: pointer; }
.calendar .nextMonth img, .calendar .preMonth img { margin-top: 5px; }
.calendar .fulltime { height: 25px; line-height: 25px; }
.calendar .weekRow th { color: #fff; background-color: #71808c; font-weight: bold; }
.calendar tr td { width: 82px; height: 62px; vertical-align: top; padding: 4px; border: 1px solid #f2f2f2; color: #999; font-weight: bold; }
.calendar tr .pq { padding: 0; }
.calendar tr .pqSelected { background-color: #ffe866; }
.calendar tr .pq a { display: block; width: 80px; height: 62px; padding: 4px; color: #000; line-height: 18px; text-decoration: none; cursor: pointer; }
.calendar tr td a:hover { background-color: #f4ffe0; text-decoration: none; }
.calendar tr td a .sy { color: #74bf40; text-align: left; }
.calendar tr td a .price { width: 59px; color: #ff6b09; text-align: left; font-size: 12px; }
.calendar tr .pqSelected a:hover { background-color: #ffe866; }
.calendar tr .nextMonthDay, .calendar tr .nextMonthDay a, .calendar tr .prevMonthDay, .calendar tr .prevMonthDay a { background-color: #fafafa; }
.calendar tr .pqSelected a, .calendar tr .pqSelected a .price, .calendar tr .pqSelected a .sy { color: #f55; }
.tourgroup_ziliao_content_select_grouplist { color: #999; font-size: 15px; }
.tourgroup_ziliao_content_select_grouplist span { color: #333; font-weight: bold; }
.tourgroup_ziliao_content_select_grouplist p { display: inline-block; margin: 0; padding: 0; color: #999; font-size: 12px; }
.rec_form_1 { height: 28px; margin: 0 6px; border: 1px solid #bbb; }
.tourgroup_ziliao_content_2 { overflow: hidden; margin: 10px auto 0; padding-bottom: 10px; }
.tourgroup_prod_nav .tourgroup_prod_nav_box { width: 100%; }
.tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item { position: relative; width: 100%; margin: 0 auto; background: #535d63; }
.tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li { float: left; width: 110px; height: 46px; line-height: 46px; border-bottom: 3px solid #535d63; color: #fff; text-align: center; font-size: 16px; cursor: pointer; }
.tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li.active, .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li:hover { color: #ffd800; border-bottom-color: #ffd800; }
.tourgroup_ziliao_content_3 { margin: 10px 0; }
.legacy-detail-section { clear: both; padding: 5px 20px; border-bottom: 0; background: #fff; color: #444; font-size: 14px; line-height: 30px; }
.legacy-detail-section h2 { margin: 0 0 12px; color: #333; font-size: 18px; font-weight: bold; line-height: 36px; border-bottom: 1px solid #eee; }
.legacy-detail-section p { margin: 0; color: #444; line-height: 30px; white-space: pre-line; }
.legacy-detail-section img { display: block; max-width: 100%; height: auto; margin: 0 auto 8px; }
.legacy-site-row { display: grid; grid-template-columns: 70px 1fr; padding: 14px 0; border-top: 1px solid #eee; }
.legacy-site-row b { color: var(--brand); }
.legacy-site-row h3 { margin: 0 0 6px; font-size: 16px; font-weight: 400; }
.legacy-site-row p { margin: 0; }
.legacy-empty { color: #999 !important; }
.detail-redesign { padding: 0; background: #f5f6fa; }
.detail-page-inner { width: 1250px; margin: 0 auto; padding: 0; background: transparent; box-shadow: none; }
.detail-info-panel,
.detail-media-schedule-panel,
.detail-content-panel {
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(35, 28, 54, 0.06);
}
.detail-info-panel {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(420px, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 14px 18px 16px;
}
.detail-info-main,
.detail-info-aside {
  min-width: 0;
}
.detail-info-aside {
  display: flex;
  align-items: center;
  padding-left: 22px;
  border-left: 1px solid #edf0f5;
}
.detail-info-aside[hidden] {
  display: none;
}
.detail-hero-panel {
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  gap: 28px;
  padding: 24px;
}
.detail-media-schedule-panel {
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 20px;
  padding: 24px;
}
.detail-gallery {
  width: 520px;
  min-width: 520px;
}
.detail-redesign .tourgroup_ziliao_pic,
.detail-redesign .tourgroup_ziliao_big_pic {
  width: 520px;
  height: 390px;
  overflow: hidden;
}
.detail-redesign .tourgroup_ziliao_big_pic img {
  width: 520px;
  height: 390px;
  object-fit: cover;
  border-radius: 6px;
  background: #f1f2f6;
}
.detail-redesign .tourgroup_ziliao_small_pic {
  height: 86px;
  padding-top: 12px;
}
.detail-redesign .tourgroup_ziliao_small_pic .s_img_box {
  float: none;
  width: 520px;
  height: 70px;
  margin: 4px 0 0;
}
.detail-redesign .tourgroup_ziliao_small_pic .s_img_box li {
  width: 122px;
  margin-left: 8px;
}
.detail-redesign .tourgroup_ziliao_small_pic .s_img_box li img {
  height: 68px;
  object-fit: cover;
  border-color: #e1e4ec;
  border-radius: 4px;
}
.detail-redesign .tourgroup_ziliao_small_pic .s_img_box li.active img,
.detail-redesign .tourgroup_ziliao_small_pic .s_img_box li img:hover {
  border: 2px solid #7b159f;
}
.detail-product-card {
  float: none;
  width: auto;
  max-height: none;
  overflow: visible;
}
.detail-kicker {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  color: #7b159f;
  background: #f6eef9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.detail-product-card h1 {
  margin: 8px 0 8px;
  color: #202327;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}
.detail-base-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  background: #fafbfe;
  border: 0;
  border-radius: 6px;
}
.detail-base-facts div { min-width: 0; }
.detail-base-facts dt {
  color: #8a93a2;
  font-size: 12px;
}
.detail-base-facts dd {
  margin: 4px 0 0;
  color: #293241;
  font-size: 14px;
  font-weight: 700;
}
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.detail-tags span {
  min-height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #5d2877;
  background: #fbf5ff;
  border: 1px solid #ead8f2;
  border-radius: 4px;
  font-size: 12px;
}
.detail-brief {
  max-height: 72px;
  margin: 0 0 14px;
  overflow: hidden;
  color: #5f6876;
  font-size: 14px;
  line-height: 1.75;
}
.detail-selected-card {
  padding: 0;
  color: #303948;
}
.detail-selected-meta {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 6px 24px;
  align-items: center;
  color: #4d5868;
  font-size: 14px;
  line-height: 1.7;
}
.detail-selected-meta span {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}
.detail-selected-meta b {
  color: #7a8491;
  font-weight: 700;
}
.detail-selected-meta strong {
  color: #111827;
  font-weight: 800;
}
.detail-feature-highlights {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #202327;
  font-size: 14px;
  line-height: 1.7;
}
.detail-feature-highlights li {
  position: relative;
  padding-left: 16px;
}
.detail-feature-highlights li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #202327;
  font-size: 12px;
}
.detail-selected-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.detail-selected-head div {
  min-height: 48px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 8px 12px;
  background: #fbfcff;
  border: 1px solid #eef1f5;
  border-radius: 6px;
}
.detail-selected-head span {
  color: #8a93a2;
  font-size: 12px;
}
.detail-selected-head strong {
  color: #202327;
  font-size: 14px;
}
.detail-selected-note {
  margin-top: 12px;
  padding: 12px;
  color: #5f6876;
  background: #fffaf2;
  border: 1px solid #f1e2c6;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-line;
}
.detail-selected-card .tourgroup_ziliao_price {
  margin: 10px 0 0;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #efe8f4;
  border-left: 4px solid #7b159f;
  border-radius: 6px;
}
.detail-selected-card .detail-price-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.detail-selected-card .detail-price-summary div {
  min-width: 0;
  color: #1f2937;
  font-size: 14px;
}
.detail-selected-card .detail-price-summary span {
  margin-right: 8px;
  color: #1f2937;
  font-weight: 700;
}
.detail-selected-card .detail-price-summary strong {
  color: #7b159f;
  font-size: 20px;
  font-weight: 800;
}
.detail-selected-card .detail-price-summary em {
  margin-left: 6px;
  color: #4d5868;
  font-style: normal;
}
.detail-selected-card .tourgroup_ziliao_price > .pricetype {
  color: #3f2a4d;
}
.detail-selected-card .price1 em,
.detail-selected-card .price2 em {
  color: #7b159f;
  font-size: 26px;
}
.detail-summary-title {
  margin: 8px 0 10px;
  color: #202327;
  font-size: 15px;
  font-weight: 800;
}
.detail-summary-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-summary-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #4d5868;
  font-size: 13px;
  line-height: 1.65;
}
.detail-summary-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  color: #fff;
  background: #7b159f;
  border-radius: 4px;
  font-size: 12px;
}
.detail-schedule-panel {
  margin-top: 20px;
  padding: 20px 24px 24px;
}
.detail-section-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}
.detail-section-heading strong {
  color: #202327;
  font-size: 18px;
}
.detail-section-heading::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #7b159f;
  border-radius: 999px;
}
.detail-section-heading span {
  color: #8a93a2;
  font-size: 13px;
}
.detail-schedule-grid {
  display: block;
}
.detail-redesign .tourgroup_ziliao_prod_calendar {
  margin: 0;
}
.detail-redesign .tourgroup_ziliao_prod_calendar .prod_calendar {
  float: none;
  width: 100%;
}
.detail-redesign .calendar .monthRow th,
.detail-redesign .calendar .weekRow th {
  background: #7b159f;
}
.detail-redesign .calendar tr .pqSelected {
  background: #f4e8fb;
}
.detail-redesign .calendar tr .pqSelected a {
  color: #7b159f;
}
.detail-redesign .calendar tr td a .price {
  color: #e60012;
}
.detail-redesign .calendar tr td a .sy {
  color: var(--brand);
}
.detail-redesign .tourgroup_ziliao_content_select_grouplist {
  min-height: 120px;
  margin-top: 14px;
  padding: 16px;
  color: #657083;
  background: #fbfcff;
  border: 1px solid #edf0f5;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
}
.detail-redesign .tourgroup_ziliao_content_select_grouplist:empty {
  display: none;
}
.detail-redesign .rec_form_1 {
  min-width: 150px;
  height: 34px;
  border: 1px solid #d9deea;
  border-radius: 4px;
}
.detail-redesign #legacyBookingBarHost {
  height: 0;
  margin: 0;
  overflow: visible;
}
.detail-redesign .div_bottom_bm_button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0 -8px 24px rgba(35, 28, 54, 0.08);
}
.detail-redesign .div_bottom_bm_button .main {
  width: min(100% - 32px, 1250px);
}
.detail-redesign .placeanorder_num {
  min-height: 76px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.detail-redesign .placeanorder_num_left {
  flex: 1;
}
.detail-redesign .placeanorder_num_item {
  margin-right: 18px;
}
.detail-redesign .placeanorder_total_price {
  min-width: 150px;
  color: #7b159f;
}
.detail-redesign .placeanorder_total_price em {
  color: #7b159f;
  font-size: 28px;
}
.detail-redesign .placeanorder_btn a {
  min-width: 132px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #7b159f;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.detail-redesign .placeanorder_btn a:hover {
  background: #651180;
}
.detail-content-panel {
  margin-top: 20px;
  padding: 0 0 18px;
}
.detail-redesign .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item {
  background: #fff;
  border-bottom: 1px solid #eceef4;
}
.detail-redesign .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px;
}
.detail-redesign .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li {
  width: auto;
  min-width: 104px;
  height: 52px;
  padding: 0 8px;
  color: #4d5868;
  border-bottom: 3px solid transparent;
  font-size: 15px;
}
.detail-redesign .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li.active,
.detail-redesign .tourgroup_prod_nav .tourgroup_prod_nav_box .tourgroup_prod_nav_item ul li:hover {
  color: #7b159f;
  border-bottom-color: #7b159f;
}
.detail-redesign .tourgroup_ziliao_content_3 {
  margin: 0;
  padding: 6px 22px 0;
}
.detail-redesign .legacy-detail-section {
  padding: 18px 0 20px;
  border-bottom: 1px solid #eef1f5;
}
.detail-redesign .legacy-detail-section:last-child {
  border-bottom: 0;
}
.detail-redesign .legacy-detail-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #202327;
  font-size: 18px;
  border-bottom: 0;
}
.detail-redesign .legacy-detail-section h2::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #7b159f;
  border-radius: 999px;
}
.detail-redesign .legacy-detail-section p {
  color: #4d5868;
  line-height: 1.9;
}
.detail-redesign .legacy-site-row {
  grid-template-columns: 64px 1fr;
  padding: 16px 0;
}
.detail-redesign .legacy-site-row b {
  color: var(--brand);
}
.product-head-main { height: 114px; display: grid; grid-template-columns: 520px 1fr 230px; align-items: center; gap: 28px; }
.product-old-brand { display: flex; align-items: center; gap: 14px; }
.product-old-brand img:first-child { width: 270px; height: auto; }
.product-old-brand img:last-child { width: 205px; height: auto; }
.product-old-tel { width: 215px; height: auto; }
.legacy-detail-page > .legacy-container { width: 1250px; }
.old-selected-group { padding: 0; color: #555; line-height: 1.75; }
.old-selected-group p { margin: 9px 0; }
.old-meta { color: #777; font-size: 13px; }
.old-note { min-height: 58px; line-height: 1.8; white-space: pre-line; }
.old-price strong { color: var(--brand); font-size: 25px; font-style: italic; }
.old-pay-price span { text-decoration: line-through; }
.old-selected-group h3 { margin: 14px 0 5px; font-size: 15px; }
.legacy-detail-page .legacy-selected-group { border: 0; }
.detail-group-loading, .detail-group-error, .detail-no-groups { min-height: 100px; display: grid; place-items: center; color: #777; background: #fafafa; }
.div_bottom_bm_button { position: fixed; left: 0; bottom: 0; width: 100%; height: 60px; min-height: 0; z-index: 60; background: #fefee6; border-top: 0; box-shadow: none; overflow: hidden; }
.div_bottom_bm_button .main { width: min(100% - 32px, 1250px); height: 60px; margin: 0 auto; background: #fefee6; }
.div_bottom_bm_button .placeanorder_num { position: relative; height: 60px; background: #fefee6; overflow: hidden; }
.div_bottom_bm_button .placeanorder_num_left { float: left; max-width: 900px; padding: 12px 0 12px 40px; }
.div_bottom_bm_button .placeanorder_num_item { float: left; padding: 0 15px 0 0; }
.div_bottom_bm_button .placeanorder_num_stepper { float: left; }
.div_bottom_bm_button .placeanorder_num_stepper > label { float: left; padding: 0 6px 0 0; line-height: 36px; color: #333; }
.div_bottom_bm_button .placeanorder_stepper { position: relative; width: 120px; height: 36px; overflow: hidden; border: 1px solid #ddd; text-align: center; }
.div_bottom_bm_button .placeanorder_stepper .minus_btn, .div_bottom_bm_button .placeanorder_stepper .plus_btn { position: relative; z-index: 1; width: 30px; height: 34px; line-height: 34px; cursor: pointer; text-align: center; }
.div_bottom_bm_button .placeanorder_stepper .minus_btn { float: left; }
.div_bottom_bm_button .placeanorder_stepper .plus_btn { float: right; }
.div_bottom_bm_button .placeanorder_stepper input { position: absolute; inset: 0; width: 58px; height: 34px; margin: auto; border: 0; background: 0 0; text-align: center; line-height: 34px; }
.div_bottom_bm_button .minus_icon,
.div_bottom_bm_button .plus_icon { position: relative; width: 12px; height: 12px; display: inline-block; vertical-align: middle; }
.div_bottom_bm_button .minus_icon::before,
.div_bottom_bm_button .plus_icon::before { content: ""; position: absolute; left: 1px; top: 5px; width: 10px; height: 2px; background: #555; border-radius: 2px; }
.div_bottom_bm_button .plus_icon::after { content: ""; position: absolute; left: 5px; top: 1px; width: 2px; height: 10px; background: #555; border-radius: 2px; }
.div_bottom_bm_button .minus_icon.disabled::before,
.div_bottom_bm_button .plus_icon.disabled::before,
.div_bottom_bm_button .plus_icon.disabled::after { background: #bbb; }
.div_bottom_bm_button .placeanorder_price { float: left; margin-left: 6px; line-height: 36px; color: #f55; }
.div_bottom_bm_button .placeanorder_total_price { float: left; height: 36px; padding: 12px 20px 0 0; line-height: 36px; color: #f55; font-size: 24px; }
.div_bottom_bm_button .placeanorder_total_price em { display: inline-block; padding: 0 20px 0 0; font-size: 32px; font-style: normal; font-weight: 700; }
.div_bottom_bm_button .placeanorder_num_right { float: right; width: 300px; max-width: 300px; }
.div_bottom_bm_button .placeanorder_btn { float: right; width: 160px; height: 60px; line-height: 60px; text-align: center; cursor: pointer; }
.div_bottom_bm_button .placeanorder_btn a { display: block; width: 100%; height: 100%; color: #fff; background: #ff9800; font-size: 18px; }
.div_bottom_bm_button .placeanorder_smyd { float: right; height: 60px; padding: 0 18px 0 0; line-height: 60px; color: #444; font-size: 18px; cursor: pointer; }
.div_bottom_bm_button .cruise-date label { float: left; padding: 0 8px 0 0; line-height: 36px; color: #333; }
.div_bottom_bm_button .date_item { float: left; line-height: 36px; color: #f55; font-size: 20px; }
.div_bottom_bm_button .cruise_info { margin: 0; padding: 0; list-style: none; }
.div_bottom_bm_button .cruise_info li { float: left; margin-left: 20px; line-height: 36px; }
.div_bottom_bm_button .cruise_info li span { display: inline-block; margin-left: 5px; color: #f55; font-size: 20px; line-height: 36px; vertical-align: -3px; }
.div_bottom_bm_button .cruise_total { height: 30px; padding-left: 20px; color: #f55; font-size: 24px; line-height: 30px; }
.div_bottom_bm_button .cruise_total em { display: inline-block; padding: 0 20px 0 0; font-size: 32px; font-style: normal; font-weight: 700; }
.div_bottom_bm_button .hide { display: none; }
.legacy-booking-bottom.div_bottom_bm_button { height: 60px; min-height: 60px; background: #fff; overflow: hidden; }
.legacy-booking-bottom.div_bottom_bm_button .main { width: min(100% - 32px, 1250px); height: 60px; background: #fff; }
.legacy-booking-bottom .main_left { float: left; max-width: 900px; }
.legacy-booking-bottom .main_left > .radio { float: left; width: 30px; padding-top: 17px; }
.legacy-booking-bottom .main_left > .term { float: left; width: calc(100% - 35px); padding-top: 10px; line-height: 20px; }
.legacy-booking-bottom .main_left > .term > a { color: #2fabff; text-decoration: underline; font-weight: bold; }
.legacy-booking-bottom .main_right { float: right; width: 300px; min-width: 300px; max-width: 300px; }
.legacy-booking-bottom .zxkf { float: left; width: 100px; height: 60px; padding-top: 20px; color: #999; text-align: center; }
.legacy-booking-bottom .submit { float: left; width: 200px; height: 60px; line-height: 60px; text-align: center; }
.legacy-booking-bottom .booking-submit { display: block; width: 100%; height: 60px; border: 0; background: #ff9800; color: #fff; font-size: 20px; cursor: pointer; }
.legacy-booking-bottom .booking-submit:disabled { background: #bbb; cursor: not-allowed; }

.detail-redesign .div_bottom_bm_button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  height: 76px;
  min-height: 76px;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(35, 28, 54, 0.08);
}
.detail-redesign .div_bottom_bm_button .main {
  width: min(100% - 32px, 1250px);
  height: 76px;
  background: #fff;
}
.detail-redesign .div_bottom_bm_button .placeanorder_num {
  height: 76px;
  min-height: 0;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  overflow: visible;
}
.detail-redesign .div_bottom_bm_button .placeanorder_num_left {
  flex: 1;
  max-width: none;
  padding: 0;
}
.detail-redesign .div_bottom_bm_button .placeanorder_num_item {
  padding: 0;
  margin-right: 18px;
}
.detail-redesign .div_bottom_bm_button .placeanorder_total_price {
  min-width: 150px;
  height: auto;
  padding: 0;
  color: #7b159f;
}
.detail-redesign .div_bottom_bm_button .placeanorder_total_price em {
  color: #7b159f;
  font-size: 28px;
}
.detail-redesign .div_bottom_bm_button .placeanorder_num_right {
  width: auto;
  max-width: none;
}
.detail-redesign .div_bottom_bm_button .placeanorder_btn {
  width: auto;
  height: auto;
  line-height: normal;
}
.detail-redesign .div_bottom_bm_button .placeanorder_btn a {
  min-width: 132px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7b159f;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
}
.legacy-detail-page {
  padding-bottom: 0;
}
.legacy-detail-page + .legacy-friend-links {
  display: none;
}

.cms-list-page { min-height: 60vh; padding: 30px 0 70px; background: var(--soft); }
.cms-list-page.cms-news-page, .article-detail-page.cms-news-page { padding-top: 0; }
.cms-news-banner { width: 100%; margin: 0 0 34px; overflow: hidden; background: #e9e9e9; }
.cms-news-banner img, .cms-news-banner video { width: 100%; height: auto; display: block; }
.cms-breadcrumb { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #7a8491; font-size: 14px; }
.cms-breadcrumb a:hover { color: var(--brand); }
.cms-breadcrumb span { color: #c2c8ce; }
.cms-breadcrumb strong { color: #9aa3ad; font-weight: 400; }
.cms-list-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 30px; align-items: start; }
.article-detail-page .cms-list-layout { gap: 20px; }
.cms-list-sidebar > div { overflow: hidden; background: #fff; border: 1px solid #edf0f2; border-radius: 8px; box-shadow: 0 4px 14px rgba(39, 25, 50, .04); }
.cms-list-sidebar h2 { margin: 0; padding: 20px 22px; color: #222; font-size: 18px; border-bottom: 1px solid #edf0f2; }
.cms-list-sidebar nav { display: grid; }
.cms-list-sidebar a { min-height: 48px; display: flex; align-items: center; padding: 0 20px; color: #4c5968; border-left: 3px solid transparent; font-size: 14px; font-weight: 700; }
.cms-list-sidebar a.active, .cms-list-sidebar a:hover { color: var(--brand); background: var(--brand-soft); border-left-color: var(--brand); }
.cms-article-sidebar .cms-side-block { overflow: hidden; background: #fff; border: 1px solid #ddd; border-radius: 0; box-shadow: none; }
.cms-article-sidebar h2 { padding: 12px 14px; font-size: 16px; font-weight: 400; border-bottom: 1px solid #ddd; }
.cms-side-carousel { position: relative; height: 204px; overflow: hidden; border-bottom: 1px solid #eee; }
.cms-article-sidebar .cms-side-feature { min-height: 0; display: block; padding: 0; color: #222; border-left: 0; border-bottom: 1px solid #eee; font-size: 13px; font-weight: 400; }
.cms-side-carousel .cms-side-feature { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.cms-side-carousel .cms-side-feature.active { opacity: 1; pointer-events: auto; }
.cms-article-sidebar .cms-side-feature:hover { color: var(--brand); background: #fafafa; border-left: 0; }
.cms-article-sidebar .cms-side-feature img { width: 100%; height: 128px; display: block; object-fit: cover; background: #f2f2f2; }
.cms-article-sidebar .cms-side-feature span { height: 128px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); font-size: 14px; font-weight: 700; }
.cms-article-sidebar .cms-side-feature strong { display: block; padding: 10px 14px 12px; color: inherit; font-size: 14px; font-weight: 700; line-height: 1.45; }
.cms-article-sidebar .cms-side-list a { display: block; width: 100%; min-height: 39px; min-width: 0; box-sizing: border-box; padding: 0 14px; overflow: hidden; color: #222; border-left: 0; border-bottom: 1px solid #eee; font-size: 13px; font-weight: 400; line-height: 39px; text-overflow: ellipsis; white-space: nowrap; }
.cms-article-sidebar .cms-side-list a:hover { color: var(--brand); background: #fafafa; border-left: 0; }
.cms-article-sidebar .cms-side-empty { min-height: 42px; display: flex; align-items: center; padding: 0 14px; color: var(--muted); font-size: 13px; }
.cms-list-main { min-width: 0; }
.cms-page-head { margin-bottom: 20px; }
.cms-page-head h1 { margin: 0; color: #222; font-size: 32px; }
.cms-list-stack { display: grid; gap: 18px; }
.cms-list-card { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; min-height: 176px; padding: 18px; background: #fff; border: 1px solid #edf0f2; border-radius: 8px; box-shadow: 0 4px 14px rgba(39, 25, 50, .04); transition: transform .2s, box-shadow .2s; }
.cms-list-card:hover { transform: translateX(4px); box-shadow: 0 8px 20px rgba(39, 25, 50, .08); }
.cms-list-media { width: 200px; height: 140px; display: grid; place-items: center; overflow: hidden; color: var(--brand); background: var(--brand-soft); border-radius: 8px; font-weight: 700; }
.cms-list-media img { width: 100%; height: 100%; object-fit: cover; }
.cms-list-copy { min-width: 0; display: flex; flex-direction: column; }
.cms-list-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.cms-list-meta span { padding: 4px 9px; color: var(--brand); background: var(--brand-soft); border-radius: 4px; font-size: 12px; font-weight: 700; }
.cms-list-meta time { color: #9aa3ad; font-size: 12px; }
.cms-list-copy h2 { margin: 0 0 10px; color: #222; font-size: 21px; line-height: 1.42; }
.cms-list-copy h2 a:hover { color: var(--brand); }
.cms-list-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.cms-empty { min-height: 180px; display: grid; place-items: center; color: var(--muted); background: #fff; border: 1px dashed var(--line); }

.article-detail-page { min-height: 60vh; padding: 30px 0 70px; background: var(--soft); }
.article-detail, .fixed-page-card { position: relative; padding: 42px 48px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 4px 14px rgba(39, 25, 50, .04); }
.article-detail-head { margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid #edf0f2; }
.article-detail-head h1, .article-detail h1 { margin: 0 0 16px; color: #222; font-size: 34px; line-height: 1.35; }
.article-detail-head div { display: flex; gap: 14px; color: #8b96a3; font-size: 13px; }
.article-detail-head span { color: var(--brand); font-weight: 700; }
.article-content { color: #3d4a5a; font-size: 17px; line-height: 1.9; }
.article-content img { max-width: 100%; height: auto; }
.article-content p { margin: 0 0 16px; }
.wechat-article-content { color: #3d4a5a; font-size: 16px; line-height: 1.8; overflow: hidden; }
.wechat-article-content img { max-width: 100%; height: auto; }
.wechat-article-content section,
.wechat-article-content p,
.wechat-article-content span,
.wechat-article-content div { box-sizing: border-box; }
.article-source-link { display: flex; align-items: center; gap: 22px; margin-top: 32px; padding-top: 18px; border-top: 1px solid #edf0f2; color: #8b96a3; font-size: 14px; }
.article-source-link p { display: inline-flex; align-items: center; gap: 4px; margin: 0; }
.article-source-link strong { color: #4b5563; font-weight: 600; }
.article-source-link a { color: var(--brand); font-weight: 700; text-decoration: none; }
.article-source-link a:hover { text-decoration: underline; }

.fixed-page { min-height: 60vh; padding: 0 0 70px; background: var(--soft); }
.fixed-page-banner { width: 100%; height: 395px; margin: 0 0 26px; overflow: hidden; background: #e9e9e9; }
.fixed-page-banner img { width: 100%; height: 395px; display: block; object-fit: cover; object-position: center; }
.fixed-page-content img { max-width: 100%; height: auto; }
.fixed-contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fixed-contact-list dl { margin: 0; padding: 16px 18px; background: #fafafa; border: 1px solid #edf0f2; }
.fixed-contact-list dt { margin-bottom: 7px; color: #7a8491; font-size: 13px; }
.fixed-contact-list dd { margin: 0; color: #222; font-size: 17px; font-weight: 700; }
.fixed-map-module { margin: 28px 0 8px; padding: 28px 32px; background: linear-gradient(135deg, #f7fbfd 0%, #fff 64%); border: 1px solid #e1e8ee; border-radius: 6px; }
.fixed-map-module::before { content: ""; display: block; height: 190px; margin-bottom: 22px; background: repeating-linear-gradient(0deg, rgba(112, 130, 150, .14) 0 1px, transparent 1px 36px), repeating-linear-gradient(90deg, rgba(112, 130, 150, .14) 0 1px, transparent 1px 36px), #eef5f7; border: 1px solid #d9e5ea; }
.fixed-map-copy h3 { margin: 0 0 10px; color: #202b36; font-size: 22px; line-height: 1.35; }
.fixed-map-copy p { margin: 0 0 14px; color: #596777; }
.fixed-map-copy a { display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 18px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; background: var(--brand); border-radius: 4px; }
.fixed-map-copy a:hover { background: var(--brand-dark); }
.fixed-video-module { margin: 24px 0; }
.fixed-video-module video { width: 100%; max-height: 560px; display: block; background: #111; }

.site-footer { padding: 38px 0; color: #dce7e8; background: #20383b; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: 20px; }
.site-footer p { margin: 6px 0; }
.site-error { min-height: 60vh; display: grid; place-content: center; gap: 14px; padding: 40px; text-align: center; }
.site-error h1 { margin: 0; }
.site-error a { color: var(--brand); font-weight: 700; }

@media (max-width: 1280px) {
  .legacy-container { width: min(100% - 32px, 1250px); }
  .legacy-head-main { grid-template-columns: 330px minmax(280px, 1fr) 190px; gap: 18px; }
  .home-services-grid { grid-template-columns: repeat(3, 1fr); }
  .home-products-grid, .home-theme-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .legacy-head-main { height: auto; grid-template-columns: 1fr; padding: 16px 0; }
  .legacy-brand strong { font-size: 28px; }
  .legacy-hotline { padding-left: 14px; border-left-width: 6px; }
  .legacy-nav { height: auto; }
  .legacy-nav .legacy-container { flex-wrap: wrap; }
  .home-hero { min-height: 520px; }
  .home-hero h1 { font-size: 40px; }
  .home-hero-copy p, .home-hero-copy > div { font-size: 16px; }
  .home-hero-copy nav { flex-wrap: wrap; }
  .home-hero-stats .legacy-container { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .home-search-panel form { grid-template-columns: 1fr; }
  .home-search-panel button { width: 100%; }
  .home-services-grid, .home-products-grid, .home-theme-grid, .home-articles-layout { grid-template-columns: 1fr; }
  .home-destination-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .home-destination-grid a, .home-destination-main { min-height: 220px; grid-column: auto; grid-row: auto; }
  .home-products-head { grid-template-columns: 1fr; gap: 12px; padding-bottom: 12px; }
  .home-products-head nav { flex-wrap: wrap; }
  .home-products-head button { height: 40px; }
  .home-products-head > a { text-align: left; }
  .home-article-feature h3 { font-size: 24px; }
  .fixed-page-banner, .fixed-page-banner img { height: 220px; }
  .article-detail, .fixed-page-card { padding: 24px 18px; }
  .fixed-contact-list { grid-template-columns: 1fr; }
  .fixed-map-module { padding: 20px 18px; }
  .fixed-map-module::before { height: 150px; }
}
