@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,dd,dl,input,button{
	margin:0;
	padding: 0;
          font-family:"Microsoft YaHei";
}
input,button,select,option{
	outline: none;
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{
	border: none;
	outline: none;
	vertical-align: top;   /*基线校正*/
}
.clearfix:after{
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix{
	*zoom:1;
}