$(function(){
	/*mobile_mall_list*/
	$(".brand_main ul li").mouseover(function(){  
       $(this).addClass("brand_hover");}).mouseout(function(){ 
       $(this).removeClass("brand_hover");
	 });
	/*商品历史查看_list*/
	$(".visit_operate .prev").mouseover(function(){  
       $(this).addClass("prev_hover");}).mouseout(function(){ 
       $(this).removeClass("prev_hover");
	 });
	$(".visit_operate .next").mouseover(function(){  
       $(this).addClass("next_hover");}).mouseout(function(){ 
       $(this).removeClass("next_hover");
	 });
	//$(".mobile_list ul li").mouseover(function(){  
       //$(this).addClass("mobile_list_hover");}).mouseout(function(){ 
      // $(this).removeClass("mobile_list_hover");
	 //});
	 /*点商品看视频_tips*/
	/*$(".goods_img").hover(function(){
	  $(this).css("position","relative");
	  $(this).find(".goods_img_click").css("display","block");
	},function(){
	  $(this).css("position","static");
	  $(this).find(".goods_img_click").css("display","none");
	});*/
	/*查看价格走势图_tips*/
	/*$(".price_circs_up").hover(function(){
	  
	  $(this).find(".price_circs_tip").css("display","block");
	  
	},function(){
	  $(this).find(".price_circs_tip").css("display","none");
	});
	
	$(".price_circs_down").hover(function(){
	  
	  $(this).find(".price_circs_tip").css("display","block");
	},function(){
	  $(this).find(".price_circs_tip").css("display","none");
	});
	
	$(".price_circs_point").hover(function(){
	  $(this).find(".price_circs_tip").css("display","block");
	},function(){
	  $(this).find(".price_circs_tip").css("display","none");
	});*/
});
