@charset "utf-8";
/* CSS Document */

#floatLeft{
	position:fixed;
	left:4px;
	top:118px;
	z-index:999;
	width:130px;
	height:220px;
	background:#a1e2fa;
}
.floatLeft_top{
	width:130px;
	height:44px;
	background:#f1aa82;
	line-height:44px;
	text-align:center;
	font-size:15px;
	color: #FFFFFF;
	position:relative;
}
.floatLeft_top a{
	position:absolute;
	width:10px;
	height:10px;
	right:2px;
	top:2px;
	z-index:9999;
	display:block;
	background:url(../images/close.png);
}
.floatLeft_m{
	width:118px;
	margin:12px 6px 0 6px;
}

.floatLeft_m li{
	width:114px;
	height:27px;
	line-height:27px;
	background:#FFF;
	padding:0 0 0 4px;
	float:left;
	margin-bottom:10px;
}
.floatLeft_m li span{
	float:left;
	line-height:27px;
	color:#5f5656;
}
.floatLeft_m li img{
	float:left;
	margin-right:6px;
}
.floatLeft_m_1{
	float:left;
	width:70px;
	border:none;
	height:27px;
	margin-left:4px;
	font-family:"宋体";
	font-size:12px;
	color:#5f5656;
	outline:none;
}
.floatLeft_m_2{
	padding-left:4px;
	float:left;
	width:84px;
	border:none;
	height:27px;
	margin-left:4px;
	font-family:"宋体";
	font-size:12px;
	color:#5f5656;
	outline:none;
}
.floatLeft_bottom{
	width:118px;
	height:34px;
	line-height:34px;
	font-family:"微软雅黑";
	font-size:15px;
	text-align:center;
	float:left;
	margin-top:6px;
}
.floatLeft_bottom a{color:#ffffff;background:#c93f3f; display:block;}
.floatLeft_bottom a:hover{ background:#db4444;}

