* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #000000;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right !important;
}

.clear {
	clear: both;
}

input[type=text],
input[type=password] {
	outline: none;
}

em {
	font-style: normal;
}

i {
	font-style: normal;
}

.none {
	display: none;
}