@charset "utf-8";

/* 导航永远在最上层，不被覆盖 */
.index_head {
  z-index: 99999 !important;
}

/* 修复案例点击 */
.jdsb_product li a {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  cursor: pointer !important;
}

/* 修复第二页布局错乱（清除浮动，恢复三列） */
.jdsb_product ul::after {
  content: "";
  display: table;
  clear: both;
}