@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
a {
	background:0 0
}
a:active,a:hover {
	outline:0
}
img {
	border:0
}
html {
	width:100%;
	height: 100%;
	background-color:#eee;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	font-size:14px;
	color:#333;
	font-family:Helvetica,sans-serif;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	background: #eee;
}
a {
	font-family:Helvetica,sans-serif;
}
a,button,form,input,select,textarea {
	-webkit-tap-highlight-color:transparent
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before:0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start:0px;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
