$(function(){
// 	$("#menu-re").click(function(e){
// 			if($("#footer-menu-nav").hasClass("footer-menu-hover")){
// 			    $("#footer-menu-nav").removeClass("footer-menu-hover");
// 			}else{
// 			  $("#footer-menu-nav").addClass("footer-menu-hover"); 
// 			}
// 	        e = e || event;
// 	        stopFunc(e);
// 		})
		/*$('.mobile-nav .menu').click(function () {
			$(this).hide()
			$(this).next('.close').show()
			$(this).parent().find('.m-menu').show()
		})
		
		$('.mobile-nav .close').click(function () {
			$(this).hide()
			$('.mobile-nav .menu').show()
			$(this).parent().find('.m-menu').hide()
		})*/
		$('html').on('click',function(){
	    	$(".footer-menu-nav").removeClass("footer-menu-hover");
	    	
	    }) 
		function stopFunc(e) {
		    e.stopPropagation ? e.stopPropagation() : e.cancelBubble = true;
		}
		 
	//复制微信
	function copyText() {
        $('.wxinput').val('mizhanqifu').select()
        document.execCommand('Copy'); 
        alert('复制成功');
    }
	
	
})
