/*母版top切换*/ /*鼠标点击切换*/ (function() { $(".h_proCateBox ").on("click", ".h_proCateList", function() { $(this).addClass("tabActive").siblings(".h_proCateList").removeClass("tabActive"); var ki = $(this).index(); /*包含所有产品列表盒子ID*/ $("#content_box-1624504250880-0").find(".c_portalResProduct_list-01001017").eq(ki).css("z-index", "9").siblings(".c_portalResProduct_list-01001017").css("z-index", "-1"); }); })();