/* ✅ 详情页PC专属样式（原内联viewthread.htm L15-23 + L33-201抽离）
   原跨所有详情页内联 0.562KB(7rules) + 2.339KB(25rules) ≈ 2.9KB/页
   → 外链跨页缓存复用，CDN版本号更新
*/

/* -------- auto_css_zone (原L15-23, 7条rules, 约0.56KB) -------- */
.auto_cls_viewthread_01{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.auto_cls_viewthread_02{flex-shrink:0;display:inline-flex;align-items:center;gap:8px}
.auto_cls_viewthread_03{display:inline-block;background:#f90;color:#fff;padding:6px 18px;border-radius:4px;text-decoration:none;font-size:14px}
.auto_cls_viewthread_04{padding:5px 16px;border-radius:4px;border:1px solid #ddd;text-decoration:none}
.auto_cls_viewthread_05{display:none}
.auto_cls_viewthread_06{white-space:nowrap}
.auto_cls_viewthread_07{overflow:hidden;padding-bottom:20px}

/* -------- 详情页布局/预览/按钮 (原L33-201, 25条rules, 约2.34KB) -------- */
.wp {
  width: 100% !important;
  max-width: 100% !important;
}
#ft {
  margin: 0 auto;
  max-width: 1300px !important;
}
.modact {
  padding: 0;
  margin-bottom: 20px;
}
.modmenu_container {
  margin: 0 auto;
  max-width: 1300px;
}
.movie-shows {
  display: flex;
}
.movie-shows_l {
  flex: 1;
}
.movie-shows_r {
  width: 600px;
  height: 350px;
  flex-shrink: 0;
  position: relative;
}
.movie-shows_r:hover .del_prevw,
.movie-shows_r:hover .set_prevw {
  opacity: 0.9;
}
.del_prevw {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: rgba(255, 107, 107, 1);
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  opacity: 0.5;
}
.del_prevw:hover {
  background: rgba(255, 107, 107, 0.9);
}
.vpreview {
  position: relative;
  height: 350px;
  z-index: 1;
}
.vpreview img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.set_prevw {
  opacity: 0.5;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 107, 107, 1);
  color: #fff;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
}
.set_prevw:hover {
  background: rgba(255, 107, 107, 0.9);
}
.upload-status {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.upload-status.show {
  opacity: 1;
}
.upload-status.success {
  color: #7aec7e;
}
.upload-status.error {
  color: #f44336;
}
.vpreview_ts {
  pointer-events: none;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px 18px 0 0;
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
  cursor: pointer;
  z-index: 100;
}
.movie-btn.y ul li span a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.movie-btn.y ul li span a i {
  margin-right: 4px;
}
.movie-btn.y ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: row-reverse;
}
.movie-btn.y ul li {
  padding: 0;
}
.movie-btn.y ul li:first-child {
  margin-left: 20px;
}
.movie-btn.y ul li:last-child {
  margin-right: 20px;
}
/* -------- a.faved 收藏按钮状态（原viewthread.htm L182-190，约0.1KB内联抽离）-------- */
a.faved {
  color: #ffb74c !important;
}
a.faved:hover {
  color: #f90 !important;
}
