﻿header,footer {
	position:fixed;
	right:0;
	left:0;
	height:1.84rem;
	line-height:1.84rem;
	text-align:center
}
header {
	top:0;
	background-color:#005ad2
}
footer {
	bottom:0;
	background-color:#005ad2
}
.menu-category {
	box-sizing:border-box;
	position:fixed;
	left:0;
	top:70px;
	width:4rem;
	bottom:0;
	background:#f5f5f5;
	z-index:1
}
.menu-category .nav-list {
	height:100%
}
.menu-category .slide {
	width:4rem;
	height:2rem;
	line-height:2rem;
	font-size:.6rem;
	color:#333;
	text-align:center
}
.menu-category .sidehigh {
	font-weight:700;
	color:#005ad2;
	background-color:#fff
}
.menu-category .sidehigh:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:.12rem;
	height:2rem;
	background:-webkit-linear-gradient(left,#005ad2,#005ad2);
	background:-o-linear-gradient(right,#005ad2,#005ad2);
	background:-moz-linear-gradient(right,#005ad2,#005ad2);
	background:linear-gradient(to right,#005ad2,#005ad2)
}
.category-list {
	margin-left:4rem;
	padding-bottom:.56rem;
	height:100%;
	overflow:hidden;
	margin-top:60px;
}
.category-list .food-list {
	height:100%;
	overflow-y:scroll
}
.category-list li {
	float:left;
	margin:.6rem .7rem .32rem
}
.category-list li a {
	width:3.5rem;
	float:left
}
.category-list li img {
	width:2.2rem;
	height:2rem
}
.category-list li p {
	width:100%;
	line-height:.8rem;
	font-size:.48rem;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:break-all;
	word-wrap:break-word
}
