.page-wrap--hxnl {
  position: relative;
  padding: 20px 308px 100px 323px;
  color: #C8CED6;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
}

/* 背景独立图层：随当前页面尺寸居中铺满。 */
.hxnl-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  background: url("../img/hxnl_bg.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.page-wrap--hxnl > .hxnl-tabs,
.page-wrap--hxnl > .hxnl-scenes,
.page-wrap--hxnl > .hxnl-h5-dots {
  position: relative;
  z-index: 1;
}

/* 纯 CSS Tab：radio + label */
.hxnl-tab-input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.hxnl-tab-input:nth-of-type(1):checked ~ .hxnl-bg {
  background-image: url("../img/hxnl_bg.png");
}

.hxnl-tab-input:nth-of-type(2):checked ~ .hxnl-bg {
  background-image: url("../img/hxnl2_bg.png");
}

.hxnl-tab-input:nth-of-type(3):checked ~ .hxnl-bg {
  background-image: url("../img/zhgl_bg.png");
}

.hxnl-tab-input:nth-of-type(4):checked ~ .hxnl-bg {
  background-image: url("../img/ai_bg.png");
}

.hxnl-tab-input:nth-of-type(5):checked ~ .hxnl-bg {
  background-image: url("../img/zxc_bg.png");
}

.hxnl-tab-input:nth-of-type(6):checked ~ .hxnl-bg {
  background-image: url("../img/lxzt_bg.png");
}

.hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-bg {
  background-image: url("../img/gmj_bgj.png");
}

.hxnl-tab-input:nth-of-type(1):checked ~ .hxnl-tabs > li:nth-child(1) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(2):checked ~ .hxnl-tabs > li:nth-child(2) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(3):checked ~ .hxnl-tabs > li:nth-child(3) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(4):checked ~ .hxnl-tabs > li:nth-child(4) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(5):checked ~ .hxnl-tabs > li:nth-child(5) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(6):checked ~ .hxnl-tabs > li:nth-child(6) .hxnl-tab::after,
.hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-tabs > li:nth-child(7) .hxnl-tab::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
  height: 2px;
  background: var(--accent-gradient-line);
}

.hxnl-tab-input:nth-of-type(1):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(1),
.hxnl-tab-input:nth-of-type(2):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(2),
.hxnl-tab-input:nth-of-type(3):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(3),
.hxnl-tab-input:nth-of-type(4):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(4),
.hxnl-tab-input:nth-of-type(5):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(5),
.hxnl-tab-input:nth-of-type(6):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(6),
.hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes > .hxnl-scene:nth-child(7) {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hxnl-tab-input:nth-of-type(1):checked ~ .hxnl-h5-dots > li:nth-child(1) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(2):checked ~ .hxnl-h5-dots > li:nth-child(2) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(3):checked ~ .hxnl-h5-dots > li:nth-child(3) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(4):checked ~ .hxnl-h5-dots > li:nth-child(4) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(5):checked ~ .hxnl-h5-dots > li:nth-child(5) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(6):checked ~ .hxnl-h5-dots > li:nth-child(6) .hxnl-h5-dot,
.hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-h5-dots > li:nth-child(7) .hxnl-h5-dot {
  width: 24px;
  background: #E10600;
}

.hxnl-section-title,
.hxnl-h5-dots {
  display: none;
}

.hxnl-cj-detail {
  display: none;
}

.page-wrap--hxnl:has(#hxnl-tab-2:checked) {
  padding-bottom: 0;
}

.page-wrap--hxnl:has(#hxnl-tab-1:checked) {
  padding-bottom: 50px;
}

.page-wrap--hxnl:has(#hxnl-tab-3:checked),
.page-wrap--hxnl:has(#hxnl-tab-6:checked) {
  padding: 20px 308px 50px 323px;
}

.page-wrap--hxnl:has(#hxnl-tab-6:checked) .hxnl-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* IE11 does not support inset. */
.hxnl-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 3.综合管理平台 */
.hxnl-content--zhgl {
  width: 100%;
  max-width: 1389px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.page-wrap--hxnl:has(#hxnl-tab-3:checked) .hxnl-scenes {
  flex: 1 1 auto;
  min-height: auto;
  overflow: visible;
}

.page-wrap--hxnl:has(#hxnl-tab-3:checked) .hxnl-scene--zhgl {
  flex: 0 0 auto;
  min-height: auto;
  height: auto;
  overflow: visible;
}

.page-wrap--hxnl:has(#hxnl-tab-3:checked) .hxnl-content--zhgl {
  margin-top: min(426px, max(0px, calc(100vh - 647px)));
  margin-left: 50px;
  flex: none;
  min-height: auto;
}

.hxnl-scenes {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hxnl-scene {
  display: none;
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
}

/* 顶部七个 Tab */
.hxnl-tabs {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.hxnl-tab {
  position: relative;
  width: 168px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
}

.hxnl-tab-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

/* 1.鸿雁架构 */
.hxnl-content--hy {
  width: 100%;
  max-width: 1289px;
  flex: 1;
  min-height: 0;
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  box-sizing: border-box;
}

/* 2.星络物模型 */
.hxnl-content--xl {
  width: 100%;
  max-width: 1289px;
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.hxnl-partners {
  width: 687px;
  max-width: 100%;
  height: 134px;
  flex-shrink: 0;
  padding: 16px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hxnl-partners-title {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  color: #E10600;
}

.hxnl-partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hxnl-partners-logos img {
  height: 56px;
  width: auto;
}

.hxnl-right {
  width: 524px;
  max-width: 100%;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hxnl-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.hxnl-line {
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 18px;
  background: #E10600;
}

/* H5 场景标题下红线；PC 只用 panel 内 .hxnl-line */
.hxnl-line.hxnl-line--section {
  display: none;
}

.hxnl-subtitle {
  max-width: 100%;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #C8CED6;
}

.hxnl-desc {
  margin-top: 24px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #C8CED6;
  text-indent: 2em;
}

.hxnl-stats {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.hxnl-stat,
.hxnl-xl-stat,
.hxnl-lxzt-stat {
  width: 152px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-sizing: border-box;
}

.hxnl-stat strong,
.hxnl-xl-stat strong,
.hxnl-lxzt-stat strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #E10600;
}

.hxnl-stat span {
  margin-top: 8px;
  font-size: 14px;
}

.hxnl-xl-stat span {
  margin-top: 4px;
  font-size: 14px;
}

.hxnl-xl-stat em {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
}

.hxnl-lxzt-stat span {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.hxnl-xl-left {
  width: 570px;
  max-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  box-sizing: border-box;
}

.hxnl-xl-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
}

.hxnl-xl-stats {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: auto 0 0;
}

.hxnl-devices {
  width: 640px;
  max-width: 100%;
  height: 250px;
  transform: translateY(60px);
  padding: 10px 14px 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.hxnl-device-img {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: contain;
  transform: scale(0.84);
  transform-origin: center center;
}

.hxnl-device-img--h5 {
  display: none;
}

.hxnl-device-summary {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #E10600;
  flex-shrink: 0;
}

.hxnl-xl-titlebar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}

.hxnl-xl-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hxnl-xl-title {
  flex-shrink: 0;
}

.hxnl-xl-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 118px;
  height: 24px;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(180deg, #F25458 12.02%, #C10014 69.23%);
  opacity: 0.9;
  box-sizing: border-box;
}

.hxnl-xl-link--slide {
  display: none;
}

.hxnl-content--xl .hxnl-subtitle {
}

.hxnl-xl-sections {
  width: 100%;
  margin: 10px 0 20px;
  box-sizing: border-box;
}

.hxnl-xl-section + .hxnl-xl-section {
  margin-top: 20px;
}

.hxnl-xl-section {
  display: flex;
  align-items: flex-start;
}

/* 区块小标题：渐变红（PC 24px，与 H5 分开） */
.hxnl-xl-section h3,
.zhglpt-block-title,
.hxnl-ai-section-title {
  background: linear-gradient(180deg, #FF8870 0%, #C01A10 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hxnl-xl-section h3 {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.hxnl-xl-section ul {
  flex: 1;
  min-width: 0;
  margin: 0 10px 0 8px;
  padding-left: 18px;
  box-sizing: border-box;
}

.hxnl-xl-section:first-child li,
.hxnl-xl-section:nth-child(2) li,
.hxnl-xl-section:nth-child(3) li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  list-style: disc;
}

.hxnl-content--zhgl .hxnl-subtitle {
  margin-top: 20px;
  line-height: 1;
}

.zhglpt-desc {
  max-width: 1273px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.zhglpt-bottom {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}

.zhglpt-block {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
}

.zhglpt-block:first-child {
  flex: 0 0 auto;
}

.zhglpt-block:last-child {
  flex: 1 1 0;
  min-width: 0;
}

.zhglpt-block-title {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.zhglpt-block-list {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-left: 18px;
  box-sizing: border-box;
}

.zhglpt-block:first-child .zhglpt-block-list {
  flex: 0 1 auto;
  width: auto;
}

.zhglpt-block-list li {
  display: list-item;
  color: #C8CED6;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  list-style: disc;
}

/* 4.AI引擎 */
.hxnl-content--ai {
  width: 100%;
  max-width: 1289px;
  flex: 1;
  min-height: 0;
  margin-top: 117px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}

.hxnl-ai-panel {
  width: 552px;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hxnl-content--ai .hxnl-subtitle,
.hxnl-content--zxc .hxnl-subtitle,
.hxnl-content--lxzt .hxnl-subtitle {
  margin-top: 20px;
  line-height: 1.3;
}

.hxnl-ai-section {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hxnl-ai-section-title {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.hxnl-ai-section-desc {
  flex: 1;
  min-width: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* 5.智星超联动 */
.hxnl-content--zxc {
  width: 100%;
  max-width: 1289px;
  flex: 1;
  min-height: 0;
  margin-top: 229px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.hxnl-zxc-panel {
  width: 521px;
  height: 365px;
  max-width: 100%;
  margin-left: 782px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hxnl-zxc-desc {
  margin-top: 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-indent: 2em;
}

/* 6.灵星智能体 */
.hxnl-content--lxzt {
  width: 100%;
  max-width: 1289px;
  flex: 1;
  min-height: 0;
  margin-top: 117px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
}

.hxnl-lxzt-panel {
  width: 540px;
  height: 579px;
  max-width: 100%;
  flex: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hxnl-lxzt-desc {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-indent: 2em;
}

.hxnl-lxzt-desc + .hxnl-lxzt-desc {
  margin-top: 16px;
}

.hxnl-lxzt-stats {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: auto 0 50px;
  padding: 0;
}

.hxnl-lxzt-stat-icon {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
}

.hxnl-lxzt-stat-icon + span {
  margin-top: 2px;
  font-weight: 700;
}

/* 7.国密级安全防护：设计 1274×698，top 222px，left 323px */
.hxnl-content--gmj {
  width: 1274px;
  max-width: 100%;
  height: 698px;
  flex: none;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  box-sizing: border-box;
}

.hxnl-gmj-panel {
  width: 1274px;
  max-width: 100%;
  height: 698px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hxnl-gmj-intro {
  width: 1273px;
  max-width: 100%;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.hxnl-gmj-cards {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.hxnl-gmj-list {
  display: none;
}

.hxnl-gmj-card-descs {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex: 1;
  min-height: 0;
}

.hxnl-gmj-card-desc {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* PC：H5 专用结构不参与排版，布局与改 H5 前保持一致 */
@media (min-width: 993px) {
  .hxnl-scene > .hxnl-section-title,
  .hxnl-scene > .hxnl-line.hxnl-line--section {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .hxnl-scene--hy .hxnl-content--hy {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1289px;
    margin-top: 37px;
  }

  .hxnl-scene--hy .hxnl-partners {
    order: 1;
    width: 687px;
    max-width: none;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    height: 134px;
    padding: 16px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .hxnl-scene--hy .hxnl-right {
    order: 2;
    width: 524px;
    max-width: none;
    flex-shrink: 0;
    align-self: stretch;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 1600px) {
  .hxnl-main .page-wrap--hxnl {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hxnl-tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .hxnl-scene--hy .hxnl-content--hy {
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
  }

  .hxnl-scene--hy .hxnl-right {
    width: 100%;
    order: 1;
  }

  .hxnl-scene--hy .hxnl-partners {
    width: 100%;
    order: 2;
  }

  .hxnl-content--xl {
    flex-direction: column;
    height: auto;
    overflow-y: visible;
  }

  .hxnl-content--zhgl {
    overflow-y: visible;
  }

  .zhglpt-bottom {
    flex-direction: column;
    gap: 16px;
  }

  .hxnl-content--ai {
    justify-content: flex-start;
    overflow-y: auto;
  }

  .hxnl-content--zxc {
    margin-top: 48px;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .hxnl-zxc-panel {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .hxnl-content--lxzt {
    overflow-y: auto;
  }

  .hxnl-lxzt-panel {
    width: 100%;
    height: auto;
  }

  .hxnl-lxzt-stats {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .hxnl-gmj-card-descs {
    flex-wrap: wrap;
  }

  .hxnl-gmj-card-desc {
    flex: 1 1 calc(50% - 8px);
  }

  .hxnl-content--gmj,
  .hxnl-gmj-panel {
    width: 100%;
    height: auto;
  }

  .hxnl-xl-left,
  .hxnl-xl-right {
    width: 100%;
  }

  .hxnl-xl-right {
    padding-bottom: 0;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .hxnl-xl-stats {
    margin-top: 16px;
  }

  .hxnl-devices {
    width: 100%;
    height: auto;
  }
}

/* 桌面端第 7 屏内容较长：主区可滚动，避免在 Edge 等浏览器被固定高度裁切。 */
@media (min-width: 993px) {
  .hxnl-main.page-main {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .hxnl-xl-stat span {
    font-size: 12px;
    color: #E10600;
  }

  .hxnl-xl-stat em {
    font-size: 14px;
    color: #C8CED6;
  }

  .hxnl-xl-stat {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: baseline;
    justify-content: center;
    column-gap: 2px;
  }

  .hxnl-xl-stat strong {
    grid-column: 1;
    grid-row: 1;
  }

  .hxnl-xl-stat span {
    grid-column: 2;
    grid-row: 1;
  }

  .hxnl-xl-stat em {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }

  .hxnl-content--xl .hxnl-xl-stats {
    margin-left: 122px;
  }

  .hxnl-scene--xl .hxnl-xl-titlebar {
    margin-top: 40px;
  }

  .hxnl-gmj-panel {
    padding-top: 40px;
  }

  .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes {
    flex: 0 0 auto;
    min-height: auto;
    overflow: visible;
  }

  .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes > .hxnl-scene--gmj,
  .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-content--gmj,
  .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-gmj-panel {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}

/* IE11：修复国密防护固定高度与 Flex 等分失效造成的文字溢出。 */
@media screen and (min-width: 993px) {
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html,
    body.page-hxnl {
      overflow-y: auto;
    }

    body.page-hxnl .page-main {
      height: auto;
      min-height: calc(100vh - 176px);
      overflow: visible;
    }

    .page-wrap--hxnl {
      display: -ms-flexbox;
      -ms-flex-direction: column;
      min-height: calc(100vh - 176px);
    }

    .hxnl-scenes {
      -ms-flex: 1 1 auto;
    }

    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes > .hxnl-scene--gmj,
    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-content--gmj,
    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-gmj-panel {
      height: auto;
      overflow: visible;
      -ms-flex: 0 0 auto;
    }

    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-gmj-card-descs {
      display: block;
      overflow: hidden;
      font-size: 0;
    }

    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-gmj-card-desc {
      display: inline-block;
      width: 18.4%;
      margin-right: 2%;
      vertical-align: top;
      font-size: 14px;
      word-wrap: break-word;
      word-break: normal;
    }

    .hxnl-tab-input:nth-of-type(7):checked ~ .hxnl-scenes .hxnl-gmj-card-desc:nth-child(5n) {
      margin-right: 0;
    }
  }
}
