@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
}

body{
	background-color: #fff;
	color:#666;
	font-size: 12px;
}

.clear{clear:both}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
img{border:0}
input,select,textarea{
	outline:none;
}

.wrapper{width:1080px;margin:0 auto}