*{
	margin:0;
	padding:0;
	border:0;
	font-family:"微软雅黑";
	text-decoration:none;
	list-style:none;   

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-webkit-text-size-adjust:100%;
	-webkit-appearance:none;
	/*-webkit-user-select:none;*/
	max-height:9999999px;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling:touch; 
	overflow-scrolling: touch;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
body,dl,dd,h1,h2,h3,h4,h5,h6,p,figure{
	margin:0;
}
ul,ol{
	margin:0;
	padding:0;
}
li{
	list-style:none; 
}
input{
	padding:0;
	border:1px solid #333;
}
textarea{
	padding:0;
}
img{
	border:0;
}
a{
	color:#333;
	text-decoration:none; 
}

a,button,input{ 

   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
   /*-webkit-user-modify: read-write-plaintext-only;*/
   outline: none;

}