html,body,ul,li,ol,dl,dd,dt,img,h1,h2,h3,h4,h5,h6,p,input,textarea{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	outline: none;
}
*{
	font-family: "Microsoft Yahei";
	font-family: "arial";
}
*::-webkit-scrollbar{
	width: 0;
	height: 0;
}
/*清除浮动*/
.clearfix:after{
	display: block;
	content: "";
	clear: both;
}
/*多行省略号*/
.ellipsis_mark{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
