<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
$(document).ready(function() {
	//澶撮儴
    $(".top_box li:not(.not)").live({
        mouseenter: function () {
            $(this).addClass("curr")
        },
        mouseleave: function () {
            $(this).removeClass("curr")
        }
    });
    
 $(".sort_page a:not([data-ajax])").click(function() {
        var a = $("#page .ohave"),
            b = $(this).attr("id");
        a = ("l" == b ? a.prev() : a.next()).find("a");
        if (0 &gt;= a.length) return layer.alert("浜诧紝宸茬粡鏄�" + ("l" == b ? "绗竴" : "鏈€鍚庝竴") + "椤靛暒锛�", {
            icon: 5
        }), !1;
        location.href = a.attr("href")
    });
    $(".sort_page a[data-ajax]").click(function() {
        var a = parseInt($(this).siblings("#curr-page").html()),
            b = parseInt($(this).siblings("#total-page").html());
        a = "l" == $(this).attr("id") ? a - 1 : a + 1;
        if (a &gt; b || 0 &gt;= a) return layer.alert("浜诧紝宸茬粡鏄�" + (a &lt; b ? "绗竴" : "鏈€鍚庝竴") + "椤靛暒锛�", {
            icon: 5
        });
        fixed_tool(a)
    });
    $(".sort_select dl").hover(function() {
        var a = $(this).attr("data");
        a = $(this).find("a[data='" + a + "']");
        (0 &gt;= a.length ? $(this).find("span:first") : a).addClass("curr");
        $(this).addClass("curr").siblings("dl").removeClass("curr");
        $(this).find("dd").show()
    }, function() {
        $(this).removeClass("curr").find("dd").hide()
    });
    $(".lrtop cite  a").click(function() {
        $(this).addClass("curr").siblings().removeClass("curr").closest("dl").next(".post").find("div:eq(" + $(this).index() + ")").removeClass("hide").siblings().addClass("hide")
    });
    
	   $(".shou").hover(function () {
		    var that = $(this);
		    nowtips = layer.tips('鍟嗗鎵嬪姩鍙戣揣鍟嗗搧锛屼粯娆惧悗鑱旂郴鍟嗗鍙戣揣銆�', that, {
		        tips: [1, '#999'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		$(".zhe").hover(function () {
		    var that = $(this);
		    nowtips = layer.tips('璇ュ晢鍝佸凡缁忓姞鍏ヤ細鍛樼瓑绾ф姌鎵ｄ綋绯伙紝鏈珯浼氬憳鍙互浜彈鐩稿簲鐨勬姌浠蜂紭鎯�', that, {
		        tips: [1, '#40affe'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		$(".yan").hover(function () {
		    var that = $(this);
		    nowtips = layer.tips('浜ゆ槗鎴愬姛鍚庯紝璐ф寤惰繜1澶╄浆鍒板崠瀹惰处鎴枫€�', that, {
		        tips: [1, '#ff7e00'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		$(".tuiguang").hover(function () {
		    var that = $(this);
		    nowtips = layer.tips('鍟嗗搧宸插姞鍏ユ帹骞挎湇鍔�,鍦ㄥ晢鍝佸垪琛ㄧ疆椤舵樉绀�', that, {
		        tips: [1, '#ffc107'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		
		$(".zidong").hover(function () {
		    var that = $(this);
		    nowtips = layer.tips('骞冲彴浠ｅ彂璐у晢鍝侊紝鎷嶄笅鍚庯紝鍗冲彲鏀跺埌骞冲彴鑷姩鍙戝嚭鐨勫晢鍝�', that, {
		        tips: [1, '#cc805b'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		$(".mysj").hover(function () {
		    var that = $(this);
		    var my = $(that).data("my");
		    nowtips = layer.tips('' + my + '', that, {
		        tips: [1, '#fff'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
		$(".bao-t").hover(function () {
		    var that = $(this);
		    var mn = $(that).data("mn");
		    nowtips = layer.tips('宸插姞鍏ユ秷淇濓紝鍟嗗宸茬即绾充繚璇侀噾 &lt;span class="mn-p"&gt;锟ワ細' + mn + '鍏�&lt;/span&gt; ', that, {
		        tips: [1, '#0f9c0b'],
		        time: 10000
		    });
		}, function () {
		    layer.close(nowtips);
		});
		
    $(".clist dt,.wlist .pic").mouseenter(function() {
        var a = $(this);
        enter = setTimeout(function() {
            a.find(".ly").show()
        }, 300)
    }).mouseleave(function() {
        clearTimeout(enter);
        $(this).find(".ly").hide()
    });
	
});




</pre></body></html>