﻿.fl{float: left;}
.bot {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #000;
	height: 66px;
	color: #fff;
	z-index:99999;
	background: rgba(35, 35, 35, 0.85);
	padding: 5px 0 
}
.bot_icon {
	width: 39px;
	position: absolute;
	right: 40px;
	bottom: 10px;
	z-index: 5;
	cursor: pointer
}
.bot_con {
	min-height: 65px;
	_height: 65px;
	overflow: hidden
}
.bot_con li {
	width: 33.33%;
	float: left
}
.bot_r {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding:20px 0 0 10px;
	font-family:'微软雅黑';
}
#bot_left {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 36px;
	display: none;
	cursor: pointer
}