body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
	padding: 0;
	margin: 0;
}

input,select,option{
	-web-kit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}
 textarea{
	 resize: none;
	 outline:none
 }
body {
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 1;
}

ul,ol,
li {
	list-style: none;
	margin:0;
	padding:0;
}
h2{
	font-weight: normal;
}
i {
	font-style: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.fr{float:right;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}

