.copyright_bannar {
	width: 100%;
	display: block;
	padding-top: 40px;
}
.app {
	padding-top: 30px;
	background-color: #fff;
}
.app>h3 {
	font-size: 15px;
	color: #d2ef90;
	text-align: center;
}
.app>h4 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: inherit;
	height: inherit;
}
.zhezhao{
	background: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	top:0;
	z-index: 2;
	border-radius: 5px;
}
.food1 {
	width: 90%;
	height: 146px;
	position: relative;
	margin:15px auto;
	border-radius:5px;
}
.food1>img{
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	border-radius:5px;
}
.food3{
	position:absolute;
	width: 100%;
	top: 0;
	z-index: 2;
}
.foodI {
	margin: 30px auto 5px;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 1px solid #fff;
	
}

.foodI>img {
	display: block;
	margin: 12px auto;
	width: 35px;
}
.food2{
	z-index: 2;
	position:absolute;
	bottom: 10px;
	width: 100%;
}
.food2>h1 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	
	
	text-align: center;
	
}