@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
}
img{
	display:block;
	font-size:0;
	border:none;
}
ul,li{
	list-style:none;
}
table{
	border-collapse: collapse;
}
input{
	outline:none;
}
.icon{
	display:inline-block;
	overflow:hidden;
	position:relative;
	vertical-align:top;
}
.btn{
	display:inline-block;
	text-align:center;
}
.floatBox{
	float:left;
	width:100%;
	position:relative;
}
.wrap{
	overflow:hidden;
	position:relative;
}
.tcen{
	text-align:center;
}
.lcen{
	text-align:left;
}
.rcen{
	text-align:right;
}
.ifl{
	float:left;
}
.ifr{
	float:right;
}
.list li *{
	float:left;
	display:block;
}
.tHide{
	text-indent:-9000px;
}
.el{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.isplit{
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.c {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.hr_s {
	background: #DBE0E3;
	height: 1px;
	margin: 0 2px 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}