:root{--m22-blue:#1399ed;--m22-deep:#26343f;--m22-text:#32383e;--m22-muted:#858e95;--m22-line:#e7ebee;--m22-bg:#f3f5f7;--m22-green:#08b84a}*{box-sizing:border-box}html,body{margin:0}body.moban22{background:var(--m22-bg);color:var(--m22-text);font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;line-height:1.55}body.moban22 a{color:inherit;text-decoration:none}body.moban22 img{display:block;max-width:100%}.m22-top{position:fixed;z-index:80;left:246px;right:0;top:0;height:76px;display:flex;align-items:center;background:#fff;border-bottom:1px solid #e2e6e9;box-shadow:0 2px 8px #23313b0b}.m22-toggle{width:130px;height:76px;border:0;border-right:1px solid var(--m22-line);background:#fff;color:#60686d;font-size:33px}.m22-kind{height:76px;padding:0 28px;display:flex;align-items:center;border-right:1px solid var(--m22-line);font-size:17px}.m22-top form{display:flex;align-items:center;max-width:500px;flex:1;height:100%}.m22-top form button{border:0;background:none;font-size:27px;color:#5f6870;padding-left:24px}.m22-top input{width:100%;border:0;outline:0;padding:0 18px;font-size:16px}.m22-history{margin-left:auto;width:74px;height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:29px}.m22-history small{font-size:13px}.m22-mobile-brand{display:none}.m22-side{position:fixed;z-index:90;left:0;top:0;bottom:0;width:246px;background:#fff;border-right:1px solid var(--m22-line);overflow-y:auto}.m22-side-brand{height:138px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:25px}.m22-side-brand img{width:42px;height:42px}.m22-side nav a{height:76px;display:flex;align-items:center;padding:0 38px;gap:18px;font-size:20px}.m22-side nav a i{width:32px;font-style:normal;font-size:29px;text-align:center}.m22-side nav a:hover,.m22-side nav a.active{background:var(--m22-blue);color:#fff}.moban22 main{width:calc(100% - 246px);margin:76px 0 0 246px;padding:26px;min-height:75vh}.m22-section{margin-bottom:28px;padding:20px;background:#fff;border:1px solid #edf0f2}.m22-section>header{display:flex;align-items:center;margin-bottom:18px}.m22-section>header h1,.m22-section>header h2{margin:0;font-size:20px;font-weight:500}.m22-section>header h1 i,.m22-section>header h2 i{display:inline-grid;place-items:center;width:31px;height:31px;margin-right:10px;border-radius:5px;background:var(--m22-blue);color:#fff;font-style:normal}.m22-hot>header h1{padding:9px 22px;background:var(--m22-green);color:#fff;clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%)}.m22-hot>header h1 i{background:none;width:auto}.m22-section>header>a{margin-left:auto}.m22-hot-grid,.m22-channel-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 20px}.m22-card{min-width:0;background:#f8f8f8}.m22-poster{display:block;position:relative;aspect-ratio:3/4;overflow:hidden;background:#e8ecef}.m22-poster img{width:100%;height:100%;object-fit:cover;transition:.25s}.m22-card:hover img{transform:scale(1.035)}.m22-poster b{position:absolute;right:0;top:10px;padding:4px 9px;background:var(--m22-blue);color:#fff;font-weight:400}.m22-hot .m22-poster b{background:var(--m22-green)}.m22-poster em{position:absolute;left:0;right:0;bottom:0;padding:28px 8px 7px;background:linear-gradient(transparent,#000b);color:#fff;text-align:left;font-style:normal;font-size:12px}.m22-card h3{margin:10px 9px 4px;font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m22-card p{margin:0 9px 12px;color:var(--m22-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m22-text-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:20px;border-top:1px solid var(--m22-line)}.m22-text-grid a{display:flex;justify-content:space-between;padding:12px 8px;border-bottom:1px solid var(--m22-line);white-space:nowrap;overflow:hidden}.m22-text-grid span{overflow:hidden;text-overflow:ellipsis}.m22-inner{min-width:0}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px;color:var(--m22-muted)}.channel-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 18px}.channel-card{min-width:0;background:#fff;border:1px solid var(--m22-line)}.channel-poster{display:block;position:relative;aspect-ratio:2/3;overflow:hidden}.channel-poster img{width:100%;height:100%;object-fit:cover}.channel-poster span{position:absolute;left:0;right:0;bottom:0;padding:25px 8px 7px;background:linear-gradient(transparent,#000b);color:#fff;text-align:right}.channel-card h3{margin:10px 10px 5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-card>p{margin:0 10px 12px;color:var(--m22-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagination{display:flex;flex-wrap:wrap;gap:7px;margin:30px 0}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 12px;display:grid;place-items:center;background:#fff;border:1px solid var(--m22-line);border-radius:3px}.pagination .active{background:var(--m22-blue);border-color:var(--m22-blue);color:#fff}.pagination .disabled{opacity:.4;pointer-events:none}.detail-content{display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;gap:36px!important;padding:30px!important;background:linear-gradient(115deg,#756448,#4c4140 48%,#88735a);color:#fff}.detail-poster{width:300px!important;height:420px!important;object-fit:cover}.detail-main h1{margin:0 0 20px;font-size:32px}.detail-info{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px 25px}.detail-info p{margin:0}.detail-info strong{font-weight:500}.detail-info em{font-style:normal}.detail-actions{display:flex;gap:12px;margin-top:24px}.detail-watch,.action-row a{display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;background:var(--m22-blue);color:#fff!important}.detail-watch-fast{background:#ff7c3a}.detail-sections{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;margin-top:24px}.panel{min-width:0;padding:22px;background:#fff}.detail-sections>.panel:first-child,.detail-sections>.synopsis-panel,.detail-sections>.guess-panel{grid-column:1/2}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel h2,.panel h3,.panel-head h2{margin:0;font-size:22px}.episode-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;max-height:400px;overflow:auto}.episode-grid a{padding:10px;text-align:center;background:#f7f7f7;border:1px solid transparent}.episode-grid a.active,.episode-grid a:hover{border-color:var(--m22-blue);color:var(--m22-blue)}.synopsis-panel p{color:#626c74}.guess-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important}.guess-card .poster{display:block;position:relative;aspect-ratio:2/3;overflow:hidden}.guess-card img{width:100%;height:100%;object-fit:cover}.guess-card h3{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guess-card p,.guess-card .score{display:none}.guess-card .badge{position:absolute;right:5px;bottom:5px;background:var(--m22-blue);color:#fff;padding:3px 6px}.player-screen{position:relative!important;width:100%!important;aspect-ratio:16/9;background:#000;overflow:hidden}.player-screen video,.player-screen iframe{width:100%!important;height:100%!important;object-fit:contain;border:0}.custom-player-controls{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:20}.player-loading:not(.hidden){position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff}.player-loading.hidden{display:none!important}.action-row{margin:12px 0}.m22-footer{margin-left:246px;padding:34px 28px;background:#27343e;color:#dce3e7;text-align:center}.m22-footer p{color:#9facb3}.m22-map{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px}.m22-map a:hover{color:#42b5ff}
@media(max-width:1100px){.m22-hot-grid,.m22-channel-grid,.channel-grid{grid-template-columns:repeat(4,1fr)}.m22-text-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.m22-top{left:0;height:62px}.m22-mobile-brand{display:flex;align-items:center;gap:7px;margin-left:12px}.m22-mobile-brand img{width:34px;height:34px}.m22-mobile-brand strong{font-size:18px}.m22-toggle{order:-1;width:52px;height:62px;font-size:25px}.m22-kind{display:none}.m22-top form{height:62px}.m22-top form button{padding-left:12px}.m22-history{width:48px;height:62px}.m22-side{transform:translateX(-100%);top:62px;width:230px;transition:.2s}.m22-open .m22-side{transform:none}.m22-side-brand{display:none}.m22-side nav a{height:58px}.moban22 main{width:auto;margin:62px 0 0;padding:12px}.m22-section{padding:12px}.m22-hot-grid,.m22-channel-grid,.channel-grid{grid-template-columns:repeat(3,1fr);gap:13px 7px}.m22-text-grid{grid-template-columns:1fr 1fr}.m22-card h3{margin-left:4px;margin-right:4px}.m22-card p{display:none}.detail-content{grid-template-columns:110px minmax(0,1fr)!important;gap:13px!important;padding:13px!important}.detail-poster{width:110px!important;height:165px!important}.detail-main h1{font-size:19px;margin-bottom:8px}.detail-info{display:block!important;font-size:12px}.detail-info p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-actions{margin-top:8px;gap:6px}.detail-watch{padding:7px 10px;font-size:12px}.detail-sections{display:block}.panel{padding:13px}.episode-grid{grid-template-columns:repeat(4,1fr)!important}.guess-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px 7px!important}.m22-footer{margin-left:0;padding:28px 16px}.pagination .page-edge{display:none}}
.m22-with-extras{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.m22-maincol{min-width:0}.m22-with-extras .detail-sections{display:block}.m22-with-extras .detail-sections>.panel{margin-bottom:24px}.m22-rank{grid-column:2;grid-row:1;padding:22px;background:#fff;align-self:start}.m22-rank h2{margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--m22-line);font-size:22px}.m22-rank h2 i{margin-right:9px;font-style:normal}.m22-rank ol{margin:0;padding:0;list-style:none}.m22-rank li{display:flex;gap:12px;min-height:54px;padding:12px 4px;border-bottom:1px solid var(--m22-line)}.m22-rank li>b{display:grid;place-items:center;width:30px;height:30px;background:#f3f5f7;font-size:18px;font-weight:500}.m22-rank li.top{min-height:112px}.m22-rank-poster{position:relative;flex:0 0 76px;height:104px;overflow:hidden}.m22-rank-poster img{width:100%;height:100%;object-fit:cover}.m22-rank-poster b{position:absolute;left:0;bottom:0;width:25px;height:28px;display:grid;place-items:center;background:var(--m22-blue);color:#fff}.m22-rank li:nth-child(2) .m22-rank-poster b{background:#8b7777}.m22-rank li:nth-child(3) .m22-rank-poster b{background:#19bad2}.m22-rank li div{min-width:0;flex:1}.m22-rank h3{margin:1px 0 5px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m22-rank p{margin:2px 0;color:#666;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m22-seo-links{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px 18px;padding:18px 20px;background:#fff;border:1px solid var(--m22-line);font-size:13px;line-height:1.8}.m22-seo-links a:hover{color:var(--m22-blue)}
@media(max-width:900px){.m22-with-extras{display:block}.m22-rank{margin-top:20px}.m22-seo-links{margin-top:20px}.m22-rank li.top{min-height:92px}.m22-rank-poster{flex-basis:62px;height:82px}}
@media(max-width:760px){body.moban22{overflow-x:hidden}.m22-top{width:100%}.m22-mobile-brand strong{max-width:86px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m22-top input{min-width:0;padding:0 6px;font-size:13px}.m22-history{font-size:21px}.m22-with-extras{display:flex;flex-direction:column;width:100%;gap:0}.m22-maincol{width:100%;overflow:hidden}.m22-rank{order:2;width:100%;padding:14px;margin-top:14px}.m22-rank h2{font-size:19px}.m22-seo-links{order:3;width:100%;gap:5px 12px;padding:13px;margin-top:14px;font-size:12px}.m22-hot-grid,.m22-channel-grid,.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-content{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important;padding:10px!important}.detail-poster{width:96px!important;height:144px!important}.detail-info p:nth-child(n+3){display:none}.detail-actions{flex-wrap:wrap}.detail-sections{margin-top:12px}.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;max-height:310px}.guess-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.player-screen{min-height:210px}.panel h2,.panel h3,.panel-head h2{font-size:18px}.m22-rank li{padding:10px 2px}.m22-rank li.top{min-height:82px}.m22-rank-poster{flex-basis:56px;height:76px}}
.m22-side,.m22-top,.moban22 main,.m22-footer{transition:transform .25s ease,left .25s ease,width .25s ease,margin .25s ease}.m22-nav-hidden .m22-side{transform:translateX(-100%)}.m22-nav-hidden .m22-top{left:0}.m22-nav-hidden main{width:100%;margin-left:0}.m22-nav-hidden .m22-footer{margin-left:0}
@media(max-width:760px){.m22-nav-hidden .m22-side{transform:translateX(-100%)}.m22-nav-hidden .m22-top{left:0}.m22-nav-hidden main{width:auto;margin-left:0}.m22-side{transform:translateX(-100%)}.m22-open .m22-side{transform:none}}

/* logo-only */
.m22-side-brand img{width:190px;height:auto}.m22-mobile-brand img{width:150px;height:auto;max-height:46px}
@media(max-width:760px){.m22-mobile-brand{margin-left:8px}.m22-mobile-brand img{width:126px;height:auto;max-height:38px}}

/* icon + site name */
.m22-side-brand img{width:56px;height:56px}.m22-side-brand strong{font-size:25px;white-space:nowrap}.m22-mobile-brand img{width:38px;height:38px}.m22-mobile-brand strong{font-size:18px;white-space:nowrap}
@media(max-width:760px){.m22-mobile-brand img{width:34px;height:34px}.m22-mobile-brand strong{display:block;max-width:none;font-size:16px}}
