Mlcro USB Rechargeable
    
 
    
      SB-2131
    
 
    
     How to Charge: Connect the Micro USB port with AC adapter or USB socket. The indicator light turn red when charging, and will turn green after fully charged.
    
 
     
   
   
  Operation Method:
How to Charge:
  Connect the Micro USB port with AC adapter or USB socket. The indicator light turn red when charging, and will  turn green after fully charged.
Main Technical Parameter:
| Input Voltage  | 5V | 
| Input Current  | 160mA | 
| Fully Charge Time  | Approx.1 Hour | 
| Output Voltage | 1.5V  | 
| Output Current | 1A | 
| Battery Capacity | 400mAh | 
| Size | φ10*44.6 mm | 
| Weight | 7.2  g | 
   
 
    
   
     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());