*,*:before,*:after{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Microsoft YaHei",sans-serif;
	color: #333;
}
input,textarea,button{
	border: none;
	outline: none;
	-webkit-appearance: none;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: underline;
}
.clearFix:before,.clearFix:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
.text_ellipsis{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}