:root{--radius: 16px;--fs-body: 1rem;--leading-normal: 1.6;font-family:system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:100%;color-scheme:light;overscroll-behavior-y:none}html,body,#root{margin:0;min-height:100%;min-height:100dvh}body{font-size:var(--fs-body);line-height:var(--leading-normal);text-rendering:optimizeLegibility;overflow-x:hidden;overflow-x:clip;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;touch-action:manipulation}.auth-card{width:min(400px,100%);padding:28px;border-radius:var(--radius);border:1px solid #e5e7eb;background:#fff;color:#111827;box-shadow:0 4px 16px #00000014}.auth-card h1{margin:0 0 20px;font-size:24px;font-weight:900}.auth-field{margin-bottom:14px}.auth-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:700}.auth-field input{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;font-size:max(16px,.875rem);background:#f5f6f8;color:#111827}.auth-field input:focus{outline:none;border-color:#2563eb}.auth-submit{width:100%;margin-top:6px}.auth-err{color:#dc2626;font-size:13px;margin:0 0 10px}.auth-switch{text-align:center;margin-top:18px;font-size:14px;color:#6b7280}.auth-switch a{color:#2563eb;font-weight:800}.video-el{width:100%;max-width:100%;background:#000;-o-object-fit:contain;object-fit:contain}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body.body-tpl-yeying{--yx-bg: #eef1f8;--yx-surface: #ffffff;--yx-ink: #111827;--yx-muted: #6b7280;--yx-faint: #9ca3af;--yx-line: #e5e7eb;--yx-accent: #2563eb;--yx-accent-hover: #1d4ed8;--yx-accent-soft: #eff6ff;--yx-warn: #f59e0b;--yx-radius: 12px;--yx-radius-lg: 16px;--yx-content: 1200px;--yx-pad-x: clamp(16px, 4vw, 32px);--yx-header-h: 60px;--yx-dock-h: 56px;--yx-pad-left: calc(var(--yx-pad-x) + env(safe-area-inset-left, 0px));--yx-pad-right: calc(var(--yx-pad-x) + env(safe-area-inset-right, 0px));--yx-shadow: 0 1px 3px rgba(0, 0, 0, .06);--yx-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);min-height:100%;background:var(--yx-bg);color:var(--yx-ink);font-family:system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body.body-tpl-yeying a:focus-visible,body.body-tpl-yeying button:focus-visible,body.body-tpl-yeying input:focus-visible{outline:2px solid var(--yx-accent);outline-offset:2px}.app-shell--yeying{position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;isolation:isolate}.yx-stars{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.yx-stars__dot{position:absolute;left:var(--star-x);top:var(--star-y);width:var(--star-s);height:var(--star-s);border-radius:50%;background:#2563ebd9;opacity:var(--star-o);box-shadow:0 0 calc(var(--star-s) * 2) #2563eb59;animation:yx-star-drift var(--star-dur) ease-in-out infinite,yx-star-twinkle calc(var(--star-dur) * .85) ease-in-out infinite;animation-delay:var(--star-delay),calc(var(--star-delay) * .6);will-change:transform,opacity}.yx-stars__dot--warm{background:#f59e0be6;box-shadow:0 0 calc(var(--star-s) * 2.5) #f59e0b66}@keyframes yx-star-drift{0%{transform:translate(0)}25%{transform:translate(var(--star-dx),calc(var(--star-dy) * -1))}50%{transform:translate(calc(var(--star-dx) * -.6),var(--star-dy))}75%{transform:translate(calc(var(--star-dx) * .75),calc(var(--star-dy) * .55))}to{transform:translate(0)}}@keyframes yx-star-twinkle{0%,to{opacity:var(--star-o)}50%{opacity:calc(var(--star-o) * .35)}}.app-shell--yeying>:not(.yx-stars){position:relative;z-index:1}.app-main{flex:1;display:flex;flex-direction:column;width:100%;min-width:0;padding-top:calc(var(--yx-header-h) + env(safe-area-inset-top,0px));padding-bottom:calc(var(--yx-dock-h) + env(safe-area-inset-bottom,0px))}@media (min-width: 768px){.app-main{padding-bottom:env(safe-area-inset-bottom,0px)}}.app-main>main{flex:1 0 auto}.app-main>main.yx-page--404{display:flex;align-items:center;justify-content:center;min-height:50vh}.yx-hd{position:fixed;top:0;left:0;right:0;z-index:100;padding-top:env(safe-area-inset-top,0px);background:var(--yx-surface);border-bottom:1px solid var(--yx-line);box-shadow:var(--yx-shadow)}.yx-hd__bar{max-width:var(--yx-content);margin:0 auto;padding:0 var(--yx-pad-right) 0 var(--yx-pad-left);height:var(--yx-header-h);display:flex;align-items:center;gap:16px;min-width:0}.yx-hd__logo span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:10em}.yx-hd__logo{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:1.05rem;font-weight:800;color:var(--yx-ink);text-decoration:none}.yx-hd__logo-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--yx-accent);color:#fff;font-size:.65rem}.yx-hd__nav{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.yx-hd__nav::-webkit-scrollbar{display:none}.yx-hd__link{padding:8px 14px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--yx-muted);text-decoration:none;white-space:nowrap;transition:color .15s,background .15s}.yx-hd__link:hover{color:var(--yx-ink);background:var(--yx-bg)}.yx-hd__link.is-active{color:var(--yx-accent);background:var(--yx-accent-soft);font-weight:600}.yx-hd__right{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.yx-hd__auth{display:flex;align-items:center;gap:12px;font-size:.88rem}.yx-hd__auth a{color:var(--yx-muted);text-decoration:none;font-weight:500}.yx-hd__auth a:hover{color:var(--yx-ink)}.yx-hd__reg{padding:7px 16px!important;border-radius:8px;background:var(--yx-accent)!important;color:#fff!important;font-weight:600!important}.yx-hd__user{display:flex;align-items:center;gap:8px}.yx-hd__avatar{width:30px;height:30px;border-radius:50%;background:var(--yx-accent-soft);color:var(--yx-accent);display:grid;place-items:center;font-size:.8rem;font-weight:700}.yx-hd__out{border:1px solid var(--yx-line);background:var(--yx-surface);color:var(--yx-muted);padding:6px 12px;border-radius:8px;font-size:.8rem;cursor:pointer}.yx-hd__mob-search{display:none;color:var(--yx-ink);padding:6px}.yx-search__box{display:flex;align-items:center;gap:8px;height:38px;padding:0 12px;border-radius:10px;background:var(--yx-bg);border:1px solid var(--yx-line)}.yx-search__box:focus-within{border-color:var(--yx-accent);background:var(--yx-surface)}.yx-search__box svg{color:var(--yx-faint);flex-shrink:0}.yx-search__box input{flex:1;min-width:0;border:none;background:transparent;font-size:max(16px,.86rem);color:var(--yx-ink)}.yx-search__box input:focus{outline:none}.yx-search__box input::-moz-placeholder{color:var(--yx-faint)}.yx-search__box input::placeholder{color:var(--yx-faint)}.yx-search__btn{border:none;padding:5px 12px;border-radius:6px;background:var(--yx-accent);color:#fff;font-size:.78rem;font-weight:600;cursor:pointer}.yx-search--head{width:min(200px,22vw);flex-shrink:1}.yx-search--head .yx-search__box{width:100%}.yx-search--page{max-width:480px;margin:0 auto 24px}.yx-search--page .yx-search__box{height:46px}.yx-dock{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;background:var(--yx-surface);border-top:1px solid var(--yx-line);padding-bottom:env(safe-area-inset-bottom,0px);min-height:var(--yx-dock-h)}@media (min-width: 768px){.yx-dock{display:none}}.yx-dock__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px;color:var(--yx-faint);font-size:.62rem;font-weight:500;text-decoration:none}.yx-dock__tab.is-active{color:var(--yx-accent)}.yx-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.yx-page{width:100%;max-width:var(--yx-content);margin:0 auto;padding:20px var(--yx-pad-right) 40px var(--yx-pad-left);box-sizing:border-box}.yx-page--auth{display:flex;align-items:center;justify-content:center;min-height:50vh}.yx-page--404{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.yx-hero{margin-bottom:20px}.yx-hero__card{position:relative;display:block;height:clamp(200px,38vw,360px);border-radius:var(--yx-radius-lg);overflow:hidden;text-decoration:none;color:#fff;box-shadow:var(--yx-shadow-md);background:#111}.yx-hero__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.yx-hero__mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.yx-hero__body{position:absolute;left:0;bottom:0;z-index:2;padding:clamp(20px,4vw,32px);max-width:520px}.yx-hero__tag{display:inline-block;padding:4px 10px;margin-bottom:10px;border-radius:6px;background:var(--yx-accent);font-size:.72rem;font-weight:600}.yx-hero__body h2,.yx-hero__title{margin:0 0 8px;font-size:clamp(1.3rem,3.5vw,2rem);font-weight:800;line-height:1.2}.yx-hero__body p{margin:0 0 14px;font-size:.88rem;opacity:.9}.yx-hero__play{display:inline-block;padding:10px 24px;border-radius:8px;background:#fff;color:var(--yx-ink);font-size:.88rem;font-weight:700}.yx-quick{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:28px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.yx-quick::-webkit-scrollbar{display:none}@media (min-width: 768px){.yx-quick{flex-wrap:wrap;overflow-x:visible}}.yx-quick a{flex-shrink:0;padding:7px 14px;border-radius:999px;background:var(--yx-surface);border:1px solid var(--yx-line);color:var(--yx-muted);font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s}.yx-quick a:hover{color:var(--yx-accent);border-color:var(--yx-accent);background:var(--yx-accent-soft)}.yx-block{margin-bottom:32px}.yx-block__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.yx-block__head h2{margin:0;font-size:1.1rem;font-weight:700}.yx-block__more{font-size:.84rem;color:var(--yx-accent);text-decoration:none;font-weight:500}.yx-block__scroll-wrap{margin-left:calc(-1 * var(--yx-pad-left));margin-right:calc(-1 * var(--yx-pad-right));padding-left:var(--yx-pad-left);padding-right:var(--yx-pad-right);overflow:hidden}.yx-scroll-row{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.yx-scroll-row::-webkit-scrollbar{display:none}.yx-scroll-row .yx-vod{flex:0 0 auto;width:130px}.yx-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(130px,100%),1fr));gap:16px;width:100%}.yx-grid--sm{grid-template-columns:repeat(auto-fill,minmax(min(110px,100%),1fr));gap:12px}@media (min-width: 768px){.yx-grid,.yx-grid--sm{grid-template-columns:repeat(6,minmax(0,1fr))}}.yx-vod{min-width:0}.yx-vod__link{display:block;text-decoration:none;color:var(--yx-ink)}.yx-vod__poster{position:relative;aspect-ratio:2/3;border-radius:var(--yx-radius);overflow:hidden;background:var(--yx-line);margin-bottom:8px}.yx-vod__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s}.yx-vod__link:hover .yx-vod__poster img{transform:scale(1.04)}.yx-vod__badge{position:absolute;top:6px;left:6px;padding:2px 7px;border-radius:4px;background:var(--yx-accent);color:#fff;font-size:.62rem;font-weight:600}.yx-vod__score{position:absolute;bottom:6px;right:6px;padding:2px 6px;border-radius:4px;background:#000000a6;color:var(--yx-warn);font-size:.72rem;font-weight:700}.yx-vod__info h3{margin:0 0 3px;font-size:.84rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.yx-vod__line{margin:0;font-size:.74rem;color:var(--yx-muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.yx-cat{width:100%;max-width:var(--yx-content);margin:0 auto;padding:20px var(--yx-pad-right) 40px var(--yx-pad-left);box-sizing:border-box}.yx-cat__head{margin-bottom:16px}.yx-cat__head h1{margin:8px 0 6px;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800}.yx-cat__head p{margin:0;color:var(--yx-muted);font-size:.9rem}.yx-crumb{display:flex;flex-wrap:wrap;gap:6px;font-size:.8rem;color:var(--yx-faint);margin-bottom:4px}.yx-crumb a{color:var(--yx-muted);text-decoration:none}.yx-crumb a:hover{color:var(--yx-accent)}.yx-filter{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--yx-line)}.yx-segment{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.yx-segment::-webkit-scrollbar{display:none}.yx-segment__label{flex-shrink:0;font-size:.78rem;color:var(--yx-faint);margin-right:4px}.yx-segment a,.yx-segment button{flex-shrink:0;padding:7px 14px;border-radius:8px;border:1px solid var(--yx-line);background:var(--yx-surface);color:var(--yx-muted);font-size:.82rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s}.yx-segment a.is-active,.yx-segment button.is-active{background:var(--yx-accent);border-color:var(--yx-accent);color:#fff}.yx-empty{text-align:center;padding:48px;color:var(--yx-muted)}.yx-play{width:100%;max-width:var(--yx-content);margin:0 auto;padding:20px var(--yx-pad-right) 40px var(--yx-pad-left);box-sizing:border-box}.yx-play__screen{width:100%;aspect-ratio:16 / 9;border-radius:var(--yx-radius-lg);overflow:hidden;background:#000;margin-bottom:24px;box-shadow:var(--yx-shadow-md)}.yx-play__video{width:100%;height:100%;max-height:min(70vh,680px);display:block;margin:0 auto;-o-object-fit:contain;object-fit:contain;background:#000}.yx-play__err{padding:40px 20px;text-align:center;color:var(--yx-muted);min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.yx-play__info h1{margin:0 0 12px;font-size:clamp(1.3rem,3vw,1.7rem);font-weight:800}.yx-play__meta{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 16px;font-size:.86rem;color:var(--yx-muted)}.yx-play__score{color:var(--yx-warn);font-weight:700}.yx-play__acts{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px}.yx-play__link{display:inline-flex;align-items:center;height:42px;padding:0 18px;border-radius:8px;border:1px solid var(--yx-line);color:var(--yx-muted);font-size:.86rem;text-decoration:none;box-sizing:border-box}.yx-play__desc{margin-bottom:20px}.yx-play__desc h2,.yx-play__more h2{margin:0 0 10px;font-size:1rem;font-weight:700}.yx-play__desc p{margin:0;font-size:.9rem;line-height:1.75;color:var(--yx-muted)}.yx-play__facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin:0 0 32px}.yx-play__facts div{padding:12px 14px;border-radius:var(--yx-radius);background:var(--yx-surface);border:1px solid var(--yx-line)}.yx-play__facts dt{font-size:.72rem;color:var(--yx-faint);margin-bottom:4px}.yx-play__facts dd{margin:0;font-size:.86rem;font-weight:500}.yx-play__more{padding-top:24px;border-top:1px solid var(--yx-line)}.yx-page-head{margin-bottom:20px}.yx-page-head h1{margin:8px 0 6px;font-size:1.5rem;font-weight:800}.yx-page-head p{margin:0;color:var(--yx-muted)}.yx-404{text-align:center;padding:40px 24px;background:var(--yx-surface);border-radius:var(--yx-radius-lg);border:1px solid var(--yx-line);max-width:360px}.yx-404__code{margin:0;font-size:3rem;font-weight:900;color:var(--yx-accent)}.yx-404 h1{margin:8px 0;font-size:1.2rem}.yx-404__desc{margin:0 0 20px;color:var(--yx-muted);font-size:.9rem}.yx-ft{margin-top:auto;width:100%;background:var(--yx-surface);border-top:1px solid var(--yx-line);padding:24px var(--yx-pad-right) 24px var(--yx-pad-left);box-sizing:border-box}@media (max-width: 767px){.yx-ft{padding-bottom:8px}}.yx-ft__inner{max-width:var(--yx-content);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.yx-ft__brand{display:flex;flex-direction:column;gap:4px}.yx-ft__brand strong{font-size:.95rem}.yx-ft__brand span{font-size:.78rem;color:var(--yx-muted)}.yx-ft__nav{display:flex;flex-wrap:wrap;gap:16px}.yx-ft__nav a{font-size:.84rem;color:var(--yx-muted);text-decoration:none}.yx-ft__nav a:hover{color:var(--yx-accent)}.yx-ft__copy{width:100%;margin:12px 0 0;padding-top:16px;border-top:1px solid var(--yx-line);text-align:center;font-size:.76rem;color:var(--yx-faint)}body.body-tpl-yeying .primary-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;border:none;background:var(--yx-accent);color:#fff;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s}body.body-tpl-yeying .primary-btn:hover{background:var(--yx-accent-hover)}body.body-tpl-yeying .auth-card{background:var(--yx-surface);border:1px solid var(--yx-line);box-shadow:var(--yx-shadow-md);border-radius:var(--yx-radius-lg)}body.body-tpl-yeying .auth-card h1,body.body-tpl-yeying .auth-field label{color:var(--yx-ink)}body.body-tpl-yeying .auth-field input{background:var(--yx-bg);border-color:var(--yx-line);color:var(--yx-ink)}body.body-tpl-yeying .auth-field input:focus{border-color:var(--yx-accent)}body.body-tpl-yeying .auth-err{color:#dc2626}body.body-tpl-yeying .auth-switch{color:var(--yx-muted)}body.body-tpl-yeying .auth-switch a{color:var(--yx-accent)}@media (max-width: 767px){.yx-hd__nav,.yx-search--head{display:none}.yx-hd__mob-search{display:flex}.yx-hd__auth a:not(.yx-hd__reg){display:none}.yx-hd__logo span:last-child{max-width:7em}.yx-grid,.yx-grid--sm{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 10px}.yx-scroll-row .yx-vod{width:120px}.yx-hero__body{max-width:100%}.yx-ft__inner{flex-direction:column;text-align:center}.yx-ft__nav{justify-content:center}.yx-play__facts{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.yx-stars__dot{animation:none}.yx-vod__link:hover .yx-vod__poster img{transform:none}}
