<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('è¯¥å•†å“å·²ç»åŠ&nbsp;å…¥ä¼šå‘˜ç­‰çº§æŠ˜æ‰£ä½“ç³»ï¼Œæœ¬ç«™ä¼šå‘˜å¯ä»¥äº«å—ç›¸åº”çš„æŠ˜ä»·ä¼˜æƒ&nbsp;', 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('å•†å“å·²åŠ&nbsp;å…¥æŽ¨å¹¿æœåŠ¡,åœ¨å•†å“åˆ—è¡¨ç½®é¡¶æ˜¾ç¤º', 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('å·²åŠ&nbsp;å…¥æ¶ˆä¿ï¼Œå•†å®¶å·²ç¼´çº³ä¿è¯é‡‘ &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>