$(function () { if (!isFrontEnv()) { $(".sfq").parent().addClass("des"); } $(".sfq:nth-child(1)").find(".s_img").addClass("show"); $(".sfq").mouseenter(function () { $(this).siblings().find(".s_img").removeClass("show"); $(this).find(".s_img").addClass("show"); }); });