Mini Electric Man Shaver
    
 
    
      SB-8023
    
 
    
     This product adopts one DC 1.5V AA battery to supply power for the motor. Through the push switch 
to realize the shaving function. 
    
 
     
   
   
   
    
   
     Online message 
   
 
   
     If you are interested in our products, please leave a message or contact the online customer.
   
 
    
        
   
 
   
   
   
      
   
   
   
   
   
   
   
  ");
    //下方显示点击切换
    $(".pro-nav .root>div").click(function(){
      $(".pro-nav .root>div").removeClass("on");
    	$(this).addClass("on");
      for(var i=0; i<$(".pro-nav .root>div").size(); i++){
      	if($(".pro-nav .root>div:eq("+i+")").hasClass("on")){
        	$(".pro-show").removeClass("on");
          $(".pro-show:eq("+i+")").addClass("on");
        }
      }
    });
    //手机高度
    if(window.innerWidth<=640){
    	$(".pro-nav .root>div").height($(".description").height());
    }
    
    //手机下横屏变化
    if(window.innerWidth<=940){
      $(window).resize(function() {
        $(".pro-nav .root>div").height($(".description").height());
        $(".pro-imgshow .slt ul li").height($(".pro-imgshow .slt ul li").width());
        $(".pro-imgshow .slt ul li img").css("height","100%");
        $(".pro-imgshow .imgshow").height($(".pro-imgshow .imgshow .on img").height());
      });
    }
    $(".pro-imgshow .imgshow").height($(".pro-imgshow .imgshow .on img").height());