@charset "utf-8";
	body,div {
	margin:0;
	padding:0
}
html,body {
	margin:0;
	font-family:Open-Sans,"Microsoft Yahei",sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#181818;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-feature-settings:"liga","kern";
	cursor:default;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form {
	margin:0;
	padding:0
}
img,abbr,acronym {
	border:0
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400
}
ol,ul {
	list-style:none
}
li{list-style:none}
a {
	outline:0;
	text-decoration:none;
	color:#181818;
}
a:hover {
	text-decoration:none;
}
input {
	outline:0
}
textarea {
	resize:none
}
i {
	font-style:normal;
}
.fl {
	float:left
}
.fr {
	float:right
}
.fn {
	float:none
}
.clear {
	clear:both;
	overflow:hidden;
	height:0
}
.clearfix {
	display:block;
	zoom:1
}
.clearfix:after {
	content:" ";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed
}
.ell,.ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center
}
.text-right {
	text-align:right
}
table {
	border-collapse:collapse;
	border-spacing:0
}
table tr,table th,table td {
	border-collapse:collapse
}