Portable Camping Lantern
    
 
    
      SB-1201
    
 
    
     This product adopts high power SMDs as the light source, with portable USB input charging function. Switch modes: High Mode→ 50% Lighting →20% Lighting →off.
    
 
     
   
   
  
Function & Feature:
1.  Switch modes: High Mode→ 50% Lighting →20% Lighting →off.
2.Charge Via Portable USB Cable
3.Waterproof function IPX7
4.Built-in lithium battery circuit protection function, prevent overcharge or discharge.
5.Hanger Function
Main Technical Parameter:
Lighting parameters
  | The Max. Luminous Flux of High Mode | ≥100 Lm | 
| The Max. Luminous Flux of 50%  Lighting | ≥50 Lm | 
| The Max. Luminous Flux of 20%  Lighting | ≥20Lm | 
| High level lighting time after fully charged | ≥4 hours | 
| 50%  lighting time after fully charged | ≥7 hours | 
| 20%  lighting time after fully charged | ≥14 hours | 
Parameters of external power source
    | Input voltage | 5±5.2 V | 
| Max current | 700±100 mA | 
| Fully charged time | 3-6 hours | 
Main parts life-span
    | Switch | 5000 Times | 
| The plastic part | 5 Years | 
| LED | 50000 Hours | 
Others
    | Specification of built-in battery | 1000mAh, 3.7 V Lithium battery  | 
LED specifiction  |    | 
Size and weight
    | Size | Ф79.3mmx67.6mm | 
| Weight | 101g | 
    
 
    
   
     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());