/*全局样式*/
*{padding:0;margin:0;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;font-size:12px;}
img,input{border:none;vertical-align:middle;}
body{font-size:12px;background:#FFF;color:#000;font-family: "微软雅黑";}
html{overflow-y:scroll;}
ul,ol{list-style-type:none;}
th,td,input{font-size:12px;}
h3{font-size:14px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
a:link,a:visited{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(255,255,255,0)}
a:hover,a:active{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(255,255,255,0)}
*{   
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -khtml-user-select:none; /*早期浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none;  

}  
img,a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
input ,textarea {      
     -webkit-user-select:auto; /*webkit浏览器*/  
   
    -webkit-user-select:auto; /*webkit浏览器*/   
    -khtml-user-select:auto; /*早期浏览器*/   
    -moz-user-select:auto;/*火狐*/   
    -ms-user-select:auto; /*IE10*/   
    user-select:auto; 
    -webkit-touch-callout:auto;  /*系统默认菜单被禁用*/   
     -webkit-tap-highlight-color:transparent;  
} 