body,ul,h1,h2,h3,h4,h5,h6,input,button,p,dl {
	margin: 0;
	padding: 0;
}
body {
	font: 14px microsoft yahei;
	color: #fff;
}
li {
	list-style: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
a:hover{
   text-decoration: none!important; 
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
input {
	border: 0 none;
	outline-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}