@charset "UTF-8";
/**
 * PC 播放页沉浸布局（左右分栏，参考主流站样式）
 * body 需加 class：play-pc-page
 */
html {
  height: 100%;
  overflow: hidden;
}
.play-pc-page {
  margin: 0 !important;
  padding: 0 !important;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #e6e6e6;
}
.play-pc-page .play-pc-actor-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.play-pc-layout {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #000;
  box-sizing: border-box;
}
.play-pc-main {
  flex: 1 1 75%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  background: #000;
  overflow: hidden;
}
.play-pc-player-inner {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  box-sizing: border-box;
}
.play-pc-player-inner .vod-player {
  max-height: 100%;
}
.play-pc-player-inner .embed-responsive {
  background: #111;
  border-radius: 0;
  overflow: hidden;
  max-height: 100%;
}
.play-pc-sidebar {
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
  min-width: 360px;
  min-height: 0;
  height: 100%;
  background: #121212;
  border-left: 1px solid #2a2a2a;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}
.play-pc-sidebar-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 16px 4px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.play-pc-sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}
.play-pc-sidebar-scroll::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 3px;
}

.play-pc-page .mac_ulog_set.hide,
.play-pc-page .ewave-history-set.hide {
  display: none !important;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.play-pc-tabs {
  display: flex;
  gap: 20px;
  padding: 14px 0 12px;
  margin: 0 -4px 8px;
  border-bottom: 1px solid #2a2a2a;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #121212;
}
.play-pc-tabs button {
  background: none;
  border: none;
  color: #8a8a8a;
  font-size: 15px;
  padding: 4px 2px 10px;
  cursor: pointer;
  position: relative;
  font-family: inherit;
}
.play-pc-tabs button:hover {
  color: #ccc;
}
.play-pc-tabs button.active {
  color: #fff;
  font-weight: 600;
}
.play-pc-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0c92f4, #2aa8ff);
}

.play-pc-tab-panel.hide {
  display: none !important;
}

/* 标题与元信息 */
.play-pc-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
  margin: 4px 0 8px;
}
.play-pc-title-row .play-pc-title {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
}
.play-pc-detail-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 9px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.15s;
}
.play-pc-detail-pill .fa {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
  margin-left: 1px;
}
.play-pc-detail-pill:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.play-pc-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  color: #0c92f4;
}
.play-pc-meta-primary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #8a8a8a;
  margin-bottom: 10px;
}
.play-pc-meta-primary .play-pc-meta-heat,
.play-pc-meta-primary .play-pc-meta-score {
  color: #ff9a26;
  font-weight: 500;
}
.play-pc-meta-primary .play-pc-meta-heat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.play-pc-meta-primary .play-pc-meta-heat .fa-fire {
  color: #ff9218;
  font-size: 14px;
}
.play-pc-meta-primary .play-pc-meta-type {
  color: #f0f0f0;
  font-weight: 400;
}
.play-pc-meta-primary .play-pc-meta-sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
.play-pc-meta-sub {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 1.6;
  margin-bottom: 12px;
}
.play-pc-meta-sub .play-pc-meta-tags {
  margin-top: 8px;
}
.play-pc-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.play-pc-meta-tags a {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: #2a2a2a;
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
}
.play-pc-meta-tags a:hover {
  background: #333;
  color: #0c92f4;
}

/* 操作条（分段圆角条，参考客户端样式） */
.play-pc-actions-bar {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0 0 14px;
  background: rgba(44, 44, 44, 0.95);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.play-pc-action-cell {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 10px;
  margin: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.play-pc-action-cell:last-child {
  border-right: none;
}
.play-pc-action-cell:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.play-pc-action-cell:active {
  background: rgba(255, 255, 255, 0.1);
}
.play-pc-action-cell i {
  font-size: 15px;
  font-weight: normal;
  opacity: 0.92;
  flex-shrink: 0;
}
.play-pc-action-cell span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.play-pc-action-cell.play-pc-action-inert {
  cursor: default;
  pointer-events: none;
}

/* 会员推广条（横铺铜金底 + 斜向几何细纹 + 亮金胶囊按钮，对齐视觉稿） */
.play-pc-vip {
  position: relative;
  margin-bottom: 18px;
  padding: 16px 20px;
  border-radius: 14px;
  overflow: hidden;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(90deg, #2a1b12 0%, #342216 32%, #3d2a1a 58%, #4a3322 100%);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
}
/* 交错斜线形成弱 V / X 几何纹理 */
.play-pc-vip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      124deg,
      transparent,
      transparent 34px,
      rgba(230, 200, 160, 0.055) 34px,
      rgba(230, 200, 160, 0.055) 35px
    ),
    repeating-linear-gradient(
      -124deg,
      transparent,
      transparent 40px,
      rgba(220, 188, 145, 0.045) 40px,
      rgba(220, 188, 145, 0.045) 41px
    );
}
/* 右侧略暖、左侧略压暗，增强横向层次 */
.play-pc-vip::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    transparent 42%,
    rgba(255, 210, 150, 0.07) 100%
  );
}
.play-pc-vip-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.play-pc-vip-title {
  font-size: 15px;
  font-weight: 700;
  color: #ebe0d0;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.play-pc-vip-sub {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(235, 224, 208, 0.76);
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.play-pc-vip-btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: 9px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #fff3e0 0%, #f3cf88 42%, #e8a03a 88%, #d88820 100%);
  color: #2e2016;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.play-pc-vip-btn:hover {
  filter: brightness(1.06);
}
.play-pc-vip-btn:active {
  filter: brightness(0.97);
}

/* 选集 */
.play-pc-section {
  margin-bottom: 16px;
}
.play-pc-sidebar-scroll .play-pc-hot-section {
  margin-bottom: 0;
}
.play-pc-section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.play-pc-section-hd span.sub {
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
}

/* 选集（截图：顶栏 + 斜切线路 + 5 列宫格 + tooltip + 查看全部） */
.play-pc-episode-block {
  container-type: inline-size;
  container-name: play-pc-episode;
  overflow: visible;
}
.play-pc-episode-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.play-pc-episode-top-left {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-width: 0;
}
.play-pc-episode-ttl {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.play-pc-episode-sub {
  font-size: 13px;
  font-weight: 400;
  color: #8a8a8a;
}
.play-pc-episode-free {
  flex-shrink: 0;
  font-size: 12px;
  color: #8a8a8a;
  white-space: nowrap;
}
.play-pc-episode-source-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  margin-bottom: 12px;
}
.play-pc-episode-source-tab {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  text-decoration: none;
  transform: skewX(-10deg);
}
.play-pc-episode-source-tab-in {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  background: #2f2f2f;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 500;
  transform: skewX(10deg);
  transition: background 0.15s, color 0.15s;
}
.play-pc-episode-source-tab:hover .play-pc-episode-source-tab-in {
  background: #3a3a3a;
  color: #ccc;
}
.play-pc-episode-source-tab.is-active .play-pc-episode-source-tab-in {
  background: #103d5c;
  color: #8ccfff;
  font-weight: 600;
}
.play-pc-ep-grid-screen {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  row-gap: 10px;
  column-gap: 8px;
  margin-bottom: 12px;
}
.play-pc-ep-grid-screen.play-pc-ep-collapsed {
  overflow: hidden;
  max-height: 140px;
  max-height: calc((100cqw - 32px) / 5 * 2 + 10px);
}
.play-pc-ep-cell {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 1;
  min-height: 44px;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #2a2a2a;
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.play-pc-ep-num {
  color: inherit;
  line-height: 1;
  transition: color 0.15s;
}
.play-pc-ep-cell:hover,
.play-pc-ep-cell:focus-visible {
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}
.play-pc-ep-cell:hover {
  background: #323232;
}
.play-pc-ep-cell:hover .play-pc-ep-num,
.play-pc-ep-cell:focus-visible .play-pc-ep-num {
  color: #0c92f4;
}
.play-pc-ep-cell.is-active {
  background: #2a2a2a;
  border-color: transparent;
  font-weight: 600;
}
.play-pc-ep-cell.is-active .play-pc-ep-num {
  color: #0c92f4;
}

/* 综艺：两列等分（各 50%），每项横向铺满所在列 100% */
.play-pc-episode-zongyi .play-pc-ep-grid-screen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  justify-items: stretch;
}
.play-pc-episode-zongyi .play-pc-ep-grid-screen.play-pc-ep-collapsed {
  overflow: hidden;
  /* 3 行 × (min-height 40 + 上下 padding 20) + 2 × 行间距 14 */
  max-height: calc(3 * (40px + 10px + 10px) + 2 * 14px);
}
.play-pc-episode-zongyi .play-pc-ep-cell {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  aspect-ratio: unset;
  min-height: 40px;
  height: auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.play-pc-episode-zongyi .play-pc-ep-num {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
.play-pc-episode-zongyi .play-pc-ep-cell:hover,
.play-pc-episode-zongyi .play-pc-ep-cell:focus-visible {
  border-color: transparent;
  background: #3d3d3d;
}
.play-pc-episode-zongyi .play-pc-ep-cell:hover .play-pc-ep-num,
.play-pc-episode-zongyi .play-pc-ep-cell:focus-visible .play-pc-ep-num {
  color: #fff;
}
.play-pc-episode-zongyi .play-pc-ep-cell.is-active {
  background: #0c92f4;
  border-color: transparent;
}
.play-pc-episode-zongyi .play-pc-ep-cell.is-active .play-pc-ep-num {
  color: #fff;
  font-weight: 600;
}

@keyframes play-pc-ep-wave {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.play-pc-ep-waves {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 11px;
  pointer-events: none;
}
.play-pc-ep-waves i {
  display: block;
  width: 3px;
  border-radius: 1px;
  background: #0c92f4;
  transform-origin: bottom center;
  animation: play-pc-ep-wave 0.75s ease-in-out infinite;
  will-change: transform;
}
.play-pc-ep-waves i:nth-child(1) {
  height: 10px;
  animation-delay: 0s;
}
.play-pc-ep-waves i:nth-child(2) {
  height: 10px;
  animation-delay: 0.15s;
}
.play-pc-ep-waves i:nth-child(3) {
  height: 10px;
  animation-delay: 0.3s;
}
.play-pc-ep-expand {
  margin-top: 2px;
}
.play-pc-ep-expand-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 16px;
  border: none;
  border-radius: 999px;
  background: #3a3a3a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.play-pc-ep-expand-btn:hover {
  background: #454545;
}
.play-pc-ep-expand-btn:active {
  background: #333;
}

.play-pc-ep-more {
  margin-top: 10px;
}
.play-pc-ep-more a {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  background: #2a2a2a;
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
}
.play-pc-ep-more a:hover {
  background: #333;
  color: #fff;
}

/* 精彩短视频（两列） */
.play-pc-short-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 8px;
  margin-bottom: 4px;
}
.play-pc-short-list .play-pc-short-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.play-pc-short-item:hover .play-pc-short-title {
  color: #0c92f4;
}
.play-pc-short-pic {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #222 center/cover no-repeat;
  position: relative;
}
.play-pc-short-pic .dur {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  color: #fff;
}
.play-pc-short-body {
  flex: 1;
  min-width: 0;
}
.play-pc-short-title {
  font-size: 12px;
  line-height: 1.35;
  color: #e6e6e6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.play-pc-short-meta {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

/* 猜你喜欢 */
.play-pc-guess-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 10px;
}
.play-pc-guess-cover-wrap {
  position: relative;
  margin-bottom: 6px;
}
.play-pc-guess-cover-wrap .cover {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  background: #222 center/cover no-repeat;
}
.play-pc-guess-item .badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 10px;
  background: #0c92f4;
  color: #fff;
}
.play-pc-guess-item .badge.hot {
  background: #ff6b35;
  color: #fff;
}
.play-pc-guess-item .t {
  font-size: 13px;
  line-height: 1.35;
  color: #e0e0e0;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.play-pc-guess-item .t:hover {
  color: #0c92f4;
}

/* 侧栏：为您推荐 / 热门（对齐移动端逻辑） */
.play-pc-rec-section .play-pc-section-hd,
.play-pc-hot-section .play-pc-section-hd {
  display: flex;
  align-items: center;
  gap: 8px;
}
.play-pc-rec-section .play-pc-section-hd i,
.play-pc-hot-section .play-pc-section-hd i {
  color: #0c92f4;
  font-size: 15px;
  font-weight: normal;
}
.play-pc-rec-section .play-pc-section-hd span,
.play-pc-hot-section .play-pc-section-hd span {
  color: #fff;
}
.play-pc-hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.play-pc-hot-item--pic {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.play-pc-hot-cover {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  text-decoration: none;
}
.play-pc-hot-thumb {
  display: block;
  width: 72px;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  background: #222 center/cover no-repeat;
}
.play-pc-hot-cover .play-pc-hot-num {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  background: #0c92f4;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}
.play-pc-hot-info {
  flex: 1;
  min-width: 0;
}
.play-pc-hot-info .play-pc-hot-title {
  font-size: 13px;
  font-weight: 600;
  color: #e8e8e8;
  text-decoration: none;
  line-height: 1.35;
}
.play-pc-hot-info .play-pc-hot-title:hover {
  color: #0c92f4;
}
.play-pc-hot-meta {
  margin: 4px 0 0;
  font-size: 11px;
  color: #888;
  line-height: 1.4;
}
.play-pc-hot-item--line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  min-height: 22px;
}
.play-pc-hot-item--line .play-pc-hot-num {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #333;
  color: #ccc;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  text-align: center;
}
.play-pc-hot-item--line .play-pc-hot-title {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  color: #ddd;
  text-decoration: none;
}
.play-pc-hot-item--line .play-pc-hot-title:hover {
  color: #0c92f4;
}
.play-pc-hot-hits {
  flex-shrink: 0;
  font-size: 11px;
  color: #888;
  white-space: nowrap;
}
.play-pc-hot-hits .fa {
  margin-right: 3px;
  color: #ff9218;
  font-size: 11px;
}

/* 讨论区：与「视频」标签侧栏风格统一（深色底、圆角卡片、主题蓝） */
.play-pc-tab-panel[data-play-panel="intro"] .play-pc-intro-wrap,
.play-pc-tab-panel[data-play-panel="intro"] .detail-desc-content {
  color: #ccc;
}
.play-pc-comment-wrap {
  margin-top: 0;
}
.play-pc-comment-wrap #comments.box.layout-box {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.play-pc-comment-wrap .box-head {
  margin: 0 0 12px;
  padding: 0;
  border: none;
}
.play-pc-comment-wrap .box-head-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  border: none;
}
.play-pc-comment-wrap .box-head-title i {
  margin-right: 6px;
  color: #0c92f4;
  font-weight: normal;
}
.play-pc-comment-wrap .box-head-title span {
  color: inherit;
}
.play-pc-comment-wrap .ewave-comment-form {
  margin: 0 0 16px;
  padding: 12px;
  background: rgba(44, 44, 44, 0.95);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.play-pc-comment-wrap .ewave-comment-form > .form-group {
  margin-bottom: 10px;
}
.play-pc-comment-wrap .ewave-comment-form > .form-group:last-of-type {
  margin-bottom: 0;
}
.play-pc-comment-wrap .ewave-comment-text,
.play-pc-comment-wrap .ewave-empty,
.play-pc-comment-wrap .ewave-page,
.play-pc-comment-wrap .ewave-page a {
  color: #ccc;
}
.play-pc-comment-wrap .ewave-comment-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.play-pc-comment-wrap .ewave-comment-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  float: none !important;
  clear: both;
  padding: 14px 0;
  margin: 0;
  border-top: 1px solid #2a2a2a;
}
.play-pc-comment-wrap .ewave-comment-item-list > .ewave-comment-item:first-child {
  border-top: none;
  padding-top: 0;
}
.play-pc-comment-wrap .ewave-comment-avatar {
  float: none !important;
  width: 40px;
  flex-shrink: 0;
}
.play-pc-comment-wrap .ewave-comment-avatar img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #3a3a3a;
}
.play-pc-comment-wrap .ewave-comment-body {
  float: none !important;
  width: auto !important;
  flex: 1;
  min-width: 0;
}
.play-pc-comment-wrap .ewave-comment-head {
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: visible;
}
.play-pc-comment-wrap .ewave-comment-head h3 {
  float: none !important;
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: auto;
  line-height: 1.4;
  margin: 0 8px 0 0;
}
.play-pc-comment-wrap .ewave-comment-head span {
  float: none !important;
  display: inline;
  font-size: 12px;
  color: #888;
  height: auto;
  line-height: 1.4;
}
.play-pc-comment-wrap .ewave-comment-text {
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #cfcfcf;
  word-break: break-word;
}
.play-pc-comment-wrap .ewave-comment-foot {
  padding: 0;
  text-align: left;
}
.play-pc-comment-wrap .ewave-comment-btn {
  margin-right: 14px;
  font-size: 12px;
  color: #9a9a9a;
  text-decoration: none;
}
.play-pc-comment-wrap .ewave-comment-btn:hover {
  color: #0c92f4;
}
.play-pc-comment-wrap .ewave-comment-bar,
.play-pc-comment-wrap .ewave-comment-gap {
  display: none !important;
}
.play-pc-comment-wrap .ewave-comment-reply-box {
  margin: 12px 0 0;
  margin-left: 0 !important;
  padding: 10px 10px 10px 12px;
  border-radius: 10px;
  background: rgba(30, 30, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid #0c92f4;
}
.play-pc-comment-wrap .ewave-comment-reply-box .ewave-comment-item-list {
  margin-top: 4px;
}
.play-pc-comment-wrap .ewave-comment-reply-box .ewave-comment-item {
  padding: 12px 0;
}
.play-pc-comment-wrap .ewave-comment-reply-box .ewave-comment-item + .ewave-comment-item {
  border-top: 1px solid #2a2a2a;
}
.play-pc-comment-wrap .ewave-comment-reply-form {
  margin-top: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.play-pc-comment-wrap .ewave-comment-reply-box > .ewave-comment-reply-form:first-child {
  border-top: none;
  padding-top: 0;
}
.play-pc-comment-wrap .ewave-comment-reply-form.ewave-comment-form {
  background: transparent;
  border: none;
  padding: 10px 0 0;
  margin-bottom: 0;
}
.play-pc-comment-wrap .ewave-comment-form textarea.ewave-comment-content,
.play-pc-comment-wrap .ewave-comment-reply-form textarea.ewave-comment-content {
  color: #e8e8e8 !important;
  background: #242424 !important;
  border: 1px solid #3a3a3a !important;
  border-radius: 8px;
  resize: vertical;
}
.play-pc-comment-wrap .ewave-comment-form .row,
.play-pc-comment-wrap .ewave-comment-reply-form .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.play-pc-comment-wrap .ewave-comment-form .row::before,
.play-pc-comment-wrap .ewave-comment-form .row::after,
.play-pc-comment-wrap .ewave-comment-reply-form .row::before,
.play-pc-comment-wrap .ewave-comment-reply-form .row::after {
  display: none !important;
  content: none !important;
}
.play-pc-comment-wrap .ewave-comment-form .row > [class*="col-"],
.play-pc-comment-wrap .ewave-comment-reply-form .row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.play-pc-comment-wrap .ewave-verify-img {
  display: block !important;
  width: 96px !important;
  height: 38px !important;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #3a3a3a !important;
  padding: 0 !important;
  background: #1a1a1a;
  box-sizing: border-box;
  cursor: pointer;
}
.play-pc-comment-wrap input.form-control[name="verify"] {
  width: 100px !important;
  min-width: 84px;
  height: 38px;
  line-height: 1.2;
  padding: 6px 10px !important;
  color: #eee !important;
  background: #242424 !important;
  border: 1px solid #3a3a3a !important;
  border-radius: 6px;
  -webkit-text-fill-color: #eee;
}
.play-pc-comment-wrap .ewave-comment-submit {
  width: auto !important;
  min-width: 88px;
  height: 38px !important;
  line-height: 36px !important;
  padding: 0 18px !important;
  border-radius: 8px;
  border: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: linear-gradient(90deg, #0c92f4, #2aa8ff) !important;
  font-weight: 600;
  cursor: pointer;
}
.play-pc-comment-wrap .ewave-comment-submit:hover {
  filter: brightness(1.08);
}
.play-pc-comment-wrap .ewave-empty {
  margin: 20px 0;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: #888;
  background: rgba(44, 44, 44, 0.5);
  border-radius: 10px;
  border: 1px dashed #3a3a3a;
}
.play-pc-comment-wrap .ewave-empty .fa {
  margin-right: 6px;
  color: #666;
}
.play-pc-comment-wrap .ewave-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 8px;
  margin: 8px 0 0;
  list-style: none;
  border-top: 1px solid #2a2a2a;
}
.play-pc-comment-wrap .ewave-page li {
  margin: 0;
  list-style: none;
}
.play-pc-comment-wrap .ewave-page li a,
.play-pc-comment-wrap .ewave-page li.active .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #ccc !important;
  text-decoration: none;
  font-size: 13px;
  -webkit-text-fill-color: #ccc;
}
.play-pc-comment-wrap .ewave-page li a:hover,
.play-pc-comment-wrap .ewave-page li.active a,
.play-pc-comment-wrap .ewave-page li.active .num {
  color: #fff !important;
  background: rgba(12, 146, 244, 0.2);
  border-color: #0c92f4;
  -webkit-text-fill-color: #fff;
}
.play-pc-comment-wrap .ewave-page li.disabled a {
  opacity: 0.4;
  cursor: not-allowed;
}
.play-pc-intro-wrap .box.layout-box {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
}
.play-pc-intro-wrap .box-head-title {
  color: #fff;
}
.play-pc-empty-intro {
  padding: 24px 8px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .play-pc-ep-waves i {
    animation: none;
    transform: none;
    will-change: auto;
  }
  .play-pc-ep-waves i:nth-child(1) {
    height: 4px;
  }
  .play-pc-ep-waves i:nth-child(2) {
    height: 10px;
  }
  .play-pc-ep-waves i:nth-child(3) {
    height: 7px;
  }
}

@media (max-width: 1199.98px) {
  .play-pc-layout {
    flex-direction: column;
  }
  .play-pc-main {
    flex: 1 1 48%;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0 0 8px 0;
  }
  .play-pc-sidebar {
    flex: 1 1 52%;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    height: auto;
    border-left: none;
    border-top: 1px solid #2a2a2a;
    overflow: hidden;
  }
  .play-pc-sidebar-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }
}
