@charset "utf-8";
*{
	margin:0;
	padding:0;
	outline:none;
	border: none;
}
html,body{
	font-family: "微软雅黑";
	height: 100%;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
}
.clearfloat:after{
	content:'';
	display:block;
	height:0;
	clear:both;
}
a{
	text-decoration:none;
	color:#333;
	/*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;*/
}
li{
	list-style:none;
}
em, i {
	font-style: normal;
}
input{
	font-family: "微软雅黑";
}
