*{box-sizing:border-box}html{background:#333}body{margin:0;background:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.st-container{max-width:1040px;margin:0 auto}.st-page{min-height:100vh;background:#fff}.st-header{background:#fff}.st-head-main{height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px}.st-brand{display:flex;align-items:center;gap:8px;font-size:23px;font-weight:800;color:#333;white-space:nowrap}.st-brand i{width:34px;height:34px;border-radius:5px;background:linear-gradient(135deg,#333 0 42%,#ff9600 42% 100%);position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.st-brand i:after{content:"";position:absolute;left:10px;top:6px;width:15px;height:22px;border-radius:50%;border-left:5px solid #fff;transform:rotate(-22deg)}.st-brand span{letter-spacing:.5px}.st-search{width:330px;height:30px;border:1px solid #d8d8d8;border-radius:3px;overflow:hidden;display:flex;background:#fff}.st-search input{flex:1;border:0;outline:0;padding:0 10px;font-size:13px}.st-search button{width:42px;border:0;background:#fff;color:#aaa;font-size:21px;cursor:pointer}.st-search button:hover{color:#ff6b00}.st-nav-wrap{background:#333}.st-nav{height:46px;display:flex;align-items:center;white-space:nowrap;overflow-x:auto}.st-nav::-webkit-scrollbar,.drag-scroll::-webkit-scrollbar{display:none}.st-nav a{height:46px;padding:0 23px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border-left:1px solid rgba(255,255,255,.06)}.st-nav a:hover,.st-nav a.active{background:#202020;color:#fff}.st-nav .st-ethics-link{color:#ffcf8a}.st-notice{height:28px;background:#f2f4f6;border-bottom:1px solid #e6e6e6}.st-notice .st-container{height:28px;display:flex;align-items:center;gap:8px;font-size:13px;color:#444}.st-orange{width:22px;height:22px;border-radius:50%;display:inline-block;background:#ffa300;position:relative}.st-orange:before{content:"";position:absolute;width:8px;height:6px;background:#45a644;border-radius:8px 8px 0 8px;top:-2px;left:9px;transform:rotate(-25deg)}.st-notice a{color:#333}.st-notice em{font-style:normal;color:#777}.st-main{padding:22px 0 30px}.st-section{margin:0 0 31px}.st-section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:16px}.st-section-title h2{margin:0;font-size:19px;line-height:1;font-weight:800;position:relative;padding-left:14px}.st-section-title h2:before{content:"";position:absolute;left:0;top:0;width:3px;height:20px;background:#ff6b00}.st-section-title a,.st-section-title span{font-size:13px;color:#999}.st-sub-links{display:flex;gap:18px;white-space:nowrap;overflow-x:auto;max-width:70%;color:#888}.st-sub-links a:hover,.st-section-title>a:hover{color:#ff6b00}.poster-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:23px 22px}.st-feature-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.poster-card{display:block;min-width:0}.poster-img{position:relative;aspect-ratio:2/3;background:#f0f0f0;overflow:hidden;border-radius:1px}.poster-img img{width:100%;height:100%;object-fit:cover;transition:filter .2s,transform .2s}.poster-card:hover img{filter:brightness(.88);transform:translateY(-2px)}.poster-empty{height:100%;display:flex;align-items:center;justify-content:center;background:#eee;color:#aaa}.poster-tag{position:absolute;right:0;bottom:0;max-width:90%;padding:2px 5px;font-size:12px;font-style:normal;font-weight:700;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));text-shadow:0 1px 2px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-score{position:absolute;left:0;top:0;background:#333;color:#fff;font-size:11px;padding:2px 4px}.poster-desc{display:none}.poster-title{display:block;font-size:14px;font-weight:400;color:#333;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-meta{display:none}.poster-card:hover .poster-title{color:#ff6b00}.st-ethics-section{padding-top:2px}.st-breadcrumb{font-size:13px;color:#777;margin-bottom:20px}.st-breadcrumb a{color:#777}.st-breadcrumb span{margin:0 6px}.st-breadcrumb a:hover{color:#ff6b00}.st-library-head{margin:4px 0 20px;border-bottom:1px solid #eee}.st-library-head h1{margin:0 0 12px;font-size:28px;font-weight:900}.st-library-head small{color:#aaa;font-size:24px;margin-left:8px}.st-filters{border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:22px}.st-filter-row{min-height:38px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #eee;overflow-x:auto;white-space:nowrap}.st-filter-row:last-child{border-bottom:0}.st-filter-row b{color:#999;font-weight:400;min-width:50px}.st-filter-row a,.st-filter-row span{color:#333}.st-filter-row a.active{color:#ff6b00}.st-filter-row a:hover{color:#ff6b00}.st-list-section .st-section-title{display:none}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:32px;flex-wrap:wrap}.pagination a,.pagination span{min-width:34px;height:30px;padding:0 10px;border:1px solid #ddd;background:#fff;color:#555;display:flex;align-items:center;justify-content:center;border-radius:3px}.pagination a.active,.pagination a:hover{background:#333;color:#fff;border-color:#333}.empty-state{padding:35px;text-align:center;background:#f5f5f5;color:#999}.st-detail-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;margin-bottom:28px}.st-detail-poster img{width:180px;height:255px;object-fit:cover}.st-detail-info h1{font-size:22px;margin:0 0 8px}.st-detail-info h1 small{font-size:15px;color:#89909a;margin-left:6px;font-weight:400}.st-meta-line{margin:7px 0;color:#565f69}.st-detail-summary{color:#555;line-height:1.8;margin:10px 0 14px;max-width:760px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:112px;padding:0 20px;background:#333;color:#fff;border-radius:3px;font-weight:700}.btn-primary:hover{background:#ff6b00}.st-tabs{display:flex;gap:32px;border-bottom:1px solid #eee;margin-bottom:14px}.st-tabs span{padding:0 0 9px;font-size:16px;color:#333}.st-tabs span.active{color:#ff6b00;border-bottom:2px solid #ff6b00}.episode-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px 16px}.episode-grid a{height:32px;border:1px solid #ddd;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#555;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.episode-grid a:hover,.episode-grid a.active{color:#ff6b00;border-color:#ff6b00}.article-text{color:#555;line-height:1.9;font-size:14px}.article-text p{margin:0 0 12px}.st-related-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.st-player-wrap{margin-bottom:26px}.st-player-box{position:relative;background:#000;width:100%;aspect-ratio:16/9;min-height:380px}.video-player{width:100%;height:100%;background:#000;display:block}.player-empty{height:100%;display:flex;align-items:center;justify-content:center;color:#aaa;background:#000}.big-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:rgba(0,0,0,.32);color:#fff;font-size:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.st-play-title{display:grid;grid-template-columns:100px 1fr 100px;align-items:center;margin:16px 0 8px;text-align:center}.st-play-title h1{margin:0;text-align:left;font-size:20px}.st-play-title a{color:#333}.st-play-title a:hover{color:#ff6b00}.search-card{background:#f7f7f7;padding:24px;margin-bottom:24px}.search-card .hero-label{display:inline-block;color:#ff6b00;font-weight:800}.search-card h1{margin:8px 0}.search-card form{display:flex;max-width:560px;height:42px}.search-card input{flex:1;border:1px solid #ddd;padding:0 12px}.search-card button{width:90px;border:0;background:#333;color:#fff}.content-layout{display:block}.rank-panel{display:none}.poster-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:23px 22px}.site-footer,.st-footer{border-top:1px solid #eee;text-align:center;color:#999;padding:22px 0 28px}.st-footer-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.st-footer a:hover{color:#ff6b00}.st-mobile-bottom{display:none}.st-backtop{position:fixed;right:32px;bottom:45px;width:42px;height:42px;border:1px solid #ddd;border-radius:8px;background:rgba(255,255,255,.92);color:#999;font-size:22px;align-items:center;justify-content:center;display:none;cursor:pointer}.st-backtop:hover{color:#ff6b00}@media(max-width:1100px){.st-container{max-width:94%}.poster-grid,.st-feature-grid,.st-related-grid,.poster-row{grid-template-columns:repeat(5,1fr)}}@media(max-width:760px){body{background:#333;font-size:13px}.st-page{width:88vw;min-width:320px;margin:38px auto;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.55),0 12px 50px rgba(0,0,0,.35);overflow:hidden}.st-container{max-width:none;width:100%}.st-head-main{height:76px;padding:0 12px;gap:10px}.st-brand{font-size:28px;max-width:45%;overflow:hidden}.st-brand i{width:44px;height:44px;flex:0 0 44px}.st-search{flex:1;height:44px;border-radius:8px;background:#f5f5f5}.st-search input{font-size:18px}.st-search button{font-size:32px;color:#c9c9c9}.st-nav-wrap{overflow:hidden}.st-nav{height:58px;overflow-x:auto}.st-nav a{height:58px;padding:0 24px;font-size:24px;flex:0 0 auto}.st-notice{height:44px}.st-notice .st-container{height:44px;padding:0 15px;font-size:18px}.st-notice em{display:none}.st-main{padding:18px 16px 74px}.st-section{margin-bottom:30px}.st-section-title{margin-bottom:18px}.st-section-title h2{font-size:27px;padding-left:12px}.st-section-title h2:before{height:30px;width:4px}.st-sub-links{display:none}.poster-grid,.st-feature-grid,.st-related-grid,.poster-row{grid-template-columns:repeat(3,1fr);gap:22px 16px}.poster-title{font-size:22px;line-height:1.35;margin-top:9px}.poster-img{border-radius:0}.poster-tag{font-size:16px;padding:3px 6px}.poster-score{display:none}.st-library-head{text-align:center;background:#f3f5f8;border-bottom:0;margin:-18px -16px 18px;padding:28px 16px 0}.st-library-head h1{font-size:27px;margin:0}.st-library-head small{font-size:26px}.st-filters{margin:0 -16px 22px;border-top:0;background:#fff}.st-filter-row{height:60px;padding:0 18px;gap:26px;font-size:21px}.st-filter-row b{font-size:22px;color:#333;min-width:80px}.st-filter-row a.active{background:#ffdede;color:#f20e22;border-radius:8px;padding:8px 14px}.st-breadcrumb{display:none}.st-detail-card{display:block;margin:40px 0 34px;padding:0 8px;text-align:left}.st-detail-poster{width:220px;margin:0 auto 20px}.st-detail-poster img{width:220px;height:310px;border-radius:4px}.st-detail-info h1{text-align:left;font-size:28px}.st-detail-info h1 small{font-size:22px}.st-meta-line{font-size:21px;color:#777;line-height:1.7}.st-detail-summary{font-size:21px}.btn-primary{height:50px;min-width:140px;font-size:20px;border-radius:5px}.st-tabs span{font-size:24px}.episode-grid{grid-template-columns:repeat(3,1fr);gap:14px 14px;max-height:430px;overflow-y:auto}.episode-grid a{height:46px;font-size:18px;border-radius:6px}.article-text{font-size:23px;line-height:1.9;color:#666}.st-player-box{min-height:0;aspect-ratio:16/9;margin:0 -16px;width:calc(100% + 32px)}.st-play-title{grid-template-columns:80px 1fr 80px}.st-play-title h1{font-size:24px}.st-play-title a{font-size:18px}.st-footer{display:none}.st-mobile-bottom{position:fixed;left:50%;bottom:38px;transform:translateX(-50%);z-index:30;width:88vw;min-width:320px;height:64px;background:#fff;border-top:1px solid #eee;display:grid;grid-template-columns:repeat(6,1fr)}.st-mobile-bottom a{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:18px;color:#222}.st-mobile-bottom span{font-size:22px;line-height:1}.st-backtop{right:calc(6vw + 8px);bottom:116px}.search-card{margin:0 -16px 20px;padding:20px}.search-card form{height:48px}.search-card input{font-size:18px}.search-card button{font-size:17px}}@media(max-width:430px){.st-page{width:92vw}.st-mobile-bottom{width:92vw}.st-brand{font-size:23px}.st-brand i{width:38px;height:38px;flex-basis:38px}.st-search input{font-size:15px}.st-nav a{font-size:20px;padding:0 18px}.st-notice .st-container{font-size:15px}.poster-grid,.st-feature-grid,.st-related-grid,.poster-row{gap:18px 10px}.poster-title{font-size:18px}.poster-tag{font-size:13px}.st-section-title h2{font-size:23px}.st-filter-row{font-size:18px}.st-filter-row b{font-size:19px}.article-text{font-size:19px}.st-meta-line{font-size:18px}.st-mobile-bottom a{font-size:15px}.episode-grid{grid-template-columns:repeat(2,1fr)}}