@charset "UTF-8";

:root { --pink: #ff5d79; --pink-soft: #fff0f3; --pink-pale: #fff8f9; --ink: #14243a; --ink-soft: #52647a; --line: #233c59; --paper: #fffafa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; }
button, summary { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.topbar { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 18px; color: #fff; background: var(--pink); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }.brand img { width: 35px; height: 35px; object-fit: cover; border-radius: 50%; border: 2px solid #fff; }
.top-download { padding: 9px 16px; color: var(--pink); background: #fff; border: 1px solid #fff; border-radius: 999px; font-size: 14px; font-weight: 900; }.top-download:hover, .top-download:focus-visible { color: #fff; background: var(--ink); border-color: var(--ink); }
.hero-shell { min-height: 620px; display: grid; grid-template-columns: clamp(220px, 15vw, 278px) minmax(0, 1fr); background: #fff; }.channel-rail { padding: 18px 10px 35px; display: flex; flex-direction: column; background: #fff; border-right: 2px solid var(--line); }.channel-rail ul { margin: 0; padding: 0; list-style: none; }.channel-rail li + li { margin-top: 10px; }.channel-rail a { min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border: 2px solid var(--line); border-radius: 4px; font-size: 16px; font-weight: 900; transition: background .16s ease, color .16s ease, border-color .16s ease; }.channel-rail a:hover, .channel-rail a:focus-visible, .channel-rail a.is-current { color: #fff; background: var(--pink); border-color: var(--pink); }.channel-rail small { font-size: 11px; }.channel-rail > p { margin: auto 14px 0; padding-top: 32px; color: var(--pink); font-size: 13px; font-style: italic; border-top: 1px solid #c5ccd5; }.rail-toggle { display: none; }
.hero-stage { min-width: 0; min-height: 620px; position: relative; display: flex; align-items: center; padding: clamp(36px, 8vw, 140px); background: url("../images/bjt.jpg") center center / cover no-repeat; isolation: isolate; }.hero-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(12,24,39,.9) 0 38%, rgba(12,24,39,.35) 64%, rgba(12,24,39,.04)); }.hero-copy { max-width: 570px; padding: 28px 34px 30px; color: #fff; background: rgba(11,25,42,.88); border-left: 7px solid var(--pink); }.hero-kicker, .section-heading > p { margin: 0 0 7px; color: var(--pink); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.hero-copy h1 { margin: 0; font-size: clamp(56px, 7vw, 96px); line-height: .9; letter-spacing: -.08em; }.hero-slogan { display: table; margin: 22px 0 0; padding: 3px 8px; color: #fff; background: var(--pink); font-size: clamp(27px, 3.7vw, 50px); font-weight: 900; line-height: 1.15; }.hero-description { max-width: 480px; margin: 20px 0; font-size: 16px; }.hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 21px; }.hero-tags span { padding: 3px 9px; border: 1px solid rgba(255,255,255,.68); border-radius: 4px; font-size: 12px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 19px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; transition: background .16s ease, color .16s ease, border-color .16s ease; }.button b { font-size: 20px; line-height: 1; }.button-primary { color: #fff; background: var(--pink); border-color: var(--pink); }.button-primary:hover, .button-primary:focus-visible { color: var(--ink); background: #fff; border-color: #fff; }.age-label { display: block; margin-top: 17px; color: #d7dce3; font-size: 12px; }
.content-wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }.section-block { padding: 82px 0 0; scroll-margin-top: 78px; }.section-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 15px; margin-bottom: 24px; }.section-heading h2 { margin: 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.05; letter-spacing: -.055em; }.section-heading > span { color: var(--ink-soft); font-size: 14px; }
.guide-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: stretch; }.schedule-table { border: 2px solid var(--line); border-radius: 5px; overflow: hidden; }.schedule-row { min-height: 57px; display: grid; grid-template-columns: 75px 132px minmax(0,1fr); align-items: center; border-top: 1px solid var(--line); }.schedule-row:first-child { border-top: 0; }.schedule-row > * { padding: 9px 13px; }.schedule-row > * + * { border-left: 1px solid var(--line); }.schedule-head { min-height: 45px; color: #fff; background: var(--ink); }.schedule-row strong { font-size: 14px; }.schedule-row span { font-size: 13px; }.cover-strip { min-width: 0; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 6px; padding: 6px; border: 2px solid var(--line); border-radius: 5px; overflow: hidden; }.cover-strip figure { min-width: 0; margin: 0; position: relative; background: var(--pink-soft); }.cover-strip img { width: 100%; height: 100%; min-height: 166px; object-fit: contain; }.cover-strip figcaption, .mosaic figcaption, .browse-art figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px; color: #fff; background: rgba(20,36,58,.82); font-size: 12px; font-weight: 800; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.value-grid article, .steps-grid article { min-height: 180px; padding: 21px; border: 2px solid #c9d1dc; border-radius: 6px; background: #fff; }.value-grid span, .steps-grid b { display: block; color: var(--pink); font-size: 13px; font-weight: 900; }.value-grid h3, .steps-grid h3 { margin: 18px 0 7px; font-size: 19px; }.value-grid p, .steps-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.browse-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: stretch; }.browse-copy { padding: 23px; border: 2px solid var(--line); border-radius: 6px; }.browse-copy .section-heading { margin-bottom: 18px; }.browse-copy ol { margin: 0; padding: 0; list-style: none; }.browse-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 13px 0; border-top: 1px solid #c7cfda; }.browse-copy li b { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--pink); border-radius: 50%; font-size: 14px; }.browse-copy h3 { margin: 0; font-size: 16px; }.browse-copy p { margin: 4px 0 0; color: var(--ink-soft); font-size: 14px; }.browse-art { min-height: 340px; margin: 0; position: relative; overflow: hidden; border: 2px solid var(--line); border-radius: 6px; background: var(--pink-soft); }.browse-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }.steps-grid article { min-height: 160px; }.steps-grid h3 { margin-top: 22px; }.faq-list { border-top: 2px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 17px 12px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--pink); font-size: 22px; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 850px; margin: 0; padding: 0 12px 18px; color: var(--ink-soft); font-size: 14px; }.faq-list p a { color: var(--pink); text-decoration: underline; }
.mosaic { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 176px; gap: 10px; }.mosaic figure { margin: 0; position: relative; overflow: hidden; border: 2px solid var(--line); border-radius: 5px; background: var(--pink-soft); }.mosaic-main { grid-column: span 2; grid-row: span 2; }.mosaic figure:last-child { grid-column: span 2; }.mosaic img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .25s ease; }.mosaic figure:hover img { transform: scale(1.025); }
.voices-section { margin-top: 82px; padding: 75px 0; color: #fff; background: var(--ink); }.section-heading-dark > p { color: #ffb5c2; }.section-heading-dark > span { color: #ccd7e2; }.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.review-card { min-height: 154px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 17px; border: 1px solid #60738a; border-radius: 6px; }.review-avatar { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; font-weight: 900; }.review-card header { display: flex; justify-content: space-between; gap: 8px; }.review-card header span, .review-card time { color: #cad4df; font-size: 11px; }.review-card p { margin: 11px 0; font-size: 13px; line-height: 1.65; }.review-card time { display: block; text-align: right; }
.download-section { padding: 88px 24px; text-align: center; background: var(--pink-soft); }.download-section > div { max-width: 650px; margin: auto; }.download-section p { margin: 0; color: var(--pink); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.download-section h2 { margin: 10px 0; font-size: clamp(32px,5vw,52px); line-height: 1.05; letter-spacing: -.06em; }.download-section span { display: block; margin-bottom: 22px; color: var(--ink-soft); }
.site-footer { min-height: 210px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; padding: 43px max(24px, calc((100% - 1200px) / 2)); color: #fff; background: var(--ink); }.footer-brand img { border-color: var(--pink); }.site-footer p { margin: 9px 0 0; color: #cad4df; font-size: 13px; }.site-footer ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; margin: 4px 0 0; padding: 0; list-style: none; font-size: 14px; }.site-footer ul a:hover { color: #ffb5c2; }.site-footer small { grid-column: 1/-1; justify-self: center; color: #c4d0dc; text-align: center; }.back-top { width: 42px; height: 42px; position: fixed; right: 20px; bottom: 20px; display: grid; place-items: center; padding: 0; color: #fff; background: var(--pink); border: 2px solid #fff; border-radius: 50%; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 15; font-size: 20px; }.back-top.is-visible { opacity: 1; pointer-events: auto; }.back-top:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
@media (max-width: 900px) { .hero-shell { grid-template-columns: 1fr; }.channel-rail { padding: 0; border: 0; border-bottom: 2px solid var(--line); }.channel-rail > p { display: none; }.rail-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; color: #fff; background: var(--ink); border: 0; font: inherit; font-weight: 900; cursor: pointer; }.channel-rail ul { display: none; padding: 10px; }.channel-rail ul.is-open { display: block; }.hero-stage { min-height: 550px; padding: 45px 24px; }.hero-copy { max-width: 600px; }.guide-layout, .browse-section { grid-template-columns: 1fr; }.cover-strip { overflow-x: auto; grid-template-columns: repeat(5,142px); }.review-grid { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; }.site-footer ul { justify-content: flex-start; } }
@media (max-width: 620px) { body { padding-top: 57px; }.topbar { width: 100%; height: 57px; position: fixed; top: 0; left: 0; padding: 0 12px; transform: translateZ(0); will-change: transform; }.brand { font-size: 18px; }.brand img { width: 30px; height: 30px; }.top-download { padding: 8px 10px; font-size: 12px; }.hero-stage { min-height: 520px; padding: 28px 14px; }.hero-copy { padding: 23px 18px; }.hero-copy h1 { font-size: 57px; }.hero-slogan { font-size: 31px; }.hero-description { font-size: 14px; }.content-wrap { width: min(100% - 28px, 1200px); }.section-block { padding-top: 58px; }.section-heading { display: block; }.section-heading h2 { margin-bottom: 8px; }.schedule-table { overflow-x: auto; }.schedule-row { min-width: 540px; }.value-grid, .steps-grid { grid-template-columns: 1fr; }.value-grid article, .steps-grid article { min-height: 0; }.mosaic { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 145px; }.mosaic-main { grid-column: span 2; grid-row: span 2; }.mosaic figure:last-child { grid-column: span 2; }.voices-section, .download-section { padding: 58px 14px; }.site-footer { padding: 35px 14px; text-align: center; justify-items: center; }.site-footer .footer-brand { justify-content: center; }.site-footer ul { justify-content: center; }.site-footer small { justify-self: center; }.back-top { right: 12px; bottom: 12px; } }
@media (hover: none) and (pointer: coarse) { a, button, summary { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; touch-action: manipulation; } a:active, button:active, summary:active { transition: none !important; animation: none !important; } }
@media (hover: none) { .top-download:hover { color: var(--pink); background: #fff; border-color: #fff; }.button-primary:hover { color: #fff; background: var(--pink); border-color: var(--pink); }.channel-rail a:hover { color: var(--ink); background: #fff; border-color: var(--line); }.channel-rail a.is-current:hover { color: #fff; background: var(--pink); border-color: var(--pink); } }
