/* 帝国 CMS 与 shoutu44 头部搜索桥接（主样式在同目录其它 css） */

#formsearch.search-mac {
  display: flex;
  align-items: center;
  width: 100%;
}

#formsearch.search-mac .search-input {
  flex: 1;
  min-width: 0;
}

#formsearch.search-mac .sbt {
  flex-shrink: 0;
}

/* 分类列表页（对齐 shoutu44 vodtype 筛选区与列表，list_page.temp.shoutu44.htm） */
.main.main_movie .hd-nav-area .sub-nav {
  position: relative;
  padding-right: 0;
  min-height: 30px;
}

.main.main_movie .hd-nav-area .sub-nav .nav-tabs {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 含多行筛选时包住内部浮动，避免高度塌陷 */
.main.main_movie .hd-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.main.main_movie .new-up.card-wrap {
  clear: both;
  width: 100%;
}

/* 帝国 [!--show.listpage--]：table 或连续 a，统一横向居中排列 */
.main.main_movie .page-num.count-right .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  clear: both;
  float: none;
}

.main.main_movie .page-num.count-right .content table {
  margin: 0 auto;
  width: auto;
  border-collapse: separate;
  border-spacing: 4px 2px;
}

.main.main_movie .page-num.count-right .content table td {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px;
  white-space: nowrap;
}

.main.main_movie .page-num.count-right .content > a,
.main.main_movie .page-num.count-right .content a.page_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}

/* 搜索等页若仍用 ul.stui-page 包分页，避免 li 纵向堆叠 */
.main.main_movie .page-num.count-right .content ul.stui-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.main.main_movie .page-num.count-right .content ul.stui-page > li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main.main_movie .page-num.count-right .content ul.stui-page .page_link,
.main.main_movie .page-num.count-right .content ul.stui-page a {
  display: inline-block;
  float: none;
}

/* 文字区左对齐（海报容器 common 里为 text-align:center） */
.main.main_movie .ys-recommend .new-up-list .item .item-con {
  text-align: left;
}

/* 分类页电影卡片：竖海报 + 大圆角 + 右下清晰度角标 + 标题/灰色元信息（对齐 shoutu 列表卡） */
.main.main_movie .ys-recommend .new-up-list .item .thumb {
  padding-top: 142%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ececec;
  box-shadow: none;
}

.main.main_movie .ys-recommend .new-up-list .item .thumb img,
.main.main_movie .ys-recommend .new-up-list .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) !important;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* 无清晰度字段时不占位 */
.main.main_movie .ys-recommend .new-up-list .item .thumb .state:empty {
  display: none !important;
}

/* 清晰度等：右下角小白字标签 */
.main.main_movie .ys-recommend .new-up-list .item .thumb .state {
  z-index: 4;
  left: auto;
  top: auto;
  right: 6px;
  bottom: 6px;
  width: auto;
  max-width: calc(100% - 12px);
  line-height: 1.35;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.42);
  background-image: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.main.main_movie .ys-recommend .new-up-list .item .subject {
  margin: 8px 0 0;
  padding: 0 2px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.35;
  text-align: left;
}

.main.main_movie .ys-recommend .new-up-list .item .subject a {
  color: #111;
  font-weight: 600;
  text-align: left;
}

.main.main_movie .ys-recommend .new-up-list .item .tags {
  margin: 4px 0 0;
  padding: 0 2px;
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 小屏下 common 里对 .thumb 写死 height 时，分类页仍保持比例裁切 */
@media (max-width: 650px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 560px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 480px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 440px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 414px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 375px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

@media (max-width: 350px) {
  .main.main_movie .new-up .new-up-list .item .thumb {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 142%;
  }
}

/* ========== 内容页 show.temp.shoutu44.htm（body.st44-show） ========== */
.st44-show-wrap {
  padding-bottom: 24px;
}

.st44-show-crumb {
  padding: 0 0 16px;
  line-height: 1.5;
}

.st44-show-crumb-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 0;
  padding: 10px 14px 10px 12px;
  background: linear-gradient(180deg, #fafbfc 0%, #f3f5f8 100%);
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 1px 2px rgba(15, 23, 42, 0.04);
  font-size: 13px;
  color: #5c6573;
}

.st44-show-crumb-a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  margin: 0 1px;
  color: #1e6fd9;
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.st44-show-crumb-a:hover {
  color: #2692ff;
  background: rgba(38, 146, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(38, 146, 255, 0.12);
  text-decoration: none;
}

.st44-show-crumb-a--home .fa-home {
  font-size: 14px;
  opacity: 0.92;
}

.st44-show-crumb-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  color: #b8c0cc;
  font-size: 12px;
  flex-shrink: 0;
  user-select: none;
}

.st44-show-crumb-sep .fa {
  line-height: 1;
}

.st44-show-crumb-here {
  flex: 1 1 auto;
  min-width: 0;
  padding: 4px 6px;
  margin-left: 1px;
  color: #1c2430;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .st44-show-crumb-here {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(520px, 46vw);
  }
}

@media (max-width: 480px) {
  .st44-show-crumb-inner {
    padding: 8px 10px 8px 8px;
    font-size: 12px;
  }

  .st44-show-crumb-a {
    padding: 3px 6px;
  }

  .st44-show-crumb-sep {
    width: 18px;
    font-size: 11px;
  }
}

.st44-show-hero {
  padding: 16px 18px 20px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.st44-show-hero::after {
  content: "";
  display: table;
  clear: both;
}

.st44-show-poster {
  float: left;
  width: 280px;
  max-width: 42%;
  margin-right: 24px;
  margin-bottom: 12px;
}

.st44-show-thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 142%;
  overflow: hidden;
  border-radius: 10px;
  background: #ececec;
}

.st44-show-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.st44-show-thumb .state {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.42);
  background-image: none;
  width: auto;
  line-height: 1.35;
}

.st44-show-playbtn {
  display: block;
  margin-top: 12px;
  padding: 10px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #ff6428, #ff920b);
  border-radius: 6px;
  text-decoration: none;
}

.st44-show-playbtn:hover {
  color: #fff;
  opacity: 0.95;
}

.st44-show-main {
  overflow: hidden;
  min-width: 0;
  text-align: left;
}

.st44-show-h1 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 26px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  text-align: center;
}

.st44-show-meta {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.st44-show-meta li {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px dotted #eee;
}

.st44-show-meta li:last-child {
  border-bottom: none;
}

.st44-show-meta .k {
  flex: 0 0 52px;
  color: #999;
}

.st44-show-meta .v {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  color: #333;
}

.st44-show-meta-remark .k {
  align-self: flex-start;
  padding-top: 2px;
}

.st44-show-remark {
  color: #5a6570;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.st44-meta-muted {
  color: #aaa;
}

.st44-douban-btn {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  background: #00c853;
  border-radius: 4px;
  text-decoration: none !important;
  vertical-align: middle;
}

.st44-douban-btn:hover {
  background: #00b248;
  color: #fff !important;
}

.st44-douban-arr {
  font-size: 12px;
  margin-left: 2px;
}

.st44-douban-score {
  color: #888;
  font-size: 13px;
  margin-left: 6px;
}

.st44-show-playbox {
  position: relative;
  margin: 14px 0 18px;
  padding: 22px 16px 16px;
  background: linear-gradient(180deg, #f7f7f8 0%, #efefef 100%);
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.st44-show-playbox-tag {
  position: absolute;
  left: 12px;
  top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #e53935;
  letter-spacing: 0.02em;
}

.st44-show-playbox-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.st44-ep-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.st44-ep-btn:hover {
  border-color: #2692ff;
  color: #2692ff;
}

.st44-ep-btn--main {
  font-weight: 600;
}

.st44-show-detail {
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.st44-show-detail-hd {
  margin: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #1e88e5, #42a5f5);
  letter-spacing: 0.05em;
}

.st44-show-detail-bd {
  padding: 16px 18px 20px;
  background: #f7f7f7;
}

.st44-show-newstext {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  word-break: break-word;
}

.st44-show-newstext img {
  max-width: 100%;
  height: auto !important;
}

.st44-show-reco .st44-show-reco-empty {
  margin: 0;
  padding: 16px 8px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

@media (max-width: 650px) {
  .st44-show-poster {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .st44-show-h1 {
    font-size: 20px;
    text-align: left;
  }

  /* 选集：小屏用网格加大按钮，避免 4 列挤扁 */
  .st44-show-playbox {
    margin: 12px 0 14px;
    padding: 34px 10px 12px;
    border-radius: 10px;
  }

  .st44-show-playbox-tag {
    left: 10px;
    top: 8px;
    font-size: 11px;
  }

  .st44-show-playbox-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
  }

  .st44-ep-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 4px;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 1.2;
    word-break: keep-all;
  }
}

@media (max-width: 360px) {
  .st44-show-playbox-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st44-ep-btn {
    font-size: 12px;
    min-height: 46px;
  }
}

/* ========== 搜索页 search_page.temp.shoutu44.htm（body.st44-search） ========== */
.st44-search-main {
  padding-bottom: 24px;
}

.st44-search-section {
  padding-top: 8px;
}

.st44-search-hero {
  margin-bottom: 18px;
  padding: 18px 20px 20px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.st44-search-h1 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  word-break: break-word;
}

.st44-search-lead {
  margin: 0 0 6px;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.st44-search-meta {
  margin: 0 0 16px;
  font-size: 14px;
  color: #666;
}

.st44-search-meta strong {
  color: #2692ff;
  font-weight: 700;
}

.st44-search-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  max-width: 560px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}

.st44-search-inline-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  color: #999;
  font-size: 15px;
  flex-shrink: 0;
}

.st44-search-inline-input {
  flex: 1 1 160px;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 12px 8px 12px 0;
  font-size: 15px;
  outline: none;
}

.st44-search-inline-btn {
  flex-shrink: 0;
  margin: 4px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #2692ff, #42a5f5);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.st44-search-inline-btn:hover {
  opacity: 0.94;
  color: #fff;
}

.st44-search-pager-meta {
  margin: 12px 0 8px;
  padding: 0 4px;
  font-size: 13px;
  color: #888;
  text-align: center;
}

@media (max-width: 480px) {
  .st44-search-hero {
    padding: 14px 14px 16px;
  }

  .st44-search-h1 {
    font-size: 18px;
  }

  /* 纵向排列时勿让 input 的 flex-grow:1 在主轴上撑满整块空白 */
  .st44-search-inline {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .st44-search-inline-ico {
    display: none;
  }

  .st44-search-inline-input {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 0;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
  }

  .st44-search-inline-btn {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    border-radius: 0 0 7px 7px;
    padding: 12px 16px;
  }
}

/* ========== 播放页 play.temp.shoutu44.htm（body.st44-play） ========== */
.st44-play-main {
  padding-bottom: 28px;
}

.st44-play-inner {
  max-width: 100%;
}

.st44-play-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 14px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #fafbfc 0%, #f3f5f8 100%);
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  font-size: 13px;
}

.st44-play-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}

.st44-play-crumbs a {
  color: #1e6fd9;
  text-decoration: none;
}

.st44-play-crumbs a:hover {
  color: #2692ff;
  text-decoration: underline;
}

.st44-play-crumbs-sep {
  color: #bbb;
  user-select: none;
}

.st44-play-crumbs-here {
  color: #333;
  font-weight: 600;
}

.st44-play-back {
  flex-shrink: 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #2692ff, #42a5f5);
  border-radius: 6px;
  text-decoration: none;
}

.st44-play-back:hover {
  color: #fff;
  opacity: 0.94;
}

.st44-play-stage-wrap {
  margin-bottom: 18px;
}

.st44-play-stage {
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.st44-play-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #0a0a0a;
}

.st44-play__shell {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st44-play-iframe-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.st44-play-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.st44-play__shell--video .st44-play-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.st44-play__shell--dp #playera1 {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.st44-play__big-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #2692ff;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.st44-play__big-play:hover {
  transform: translate(-50%, -50%) scale(1.04);
}

.st44-play__shell.is-playing .st44-play__big-play {
  opacity: 0;
  pointer-events: none;
}

.st44-play-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  box-sizing: border-box;
}

.st44-play-card {
  margin-bottom: 20px;
  padding: 16px 18px 18px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.st44-play-card-h {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.st44-play-dl > div {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 1px dotted #eee;
  font-size: 14px;
}

.st44-play-dl > div:last-child {
  border-bottom: none;
}

.st44-play-dt {
  flex: 0 0 72px;
  color: #999;
}

.st44-play-dd {
  flex: 1;
  min-width: 0;
  color: #333;
  word-break: break-word;
}

.st44-play-dd a {
  color: #1e6fd9;
  text-decoration: none;
}

.st44-play-dd a:hover {
  text-decoration: underline;
}

.st44-play-syn {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.st44-play-syn-h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.st44-play-syn-body {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  word-break: break-word;
}

.st44-play-playlist {
  margin-bottom: 24px;
  padding: 20px 20px 22px;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  overflow: hidden;
}

.st44-play-playlist-h {
  position: relative;
  margin: 0 0 14px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.st44-play-playlist-h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #2692ff, #42a5f5);
}

.st44-play-playlist-lead {
  margin: 0 0 18px;
  padding: 11px 14px 11px 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.st44-play-playlist-lead strong {
  color: #1d4ed8;
  font-weight: 700;
}

.st44-play-src {
  margin-bottom: 14px;
  padding: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 2px 10px rgba(15, 23, 42, 0.04);
}

.st44-play-src:last-of-type {
  margin-bottom: 0;
}

.st44-play-src-h {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid #eef2f7;
}

.st44-play-src-h strong {
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
}

.st44-play-src-h span {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
  padding: 3px 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}

.st44-play-pl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 14px 16px 16px;
  list-style: none;
  background: #fafbfc;
}

.st44-play-pl a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.st44-play-pl a:hover {
  border-color: #93c5fd;
  color: #1d4ed8;
  box-shadow: 0 2px 8px rgba(38, 146, 255, 0.12);
}

.st44-play-pl a.active {
  border-color: #2692ff;
  background: linear-gradient(135deg, #2692ff 0%, #3b9eff 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(38, 146, 255, 0.35);
}

/* 选集较多时小屏横向滑动 */
@media (max-width: 640px) {
  .st44-play-pl {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 12px 14px;
    gap: 10px;
    scroll-padding-inline: 4px;
  }

  .st44-play-pl li {
    flex-shrink: 0;
  }

  .st44-play-pl a {
    min-height: 42px;
    padding: 8px 16px;
  }

  .st44-play-playlist {
    padding: 16px 14px 18px;
    border-radius: 12px;
  }

  .st44-play-playlist-h {
    font-size: 17px;
  }

  .st44-play-src-h {
    padding: 11px 14px;
  }

  .st44-play-src-h strong {
    font-size: 14px;
  }
}

.st44-play-pl-empty {
  margin: 0;
  padding: 12px;
  color: #999;
  font-size: 14px;
}

.st44-play-reco .title .theme {
  font-size: 16px;
}

@media (max-width: 480px) {
  .st44-play-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .st44-play-back {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ========== 最近更新页 zuijinxin.temp.shoutu44.htm（body.st44-zuijin） ========== */
.st44-zj-main {
  padding-bottom: 36px;
  background: linear-gradient(180deg, #f0f4fa 0%, #f7f8fb 28%, #fff 52%);
}

.st44-zj-shell {
  max-width: 960px;
  padding-top: 12px;
}

.st44-zj-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px 28px;
  margin-bottom: 28px;
  padding: 26px 26px 26px 28px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 42%, #1d4ed8 100%);
  color: #f8fafc;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  position: relative;
}

.st44-zj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

.st44-zj-hero__text {
  position: relative;
  z-index: 1;
  flex: 1 1 280px;
  min-width: 0;
}

.st44-zj-hero__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.72);
}

.st44-zj-hero__kicker .fa {
  margin-right: 6px;
  opacity: 0.9;
}

.st44-zj-hero__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.st44-zj-hero__lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.82);
  max-width: 36em;
}

.st44-zj-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st44-zj-hero__stats li {
  min-width: 88px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.st44-zj-hero__num {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.st44-zj-hero__lbl {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(248, 250, 252, 0.65);
}

.st44-zj-hero__num--text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.st44-zj-hero__panel {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 120px;
  align-self: center;
}

.st44-zj-hero__orbit {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05), inset 0 0 24px rgba(255, 255, 255, 0.08);
}

.st44-zj-hero__badge {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0f172a;
  background: #fbbf24;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.st44-zj-board {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.st44-zj-board__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #fafbfc, #fff);
}

.st44-zj-board__h {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
}

.st44-zj-board__sort {
  font-size: 12px;
  color: #64748b;
}

.st44-zj-board__sort .fa {
  margin-right: 6px;
  color: #2692ff;
}

.st44-zj-feed {
  padding: 6px 0 4px;
}

.st44-zj-card {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
}

.st44-zj-card:last-child {
  border-bottom: none;
}

.st44-zj-card:hover {
  background: #f8fafc;
}

.st44-zj-card__rank {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 10px;
}

.st44-zj-card:nth-child(-n + 3) .st44-zj-card__rank {
  color: #fff;
  background: linear-gradient(135deg, #2692ff, #60a5fa);
}

.st44-zj-card__thumb {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 102px;
  border-radius: 10px;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.st44-zj-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.st44-zj-card__jb {
  position: absolute;
  right: 4px;
  bottom: 4px;
  max-width: calc(100% - 8px);
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(15, 23, 42, 0.78);
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st44-zj-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.st44-zj-card__row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.st44-zj-card__cat {
  font-weight: 700;
  color: #2692ff;
}

.st44-zj-card__dot {
  color: #cbd5e1;
}

.st44-zj-card__time {
  color: #64748b;
  font-variant-numeric: tabular-nums;
}

.st44-zj-card__pill {
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 999px;
}

.st44-zj-card__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.st44-zj-card__title a {
  color: #0f172a;
  text-decoration: none;
}

.st44-zj-card__title a:hover {
  color: #2692ff;
}

.st44-zj-card__meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st44-zj-card__go {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.st44-zj-card__go:hover {
  color: #2692ff;
  border-color: #93c5fd;
  background: #eff6ff;
}

.st44-zj-card__go .fa {
  font-size: 20px;
}

.st44-zj-empty {
  padding: 48px 24px;
  text-align: center;
}

.st44-zj-empty__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #334155;
}

.st44-zj-empty__txt {
  margin: 0;
  font-size: 14px;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .st44-zj-hero {
    padding: 20px 18px;
  }

  .st44-zj-hero__title {
    font-size: 22px;
  }

  .st44-zj-hero__panel {
    display: none;
  }

  .st44-zj-card {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .st44-zj-card__rank {
    order: 0;
  }

  .st44-zj-card__thumb {
    order: 1;
  }

  .st44-zj-card__go {
    order: 2;
    margin-left: auto;
  }

  .st44-zj-card__body {
    flex: 1 1 100%;
    order: 3;
  }
}
