:root {
  --st-bg: #f4f7fb;
  --st-panel: #ffffff;
  --st-panel-2: #eef4fb;
  --st-text: #172033;
  --st-muted: #627085;
  --st-border: #d7e1ed;
  --st-accent: #0f766e;
  --st-accent-2: #2563eb;
  --st-container: 1180px;
  --st-radius: 10px;
}
* { box-sizing: border-box; }
html { background: var(--st-bg); color: var(--st-text); }
body { margin: 0; font-family: Arial, "Microsoft Yahei", sans-serif; background: var(--st-bg); color: var(--st-text); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.st-body { min-height: 100vh; }
.st-container { width: min(var(--st-container), calc(100% - 24px)); margin: 0 auto; }
.st-main { padding: 14px 0 36px; }
.st-hidden { display: none; }
.st-text-muted { color: var(--st-muted); }
.st-header { position: sticky; top: 0; z-index: 10020; overflow: visible; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--st-border); box-shadow: 0 8px 24px rgba(23,32,51,.07); }
.st-header .st-container, .st-header__inner, .st-header__actions, .st-mobile-menu { overflow: visible; }
.st-libbar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 12px 0 8px; border-bottom: 1px solid var(--st-border); }
.st-logo { font-size: 26px; font-weight: 900; color: var(--st-accent); letter-spacing: -.03em; }
.st-libbar__meta { color: var(--st-muted); font-size: 13px; }
.st-header__inner { min-height: 48px; display: flex; align-items: center; gap: 14px; }
.st-nav { display: flex; align-items: center; gap: 14px; overflow-x: auto; scrollbar-width: none; flex: 1; }
.st-nav::-webkit-scrollbar { display: none; }
.st-nav__link { color: var(--st-muted); white-space: nowrap; font-size: 14px; font-weight: 700; }
.st-nav__link:hover, .st-nav__link.is-active { color: var(--st-accent); }
.st-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.st-header-search__input, .st-search__input { width: 220px; border: 1px solid var(--st-border); background: var(--st-panel-2); color: var(--st-text); border-radius: 8px; padding: 8px 12px; outline: none; }
.st-icon-btn, .st-btn, .st-filter__btn { border: 1px solid var(--st-border); background: var(--st-panel); color: var(--st-text); border-radius: 8px; padding: 8px 12px; cursor: pointer; }
.st-icon-btn:hover, .st-btn:hover, .st-filter__btn:hover { border-color: var(--st-accent); color: var(--st-accent); }
.st-mobile-menu { position: relative; display: none; }
.st-dropdown { display: none; position: absolute; top: calc(100% + 8px); right: 0; min-width: 170px; padding: 8px; background: var(--st-panel); border: 1px solid var(--st-border); border-radius: var(--st-radius); box-shadow: 0 14px 32px rgba(23,32,51,.14); z-index: 10030; }
.st-dropdown.is-open { display: block; }
.st-dropdown__item { display: block; padding: 9px 10px; border-radius: 8px; color: var(--st-muted); white-space: nowrap; }
.st-dropdown__item:hover { background: var(--st-panel-2); color: var(--st-accent); }
.st-search { display: none; padding: 0 0 12px; }
.st-search.is-open { display: block; }
.st-search__form { display: flex; gap: 8px; }
.st-search__input { width: 100%; }
.st-lib-hero { display: grid; grid-template-columns: 1fr minmax(320px, .9fr); gap: 14px; margin: 16px 0; padding: 18px; border-radius: var(--st-radius); background: linear-gradient(135deg, #0f766e, #2563eb); color: #fff; }
.st-lib-hero__title { margin: 0; font-size: 30px; line-height: 1.18; }
.st-lib-hero__desc { margin: 8px 0 0; color: rgba(255,255,255,.82); }
.st-index-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.st-index-links a { display: block; padding: 11px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.12); color: #fff; font-weight: 800; text-align: center; }
.st-index-links a:hover { background: rgba(255,255,255,.2); }
.st-index-links--plain { display: flex; flex-wrap: wrap; margin: 12px 0; }
.st-index-links--plain a { color: var(--st-accent); background: var(--st-panel); border-color: var(--st-border); }
.st-section, .st-hot-strip, .st-meta-panel, .st-tabs, .st-page-header, .st-toolbar, .st-play-stage { background: var(--st-panel); border: 1px solid var(--st-border); border-radius: var(--st-radius); }
.st-section, .st-hot-strip { margin: 14px 0; padding: 14px; }
.st-section__head, .st-hot-strip__head, .st-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.st-section__title, .st-hot-strip__title, .st-page-title, .st-play-title { margin: 0; color: var(--st-text); font-size: 20px; line-height: 1.3; }
.st-section__more, .st-hot-strip__more { color: var(--st-accent); font-size: 13px; font-weight: 700; }
.st-lib-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 14px; }
.st-list { display: grid; gap: 10px; margin-top: 12px; }
.st-side-list { display: grid; gap: 10px; margin-top: 12px; }
.st-cat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.st-cat-item { display: block; padding: 12px; border: 1px solid var(--st-border); border-radius: 9px; background: var(--st-panel-2); }
.st-cat-item strong { display: block; color: var(--st-text); font-size: 15px; }
.st-cat-item span { display: block; margin-top: 5px; color: var(--st-muted); font-size: 12px; }
.st-cat-item:hover { border-color: var(--st-accent); background: #e6fffb; }
.st-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.st-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.st-card__link { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px; padding: 10px; border: 1px solid var(--st-border); border-radius: 9px; background: var(--st-panel); height: 100%; }
.st-grid .st-card__link { display: block; padding: 0; border: 0; background: transparent; }
.st-card__thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #dbeafe; border: 1px solid var(--st-border); }
.st-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.st-card__title { margin: 0; color: var(--st-text); font-size: 15px; font-weight: 800; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.st-grid .st-card__title { margin-top: 8px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; display: block; }
.st-card__meta { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 7px 0 0; color: var(--st-muted); font-size: 12px; }
.st-card__badge { position: absolute; bottom: 5px; max-width: 70%; padding: 3px 6px; border-radius: 999px; background: rgba(23,32,51,.78); color: #fff; font-size: 11px; }
.st-card__badge--left { left: 5px; }
.st-card__badge--right { right: 5px; }
.st-card-h { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; align-items: center; padding: 9px; border: 1px solid var(--st-border); border-radius: 9px; background: var(--st-panel); }
.st-card-h__thumb { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #dbeafe; }
.st-card-h__thumb img { width: 100%; height: 100%; object-fit: cover; }
.st-card-h__title { color: var(--st-text); font-size: 14px; font-weight: 800; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.st-card-h__meta { display: block; margin-top: 5px; color: var(--st-muted); font-size: 12px; }
.st-page-header { padding: 18px; margin-bottom: 14px; }
.st-page-subtitle { margin: 7px 0 0; color: var(--st-muted); }
.st-toolbar { position: relative; padding: 12px; margin-bottom: 14px; }
.st-toolbar__info { color: var(--st-muted); font-size: 13px; }
.st-filter { position: relative; }
.st-play-wrap { max-width: 1060px; }
.st-play-stage { padding: 8px; margin-bottom: 12px; background: #0f172a; }
.aspect-w-16 { position: relative; width: 100%; padding-bottom: calc(9 / 16 * 100%); }
.aspect-w-16 > * { position: absolute; inset: 0; width: 100%; height: 100%; }
.plyr__video-wrapper { overflow: hidden; height: 100%; background: #000; border-radius: 8px; }
.MacPlayer, #playleft, iframe { max-width: 100%; }
.st-play-head { display: grid; gap: 10px; margin: 12px 0; }
.st-meta-panel, .st-tabs { padding: 14px; }
.st-meta-row { display: flex; gap: 10px; padding: 6px 0; color: var(--st-muted); }
.st-meta-row__label { min-width: 42px; color: var(--st-text); font-weight: 800; }
.st-meta-row__value a { color: var(--st-accent); }
.st-tabs__nav { display: flex; gap: 8px; margin-bottom: 10px; }
.st-tabs__btn { border: 1px solid var(--st-border); background: var(--st-panel-2); color: var(--st-muted); border-radius: 999px; padding: 7px 12px; cursor: pointer; }
.st-tabs__btn.is-active { color: #fff; background: var(--st-accent); border-color: var(--st-accent); }
.st-tabs__panel { display: none; }
.st-tabs__panel.is-active { display: block; }
.st-hot-strip__scroll { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.st-breadcrumb { color: var(--st-muted); font-size: 13px; margin: 10px 0; }
.st-breadcrumb a { color: var(--st-accent); }
.st-rank-shortcuts { margin: 14px 0; padding: 12px; border: 1px solid var(--st-border); border-radius: var(--st-radius); background: var(--st-panel); }
.st-rank-shortcuts__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.st-rank-shortcuts__title { margin: 0; font-size: 17px; }
.st-rank-shortcuts__more, .st-rank-shortcuts__tab { color: var(--st-accent); }
.st-rank-shortcuts__tabs, .st-rank-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.st-rank-shortcuts__tab, .st-rank-tabs a, .st-rank-tabs__item { padding: 7px 10px; border: 1px solid var(--st-border); border-radius: 999px; color: var(--st-muted); background: var(--st-panel-2); font-size: 13px; }
.st-rank-shortcuts__tab--accent, .st-rank-tabs .is-active, .st-rank-tabs__item.is-active { color: #fff; background: var(--st-accent); border-color: var(--st-accent); }
.st-paging, .pagination { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.st-paging a, .st-paging span, .pagination a, .pagination span { padding: 8px 11px; border: 1px solid var(--st-border); border-radius: 8px; background: var(--st-panel); color: var(--st-muted); }
.st-paging-mobile { display: none; }
.st-paging-desktop { display: flex; }
.st-paging__jump input { width: 70px; padding: 8px; border: 1px solid var(--st-border); border-radius: 8px; background: var(--st-panel); color: var(--st-text); }
.st-footer { margin-top: 32px; border-top: 1px solid var(--st-border); padding: 24px 0 34px; color: var(--st-muted); background: var(--st-panel); }
.st-footer__inner { display: grid; gap: 12px; }
.st-footer__brand { color: var(--st-text); font-weight: 900; font-size: 20px; }
.st-footer__tags { display: flex; flex-wrap: wrap; gap: 8px 12px; font-size: 13px; }
.st-footer__tags a { color: var(--st-muted); }
.st-gotop { position: fixed; right: 14px; bottom: 14px; z-index: 40; }
.st-gotop a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--st-border); background: var(--st-panel); color: var(--st-accent); }
#ppap { position: relative; z-index: 9999; pointer-events: none; }
.ppap { position: fixed; z-index: 9999; pointer-events: auto; }
.ppap img { width: 60px; height: 60px; border-radius: 10px; box-shadow: 0 8px 25px rgba(23,32,51,.2); }
.ppap.zuo1 { top: 20%; left: 1%; } .ppap.zuo2 { top: 31%; left: 1%; } .ppap.zuo3 { top: 42%; left: 1%; } .ppap.zuo4 { top: 53%; left: 1%; } .ppap.zuo5 { top: 64%; left: 1%; } .ppap.zuo6 { top: 75%; left: 1%; }
.ppap.you1 { top: 20%; right: 1%; } .ppap.you2 { top: 31%; right: 1%; } .ppap.you3 { top: 42%; right: 1%; } .ppap.you4 { top: 53%; right: 1%; } .ppap.you5 { top: 64%; right: 1%; } .ppap.you6 { top: 75%; right: 1%; }
.ppap.xia1 { bottom: 2%; left: 5%; } .ppap.xia2 { bottom: 2%; left: 29%; } .ppap.xia3 { bottom: 2%; left: 53%; } .ppap.xia4 { bottom: 2%; left: 78%; }
.ppap.shang1 { top: 1%; left: 5%; } .ppap.shang2 { top: 1%; left: 29%; } .ppap.shang3 { top: 1%; left: 53%; } .ppap.shang4 { top: 1%; left: 78%; }
.uhghogro, .bba-container2 { width: min(var(--st-container), calc(100% - 24px)); margin: 8px auto !important; }
.uhghogro ul, .uhghogro li { margin: 0; padding: 0; list-style: none; }
.uhghogro img { border-radius: 8px; }
.bba-container2 .col-6.adwz { display: inline-block; width: calc(50% - 8px); margin: 4px; border-radius: 8px; background: #ccfbf1 !important; border: 1px solid #5eead4; line-height: 34px; height: 34px; overflow: hidden; }
.bba-container2 .text-white { color: #0f766e !important; }
.xiaotubiao-title { color: var(--st-muted) !important; font-size: 11px !important; }
@media (max-width: 1024px) { .st-lib-hero, .st-lib-layout { grid-template-columns: 1fr; } .st-grid, .st-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); } .st-cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 760px) { .st-container { width: min(100% - 18px, var(--st-container)); } .st-libbar { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; } .st-libbar__meta { grid-column: 1 / -1; order: 3; } .st-logo { font-size: 24px; } .st-nav, .st-header-search { display: none; } .st-mobile-menu { display: block; } .st-index-links { grid-template-columns: 1fr; } .st-grid, .st-grid--compact, .st-cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .st-card__link { display: block; padding: 0; border: 0; background: transparent; } .st-card__title { margin-top: 8px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; display: block; } .st-card__meta { display: none; } .st-section, .st-hot-strip, .st-page-header, .st-toolbar { padding: 12px; } .st-paging-mobile { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 16px 0; } .st-paging-desktop { display: none; } .ppap img { width: 50px; height: 50px; } }
/* ??????:???? hero + ????? */
.st-hero {
  position: relative;
  min-height: 300px;
  margin: 14px 0;
  overflow: hidden;
  border-radius: var(--st-radius);
  background: #0f766e;
  border: 1px solid var(--st-border);
}
.st-hero__backdrop,
.st-hero__overlay {
  position: absolute;
  inset: 0;
}
.st-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
}
.st-hero__overlay {
  background: linear-gradient(90deg, rgba(15, 23, 42, .92), rgba(15, 118, 110, .58), rgba(37, 99, 235, .2));
}
.st-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #fff;
}
.st-hero__eyebrow {
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 800;
}
.st-hero__title {
  max-width: 620px;
  margin: 0;
  font-size: 34px;
  line-height: 1.16;
}
.st-hero__desc {
  margin: 0;
  max-width: 580px;
  color: rgba(255,255,255,.82);
}
.st-btn,
.st-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--st-accent);
  font-weight: 800;
}
.st-row {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  background: var(--st-panel);
}
.st-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.st-row__title {
  margin: 0;
  font-size: 20px;
  color: var(--st-text);
}
.st-row__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: .9em;
  margin-right: 8px;
  background: var(--st-accent);
  vertical-align: -.1em;
}
.st-row__more {
  color: var(--st-accent);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.st-row__wrap {
  position: relative;
}
.st-row__scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding-bottom: 4px;
}
.st-row__scroll > * {
  scroll-snap-align: start;
}
.st-row__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 44px;
  border: 1px solid var(--st-border);
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  color: var(--st-accent);
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(23,32,51,.12);
}
.st-row__arrow--prev { left: -8px; }
.st-row__arrow--next { right: -8px; }
.st-card-r__link {
  display: block;
}
.st-card-r__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 9px;
  background: #dbeafe;
  border: 1px solid var(--st-border);
}
.st-card-r__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st-card-r__gradient {
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}
.st-card-r__title {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 8px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-card-r__duration {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(15,23,42,.76);
  color: #fff;
  font-size: 11px;
}
@media (max-width: 760px) {
  .st-hero,
  .st-hero__inner { min-height: 230px; }
  .st-hero__title { font-size: 24px; }
  .st-row__scroll { grid-auto-columns: minmax(150px, 62vw); }
  .st-row__arrow { display: none; }
}

/* ???? */
.st-rank-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.st-rank-item {
  display: grid;
  grid-template-columns: 48px 132px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  background: var(--st-panel);
  transition: border-color .16s, box-shadow .16s, transform .16s;
}
.st-rank-item:hover {
  border-color: var(--st-accent);
  box-shadow: 0 10px 24px rgba(23,32,51,.1);
  transform: translateY(-1px);
}
.st-rank-item__num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--st-panel-2);
  color: var(--st-muted);
  font-weight: 900;
  font-size: 16px;
}
.st-rank-item__num--top {
  background: linear-gradient(135deg, var(--st-accent), var(--st-accent-2));
  color: #fff;
}
.st-rank-item__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #dbeafe;
  border: 1px solid var(--st-border);
}
.st-rank-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st-rank-item__title {
  margin: 0;
  color: var(--st-text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-rank-item__hits {
  display: inline-block;
  margin-top: 6px;
  color: var(--st-muted);
  font-size: 12px;
}
@media (max-width: 760px) {
  .st-rank-item {
    grid-template-columns: 34px 92px minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
  }
  .st-rank-item__num {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .st-rank-item__title {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}
