/* header登录状态后hover显示个人信息 */ //$(".lonin-yes").hover(function () { // $(this).find(".info-pop-box").stop(); // $(this).find(".info-pop-box").slideDown(100); //},function () { // $(this).find(".info-pop-box").stop(); // $(this).find(".info-pop-box").slideUp(100); //}); // ///*退出登录*/ //$(".outlogin").click(function () { // $(".pop-outlogin").fadeIn(100); // $(".black-bg").fadeIn(100); //}); //$(".pop-outlogin .close").click(function () { // $(".pop-outlogin").fadeOut(100); // $(".black-bg").fadeOut(100); //}); //$(".pop-outlogin .canceloutlogin").click(function () { // $(".pop-outlogin").fadeOut(100); // $(".black-bg").fadeOut(100); //});