@charset "utf-8";
.fixedfoot{
	position:fixed;
	z-index:10;
	width:100%;
	background:#FFF;
	clear:both;
	height:48px;
	border-top:#cbcbcb solid 1px;
	bottom:0;
	box-shadow:0px 0px 10px 0px rgba(153, 153, 153, 0.35);
}
.fixedfoot ul{
	width:100%;
	margin: 0;
	padding: 0;
}
.fixedfoot ul li{
	width:20%;
	float:left;
	text-align:center;
	padding-top:5px;
}
.fixedfoot ul li a{
	display: block;
}
.fixedfoot ul li a p{
	font-size:12px;
	color:#999999;
	line-height: 11px;
}
.fixedfoot ul li a p.icon{
	width:22px;
	height:22px;
	margin:0 auto;
	background-size:cover;
	margin-bottom:5px;
}

.fixedfoot ul li .cur{color:#000;}

.fixedfoot ul li .home{background:url(../images/footer/home.png) no-repeat center center; }
.fixedfoot ul li .home_cur{background:url(../images/footer/home_cur.png) no-repeat center center;}

.fixedfoot ul li .contract{background:url(../images/footer/market.png) no-repeat center center; }
.fixedfoot ul li .contract_cur{background:url(../images/footer/market_cur.png) no-repeat center center; }

.fixedfoot ul li .trade{background:url(../images/footer/trade.png) no-repeat center center; }
.fixedfoot ul li .trade_cur{background:url(../images/footer/trade_cur.png) no-repeat center center; }

.fixedfoot ul li .asset{background:url(../images/footer/asset.png) no-repeat center center; }
.fixedfoot ul li .asset_cur{background:url(../images/footer/asset_cur.png) no-repeat center center; }

.fixedfoot ul li .mine{background:url(../images/footer/mine.png) no-repeat center center; }
.fixedfoot ul li .mine_cur{background:url(../images/footer/mine_cur.png) no-repeat center center; }