/* 产品目录参考板式：只覆盖 #crm 目录区域，页面顶部导航与横幅保持原样。 */
body.products-reference-page #crm.sec{
  min-height:100vh;
  padding:6px 0 108px!important;
  background:linear-gradient(180deg,#edf8f4 0%,#f8fbfa 58%,#fff 100%)!important;
}
body.products-reference-page.products-reference-all #crm.sec{padding-top:26px!important}
body.products-reference-page #crm .w{
  width:min(1840px,calc(100% - 48px));
  max-width:none;
}
body.products-reference-page #crm .catalog{
  width:100%;
  max-width:none;
  min-height:calc(100vh - 36px);
  margin:0;
  grid-template-columns:388px minmax(0,1fr);
  border:1px solid rgba(31,112,85,.08);
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.9);
  box-shadow:0 28px 70px -52px rgba(13,70,47,.28);
}
body.products-reference-page #crm .cat-side{
  min-height:calc(100vh - 36px);
  max-height:calc(100vh - 36px);
  overflow-y:auto;
  background:rgba(255,255,255,.86);
  border-right:1px solid #dfeae5;
  scrollbar-width:thin;
  scrollbar-color:#a9ead6 transparent;
}
body.products-reference-page #crm .cat-side::-webkit-scrollbar{width:10px}
body.products-reference-page #crm .cat-side::-webkit-scrollbar-thumb{background:#a9ead6;border-radius:10px}
body.products-reference-page #crm .cat-side-head{
  padding:30px 32px 24px;
  background:transparent;
  border-bottom:1px solid #e4ece8;
  color:#22bd8b;
  font-size:18px;
  font-weight:650;
  letter-spacing:-.045em;
}
body.products-reference-page #crm .product-type-filter{
  display:none;
  margin:0;
  padding:10px 32px 20px;
  border:0;
  border-bottom:1px dashed #dfe9e5;
}
body.products-reference-page #crm .product-type-filter.is-visible{display:block}
body.products-reference-page #crm .product-type-filter legend{
  width:100%;
  padding:0 0 18px;
  color:#1b2421;
  font-size:14px;
  font-weight:650;
  letter-spacing:-.02em;
}
body.products-reference-page #crm .product-type-filter label{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:#7b8883;
  font-size:13px;
  cursor:pointer;
}
body.products-reference-page #crm .product-type-filter label:last-child{margin-bottom:0}
body.products-reference-page #crm .product-type-filter input{
  width:15px;
  height:15px;
  margin:0;
  accent-color:#2fc697;
}
body.products-reference-page #crm .type-swatch{
  width:11px;
  height:11px;
  flex:0 0 11px;
  border-radius:1px;
  background:#2fc697;
}
body.products-reference-page #crm .type-swatch-standard{background:#f17a35}
body.products-reference-page #crm .type-swatch-eqa{background:#f2d21a}
body.products-reference-page #crm .all-category-row{padding:18px 0;border-bottom:1px dashed #dfe9e5}
body.products-reference-page #crm .all-category-row.is-hidden{display:none}
body.products-reference-page #crm .cat-cat{padding:18px 0;border-bottom:1px dashed #dfe9e5}
body.products-reference-page #crm .cat-cat:last-child{border-bottom:0}
body.products-reference-page #crm .cat-cat>.cat-t{
  padding:10px 32px 12px;
  color:#25bd8d;
  font-size:15px;
  font-weight:650;
  letter-spacing:-.035em;
}
body.products-reference-page #crm .cat-cat li{
  padding:12px 32px 12px 54px;
  border-left:3px solid transparent;
  color:#7d8985;
  font-size:14px;
  line-height:1.3;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
body.products-reference-page #crm .cat-cat li:hover{background:#f5fcf9;color:#28b98a}
body.products-reference-page #crm .cat-cat li.on{
  background:#e8f8f2;
  border-left-color:#2fc697;
  color:#25bd8d;
  font-weight:650;
}
body.products-reference-page #crm .cat-main{
  min-width:0;
  padding:38px 48px 56px;
  background:rgba(255,255,255,.86);
}
body.products-reference-page #crm .cat-bread{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:20px;
  margin-bottom:24px;
  border-bottom:1px solid #28bd8d;
}
body.products-reference-page #crm .cat-bread h3{
  color:#141b18;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.055em;
}
body.products-reference-page #crm .cat-bread .bc{
  color:#9aa6a1;
  font-size:12px;
  white-space:nowrap;
}
body.products-reference-page #crm .cat-bread .bc b{color:#26312c;font-weight:650}
body.products-reference-page #crm .cat-tbl-products{
  width:100%;
  table-layout:fixed;
  border:1px solid #dce9e4;
  border-collapse:collapse;
  background:#fff;
}
body.products-reference-page #crm .cat-tbl-products th{
  padding:16px 18px;
  background:#eaf8f4;
  border:1px solid #d5e5df;
  color:#16211d;
  font-size:14px;
  font-weight:700;
}
body.products-reference-page #crm .cat-tbl-products td{
  padding:16px 18px;
  border:1px solid #dbe7e2;
  color:#7b8984;
  font-size:14px;
  line-height:1.6;
  vertical-align:middle;
}
body.products-reference-page #crm .cat-tbl-products td:first-child{color:#687771}
body.products-reference-page #crm .cat-tbl-products td:nth-child(2){color:#7b8984}
body.products-reference-page #crm .cat-tbl-products td.mono{font-family:inherit;color:#71817b}
body.products-reference-page #crm .cat-tbl-products .product-series{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#18231f;
  font-size:14px;
  font-weight:650;
  white-space:nowrap;
}
body.products-reference-page #crm .cat-tbl-products .product-series::before{
  content:"";
  width:4px;
  height:20px;
  flex:0 0 4px;
  border-radius:2px;
  background:#f17a35;
}
body.products-reference-page #crm .cat-tbl-products tr[data-product-type="indoor"] .product-series::before{background:#2fc697}
body.products-reference-page #crm .cat-tbl-products tr[data-product-type="eqa"] .product-series::before{background:#f2d21a}
body.products-reference-page #crm #catNote{
  margin-top:16px!important;
  color:#a7b0ac!important;
  font-size:13px!important;
  line-height:1.6;
}
body.products-reference-page #crm .cat-more{
  margin-top:26px;
  padding:12px 24px;
  border:1px solid #27bd8e;
  color:#20b888;
  background:#fff;
  font-size:14px;
  font-weight:650;
}
body.products-reference-page #crm .cat-more:hover{background:#27bd8e;color:#fff}

@media(max-width:1100px){
  body.products-reference-page #crm .catalog{grid-template-columns:300px minmax(0,1fr)}
  body.products-reference-page #crm .cat-main{padding:38px 32px 52px}
  body.products-reference-page #crm .cat-bread h3{font-size:22px}
  body.products-reference-page #crm .cat-tbl-products th,
  body.products-reference-page #crm .cat-tbl-products td{padding:16px 18px;font-size:14px}
}
@media(max-width:760px){
  body.products-reference-page #crm.sec{padding:10px 0 64px!important}
  body.products-reference-page #crm .w{width:calc(100% - 20px)}
  body.products-reference-page #crm .catalog{display:block;min-height:0;border-radius:22px}
  body.products-reference-page #crm .cat-side{min-height:0;max-height:440px;border-right:0;border-bottom:1px solid #dfeae5}
  body.products-reference-page #crm .cat-side-head{padding:24px 22px 20px;font-size:18px}
  body.products-reference-page #crm .product-type-filter{padding:10px 22px 18px}
  body.products-reference-page #crm .product-type-filter legend{padding-bottom:16px;font-size:14px}
  body.products-reference-page #crm .product-type-filter label{margin-bottom:12px;font-size:13px}
  body.products-reference-page #crm .cat-cat>.cat-t{padding:10px 22px;font-size:15px}
  body.products-reference-page #crm .cat-cat li{padding:12px 22px 12px 44px;font-size:14px}
  body.products-reference-page #crm .cat-main{padding:28px 18px 40px}
  body.products-reference-page #crm .cat-bread{display:block;padding-bottom:18px;margin-bottom:22px}
  body.products-reference-page #crm .cat-bread h3{font-size:20px}
  body.products-reference-page #crm .cat-bread .bc{margin-top:12px;font-size:12px;white-space:normal}
  body.products-reference-page #crm .cat-tbl-products{min-width:720px}
  body.products-reference-page #crm .tbl-scroll{overflow-x:auto}
  body.products-reference-page #crm .cat-tbl-products th,
  body.products-reference-page #crm .cat-tbl-products td{padding:16px;font-size:13px}
  body.products-reference-page #crm #catNote{font-size:13px!important}
  body.products-reference-page #crm .cat-more{width:100%;justify-content:center;padding:15px 20px;font-size:14px}
}

/* 产品页 hero 标题「独立 · 准确 · 可靠」按需求不加粗 */
body.products-reference-page .phero.h-prod h1{font-weight:400}
