/* 直播页静态数据补丁：只作用于 pages/live/001.html */
.ccsa-live-static { width: 100%; margin: 0; }
.ccsa-live-static .liveList_detailListBox__uLK7r { width: 100%; }
.ccsa-live-static .liveList_detailBox__2SU3e { display: flex; flex-wrap: wrap; gap: 30px; }
.ccsa-live-static .liveList_detail__1R6ma { box-sizing: border-box; text-decoration: none; color: inherit; display: block; margin: 0 !important; }
.ccsa-live-static .liveList_detail__1R6ma:hover { transform: translateY(-2px); transition: transform .25s ease, box-shadow .25s ease; box-shadow: 0 10px 26px rgba(32,42,64,.12); }
.ccsa-live-static .liveList_imgBor__2JSMJ { background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ccsa-live-static .liveList_imgBor__2JSMJ img { object-fit: contain; }
.ccsa-live-static .liveList_introduce__3q0hH { min-width: 0; }
.ccsa-live-static .liveList_name__13VY5,
.ccsa-live-static .liveList_role__2uM4v,
.ccsa-live-static .liveList_information__IQOzp { word-break: break-word; }
.ccsa-live-static .liveList_role__2uM4v { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.ccsa-live-static .liveList_cover__1ALt2 img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; }
.ccsa-live-static .liveList_time__1V5q- { font-family: Microsoft YaHei, Arial, sans-serif; letter-spacing: .2px; }
.ccsa-live-static .ccsa-live-card-link { color: inherit; text-decoration: none; }

@media screen and (max-width: 768px) {
  .ccsa-live-static,
  .liveList_live__ak6vW .liveList_tabContent__1QOIM { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 18px 14px !important; }
  .ccsa-live-static .liveList_detailListBox__uLK7r,
  .ccsa-live-static .liveList_detailBox__2SU3e { width: 100% !important; }
  .ccsa-live-static .liveList_detailBox__2SU3e { display: grid !important; grid-template-columns: 1fr !important; gap: 18px !important; }
  .ccsa-live-static .liveList_detail__1R6ma { width: 100% !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 18px !important; border-radius: 10px !important; }
  .ccsa-live-static .liveList_introduceBox__EnX0T { align-items: center !important; }
  .ccsa-live-static .liveList_imgBor__2JSMJ { width: 58px !important; height: 58px !important; }
  .ccsa-live-static .liveList_introduce__3q0hH { margin-left: 12px !important; }
  .ccsa-live-static .liveList_name__13VY5 { font-size: 17px !important; }
  .ccsa-live-static .liveList_information__IQOzp { margin-top: 18px !important; height: auto !important; min-height: 0 !important; -webkit-line-clamp: 3 !important; line-height: 1.55 !important; }
  .ccsa-live-static .liveList_cover__1ALt2 { width: 100% !important; height: auto !important; aspect-ratio: 16/9 !important; margin-top: 12px !important; }
  .ccsa-live-static .liveList_cover__1ALt2 img { height: 100% !important; }
  .ccsa-live-static .liveList_time__1V5q- { margin-top: 16px !important; line-height: 1.5 !important; }
}
