/* ========== 综合信息 - Banner ========== */
.page-banner--summary {
  background: url("../images_WZ/regulationsSearch/bg.jpg") center / cover no-repeat;
}

/* ========== 综合信息 - 内容面板 ========== */
.summary-panel {
  display: none;
}

.summary-panel.is-active {
  display: block;
}

/* 操作指引 */
.summary-guide-list {
  list-style: none;
}

.summary-guide-list__item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px dotted #e8e8e8;
}

.summary-guide-list__item:last-child {
  border-bottom: none;
}

.summary-guide-list__thumb {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  color: #999;
  font-size: 14px;
}

.summary-guide-list__body {
  flex: 1;
  min-width: 0;
  padding-top: 18px;
}

.summary-guide-list__title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.summary-guide-list__date {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.summary-guide-list__link {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.summary-guide-list__link:hover {
  color: #c21116;
}

/* 下载中心 - 子标签 */
.summary-tabs {
  display: flex;
  gap: 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e9f5;
}

.summary-tabs__item {
  position: relative;
  padding: 0 4px 12px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}

.summary-tabs__item:hover {
  color: #c21116;
}

.summary-tabs__item.is-active {
  color: #c21116;
  font-weight: bold;
}

.summary-tabs__item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #c21116;
}

.summary-download-panel {
  display: none;
}

.summary-download-panel.is-active {
  display: block;
}
/* 操作视频弹窗 */
.summary-video-modal {
  padding: 0 !important;
  overflow: hidden;
}

.summary-video-player {
  width: 100%;
  background: #000;
}

.summary-video-player__video {
  display: block;
  width: 100%;
  max-height: 460px;
  outline: none;
}