.cj-detail-main {
  background: #f5f6f8;
}

.cj-detail-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* 头部 Banner：全宽背景，文案居中 */
.cj-detail-hero {
  flex-shrink: 0;
  height: 240px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url("../img/cj_detail.png") no-repeat center center;
  background-size: cover;
}

.cj-detail-title {
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.cj-detail-line {
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 16px;
  background: #E10600;
}

.cj-detail-desc {
  max-width: 1008px;
  margin-top: 12px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

/* 内容区：固定高度，内部滚动 */
.cj-detail-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 0 32px;
  box-sizing: border-box;
}

/* 统一内容宽度 1289px（设计稿 323 ~ 1612），两侧留白 */
.cj-detail-inner {
  width: 100%;
  max-width: 1289px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.cj-block + .cj-block {
  margin-top: 24px;
}

.cj-block-head {
  margin-bottom: 16px;
}

.cj-block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.cj-block-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #E10600;
  flex-shrink: 0;
}

.cj-block-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #dcdcdc;
}

.cj-block-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: auto;
}

/* 1.5倍图 1862×150，按设计稿 1241×100 显示 */
.cj-block-img--11cj {
  width: 1241px;
  max-width: 100%;
  height: auto;
}

/* 1.5倍图 1911×360，按设计稿 1274×240 显示 */
.cj-block-img--table {
  width: 1274px;
  max-width: 100%;
  height: auto;
}

.cj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 1182px;
  min-height: 90px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  box-sizing: border-box;
}

.cj-tags li::before {
  content: "·";
  margin-right: 4px;
  flex-shrink: 0;
}

.cj-tags li {
  min-width: 156px;
  width: auto;
  height: 39px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

.cj-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cj-table-scroll::-webkit-scrollbar {
  display: none;
}

.cj-protocol-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  background: #fff;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.cj-protocol-table th,
.cj-protocol-table td {
  padding: 10px 12px;
  border: 1px solid #dfe3e8;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}

.cj-protocol-table th {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1b2638;
  white-space: nowrap;
}

.cj-protocol-table tbody tr:nth-child(even) {
  background: #f7f9fb;
}

.cj-protocol-table tbody tr:hover {
  background: #fff1f0;
}

.cj-protocol-table th:nth-child(1),
.cj-protocol-table td:nth-child(1) {
  width: 52px;
  text-align: center;
}

.cj-protocol-table th:nth-child(2),
.cj-protocol-table td:nth-child(2) {
  width: 88px;
}

.cj-protocol-table th:nth-child(6),
.cj-protocol-table td:nth-child(6) {
  width: 96px;
  text-align: center;
}

.cj-protocol-table th:nth-child(7),
.cj-protocol-table td:nth-child(7) {
  width: 110px;
}

@media (max-width: 1600px) {
  .cj-detail-inner {
    padding: 0 80px;
  }
}
