@import url("https://fonts.googleapis.com/css2?family=Annapurna+SIL:wght@700&display=swap");

body.page-products {
  background: #EBEFF0;
}

body.page-products.is-modal-open {
  overflow: hidden;
}

.products-main.page-main {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 176px);
  min-height: 0;
  overflow: hidden;
}

.cp-tabs-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin: 12px auto 22px;
}

.cp-type-input,
.cp-cat-input {
  display: none;
}

.cp-type-tabs {
  display: flex;
  gap: 22px;
  width: 496px;
  height: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-type-tabs li {
  margin: 0;
  padding: 0;
}

.cp-type-tab {
  width: 237px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  font-family: "Annapurna SIL", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #08111F;
  background: #FFFFFF1A;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

.cp-type-tab-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: inherit;
  text-align: center;
}

.cp-type-tab-line,
.cp-category-line {
  display: none;
  flex-shrink: 0;
  background: var(--accent-gradient-line);
}

.cp-type-tab-line {
  width: 200px;
  height: 2px;
}

#cp-type-hardware:checked ~ .cp-tabs-wrap .cp-type-tab[for="cp-type-hardware"] .cp-type-tab-line,
#cp-type-software:checked ~ .cp-tabs-wrap .cp-type-tab[for="cp-type-software"] .cp-type-tab-line,
#cp-cat-v:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-v"] .cp-category-line,
#cp-cat-iii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-iii"] .cp-category-line,
#cp-cat-ii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-ii"] .cp-category-line,
#cp-cat-i:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-i"] .cp-category-line,
#cp-cat-huawei:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-huawei"] .cp-category-line,
#cp-cat-cabinet:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-cabinet"] .cp-category-line {
  display: block;
}

.cp-type-tab-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.products-main {
  display: flex;
  flex-direction: column;
}

.cp-wrap {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.cp-wrap::-webkit-scrollbar {
  display: none;
}

.cp-body {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 105px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 273px;
  box-sizing: border-box;
  overflow: visible;
}

/* PC：分类与产品列表作为一组按实际宽度水平居中，宽产品列表不再偏右。 */
@media (min-width: 993px) {
  .cp-body {
    justify-content: center;
    padding-right: 32px;
    padding-left: 32px;
  }

}

/* 仅 HTML 包裹层，PC 不参与 H5 的居中/悬浮布局 */
.cp-categories-wrap {
  flex-shrink: 0;
}

.cp-categories {
  width: 170px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-categories li {
  margin: 0;
  padding: 0;
}

.cp-category {
  width: 170px;
  height: 58px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: #FFFFFF99;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

#cp-cat-v:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-v"],
#cp-cat-iii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-iii"],
#cp-cat-ii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-ii"],
#cp-cat-i:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-i"],
#cp-cat-huawei:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-huawei"],
#cp-cat-cabinet:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-cabinet"] {
  font-weight: 700;
  color: #E10600;
  background: #FFFFFF1A;
  border-color: #fff;
  justify-content: flex-end;
  padding: 20px 0 10px;
}

.cp-category-line {
  width: 130px;
  height: 2px;
}

.cp-main {
  flex: 0 0 auto;
  width: 1092px;
  min-width: 1092px;
  max-width: 100%;
  padding-top: 6px;
}

.cp-products {
  width: 1092px;
  max-width: 100%;
  min-height: 324px;
  display: flex;
  flex-wrap: nowrap;
  gap: 44px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-banner-desc--software,
.cp-banner-img--software,
.cp-banner-title--software {
  display: none;
}

.cp-body--software {
  display: none;
  flex: none;
  padding: 0 40px 40px;
}

#cp-type-software:checked ~ .cp-banner .cp-banner-desc--hardware,
#cp-type-software:checked ~ .cp-banner .cp-banner-img--hardware,
#cp-type-software:checked ~ .cp-banner .cp-banner-title--hardware {
  display: none;
}

#cp-type-software:checked ~ .cp-banner .cp-banner-desc--software,
#cp-type-software:checked ~ .cp-banner .cp-banner-img--software,
#cp-type-software:checked ~ .cp-banner .cp-banner-title--software {
  display: block;
}

#cp-type-software:checked ~ .cp-wrap .cp-body--hardware {
  display: none;
}

#cp-type-software:checked ~ .cp-wrap {
  display: none;
}

#cp-type-software:checked ~ .cp-body--software {
  display: block;
}

/* 一级分类：后端可在 main 上写 data-cp-type="hardware|software"，与 radio 初始 checked 保持一致 */
.products-main[data-cp-type="software"] .cp-body--hardware {
  display: none;
}

.products-main[data-cp-type="software"] .cp-wrap {
  display: none;
}

.products-main[data-cp-type="software"] .cp-body--software {
  display: block;
}

.products-main[data-cp-type="software"] .cp-banner-desc--hardware,
.products-main[data-cp-type="software"] .cp-banner-img--hardware,
.products-main[data-cp-type="software"] .cp-banner-title--hardware {
  display: none;
}

.products-main[data-cp-type="software"] .cp-banner-desc--software,
.products-main[data-cp-type="software"] .cp-banner-img--software,
.products-main[data-cp-type="software"] .cp-banner-title--software {
  display: block;
}

/* 软件平台：6 个产品系列，固定每行 3 个，产品图作背景，文案叠在图上 */
.cp-soft-list {
  display: grid;
  grid-template-columns: repeat(3, 260px);
  justify-content: center;
  gap: 24px 21px;
  margin: 0 auto;
  padding: 0 20px 40px;
  list-style: none;
}

.cp-soft-item {
  width: 260px;
  height: 174px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

.cp-soft-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 14px 10px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.cp-soft-title {
  margin: 0;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #C8CED6;
}

.cp-soft-line {
  display: block;
  width: 120px;
  height: 4px;
  margin: 6px auto 0;
  background: #E10600;
}

.cp-soft-desc {
  margin: auto 0 8px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #C8CED6;
}

.cp-soft-more {
  display: inline-block;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #E10600;
}

.cp-soft-more::after {
  content: " ↗";
}

.cp-panel {
  display: none;
}

#cp-cat-v:checked ~ .cp-main .cp-panel[data-category="v"],
#cp-cat-iii:checked ~ .cp-main .cp-panel[data-category="iii"],
#cp-cat-ii:checked ~ .cp-main .cp-panel[data-category="ii"],
#cp-cat-i:checked ~ .cp-main .cp-panel[data-category="i"],
#cp-cat-huawei:checked ~ .cp-main .cp-panel[data-category="huawei"],
#cp-cat-cabinet:checked ~ .cp-main .cp-panel[data-category="cabinet"] {
  display: block;
}

@media (min-width: 993px) {
  #cp-cat-ii:checked ~ .cp-main {
    width: 1376px;
    min-width: 1376px;
  }

  /* 各硬件分类共用同一右侧容器宽度，切换时整体位置保持不变。 */
  .cp-main {
    width: 1376px;
    min-width: 1376px;
  }
}

.cp-product {
  width: 240px;
  min-height: 324px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: visible;
  list-style: none;
}

.cp-product-pic {
  flex-shrink: 0;
  height: auto;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.cp-product-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cp-product-info {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

@media (min-width: 993px) {
  .cp-main--wide {
    width: 1376px;
    min-width: 1376px;
  }

  .cp-products--5 {
    width: 1376px;
  }
}

.cp-product-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
  min-height: 0;
}

.cp-product-pic .cp-product-head {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  align-self: center;
  flex-wrap: nowrap;
  margin: 8px 0 0;
}

.cp-product-head h3,
.cp-product-info h3 {
  margin: 0;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
  text-align: center;
}

.cp-product-badge {
  flex-shrink: 0;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: #E10600;
  border-radius: 2px;
}

.cp-product-body {
  display: flex;
  flex-direction: column;
}

.cp-product-series-block {
  display: flex;
  align-items: flex-start;
}

.cp-product-series-block + .cp-product-models,
.cp-product-series-block + .cp-product-models-block {
  margin-top: 70px;
}

.cp-product-series-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-product-series-list li + li {
  margin-top: 6px;
}

/* PC 二代产品的系列数量不同，预留五行系列高度以对齐下方型号。 */
@media (min-width: 993px) {
  .cp-product-series-block {
    height: 119px;
  }
}

.cp-product-series-btn {
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #8F8F8F;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}

.cp-product-series-btn.is-active {
  color: #E10600;
  text-decoration: underline;
}

.cp-products--5 .cp-product-series-block + .cp-product-models,
.cp-products--5 .cp-product-series-block + .cp-product-models-block {
  margin-top: 24px;
}

.cp-product-models-block {
  display: flex;
  align-items: flex-start;
}

.cp-product-model-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  min-width: 0;
}

.cp-product-model-row {
  display: none;
}

.cp-product-model-row.is-active {
  display: block;
}

.cp-product-model-row + .cp-product-model-row {
  margin-top: 6px;
}

.cp-products--5 .cp-product-model {
  display: flex;
  align-items: flex-start;
}

.cp-products--5 .cp-product-model + .cp-product-model {
  margin-top: 6px;
}

.cp-product-model-items {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px 10px;
  min-width: 0;
}

.cp-product-model-items .cp-product-item-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.cp-product-pic > h3 {
  margin: 8px 0 0;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
  text-align: center;
}

.cp-product-colors {
  display: flex;
  align-items: center;
  margin: 0;
}

.cp-product-colors + .cp-product-colors,
.cp-product-series + .cp-product-colors,
.cp-product-series-block + .cp-product-colors,
.cp-product-models + .cp-product-colors {
  margin-top: 70px;
}

.cp-product-color-list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-product-color-btn {
  width: 34px;
  height: 20px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  background: none;
  cursor: pointer;
}

.cp-product-color-btn.is-active {
  border-color: #E10600;
}

.cp-product-color-btn span {
  display: block;
  width: 30px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.cp-product-color-btn[data-color="lan"] span {
  background: #50F4EA;
}

.cp-product-color-btn[data-color="zong"] span {
  background: #D4C2A6;
}

.cp-product-color-btn[data-color="hei"] span {
  background: #3C3830;
}

.cp-product-color-btn[data-color="bai"] span {
  background: #FFFFFF;
}

.cp-product-series {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

.cp-product-series + .cp-product-models {
  margin-top: 70px;
}

.cp-product-label {
  flex-shrink: 0;
  width: 63px;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.cp-product-series em {
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 14px;
  color: #E10600;
  text-decoration: underline;
}

.cp-product-item-btn {
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #8F8F8F;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}

.cp-product-model .cp-product-item-btn {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}

.cp-product-model {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.cp-product-item-btn:hover {
  color: #E10600;
}

.cp-product-models {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-product-model + .cp-product-model {
  margin-top: 6px;
}

.cp-products--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 324px;
}

.cp-empty {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #999;
  text-align: center;
}

@media (min-width: 993px) and (max-height: 980px) {
  .cp-categories {
    gap: 10px;
  }

  .cp-category {
    height: 52px;
  }

  #cp-cat-v:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-v"],
  #cp-cat-iii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-iii"],
  #cp-cat-ii:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-ii"],
  #cp-cat-i:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-i"],
  #cp-cat-huawei:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-huawei"],
  #cp-cat-cabinet:checked ~ .cp-categories-wrap .cp-category[for="cp-cat-cabinet"] {
    padding: 16px 0 8px;
  }
}

@media (min-width: 993px) and (max-width: 1400px) {
  .cp-body {
    gap: 40px;
    padding: 0 80px;
  }
}



.cp-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
}

.cp-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 40px;
  overflow-y: auto;
  box-sizing: border-box;
}

.cp-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.cp-modal-box {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: fit-content;
  max-width: calc(100% - 40px);
  min-height: 0;
  height: auto;
  max-height: calc(100vh - 140px);
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  overflow: visible;
  box-shadow: none;
}

.cp-modal-panel {
  display: none;
  width: fit-content;
  max-width: 100%;
}

.cp-modal-panel.active {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.cp-modal-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  width: fit-content;
  max-width: 100%;
}

.cp-modal-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 588px;
  height: auto;
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.cp-modal-main {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.cp-modal-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cp-modal-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.cp-modal-prev {
  left: 8px;
}

.cp-modal-next {
  right: 8px;
}

.cp-modal-arrow img {
  width: 32px;
  height: 32px;
}

.cp-modal-thumbs {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-modal-thumb button {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  box-sizing: border-box;
}

.cp-modal-thumb.active button {
  border-color: #E10600;
}

.cp-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cp-modal-detail {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 520px;
  max-width: 827px;
  min-height: 0;
  height: min(500px, calc(100vh - 160px));
  max-height: calc(100vh - 160px);
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

/* PC 硬件产品弹窗右侧规格区统一尺寸，避免切换产品时跳动。 */
@media (min-width: 993px) {
  .cp-modal-detail {
    flex: 0 0 720px;
    width: 720px;
    min-width: 720px;
    max-width: 720px;
    height: min(610px, calc(100vh - 160px));
  }

  /* 所有规格先合并为一个列表：左列满 15 项后才创建右列。 */
  body.page-products .cp-modal-specs {
    flex: 1 1 auto;
    display: flex;
    height: auto;
    gap: 24px;
  }

  body.page-products .cp-modal-specs > .cp-modal-spec-col {
    flex: 1;
    min-width: 0;
    height: auto;
    column-count: 1;
  }

  body.page-products .cp-modal-specs.cp-modal-specs--single {
    display: block;
  }
}

.cp-modal-specs {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
}

.cp-modal-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.cp-modal-title {
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #08111F;
}

.cp-modal-subtitle {
  flex-shrink: 0;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #8F8F8F;
}

.cp-modal-line {
  display: block;
  height: 2px;
  margin: 16px 0 20px;
  background: #333;
}

/* 机柜弹窗属性组（机柜/空调/控制系统）胶囊切换 */
.cp-modal-group-tabs {
  display: flex;
  align-items: center;
  width: 257px;
  height: 30px;
  margin: 0 auto 20px;
  gap: 1px;
  background: #C8CED6;
  border-radius: 20px;
}

.cp-modal-group-tab {
  flex: 1;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #8F8F8F;
  cursor: pointer;
  white-space: nowrap;
}

.cp-modal-group-tab.is-active {
  background: #E10600;
  color: #fff;
}

.cp-modal-group {
  display: none;
}

.cp-modal-group.is-active {
  display: block;
}

.cp-modal-group-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.cp-modal-spec-col {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  list-style-position: outside;
  height: auto;
}

/* 单个 ul：参数先纵向排满左列，再流入右列；两列行高互不影响 */
.cp-modal-specs > .cp-modal-spec-col:only-child {
  display: block;
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
  column-count: 2;
  column-gap: 24px;
  column-fill: balance;
}

/* 两个 ul：左右各一列 */
.cp-modal-specs > .cp-modal-spec-col:not(:only-child) {
  column-count: 1;
}

.cp-modal-spec-col li {
  break-inside: avoid;
  margin-left: 0;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow-wrap: anywhere;
  color: #000;
}

/* 空调参数较多，列高略加高，保证两列能装下、不挤出第三列 */
.cp-modal-spec-col--tall:only-child {
  column-count: 2;
}

.cp-modal-mode {
  display: none;
}
