@import url("./original-bundle.css");

/* Whole-site bridge for 55影院. Source CSS is retained above; these rules bind it to official-template pages. */
.xiazai-5v55-site-theme {
  min-height: 100vh;
  background: #f6f7fb;
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

/* 2026-06-18 ordered screenshot pass overrides */
.xiazai-5v55-site-theme {
  overflow-x: hidden;
}
.xiazai-5v55-site-theme .stui-header__logo .logo {
  white-space: nowrap;
  letter-spacing: 0;
}
.xiazai-5v55-site-theme .stui-header__search .submit {
  width: 72px;
  font-weight: 700;
}
.xiazai-5v55-site-theme .stui-header__user a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 16px;
  background: #f7f7f7;
  color: #666;
  font-size: 13px;
}
.xiazai-5v55-site-theme .stui-header__menu li:first-child a {
  color: #333;
}
.xiazai-5v55-site-theme .stui-header__menu li.active a,
.xiazai-5v55-site-theme .stui-header__menu li a:hover {
  color: #ff2e63;
}
.xiazai-5v55-site-theme .stui-header__menu li.active a::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  margin: 7px auto -10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6f3d, #ff2e63);
}
.xiazai-5v55-site-theme .stui-vodlist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 14px;
}
.xiazai-5v55-site-theme .stui-vodlist::after {
  content: none;
}
.xiazai-5v55-site-theme .stui-vodlist > li {
  min-width: 0;
  width: auto;
  float: none;
  padding: 0;
}
.xiazai-5v55-site-theme .stui-screen__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.xiazai-5v55-site-theme .stui-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.xiazai-5v55-site-theme .stui-content__thumb,
.xiazai-5v55-site-theme .stui-content__detail {
  display: block;
}
.xiazai-5v55-site-theme .stui-content__detail {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 10px 0;
}
.xiazai-5v55-site-theme .xiazai5v55-detail-actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.xiazai-5v55-site-theme .xiazai5v55-detail-action {
  position: relative;
  z-index: 2;
  margin-right: 0;
  pointer-events: auto;
}
.xiazai-5v55-site-theme .stui-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.xiazai-5v55-site-theme .stui-tag-row a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 15px;
  background: #f6f7fb;
  color: #555;
}
.xiazai-5v55-site-theme .stui-tag-row a:hover {
  background: #ff2e63;
  color: #fff;
}
.xiazai-5v55-site-theme .stui-player__video {
  background: #000;
  min-height: 420px;
}
.xiazai-5v55-site-theme .stui-player__video iframe,
.xiazai-5v55-site-theme .stui-player__video video,
.xiazai-5v55-site-theme .stui-player__video > div {
  min-height: 420px;
}
.xiazai-5v55-site-theme .xiazai-5v55-site-play-seo .stui-pannel__head .title {
  font-size: 18px;
}
.xiazai-5v55-site-theme .stui-header__top {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
  padding-bottom: 12px;
}
.xiazai-5v55-site-theme .stui-header_bd {
  min-height: 84px;
}
.xiazai-5v55-site-theme .stui-header__menu {
  clear: both;
  display: block;
  height: auto !important;
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
}
.xiazai-5v55-site-theme .stui-header__menu ul {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
}
.xiazai-5v55-site-theme .stui-header__menu li {
  float: none !important;
  display: block;
  width: auto !important;
}
.xiazai-5v55-site-theme .stui-main {
  margin-top: 16px;
}
.xiazai-5v55-site-theme .stui-content__playlist {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)) !important;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.xiazai-5v55-site-theme .stui-content__playlist li {
  float: none !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.xiazai-5v55-site-theme .stui-content__playlist li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  color: #333;
  white-space: normal;
  overflow: visible;
  line-height: 1.35;
}
.xiazai-5v55-site-theme .stui-content__playlist li.active a,
.xiazai-5v55-site-theme .stui-content__playlist li a:hover {
  border-color: #ff2e63;
  background: linear-gradient(135deg, #ff6f3d, #ff2e63);
  color: #fff;
}
.xiazai-5v55-site-theme .stui-page {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.xiazai-5v55-site-theme .stui-page nav,
.xiazai-5v55-site-theme .stui-page .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.xiazai-5v55-site-theme .stui-page a,
.xiazai-5v55-site-theme .stui-page span,
.xiazai-5v55-site-theme .stui-page button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #eee;
  color: #555;
}
.xiazai-5v55-site-theme .stui-page [aria-current],
.xiazai-5v55-site-theme .stui-page .active,
.xiazai-5v55-site-theme .stui-page a:hover {
  border-color: #ff2e63;
  background: #ff2e63;
  color: #fff;
}

@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .xiazai-5v55-site-theme .stui-content {
    display: block;
  }
  .xiazai-5v55-site-theme .stui-player__video,
  .xiazai-5v55-site-theme .stui-player__video iframe,
  .xiazai-5v55-site-theme .stui-player__video video,
  .xiazai-5v55-site-theme .stui-player__video > div {
    min-height: 220px;
  }
}

/* 20260624 f447 final clearfix grid offset guard. Keep this block last. */
.xiazai-5v55-site-theme .stui-vodlist,
.xiazai-5v55-site-theme .xiazai5v55-card-grid,
.xiazai-5v55-site-theme .xiazai5v55-list-grid,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid,
.xiazai-5v55-site-theme .xiazai5v55-related-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px 16px !important;
  align-items: start !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.xiazai-5v55-site-theme .stui-vodlist::before,
.xiazai-5v55-site-theme .stui-vodlist::after,
.xiazai-5v55-site-theme .xiazai5v55-card-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-card-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-list-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-list-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-related-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-related-grid::after {
  content: none !important;
  display: none !important;
}
.xiazai-5v55-site-theme .stui-vodlist > li,
.xiazai-5v55-site-theme .xiazai5v55-card-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-list-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-related-grid > li {
  display: block !important;
  float: none !important;
  clear: none !important;
  grid-column: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.xiazai-5v55-site-theme .xiazai5v55-player-box {
  height: clamp(360px, 42vw, 560px) !important;
}
@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }
}

/* 20260624 full-row/footer/play SEO pass. Keep after source and responsive rules. */
.xiazai-5v55-site-theme .stui-vodlist {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.xiazai-5v55-site-theme .stui-content__playlist {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)) !important;
  gap: 8px !important;
}
.xiazai-5v55-site-theme .xiazai-5v55-site-play-seo {
  border: 1px solid #edf0f6;
  background: #fff;
}
.xiazai-5v55-site-theme .xiazai5v55-play-seo-title {
  color: #222;
  font-weight: 700;
}
.xiazai-5v55-site-theme .xiazai5v55-play-context {
  margin: 0 0 12px;
  line-height: 1.8;
}
.xiazai-5v55-site-theme .xiazai5v55-play-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.xiazai-5v55-site-theme .xiazai5v55-play-meta-grid span {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f8fb;
  color: #555;
  line-height: 1.5;
}
.xiazai-5v55-site-theme .xiazai5v55-play-meta-grid strong {
  flex: 0 0 auto;
  color: #222;
}
.xiazai-5v55-site-theme .xiazai5v55-play-entry-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}
.xiazai-5v55-site-theme .xiazai5v55-play-entry-row a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 16px;
  background: #fff1f5;
  color: #ff2e63;
}
.xiazai-5v55-site-theme .xiazai5v55-play-entry-row a:hover {
  background: #ff2e63;
  color: #fff;
}
.xiazai-5v55-site-theme .xiazai5v55-play-section-title {
  margin: 14px 0 8px;
  font-size: 17px;
  line-height: 24px;
  color: #222;
}
.xiazai-5v55-site-theme .xiazai5v55-footer {
  margin-top: 28px;
  padding: 34px 0 26px;
  border-top: 1px solid #e6e9f1;
  background: #f8f9fc;
  color: #606775;
  text-align: left;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(140px, 1fr));
  gap: 28px;
  align-items: start;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-brand h2,
.xiazai-5v55-site-theme .xiazai5v55-footer-col h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-brand p {
  max-width: 440px;
  margin: 0;
  color: #697280;
  line-height: 1.8;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-col nav {
  display: grid;
  gap: 8px;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-col a,
.xiazai-5v55-site-theme .xiazai5v55-footer-copy a {
  color: #606775;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-col a:hover,
.xiazai-5v55-site-theme .xiazai5v55-footer-copy a:hover {
  color: #ff2e63;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-copy {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e6e9f1;
  text-align: center;
}
.xiazai-5v55-site-theme .xiazai5v55-footer-copy p {
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xiazai-5v55-site-theme .xiazai5v55-play-meta-grid,
  .xiazai-5v55-site-theme .xiazai5v55-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xiazai-5v55-site-theme .xiazai5v55-play-meta-grid,
  .xiazai-5v55-site-theme .xiazai5v55-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* 20260624 f447 visual completion pass: full rows, card rank, compact player, related grid. */
.xiazai-5v55-site-theme .stui-vodlist,
.xiazai-5v55-site-theme .xiazai5v55-card-grid,
.xiazai-5v55-site-theme .xiazai5v55-list-grid,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid,
.xiazai-5v55-site-theme .xiazai5v55-related-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px 18px !important;
  justify-content: start !important;
  align-items: start !important;
}
.xiazai-5v55-site-theme .stui-vodlist::after,
.xiazai-5v55-site-theme .xiazai5v55-card-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-list-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-related-grid::after {
  content: none !important;
  display: none !important;
}
.xiazai-5v55-site-theme .stui-vodlist > li,
.xiazai-5v55-site-theme .xiazai5v55-card-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-list-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-related-grid > li {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.xiazai-5v55-site-theme .xiazai5v55-rank-grid .stui-vodlist__thumb,
.xiazai-5v55-site-theme .xiazai5v55-related-grid .stui-vodlist__thumb,
.xiazai-5v55-site-theme .xiazai5v55-list-grid .stui-vodlist__thumb {
  padding-top: 150% !important;
}
.xiazai-5v55-site-theme .xiazai5v55-player-box {
  position: relative !important;
  width: 100% !important;
  height: clamp(360px, 42vw, 560px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  overflow: hidden !important;
}
.xiazai-5v55-site-theme .xiazai5v55-player-box iframe,
.xiazai-5v55-site-theme .xiazai5v55-player-box video,
.xiazai-5v55-site-theme .xiazai5v55-player-box > div,
.xiazai-5v55-site-theme .xiazai5v55-player-box > div > div {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}
.xiazai-5v55-site-theme .xiazai5v55-player-box video {
  object-fit: contain !important;
}

@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xiazai-5v55-site-theme .xiazai5v55-player-box {
    height: clamp(260px, 56vw, 420px) !important;
  }
}

@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }
  .xiazai-5v55-site-theme .xiazai5v55-player-box {
    height: 220px !important;
  }
}
.xiazai-5v55-site-theme input,
.xiazai-5v55-site-theme button,
.xiazai-5v55-site-theme textarea,
.xiazai-5v55-site-theme select { font-family: inherit; }
.xiazai-5v55-site-theme a { color: inherit; text-decoration: none; }
.xiazai-5v55-site-theme ul { margin: 0; padding: 0; list-style: none; }
.xiazai-5v55-site-theme img { max-width: 100%; }
.xiazai-5v55-site-theme .container { max-width: 1200px; margin: 0 auto; padding-left: 10px; padding-right: 10px; }
.xiazai-5v55-site-theme .row { margin-left: -10px; margin-right: -10px; }
.xiazai-5v55-site-theme .clearfix::after { content: ""; display: table; clear: both; }
.xiazai-5v55-site-theme .pull-right { float: right; }
.xiazai-5v55-site-theme .text-muted { color: #999; }
.xiazai-5v55-site-theme .text-red { color: #ff4b4b; }
.xiazai-5v55-site-theme .text-overflow { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.xiazai-5v55-site-theme .top-fixed { position: sticky; top: 0; z-index: 50; }
.xiazai-5v55-site-theme .stui-header__top { background: #fff; border-bottom: 1px solid #eee; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.xiazai-5v55-site-theme .stui-header_bd { display: flex; align-items: center; gap: 20px; min-height: 72px; }
.xiazai-5v55-site-theme .stui-header__logo .logo { display: block; width: 154px; height: 48px; border-radius: 24px; background: linear-gradient(135deg, #ff6f3d, #ff2e63); color: #fff; font-size: 24px; font-weight: 700; line-height: 48px; text-align: center; letter-spacing: 1px; }
.xiazai-5v55-site-theme .stui-header__logo .logo span { display: inline; }
.xiazai-5v55-site-theme .stui-header__search { flex: 1; max-width: 500px; }
.xiazai-5v55-site-theme .stui-header__search form { display: flex; height: 40px; border: 2px solid #ff4b4b; border-radius: 22px; overflow: hidden; background: #fff; }
.xiazai-5v55-site-theme .stui-header__search input { flex: 1; border: 0; outline: 0; padding: 0 16px; color: #555; }
.xiazai-5v55-site-theme .stui-header__search .submit { width: 60px; border: 0; background: linear-gradient(135deg, #ff6f3d, #ff2e63); color: #fff; cursor: pointer; }
.xiazai-5v55-site-theme .stui-header__user { margin-left: auto; display: flex; gap: 12px; }
.xiazai-5v55-site-theme .stui-header__user a { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #666; font-size: 12px; }
.xiazai-5v55-site-theme .stui-header__menu { border-top: 1px solid #f0f0f0; }
.xiazai-5v55-site-theme .stui-header__menu ul { display: flex; align-items: center; gap: 2px; min-height: 46px; overflow-x: auto; }
.xiazai-5v55-site-theme .stui-header__menu li a { display: block; padding: 13px 16px; color: #333; font-size: 15px; }
.xiazai-5v55-site-theme .stui-header__menu li a:hover,
.xiazai-5v55-site-theme .stui-header__menu li:first-child a { color: #ff2e63; }
.xiazai-5v55-site-theme .stui-header__menu .more { margin-left: auto; color: #999; font-size: 13px; white-space: nowrap; }
.xiazai-5v55-site-theme .stui-main { padding-top: 16px; padding-bottom: 28px; }
.xiazai-5v55-site-theme .stui-pannel { margin-bottom: 16px; }
.xiazai-5v55-site-theme .stui-pannel-bg { background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 8px 24px rgba(29,39,59,.05); }
.xiazai-5v55-site-theme .stui-pannel-box { padding: 14px; }
.xiazai-5v55-site-theme .stui-pannel__head { margin-bottom: 14px; border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
.xiazai-5v55-site-theme .stui-pannel__head .title { margin: 0; font-size: 18px; line-height: 24px; font-weight: 400; color: #333; }
.xiazai-5v55-site-theme .stui-pannel__head .title img { display: inline-block; width: 22px; height: 22px; margin-right: 6px; vertical-align: -5px; }
.xiazai-5v55-site-theme .stui-pannel__head .more { font-size: 13px; color: #999; }
.xiazai-5v55-site-theme .carousel_center { display: block; white-space: nowrap; overflow: hidden; }
.xiazai-5v55-site-theme .carousel_center .stui-vodlist__thumb { display: inline-block; width: 31.8%; margin-right: 1.6%; padding-top: 45%; vertical-align: top; border-radius: 10px; }
.xiazai-5v55-site-theme .carousel_center .stui-vodlist__thumb:first-child { width: 48%; }
.xiazai-5v55-site-theme .carousel_center .pic-desc { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 42px; color: rgba(255,255,255,.8); white-space: normal; }
.xiazai-5v55-site-theme .stui-vodlist { display: block; }
.xiazai-5v55-site-theme .stui-vodlist::after { content: ""; display: table; clear: both; }
.xiazai-5v55-site-theme .stui-vodlist > li { min-width: 0; }
.xiazai-5v55-site-theme .stui-vodlist__box { position: relative; }
.xiazai-5v55-site-theme .stui-vodlist__thumb { display: block; position: relative; padding-top: 150%; border-radius: 6px; background: #ddd center / cover no-repeat; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.xiazai-5v55-site-theme .stui-vodlist__thumb.picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.xiazai-5v55-site-theme .stui-vodlist__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.62)); opacity: .92; }
.xiazai-5v55-site-theme .stui-vodlist__thumb .pic-text { position: absolute; z-index: 1; right: 8px; bottom: 7px; left: 8px; color: #fff; font-size: 12px; }
.xiazai-5v55-site-theme .stui-vodlist__thumb .play { position: absolute; z-index: 2; inset: 0; opacity: 0; background: rgba(0,0,0,.2); transition: opacity .18s ease; }
.xiazai-5v55-site-theme .stui-vodlist__thumb:hover .play { opacity: 1; }
.xiazai-5v55-site-theme .stui-vodlist__detail { padding: 8px 2px 0; }
.xiazai-5v55-site-theme .stui-vodlist__detail .title { margin: 0 0 4px; font-size: 14px; line-height: 22px; font-weight: 400; }
.xiazai-5v55-site-theme .stui-vodlist__detail .text { margin: 0; font-size: 12px; }
.xiazai-5v55-site-theme .stui-vodlist__text li { padding: 8px 0; border-bottom: 1px dotted #e5e5e5; line-height: 1.6; }
.xiazai-5v55-site-theme .stui-vodlist__text .badge { display: inline-block; min-width: 22px; margin-right: 8px; border-radius: 12px; background: #ff2e63; color: #fff; text-align: center; font-size: 12px; }
.xiazai-5v55-site-theme .stui-screen__list { padding: 10px 0; border-bottom: 1px dotted #e6e6e6; }
.xiazai-5v55-site-theme .stui-screen__list span { display: inline-block; min-width: 64px; }
.xiazai-5v55-site-theme .stui-screen__list a { display: inline-block; margin: 3px 8px 3px 0; padding: 3px 8px; border-radius: 12px; color: #666; }
.xiazai-5v55-site-theme .stui-screen__list a.active,
.xiazai-5v55-site-theme .stui-screen__list a:hover { background: #ff2e63; color: #fff; }
.xiazai-5v55-site-theme .nav-head,
.xiazai-5v55-site-theme .nav-tabs { display: flex; gap: 6px; margin-bottom: 14px; border-bottom: 1px solid #eee; }
.xiazai-5v55-site-theme .nav-head a,
.xiazai-5v55-site-theme .nav-tabs a { display: block; padding: 8px 14px; }
.xiazai-5v55-site-theme .nav-head .active a,
.xiazai-5v55-site-theme .nav-tabs .active a { color: #ff2e63; border-bottom: 2px solid #ff2e63; }
.xiazai-5v55-site-theme .stui-content { display: block; }
.xiazai-5v55-site-theme .stui-content__detail,
.xiazai-5v55-site-theme .stui-content__thumb { display: table-cell; vertical-align: top; }
.xiazai-5v55-site-theme .stui-content__thumb .v-thumb,
.xiazai-5v55-site-theme .stui-content__thumb .picture { width: 190px; padding-top: 150%; }
.xiazai-5v55-site-theme .stui-content__detail { width: 100%; padding: 10px 20px; }
.xiazai-5v55-site-theme .stui-content__detail .title { margin: 0 0 10px; font-size: 24px; line-height: 30px; font-weight: 700; }
.xiazai-5v55-site-theme .stui-content__detail .title .score { float: right; font-size: 22px; color: #ff2e63; }
.xiazai-5v55-site-theme .stui-content__detail .data p { margin: 0 0 8px; color: #555; }
.xiazai-5v55-site-theme .desc { margin: 12px 0; line-height: 1.8; color: #555; }
.xiazai-5v55-site-theme .detail-content { line-height: 1.9; color: #555; }
.xiazai-5v55-site-theme .btn { display: inline-flex; align-items: center; gap: 6px; margin-right: 8px; padding: 9px 18px; border-radius: 18px; }
.xiazai-5v55-site-theme .btn-primary { background: linear-gradient(135deg, #ff6f3d, #ff2e63); color: #fff; }
.xiazai-5v55-site-theme .btn-default { background: #f5f5f5; color: #666; }
.xiazai-5v55-site-theme .stui-content__playlist { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; }
.xiazai-5v55-site-theme .stui-content__playlist li a { display: block; padding: 8px 6px; border: 1px solid #eee; border-radius: 3px; background: #fafafa; text-align: center; color: #555; }
.xiazai-5v55-site-theme .stui-content__playlist li.active a,
.xiazai-5v55-site-theme .stui-content__playlist li a:hover { border-color: #ff2e63; background: #ff2e63; color: #fff; }
.xiazai-5v55-site-theme .stui-player { margin-bottom: 16px; background: #111; color: #fff; border-radius: 8px; overflow: hidden; }
.xiazai-5v55-site-theme .stui-player__video { background: #000; }
.xiazai-5v55-site-theme .stui-player__detail { padding: 12px 16px; }
.xiazai-5v55-site-theme .stui-player__detail h1 { margin: 0 0 6px; font-size: 20px; }
.xiazai-5v55-site-theme .stui-foot { padding: 26px 0; border-top: 1px solid #e8e8e8; background: #fff; text-align: center; color: #888; }
.xiazai-5v55-site-theme .stui-foot-keywords { margin: 10px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.xiazai-5v55-site-theme .stui-content-index { margin-top: 12px; }
.xiazai-5v55-site-theme .stui-empty { padding: 36px 0; text-align: center; color: #999; }

@media (max-width: 900px) {
  .xiazai-5v55-site-theme .top-fixed { position: relative; }
  .xiazai-5v55-site-theme .stui-header_bd { flex-wrap: wrap; gap: 12px; padding: 12px 0; }
  .xiazai-5v55-site-theme .stui-header__search { order: 3; max-width: none; flex-basis: 100%; }
  .xiazai-5v55-site-theme .stui-header__menu .more { display: none; }
  .xiazai-5v55-site-theme .carousel_center .stui-vodlist__thumb,
  .xiazai-5v55-site-theme .carousel_center .stui-vodlist__thumb:first-child { width: 86%; padding-top: 48%; }
  .xiazai-5v55-site-theme .stui-vodlist { display: block; }
  .xiazai-5v55-site-theme .stui-content__thumb .v-thumb,
  .xiazai-5v55-site-theme .stui-content__thumb .picture { width: 150px; }
  .xiazai-5v55-site-theme .stui-content__playlist { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .xiazai-5v55-site-theme .container { padding-left: 8px; padding-right: 8px; }
  .xiazai-5v55-site-theme .stui-header__logo .logo { width: 130px; height: 42px; line-height: 42px; font-size: 21px; }
  .xiazai-5v55-site-theme .stui-vodlist { display: block; }
  .xiazai-5v55-site-theme .stui-content { display: block; }
  .xiazai-5v55-site-theme .stui-content__thumb { display: block; width: 46%; float: left; margin-right: 12px; margin-bottom: 8px; }
  .xiazai-5v55-site-theme .stui-content__thumb .v-thumb,
  .xiazai-5v55-site-theme .stui-content__thumb .picture { width: 100%; }
  .xiazai-5v55-site-theme .stui-content__detail { display: block; padding: 0; }
  .xiazai-5v55-site-theme .stui-content__detail .title { font-size: 21px; }
  .xiazai-5v55-site-theme .stui-content__playlist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Final ordered screenshot pass overrides. Keep this block last. */
.xiazai-5v55-site-theme {
  overflow-x: hidden;
}
.xiazai-5v55-site-theme .stui-header__logo .logo {
  white-space: nowrap;
  letter-spacing: 0;
}
.xiazai-5v55-site-theme .stui-header__search .submit {
  width: 72px;
  font-weight: 700;
}
.xiazai-5v55-site-theme .stui-header__user a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 16px;
  background: #f7f7f7;
  color: #666;
  font-size: 13px;
}
.xiazai-5v55-site-theme .stui-header__menu li:first-child a {
  color: #333;
}
.xiazai-5v55-site-theme .stui-header__menu li.active a,
.xiazai-5v55-site-theme .stui-header__menu li a:hover {
  color: #ff2e63;
}
.xiazai-5v55-site-theme .stui-header__menu li.active a::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  margin: 7px auto -10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6f3d, #ff2e63);
}
.xiazai-5v55-site-theme .stui-vodlist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 14px;
}
.xiazai-5v55-site-theme .stui-vodlist::after {
  content: none;
}
.xiazai-5v55-site-theme .stui-vodlist > li {
  min-width: 0;
  width: auto;
  float: none;
  padding: 0;
}
.xiazai-5v55-site-theme .stui-screen__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.xiazai-5v55-site-theme .stui-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.xiazai-5v55-site-theme .stui-content__thumb,
.xiazai-5v55-site-theme .stui-content__detail {
  display: block;
}
.xiazai-5v55-site-theme .stui-content__detail {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 10px 0;
}
.xiazai-5v55-site-theme .xiazai5v55-detail-actions {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.xiazai-5v55-site-theme .xiazai5v55-detail-action {
  position: relative;
  z-index: 2;
  margin-right: 0;
  pointer-events: auto;
}
.xiazai-5v55-site-theme .stui-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.xiazai-5v55-site-theme .stui-tag-row a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 15px;
  background: #f6f7fb;
  color: #555;
}
.xiazai-5v55-site-theme .stui-tag-row a:hover {
  background: #ff2e63;
  color: #fff;
}
.xiazai-5v55-site-theme .stui-player__video {
  background: #000;
  min-height: 420px;
}
.xiazai-5v55-site-theme .stui-player__video iframe,
.xiazai-5v55-site-theme .stui-player__video video,
.xiazai-5v55-site-theme .stui-player__video > div {
  min-height: 420px;
}
.xiazai-5v55-site-theme .xiazai-5v55-site-play-seo .stui-pannel__head .title {
  font-size: 18px;
}
.xiazai-5v55-site-theme .stui-page {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.xiazai-5v55-site-theme .stui-page nav,
.xiazai-5v55-site-theme .stui-page .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.xiazai-5v55-site-theme .stui-page a,
.xiazai-5v55-site-theme .stui-page span,
.xiazai-5v55-site-theme .stui-page button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #eee;
  color: #555;
}
.xiazai-5v55-site-theme .stui-page [aria-current],
.xiazai-5v55-site-theme .stui-page .active,
.xiazai-5v55-site-theme .stui-page a:hover {
  border-color: #ff2e63;
  background: #ff2e63;
  color: #fff;
}

@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .xiazai-5v55-site-theme .stui-content {
    display: block;
  }
  .xiazai-5v55-site-theme .stui-player__video,
  .xiazai-5v55-site-theme .stui-player__video iframe,
  .xiazai-5v55-site-theme .stui-player__video video,
  .xiazai-5v55-site-theme .stui-player__video > div {
    min-height: 220px;
  }
}
