@charset "utf-8";
a{
	text-decoration: none;
}
.bot-1{
	width: 100%;
	height: 49px;
	overflow: hidden;
}
.bot-box{ 
	width:100%; 
	height:49px; 
	background:#fff; 
	overflow:hidden; 
	position:fixed;
	z-index:999;
	left:0;
	bottom:0;
}
.line-2 {
	width: 400%;
	margin-left: -200%;
	height: 1px;
	background: #d6d7dc;
	overflow: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.bot-box ul{
	width:100%;
	height:auto;
	overflow:hidden;
}
.bot-box ul li{
	width:25%;
	text-align:center;
	height:48px;
	overflow:hidden;
	float:left;
}
.bot-box ul li i{
	display:block;
	width:23px;
	height:23px;
	margin:5px auto 0;
	overflow:hidden;
}
.bot-box ul li i img{
	width:23px;
	height:23px;
}
.bot-box ul li p{
	width:200%;
	height:38px;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#999999;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	margin-left:-100%;
	margin-top:-19px;
}
.bot-on img:first-child{
	display:none;
}
.bot-box ul li.bot-on p{
	color:#3c9bf7;
}