:root{
	--fz-bg:#090a0f;
	--fz-panel:#11131b;
	--fz-panel-2:#171a24;
	--fz-line:rgba(255,255,255,.09);
	--fz-text:#f5f7fb;
	--fz-muted:#9aa3b4;
	--fz-pink:#ff2f7d;
	--fz-green:#35d49b;
	--fz-gold:#f4bd48;
	--fz-blue:#59a7ff;
}
html,body{max-width:none!important;letter-spacing:0;background:var(--fz-bg);color:var(--fz-text)}
body{padding-bottom:0}
a{text-decoration:none}
.fz-topbar{position:sticky;top:0;z-index:1001;background:rgba(9,10,15,.96);border-bottom:1px solid var(--fz-line);backdrop-filter:blur(16px)}
.fz-topbar-main{display:flex;align-items:center;justify-content:center;gap:14px;max-width:1240px;margin:0 auto;padding:10px 16px}
.fz-logo{display:flex;align-items:center;gap:8px;min-width:0;color:#fff;font-weight:800}
.fz-logo:hover{color:#fff}
.fz-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:28px;border-radius:6px;background:linear-gradient(135deg,var(--fz-pink),#ff6a3d);font-size:13px}
.fz-logo-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fz-search{display:flex;flex:1;min-width:160px;max-width:420px;margin:0}
.fz-search input{flex:1;min-width:0;height:36px;border:1px solid var(--fz-line);border-radius:6px 0 0 6px;padding:0 12px;background:#0f1118;color:#fff}
.fz-search button{height:36px;border:0;border-radius:0 6px 6px 0;padding:0 14px;background:var(--fz-pink);color:#fff;font-weight:700}
.fz-user{display:flex;align-items:center;gap:8px;white-space:nowrap}
.fz-user-link{display:inline-flex;align-items:center;height:32px;padding:0 11px;border:1px solid var(--fz-line);border-radius:6px;color:#fff;background:rgba(255,255,255,.04)}
.fz-user-link--primary{border-color:rgba(255,47,125,.55);background:rgba(255,47,125,.18)}
.fz-lang-box{position:relative;display:inline-flex;align-items:center}
.fz-lang-select{height:32px;min-width:112px;padding:0 28px 0 10px;border:1px solid var(--fz-line);border-radius:6px;background:#0f1118;color:#fff;font-size:13px;outline:none;appearance:none}
.fz-lang-box:after{content:"";position:absolute;right:10px;top:50%;margin-top:-3px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #c8cedb;pointer-events:none}
.fz-lang-select:focus{border-color:rgba(53,212,155,.45);box-shadow:0 0 0 2px rgba(53,212,155,.12)}
.fz-channelbar,.fz-subnav{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1240px;margin:0 auto;padding:0 16px 9px;overflow-x:auto;white-space:nowrap}
.fz-channelbar a{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:6px;color:#e9edf7;background:rgba(255,255,255,.05);border:1px solid transparent}
.fz-channelbar a:hover,.fz-channelbar a.active{color:#fff;border-color:rgba(53,212,155,.38);background:rgba(53,212,155,.14)}
.fz-subnav{padding-bottom:8px;font-size:13px}
.fz-subnav-label{color:var(--fz-muted)}
.fz-subnav a{color:#c8cedb;padding:4px 8px;border:1px solid var(--fz-line);border-radius:5px;background:rgba(255,255,255,.03)}
.fz-page-shell,.fz-detail,.fz-player,.fz-section{max-width:1180px;margin:0 auto}
.fz-page-shell{padding:18px 16px 28px}
.fz-ad-banner{padding:12px 16px 0}
.fz-ad-banner__inner{display:block;overflow:hidden;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.86)}
.fz-ad-banner__inner img,.fz-ad-banner__inner iframe{display:block;width:100%;max-width:100%;border:0}
.fz-ad-banner__link img{height:auto;object-fit:cover}
.fz-page-shell>.fz-ad-banner--slot,.fz-detail>.fz-ad-banner--slot{max-width:none;margin:14px 0;padding:0}
.fz-ad-banner--slot .fz-ad-banner__inner{width:100%;background:rgba(8,15,24,.82)}
.fz-ad-banner--slot img{display:block;width:100%;max-height:100px;object-fit:cover}
.fz-video-page{padding-top:18px}
.fz-video-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px;border:1px solid var(--fz-line);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,125,.16),rgba(53,212,155,.08) 54%,rgba(89,167,255,.08));box-shadow:0 18px 50px rgba(0,0,0,.26)}
.fz-video-hero h1{margin:0 0 8px;color:#fff;font-size:30px;line-height:1.15}
.fz-video-hero p{margin:0;color:#c2c9d8;line-height:1.65}
.fz-video-cats-panel{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;align-items:center;margin-top:14px;padding:16px;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.82);box-shadow:0 14px 36px rgba(0,0,0,.18)}
.fz-video-cats-head span{display:inline-flex;height:22px;align-items:center;padding:0 8px;border-radius:4px;background:rgba(255,47,125,.16);color:#ff8fba;font-size:12px;font-weight:800}
.fz-video-cats-head strong{display:block;margin-top:8px;color:#fff;font-size:20px;line-height:1.2}
.fz-video-cats-head em{display:block;margin-top:5px;color:var(--fz-muted);font-size:13px;font-style:normal}
.fz-video-cats-body{display:grid;gap:10px;min-width:0}
.fz-video-cats{display:flex;align-items:center;gap:8px;overflow-x:auto;white-space:nowrap;color:#c8cedb}
.fz-video-cats a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04);color:#dfe4ef;text-decoration:none}
.fz-video-cats a:hover,.fz-video-cats a.active{border-color:rgba(255,47,125,.55);background:linear-gradient(135deg,rgba(255,47,125,.24),rgba(53,212,155,.12));color:#fff}
.fz-video-cats--sub a{min-height:30px;padding:0 11px;font-size:13px;color:#b9c3d4}
.fz-section-sub{color:var(--fz-muted);font-size:13px}
.fz-section{padding:0;margin-top:18px;color:var(--fz-text)}
.fz-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px;color:#fff}
.fz-section-title h2{margin:0;font-size:20px;line-height:1.25}
.fz-section-title a{color:var(--fz-green);font-size:14px}
.fz-kicker{margin:0 0 8px;color:var(--fz-green);font-size:12px;font-weight:800;text-transform:uppercase}
.fz-live-hero,.fz-page-hero{border:1px solid var(--fz-line);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,125,.16),rgba(53,212,155,.08) 48%,rgba(244,189,72,.08));box-shadow:0 18px 50px rgba(0,0,0,.3)}
.fz-live-hero{padding:18px}
.fz-live-hero--compact{margin-bottom:18px}
.fz-live-hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.fz-live-hero h1,.fz-page-hero h1{margin:0 0 8px;font-size:30px;line-height:1.15;color:#fff}
.fz-live-hero p,.fz-page-hero p{margin:0;color:#c2c9d8;line-height:1.65}
.fz-live-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}
.fz-live-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-content:start;align-items:start}
.fz-live-room-grid--page{grid-template-columns:repeat(4,minmax(0,1fr))}
.fz-live-room,.fz-content-card,.fz-article-card,.fz-article-tile,.fz-channel-card{display:block;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.88);color:#fff;overflow:hidden;transition:transform .16s,border-color .16s,background .16s}
.fz-live-room:hover,.fz-content-card:hover,.fz-article-card:hover,.fz-article-tile:hover,.fz-channel-card:hover{transform:translateY(-2px);border-color:rgba(53,212,155,.45);background:#171a24;color:#fff}
.fz-live-thumb,.fz-content-thumb,.fz-article-cover{position:relative;overflow:hidden;background:#05060a}
.fz-live-thumb img,.fz-content-thumb img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:0}
.fz-article-cover img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:0}
.fz-live-thumb:after,.fz-content-thumb:after,.fz-article-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.7))}
.fz-live-badge,.fz-card-remarks{position:absolute;left:8px;top:8px;z-index:1;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;background:var(--fz-pink);color:#fff;font-size:12px;font-weight:800}
.fz-live-count,.fz-card-date{position:absolute;right:8px;bottom:8px;z-index:1;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;background:rgba(0,0,0,.68);color:#fff;font-size:12px}
.fz-content-thumb .mac_badge_top_right,.fz-gallery-cover .mac_badge_top_right,.fz-article-cover .mac_badge_top_right{position:absolute;top:8px;right:8px;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:4px;max-width:calc(100% - 16px)}
.fz-content-thumb .mac_vip_badge,.fz-gallery-cover .mac_vip_badge,.fz-article-cover .mac_vip_badge,.fz-content-thumb .mac_class_badge,.fz-gallery-cover .mac_class_badge,.fz-article-cover .mac_class_badge{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:4px;background:rgba(255,47,125,.92);color:#fff;font-size:11px;font-weight:800;line-height:22px}
.fz-content-thumb .mac_jinbi_badge,.fz-gallery-cover .mac_jinbi_badge,.fz-article-cover .mac_jinbi_badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:22px;border-radius:4px;background:rgba(244,189,72,.94)}
.fz-content-thumb .mac_jinbi_svg,.fz-gallery-cover .mac_jinbi_svg,.fz-article-cover .mac_jinbi_svg{display:block;width:15px;height:15px}
.fz-live-room-body,.fz-content-card h3,.fz-article-card-body{padding:10px}
.fz-live-room-body h3,.fz-content-card h3,.fz-article-card h3,.fz-article-tile h3{display:-webkit-box;margin:0;color:#fff;font-size:15px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fz-live-room-body p,.fz-article-card p,.fz-article-tile p{margin:6px 0 0;color:var(--fz-muted);font-size:13px;line-height:1.5}
.fz-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#aeb7c8}
.fz-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fz-content-card .fz-card-meta{margin:0;padding:0 10px 10px;font-size:12px}
.fz-live-room-foot{display:flex;align-items:center;justify-content:space-between;margin-top:9px;color:var(--fz-muted);font-size:12px}
.fz-live-room-foot em{font-style:normal;color:var(--fz-green)}
.fz-empty-state{display:flex;grid-column:1/-1;min-height:118px;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:1px dashed rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.035);color:var(--fz-muted);text-align:center}
.fz-empty-state strong{color:#fff;font-size:16px}
.fz-empty-state span{font-size:13px}
.fz-empty-state a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;margin-top:4px;padding:0 12px;border-radius:6px;background:rgba(53,212,155,.14);color:var(--fz-green)!important;font-size:13px;font-weight:800;text-decoration:none}
.fz-live-room ~ .fz-empty-state,.fz-content-card ~ .fz-empty-state,.fz-article-tile ~ .fz-empty-state,.fz-rank-list a ~ .fz-empty-state,.fz-gallery-card ~ .fz-empty-state,.fz-novel-item ~ .fz-empty-state{display:none}
.fz-conversion-card{border:1px solid rgba(244,189,72,.32);border-radius:8px;background:linear-gradient(180deg,rgba(244,189,72,.16),rgba(17,19,27,.94));padding:16px;color:#fff}
.fz-conversion-tag{display:inline-flex;height:24px;align-items:center;padding:0 8px;border-radius:4px;background:rgba(244,189,72,.18);color:var(--fz-gold);font-weight:800;font-size:12px}
.fz-conversion-card h2{margin:12px 0 8px;font-size:22px}
.fz-conversion-card p{color:#c8cedb}
.fz-conversion-perks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0}
.fz-conversion-perks span{padding:8px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04);font-size:13px;color:#e9edf7}
.fz-conversion-user{display:flex;gap:12px;align-items:flex-start;margin-top:12px}
.fz-conversion-avatar{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--fz-green),#21a9ff);color:#061015;font-weight:900}
.fz-conversion-card--user h2{margin-top:0}
.fz-conversion-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}
.fz-conversion-stats span{display:flex;min-height:56px;flex-direction:column;justify-content:center;gap:4px;padding:9px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04)}
.fz-conversion-stats b{color:#9aa3b5;font-size:12px}
.fz-conversion-stats strong{color:#fff;font-size:15px}
.fz-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.fz-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 15px;border:0;border-radius:6px;background:linear-gradient(135deg,var(--fz-pink),#ff6542);color:#fff!important;font-weight:800;text-decoration:none}
.fz-btn-live{background:linear-gradient(135deg,var(--fz-green),#21a9ff)}
.fz-btn-secondary{background:rgba(255,255,255,.1);border:1px solid var(--fz-line)}
.fz-btn-gold{background:linear-gradient(135deg,var(--fz-gold),#ef7b24)}
.fz-live-filters{display:flex;gap:8px;overflow-x:auto}
.fz-live-filters span{display:inline-flex;height:30px;align-items:center;padding:0 10px;border:1px solid var(--fz-line);border-radius:6px;color:#c8cedb;background:rgba(255,255,255,.04)}
.fz-live-filters .active{border-color:rgba(53,212,155,.45);background:rgba(53,212,155,.14);color:#fff}
.fz-card-grid{display:grid;gap:12px}
.fz-card-grid--video{grid-template-columns:repeat(6,minmax(0,1fr))}
.fz-content-card h3{min-height:42px}
.fz-card-access{margin:0 10px 10px;padding:6px 8px;border:1px solid rgba(244,189,72,.24);border-radius:6px;background:rgba(244,189,72,.08);color:var(--fz-gold);font-size:12px;font-weight:800;line-height:1.3;text-align:center}
.fz-home-split{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;max-width:1180px;margin:18px auto 0}
.fz-home-split>.fz-section{width:100%;max-width:none;margin:0}
.fz-article-compact{display:grid;gap:10px}
.fz-article-tile{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;padding:8px}
.fz-article-thumb{width:96px;height:70px;border-radius:6px;background:#111;overflow:hidden;flex:0 0 auto}
.fz-article-thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}
.fz-article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fz-article-cover span{position:absolute;left:8px;bottom:8px;z-index:1;height:22px;padding:0 8px;border-radius:4px;background:rgba(244,189,72,.92);color:#1a1200;font-size:12px;font-weight:800;line-height:22px}
.fz-article-card-body em{display:block;margin-top:8px;color:var(--fz-green);font-style:normal;font-size:12px}
.fz-art-cats-panel{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:14px;margin:0 0 18px;padding:14px;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.76)}
.fz-art-cats-head strong{display:block;color:#fff;font-size:18px}
.fz-art-cats-head span{display:block;margin-top:5px;color:var(--fz-muted);font-size:13px;line-height:1.5}
.fz-art-cats{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.fz-art-cats a{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 13px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04);color:#dfe4ef;text-decoration:none}
.fz-art-cats a:hover,.fz-art-cats a.active{border-color:rgba(255,47,125,.6);background:rgba(255,47,125,.16);color:#fff}
.fz-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.fz-gallery-card{display:block;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.9);color:#fff;overflow:hidden;text-decoration:none;transition:transform .16s,border-color .16s}
.fz-gallery-card:hover{transform:translateY(-2px);border-color:rgba(53,212,155,.38)}
.fz-gallery-cover{position:relative;background:#111722;overflow:hidden}
.fz-gallery-cover img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.fz-gallery-cover .fz-gallery-label{position:absolute;left:8px;bottom:8px;z-index:1;height:22px;padding:0 8px;border-radius:4px;background:rgba(255,47,125,.9);color:#fff;font-size:12px;font-weight:800;line-height:22px}
.fz-gallery-body{padding:10px}
.fz-gallery-body h3{display:-webkit-box;margin:0;color:#fff;font-size:15px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fz-gallery-body p{margin:7px 0 0;color:var(--fz-muted);font-size:12px;line-height:1.4}
.fz-gallery-body em{display:block;margin-top:8px;color:var(--fz-green);font-style:normal;font-size:12px}
.fz-novel-list{display:grid;gap:10px}
.fz-novel-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--fz-line);border-radius:8px;background:rgba(17,19,27,.86);color:#fff;text-decoration:none}
.fz-novel-item:hover{border-color:rgba(53,212,155,.36);background:rgba(21,25,35,.96)}
.fz-novel-main h3{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;color:#fff;font-size:16px;line-height:1.35}
.fz-novel-main p{display:-webkit-box;margin:8px 0 0;color:var(--fz-muted);font-size:13px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fz-novel-meta{display:flex;flex-direction:column;align-items:flex-end;gap:7px;color:var(--fz-muted);font-size:12px;white-space:nowrap}
.fz-novel-meta span{display:inline-flex;height:22px;align-items:center;padding:0 8px;border-radius:4px;background:rgba(244,189,72,.16);color:var(--fz-gold);font-weight:800}
.fz-channel-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1180px;margin:18px auto 0}
.fz-channel-card{padding:15px}
.fz-channel-card span{display:inline-flex;height:24px;align-items:center;padding:0 8px;border-radius:4px;background:rgba(255,47,125,.16);color:#ff8fba;font-size:12px;font-weight:800}
.fz-channel-card strong{display:block;margin-top:12px;color:#fff;font-size:18px}
.fz-channel-card em{display:block;margin-top:5px;color:var(--fz-muted);font-style:normal;font-size:13px}
.fz-rank-list{display:grid;gap:8px}
.fz-rank-list--grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.fz-rank-list a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:42px;padding:0 10px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04);color:#fff}
.fz-rank-list span{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:5px;background:rgba(255,47,125,.18);color:#ff8fba;font-weight:800}
.fz-rank-list em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}
.fz-rank-list small{color:var(--fz-muted)}
.fz-rank-list .fz-empty-state span,.fz-empty-state>span{display:block;width:auto;height:auto;padding:0;border-radius:0;background:transparent;color:var(--fz-muted);font-size:13px;font-weight:400;line-height:1.5}
.fz-page-hero{padding:20px;margin-bottom:18px}
.fz-page-hero .fz-actions{margin-top:14px}
.fz-detail,.fz-player{padding:18px 16px 0;color:#dfe4ef}
.fz-detail{max-width:1400px}
.fz-detail-hero{display:grid;grid-template-columns:390px minmax(0,1fr);gap:34px;align-items:stretch;min-height:480px;padding:14px;border:1px solid var(--fz-line);border-radius:8px;background:var(--fz-panel)}
.fz-detail-poster img{display:block;width:100%;height:400px;object-fit:cover;border-radius:6px;background:#05060a}
.fz-detail-play-btn{box-sizing:border-box;width:100%;min-height:44px;margin-top:12px;font-size:17px}
.fz-detail-play-btn--mobile{display:none}
.fz-detail-info{display:flex;min-width:0;min-height:456px;flex-direction:column;align-items:stretch;gap:12px}
.fz-detail-main{min-width:0;max-width:920px}
.fz-detail h1{min-height:132px;margin:0 0 10px;color:#fff;font-size:40px;line-height:1.1;text-align:left;overflow-wrap:anywhere;word-break:break-word}
.fz-meta{display:flex;flex-wrap:wrap;gap:10px 30px;margin:10px 0;color:#b6becc;font-size:18px}
.fz-meta em{font-style:normal;color:#7f8a9f}
.fz-detail-main .fz-actions{margin-top:14px}
.fz-detail-right-card{align-self:flex-end;width:min(100%,450px);margin-top:auto;padding:12px 14px;border:1px solid rgba(53,212,155,.24);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,125,.11),rgba(53,212,155,.08) 58%,rgba(17,19,27,.92));color:#fff}
.fz-detail-right-card strong{display:block;margin:7px 0 4px;font-size:14px;line-height:1.35}
.fz-detail-right-card p{margin:0 0 8px;color:#c8cedb;font-size:12px;line-height:1.45}
.fz-detail-right-card .fz-actions{justify-content:flex-end;margin-top:0}
.fz-detail-right-card .fz-btn{min-height:30px;padding:0 11px;font-size:13px}
.fz-content{margin-top:14px;padding:15px;border:1px solid var(--fz-line);border-radius:8px;background:var(--fz-panel);line-height:1.9;color:#dfe4ef}
.fz-content h2{margin:0 0 10px;color:#fff;font-size:19px}
.fz-content img{max-width:min(100%,420px);height:auto;margin:8px 10px 8px 0;border-radius:6px;background:#05060a}
.fz-play-source{margin-top:14px;padding:14px;border:1px solid var(--fz-line);border-radius:8px;background:var(--fz-panel)}
.fz-play-source h3{margin:0 0 10px;color:#fff;font-size:18px}
.fz-play-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.fz-play-list a{display:block;padding:7px 11px;border-radius:6px;background:rgba(255,255,255,.08);color:#fff}
.fz-play-list a.active,.fz-play-list a:hover{background:rgba(53,212,155,.2);color:#fff}
.fz-play-source--detail{margin-top:10px;padding:16px}
.fz-play-source--detail h3{font-size:22px}
.fz-detail>.fz-ad-banner{max-width:none;padding:16px 0 0}
.fz-player{padding-top:24px}
.fz-player-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}
.fz-player-title{margin:0;color:#fff;font-size:24px;font-weight:800;line-height:1.35}
.fz-kicker{color:#36e6a3;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0 0 8px}
.fz-player-head .fz-actions .fz-btn{height:40px;padding:0 18px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:700}
.fz-play-box{width:100%;min-height:0;border:1px solid rgba(48,91,145,.72);border-radius:16px;background:radial-gradient(circle at 50% 32%,rgba(13,47,82,.42),rgba(0,0,0,.96) 68%),#000;box-shadow:0 20px 80px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.06);overflow:hidden}
.fz-play-box .MacPlayer{width:100%!important;min-height:inherit}
.fz-play-box .MacPlayer iframe{display:block;width:100%;height:100%;border:0}
.fz-player-frame{display:block;width:100%;height:300px;border:0;background:#000}
.play-rule-note{max-width:1040px;margin:16px auto 0;padding:14px 18px;border-radius:12px;background:rgba(7,18,34,.72);border:1px solid rgba(35,231,164,.18);color:rgba(230,238,255,.76);font-size:14px;line-height:1.7}
.play-rule-note span{display:inline-block;margin-right:10px;padding:3px 9px;border-radius:999px;background:rgba(35,231,164,.12);color:#35e7a4;font-weight:800}
.fz-consume-panel{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;margin-top:14px;padding:14px;border:1px solid rgba(53,212,155,.24);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,125,.12),rgba(53,212,155,.08) 52%,rgba(17,19,27,.92));color:#fff}
.fz-consume-panel--compact{grid-template-columns:minmax(0,1fr) auto;margin-top:14px}
.fz-consume-main strong{display:block;margin-top:7px;color:#fff;font-size:17px;line-height:1.45}
.fz-consume-main p{margin:5px 0 0;color:#c8cedb;font-size:13px;line-height:1.6}
.fz-consume-tag{display:inline-flex;height:24px;align-items:center;padding:0 8px;border-radius:4px;background:rgba(53,212,155,.16);color:var(--fz-green);font-size:12px;font-weight:800}
.fz-consume-steps{display:grid;grid-template-columns:repeat(3,max-content);gap:8px}
.fz-consume-steps span{display:inline-flex;height:34px;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--fz-line);border-radius:6px;background:rgba(255,255,255,.04);color:#e9edf7;font-size:13px;white-space:nowrap}
.fz-consume-steps b{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:50%;background:var(--fz-gold);color:#1a1200;font-size:12px}
.fz-unlock-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid rgba(244,189,72,.3);border-radius:8px;background:rgba(244,189,72,.1);color:#fff}
.fz-unlock-strip strong,.fz-unlock-strip span{display:block}
.fz-unlock-strip span{margin-top:3px;color:#c8cedb;font-size:13px}
.fz-unlock-strip a{flex:0 0 auto;color:#101114;background:var(--fz-gold);border-radius:6px;padding:8px 12px;font-weight:800}
.fz-unlock-strip--detail{margin-top:10px;background:linear-gradient(135deg,rgba(244,189,72,.13),rgba(53,212,155,.06));border-color:rgba(244,189,72,.34)}
.fz-article{max-width:960px;margin:18px auto;padding:18px;border:1px solid var(--fz-line);border-radius:8px;background:var(--fz-panel);color:#dfe4ef}
.fz-article h1{font-size:26px;color:#fff;margin:0 0 10px}
.fz-article-meta{color:#b6becc;margin-bottom:12px}
.fz-article-content{margin-top:14px;line-height:1.9;font-size:16px}
.fz-page{margin:18px 0;text-align:center}
.fz-page ul{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}
.fz-page ul a,.fz-page ul span{display:block;padding:6px 10px;border:1px solid var(--fz-line);border-radius:5px;color:#fff;text-decoration:none}
.fz-page .active a,.fz-page .btns_disad{background:var(--fz-pink);border-color:var(--fz-pink);color:#fff}
.fz-page-tips{margin-top:8px;color:var(--fz-muted);font-size:13px}
.fz-footer{margin-top:24px;padding:22px 12px 28px;text-align:center;color:#858fa1;background:#07080c;border-top:1px solid var(--fz-line)}
.fz-footer p{margin:6px 0}
.fz-footer a{margin:0 7px;color:#c8cedb;text-decoration:none}
.fz-mobile-tabbar{display:none}
.fz-grid-empty{padding:24px;text-align:center;color:#aaa}
#manga_index_page .member-wrap{background:var(--fz-bg)}
#manga_index_page .container{max-width:1180px}
.fz-manga-hero-wrap{padding-bottom:0}
.show_no{color:var(--fz-muted)!important}
@media (min-width:768px){
	.fz-play-box{min-height:620px}
	.fz-player-frame{height:620px}
}
@media (max-width:900px){
	.fz-live-hero-grid,.fz-home-split{grid-template-columns:1fr}
	.fz-live-room-grid,.fz-live-room-grid--page{grid-template-columns:repeat(2,minmax(0,1fr))}
	.fz-consume-panel,.fz-consume-panel--compact{grid-template-columns:1fr}
	.fz-consume-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
	.fz-consume-steps span{justify-content:center}
	.fz-card-grid--video,.fz-article-grid,.fz-gallery-grid,.fz-channel-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
	.fz-rank-list--grid{grid-template-columns:1fr}
	.fz-conversion-card{order:-1}
	.fz-video-cats-panel,.fz-art-cats-panel{grid-template-columns:1fr}
	.fz-detail-hero{grid-template-columns:300px minmax(0,1fr);gap:18px;min-height:0}
	.fz-detail-poster img{height:320px}
	.fz-detail-info{min-height:0;align-items:stretch}
	.fz-detail h1{min-height:0;font-size:30px}
	.fz-detail-right-card{width:100%}
}
@media (max-width:640px){
	body{padding-bottom:68px}
	.fz-topbar-main{flex-wrap:wrap;justify-content:flex-start;padding:9px 10px}
	.fz-logo{width:100%}
	.fz-search{order:3;flex-basis:100%;max-width:none}
	.fz-user{margin-left:auto;font-size:13px}
	.fz-channelbar,.fz-subnav{justify-content:flex-start;padding-left:10px;padding-right:10px}
	.fz-page-shell,.fz-detail,.fz-player,.fz-ad-banner{padding-left:10px;padding-right:10px}
	.fz-page-shell>.fz-ad-banner--slot,.fz-detail>.fz-ad-banner--slot{margin:10px 0;padding:0}
	.fz-ad-banner--slot img{max-height:72px}
	.fz-live-hero,.fz-page-hero{padding:14px}
	.fz-video-page{padding-top:12px}
	.fz-video-hero{flex-direction:column;padding:14px}
	.fz-live-hero-head,.fz-player-head,.fz-unlock-strip{flex-direction:column;align-items:flex-start}
	.fz-live-hero h1,.fz-page-hero h1,.fz-video-hero h1{font-size:24px}
	.fz-video-cats-panel{padding:12px;gap:12px}
	.fz-video-cats-head strong{font-size:18px}
	.fz-live-room-grid,.fz-live-room-grid--page{grid-template-columns:1fr 1fr;gap:9px}
	.fz-card-grid--video{grid-template-columns:1fr 1fr;gap:9px}
	.fz-article-grid,.fz-channel-cards{grid-template-columns:1fr}
	.fz-gallery-grid{grid-template-columns:1fr 1fr;gap:9px}
	.fz-novel-item{grid-template-columns:1fr}
	.fz-novel-meta{align-items:flex-start;flex-direction:row;justify-content:space-between}
	.fz-detail-hero{grid-template-columns:110px minmax(0,1fr);gap:12px}
	.fz-detail-poster img{height:auto;aspect-ratio:3/4}
	.fz-detail-info{gap:10px}
	.fz-detail-right-card .fz-actions{justify-content:flex-start}
	.fz-detail h1,.fz-article h1{font-size:20px}
	.fz-article-tile{grid-template-columns:82px minmax(0,1fr)}
	.fz-article-thumb{width:82px;height:62px}
	.fz-footer{padding-bottom:88px}
	.fz-mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:1002;display:grid;grid-template-columns:repeat(5,1fr);height:58px;padding-bottom:env(safe-area-inset-bottom,0);background:rgba(9,10,15,.98);border-top:1px solid var(--fz-line);box-shadow:0 -10px 30px rgba(0,0,0,.35)}
	.fz-mobile-tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#b8c0cf;font-size:11px}
	.fz-mobile-tabbar i{font-size:16px;color:#fff}
	.fz-mobile-tabbar a:nth-child(2) i{color:var(--fz-pink)}
	.page-art-read .fz-mobile-tabbar,.page-manga-play .fz-mobile-tabbar{display:none}
}
body#reg.auth-ui-page{margin:0!important;padding:0!important;min-height:100vh;background:radial-gradient(circle at 18% 16%,rgba(255,47,125,.16),transparent 28%),radial-gradient(circle at 72% 30%,rgba(53,212,155,.14),transparent 34%),#080a10!important;color:var(--fz-text)}
body#reg.auth-ui-page .show-mobile,body#reg.auth-ui-page .no-show{display:none!important}
body#reg.auth-ui-page .auth-page-layout{display:block;box-sizing:border-box;width:min(100% - 32px,820px);min-height:0;margin:clamp(24px,7vh,78px) auto;border:1px solid var(--fz-line);border-radius:8px;background:rgba(9,11,18,.9);box-shadow:0 28px 90px rgba(0,0,0,.45);overflow:hidden}
body#reg.auth-ui-page .auth-page-hero{display:block;box-sizing:border-box;min-height:0;padding:24px 24px 12px;background:linear-gradient(145deg,rgba(255,47,125,.12),rgba(53,212,155,.08))}
body#reg.auth-ui-page .auth-page-hero:before{display:none}
body#reg.auth-ui-page .auth-page-form{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:0;padding:12px 24px 24px;background:linear-gradient(145deg,rgba(255,47,125,.12),rgba(53,212,155,.08));border-left:0}
body#reg.auth-ui-page .auth-page-form .reg-w.auth-shell{box-sizing:border-box;width:100%;max-width:380px;padding:22px 20px;background:rgba(17,19,27,.94);border:1px solid var(--fz-line);border-radius:8px;box-shadow:none}
body#reg.auth-ui-page .reg-logo.auth-logo{display:none!important}
body#reg.auth-ui-page .auth-page-form .auth-panel{margin:0}
body#reg.auth-ui-page .auth-page-form .auth-field-label{display:block;margin:12px 0 6px;color:#c8cedb;font-size:14px;font-weight:700;line-height:1.35}
body#reg.auth-ui-page .auth-page-form .auth-field-label:first-child{margin-top:0}
body#reg.auth-ui-page .auth-page-form .reg-group{display:flex;align-items:center;box-sizing:border-box;width:100%;height:42px;min-height:42px!important;margin:0 0 12px;padding:0 12px;background:#0f1118!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important}
body#reg.auth-ui-page .auth-page-form .reg-group .reg-control{display:block;box-sizing:border-box;width:100%;min-width:0;height:42px!important;padding:0;border:0;background:transparent;color:#eef2f8;font-size:14px;outline:0}
body#reg.auth-ui-page .auth-page-form .reg-group .reg-control::placeholder{color:#8e96a8}
body#reg.auth-ui-page .auth-page-form .reg-group.verify_code .reg-control{width:auto;flex:1}
body#reg.auth-ui-page .auth-page-form .reg-group.verify_code .m-hi{width:112px;height:32px;margin-left:10px;border-radius:5px;object-fit:cover}
body#reg.auth-ui-page .auth-forgot-row{margin:0 0 4px;text-align:right}
body#reg.auth-ui-page .auth-forgot-link,body#reg.auth-ui-page .auth-bottom-row a{color:var(--fz-green)!important;text-decoration:none}
body#reg.auth-ui-page .error-tip{display:block;margin:6px 0 0;color:#ff6d86;font-size:13px;line-height:1.4}
body#reg.auth-ui-page .auth-page-form .btn-sub.auth-page-btn{display:block;width:100%;height:42px;line-height:42px;margin:18px 0 0;padding:0;border:0;border-radius:6px;background:rgba(255,255,255,.12)!important;color:#fff!important;font-size:15px;font-weight:800;cursor:pointer}
body#reg.auth-ui-page .auth-page-form .btn-sub.auth-page-btn.is-active{background:linear-gradient(135deg,var(--fz-pink),#ff6542)!important}
body#reg.auth-ui-page .auth-bottom-row{margin-top:14px;color:var(--fz-muted);font-size:14px;text-align:center}
body#reg.auth-ui-page .reg-support-card{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:26px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(145deg,rgba(17,19,27,.9),rgba(12,38,34,.72));box-shadow:none;color:#fff}
body#reg.auth-ui-page .reg-support-eyebrow{display:inline-flex;align-items:center;height:26px;padding:0 9px;border-radius:5px;background:rgba(53,212,155,.14);color:var(--fz-green);font-size:12px;font-weight:800}
body#reg.auth-ui-page .reg-support-card h1{margin:12px 0;font-size:28px;line-height:1.18;color:#fff;letter-spacing:0}
body#reg.auth-ui-page .reg-support-card p{margin:0 0 12px;color:#c8cedb;font-size:15px;line-height:1.75}
body#reg.auth-ui-page .reg-support-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}
body#reg.auth-ui-page .reg-support-rule{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.045)}
body#reg.auth-ui-page .reg-support-rule strong{display:block;margin-bottom:6px;color:var(--fz-gold);font-size:17px}
body#reg.auth-ui-page .reg-support-rule span{display:block;color:#dfe4ef;font-size:15px;line-height:1.7}
body#reg.auth-ui-page .reg-support-note{padding:12px 14px;border:1px solid rgba(244,189,72,.26);border-radius:7px;background:rgba(244,189,72,.09);color:#f1d99d;font-size:14px;line-height:1.65}
body#reg.auth-ui-page .reg-support-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
body#reg.auth-ui-page .reg-support-primary,body#reg.auth-ui-page .reg-support-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 18px;border-radius:7px;font-size:16px;font-weight:800;color:#fff!important;text-decoration:none}
body#reg.auth-ui-page .reg-support-primary{background:linear-gradient(135deg,var(--fz-pink),#ff6542)}
body#reg.auth-ui-page .reg-support-secondary{border:1px solid var(--fz-line);background:rgba(255,255,255,.08)}
@media (max-width:820px){
	body#reg.auth-ui-page{padding:0 12px 20px!important;background:#080a10!important;background-image:none!important}
	body#reg.auth-ui-page .show-mobile{display:block!important}
	body#reg.auth-ui-page .auth-page-layout{display:block;width:auto;min-height:auto;margin:0;border:0;background:none;box-shadow:none;overflow:visible}
	body#reg.auth-ui-page .auth-page-hero{display:block;min-height:auto;padding:10px 0 0;background:transparent}
	body#reg.auth-ui-page .auth-page-form{display:block;min-height:auto;padding:0;background:transparent;border-left:0}
	body#reg.auth-ui-page .auth-page-form .reg-w.auth-shell{width:auto;margin:14px auto 18px;padding:20px 16px 18px;background:rgba(17,19,27,.95)}
	body#reg.auth-ui-page .auth-page-form .reg-group{height:44px;min-height:44px!important}
	body#reg.auth-ui-page .auth-page-form .reg-group .reg-control{height:44px!important}
	body#reg.auth-ui-page .auth-page-form .btn-sub.auth-page-btn{height:44px;line-height:44px}
	body#reg.auth-ui-page .reg-support-card{width:auto;padding:18px 16px;margin:0 auto}
	body#reg.auth-ui-page .reg-support-card h1{font-size:25px;line-height:1.22}
	body#reg.auth-ui-page .reg-support-card p{font-size:14px;line-height:1.7}
	body#reg.auth-ui-page .reg-support-rules{grid-template-columns:1fr;gap:8px}
	body#reg.auth-ui-page .reg-support-actions{grid-template-columns:1fr 1fr}
}
@media (max-width:420px){
	body#reg.auth-ui-page .reg-support-actions{grid-template-columns:1fr}
}

.fz-detail{max-width:1400px;margin:0 auto}
.fz-detail-hero{grid-template-columns:400px minmax(0,1fr);gap:30px;min-height:520px;padding:20px 18px;align-items:stretch}
.fz-detail-poster{display:flex;min-width:0;flex-direction:column}
.fz-detail-poster img{height:420px;object-fit:cover}
.fz-detail-info{min-height:440px;align-items:stretch}
.fz-detail-main{max-width:980px}
.fz-detail h1{min-height:138px;max-width:980px;font-size:38px;line-height:1.16;text-align:left}
.fz-detail-right-card{align-self:flex-end;width:min(100%,450px);margin-top:auto}
.fz-play-source--detail{margin-top:12px;padding:20px;border-radius:8px}
.fz-play-source--detail h3{font-size:22px}
.fz-play-source--detail .fz-play-list a{padding:10px 16px;font-size:16px}
.fz-detail>.fz-ad-banner,.fz-detail>.ads_all{max-width:none;margin-top:18px;padding:0}
.fz-detail .fz-section{max-width:none}
.fz-detail .fz-card-grid--video{grid-template-columns:repeat(auto-fill,minmax(220px,240px));gap:16px}
.fz-detail .fz-content-card{width:100%}
.fz-detail .fz-content-thumb img{aspect-ratio:16/10}

@media (max-width:900px){
	.fz-detail-hero{grid-template-columns:300px minmax(0,1fr);gap:18px;min-height:0}
	.fz-detail-poster img{height:320px}
	.fz-detail h1{min-height:0;font-size:30px}
}
@media (max-width:640px){
	.fz-detail-hero{grid-template-columns:1fr;gap:14px}
	.fz-detail-poster img{height:auto;aspect-ratio:3/4}
	.fz-detail h1{font-size:22px}
	.fz-detail-right-card{width:100%}
}
.fz-detail-page .fz-detail-hero{grid-template-columns:400px minmax(0,1fr)}
.fz-detail-page .fz-detail h1{min-height:150px;line-height:1.14}
.fz-detail-page .fz-detail-right-card{width:min(100%,470px)}
.fz-play-page .fz-player,
.fz-play-page .fz-detail{max-width:1180px}
.fz-play-page .fz-play-box{box-sizing:border-box;width:100%;min-height:520px}
.fz-play-page .fz-play-box iframe,
.fz-play-page .fz-play-box video,
.fz-play-page .fz-play-box .MacPlayer,
.fz-play-page .fz-play-box .dplayer,
.fz-play-page .fz-play-box #player{width:100%!important;min-height:520px!important}
.fz-play-page .fz-detail .fz-card-grid--video{grid-template-columns:repeat(auto-fill,minmax(260px,280px));gap:16px}
.page-vod-list .fz-card-grid--video{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.page-vod-list .fz-content-thumb img{aspect-ratio:16/10}
@media (max-width:900px){
	.fz-play-page .fz-play-box,
	.fz-play-page .fz-play-box iframe,
	.fz-play-page .fz-play-box video,
	.fz-play-page .fz-play-box .MacPlayer,
	.fz-play-page .fz-play-box .dplayer,
	.fz-play-page .fz-play-box #player{min-height:420px!important}
}
@media (max-width:640px){
	.fz-play-page .fz-play-box,
	.fz-play-page .fz-play-box iframe,
	.fz-play-page .fz-play-box video,
	.fz-play-page .fz-play-box .MacPlayer,
	.fz-play-page .fz-play-box .dplayer,
	.fz-play-page .fz-play-box #player{min-height:240px!important}
}
