:root { --ink:#182230; --muted:#748092; --paper:#f6f8fb; --line:#e5e9ef; --navy:#1c2e48; --blue:#2e6ed8; --cyan:#42c5bd; --orange:#f39c68; --card:#ffffff; --shadow:0 18px 50px rgba(29,47,74,.10); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif; line-height:1.7; } a { color:inherit; text-decoration:none; } img { display:block; max-width:100%; height:auto; } button,a { -webkit-tap-highlight-color:transparent; } :focus-visible { outline:3px solid #71a8ff; outline-offset:3px; }
.site-header { background:rgba(246,248,251,.92); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:20; backdrop-filter:blur(18px); } .header-inner { max-width:1200px; margin:auto; min-height:76px; padding:0 28px; display:flex; align-items:center; gap:25px; } .brand img { width:168px; } .main-nav { display:flex; align-items:center; gap:4px; flex:1; } .nav-item { color:#69758a; font-size:14px; padding:10px 10px; border-radius:10px; display:flex; gap:6px; align-items:center; white-space:nowrap; } .nav-item span { color:var(--blue); font-size:15px; } .nav-item:hover,.nav-item.is-active { color:var(--navy); background:#e9eff8; } .nav-item.is-active { font-weight:700; } .header-search { width:38px; height:38px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--blue); font-size:22px; } .header-search span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); } .menu-toggle { display:none; }
.container { max-width:1200px; margin:0 auto; padding:0 28px; } .hero { margin-top:28px; border-radius:28px; overflow:hidden; min-height:470px; position:relative; background:linear-gradient(115deg,#132943,#315b79 52%,#a4c5c8); color:white; } .hero:before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 80% 28%,rgba(255,244,198,.65),transparent 15%),linear-gradient(90deg,rgba(14,31,52,.94),rgba(14,31,52,.3)); } .hero-art { position:absolute; right:0; top:0; bottom:0; width:57%; background:linear-gradient(90deg,rgba(22,47,74,1),transparent 35%),url('https://tse-mm.bing.com/th?q=夜色海港灯塔电影宽幅场景') center/cover; opacity:.9; } .hero-content { position:relative; max-width:610px; padding:86px 68px; z-index:1; } .eyebrow { color:#9bded3; font-size:12px; letter-spacing:.2em; font-weight:800; } h1,h2,h3,p { margin-top:0; } h1 { font-size:clamp(38px,5vw,68px); line-height:1.08; letter-spacing:-.05em; margin:16px 0 18px; } h1 a { border-bottom:2px solid rgba(255,255,255,.35); } .hero-content p { color:#dce9ef; max-width:500px; font-size:17px; } .hero-note { margin-top:24px; color:#c2d2dc; font-size:13px; } .button { display:inline-flex; align-items:center; gap:10px; background:var(--orange); color:#1b2b3b; padding:12px 18px; border-radius:999px; font-weight:800; margin-top:20px; } .button:hover { transform:translateY(-2px); box-shadow:0 10px 20px rgba(0,0,0,.15); } .button-light { background:white; color:var(--navy); } .hero-reel { position:absolute; right:8%; bottom:36px; display:flex; align-items:center; gap:10px; color:#d8e5eb; font-size:12px; } .reel-line { width:150px; height:3px; background:linear-gradient(90deg,var(--orange) 60%,rgba(255,255,255,.28) 60%); }
.section { padding:76px 0 0; } .section-head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:25px; } .section-title { font-size:30px; line-height:1.2; letter-spacing:-.04em; margin:8px 0 0; } .section-intro { max-width:490px; color:var(--muted); margin:7px 0 0; } .text-link { color:var(--blue); font-weight:700; white-space:nowrap; } .feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; } .feature { background:#fff; border:1px solid var(--line); padding:23px; border-radius:18px; } .feature-icon { color:var(--blue); font-size:26px; margin-bottom:16px; } .feature h3 { font-size:17px; margin-bottom:5px; } .feature p { color:var(--muted); font-size:13px; margin:0; }
.media-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:17px; } .media-card { min-width:0; } .poster { display:block; border-radius:16px; overflow:hidden; position:relative; background:#dfe7ec; aspect-ratio:3/4; box-shadow:0 8px 20px rgba(35,54,73,.08); } .poster img { width:100%; height:100%; object-fit:cover; transition:transform .35s; } .poster:hover img { transform:scale(1.04); } .poster:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 58%,rgba(7,20,33,.54)); } .poster-tag { position:absolute; left:12px; top:12px; background:rgba(255,255,255,.88); color:var(--navy); padding:3px 8px; border-radius:99px; font-size:10px; z-index:2; } .play-dot { position:absolute; right:12px; bottom:12px; z-index:2; width:30px; height:30px; border-radius:50%; background:var(--orange); display:grid; place-items:center; font-size:11px; } .card-meta { display:flex; justify-content:space-between; gap:8px; padding:11px 2px 0; } .card-meta h3 { font-size:15px; margin:0; } .card-meta p,.card-date { color:var(--muted); font-size:12px; margin:2px 0 0; } .card-date { white-space:nowrap; }
.split-band { display:grid; grid-template-columns:1fr 1.15fr; gap:24px; align-items:stretch; } .editorial { background:var(--navy); color:white; padding:37px; border-radius:22px; position:relative; overflow:hidden; } .editorial:after { content:"✦"; position:absolute; right:25px; bottom:-30px; color:rgba(255,255,255,.08); font-size:190px; } .editorial p { color:#c4d2df; position:relative; z-index:1; } .editorial .text-link { color:#9bded3; position:relative; z-index:1; } .feature-film { min-height:285px; border-radius:22px; overflow:hidden; position:relative; background:url('https://tse-mm.bing.com/th?q=城市夜景人物电影剧照') center/cover; } .feature-film:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(12,27,43,.9),transparent 70%); } .feature-film div { position:absolute; z-index:1; left:28px; bottom:24px; color:white; } .feature-film h3 { font-size:25px; margin:4px 0; }
.calendar { background:#fff; border:1px solid var(--line); border-radius:20px; display:grid; grid-template-columns:repeat(5,1fr); overflow:hidden; } .day { padding:22px 18px; border-right:1px solid var(--line); min-height:150px; } .day:last-child { border:0; } .day strong { display:block; color:var(--blue); font-size:13px; } .day h3 { font-size:16px; margin:14px 0 4px; } .day p { color:var(--muted); font-size:12px; margin:0; }
.guide-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .guide { border-top:2px solid var(--blue); padding:18px 4px 0; } .guide b { font-size:32px; color:#d3dce8; } .guide h3 { margin:6px 0; } .guide p { color:var(--muted); font-size:14px; } .faq-list { display:grid; grid-template-columns:1fr 1fr; gap:14px; } details { background:#fff; border:1px solid var(--line); border-radius:14px; padding:17px 19px; } summary { cursor:pointer; font-weight:700; } details p { color:var(--muted); margin:12px 0 0; font-size:14px; } .subscribe-band { max-width:1200px; margin:80px auto 0; border-radius:24px; padding:36px 42px; background:linear-gradient(100deg,#315a74,#203953); color:white; display:flex; justify-content:space-between; align-items:center; gap:24px; overflow:hidden; } .subscribe-band h2 { font-size:30px; margin:10px 0; } .subscribe-copy p { color:#ccdce3; max-width:570px; margin:0; } .subscribe-action { display:flex; gap:18px; align-items:center; } .qr-mark { width:72px; height:72px; background:white; padding:10px; display:grid; grid-template-columns:repeat(3,1fr); gap:4px; border-radius:8px; } .qr-mark i { background:var(--navy); } .qr-mark i:nth-child(2),.qr-mark i:nth-child(4){ background:var(--cyan); } .site-footer { max-width:1200px; margin:0 auto; padding:55px 28px 25px; } .footer-main { display:grid; grid-template-columns:2fr 1fr 1fr; gap:35px; padding-bottom:40px; } .footer-brand img { width:150px; } .footer-main p { color:var(--muted); max-width:330px; font-size:13px; margin-top:17px; } .footer-links { display:flex; flex-direction:column; gap:8px; color:var(--muted); font-size:13px; } .footer-links strong { color:var(--ink); margin-bottom:5px; } .footer-bottom { border-top:1px solid var(--line); padding-top:19px; display:flex; justify-content:space-between; gap:20px; color:#9aa5b2; font-size:11px; }
.page-title { padding:70px 0 36px; } .page-title h1 { color:var(--navy); font-size:clamp(38px,5vw,60px); margin:10px 0; } .page-title p { color:var(--muted); max-width:620px; } .breadcrumbs { font-size:12px; color:var(--muted); padding-top:28px; } .breadcrumbs a { color:var(--blue); } .category-layout { display:grid; grid-template-columns:1.8fr 1fr; gap:24px; } .content-panel { background:#fff; border:1px solid var(--line); border-radius:22px; padding:27px; } .content-panel h2 { margin-top:0; } .detail-wrap { padding:28px 0 70px; } .detail-head { display:grid; grid-template-columns:280px 1fr; gap:35px; align-items:start; } .detail-poster { border-radius:18px; overflow:hidden; aspect-ratio:3/4; background:#dfe7ec; } .detail-poster img { width:100%; height:100%; object-fit:cover; } .detail-info h1 { font-size:44px; color:var(--navy); margin:0 0 10px; } .detail-info .lead { color:var(--muted); font-size:16px; max-width:650px; } .chips { display:flex; gap:8px; flex-wrap:wrap; margin:18px 0; } .chip { border:1px solid var(--line); color:var(--muted); padding:5px 10px; border-radius:99px; font-size:12px; } .player-panel { margin-top:40px; background:#101a27; color:white; padding:20px; border-radius:22px; } .player-panel h2 { font-size:18px; margin:0 0 12px; } .player-panel video { width:100%; max-height:560px; border-radius:13px; background:#060b12; } .player-note { color:#adbac6; font-size:12px; margin:12px 0 0; } .episode-nav { display:flex; justify-content:space-between; margin-top:26px; gap:10px; } .episode-nav a { padding:11px 15px; border-radius:10px; background:#293b51; color:white; font-size:13px; } .save-button { border:0; cursor:pointer; margin-left:8px; background:#eaf0f6; color:var(--navy); padding:11px 15px; border-radius:10px; font:inherit; } .save-button.saved { background:#d9f1ec; color:#11675f; } .shorts-layout { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; } .shorts-layout .poster { aspect-ratio:9/14; } .rank-list { display:grid; gap:12px; } .rank-row { background:#fff; border:1px solid var(--line); border-radius:15px; display:grid; grid-template-columns:50px 90px 1fr auto; gap:18px; align-items:center; padding:11px; } .rank-num { font-size:26px; color:var(--orange); font-weight:900; text-align:center; } .rank-thumb { aspect-ratio:3/4; border-radius:9px; overflow:hidden; } .rank-thumb img { width:100%; height:100%; object-fit:cover; } .rank-row h3 { margin:0; font-size:17px; } .rank-row p { margin:3px 0 0; color:var(--muted); font-size:13px; } .rank-row .text-link { font-size:13px; }
@media (max-width:1050px){ .header-inner{gap:12px;padding:0 20px}.nav-item{padding:9px 7px;font-size:12px}.feature-grid{grid-template-columns:repeat(2,1fr)}.media-grid{grid-template-columns:repeat(4,1fr)}.shorts-layout{grid-template-columns:repeat(4,1fr)}.hero-content{padding-left:48px} }
@media (max-width:760px){ .header-inner{min-height:68px}.brand img{width:144px}.menu-toggle{display:flex;border:0;background:transparent;flex-direction:column;gap:4px;padding:8px;color:var(--navy);margin-left:auto}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy)}.menu-toggle b{font-size:9px;font-weight:600;margin-top:2px}.main-nav{display:none;position:absolute;left:14px;right:14px;top:74px;background:white;border:1px solid var(--line);border-radius:16px;padding:9px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.nav-item{padding:11px 12px}.header-search{display:none}.container{padding:0 17px}.hero{margin-top:14px;min-height:520px;border-radius:22px}.hero-art{width:100%;opacity:.55}.hero-content{padding:62px 25px}.hero-content p{font-size:15px}.hero-reel{left:25px;right:auto;bottom:26px}.section{padding-top:52px}.section-head{display:block;margin-bottom:18px}.section-head .text-link{display:inline-block;margin-top:12px}.section-title{font-size:25px}.feature-grid{grid-template-columns:1fr 1fr;gap:10px}.feature{padding:16px}.feature-icon{margin-bottom:8px}.media-grid{grid-template-columns:repeat(2,1fr);gap:14px}.split-band,.category-layout{grid-template-columns:1fr}.calendar{grid-template-columns:1fr 1fr}.day{min-height:120px}.day:nth-child(2){border-right:0}.day:nth-child(-n+3){border-bottom:1px solid var(--line)}.day:last-child{border-bottom:0}.guide-grid,.faq-list{grid-template-columns:1fr}.subscribe-band{margin-top:55px;border-radius:0;padding:29px 22px;display:block}.subscribe-band h2{font-size:25px}.subscribe-action{margin-top:22px}.footer-main{grid-template-columns:1fr 1fr;gap:25px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}.page-title{padding:48px 0 25px}.page-title h1{font-size:42px}.detail-head{grid-template-columns:1fr;gap:20px}.detail-poster{max-width:250px}.detail-info h1{font-size:36px}.rank-row{grid-template-columns:35px 65px 1fr}.rank-row .text-link{display:none}.shorts-layout{grid-template-columns:repeat(2,1fr)} }