* {
	color: #333333;
	margin: 0;
	padding: 0;
}

ul,li {
	list-style-type: none;
}

img {
	border: 0 none;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
}
body,input,select,button,textarea {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}
a,a:link {
	color: inherit;
	text-decoration: none;
}
:active,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}
.mg{
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
input {
	vertical-align: middle;
}









