/*
   ©微万自适应框架2016
   Author:wellwap Team.
   E-mail:wellwap@qq.com

  首先设置 viewport
  
<script>
$(function(){
    if((/Android|webOS|iPhone|iPad|iPod|Pad|Mobile|BlackBerry|Windows CE|Windows Phone|Linux/i.test(navigator.userAgent))){
       if(window.location.href.indexOf("?pc")<0){
          try{
                $("* img").removeAttr("style");
	            $("* img").css({"width":"100%","height":"auto"});			  
			  }
          catch(e){}
       }
    }
});
</script> 

*/ 

@media only screen and (max-width: 1024px) {

/*wellwap format*/
*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box;box-sizing:border-box;}
*:focus {
	outline:none;}
img,* img {  
    width:auto;
    max-width:100%;
	height:auto;}
body, html {
    padding: 0;
    margin: 0 auto;
    min-width:100%;
	word-wrap:break-word;word-break:break-all;
	-webkit-text-size-adjust:none;/*禁用Webkit内核浏览器的文字大小调整功能*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击无高光*/
}
*:hover,*:focus,*:active{   
    -webkit-tap-highlight-color: transparent;/*去除按钮背景*/
 }
* table{
	width:100%;
	height:auto;
	overflow:scroll;}	
textarea {
	outline:none;
	resize:none;}
textarea, select, button, input[type="button"], input[type="checkbox"], input[type="submit"], input[type="reset"]{
	-webkit-appearance:none;border-radius:0;}/* 去除默认按钮样式 */
input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-placeholder, textarea:-ms-placeholder, input:-webkit-placeholder, textarea:-webkit-placeholder, input:placeholder, textarea:placeholder {
	color:#ddd;font-family:"微软雅黑";font-size:inherit;}/*表单提示*/

/*wellwap responsive*/
    
}

@media only screen and (max-width: 960px) {

    
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 640px) {

    
}

@media only screen and (max-width: 480px) {

    
}

@media only screen and (max-width: 414px) {

    
}

@media only screen and (max-width: 375px) {

    
}

@media only screen and (max-width: 320px) {

    
}