/* 菜单 */
.menu_tit {
	padding: 70px;
	text-align: center;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.menu {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.menu_cont{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.foot_check{
	margin-bottom: 110px;
	width: 15px;
	height: 26px;
}

.menu_con {
	margin: 0 10px;
	padding-bottom: 67px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu_img {
	width: 250px;
}

.menu_name {
	margin-top: 10px;
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #343434;
	line-height: 27px;
}

/* 食材 */
.foods{
	background-color: #F4F4F4;
}

.food_tit {
	text-align: center;
	padding-top: 67px;
	padding-bottom: 40px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.food_desc {
	text-align: center;
	padding-bottom: 67px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.foot_cont{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.food {
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.food_cen {
	margin: 0px 15px;
	padding-bottom: 67px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	
.food_img{
	/* width: 330px; */
	height: 197px;
}


.food_name {
	margin-top: 10px;
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #343434;
	line-height: 27px;
}