
body{background: #efeff4;}
.top{
    height:50px;
    line-height: 50px;
    background: #20ac46;
    overflow: hidden;
    padding: 0 10px 0 15px;
}
.top .back{
    display: block;
    width:10%;
    height:50px;
    background: url(../images/back.png) no-repeat 0 center;
    background-size: 15px 20px;
}
.top .search{
    display: block;
    padding: 0 36px;
    width:75%;
    height: 30px;
    line-height: 32px;
    color: #6D6D72;
    border: none;
    outline:none;
    border-radius: 4px;
    background: #fff url(../images/search.png) no-repeat 9px center;
    background-size: 18px;
    margin:10px 0;
}
.category{
	display: inline-block;
    width:15%;
    height:50px;
    background: url(../images/fenlei.png) right center no-repeat;
    background-size: 36px 25px;
    border: none;
    outline:none;
}
.fl{float: left;}
.tab{
	width: 100%;
	height: 38px;
	background: #fff;
	/*margin-top: 5px;*/
}
.tab li{
	float: left;
	width: 25%;
	height: 38px;
	font: 18px/38px "微软雅黑";
	text-align: center;
	position: relative;
}
.tab li a{color: #666;}
.hover{border-bottom: 2px solid #14a83b;}
i{
	width: 23px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: 2%;
	top: 7%;
	z-index: 3;
}
.up{
	display: block;
	width: 12px;
	height: 16px;
	background: url(../icon/icon-up.png) left bottom no-repeat;
	background-size: 100%;
}
.down{
	display: block;
	width: 12px;
	height: 16px;
	background: url(../icon/icon-down.png) left top no-repeat;
	background-size: 100%;
}
.up:hover{
	background: url(../icon/icon-up1.png) left bottom no-repeat;
	background-size: 100%;
}
.down:hover{
	background: url(../icon/icon-down1.png) left top no-repeat;
	background-size: 100%;
}
.tab-show{
	width: 96%;
	margin: 16px auto 75px;
}
.tab-show-content{
	display: none;
}
.tab-show-content li{
	width: 48%;
	height: 180px;
	background: #fff;
	margin: 0 0 15px;
	position: relative;
}
.tab-show-content .tab-show-content-l{
	float: left;
}
.tab-show-content .tab-show-content-r{
	float: right;
}
.tab-show-content li a{
	width: 100%;
	color: #000;
}
.tab-show-content dt{
	text-align: center;
}
.tab-show-content dt img{
	width: 120px;
	height: 120px;
}
.tab-show-content dd:nth-of-type(1){
	font: 16px/20px "微软雅黑";
	height: 24px;
	border-bottom: 1px dashed #BBBBBB;
}
.tab-show-content dd span{position: absolute;display: inline-block;font-size: 12px; color: #666;line-height: 34px;}
.tab-show-content dd span:nth-of-type(1){
	color: #14a83b;
	font-size: 15px;
	left: 5px;
	top: 120;
}
.tab-show-content dd span strong{
	font-size: 19px;
	color: #14a83b;
}
.tab-show-content dd span:nth-of-type(2){
	color: #BBBBBB;
	right: 2px;
	top: 120;
}
.food-name{
	font: 18px/1.8 "微软雅黑";
	padding-left: 6px;
	color: #666;
}
