/* 产品中心：page_impt 中 #w_grid-1588757357158 为 width:auto，float 失效后整区会缩成竖条；用 table 双栏 + 100% 宽度修正 */
#product-center-dynamic-list,
#c_portalResProduct_list-15887558997947350 {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* v20 eof category override */
@media (max-width: 768px) {
  .p_problemCategory .p_category,
  #c_portalResProduct_category-15887573587497046 .p_category,
  .c_portalResProduct_category-01001 .p_category {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 0 !important;
    padding: 72px 18px 22px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
  }
  .p_problemCategory .p_category.product-category-open,
  #c_portalResProduct_category-15887573587497046 .p_category.product-category-open,
  .c_portalResProduct_category-01001 .p_category.product-category-open {
    display: block !important;
  }
  .p_problemCategory .p_btn-show,
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    width: 100% !important;
    line-height: 44px !important;
    border-radius: 0 !important;
    background: #dc2a27 !important;
    color: #fff !important;
    text-align: center !important;
  }
  .p_problemCategory .p_categoryBox.dialog,
  .p_problemCategory .js_categoryBox,
  #c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
  .c_portalResProduct_category-01001 .p_categoryBox.dialog {
    position: relative !important;
    width: 100% !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
  }
}

/* 内层产品栅格外壳：覆盖 page_impt 的 width:auto / min-width:0 收缩 */
#w_grid-1588757357158 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* 外层单列里包住整块产品区的 cell，需占满 1588755113412 的内容宽 */
#content_box-1588755113412-0 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#product-center-dynamic-list .container,
#c_portalResProduct_list-15887558997947350 .proBox > .container,
#c_portalResProduct_list-15887558997947350 .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 8px !important;
  box-sizing: border-box !important;
}

@media (min-width: 769px) {
  #w_grid-1588757357158.w_grid-001,
  #w_grid-1588757357158.w_grid-001 > .w_grid,
  #w_grid-1588757357158.w_grid-001 > div.w_grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 双栏：flex 比 table 更不易因 DOM 多/少一层 div 而整列塌掉 */
  #w_grid-1588757357158 > .w_grid > .p_gridbox,
  #w_grid-1588757357158 > div > .p_gridbox {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #w_grid-1588757357158 > div > .p_gridbox > .p_gridCell {
    display: block !important;
    float: none !important;
    clear: none !important;
    vertical-align: top !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #w_grid-1588757357158 #content_box-1588757357158-0 {
    flex: 0 0 200px !important;
    width: 200px !important;
    max-width: 200px !important;
    min-width: 0 !important;
  }

  #w_grid-1588757357158 #content_box-1588757357158-1 {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-left: 16px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .c_portalResProduct_category-01001 .p_category,
  #c_portalResProduct_category-15887573587497046 .p_category {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  #product-center-dynamic-list .proBox,
  #c_portalResProduct_list-15887558997947350 .proBox,
  .c_portalResProduct_list .proBox {
    width: 100% !important;
  }
  #product-center-dynamic-list .proContainer,
  #product-center-dynamic-list .proContainer.row,
  #product-center-dynamic-list .proContainer.p_productsSet,
  #c_portalResProduct_list-15887558997947350 .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer.row,
  #c_portalResProduct_list-15887558997947350 .proContainer.p_productsSet {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  /* 去掉 Bootstrap .container 各断点 max-width，让产品栅格吃满右侧主列 */
  #c_portalResProduct_list-15887558997947350 .proBox > .container,
  #c_portalResProduct_list-15887558997947350 > .container {
    width: 100% !important;
    max-width: none !important;
  }

  /* 白底主内容块：居中固定宽度，与参考站三列卡片比例一致 */
  #w_grid-1588755113412 {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 28px !important;
    box-sizing: border-box !important;
  }
  #content_box-1588755113412-0 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 769px) {
  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #product-center-dynamic-list .proContainer > .proLi.col-sm-6,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-sm-6,
  .c_portalResProduct_list .proLi.col-md-4,
  .c_portalResProduct_list .proLi.col-sm-6 {
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  html,
  body,
  .main,
  .pagebox {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #product-center-dynamic-list .proContainer > .proLi.col-sm-6,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-sm-6,
  .c_portalResProduct_list .proLi.col-md-4,
  .c_portalResProduct_list .proLi.col-sm-6 {
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}
#product-center-dynamic-list .proImgBox,
#c_portalResProduct_list-15887558997947350 .proImgBox,
.c_portalResProduct_list .proImgBox {
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 65% !important;
  overflow: hidden !important;
}
#product-center-dynamic-list .proImgBox > a.proLink,
#c_portalResProduct_list-15887558997947350 .proImgBox > a.proLink,
.c_portalResProduct_list .proImgBox > a.proLink {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  white-space: normal !important;
  display: block !important;
}
#product-center-dynamic-list .proImgBox .proImg,
#c_portalResProduct_list-15887558997947350 .proImgBox .proImg,
.c_portalResProduct_list .proImgBox .proImg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
}
#product-center-dynamic-list .box,
#c_portalResProduct_list-15887558997947350 .box,
.c_portalResProduct_list .box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
}
#product-center-dynamic-list .txtBox,
#c_portalResProduct_list-15887558997947350 .txtBox,
.c_portalResProduct_list .txtBox {
  padding: 12px 10px !important;
}
#product-center-dynamic-list .proTitle,
#c_portalResProduct_list-15887558997947350 .proTitle,
.c_portalResProduct_list .proTitle {
  font-size: 14px !important;
  line-height: 1.35 !important;
}
#product-center-dynamic-list .box:hover .txtBox,
#c_portalResProduct_list-15887558997947350 .box:hover .txtBox,
.c_portalResProduct_list .box:hover .txtBox {
  background: #dc2a27 !important;
}
#product-center-dynamic-list .box:hover .proLink,
#c_portalResProduct_list-15887558997947350 .box:hover .proLink,
.c_portalResProduct_list .box:hover .proLink {
  color: #fff !important;
}
#product-center-dynamic-list .txtBox .proTitle a.proLink,
#c_portalResProduct_list-15887558997947350 .txtBox .proTitle a.proLink,
.c_portalResProduct_list .txtBox .proTitle a.proLink {
  position: static !important;
  display: inline !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
#c_portalResProduct_category-15887573587497046 .p_btn-show,
.c_portalResProduct_category-01001 .p_btn-show {
  display: none !important;
}
#c_portalResProduct_category-15887573587497046 .p_category,
.c_portalResProduct_category-01001 .p_category {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
.c_portalResProduct_category-01001 .p_categoryBox.dialog {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  float: none !important;
}
.c_portalResProduct_list-01001 .txtBox .proTitle a.proLink {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.c_portalResProduct_list-01001 .proTitle .eye {
  display: none !important;
}

@media (min-width: 1025px) {
  #c_portalResnav_main-15881480351349248 .navBtn,
  #c_portalResnav_main-15881480351349248 .navSliBtn {
    display: none !important;
  }
  #c_portalResnav_main-15881480351349248 .iconJt {
    display: none !important;
  }
  #c_portalResnav_main-15881480351349248 .tNav {
    display: block !important;
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }
  #c_portalResnav_main-15881480351349248 .navUl {
    display: flex !important;
    background: transparent !important;
    overflow: visible !important;
  }
  #c_portalResnav_main-15881480351349248 .navLi {
    width: 16% !important;
    border-bottom: none !important;
  }
  #c_portalResnav_main-15881480351349248 .slidBox {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    margin: 0 0 12px !important;
  }

  #w_grid-1588757357158 > .w_grid > .p_gridbox,
  #w_grid-1588757357158 > div > .p_gridbox {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  #w_grid-1588757357158 > div > .p_gridbox > .p_gridCell {
    display: block !important;
    width: 100% !important;
  }
  #w_grid-1588757357158 #content_box-1588757357158-0,
  #w_grid-1588757357158 #content_box-1588757357158-1 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
  }
  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  .c_portalResProduct_list .proLi.col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* v20 final mobile category override: keep this at EOF. */
@media (max-width: 768px) {
  .p_problemCategory,
  #c_portalResProduct_category-15887573587497046,
  .c_portalResProduct_category-01001 {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  .p_problemCategory .p_btn-show,
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    margin: 0 0 12px !important;
    border-radius: 0 !important;
    background: #dc2a27 !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 6px 18px rgba(220, 42, 39, 0.22) !important;
  }
  .p_problemCategory .p_category,
  #c_portalResProduct_category-15887573587497046 .p_category,
  .c_portalResProduct_category-01001 .p_category {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 0 !important;
    padding: 72px 18px 22px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
  }
  .p_problemCategory .p_category.product-category-open,
  #c_portalResProduct_category-15887573587497046 .p_category.product-category-open,
  .c_portalResProduct_category-01001 .p_category.product-category-open {
    display: block !important;
  }
  .p_problemCategory .p_categoryBox.dialog,
  .p_problemCategory .js_categoryBox,
  #c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
  .c_portalResProduct_category-01001 .p_categoryBox.dialog {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25) !important;
  }
}

/* v20 final mobile category override: this must stay at the end because legacy rules above also target .p_category. */
@media (max-width: 768px) {
  .p_problemCategory,
  #c_portalResProduct_category-15887573587497046,
  .c_portalResProduct_category-01001 {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  .p_problemCategory .p_btn-show,
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    margin: 0 0 12px !important;
    border-radius: 0 !important;
    background: #dc2a27 !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 6px 18px rgba(220, 42, 39, 0.22) !important;
  }
  .p_problemCategory .p_category,
  #c_portalResProduct_category-15887573587497046 .p_category,
  .c_portalResProduct_category-01001 .p_category {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 0 !important;
    padding: 72px 18px 22px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
  }
  .p_problemCategory .p_category.product-category-open,
  #c_portalResProduct_category-15887573587497046 .p_category.product-category-open,
  .c_portalResProduct_category-01001 .p_category.product-category-open {
    display: block !important;
  }
  .p_problemCategory .p_categoryBox.dialog,
  .p_problemCategory .js_categoryBox,
  #c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
  .c_portalResProduct_category-01001 .p_categoryBox.dialog {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25) !important;
  }
}

/* Final product-center overrides: PC/tablet 3 columns (override Bootstrap col-sm-6 = 2 cols). */
@media (min-width: 769px) {
  #product-center-dynamic-list .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer,
  .c_portalResProduct_list .proContainer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #product-center-dynamic-list .proContainer > .proLi.col-sm-6,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-sm-6,
  .c_portalResProduct_list .proContainer > .proLi.col-md-4,
  .c_portalResProduct_list .proContainer > .proLi.col-sm-6 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
}

@media (max-width: 768px) {
  #w_grid-1588757357158 #content_box-1588757357158-0 {
    min-height: 0 !important;
    margin-bottom: 10px !important;
  }
  #c_portalResProduct_category-15887573587497046,
  .c_portalResProduct_category-01001 {
    min-height: 0 !important;
    overflow: visible !important;
  }
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    margin: 0 0 12px !important;
    border-radius: 0 !important;
    background: #dc2a27 !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 6px 18px rgba(220, 42, 39, 0.22) !important;
  }
  #c_portalResProduct_category-15887573587497046 .p_category,
  .c_portalResProduct_category-01001 .p_category {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    padding: 72px 18px 22px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
  }
  #c_portalResProduct_category-15887573587497046 .p_category.product-category-open,
  .c_portalResProduct_category-01001 .p_category.product-category-open {
    display: block !important;
  }
  #c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
  .c_portalResProduct_category-01001 .p_categoryBox.dialog {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25) !important;
  }
  #c_portalResProduct_category-15887573587497046 .p_btn-hide,
  .c_portalResProduct_category-01001 .p_btn-hide {
    display: block !important;
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 100000 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #333 !important;
    text-align: center !important;
  }
  #product-center-dynamic-list .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer,
  .c_portalResProduct_list .proContainer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  .c_portalResProduct_list .proContainer > .proLi.col-md-4 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }
}
/* 产品中心：仅修复动态注入后双栏栅格塌到上下排列的问题。 */
@media (min-width: 769px) {
  #w_grid-1588757357158 > .w_grid > .p_gridbox,
  #w_grid-1588757357158 > div > .p_gridbox {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #w_grid-1588757357158 > div > .p_gridbox > .p_gridCell {
    display: block !important;
    float: none !important;
    clear: none !important;
    vertical-align: top !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #w_grid-1588757357158 #content_box-1588757357158-0 {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
  }

  #w_grid-1588757357158 #content_box-1588757357158-1 {
    flex: 1 1 0% !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-left: 24px !important;
  }

  #c_portalResProduct_list-15887558997947350 .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer.row,
  #c_portalResProduct_list-15887558997947350 .proContainer.p_productsSet,
  #product-center-dynamic-list .proContainer,
  #product-center-dynamic-list .proContainer.row,
  #product-center-dynamic-list .proContainer.p_productsSet {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-md-4,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi.col-sm-6,
  #product-center-dynamic-list .proContainer > .proLi.col-md-4,
  #product-center-dynamic-list .proContainer > .proLi.col-sm-6,
  .c_portalResProduct_list .proLi.col-md-4,
  .c_portalResProduct_list .proLi.col-sm-6 {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    float: none !important;
  }
}

#c_portalResProduct_category-15887573587497046 .p_btn-show,
.c_portalResProduct_category-01001 .p_btn-show {
  display: none !important;
}
#c_portalResProduct_category-15887573587497046 .p_category,
.c_portalResProduct_category-01001 .p_category {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
.c_portalResProduct_category-01001 .p_categoryBox.dialog {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  float: none !important;
}

@media (max-width: 768px) {
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: block !important;
    margin: 0 0 12px !important;
  }

  #w_grid-1588757357158 > .w_grid > .p_gridbox,
  #w_grid-1588757357158 > div > .p_gridbox {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  #w_grid-1588757357158 > div > .p_gridbox > .p_gridCell {
    display: block !important;
    width: 100% !important;
  }
  #w_grid-1588757357158 #content_box-1588757357158-0,
  #w_grid-1588757357158 #content_box-1588757357158-1 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
  }
}

/* v21 eof category override */
@media (max-width: 768px) {
  .p_problemCategory .p_category,
  #c_portalResProduct_category-15887573587497046 .p_category,
  .c_portalResProduct_category-01001 .p_category {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 0 !important;
    padding: 72px 18px 22px !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-sizing: border-box !important;
  }
  .p_problemCategory .p_category.product-category-open,
  #c_portalResProduct_category-15887573587497046 .p_category.product-category-open,
  .c_portalResProduct_category-01001 .p_category.product-category-open {
    display: block !important;
  }
  .p_problemCategory .p_btn-show,
  #c_portalResProduct_category-15887573587497046 .p_btn-show,
  .c_portalResProduct_category-01001 .p_btn-show {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    line-height: 1.2 !important;
    border-radius: 0 !important;
    background: #dc2a27 !important;
    color: #fff !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .p_problemCategory .p_btn-show .e_icon,
  #c_portalResProduct_category-15887573587497046 .p_btn-show .e_icon,
  .c_portalResProduct_category-01001 .p_btn-show .e_icon {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin-left: 6px !important;
    vertical-align: middle !important;
  }
  .p_problemCategory .p_categoryBox.dialog,
  .p_problemCategory .js_categoryBox,
  #c_portalResProduct_category-15887573587497046 .p_categoryBox.dialog,
  .c_portalResProduct_category-01001 .p_categoryBox.dialog {
    position: relative !important;
    width: 100% !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25) !important;
  }
  .p_problemCategory .p_btn-hide,
  #c_portalResProduct_category-15887573587497046 .p_btn-hide,
  .c_portalResProduct_category-01001 .p_btn-hide {
    display: block !important;
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 100000 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #333 !important;
    text-align: center !important;
  }
}

/* v25 eof: stable 3-column grid after DOM fix */
@media (min-width: 769px) {
  #product-center-dynamic-list .proContainer.row,
  #c_portalResProduct_list-15887558997947350 .proContainer.row,
  .c_portalResProduct_list .proContainer.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #product-center-dynamic-list .proContainer > .proLi,
  #c_portalResProduct_list-15887558997947350 .proContainer > .proLi,
  .c_portalResProduct_list .proContainer > .proLi {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    min-width: 0 !important;
  }
  #product-center-dynamic-list .box,
  #c_portalResProduct_list-15887558997947350 .box,
  .c_portalResProduct_list .box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  #product-center-dynamic-list .proImgBox,
  #c_portalResProduct_list-15887558997947350 .proImgBox,
  .c_portalResProduct_list .proImgBox {
    flex: 0 0 auto !important;
    height: 0 !important;
    padding-bottom: 62% !important;
  }
  #product-center-dynamic-list .txtBox,
  #c_portalResProduct_list-15887558997947350 .txtBox,
  .c_portalResProduct_list .txtBox {
    flex: 0 0 auto !important;
  }
  #product-center-dynamic-list .line,
  #c_portalResProduct_list-15887558997947350 .line,
  .c_portalResProduct_list .line {
    margin-top: 8px !important;
    height: 2px !important;
  }
  #w_grid-1588755113412 {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #w_grid-1588757357158 #content_box-1588757357158-0 {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
  }
  #w_grid-1588757357158 #content_box-1588757357158-1 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding-left: 20px !important;
  }
  #c_portalResProduct_list-15887558997947350 .proBox > .container,
  #product-center-dynamic-list .proBox > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #product-center-dynamic-list .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer,
  .c_portalResProduct_list .proContainer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  #product-center-dynamic-list .proImgBox,
  #c_portalResProduct_list-15887558997947350 .proImgBox,
  .c_portalResProduct_list .proImgBox {
    padding-bottom: 62% !important;
  }
  #product-center-dynamic-list .txtBox,
  #c_portalResProduct_list-15887558997947350 .txtBox,
  .c_portalResProduct_list .txtBox {
    padding: 12px 10px !important;
  }
  #product-center-dynamic-list .proTitle,
  #c_portalResProduct_list-15887558997947350 .proTitle,
  .c_portalResProduct_list .proTitle {
    font-size: 14px !important;
  }
}

/* v28: Bootstrap .row::before/::after must not occupy grid cells */
@media (min-width: 769px) {
  #c_portalResProduct_list-15887558997947350 .proContainer.row::before,
  #c_portalResProduct_list-15887558997947350 .proContainer.row::after,
  #product-center-dynamic-list .proContainer.row::before,
  #product-center-dynamic-list .proContainer.row::after,
  .c_portalResProduct_list .proContainer.row::before,
  .c_portalResProduct_list .proContainer.row::after {
    display: none !important;
    content: none !important;
  }
}

/* v26 eof: kill Bootstrap/page_impt col-* widths so 3rd card is not pushed to next row */
@media (min-width: 769px) {
  #c_portalResProduct_list-15887558997947350 .col-md-4,
  #c_portalResProduct_list-15887558997947350 .col-sm-6,
  #product-center-dynamic-list .col-md-4,
  #product-center-dynamic-list .col-sm-6,
  .c_portalResProduct_list .col-md-4,
  .c_portalResProduct_list .col-sm-6 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
  }

  #c_portalResProduct_list-15887558997947350 .proLi,
  #product-center-dynamic-list .proLi,
  .c_portalResProduct_list .proLi {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
  }

  #c_portalResProduct_list-15887558997947350 .proContainer,
  #c_portalResProduct_list-15887558997947350 .proContainer.row,
  #c_portalResProduct_list-15887558997947350 .proContainer.p_productsSet,
  #product-center-dynamic-list .proContainer,
  #product-center-dynamic-list .proContainer.row,
  .c_portalResProduct_list .proContainer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }
}

/* v30: 对齐参考图 — 白底区左右留白，产品区与页脚分离 */
@media (min-width: 769px) {
  #w_grid-1588755113412 {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 36px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
  }
  #w_grid-1588757357158 #content_box-1588757357158-1 {
    padding-left: 20px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }
  #c_portalResProduct_list-15887558997947350 .proBox {
    width: 100% !important;
    margin-bottom: 8px !important;
    overflow: visible !important;
  }
  #c_portalResProduct_list-15887558997947350 .proBox > .container {
    padding-left: 0 !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
  #c_portalResProduct_list-15887558997947350 .proContainer.p_productsSet {
    gap: 14px !important;
  }
}
#w_grid-1593227284155 {
  clear: both !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-top: 0 !important;
  z-index: 1 !important;
}
