﻿.footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ECECEC;
	background-color: #2A2B30;
}
.footer_wra{
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
}


/*右侧固定的图标*/
.icon_fixed{
	width: 50px;
	position: fixed;
	right: 0;
	bottom: 160px;
}
.icon_fixed p{
	width: 50px;
    height: 48px;
    border-radius: 4px;
    margin-top: -9px;
	background-color: #7A7777;
}
.icon_fixed p:hover{
	background-color: #CF9354;
}
.icon_top{
	background: url(../img/float_qqicon1.png) no-repeat center center;
	display: none;
}



/*动态底部类名*/
.fid{
	position: fixed;
	bottom: 0;
	left: 0;
}



