* {margin: 0;padding: 0;}
body {
	font-family: "微软雅黑", "宋体", "新宋体";"楷体",
	font-size: 14x;
	color: #222222;
	background: #F3F3F3;
}
b {font-weight: normal;}
i {font-style: normal;}
li {list-style: none;}
.fl {float: left;}
.fr {float: right;}
.clearfloat::after {
	content: "";
	display: block;
	clear: both;
}
a,a:hover,a:active,a:visited,a:link {
	text-decoration: none;
	color: #222222;
	}
input,textarea,select {outline: none;}
img {
	vertical-align: middle;
	border: none;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
