footer
{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #f7f7f7;
	/*background-color: #e2e2e2;*/
	border-top: 1px solid #e2e2e2;/*#d3d3d3;*/
	padding: 2px 15px;
}

footer ul
{
	padding: unset;
	margin: unset;
}

footer ul li
{
	list-style-type: none;
	float: left;
}

footer ul li .icon
{
	position: relative;
	bottom: -1.2px;
}


footer .f-left
{
	float: left;
}

footer .f-left li
{
	margin-right: 15px;
}

footer .f-rigth
{
	float: right;
}

footer .f-rigth li
{
	margin-left: 15px;
}

footer ul .li-line
{
	position: relative;
	top: 3px;
	height: 10px;
	border-right: 1px solid  #bfbfbf;
	margin-right: 20px;
}