* {
	margin: 0;
	padding: 0;
}

nav {
	text-align: center;
	color: #112233;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	color: #112233;

}

.yuan {
	display: flex;
}
.quanyi{

	flex: 1;
	margin: 1%;
	text-align: center;
}
.quanyi img{ background: #33322D;
	border-radius: 100%;
	width: 44px;
	height: 44px;
	margin-top:10px;
	}
.teshu{ color: #fa792c; font-weight:bold ;}
.zunguiquanyi{ font-size: 16px; font-weight: bold; color: #6a513b;}
.tishi{ font-size: 16px; font-weight: bold; color:#f38049; margin-top:5px}
.shenghuoquanyi{ font-size: 28px; font-weight: bold; color:#edb88e; padding-top:5px}
.qidai{ font-size:16px; font-weight: bold; color:#fb611b ;}

/* 餐饮 */
.canyin{height: 70px; background: #ffe8e8; margin: 10px 10px; position: relative; margin-top:40px}
.diyi{ font-size: 17px; color: #343633; font-weight: bold;padding-top:10px; margin-left: 20px;}
.dier{ font-size: 12px; color: #060000; font-weight: bold; margin-left:20px; padding-top: 5px;}
.canyin img{ position: absolute; right: 0; bottom:0; width:120px; height: 120px;}

/* 影视 */
.yingshi{height: 70px; background: #deebfc; margin: 10px 10px; position: relative; margin-top:40px;}
.yingshi p{ position: absolute; right: 10px; top:15px;}
.disan{ font-size: 17px; color: #343633; font-weight: bold; line-height: 60px;}
.disi{ font-size: 12px; color: #060000; font-weight: bold;}
.yingshi img{ position: absolute; left: 0; bottom: 0; width: 120px; height: 120px;}

/* 外卖 */
.waimai{height: 70px; background: #ffeacf; margin: 10px 10px; position: relative; margin-top:40px}
.diwu{ font-size: 17px; color: #343633; font-weight: bold;padding-top:10px; margin-left: 20px;}
.diliu{ font-size: 12px; color: #060000; font-weight: bold; margin-left:20px; padding-top: 5px;}
.waimai img{  position: absolute; right: 0; bottom:10px; width:100px; height: 100px;}

footer{ position: sticky; bottom: 0;}
footer ul{ display: flex; background: #f3f3f3;}
footer li{ flex: 1; margin: 10px;list-style: none; text-align: center;}
footer li img{ width: 50%;}
footer li p{ font-size: 12px;}
#huiyuan{ color: #fa7b34; font-size: 12px;}

header{ position: sticky; top: 0; background: #f3f3f3; text-align: center; height: 44px; line-height: 24px; padding-top:12px; font-weight: bold;}
a{text-decoration: none; color: #434343;}