.foot{display:none}
@media only screen and (max-width:768px) {
.footer {
	margin-bottom: 50px;
}
.foot {
	max-width: 720px;
	height: 58px;
	background-color: #9d5308;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 99;
}
.foot ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.foot ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
}