* { margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 14px; line-height: 1.6; }
body { min-height: 100vh; color: #282828; background: #f7f8f9; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
a { color: #282828; text-decoration: none; }
a:hover { color: #e50914; }

.yingshizhanzhang_com_layout { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; }
.yingshizhanzhang_com_sidebar { position: sticky; top: 0; height: 100vh; background: #fff; border-right: 1px solid #e9ecef; padding: 20px 14px; z-index: 30; }
.yingshizhanzhang_com_logo { font-weight: 800; font-size: 22px; margin-bottom: 14px; background: linear-gradient(90deg, #ff711f, #e50914); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.yingshizhanzhang_com_logo {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}
.yingshizhanzhang_com_logo img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 48px;
  object-fit: contain;
}
.yingshizhanzhang_com_sidebar_close { display: none; position: absolute; top: 14px; right: 12px; width: 32px; height: 32px; border-radius: 50%; font-size: 24px; line-height: 1; padding: 0; align-items: center; justify-content: center; }
.yingshizhanzhang_com_nav_list { list-style: none; padding-left: 0; margin: 0; }
.yingshizhanzhang_com_nav_list li { margin-bottom: 6px; }
.yingshizhanzhang_com_nav_link { display: block; border-radius: 10px; padding: 10px 12px; font-weight: 600; color: #444; }
.yingshizhanzhang_com_nav_link:hover { background: #f1f3f5; color: #e50914; }
.yingshizhanzhang_com_nav_link_active { color: #fff; background: linear-gradient(90deg, #ff711f 0%, #e50914 100%); box-shadow: 0 10px 12px -6px rgba(229, 9, 20, 0.35); }

.yingshizhanzhang_com_main_wrap { display: flex; flex-direction: column; min-width: 0; }
.yingshizhanzhang_com_sidebar { grid-column: 1; }
.yingshizhanzhang_com_main_wrap { grid-column: 2; }
.yingshizhanzhang_com_sidebar_overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 25;
}
.yingshizhanzhang_com_header { position: sticky; top: 0; z-index: 20; background: rgba(247, 248, 249, 0.95); backdrop-filter: blur(8px); border-bottom: 1px solid #e9ecef; padding: 12px 24px; display: flex; align-items: center; gap: 12px; }
.yingshizhanzhang_com_mobile_toggle { display: none; }
.yingshizhanzhang_com_header_search { width: min(620px, 100%); margin-left: auto; }
.yingshizhanzhang_com_icon_btn { width: 42px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
.yingshizhanzhang_com_main { padding: 20px 24px; flex: 1; }

.yingshizhanzhang_com_banner { border-radius: 14px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); }
.yingshizhanzhang_com_banner_img { height: 420px; object-fit: cover; filter: brightness(.8); }
.yingshizhanzhang_com_banner .carousel-caption { background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.05)); left: 0; right: 0; bottom: 0; padding: 26px; }

.yingshizhanzhang_com_card { transition: transform .2s ease, box-shadow .2s ease; border: 1px solid #e9ecef; }
.yingshizhanzhang_com_card:hover { transform: translateY(-4px); box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12); }

/* 只在封面图区域显示播放按钮 */
.yingshizhanzhang_com_cover_media { position: relative; display: block; overflow: hidden; }
.yingshizhanzhang_com_cover_media .card-img-top, .yingshizhanzhang_com_cover_media img { width: 100%; transition: transform .28s ease, filter .28s ease; }
.yingshizhanzhang_com_cover_media::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .28); opacity: 0; transition: opacity .25s ease; z-index: 2; }
.yingshizhanzhang_com_cover_media::after { content: ""; position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; margin-left: -28px; margin-top: -28px; border-radius: 50%; background: linear-gradient(90deg, #ff711f 0%, #e50914 100%); box-shadow: 0 10px 24px rgba(0, 0, 0, .3); opacity: 0; transform: scale(.82); transition: all .25s ease; z-index: 3; }
.yingshizhanzhang_com_cover_play_icon { position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -10px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; z-index: 4; opacity: 0; transition: opacity .2s ease; }
.yingshizhanzhang_com_cover_card:hover .yingshizhanzhang_com_cover_media::before { opacity: 1; }
.yingshizhanzhang_com_cover_card:hover .yingshizhanzhang_com_cover_media::after { opacity: 1; transform: scale(1); }
.yingshizhanzhang_com_cover_card:hover .yingshizhanzhang_com_cover_media img { transform: scale(1.05); filter: brightness(.85); }
.yingshizhanzhang_com_cover_card:hover .yingshizhanzhang_com_cover_play_icon { opacity: 1; }

.yingshizhanzhang_com_player { background: #000; border-radius: 12px; overflow: hidden; }

.yingshizhanzhang_com_search_results_v2 .card { border: 1px solid #e9ecef; border-radius: 14px; transition: all .22s ease; background: linear-gradient(180deg, #fff, #fcfcfc); }
.yingshizhanzhang_com_search_results_v2 .card:hover { border-color: #ffb2a8; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08); transform: translateY(-2px); }
.yingshizhanzhang_com_search_results_v2 img { aspect-ratio: 2 / 3; object-fit: cover; }
.yingshizhanzhang_com_search_meta { display: inline-flex; align-items: center; gap: 8px; color: #6b7280; font-size: 12px; }
.yingshizhanzhang_com_search_tag { display: inline-block; font-size: 12px; padding: 2px 8px; border-radius: 999px; background: #fff0ec; color: #e50914; margin-right: 6px; }

/* 分页颜色改为 logo 同款渐变主色 */
.pagination .page-link {
  color: #e50914;
  border-color: #ffd3cc;
  background: #fff;
}
.pagination .page-link:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, #ff711f 0%, #e50914 100%);
}
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, #ff711f 0%, #e50914 100%);
  box-shadow: 0 8px 14px -8px rgba(229, 9, 20, .6);
}
.pagination .page-item.disabled .page-link {
  color: #c2c6d0;
  background: #f5f5f5;
  border-color: #e9ecef;
}

.yingshizhanzhang_com_footer { border-top: 1px solid #e9ecef; padding: 14px 24px; background: #fff; }
.yingshizhanzhang_com_sidebar_overlay { display: none; }

@media (max-width: 991px) {
  .yingshizhanzhang_com_layout { grid-template-columns: 1fr; }
  .yingshizhanzhang_com_sidebar { position: fixed; left: 0; transform: translateX(-100%); transition: transform .22s ease; width: 260px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); }
  .yingshizhanzhang_com_sidebar_close { display: inline-flex; }
  body.yingshizhanzhang_com_sidebar_open .yingshizhanzhang_com_sidebar { transform: translateX(0); }
  .yingshizhanzhang_com_sidebar_overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .45); z-index: 25; }
  body.yingshizhanzhang_com_sidebar_open .yingshizhanzhang_com_sidebar_overlay { display: block; }
  .yingshizhanzhang_com_mobile_toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; }
  .yingshizhanzhang_com_banner_img { height: 240px; }
  .yingshizhanzhang_com_header, .yingshizhanzhang_com_main, .yingshizhanzhang_com_footer { padding-left: 14px; padding-right: 14px; }
}

/* ===== Theme polish: 成品站风格增强 ===== */
:root {
  --yingshizhanzhang_com_primary: #e50914;
  --yingshizhanzhang_com_primary2: #ff711f;
  --yingshizhanzhang_com_soft: #fff0ec;
}

/* 覆盖 bootstrap danger 体系，去掉 #dc3545 观感 */
.btn-danger {
  background: linear-gradient(90deg, var(--yingshizhanzhang_com_primary2) 0%, var(--yingshizhanzhang_com_primary) 100%);
  border-color: transparent;
  box-shadow: 0 10px 14px -8px rgba(229, 9, 20, .55);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: linear-gradient(90deg, #ff7f34 0%, #f01520 100%);
  border-color: transparent;
}
.btn-outline-danger {
  color: var(--yingshizhanzhang_com_primary);
  border-color: #ffb6ad;
  background: #fff;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, var(--yingshizhanzhang_com_primary2) 0%, var(--yingshizhanzhang_com_primary) 100%);
}
.text-danger { color: var(--yingshizhanzhang_com_primary) !important; }
.border-danger { border-color: #ffb6ad !important; }

/* 搜索按钮与图标主题化 */
.yingshizhanzhang_com_icon_btn {
  color: #fff;
  background: linear-gradient(90deg, var(--yingshizhanzhang_com_primary2) 0%, var(--yingshizhanzhang_com_primary) 100%);
  border: 0;
}
.yingshizhanzhang_com_icon_btn i { color: #fff; }

/* 输入框与搜索区更像成品站 */
.form-control {
  border-color: #e5e7eb;
  border-radius: 10px;
  min-height: 40px;
}
.form-control:focus {
  border-color: #ff9c8f;
  box-shadow: 0 0 0 .2rem rgba(229, 9, 20, .12);
}
.yingshizhanzhang_com_header {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

/* 模块感增强 */
.yingshizhanzhang_com_main > section,
.yingshizhanzhang_com_main > article,
.yingshizhanzhang_com_main .card {
  border-radius: 14px;
}
.yingshizhanzhang_com_main h1,
.yingshizhanzhang_com_main h2,
.yingshizhanzhang_com_main h3 {
  letter-spacing: .2px;
}
.yingshizhanzhang_com_main .h4,
.yingshizhanzhang_com_main .h5 {
  font-weight: 700;
}

/* 卡片内容排版更规整 */
.card-body {
  padding: .85rem .9rem;
}
.card-body .h6,
.card-body h2,
.card-body h3 {
  margin-bottom: .2rem;
  line-height: 1.35;
}

/* 搜索结果卡片增强 */
.yingshizhanzhang_com_search_results_v2 .card {
  overflow: hidden;
}
.yingshizhanzhang_com_search_results_v2 .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--yingshizhanzhang_com_primary2), var(--yingshizhanzhang_com_primary));
  opacity: 0;
  transition: opacity .2s ease;
}
.yingshizhanzhang_com_search_results_v2 .card:hover::after {
  opacity: 1;
}

/* 分页进一步统一主题 */
.pagination .page-link {
  border-radius: 10px !important;
  margin: 0 3px;
}

/* 页脚更像正式站点 */
.yingshizhanzhang_com_footer {
  color: #6b7280;
  background: linear-gradient(180deg, #fff, #fafafa);
}

/* 首页新增模块样式 */
.yingshizhanzhang_com_latest_wrap {
  border: 1px solid #eceff3;
  background: #fff;
}
.yingshizhanzhang_com_latest_item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 6px;
  border-bottom: 1px dashed #eceff3;
}
.yingshizhanzhang_com_latest_item:last-child { border-bottom: 0; }
.yingshizhanzhang_com_latest_time {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  background: #f4f6f8;
  border-radius: 20px;
  padding: 3px 8px;
}
.yingshizhanzhang_com_latest_name {
  font-weight: 600;
  color: #222;
}
.yingshizhanzhang_com_latest_name:hover { color: #e50914; }
.yingshizhanzhang_com_latest_meta {
  font-size: 12px;
  color: #8a8f99;
  white-space: nowrap;
}

.yingshizhanzhang_com_rank_card {
  border: 1px solid #eceff3;
  min-height: 100%;
}
.yingshizhanzhang_com_rank_list {
  margin: 0;
  padding-left: 18px;
}
.yingshizhanzhang_com_rank_list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.8;
  margin-bottom: 2px;
}
.yingshizhanzhang_com_rank_list li a {
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yingshizhanzhang_com_rank_list li a:hover { color: #e50914; }
.yingshizhanzhang_com_rank_list li span {
  color: #e50914;
  font-weight: 600;
  font-size: 12px;
}

/* 分类筛选体验增强 */
.yingshizhanzhang_com_filter_panel {
  border: 1px solid #eceff3;
}
.yingshizhanzhang_com_filter_row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px dashed #edf0f3;
}
.yingshizhanzhang_com_filter_row:first-of-type { border-top: 0; }
.yingshizhanzhang_com_filter_row > strong {
  min-width: 48px;
  font-size: 13px;
  color: #525866;
  line-height: 31px;
}
.yingshizhanzhang_com_filter_row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* 可用性增强 */
:focus-visible {
  outline: 2px solid rgba(229, 9, 20, .32);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .yingshizhanzhang_com_latest_item {
    grid-template-columns: 56px 1fr;
  }
  .yingshizhanzhang_com_latest_meta {
    grid-column: 2;
    white-space: normal;
  }
  .yingshizhanzhang_com_filter_row {
    flex-direction: column;
    gap: 6px;
  }
  .yingshizhanzhang_com_filter_row > strong {
    min-width: 0;
    line-height: 1.4;
  }
}

/* 详情页与播放页成品化增强 */
.yingshizhanzhang_com_actor_card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.yingshizhanzhang_com_player_toolbar {
  background: #fafbfc;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 10px;
}

.form-check-input:checked {
  background-color: #e50914;
  border-color: #e50914;
}

/* 细节可读性 */
.yingshizhanzhang_com_page_detail .card p,
.yingshizhanzhang_com_page_play .card p {
  margin-bottom: .35rem;
}

/* 降低按钮拥挤感 */
.yingshizhanzhang_com_page_play .btn-group .btn {
  min-width: 72px;
}

/* 本地交互增强样式 */
.yingshizhanzhang_com_fav_active {
  border-color: #ffb6ad !important;
  color: #e50914 !important;
  background: #fff0ec !important;
}

.yingshizhanzhang_com_backtop {
  position: fixed;
  right: 18px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #ff711f 0%, #e50914 100%);
  box-shadow: 0 10px 20px rgba(229, 9, 20, .35);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  z-index: 80;
  transition: all .2s ease;
}
.yingshizhanzhang_com_backtop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#yingshizhanzhang_com_recent_section[hidden] { display: none !important; }

/* 侧边快捷入口 */
.yingshizhanzhang_com_nav_quick_btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: #f7f8f9;
}
.yingshizhanzhang_com_nav_quick_btn:hover {
  background: #fff0ec;
}

/* 快速查看弹层 */
.yingshizhanzhang_com_quick_panel {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 120;
}
.yingshizhanzhang_com_quick_panel.show { display: flex; }
.yingshizhanzhang_com_quick_panel_box {
  width: min(92vw, 420px);
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.22);
}

/* 搜索词标签视觉 */
#yingshizhanzhang_com_recent_keywords .btn,
.yingshizhanzhang_com_page_search .btn-outline-secondary.btn-sm {
  border-radius: 999px;
}

/* 快速面板卡片版 */
.yingshizhanzhang_com_quick_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.yingshizhanzhang_com_quick_card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid #eceff3;
  border-radius: 10px;
  background: #fff;
}
.yingshizhanzhang_com_quick_card:hover {
  border-color: #ffb6ad;
  background: #fffdfd;
}
.yingshizhanzhang_com_quick_card img {
  width: 58px;
  height: 76px;
  object-fit: cover;
  border-radius: 7px;
}
.yingshizhanzhang_com_quick_card h4 {
  margin: 0;
  font-size: 13px;
  color: #222;
  line-height: 1.35;
}
.yingshizhanzhang_com_quick_card p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #8a8f99;
}
.yingshizhanzhang_com_quick_empty {
  font-size: 13px;
  color: #8a8f99;
  padding: 18px 8px;
  text-align: center;
}

/* ===== 你本轮指定的重点优化 ===== */
.yingshizhanzhang_com_actor_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #d8dce2 transparent;
  padding-bottom: 6px;
  margin-bottom: -2px;
  outline: none;
}
.yingshizhanzhang_com_actor_scroll:focus-visible {
  box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.35);
  border-radius: 8px;
}
.yingshizhanzhang_com_actor_scroll::-webkit-scrollbar {
  height: 6px;
}
.yingshizhanzhang_com_actor_scroll::-webkit-scrollbar-thumb {
  background: #d0d4da;
  border-radius: 999px;
}
.yingshizhanzhang_com_actor_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.yingshizhanzhang_com_actor_scroll_track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  width: max-content;
  min-width: 100%;
  padding: 2px 2px 4px;
}
.yingshizhanzhang_com_actor_scroll_item {
  flex: 0 0 auto;
}
.yingshizhanzhang_com_actor_card_v2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eceff3;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.yingshizhanzhang_com_actor_card_v2 img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border: 2px solid #f1f3f5;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.yingshizhanzhang_com_actor_info {
  padding: 0;
  border-top: none;
  flex: 0 1 auto;
  min-width: 0;
}
.yingshizhanzhang_com_actor_info h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.yingshizhanzhang_com_actor_info p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #8a8f99;
}

.yingshizhanzhang_com_play_reco_card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eceff3;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.yingshizhanzhang_com_play_reco_card:hover {
  transform: translateY(-3px);
  border-color: #ffb6ad;
  box-shadow: 0 12px 24px rgba(0,0,0,.1);
}
.yingshizhanzhang_com_play_reco_card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.yingshizhanzhang_com_play_reco_card > div {
  padding: 10px;
}
.yingshizhanzhang_com_play_reco_card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.yingshizhanzhang_com_play_reco_card p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8a8f99;
}

.yingshizhanzhang_com_latest_card {
  border: 1px solid #eceff3;
  border-radius: 14px;
  transition: all .2s ease;
}
.yingshizhanzhang_com_latest_card:hover {
  border-color: #ffb6ad;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.yingshizhanzhang_com_latest_card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.yingshizhanzhang_com_rank_card {
  position: relative;
  overflow: hidden;
}
.yingshizhanzhang_com_rank_card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #ff711f, #e50914);
}
.yingshizhanzhang_com_rank_list li {
  padding: 3px 0;
}
.yingshizhanzhang_com_rank_list li:nth-child(1) a { font-weight: 700; }
.yingshizhanzhang_com_rank_list li:nth-child(1) span,
.yingshizhanzhang_com_rank_list li:nth-child(2) span,
.yingshizhanzhang_com_rank_list li:nth-child(3) span { color: #ff6a18; }

@media (max-width: 767px) {
  .yingshizhanzhang_com_actor_card_v2 img {
    width: 48px;
    height: 48px;
  }
  .yingshizhanzhang_com_play_reco_card img { height: 170px; }
  .yingshizhanzhang_com_latest_card img { height: 100px; }
}

/* logo 与菜单保持间距 */
.yingshizhanzhang_com_logo {
  display: inline-block;
  margin-bottom: 22px;
}
.yingshizhanzhang_com_nav_list {
  margin-top: 6px;
}

/* 热播榜序号样式强化 */
.yingshizhanzhang_com_rank_list {
  list-style: none;
  padding-left: 0;
  counter-reset: yingshizhanzhang_com_rank;
}
.yingshizhanzhang_com_rank_list li {
  counter-increment: yingshizhanzhang_com_rank;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 8px;
}
.yingshizhanzhang_com_rank_list li::before {
  content: counter(yingshizhanzhang_com_rank);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  background: #f1f3f5;
}
.yingshizhanzhang_com_rank_list li:nth-child(1)::before,
.yingshizhanzhang_com_rank_list li:nth-child(2)::before,
.yingshizhanzhang_com_rank_list li:nth-child(3)::before {
  color: #fff;
  background: linear-gradient(90deg,#ff711f,#e50914);
}

/* 最新发布卡片再提质 */
.yingshizhanzhang_com_latest_card {
  overflow: hidden;
  position: relative;
}
.yingshizhanzhang_com_latest_card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,113,31,.18), rgba(229,9,20,0));
}
.yingshizhanzhang_com_latest_card .badge {
  border: 1px solid #ffe1dc;
  color: #e50914;
  background: #fff7f5 !important;
}

/* 最新发布（6卡）样式 */
.yingshizhanzhang_com_latest_card {
  position: relative;
  overflow: hidden;
}
.yingshizhanzhang_com_latest_card .card-img-top {
  height: 220px;
  object-fit: cover;
}
.yingshizhanzhang_com_latest_badge {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 6;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff711f, #e50914);
  box-shadow: 0 6px 12px rgba(229, 9, 20, .35);
}

@media (max-width: 767px) {
  .yingshizhanzhang_com_latest_card .card-img-top {
    height: 170px;
  }
}

/* 最新发布与通用影片卡统一海报比例高度 */
.yingshizhanzhang_com_latest_card .card-img-top {
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
}

/* 搜索结果一行一条并填满内容宽度 */
.yingshizhanzhang_com_search_row {
  border: 1px solid #eceff3;
}
.yingshizhanzhang_com_search_row:hover {
  border-color: #ffb6ad;
}

/* 搜索结果页再优化：右侧评分信息卡 */
.yingshizhanzhang_com_search_side {
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  text-align: center;
}
.yingshizhanzhang_com_search_score {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, #ff711f, #e50914);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.yingshizhanzhang_com_search_row .badge {
  border: 1px solid #ffe1dc;
  color: #e50914;
  background: #fff7f5 !important;
}
.yingshizhanzhang_com_search_row .btn {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .yingshizhanzhang_com_search_side {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .yingshizhanzhang_com_search_score {
    font-size: 24px;
    margin-bottom: 0;
  }
}

/* 搜索结果 v3：更自然的信息流 */
.yingshizhanzhang_com_search_results_v3 .yingshizhanzhang_com_search_item {
  border: 1px solid #eceff3;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.yingshizhanzhang_com_search_results_v3 .yingshizhanzhang_com_search_item:hover {
  border-color: #ffb6ad;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
  transform: translateY(-1px);
}
.yingshizhanzhang_com_search_results_v3 img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.yingshizhanzhang_com_search_score_small {
  min-width: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #e50914;
  background: #fff0ec;
  border: 1px solid #ffd8d1;
  border-radius: 999px;
  padding: 2px 8px;
}

.yingshizhanzhang_com_search_pc_side {
  border-left: 1px dashed #eceff3;
  padding-left: 14px;
  background: linear-gradient(180deg, #fff, #fcfcfc);
  border-radius: 10px;
}
.yingshizhanzhang_com_search_pc_side p {
  font-size: 12px;
  color: #6b7280;
}
.yingshizhanzhang_com_search_pc_side strong {
  color: #374151;
}
.yingshizhanzhang_com_search_pc_side .badge {
  border: 1px solid #ffe1dc;
  color: #e50914;
  background: #fff7f5 !important;
}

/* 首页友情链接 */
.yingshizhanzhang_com_friend_links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, max-content));
  gap: 10px 12px;
  border: 1px solid #eceff3;
  align-items: center;
  justify-content: start;
}
.yingshizhanzhang_com_friend_links a {
  display: inline-flex !important;
  width: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f8f9fb;
  font-size: 13px;
  color: #4b5563;
  white-space: nowrap;
  line-height: 1.2;
}
.yingshizhanzhang_com_friend_links a:hover {
  color: #e50914;
  background: #fff0ec;
}

/* ===== 全站高级感统一增强 ===== */
body {
  background:
    radial-gradient(1000px 380px at 88% -15%, rgba(255, 113, 31, .10), transparent 60%),
    radial-gradient(900px 340px at -10% 18%, rgba(229, 9, 20, .08), transparent 58%),
    #f7f8f9;
}

.yingshizhanzhang_com_main > section > .d-flex > h2.h4,
.yingshizhanzhang_com_main > section > h2.h4,
.yingshizhanzhang_com_main .card h2.h5 {
  letter-spacing: .2px;
}

.yingshizhanzhang_com_main > section > .d-flex > h2.h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -2px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff711f, #e50914);
}

.card {
  border-color: #eceff3;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .04);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(16, 24, 40, .10);
}

.yingshizhanzhang_com_header {
  background: rgba(255, 255, 255, .72);
  border-bottom: 1px solid #eceff3;
  box-shadow: 0 2px 12px rgba(16, 24, 40, .05);
}

.yingshizhanzhang_com_sidebar {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.yingshizhanzhang_com_nav_link {
  transition: all .18s ease;
}

.yingshizhanzhang_com_nav_link:hover {
  transform: translateX(2px);
}

.btn {
  border-radius: 10px;
  transition: all .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.form-control {
  background: #fff;
}

.form-control::placeholder {
  color: #9aa2af;
}

.yingshizhanzhang_com_footer {
  border-top: 1px solid #eceff3;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,249,251,.96));
}

@media (max-width: 767px) {
  .yingshizhanzhang_com_main > section > .d-flex > h2.h4::before {
    height: 15px;
    margin-right: 6px;
  }
}

/* 搜索结果视图切换：紧凑模式 */
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .yingshizhanzhang_com_search_item {
  padding: 6px !important;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 10px;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .row > div:nth-child(1) {
  width: 100px;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .row > div:nth-child(2) {
  width: 100%;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .row > div:nth-child(3) {
  display: none;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .small.text-secondary {
  display: none;
}
.yingshizhanzhang_com_search_results_v3.yingshizhanzhang_com_compact .yingshizhanzhang_com_search_tag {
  font-size: 11px;
  padding: 1px 6px;
}

@media (max-width: 767px) {
  .yingshizhanzhang_com_search_pc_side {
    border-left: 0;
    border-top: 1px dashed #eceff3;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 2px;
  }
}

/* 播放器容器：与 default_pc #bofang_box 一致，供 MacPlayer / home.js 识别 */
#bofang_box {
  width: 100%;
  height: 620px;
  background: #000;
  border-radius: 12px;
  position: relative;
}
#bofang_box iframe,
#bofang_box video {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  display: block;
}
@media (max-width: 991px) {
  #bofang_box {
    height: 56vw;
    min-height: 220px;
    max-height: 480px;
  }
}

/* 选集网格（对齐 default_pc 多线路展示） */
.yingshizhanzhang_com_episode_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.yingshizhanzhang_com_episode_link {
  min-width: 3.25rem;
}

/* 搜索结果新版（横版海报 + 信息区） */
.ratio-2x3 {
  --bs-aspect-ratio: 150%;
}
.yingshizhanzhang_com_search_row_v4 {
  transition: box-shadow .2s ease, border-color .2s ease;
  border-color: #eceff3 !important;
}
.yingshizhanzhang_com_search_row_v4:hover {
  border-color: #ffb6ad !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, .08);
}
.yingshizhanzhang_com_search_poster_link img {
  object-fit: cover;
}
.yingshizhanzhang_com_search_score_badge {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 800;
  color: #e50914;
  background: #fff0ec;
  border: 1px solid #ffd8d1;
  border-radius: 999px;
  padding: 4px 12px;
  line-height: 1.2;
}
.yingshizhanzhang_com_search_meta_dl dt {
  width: 2.5rem;
  flex-shrink: 0;
}

/* 首页资讯列表 */
.yingshizhanzhang_com_home_art_item:hover {
  background: #fffdfd;
}
.yingshizhanzhang_com_home_art_list li:last-child {
  border-bottom: 0 !important;
}

/* 专题卡片 */
.yingshizhanzhang_com_topic_card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.yingshizhanzhang_com_topic_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(16, 24, 40, .12) !important;
}
.yingshizhanzhang_com_topic_card img {
  object-fit: cover;
}

/* 排行榜 Tab */
.yingshizhanzhang_com_rank_tabs .nav-link {
  border-radius: 999px;
  padding: 8px 16px;
  color: #525866;
  background: #fff;
  border: 1px solid #eceff3;
}
.yingshizhanzhang_com_rank_tabs .nav-link:hover {
  border-color: #ffb6ad;
  color: #e50914;
}
.yingshizhanzhang_com_rank_tabs .nav-link.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, #ff711f 0%, #e50914 100%);
  box-shadow: 0 8px 14px -8px rgba(229, 9, 20, .55);
}

/* 资讯列表与正文 */
.yingshizhanzhang_com_art_row {
  transition: border-color .2s ease, box-shadow .2s ease;
}
.yingshizhanzhang_com_art_row:hover {
  box-shadow: 0 12px 28px rgba(16, 24, 40, .1) !important;
}
.yingshizhanzhang_com_art_thumb {
  min-height: 140px;
}
.yingshizhanzhang_com_art_content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.yingshizhanzhang_com_art_content p {
  margin-bottom: .75rem;
}

/* 专题详情页（成品站风格） */
.yingshizhanzhang_com_topic_detail_hero {
  background: linear-gradient(135deg, #fff 0%, #fafbfc 45%, #fff5f3 100%);
  box-shadow: 0 12px 40px rgba(16, 24, 40, .06);
}
.yingshizhanzhang_com_topic_badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff711f, #e50914);
  box-shadow: 0 6px 14px rgba(229, 9, 20, .25);
}
.yingshizhanzhang_com_topic_detail_hero_pic {
  position: relative;
}
.yingshizhanzhang_com_topic_detail_hero_scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .35));
  border-radius: 0 12px 12px 0;
}
@media (max-width: 991px) {
  .yingshizhanzhang_com_topic_detail_hero_scrim {
    border-radius: 0;
  }
}
.yingshizhanzhang_com_topic_vod_card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.yingshizhanzhang_com_topic_vod_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(16, 24, 40, .12) !important;
}
.yingshizhanzhang_com_topic_vod_card .card-img-top {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.yingshizhanzhang_com_topic_art_link:hover {
  background: #fffdfd;
}
.yingshizhanzhang_com_topic_art_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  font-size: 11px;
  font-weight: 800;
  color: #e50914;
  background: #fff0ec;
  border-radius: 6px;
}
.yingshizhanzhang_com_topic_html {
  line-height: 1.75;
  font-size: 15px;
}
.yingshizhanzhang_com_topic_html img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* 资讯正文页 */
.yingshizhanzhang_com_art_article {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.yingshizhanzhang_com_art_cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #e50914;
  background: #fff0ec;
  padding: 4px 10px;
  border-radius: 999px;
}
.yingshizhanzhang_com_art_meta_bar {
  padding-top: 4px;
  border-top: 1px dashed #eceff3;
}
.yingshizhanzhang_com_art_feature_img {
  box-shadow: 0 12px 28px rgba(16, 24, 40, .08);
}
.yingshizhanzhang_com_art_prose {
  font-size: 16px;
  line-height: 1.85;
  color: #374151;
}
.yingshizhanzhang_com_art_prose p {
  margin-bottom: 1rem;
}
.yingshizhanzhang_com_art_prose h2,
.yingshizhanzhang_com_art_prose h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-weight: 700;
  color: #1f2937;
}
.yingshizhanzhang_com_art_end {
  letter-spacing: .2em;
}

/* 无障碍：隐藏装饰性轮播指示器在小屏可略缩小 */
@media (max-width: 575px) {
  .yingshizhanzhang_com_rank_tabs .nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
}

.yingshizhanzhang_com_page_play .yingshizhanzhang_com_play_reco_card .card-img-top {
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}
