:root{--orange:#ffa440;--bg:#323232;--surface:#181818;--surface-2:#222;--line:#303030;--text:#eee;--muted:#999;--container:1710px}*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer}img{display:block;max-width:100%}[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}.site-main{min-height:68vh}.site-header{position:sticky;z-index:100;top:0;height:84px;border-bottom:1px solid rgba(255,255,255,.04);background:rgba(24,24,24,.98)}.site-header__inner{width:min(1710px,calc(100% - 80px));height:100%;margin-inline:auto;display:flex;align-items:center}.site-logo{flex:0 0 auto;display:block}.site-logo img{width:207px;height:auto}.site-header .site-logo img{width:145px}.site-nav{height:100%;margin-left:40px;display:flex;align-items:stretch;gap:48px}.nav-item,.nav-item>a{position:relative;display:flex}.nav-item>a{padding:0;align-items:center;justify-content:center;gap:8px;color:#999;font-size:20px;font-weight:500;white-space:nowrap}.nav-item.active>a{font-weight:600}.nav-item.active>a,.nav-item:hover>a{color:var(--orange)}.nav-icon{width:24px;height:24px;flex:0 0 24px;-o-object-fit:contain;object-fit:contain}.nav-item:not(.active) .nav-icon{filter:saturate(.72) brightness(.86);opacity:.92}.nav-item:focus-within .nav-icon,.nav-item:hover .nav-icon{filter:none;opacity:1}.chevron{width:11.5px;height:5.5px;flex:0 0 auto}.nav-dropdown{position:absolute;top:72px;left:50%;width:170px;padding:8px;border:1px solid #2c2c2c;border-radius:6px;display:none;background:#1c1c1c;box-shadow:0 16px 40px rgba(0,0,0,.45);transform:translateX(-50%)}.nav-item.menu-opened .nav-dropdown,.nav-item:focus-within .nav-dropdown,.nav-item:hover .nav-dropdown{display:grid}.nav-dropdown a{padding:12px 14px;border-radius:4px;color:#bbb}.nav-dropdown a:hover{background:var(--surface-2);color:var(--orange)}.site-search{width:48px;height:48px;margin-left:auto;border:0;border-radius:50%;display:grid;place-items:center}.search-glyph{width:48px;height:48px;display:block}.mobile-drawer,.mobile-drawer-scrim,.mobile-menu,.search-glyph--mobile{display:none}.hero{position:relative;height:550px;overflow:hidden;outline:0;touch-action:pan-y pinch-zoom}.hero-slide,.hero__viewport{position:absolute;inset:0}.hero-slide{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .55s ease,visibility .55s step-end}.hero-slide.active{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .55s ease}.hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.56) 0,rgba(0,0,0,.4) 34%,rgba(0,0,0,.14) 68%,rgba(0,0,0,.24) 100%),linear-gradient(0deg,rgba(50,50,50,.82),transparent 42%)}.hero__content{position:absolute;top:0;left:50%;width:min(var(--container),calc(100% - 80px));height:100%;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;transform:translateX(-50%)}.hero__title{position:absolute;top:251px;left:0;width:924px;max-width:62vw;margin:0;display:-webkit-box;overflow:hidden;color:#fff;font-size:40px;font-weight:500;line-height:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-title__mobile{display:none}.hero__desc,.hero__score{position:absolute;left:0;margin:0;font-size:20px;font-weight:400;line-height:28px}.hero__desc{top:384px;width:402px;max-width:62vw;overflow:hidden;color:#ddd;text-overflow:ellipsis;white-space:nowrap}.hero__score{top:418px}.hero__score strong{margin-right:10px;color:var(--orange);font-family:DIN-BlackAlternate,"PingFang SC",sans-serif;font-size:20px;font-weight:500}.hero__button,.hero__score span{color:#ddd;font-weight:400}.hero__content>.pill-row{position:absolute;top:466px;left:0;gap:8px}.hero__content>.hero-tags--mobile{display:none}.hero__content>.pill-row .pill{min-width:52px;height:30px;justify-content:center;align-items:center;font-size:14px;font-weight:400}.hero__button{position:absolute;right:0;bottom:49px;width:171px;height:40px;border-radius:30px;display:grid;place-items:center;background:var(--orange);color:#fff;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:14px}.hero__arrow,.hero__arrow-state{position:absolute;width:48px;height:48px}.hero__arrow{z-index:5;top:50%;border:0;padding:0;background:0 0;opacity:1;transform:translateY(-50%);transition:background .2s,opacity .2s}.hero__arrow-state{inset:0;pointer-events:none;transition:opacity .15s ease}.hero__arrow-state--active{opacity:0}.hero__arrow:active .hero__arrow-state--active,.hero__arrow:focus-visible .hero__arrow-state--active,.hero__arrow:hover .hero__arrow-state--active{opacity:1}.hero__arrow--prev{left:max(8px,calc((100% - 1676px)/2 - 62px))}.hero__arrow--next{right:max(8px,calc((100% - 1676px)/2 - 62px))}.hero__arrow--prev .hero__arrow-state{transform:rotate(-90deg)}.hero__arrow--next .hero__arrow-state{transform:rotate(90deg)}.hero__dots{position:absolute;z-index:5;right:0;bottom:20px;left:0;display:flex;justify-content:center;gap:6px}.hero__dots button{width:30px;height:4px;padding:0;border:0;border-radius:4px;background:#666}.hero__dots button.active{background:var(--orange)}.home-sections{padding-bottom:100px}.home-sections section{margin-top:50px}.recommendation-blocks>section{margin-top:70px}.section-head{min-height:36px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.section-head__title{display:flex;align-items:center;gap:4px}.section-head h2{margin:0;color:#fff;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:26px;font-style:normal;font-weight:600;line-height:normal}.section-head__icon-wrap{width:36px;height:36px;display:grid;flex:0 0 36px;place-items:center}.section-head__icon{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.section-more{color:#999;text-align:right;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}.section-more::after{width:24px;height:24px;margin-left:8px;display:inline-block;background:url(/static/sjp-v2/icons/design/section-more.svg) center/24px 24px no-repeat;content:"";vertical-align:middle}.section-more:hover,.tag-cloud a:hover{color:var(--orange)}.video-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 15px}.video-card{position:relative;min-width:0;height:auto}.video-card__cover{position:relative;height:186px;overflow:hidden;border-radius:4px;display:block;background:#222}.video-card__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.video-card:hover img{transform:scale(1.025)}.duration{position:absolute;right:8px;bottom:8px;padding:3px 8px;border-radius:20px;background:rgba(0,0,0,.5);font-size:12px;font-weight:600}.video-card__heading{margin:0}.video-card__title{margin:6px 0;display:block;overflow:hidden;color:#fff;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.post-card__title::after,.rank-rows li>a::after,.rank-winner>a::after,.video-card__title::after{position:absolute;inset:0;content:""}.video-card .pill-row{position:relative;z-index:2;width:-moz-fit-content;width:fit-content}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.pill{padding:4px 9px;border:1px solid rgba(255,164,64,.3);border-radius:12px;display:inline-flex;background:rgba(255,164,64,.08);color:var(--orange);font-size:12px;line-height:1.1}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-page .post-card{height:196px;border-radius:4px;grid-template-columns:360px 1fr}.home-page .post-card__cover img{height:196px}.home-page .post-card__body{padding:18px 22px}.post-card{position:relative;height:230px;overflow:hidden;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:45% 1fr;background:var(--surface)}.post-card__cover img,.star-card img{width:100%;height:230px;-o-object-fit:cover;object-fit:cover}.post-card__body{min-width:0;padding:22px 24px}.post-card__body p,.post-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-card__title{font-size:20px;font-weight:600;line-height:1.4}.post-card .pill-row{position:relative;z-index:2;width:-moz-fit-content;width:fit-content}.post-card__body p{margin:13px 0;color:var(--muted);line-height:1.65}.post-meta{margin-top:19px;display:flex;gap:18px;color:#666;font-size:13px}.star-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:24px 16px}.star-card,.tag-cloud a{min-width:0;text-align:center}.star-card img{height:auto;aspect-ratio:1;margin:auto;border:0;border-radius:50%}.home-page .star-card img,.recommendation-blocks .star-card img,.search-recommend .star-card img,.tag-detail-extra .star-card img{width:86px;height:86px}.star-card span,.star-card strong{display:block}.star-card strong{margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.star-card span{margin-top:4px;color:var(--muted);font-size:13px}.page-stars .star-card strong{margin-top:11px;font-size:16px;font-weight:500;color:#eee}.page-stars .star-card span{color:#999}.tag-cloud{display:flex;flex-wrap:wrap;gap:14px}.tag-cloud a{min-width:88px;padding:10px 20px;border:1px solid var(--orange);border-radius:22px;background:rgba(255,164,64,.08);color:var(--orange)}.tag-cloud a:hover{background:rgba(255,164,64,.16)}.recommendation-blocks .star-card strong,.search-recommend .star-card strong,.tag-detail-extra .star-card strong{margin-top:12px;font-size:16px;font-weight:500}.page-stars .star-card span,.recommendation-blocks .star-card span,.search-recommend .star-card span,.tag-detail-extra .star-card span{margin-top:4px;font-size:13px}.recommendation-blocks .tag-cloud a,.search-recommend .tag-cloud a,.tag-detail-extra .tag-cloud a{min-width:80px;padding:8px 16px;font-size:14px;line-height:1.2}@media (min-width:768px){.home-page .home-section--stars .star-grid{display:flex;justify-content:space-between;gap:0}.home-page .home-section--stars .star-card:nth-child(n+11){display:none}.home-page .home-section--stars .star-card,.page-search .search-recommend .star-card,.page-tag .tag-detail-extra .star-card{width:86px;flex:0 0 86px}.home-page .home-section--tags .tag-cloud{display:flex;flex-wrap:wrap;gap:12px 14px}.home-page .home-section--tags .tag-cloud a,.page-search .search-recommend .tag-cloud a,.page-tag .tag-detail-extra .tag-cloud a,.recommendation-blocks .tag-cloud a{min-width:0;height:26px;padding:0 12px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2a2d2f;color:#a7a7a7;font-size:14px;font-weight:500;line-height:1;white-space:nowrap}.page-search .search-recommend .tag-cloud a,.page-tag .tag-detail-extra .tag-cloud a,.recommendation-blocks .tag-cloud a{overflow:hidden;text-overflow:ellipsis}.home-page .home-section--tags .tag-cloud a{flex:0 0 auto;max-width:100%;overflow:visible;text-overflow:clip}.home-page .home-section--tags .tag-cloud a::before,.page-search .search-recommend .tag-cloud a::before,.page-tag .tag-detail-extra .tag-cloud a::before,.recommendation-blocks .tag-cloud a::before{content:"#"}.home-page .home-section--tags .tag-cloud a:first-child,.page-search .search-recommend .tag-cloud a:first-child,.page-tag .tag-detail-extra .tag-cloud a:first-child,.recommendation-blocks .tag-cloud a:first-child{border-color:rgba(255,164,64,.8);background:rgba(255,164,64,.08);color:var(--orange)}.home-page .home-section--tags .tag-cloud a:hover,.page-search .search-recommend .tag-cloud a:hover,.page-tag .tag-detail-extra .tag-cloud a:hover,.recommendation-blocks .tag-cloud a:hover{border-color:rgba(255,164,64,.8);background:rgba(255,164,64,.12);color:var(--orange)}.page-search .search-recommend .star-grid,.page-tag .tag-detail-extra .star-grid{display:flex;justify-content:space-between;gap:0}.page-search .search-recommend .tag-cloud,.page-tag .tag-detail-extra .tag-cloud{display:flex;flex-wrap:wrap;gap:12px 14px}}.breadcrumbs{padding-top:20px;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;max-width:100%;overflow:hidden;color:#999;font-size:16px;font-weight:500}.breadcrumbs>a,.breadcrumbs>span:not([aria-current=page]){flex:0 0 auto;white-space:nowrap}.breadcrumbs>span[aria-current=page]{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs a:hover,.comment.is-official .comment-head strong,.comment__body button[data-like].is-liked,.comment__body button[data-like][data-liked]{color:var(--orange)}.page-space{padding-bottom:100px}.page-heading{min-height:184px;display:flex;align-items:center;justify-content:space-between}.page-heading h1,.search-intro h1{margin:0 0 10px;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:40px;font-weight:600;line-height:1.4}.page-heading p,.search-intro p{margin:0;color:var(--muted);font-size:20px}.chip-scroll,.rank-period,.sort-switch{display:flex;gap:20px}.rank-period a,.sort-switch a{min-width:64px}.chip-scroll a,.page-heading p,.rank-period a,.search-intro p,.sort-switch a{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-weight:400}.chip-scroll a,.rank-period a,.sort-switch a{height:38px;padding:0 16px;border-radius:38px;display:inline-flex;align-items:center;justify-content:center;background:#222;color:#9aa0a6;font-size:16px;line-height:16px;letter-spacing:.8px;white-space:nowrap;box-sizing:border-box}.rank-period a,.sort-switch a{width:64px;padding-inline:0;flex:0 0 64px}.chip-scroll a{width:auto;min-width:64px;flex:0 0 auto;padding-inline:18px}.chip-scroll a.active,.rank-period a.active,.sort-switch a.active{background:var(--orange);color:#fff}.chip-scroll{margin-bottom:28px;overflow-x:auto;scrollbar-width:none}.chip-scroll::-webkit-scrollbar,.filter-row::-webkit-scrollbar{display:none}.filter-row a,.list-count{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.list-count{margin:0 0 28px;font-size:26px;font-weight:600}.filter-rows{margin:0 0 42px}.filter-row{min-height:38px;display:flex;align-items:center;gap:20px;overflow-x:auto;scrollbar-width:none}.filter-row+.filter-row{margin-top:30px}.filter-row a{min-width:38px;height:38px;padding:0 12px;border-radius:38px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;background:#222;color:#9aa0a6;font-size:16px;font-weight:400;line-height:16px;letter-spacing:.8px;white-space:nowrap;box-sizing:border-box}.filter-row a:first-child{min-width:64px}.filter-row:not(.alphabet) a{width:auto;min-width:64px;padding-inline:16px}.filter-row.alphabet a{width:38px;min-width:38px;padding-inline:0}.filter-row.alphabet a:first-child{width:auto;min-width:64px;padding-inline:12px}.filter-row a.active,.pager a.active{background:var(--orange);color:#fff}.pager{margin-top:56px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.pager__page-count,.player.is-playing .player__play-icon--play{display:none}.pager>a,.pager__disabled,.pager__jump button{min-width:36px;height:36px;padding:0 10px;border:0;border-radius:8px;background:var(--surface-2)}.pager>a,.pager__disabled{display:inline-flex;align-items:center;justify-content:center;gap:7px}.pager__jump button{color:var(--text)}.pager__arrow{width:10px;height:10px}.pager__arrow--prev{transform:rotate(180deg)}.pager a.active{color:#111}.pager__disabled{pointer-events:none;opacity:.45}.pager__jump{margin-left:12px;display:flex;align-items:center;gap:8px;color:var(--muted)}.pager__jump input{width:58px;height:36px;border:1px solid #444;border-radius:4px;background:var(--surface);text-align:center;color:var(--text)}.detail-shell .breadcrumbs{padding-bottom:16px}.player-wrap{width:1366px;max-width:calc(100% - 80px);margin:auto}.player{position:relative;overflow:hidden;border-radius:4px;background:#050505;aspect-ratio:16/9}.player__media{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.player__controls{position:absolute;right:30px;bottom:30px;left:30px;height:48px;padding:0;display:flex;align-items:center;gap:21px;background:0 0}.player__controls button{width:30px;height:30px;padding:0;border:0;background:0 0;color:#fff}.player__controls .player__play{width:48px;height:48px;flex:0 0 48px;padding:9px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.player__play-icon{grid-area:1/1;-o-object-fit:contain;object-fit:contain}.player__play-icon,.player__play-icon--play{width:30px;height:30px}.player__play-icon--pause{width:30px;height:30px;display:none}.player.is-playing .player__play-icon--pause{display:block}.player__time{flex:0 0 auto;min-width:52px;color:#fff;font-size:15px;font-weight:500;line-height:23px;letter-spacing:.08px;font-variant-numeric:tabular-nums;white-space:nowrap}.player__progress{width:auto;min-width:0;height:14px;flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(90deg,var(--orange) 0 var(--progress, 0%),rgba(255,255,255,.28) var(--progress, 0%) 100%) center/100% 4px no-repeat}.player__progress::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:0 0}.player__progress::-moz-range-track{height:4px;border-radius:999px;background:0 0}.player__progress::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;border:0;border-radius:50%;-webkit-appearance:none;appearance:none;background:var(--orange);box-shadow:0 0 0 2px rgba(0,0,0,.18)}.player__progress::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:50%;background:var(--orange)}.player__options{display:flex;align-items:center;justify-content:center;gap:12px;width:100px;height:30px;flex:0 0 100px}.player__volume{position:relative;flex:0 0 30px;width:30px;height:30px}.player__fullscreen,.player__volume>button{width:30px;height:30px;display:grid;place-items:center}.player__fullscreen img,.player__volume img{width:30px;height:30px;margin:auto;-o-object-fit:contain;object-fit:contain}.player__fullscreen{width:30px!important;height:30px!important;flex:0 0 30px;border:0!important}.player.is-muted .player__volume-on,.player__volume-off{display:none}.player.is-muted .player__volume-off{display:block}.player__volume input{position:absolute;bottom:64px;left:-33px;width:96px;height:24px;display:none;accent-color:var(--orange);transform:rotate(-90deg)}.player__volume:focus-within input,.player__volume:hover input{display:block}.player__speed{width:auto!important;min-width:28px;flex:0 0 auto;color:#fff;font-size:15px;font-weight:500;line-height:23px;letter-spacing:.08px}.player.is-fullscreen{width:100vw;height:100vh;border-radius:0;aspect-ratio:auto}.movie-information{width:1366px;max-width:calc(100% - 80px);padding-top:22px;margin-inline:auto}.movie-story{padding:16px 0 0;display:flex;flex-direction:column;gap:20px}.movie-story .player{width:100%;margin:0;aspect-ratio:1366/784;border-radius:4px;box-shadow:none}.movie-meta,.movie-story h1{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.movie-story h1{margin:0;color:#fff;font-size:32px;font-weight:600;line-height:40px}.movie-meta{font-size:16px;line-height:24px}.movie-meta strong{color:#fff;font-weight:400}.movie-story dl{margin:0;display:grid;grid-template-columns:auto 1fr;-moz-column-gap:0;column-gap:0;row-gap:10px;font-size:16px}.movie-story dt{color:#999;font-weight:400}.movie-story dt::after{content:'：'}.movie-field-title,.movie-meta,.movie-story dd{margin:0;color:#fff;font-weight:400}.movie-story a{color:inherit}.movie-field-title,.movie-story dl{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;line-height:24px}.movie-field-title{font-size:20px;font-weight:600}.movie-field{display:flex;flex-direction:column;gap:10px;width:100%}.movie-tags{margin:0;gap:8px;align-items:center}.movie-tags .pill{min-width:44px;height:24px;padding:0 10px;border:1px solid rgba(255,164,64,.3);border-radius:12px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;background:rgba(255,164,64,.08);color:var(--orange);font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.synopsis{margin:0;position:relative}.rating-copy span,.synopsis p{line-height:24px;font-weight:400}.synopsis button,.synopsis p{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:16px}.synopsis p{max-width:1366px;margin:0;color:#999}.synopsis button{position:absolute;right:0;bottom:0;padding:0 0 0 28px;border:0;display:inline-flex;align-items:center;gap:3px;background:linear-gradient(90deg,transparent,var(--bg) 28%);color:var(--orange);line-height:16px;font-weight:400}.synopsis-down{width:20px;height:20px;flex:0 0 20px;-o-object-fit:none;object-fit:none;-o-object-position:center;object-position:center}.detail-section{padding:16px 0}.rating-copy strong{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:32px;line-height:40px;font-weight:400}.detail-section__title{margin:0 0 22px;color:#fff;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:24px;line-height:32px;font-weight:600}.comments .detail-section__title{margin-bottom:30px}.rating-panel{display:block;padding-top:30px}.rating-head{min-height:40px;display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px}.rating-panel__title{margin:0;width:auto;flex:0 0 auto}.rating-copy{display:flex;align-items:baseline;gap:0;margin:0}.rating-copy strong{color:var(--orange)}.rating-copy span{display:inline;color:#fff;font-size:20px;align-self:flex-end;margin-bottom:6px}.rating-mini-stars{display:inline-flex;align-items:center;gap:10.67px;margin-left:4px}.rating-mini-stars .rating-star,.rating-stars .rating-star{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.rating-star--dim{opacity:.35}.rating-count{margin:0;color:#999}.rating-count,.rating-insufficient,.rating-widget{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:16px;line-height:24px;font-weight:400}.rating-insufficient{margin:0;flex:0 0 auto;color:#999;white-space:nowrap}.rating-widget{margin-top:16px;display:flex;align-items:center;gap:20px;color:#fff}.rating-widget__label{flex:0 0 auto}.rating-stars{display:flex;gap:16px}.rating-stars button{width:24px;height:24px;padding:0;border:0;display:grid;place-items:center;background:0 0}.rating-stars .rating-star{width:24px;height:24px;opacity:.28;filter:grayscale(1) brightness(.55)}.rating-stars button.active .rating-star,.rating-stars button.is-selected .rating-star,.rating-stars button:hover .rating-star{opacity:1;filter:none}.comment-form>button,.rating-success{margin:0;font-size:16px;line-height:24px}.rating-success{color:#45a867;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-weight:400}.comments{padding-top:16px}.comment-fields,.comment-form{display:flex;flex-direction:column;gap:20px}.comment-form{position:relative;width:700px;max-width:100%;margin-bottom:30px}.comment-fields{flex:1;min-width:0}.comment-form input,.comment-form textarea{width:100%;border:0;border-radius:0;background:#222;color:var(--text);font:inherit}.comment-form input{height:48px;padding:0 20px;font-size:16px}.comment-form textarea{height:135px;padding:12px 20px;resize:vertical;font-size:16px;line-height:24px}.comment-form>button{position:static;align-self:flex-end;min-width:98px;width:98px;height:48px;border:0;border-radius:24px;background:#ffa440;color:#fff;font-weight:600}.comment,.comment-list{width:100%;max-width:100%;display:flex}.comment-list{margin:0;padding:0;border:0;flex-direction:column;gap:30px;background:0 0;list-style:none}.comment{gap:10px}.comment.is-hidden{display:none}.comment-avatar{width:30px;height:30px;flex:none;border-radius:50%;display:grid;place-items:center;background:hsl(var(--avatar-hue, 215) 38% 42%);color:#fff;font-size:12px;font-weight:600}.comment.is-official .comment-avatar{background:linear-gradient(135deg,var(--orange),#ff7a1a);box-shadow:none}.comment__body{min-width:0;flex:1}.comment-head{display:flex;align-items:center;gap:10px;margin-bottom:5px;min-height:19px;min-width:0;max-width:100%;white-space:nowrap}.comment-head strong{min-width:0;max-width:160px;overflow:hidden;font-weight:400;text-overflow:ellipsis}.comment-badge,.comment-head strong,.comment-head time,.comment-pending{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;white-space:nowrap}.comment-head strong,.comment-head time{color:#959595;font-size:13px;line-height:19px}.comment-head time{flex:0 0 auto}.comment-badge,.comment-pending{height:17px;padding:0 6px;border:1px solid rgba(255,164,64,.3);border-radius:12px;display:inline-flex;align-items:center;background:rgba(255,164,64,.08);color:var(--orange);font-size:12px;font-weight:400;line-height:17px}.comment__body p{margin:0 0 12px;color:#eee;font-size:15px;line-height:normal;font-weight:400}.comment__body button[data-like]{display:inline-flex;align-items:center;gap:4px;background:0 0;color:#959595;font-size:10px;line-height:19px}.comment-like-icon{width:16px;height:16px;flex:0 0 16px;-o-object-fit:contain;object-fit:contain}.comment__body button[data-like].is-liked .comment-like-icon,.comment__body button[data-like][data-liked] .comment-like-icon{filter:none}.comment-more,.comment__body button[data-like],.comment__body p{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.comment-more,.comment__body button[data-like]{padding:0;border:0}.comment-more{margin-top:30px;width:268px;height:48px;border-radius:24px;background:#222;color:var(--orange);font-size:18px;line-height:24px;font-weight:400}.share-row{min-height:60px;margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:21px}.share-row button{padding:0;border:0;display:grid;place-items:center}.share-row__trigger{width:171px;min-width:171px;height:60px;padding:0!important;border-radius:30px!important;background:var(--orange);color:#fff;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:20px;font-weight:600;line-height:24px}.share-row__network,.share-row__network img{width:60px;height:60px;border-radius:12px;display:block}.share-row__network{overflow:hidden;background:#222}.share-row__network img{-o-object-fit:cover;object-fit:cover}.share-row__network[aria-label=分享到微信]{background:#07c160}.share-row__network[aria-label=分享到微博]{background:#ffd43b}.share-row__network[aria-label=分享到X]{background:#000}.share-row__network[aria-label=分享到Telegram]{background:#2aabee}.share-row__network[aria-label=分享到Facebook]{background:#1877f2}.recommendation-blocks{padding-bottom:100px}.article{width:825px;max-width:calc(100% - 40px)}.article-header h1{margin:30px 0 14px;font-size:40px;font-weight:600;line-height:1.4}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0;color:#999;font-size:14px;line-height:1.5}.article-meta__dot{margin:0 8px;color:#666}.article-meta__category{color:#999}.article-meta__category:hover{color:var(--orange)}.article h2,.article p,.article-header h1{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.article p{color:#bbb;font-size:16px;font-weight:400;line-height:1.9}.article-cover{width:825px;height:464px;margin:24px 0;-o-object-fit:cover;object-fit:cover}.article h2{margin-top:38px;font-size:26px;font-weight:600}.article .player{margin:26px 0;aspect-ratio:825/473.5}.article-tags{margin-top:26px}.article-nav{margin-top:42px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.article-nav__item{min-height:120px;padding:20px;border-radius:5px;display:flex;align-items:center;gap:10px;background:#181818}.article-nav__item--next{flex-direction:row-reverse}.article-nav__item.is-disabled{opacity:.45;pointer-events:none}.article-nav__cover{flex:0 0 auto;width:120px;height:68px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.article-nav__cover--empty{display:block;background:#242424}.article-nav__body{min-width:0;display:flex;flex:1 1 auto;flex-direction:column;gap:11px}.article-nav__label{color:var(--orange);font-size:20px;font-weight:500;line-height:1.22}.article-nav__title{display:-webkit-box;overflow:hidden;color:#999;font-size:18px;font-weight:400;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ranking-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}.rank-heading{min-height:132px;margin-bottom:26px;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:22px;padding-top:28px;text-align:left}.rank-heading .rank-period,.rank-heading h1{align-self:flex-start}.rank-heading h1{margin:0;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:32px;font-weight:600;line-height:1.25}.rank-heading .rank-period a:not(.active){background:0 0;color:#999}.rank-top3{margin-bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;overflow:visible}.rank-winner{position:relative;min-height:152px;padding:16px;border:1px solid #3a2b1a;border-radius:6px;display:grid;grid-template-columns:145px minmax(0,1fr);grid-template-rows:1fr auto;gap:8px 16px;align-items:center;overflow:hidden;background:linear-gradient(105deg,#2c2117 0,#241c15 58%,#171717 100%)}.rank-winner>img{width:145px;height:96px;border-radius:5px;-o-object-fit:cover;object-fit:cover;grid-row:1/3}.rank-winner>img.rank-avatar{width:72px;height:72px;border-radius:50%}.rank-winner>img.rank-medal-image,.rank-winner__cover .rank-medal-image{position:absolute;top:10px;left:20px;z-index:2;width:64px;height:64px;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;pointer-events:none;background:0 0}.rank-winner>a{position:relative;z-index:1;font-size:17px;font-weight:600;line-height:1.45}.rank-winner .rank-heat{position:relative;z-index:1;align-self:end;justify-self:start}.rank-winner__number{display:none}.rank-winner__cover{position:relative;width:100%;height:306px;flex:0 0 306px;border-radius:16px;overflow:hidden}.rank-winner__cover>img:not(.rank-medal-image){width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover}.rank-num-wrap{position:absolute;top:22px;right:21px;width:100px;height:134px;overflow:hidden;pointer-events:none}.rank-num-wrap .rank-num-image{position:absolute;inset:0;width:100%;height:100%;max-width:none;border-radius:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;mix-blend-mode:lighten;pointer-events:none}.rank-num-wrap--1 .rank-num-image{top:-.07%;left:24%;width:42.17%;height:100.13%;inset:auto;-o-object-fit:cover;object-fit:cover}.rank-num-wrap--nudge-left .rank-num-image{transform:translateX(-10px)}.rank-winner--post,.rank-winner--video{min-height:0;height:420px;padding:0;display:flex;flex-direction:column;align-items:center;gap:15px;grid-template-columns:unset;grid-template-rows:unset;border:1px solid rgba(255,164,64,.3);border-radius:16px;background:linear-gradient(90deg,#181818 0,#211a12 100%);overflow:hidden}.rank-winner--post>img:not(.rank-medal-image),.rank-winner--video>img:not(.rank-medal-image){display:none}.rank-winner--post .rank-winner__cover,.rank-winner--video .rank-winner__cover{width:100%;height:306px;flex:0 0 306px}.rank-winner--post .rank-winner__meta,.rank-winner--post>a,.rank-winner--video .rank-winner__meta,.rank-winner--video>a{align-self:center;box-sizing:border-box;width:510px;max-width:calc(100% - 40px);margin:0;padding:0;overflow:hidden;line-height:normal;white-space:nowrap;text-overflow:ellipsis}.rank-winner--post>a,.rank-winner--video>a{position:static;grid-column:unset;grid-row:unset;color:#fff;font-size:28px;font-weight:500}.rank-winner--post>a::after,.rank-winner--video>a::after{z-index:1}.rank-winner--post .rank-winner__meta,.rank-winner--video .rank-winner__meta{position:relative;z-index:0;color:#999;font-size:20px;font-weight:400}.rank-card .rank-rows li>a::after,.rank-rows li.rank-row--tag .rank-tag,.rank-winner--post .rank-heat,.rank-winner--video .rank-heat{display:none}.rank-winner--tag{padding:27px 39px}.rank-winner--star,.rank-winner--tag{position:relative;min-height:180px;height:180px;border:1px solid rgba(255,164,64,.3);border-radius:20px;background:linear-gradient(90deg,#181818 0,#392611 100%);overflow:visible}.rank-winner--tag{display:block}.rank-winner--tag .rank-winner__meta,.rank-winner--tag>a{display:block;max-width:calc(100% - 120px);font-size:26px;font-weight:500;line-height:normal}.rank-winner--tag .rank-winner__meta{margin-top:15px;color:#999;font-size:20px;font-weight:400}.rank-winner--tag .rank-heat{display:inline-flex;margin-top:15px;width:auto;max-width:100%;justify-self:start;justify-content:flex-start}.rank-winner--star{display:grid;grid-template-columns:130px minmax(0,1fr);grid-template-rows:auto auto auto;gap:15px 30px;padding:25px 30px;align-items:start}.rank-winner--star>img.rank-avatar{width:130px;height:130px;grid-column:1;grid-row:1/4;align-self:center}.rank-rows li>a,.rank-winner--star>a{grid-row:1;font-size:26px;font-weight:500}.rank-winner--star>a{grid-column:2;line-height:normal}.rank-winner--star .rank-winner__meta{grid-column:2;grid-row:2;display:block;color:#999;font-size:20px;font-weight:400;line-height:normal}.rank-winner--star .rank-heat{grid-column:2;grid-row:3;align-self:start;width:auto;max-width:100%;justify-self:start;justify-content:flex-start}.rank-winner--post .rank-winner__meta,.rank-winner--video .rank-winner__meta{display:block}.tag-detail-extra>section{margin-top:70px}.rank-card{height:606px;overflow:hidden;border:1px solid #282828;border-radius:14px;display:grid;grid-template-rows:58px minmax(0,1fr) 52px;background:#181818}.rank-card h2{height:58px;margin:0;padding:0 20px;display:flex;align-items:center;border-bottom:1px solid var(--line);font-size:16px}.rank-rows{margin:0;padding:0;list-style:none}.rank-rows li{position:relative;min-height:112px;margin-bottom:10px;padding:30px;border:0;border-radius:16px;display:grid;grid-template-columns:40px 160px minmax(0,1fr) 480px;grid-template-rows:1fr auto;gap:4px 20px;align-items:center;background:linear-gradient(90deg,#181818 0,#211a12 100%)}.rank-rows li.rank-row--tag{grid-template-columns:40px minmax(0,1fr) minmax(280px,1fr) 120px}.rank-rows li.rank-row--star{grid-template-columns:40px 90px minmax(0,1fr) minmax(280px,1fr) 120px}.rank-rows li.rank-row--star>img.rank-avatar{grid-column:2;grid-row:1/3;align-self:center}.rank-rows li.rank-row--star>a{grid-column:3}.rank-rows li.rank-row--tag>a{grid-column:2}.rank-rows li.rank-row--tag .rank-submeta{grid-column:2;grid-row:2;display:block}.rank-rows li.rank-row--tag .rank-progress{grid-column:3;grid-row:1/3;width:100%;max-width:320px;justify-self:start}.rank-rows li.rank-row--tag .rank-heat{grid-column:4;grid-row:1/3;width:auto;justify-self:start;align-self:center;justify-content:flex-start}.rank-rows li.rank-row--star .rank-submeta{grid-column:3;grid-row:2;display:block}.rank-rows li.rank-row--star .rank-progress{grid-column:4;grid-row:1/3;width:100%;max-width:320px;justify-self:start}.rank-rows li.rank-row--star .rank-heat{grid-column:5;grid-row:1/3;width:auto;justify-self:start;align-self:center;justify-content:flex-start}.rank-rows li.rank-row--post,.rank-rows li.rank-row--video{grid-template-columns:40px 160px minmax(0,1fr) minmax(180px,320px) 120px}.rank-rows li.rank-row--post>.rank-progress,.rank-rows li.rank-row--video>.rank-progress{grid-column:4;grid-row:1/3;width:100%;max-width:320px}.rank-rows li.rank-row--post>.rank-heat,.rank-rows li.rank-row--video>.rank-heat{grid-column:5;grid-row:1/3;width:auto}.rank-rows li.rank-row--post>a,.rank-rows li.rank-row--video>a{grid-column:3;grid-row:1;align-self:end}.rank-rows li.rank-row--post>.rank-submeta,.rank-rows li.rank-row--video>.rank-submeta{grid-column:3;grid-row:2;display:block}.rank-card .rank-rows{min-height:0;display:grid;grid-template-rows:repeat(10,minmax(0,1fr))}.rank-card .rank-rows li{position:relative;align-items:center;min-height:0;margin:0;padding:5px 14px;border-bottom:1px solid var(--line);border-radius:0;grid-template-columns:34px 40px minmax(0,1fr) 72px;grid-template-rows:1fr;gap:10px;background:0 0}.rank-card .rank-rows img,.rank-card .rank-rows img.rank-avatar{width:40px;height:40px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.rank-card .rank-rows img.rank-avatar{border-radius:50%}.rank-card .rank-rows .rank-badge{width:34px;height:auto;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.rank-card .rank-rows li.rank-row--tag{grid-template-columns:34px minmax(0,1fr) 72px}.rank-card .rank-rows li.rank-row--post>a,.rank-card .rank-rows li.rank-row--star>a,.rank-card .rank-rows li.rank-row--video>a{grid-column:3;grid-row:1;align-self:center}.rank-card .rank-tag{width:32px;height:32px;border-radius:4px;display:grid;place-items:center;background:#242424}.rank-number{color:#fff;font-size:28px;font-weight:500;text-align:center}.rank-rows li>a{grid-column:3}.rank-submeta{grid-column:3;grid-row:2;color:var(--muted);font-size:20px}.rank-rows li>img:not(.rank-badge){grid-column:2;grid-row:1/3;align-self:center;width:160px;height:90px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.rank-rows li>.rank-badge,.rank-rows li>.rank-number{grid-column:1;grid-row:1/3;align-self:center}.rank-rows img.rank-badge{width:42px;height:28px;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.rank-rows img.rank-avatar{width:90px;height:90px;border-radius:50%}.rank-rows li.rank-row--star img.rank-avatar{width:90px;height:90px}.rank-card .rank-rows li>img:not(.rank-badge){grid-column:2;grid-row:1;align-self:center;width:40px;height:40px;max-width:none;border-radius:8px;-o-object-fit:cover;object-fit:cover}.rank-card .rank-rows li.rank-row--star>img.rank-avatar{width:40px;height:40px;border-radius:50%}.rank-progress{grid-column:4;grid-row:1/3;width:320px;height:6px;border-radius:3px;align-self:center;justify-self:start;background:linear-gradient(90deg,#fabd10 0 var(--rank-progress),transparent var(--rank-progress) 100%),rgba(255,255,255,.1)}.rank-heat,.rank-heat__fire{font-size:20px;line-height:24px}.rank-heat{grid-column:4;grid-row:1/3;width:120px;align-self:center;justify-self:end;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;color:#f59e0b;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-weight:500;white-space:nowrap}.rank-heat__fire{flex:0 0 auto}.rank-card .rank-rows li.rank-row--post .rank-submeta,.rank-card .rank-rows li.rank-row--star .rank-submeta,.rank-card .rank-rows li.rank-row--tag .rank-submeta,.rank-card .rank-rows li.rank-row--video .rank-submeta,.rank-card .rank-rows li>.rank-progress{display:none}.rank-card .rank-rows li>a{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.rank-card .rank-rows li.rank-row--star>img.rank-avatar,.rank-card .rank-rows li.rank-row--tag>a{grid-column:2;grid-row:1;align-self:center}.rank-card .rank-rows li>.rank-badge,.rank-card .rank-rows li>.rank-number{grid-column:1;grid-row:1;align-self:center;justify-self:center}.rank-card .rank-rows li.rank-row--post>img:not(.rank-badge),.rank-card .rank-rows li.rank-row--video>img:not(.rank-badge){grid-column:2;grid-row:1;align-self:center}.rank-card .rank-heat{grid-column:4;grid-row:1;align-self:center;justify-self:end;flex-shrink:0;gap:4px;font-size:14px;line-height:18px;white-space:nowrap}.rank-card .rank-rows li.rank-row--tag .rank-heat{grid-column:3;grid-row:1}.rank-card .rank-heat__fire{font-size:12px;line-height:18px}.rank-card .rank-rows li:nth-child(1) .rank-heat{color:#f59e0b}.rank-card .rank-rows li:nth-child(2) .rank-heat,.rank-card .rank-rows li:nth-child(3) .rank-heat{color:#f97316}.rank-card .rank-rows li:nth-child(n+4) .rank-heat{color:rgba(255,255,255,.4)}.rank-card .rank-progress{display:none}.rank-card .rank-number{color:#ddd;font-size:13px}.rank-card__more{height:52px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--orange);font-size:13px}.rank-card__more img{width:10px;height:10px}.search-intro{padding-top:36px}.search-form{position:relative;width:890px;max-width:100%;height:48px;margin-top:24px}.search-clear,.search-form__icon{position:absolute;border:0;background:0 0;color:#aaa}.search-form__icon{z-index:1;top:0;left:0;width:48px;height:48px;padding:0;display:grid;place-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none}.search-form__icon img{width:16px;height:16px}.search-form input{width:100%;height:100%;padding:0 54px;border:0;border-radius:24px;outline:0;background:var(--surface-2)}.search-clear{top:5px;right:8px;width:38px;height:38px;font-size:22px}.search-history,.search-page .search-type-tabs{margin-top:26px}.history-head{display:flex;align-items:center;gap:16px}.history-head h2{margin:0;font-size:26px}.history-head button{padding:0;border:0;display:inline-flex;align-items:center;gap:6px;background:0 0;color:var(--muted)}.history-head button img{width:24px;height:24px}.history-chips{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.history-chips a{padding:7px 15px;border-radius:18px;background:var(--surface-2);color:#aaa}.search-results{margin-top:36px}.search-results section{margin-top:38px}.search-results h2{margin:0 0 28px;font-size:26px}.grid-empty,.rank-empty,.search-empty{display:grid;place-items:center;color:var(--muted)}.search-empty{height:100px}.grid-empty,.rank-empty{min-height:280px;padding:48px 24px;border-radius:16px;background:linear-gradient(90deg,#181818 0,#211a12 100%);font-size:20px;line-height:1.5;text-align:center}.rank-card .rank-empty{min-height:0;height:100%;align-self:stretch;margin:0;padding:24px 16px;border-radius:0;background:0 0;font-size:14px;color:rgba(255,255,255,.4)}.post-grid>.grid-empty,.star-grid>.grid-empty,.video-grid>.grid-empty{grid-column:1/-1}.search-recommend{margin-top:64px}@media (min-width:768px){.search-recommend>.section-head:not(:first-child){margin-top:70px}}.latest-page{text-align:center}.latest-page .breadcrumbs{text-align:left}.latest-hero{padding:50px 0 35px}.latest-hero h1{margin:0;font-size:40px;font-weight:600}.latest-hero p{margin:14px 0 22px;color:#999;font-size:20px;font-weight:500;letter-spacing:1px}.latest-hero>a{height:60px;padding:0 28px;border-radius:30px;display:inline-flex;align-items:center;gap:6px;background:var(--orange);color:#fff;font-size:20px;font-weight:600}.latest-address-panel{width:1366px;max-width:100%;margin:0 auto;padding-bottom:40px;border-radius:14px;background:var(--surface);overflow:hidden}.latest-address-panel h2{height:60px;margin:0 0 40px;border-bottom:.765px solid rgba(241,201,99,.12);display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,164,64,.08) 0,transparent 100%);font-size:20px}.latest-address-list{width:740px;max-width:calc(100% - 40px);margin:auto;display:grid;gap:40px}.latest-address-row{min-height:80px;padding:0 60px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#222;color:var(--muted);font-size:24px}.latest-address-row a{color:#537cc4;font-size:24px}.latest-address-row--primary a,.latest-follow h2{color:#ffa440;font-family:"PingFang SC",sans-serif;font-size:24px;font-weight:400;line-height:normal}.latest-address-row button{width:24px;height:24px;margin-left:auto;padding:0;border:0;display:grid;flex:0 0 24px;place-items:center;background:0 0;cursor:pointer}.latest-address-row button img{width:24px;height:24px;display:block}.latest-follow{padding:38px 0 54px;text-align:center}.latest-follow h2{margin:0 0 20px;color:#fff;font-style:normal;font-weight:600}.latest-socials,.latest-socials a{max-width:100%;align-items:center;box-sizing:border-box}.latest-socials{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:-moz-fit-content;width:fit-content;margin-inline:auto;padding-inline:20px}.latest-socials a{width:auto;min-width:195px;height:76px;padding:0 20px;border:1px solid #323232;border-radius:40px;display:inline-flex;justify-content:flex-start;gap:12px;background:var(--surface-2);color:var(--text);font-size:20px;font-weight:600;white-space:nowrap;flex:0 0 auto}.latest-socials a>span:last-child{min-width:0}.latest-social-icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;overflow:hidden}.latest-social-icon img{width:22px;height:22px;display:block}.latest-social-icon--twitter{background:#050505}.latest-social-icon--email{background:#3e78d8}.latest-social-icon--business,.latest-social-icon--telegram{background:#fff}.latest-social-icon--business img,.latest-social-icon--telegram img{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(58%) sepia(92%) saturate(1160%) hue-rotate(162deg) brightness(91%) contrast(92%)}.latest-follow p{width:100%;max-width:1120px;margin:18px auto 0;padding-inline:20px;box-sizing:border-box;color:#666;font-size:13px;line-height:1.7;overflow-wrap:anywhere;word-break:break-word}.latest-videos{padding:20px 0 74px;border-top:1px solid var(--line);text-align:left}.latest-videos .section-head{margin-bottom:20px}.text-link{margin-right:20px;color:var(--orange)}.legal-page{width:1050px;max-width:100%;padding-top:42px}.legal-page h1,.legal-page h2{font-size:40px;font-weight:600}.legal-page .lead{font-size:20px}.legal-page h2{margin-top:42px;font-size:26px;color:#eee}.error-page p,.legal-page li,.legal-page p{color:#888;font-size:20px;line-height:1.65}.legal-page ul{margin:14px 0 0;padding-left:30px}.error-actions a,.error-page{align-items:center;justify-content:center}.error-page{min-height:600px;padding-top:22px;display:flex;flex-direction:column;text-align:center}.error-page__illustration{width:220px;height:160px;-o-object-fit:contain;object-fit:contain}.error-page p,.legal-page .lead{color:#999;font-weight:500;letter-spacing:1px}.error-page p{margin:24px 0 28px;line-height:1.5}.error-actions{display:flex;justify-content:center}.error-actions a{width:226px;height:60px;border:0;border-radius:30px;display:inline-flex;font-size:20px;font-weight:600}.error-actions .primary{background:var(--orange);color:#fff}.error-recommend{padding-bottom:78px}.mini-player{position:fixed;z-index:70;right:max(40px,calc((100vw - 1710px)/2));bottom:24px;width:616px;height:130px;padding:20px;border:0;border-radius:16px;display:grid;grid-template-columns:160px minmax(0,1fr) 165px;gap:22px;align-items:center;background:#181818;box-shadow:none;transform-origin:right bottom}@media (max-width:1679px) and (min-width:1441px){.mini-player{transform:scale(.85)}}@media (max-width:1440px) and (min-width:768px){.mini-player{transform:scale(.75)}}.mini-player>img{width:160px;height:90px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.mini-player__text{display:grid;gap:10px;min-width:0;align-content:center}.mini-player__text small{color:#ffa440;font-size:24px;font-weight:500;line-height:1.22}.mini-player__text strong{font-size:32px;font-weight:600;line-height:1.22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-addresses p,.mini-player a{font-weight:500;line-height:30px;white-space:nowrap}.mini-player a,.mini-player__text small,.mini-player__text strong{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.mini-player a,.mini-player__text strong{color:#fff}.mini-player a{width:165px;height:70px;padding:0;border-radius:38px;display:inline-flex;align-items:center;justify-content:center;background:#ffa440;font-size:30px;letter-spacing:1.5px}.backtop,.mini-player__close{padding:0;border:0;border-radius:50%;background:0 0}.mini-player__close{position:absolute;top:-20px;right:-20px;width:40px;height:40px;display:grid;place-items:center}.mini-player__close img{width:40px;height:40px;display:block;-o-object-fit:contain;object-fit:contain}.backtop{position:fixed;z-index:65;right:max(40px,calc((100vw - 1710px)/2));bottom:170px;width:64px;height:64px;display:none;cursor:pointer}.backtop.visible{display:block}.backtop img,.backtop picture{width:100%;height:100%;display:block}.site-footer{height:344px;background:#181818}.site-footer__inner{width:min(var(--container),calc(100% - 80px));height:344px;margin:auto;position:relative}.footer-brand{position:absolute;top:40px;left:0}.footer-brand .site-logo,.footer-brand .site-logo img{width:145px;height:29px;display:block}.footer-tagline{margin:16px 0 0;color:#959595;font-size:15px;line-height:21px}.footer-addresses,.footer-social{margin-top:20px}.footer-addresses p{margin:0;color:#999;font-size:15px}.footer-addresses a{margin-left:6px;color:var(--orange);text-decoration:underline;text-underline-offset:2px}.footer-social{display:flex;gap:13px}.footer-social a{position:relative;width:30px;height:30px;border-radius:50%;display:block}.footer-social img,.footer-social__email-icon{position:absolute;inset:0;width:30px;height:30px;transition:opacity .18s ease}.footer-social img{display:block}.footer-social__email-icon{border:1px solid #444;border-radius:50%;display:grid;place-items:center;background:#333;box-sizing:border-box}.footer-social__email-icon::before{width:17px;height:17px;background:url(/static/sjp-v2/images/addr-ic-email.svg) center/contain no-repeat;content:'';opacity:.3}.footer-social__email-icon--hover{border-color:rgba(255,164,64,.3);background:rgba(255,164,64,.3)}.footer-social a:hover .footer-social__icon--default,.footer-social__icon--hover{opacity:0}.footer-social a:hover .footer-social__icon--hover,.footer-social__email-icon--hover::before{opacity:1}.footer-social a:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.footer-social a:focus-visible .footer-social__icon--default{opacity:0}.footer-social a:focus-visible .footer-social__icon--hover{opacity:1}.footer-links{position:absolute;top:40px;right:6px;width:368px;display:grid;grid-template-columns:repeat(3,60px);-moz-column-gap:94px;column-gap:94px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h2{margin:0 0 6px;color:#fff;font-size:20px;line-height:28px}.footer-bottom,.footer-col a{font-size:15px;line-height:21px}.footer-col a,.footer-col h2{font-weight:600;white-space:nowrap}.footer-col a{color:#959595}.footer-col--about .footer-link--privacy{order:1}.footer-col--about .footer-link--about{order:2}.footer-col--about .footer-link--2257{order:3}.footer-col--about .footer-link--dmca{order:4}.footer-col a:hover{color:var(--orange)}.footer-bottom{position:absolute;right:0;bottom:0;left:0;height:58px;padding-top:10px;border-top:1px solid #2a2a2a;display:flex;justify-content:space-between;color:#666}.footer-bottom p{margin:0}.footer-copyright--mobile{display:none}@media (max-width:1200px){.site-header__inner{width:calc(100% - 40px)}.site-header .site-logo img{width:120px}.site-nav{margin-left:16px;flex:1 1 auto;gap:4px}.nav-item,.site-nav{min-width:0}.nav-item>a{min-width:0;padding-inline:4px;gap:6px;font-size:16px}.nav-icon{width:20px;height:20px;flex-basis:20px}.chevron{width:9px;height:5px}.search-glyph,.site-search{width:36px;height:36px}.site-search{flex:0 0 36px}.video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.video-card__cover{height:auto;aspect-ratio:342/192}.star-grid{gap-inline:32px}}@media (max-width:1024px) and (min-width:768px){.video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.video-card .pill-row{width:100%;max-width:100%;flex-wrap:nowrap;overflow:hidden}.video-card .pill{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:768px){.page-stars .star-grid{grid-template-columns:repeat(10,88px);justify-content:space-between;gap:20px 0}.page-stars .star-card img{width:88px;height:88px}}@media (max-width:900px) and (min-width:768px){.site-header__inner{width:calc(100% - 24px)}.site-header .site-logo img{width:110px}.site-nav{margin-left:8px;gap:0}.nav-item>a{padding-inline:2px;gap:5px;font-size:14px}.nav-icon{width:18px;height:18px;flex-basis:18px}.chevron{width:8px;height:4px}.search-glyph,.site-search{width:32px;height:32px}.site-search{flex-basis:32px}.home-page .home-section--stars .star-grid,.page-search .search-recommend .star-grid,.page-tag .tag-detail-extra .star-grid{display:grid;grid-template-columns:repeat(5,86px);justify-content:space-between;gap:24px 0}.page-stars .star-grid{grid-template-columns:repeat(5,88px);gap:24px 0}}@media (max-width:767px){body,html{overflow-x:clip}body{width:100%;max-width:100%;font-size:16px}input:not([type]),input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:16px!important}.site-main{max-width:100%;overflow-x:clip}.site-container{width:calc(100% - 26px);max-width:100%}.site-header{height:57px;background:#1c1c1c}.site-header__inner{width:calc(100% - 32px);justify-content:space-between}.site-header .site-logo img,.site-logo img{width:120px}.site-nav{display:none}.mobile-menu{padding:0;border:0;display:block;background:0 0}.mobile-drawer__close img,.mobile-menu,.mobile-menu img,.site-search{width:32px;height:32px}.site-search{margin-left:0}.search-glyph--desktop{display:none}.search-glyph--mobile{width:32px;height:32px;display:block}.mobile-drawer,.mobile-drawer-scrim{position:fixed;display:block;border:0}.mobile-drawer-scrim{z-index:119;inset:0;width:100%;height:100%;padding:0;background:rgba(0,0,0,.68)}.mobile-drawer{z-index:120;top:0;bottom:0;left:0;width:min(350px,calc(100vw - 60px));max-height:none;padding:0 14px 24px;overflow-y:auto;overscroll-behavior:contain;background:#181818;box-shadow:18px 0 42px rgba(0,0,0,.5)}.mobile-drawer__head{position:sticky;z-index:2;top:0;height:72px;margin-inline:-14px;padding-inline:14px;border-bottom:1px solid #282828;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;background:#181818}.mobile-drawer__close{width:34px;height:34px;padding:0;border:0;display:grid;place-items:center;background:0 0}.mobile-drawer__logo{justify-self:center}.mobile-drawer__logo img{width:128px;height:auto}.mobile-drawer__search{width:34px;height:34px;display:grid;place-items:center}.mobile-drawer__search img{width:32px;height:32px}.mobile-drawer__body{padding-top:12px}.mobile-drawer__item{width:100%;min-height:60px;margin:0 0 10px;padding:0 20px;border:0;border-radius:4px;display:flex;align-items:center;gap:12px;background:#2a2a2a;color:#eee;font-size:17px;line-height:24px;text-align:left}.mobile-drawer__item.active{background:#303030}.mobile-drawer__item .nav-icon,.mobile-drawer__row>.nav-icon{width:24px;height:24px;flex:0 0 24px}.mobile-drawer__toggle{cursor:pointer}.mobile-drawer__row{min-height:60px;margin:0 0 10px;padding-left:20px;border-radius:4px;display:flex;align-items:center;overflow:hidden;background:#2a2a2a;cursor:pointer}.mobile-drawer__label{margin-left:12px;color:#eee;font-size:17px;line-height:24px}.mobile-drawer__label:focus-visible,.mobile-drawer__label:hover,.mobile-drawer__row .mobile-drawer__toggle:focus-visible,.mobile-drawer__row .mobile-drawer__toggle:hover{background:rgba(255,255,255,.04)}.mobile-drawer__row .mobile-drawer__toggle{width:56px;min-height:60px;margin-left:auto;padding:0;border:0;display:grid;place-items:center;flex:0 0 56px;background:0 0}.mobile-drawer__row .mobile-drawer__chevron{margin-left:0}.mobile-drawer__chevron{width:10px;height:6px;margin-left:auto;filter:brightness(1.75);transition:transform .2s ease}.mobile-drawer__group.is-open .mobile-drawer__chevron{transform:rotate(180deg)}.mobile-drawer__submenu{margin:-2px 0 10px;padding:0 20px 2px;display:grid;gap:0}.mobile-drawer__submenu a{min-height:40px;padding:8px 0;display:flex;align-items:center;color:#999;font-size:12px;line-height:24px}.mobile-drawer__submenu a:focus-visible,.mobile-drawer__submenu a:hover{color:var(--orange)}.hero{height:375px;touch-action:pan-y pinch-zoom}.hero__shade{background:linear-gradient(180deg,transparent 0%,transparent 46.67%,rgba(102,102,102,0) 46.67%,var(--bg) 100%)}.hero__content{width:calc(100% - 32px)}.hero__title{top:195px;left:0;width:335px;max-width:100%;font-size:24px;font-weight:500;line-height:normal}.hero-title__desktop{display:none}.hero-title__mobile{display:inline}.hero__desc{top:272px;left:0;width:335px;max-width:100%;color:#ddd;font-size:14px;font-weight:400;line-height:14px}.hero__score{top:301px;left:0;margin:0;font-weight:400}.hero__score strong{margin-right:0;font-size:15px;font-weight:500;line-height:14px}.hero__score,.hero__score span{font-size:15px;line-height:14px;color:#ddd}.hero-tags--desktop,.hero__arrow,.hero__button{display:none}.hero__content>.pill-row.hero-tags--mobile{display:flex;top:330px;left:0;width:calc(100% - 88px);max-width:247px;gap:6px;flex-wrap:nowrap;overflow:hidden}.hero__content>.pill-row .pill{min-width:63px;max-width:82px;height:29px;padding:0 10px;border-radius:34px;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__dots{right:20px;bottom:10px;left:auto;gap:3px;transform:none}.hero__dots button{width:9px;height:3.5px;border-radius:3px;background:rgba(255,255,255,.2)}.hero__dots button.active{background:var(--orange)}.home-sections{padding-bottom:54px}.home-sections section{margin-top:18px}.recommendation-blocks>section{margin-top:36px}.section-head{min-height:25px;margin-bottom:15px}.section-head h2{font-size:18px;font-weight:600;line-height:normal;color:#fff}.section-head__icon,.section-head__icon-wrap{width:18px;height:18px;flex-basis:18px}.section-head h2,.section-more{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.section-more{font-size:13px;font-weight:400}.section-more::after{width:15px;height:15px;margin-left:4px;background-size:15px 15px}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-section--videos .video-grid>:nth-child(n+9),.video-card .pill-row[data-visible-tags="2"] .pill:nth-child(n+3),.video-card .pill:nth-child(n+4){display:none}.video-card__cover{height:auto;aspect-ratio:342/192;border-radius:4px}.video-card__title{margin:6px 0 5px;font-size:12px;font-weight:400}.video-card .pill-row{width:100%;height:18px;max-width:100%;flex-wrap:wrap;align-content:flex-start;overflow:hidden}.video-card .pill{flex:0 0 auto;white-space:nowrap}.pill{height:18px;padding:0 8px;border-radius:9px;font-size:11px;align-items:center}.post-grid{grid-template-columns:1fr;gap:15px}.home-page .post-card,.post-card{height:342px;display:block}.home-page .post-card__cover img,.post-card__cover img{height:198px}.home-page .post-card__body,.post-card__body{padding:13px}.post-card__title{font-size:16px}.post-card__body p{margin:8px 0;font-size:12px;-webkit-line-clamp:2}.post-meta{margin-top:10px}.star-grid{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;gap:18px 10px}.star-card img{width:100%;height:auto}.page-stars .page-heading p{max-width:none;color:#ddd;font-size:14px;line-height:1.5}.page-stars .filter-rows{margin-bottom:30px}.page-stars .filter-row{min-height:29px;gap:8px}.page-stars .filter-row+.filter-row{margin-top:15px}.page-stars .filter-row a{height:29px;min-width:63px;padding:0 12px;border-radius:34px;background:#1c1c1c;color:#999;font-size:13px;font-weight:500;line-height:1;letter-spacing:0}.page-stars .filter-row a.active{background:var(--orange);color:#fff}.page-stars .filter-row.alphabet a,.page-stars .filter-row.alphabet a:first-child{width:auto;min-width:63px;padding-inline:12px}.home-page .star-grid,.page-stars .star-grid{grid-template-columns:repeat(4,58px);justify-content:space-between;gap:15px 0}.page-stars .star-card:nth-child(n+21){display:none}.page-stars .star-card img{width:58px;height:58px;max-width:none;margin-inline:auto}.page-stars .star-card strong{margin-top:10px;font-size:14px;font-weight:500}.page-stars .star-card span{margin-top:5px;font-size:12px}.star-card strong{margin-top:8px;font-size:13px}.star-card span{font-size:11px}.tag-cloud{gap:8px}.tag-cloud a{min-width:calc(25% - 6px);padding:9px 7px}.home-page .star-card img{width:58px;height:58px}.home-page .star-card strong{margin-top:8px;font-size:14px}.home-page .star-card span,.recommendation-blocks .star-card span,.search-recommend .star-card span,.tag-detail-extra .star-card span{font-size:12px}.home-page .tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.home-page .tag-cloud a,.recommendation-blocks .tag-cloud a,.search-recommend .tag-cloud a,.tag-detail-extra .tag-cloud a{width:auto;min-width:0;height:29px;border-radius:29px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;white-space:nowrap}.home-page .tag-cloud a{max-width:100%;flex:0 0 auto;padding:0 10px;overflow:visible;text-overflow:clip}.recommendation-blocks .star-grid,.search-recommend .star-grid,.tag-detail-extra .star-grid{grid-template-columns:repeat(4,58px);justify-content:space-between;gap:15px 0}.recommendation-blocks .star-card img,.search-recommend .star-card img,.tag-detail-extra .star-card img{width:58px;height:58px;max-width:none;margin-inline:auto}.recommendation-blocks .star-card strong,.search-recommend .star-card strong,.tag-detail-extra .star-card strong{margin-top:8px;font-size:14px;font-weight:500}.recommendation-blocks .tag-cloud,.search-recommend .tag-cloud,.tag-detail-extra .tag-cloud{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.recommendation-blocks .tag-cloud a,.search-recommend .tag-cloud a,.tag-detail-extra .tag-cloud a{padding:0 6px;overflow:hidden;text-overflow:ellipsis}.page-space{padding-bottom:54px}.page-heading{position:relative;min-height:124px;align-items:flex-start}.page-heading>div{max-width:calc(100% - 76px);min-width:0}.page-heading h1,.search-intro h1{font-size:24px;font-weight:600;line-height:1.25}.breadcrumbs,.page-heading h1,.page-heading p,.search-intro h1,.search-intro p{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.page-heading p,.search-intro p{max-width:250px;font-size:13px;font-weight:400}.breadcrumbs{padding-top:20px;min-height:37px;margin-bottom:8px;font-size:12px;font-weight:500;line-height:17px;color:#999}.sort-switch{position:absolute;z-index:20;top:0;right:0;flex-shrink:0}.sort-switch a{display:none}.sort-switch a.active{width:auto;min-width:62px;height:29px;padding:0 10px;border:1px solid #434343;border-radius:29px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:0 0;color:var(--orange);font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.sort-switch:not(.open) a.active::after{width:12px;height:12px;margin-left:0;flex-shrink:0;background:url(/static/sjp-v2/icons/design/icon-13.svg) center/contain no-repeat;content:""}.sort-switch.open{z-index:30;width:auto;min-width:63px;padding:5px;border:1px solid #3a3a3a;border-radius:8px;display:grid;gap:10px;background:#1c1c1c}.sort-switch.open a{width:100%;min-width:0;min-height:20px;height:auto;padding:0;border:0;border-radius:0;display:flex;align-items:center;justify-content:space-between;background:0 0;font-size:14px;font-weight:500;line-height:1}.sort-switch.open a.active{color:var(--orange)}.sort-switch.open a:not(.active){color:#999}.sort-switch.open a::after{width:20px;height:20px;margin-left:auto;flex-shrink:0;transform:none;content:""}.sort-switch.open a.active::after{background:url(/static/sjp-v2/icons/design/sort-check.svg) center/contain no-repeat}.sort-switch.open a:not(.active)::after{background:url(/static/sjp-v2/icons/design/sort-radio.svg) center/contain no-repeat}.rank-period{gap:8px;flex-wrap:wrap}.rank-period a{width:auto;min-width:63px;height:29px;padding:0 15px;flex:0 0 auto;font-size:14px;line-height:1;letter-spacing:0;border-radius:34px;background:#1c1c1c;color:#999}.page-posts .chip-scroll a.active,.rank-period a.active{background:var(--orange);color:#fff}.chip-scroll a,.filter-row a{height:29px;font-size:12px;line-height:12px;letter-spacing:.6px}.chip-scroll a{width:auto;min-width:63px;padding:0 12px}.chip-scroll{width:100%;max-width:100%;margin-bottom:18px;gap:8px}.list-count{margin-bottom:15px;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:18px;font-weight:600}.page-posts .page-space{padding-top:0}.page-posts .breadcrumbs{padding-top:20px;margin-bottom:8px;color:#999;font-size:12px;font-weight:500;line-height:17px}.page-posts .page-heading{position:relative;min-height:112px;display:block}.page-posts .page-heading h1{max-width:calc(100% - 86px);margin:0 0 12px;color:#fff;font-size:28px;font-weight:600;line-height:1.25}.page-posts .page-heading p{max-width:100%;color:#ddd;font-size:16px;font-weight:400;line-height:1.75}.page-posts .sort-switch{position:absolute;top:1px;right:0}.page-posts .chip-scroll{margin-top:8px;margin-bottom:18px;gap:12px}.page-posts .chip-scroll a{min-width:59px;height:29px;padding:0 17px;border-radius:29px;background:#1c1c1c;color:#999;font-size:14px;line-height:14px;letter-spacing:0}.page-posts .list-count{margin:0 0 18px;color:#999;font-size:16px;font-weight:500}.filter-rows{margin-bottom:24px}.filter-row{min-height:29px;gap:6px}.filter-row+.filter-row{margin-top:10px}.filter-row a{min-width:29px;padding:0 9px}.filter-row a:first-child{min-width:63px}.filter-row:not(.alphabet) a{width:auto;min-width:63px;padding-inline:12px}.filter-row.alphabet a{width:auto;min-width:32px;padding-inline:10px}.filter-row.alphabet a:first-child{min-width:48px;padding-inline:10px}.pager{width:100%;max-width:100%;margin-top:34px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:6px;box-sizing:border-box}.pager__page-count{display:inline-flex;flex:0 1 auto;min-width:0;color:var(--text);white-space:nowrap;font-size:13px;line-height:1}.pager>.pager__disabled:not(.pager__prev):not(.pager__next),.pager>a.pager__number,.pager__number,.rank-winner--post>img:not(.rank-medal-image),.rank-winner--video>img:not(.rank-medal-image){display:none}.pager__disabled.pager__next,.pager__disabled.pager__prev,.pager__next,.pager__prev{display:inline-flex!important;flex:0 0 auto;min-width:72px;height:37px;padding-inline:8px;background:var(--orange);color:#fff;font-size:13px}.pager__arrow{display:none}.pager__jump{flex:0 1 auto;min-width:0;margin-left:0;gap:6px;color:var(--text)}.pager__jump-label{display:none}.pager__jump input{width:40px;height:37px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:4px;font-size:13px}.pager__jump button{min-width:52px;height:37px;font-size:13px}.detail-shell .breadcrumbs{padding-bottom:0;margin-bottom:8px}.player-wrap{width:100%;max-width:none}.player{border-radius:0;aspect-ratio:750/430}.player__controls{right:12px;bottom:12px;left:12px;height:40px;padding:0;gap:10px}.player__controls button,.player__fullscreen img,.player__play-icon,.player__play-icon--pause,.player__play-icon--play,.player__volume img{width:24px;height:24px}.player__controls .player__play{width:36px;height:36px;flex:0 0 36px;padding:6px}.player__time{min-width:40px;width:auto;flex-basis:auto;font-size:12px;line-height:18px}.player__progress{width:auto;flex:1;height:12px}.player__progress::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px}.player__options{width:auto;flex:0 0 auto;gap:8px;height:24px}.player__volume{width:24px;flex:0 0 24px;height:24px}.player__fullscreen{width:24px!important;height:24px!important;flex:0 0 24px}.player__speed{width:auto!important;flex-basis:auto;font-size:12px}.movie-information{width:100%;max-width:none;padding-top:0}.movie-story{padding:0 0 16px}.movie-story .player{width:100vw;max-width:100vw;margin:0 0 18px calc(50% - 50vw);border-radius:0;aspect-ratio:750/430;box-shadow:none}.movie-meta,.movie-story dl,.movie-story h1{margin:0 16px;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.movie-story h1{color:#fff;font-size:18px;font-weight:600;line-height:24px}.movie-meta,.movie-story dl{font-size:13px;font-weight:400;line-height:18px}.movie-meta{color:#fff}.movie-story dl{grid-template-columns:auto 1fr;row-gap:10px}.movie-field{width:auto;gap:8px}.comment-panel,.detail-section,.movie-field,.rating-panel,.share-row{margin-inline:16px}.movie-field-title{font-size:16px;font-weight:600;line-height:22px}.synopsis p{line-height:20px}.movie-field-title,.synopsis button,.synopsis p{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.synopsis button,.synopsis p{font-size:13px;font-weight:400}.synopsis-down{width:16px;height:16px;flex-basis:16px}.detail-section{padding:14px 0}.detail-section__title{margin-bottom:16px;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:18px;font-weight:600;line-height:24px}.rating-panel{min-height:0;padding-top:14px}.rating-head{gap:8px 10px}.rating-head .rating-panel__title{margin:0}.rating-copy strong{font-size:22px;line-height:30px}.rating-copy span{font-size:16px;line-height:22px;margin-bottom:2px}.rating-mini-stars{gap:6px}.rating-mini-stars .rating-star{width:14px;height:14px}.rating-count{font-size:13px;line-height:20px}.rating-insufficient{font-size:16px;line-height:22px}.rating-widget{align-items:flex-start;flex-wrap:wrap;gap:12px;font-size:13px}.rating-stars{gap:10px}.rating-stars .rating-star,.rating-stars button{width:22px;height:22px}.comments{padding:14px 0}.comment-form{width:100%;gap:15px}.comment-fields{gap:15px}.comment-form input,.comment-form textarea{height:40px;padding:0 14px;border-radius:4px;background:#181818;font-size:14px}.comment-form textarea{height:106px;padding:11px 14px;border:1px solid #666;font-size:13px;line-height:18px}.comment-form>button{width:100px;min-width:100px;height:40px;border-radius:20px;background:#ffa440;color:#fff;font-size:16px;font-weight:600;line-height:20px}.comment-avatar{width:30px;height:30px}.comment-head{gap:8px;overflow:hidden}.comment-head strong,.comment-head time{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:12px;font-weight:400;line-height:18px}.comment-head strong{flex:0 1 auto;max-width:min(84px,28vw)}.comment-pending{max-width:min(128px,38vw);overflow:hidden;text-overflow:ellipsis}.comment-badge,.comment-pending{flex:0 1 auto;height:18px;line-height:18px}.comment__body p{font-size:16px;font-weight:400;line-height:normal;color:#eee}.comment__body button[data-like]{font-size:10px;line-height:19px}.comment-more,.share-row{display:flex;justify-content:center;align-items:center;margin-top:24px}.comment-more{width:100%;max-width:none;height:34px;border-radius:20px;background:#222;color:#ffa440;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:13px;font-weight:400;line-height:13px}.share-row{flex-wrap:wrap;row-gap:25px;-moz-column-gap:30px;column-gap:30px;width:auto;max-width:100%;min-height:0;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.share-row__trigger{flex:0 0 100%;width:100%!important;min-width:0!important;height:40px!important;padding:0!important;border-radius:20px!important;background:#ffa440;color:#fff;font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:16px;font-weight:600;line-height:16px}.share-row__network{flex:0 0 40px}.share-row__network,.share-row__network img{width:40px;height:40px;border-radius:8px}.recommendation-blocks{padding-bottom:54px}.article{max-width:calc(100% - 32px)}.article h2,.article p,.article-header h1,.comment__body p,.rank-heading h1{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.article-header h1{margin:0 0 14px;font-size:24px;font-weight:600;line-height:1.25}.article h2,.article p,.rank-heading h1{font-size:14px;font-weight:400}.article h2,.rank-heading h1{font-size:18px;font-weight:600}.article-meta{flex-wrap:wrap;gap:10px}.article-cover{width:100%;height:auto;aspect-ratio:700/394}.article .player{border-radius:4px;aspect-ratio:700/402}.article-nav{grid-template-columns:1fr;gap:20px;margin-top:30px}.article-nav__item,.article-nav__item--next{min-height:97px;padding:14px 20px;flex-direction:row;gap:50px}.article-nav__cover{width:124px;height:70px}.article-nav__body{gap:8px}.article-nav__label{font-size:16px}.article-nav__title{font-size:14px}.ranking-overview{grid-template-columns:1fr;gap:15px;min-width:0}.rank-heading,.rank-top3{gap:15px;margin-bottom:15px}.rank-heading{min-height:0;padding-top:0}.rank-heading h1{font-size:24px;line-height:1.25}.rank-top3{grid-template-columns:1fr}.rank-winner--post,.rank-winner--video{height:auto;min-height:0;padding:0 0 10px;display:flex;flex-direction:column;align-items:center;gap:10px;border:1px solid rgba(255,164,64,.3);border-radius:8px;background:linear-gradient(90deg,#181818 0,#211a12 100%);overflow:hidden}.rank-winner--post .rank-winner__cover,.rank-winner--video .rank-winner__cover{width:100%;height:auto;flex:none;aspect-ratio:700/360;border-radius:8px 8px 0 0}.rank-winner>img.rank-medal-image,.rank-winner__cover .rank-medal-image{top:5px;left:10px;width:45px;height:45px}.rank-winner--post>a,.rank-winner--video>a{width:calc(100% - 20px);max-width:none;font-size:16px;font-weight:500;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-winner--post .rank-winner__meta,.rank-winner--video .rank-winner__meta{width:calc(100% - 20px);max-width:none;font-size:12px;color:#999}.rank-card .rank-rows li>a::after,.rank-rows li>.rank-progress,.rank-winner--post .rank-heat,.rank-winner--video .rank-heat{display:none}.rank-winner--star,.rank-winner--tag{display:block;position:relative;height:115px;min-height:115px;border:2px solid rgba(255,164,64,.3);border-radius:10px;background:linear-gradient(90deg,#181818 0,#392611 100%);overflow:visible}.rank-winner--tag{padding:14px 70px 14px 19px}.rank-winner--star>a,.rank-winner--tag>a{display:block;max-width:calc(100% - 10px);font-size:18px;font-weight:500;line-height:normal}.rank-winner--tag .rank-winner__meta{display:block;max-width:calc(100% - 10px);margin-top:8px;font-size:14px;color:#999}.rank-winner--tag .rank-heat{display:inline-flex;margin-top:8px;width:auto;max-width:calc(100% - 10px);grid-column:unset;grid-row:unset;align-self:unset;justify-self:unset;justify-content:flex-start;font-size:15px;color:#f59e0b}.rank-winner--star{padding:14px 70px 14px 94px}.rank-winner--star>img.rank-avatar{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:65px;height:65px;grid-column:unset;grid-row:unset}.rank-winner--star>a{position:relative;z-index:1}.rank-winner--star .rank-winner__meta{display:block;max-width:calc(100% - 10px);margin-top:8px;font-size:14px;color:#999}.rank-winner--star .rank-heat{display:inline-flex;margin-top:8px;width:auto;max-width:calc(100% - 10px);grid-column:unset;grid-row:unset;align-self:unset;justify-self:unset;justify-content:flex-start;font-size:15px;color:#f59e0b}.rank-winner--star .rank-num-wrap,.rank-winner--tag .rank-num-wrap{top:calc(33/230*100%);right:calc(42/700*100%);width:calc(120/700*100%);height:calc(160/230*100%);overflow:visible}.rank-winner--star .rank-num-wrap .rank-num-image,.rank-winner--tag .rank-num-wrap .rank-num-image{position:absolute;top:0;right:0;bottom:0;left:auto;width:auto;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right center;object-position:right center;mix-blend-mode:lighten}.rank-winner--star .rank-num-wrap--nudge-left .rank-num-image,.rank-winner--tag .rank-num-wrap--nudge-left .rank-num-image{right:calc(20/69*100%);transform:none}.rank-heading .rank-period a:not(.active){background:#1c1c1c;color:#999}.tag-detail-extra>section{margin-top:36px}.rank-card{height:630px;grid-template-rows:56px minmax(0,1fr) 52px;min-width:0;overflow:hidden}.rank-card h2{height:56px;font-size:16px}.rank-rows{display:flex;flex-direction:column;gap:15px}.rank-rows li{min-height:74px;margin-bottom:0;padding:10px;border-radius:8px;display:grid;align-items:center;background:linear-gradient(90deg,#181818 0,#211a12 100%);gap:0 10px}.rank-rows li.rank-row--post,.rank-rows li.rank-row--video{grid-template-columns:25px 106px minmax(0,1fr) 84px;grid-template-rows:auto auto}.rank-rows li.rank-row--post>.rank-badge,.rank-rows li.rank-row--post>.rank-number,.rank-rows li.rank-row--video>.rank-badge,.rank-rows li.rank-row--video>.rank-number{grid-column:1;grid-row:1/3;align-self:center;font-size:15px;font-weight:500;color:#fff;text-align:center}.rank-rows li.rank-row--post>img:not(.rank-badge),.rank-rows li.rank-row--video>img:not(.rank-badge){grid-column:2;grid-row:1/3;align-self:center;width:106px;height:60px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.rank-rows li.rank-row--post>a,.rank-rows li.rank-row--star>a,.rank-rows li.rank-row--tag>a,.rank-rows li.rank-row--video>a{grid-column:3;grid-row:1;font-size:13px;font-weight:500;line-height:normal;align-self:end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-rows li.rank-row--post>.rank-submeta,.rank-rows li.rank-row--video>.rank-submeta{grid-column:3;grid-row:2;font-size:12px;color:#999;align-self:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-rows li.rank-row--tag{grid-template-columns:25px minmax(0,1fr) 84px;grid-template-rows:auto auto}.rank-rows li.rank-row--tag>.rank-badge,.rank-rows li.rank-row--tag>.rank-number{grid-column:1;grid-row:1/3;align-self:center;font-size:15px;font-weight:500;color:#fff;text-align:center}.rank-rows li.rank-row--star>a,.rank-rows li.rank-row--tag>a{grid-column:2}.rank-rows li.rank-row--tag>.rank-submeta{grid-column:2;grid-row:2;font-size:12px;color:#999;align-self:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-rows li.rank-row--star{grid-template-columns:25px 45px minmax(0,1fr) 84px;grid-template-rows:auto auto}.rank-rows li.rank-row--star>.rank-badge,.rank-rows li.rank-row--star>.rank-number{grid-column:1;grid-row:1/3;align-self:center;font-size:15px;font-weight:500;color:#fff;text-align:center}.rank-rows li.rank-row--star>img.rank-avatar{grid-column:2;grid-row:1/3;align-self:center;width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.rank-rows li.rank-row--star>a{grid-column:3}.rank-rows li.rank-row--star>.rank-submeta{grid-column:3;grid-row:2;font-size:12px;color:#999;align-self:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-rows li.rank-row--post>.rank-heat,.rank-rows li.rank-row--star>.rank-heat,.rank-rows li.rank-row--tag>.rank-heat,.rank-rows li.rank-row--video>.rank-heat{grid-row:1/3;align-self:center;justify-self:end;gap:4px;font-size:15px;font-weight:500;line-height:1;color:#f59e0b}.rank-rows li.rank-row--post>.rank-heat,.rank-rows li.rank-row--star>.rank-heat,.rank-rows li.rank-row--video>.rank-heat{grid-column:4}.rank-rows li.rank-row--tag>.rank-heat{grid-column:3}.rank-rows img.rank-badge{width:25px;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.rank-heat__fire{font-size:10px;line-height:1}.rank-card .rank-rows{display:grid;grid-template-rows:repeat(10,minmax(0,1fr));gap:0;flex-direction:unset}.rank-card .rank-rows li{min-height:0;margin:0;padding:8px 12px;border-radius:0;border-bottom:1px solid var(--line);background:0 0;grid-template-rows:1fr;gap:10px;align-items:center;position:relative}.rank-card .rank-rows li.rank-row--tag{grid-template-columns:28px minmax(0,1fr) 64px}.rank-card .rank-rows li,.rank-card .rank-rows li.rank-row--star{grid-template-columns:28px 32px minmax(0,1fr) 64px}.rank-card .rank-rows img,.rank-card .rank-rows img.rank-avatar{width:32px;height:32px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.rank-card .rank-rows img.rank-avatar{border-radius:50%}.rank-card .rank-rows li.rank-row--post>img:not(.rank-badge),.rank-card .rank-rows li.rank-row--star>img.rank-avatar,.rank-card .rank-rows li.rank-row--video>img:not(.rank-badge){grid-column:2;grid-row:1;width:32px;height:32px}.rank-card .rank-rows li.rank-row--post>.rank-badge,.rank-card .rank-rows li.rank-row--post>.rank-number,.rank-card .rank-rows li.rank-row--star>.rank-badge,.rank-card .rank-rows li.rank-row--star>.rank-number,.rank-card .rank-rows li.rank-row--tag>.rank-badge,.rank-card .rank-rows li.rank-row--tag>.rank-number,.rank-card .rank-rows li.rank-row--video>.rank-badge,.rank-card .rank-rows li.rank-row--video>.rank-number{grid-column:1;grid-row:1;align-self:center}.rank-card .rank-rows li.rank-row--star>a,.rank-card .rank-rows li.rank-row--tag>a,.rank-card .rank-rows li.rank-row--video>a{grid-column:3;grid-row:1;align-self:center;font-size:14px}.rank-card .rank-rows li.rank-row--tag>a{grid-column:2}.rank-card .rank-rows li>a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-card .rank-rows li.rank-row--star .rank-submeta,.rank-card .rank-rows li.rank-row--tag .rank-submeta,.rank-card .rank-rows li.rank-row--video .rank-submeta,.rank-card .rank-rows li>.rank-progress{display:none}.rank-card .rank-rows li.rank-row--post{grid-template-columns:28px 32px minmax(0,1fr) 64px;grid-template-rows:auto auto;align-items:center}.rank-card .rank-rows li.rank-row--post>a{grid-column:3;grid-row:1;align-self:end;font-size:13px;font-weight:500;line-height:normal}.rank-card .rank-rows li.rank-row--post .rank-submeta{display:block;grid-column:3;grid-row:2;align-self:start;color:#999;font-size:10px;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-card .rank-rows li.rank-row--post>.rank-heat{grid-row:1/3;align-self:center}.rank-card .rank-rows img.rank-badge{width:25px;height:auto;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.rank-card .rank-heat{grid-row:1;align-self:center;justify-self:end;flex-shrink:0;gap:4px;font-size:14px;font-weight:500;line-height:1;white-space:nowrap}.rank-card .rank-rows li.rank-row--post>.rank-heat,.rank-card .rank-rows li.rank-row--star>.rank-heat,.rank-card .rank-rows li.rank-row--video>.rank-heat{grid-column:4}.rank-card .rank-rows li.rank-row--tag>.rank-heat{grid-column:3}.rank-card .rank-heat__fire{font-size:10px;line-height:1}.rank-card .rank-rows li:nth-child(1) .rank-heat{color:#f59e0b}.rank-card .rank-rows li:nth-child(2) .rank-heat,.rank-card .rank-rows li:nth-child(3) .rank-heat{color:#f97316}.rank-card .rank-rows li:nth-child(n+4) .rank-heat{color:rgba(255,255,255,.4)}.search-intro{padding-top:0}.search-form{height:36px;margin-top:18px}.search-form input{padding-left:43px;border-radius:18px}.search-form__icon{width:36px;height:36px}.search-form__icon img{width:12px;height:12px}.search-clear{top:-1px}.history-head h2,.search-results h2{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;font-size:18px;font-weight:600}.history-head button img{width:18px;height:18px}.search-results{margin-top:26px}.search-results section{margin-top:32px}.search-empty{height:79px}.grid-empty,.rank-empty{min-height:160px;padding:32px 16px;font-size:14px}.rank-card .rank-empty{padding:20px 12px;font-size:13px}.legal-page h1,.legal-page h2{font-size:24px;font-weight:600}.legal-page h2{margin-top:30px;font-size:14px}.legal-page .lead{font-size:13px;font-weight:500;letter-spacing:.5px}.latest-hero h1,.latest-hero p,.legal-page .lead,.legal-page h1,.legal-page h2,.legal-page li,.legal-page p{font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif}.legal-page li,.legal-page p{font-size:13px;font-weight:400;color:#888}.latest-hero{padding:0 0 24px}.latest-hero h1,.latest-hero p{font-size:26px;font-weight:600}.latest-hero p{font-size:14px;font-weight:500;line-height:1.6}.latest-address-panel{padding-bottom:34px}.latest-address-panel h2{height:48px;margin-bottom:20px;font-size:17px}.latest-address-list{max-width:calc(100% - 24px);gap:12px}.latest-address-row{min-height:40px;padding:0 16px;justify-content:flex-start;font-size:15px;border-radius:8px}.latest-address-row a,.latest-address-row--primary a{font-size:15px}.latest-hero>a,.latest-socials a{height:40px;border-radius:30px;font-size:16px;padding:0 20px}.latest-follow{padding:28px 0 36px}.latest-follow h2{font-size:17px}.latest-socials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:calc(100% - 24px);max-width:none;margin-inline:auto;padding-inline:0}.latest-socials a{width:100%;min-width:0;max-width:none;height:38px;padding:0 12px;font-size:14px;gap:8px;justify-content:flex-start;flex:initial;white-space:nowrap}.latest-socials a>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.latest-socials a:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc((100% - 10px)/2)}.latest-social-icon{width:28px;height:28px;flex:0 0 28px}.latest-social-icon img{width:14px;height:14px}.latest-social-icon--business img,.latest-social-icon--telegram img{width:16px;height:16px}.latest-address-row button,.latest-address-row button img{width:24px;height:24px}.latest-follow p{font-size:11px;padding-inline:12px}.latest-videos{padding:22px 0 42px}.latest-videos .section-head{margin-bottom:14px}.error-page{min-height:340px;padding-top:10px}.error-page__illustration{width:138px;height:100px}.error-page p{margin:16px 0 20px;font-size:14px;letter-spacing:.5px}.error-actions a{width:142px;height:40px;border-radius:30px;font-size:16px}.error-recommend{padding-bottom:54px}.error-recommend .section-head h2{font-size:18px}.error-recommend .section-head__icon,.error-recommend .section-head__icon-wrap{width:18px;height:18px;flex-basis:18px}.error-recommend .section-more{font-size:11px}.error-recommend .section-more::after{width:16px;height:16px;margin-left:4px;background-size:16px 16px}.mini-player{--mp-s:1;right:auto;left:50%;bottom:24px;width:308px;height:65px;padding:10px;border-radius:8px;grid-template-columns:80px minmax(0,1fr) 82px;gap:11px;transform:translateX(-50%)}.mini-player>img{width:80px;height:45px;border-radius:4px}.mini-player__text{gap:5px}.mini-player__text small{font-size:12px;line-height:1.22}.mini-player__text strong{font-size:16px;line-height:1.22}.mini-player a{width:82px;height:35px;border-radius:19px;font-size:15px;line-height:15px;letter-spacing:.75px}.mini-player__close,.mini-player__close img{width:20px;height:20px}.mini-player__close{top:-10px;right:-10px}.backtop{right:13px;bottom:96px;width:36px;height:36px;padding:0}.site-footer{height:538px;min-height:538px;background:#1c1c1c}.site-footer__inner{width:100%;height:538px;padding:0}.footer-brand{top:222px;left:35.5px}.footer-brand .site-logo,.footer-brand .site-logo img{width:120px;height:24px}.footer-tagline{margin-top:13px;font-size:12px;line-height:24px}.footer-addresses{margin-top:24px}.footer-addresses p{font-size:12px;font-weight:400;line-height:24px}.footer-addresses a{margin-left:6px}.footer-social{margin-top:25px;gap:13px}.footer-links{top:20px;right:35.5px;left:35.5px;width:auto;grid-template-columns:repeat(3,52px);justify-content:space-between;-moz-column-gap:0;column-gap:0}.footer-col{gap:9px}.footer-col a,.footer-col h2{font-size:13px;line-height:18px}.footer-col h2{margin-bottom:10px;color:#eee}.footer-col a{font-weight:400}.footer-col--about .footer-link--about{order:1}.footer-col--about .footer-link--privacy{order:2}.footer-col--about .footer-link--dmca{order:3}.footer-col--about .footer-link--2257{order:4}.footer-bottom{right:35.5px;bottom:0;left:35.5px;height:91.5px;padding-top:14px;display:block;font-size:12px;line-height:24px;text-align:center}.footer-copyright--desktop{display:none}.footer-copyright--mobile{display:inline}.footer-disclaimer{margin-top:0!important;white-space:nowrap;transform:translateX(-17.75px)}}
