/*母版top切换*/
#c_portalResProduct_category-15922980621808701 {
  position: relative;
}
#c_portalResProduct_category-15922980621808701 .h_cateImg{
  background:#f2f2f3;
  left:0;
  top:0;
}
/*除去第一个列表，其他置底*/
#c_portalResProduct_category-15922980621808701 .h_cateImg:not(:first-child) {
  position: absolute;
  z-index: -1;
}
/*默认第一个列表显示*/
#c_portalResProduct_category-15922980621808701 .h_cateImg:first-child {
  z-index: 1;
  position:relative;
}

