/*footer*/
.footerSpac{
	width:100%;
	height:60px;
	clear:both;
}
.footer{
	position:fixed; 
	height:45px; 
	display:block;
	width:100%;
	left:0; 
	bottom:0;
	background:#504644;
	/*background:linear-gradient(top,#504644,#4b4340); 
	background:-webkit-linear-gradient(top,#504644,#4b4340); 
	background:-moz-linear-gradient(top,#504644,#4b4340);*/ 
	z-index:10000; 
	padding-top:2px;
}
.footer div{
	width:20%; 
	float:left; 
	height:45px; 
	position:relative;
}
.footer div a{
	display:block; 
	width:100%; 
	color:#fff; 
	padding-top:23px;
	line-height:22px;
	font-size:12px;
	text-align:center;	
}
.footer div a.rmb{
	background:url(meneys.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.coll{
	background:url(favicon.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.home{ 
	width:60px; 
	height:60px;
	padding:0;
	background:#453E38;
	margin:-30px auto 0 auto;
	position:relative;
	border-radius:50%;
}
.footer div a.home:before{
	content:'';
	display:block;
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;
	background:#FFF url(home1.png) center center no-repeat;
	background-size:80% 60%;
	border-radius:50%;
}
.footer div a.member{
	background:url(header.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.info{
	background:url(seticon.png) center 5px no-repeat;
	background-size:20px 20px;	
}
/*.footer div:nth-child(1) a{ 
	background:url(icons.png) center 3px no-repeat;
	background-size:60px auto;
}
.footer div:nth-child(2) a{ 
	background:url(icons.png) center -37px no-repeat;
	background-size:60px auto;
}
.footer div:nth-child(3) a{ 
	position:absolute; 
	padding:0; 
	width:100%; 
	height:70px; 
	left:0; 
	top:-20px; 
	background:url(icons.png) center -75px no-repeat; 
	background-size:56px auto;
}
.footer div:nth-child(4) a{ 
	background:url(icons.png) center -168px no-repeat;
	background-size:60px auto;
}
.footer div:nth-child(5) a{ 
	background:url(icons.png) center -218px no-repeat;
	background-size:60px auto;
}
.footer div:nth-child(5) a span{
	display:block;
	width:16px;
	height:16px;
	background:rgba(255,0,0,0.8);
	text-align:center;
	line-height:16px;
	font-size:14px;
	position:absolute;
	top:0;
	left:50%;
	border-radius:50%;
  -webkit-transform: translate3D(-50%, -40%, 0);
      -ms-transform: translate3D(-50%, -40%, 0);
          transform: translate3D(-50%, -40%, 0);
}*/