@charset "utf-8";

@media screen and (max-width:1560px){ 

  }
  
  
/*pc 1200-1400*/
@media screen and (max-width:1400px){ 


  }
  

/*pc 1200-1300*/
@media screen and (max-width:1300px){ 

  }


/*ipad*/
@media screen and (width:1024px){  


  }


/*mobile screen 992 */
@media screen and (max-width:992px){ 
.fixbox{position:fixed;top:0;left:0;right:0}
.maskdiv{position:fixed;left:0;top:0;bottom:0;right:0;z-index:99999999;left:100%}
.maskmain{width:69%;float:right;height:100%;background:#f5f5f5}
.maskmain p{font-size:16px;color:#959595;padding-left:20px;line-height:80px;background:#fafafa}
.maskmain p img{width:15px;height:15px;float:right;margin-right:10px;margin-top:30px;display:block}
.maskmain .masksearch{margin:20px 10px 0 10px;height:40px;border:#e6e6e6 1px solid;border-radius:38px;background:#fff;overflow:hidden}
.maskmain .masksearch img{width:22px;height:22px;float:left;margin-top:10px;margin-left:18px;display:inline;padding-right:8px}
.maskmain .masksearch form{overflow:hidden}
.maskmain form input{height:38px;line-height:38px;color:#000000;font-size:16px;line-height:38px;border:none;float:left}
.maskmain form input:focus{outline:none}
.maskleft{width:31%;*width:30.9;float:left;height:100%}
.maskbg{background:url(maskbg.png) repeat;display:none;position:fixed;left:0;top:0;bottom:0;right:0;z-index:99999998;width:100%}
}



/*mobile screen H 640 */
@media screen and (max-width:640px){   } 

/* 5s */
@media screen and (max-width:320px){
    
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus 实际屏幕宽度414px */
    
}


/*IE6-8 max-992 Hack*/
@media \0screen\,screen\9 { @media screen and (max-width:992px){   

  } } 
