@media screen and (min-width:580px){
	#addmfooter, .footer {
		display:none;
	}
}

#addmfooter {
	width:100%;
	clear:both;
	height:4.5em;
	border:none;
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	border:none;
	overflow: hidden;
	height:2.8em;
}
.footer .ftc {
	position: relative;
	width: 100%;
	border:none;
}
.footer .ftc .rt {
	display: block;
	background: url(../images/rt.png) no-repeat center;
	height: 4em;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: -2em;
	width: 4em;
	margin-left: -2em;
	z-index: 98;
	border:none;
}
.footer ul {

	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	z-index: 99;
	background: #34ac1f;
}
.footer li {
	width: 24%;
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	text-align: center;
}
.footer li a {
	display: block;
	padding: 0.5em 0;
	background: url(../images/navline.png) no-repeat left center;
	background-size: 0.083em;
}
.footer li:nth-child(1) a {
	background: none;
}
.footer li a img {
	display: block;
	width: 2.208em;
	margin: 0 auto;
}
.footer li a span {
	display: block;
	text-align: center;
	font-size: 1em;
	color: #fff;
}