Silicone USB Keychain Torch
    
 
    
      SB-7111
    
 
    
     Top Quality Customized Promotion ABS Mini LED Flashlight / Portable USB Rechargeable Mini LED Torch light with CE RoHS
    
 
     
   
   
  Function & Feature:
1.Lighting:Switch Mode: On-Off
2.Silicone Ring
3.USB Input Charge
4.Used as a backpack accessory
5.Used as a Bicycle Light
6.Used as a Keyring
Main Technical Parameter:
 Lighting parameters
  | The Max. Luminous Flux | 10 Lm | 
| Run Time | 1 Hour | 
| Charging Port | USB | 
| Fully Charge Time | Approx. 2 Hours | 
| Specification of Built-in Battery | 50mAH/3.7V Li-ion | 
 Packing:
| Carton | Inner Box | Carton Dimension | G/N Weight | Package | 
| 200pcs | 100pcs | 33x33x25.5CM | 5.5/4.5KG | Blister Card | 
 
    
   
     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());