body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form,input,div {
    margin: 0;
    padding: 0;
}
html,body {
    font-family: Microsoft YaHei,Tahoma,Arial,sans-serif;
    -webkit-user-select:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
    -webkit-touch-callout:none; 
    -webkit-text-size-adjust:none;
}
.clear {
    clear: both;
}
.clear_fix:after{
	content: "";
	display: block;
	clear: both;
}
ul,li {
    list-style: none;
}

img {
	display: block;
    border: none;
}
/*一般链接*/
a {
	display: block;
    text-decoration: none;
}
a:focus{
	outline: none;
}
input,button{
    -webkit-appearance:none;//清除ios默认圆角
    border-radius:0;
}
