var clickEvent = (function() { if ('ontouchend' in document.documentElement === true) return 'touchend'; else return 'click';})();
击穿 用延迟300秒隐藏
$('.tip_page').fadeOut(300,function(){ xxxxxxxxx })