* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
			font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		}
		/* 背景图片 */
		.header {
			background-image: url(./../images/99.png);
			background-repeat: no-repeat;
			width: 100%;
			height: 540px;
			background-position: center center;
			background-size: cover;
			margin-top: 55px;
		}
		.eatHM {
			width: 100%;
			height: 220px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		
		.eatTitle {
			font-family: '宋体';
			font-size: 36px;
		}
		
		.eatSubtitle {
			font-family: '宋体';
			font-size: 14px;
		}
		.thoroughfareCode{
			width: 100%;
			/* height: 412px; */
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			background: white;
			border-radius: 30px;
			/* align-items: center; */
			padding: 75px 0;
		}
		.thoroughfareList{
			/* width: 33%; */
			/* text-align: center; */
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			margin: 0 25px;
			margin-bottom: 20px;
		}
		.thoroughfareCode img{
			width: 148px;
			height: 148px;
			margin-bottom: 11px;
		}
		
/* 标准 */
.standard{
	width: 100%;
	background: white;
	border-radius: 15px;
	text-align: center;
	padding: 57px 40px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.standardTitle{
	font-size: 27px;
	margin-bottom: 40px;
}
.standardSubtitle{
	font-size: 15px;
	margin-top: 40px;
}

table{
	width: 100%;
	font-size: 15px;
	text-align: center;
}
th{
	height: 30px;
	background: #c1e9df;
}
table,th,td{
	border: #31b595 1px solid;
}
@media (max-width: 996px) {
	table{
		font-size: 10px;
	}
	.standardTitle{
		font-size: 20px;
		margin-bottom: 30px;
	}
}
.header-mobile{
	display: none;
}
@media (max-width: 766px) {
	.header-mobile{
		display: block;
	}
	.header {
		background-image: none;
		margin-top: 47px;
		height: auto;
	}
	.eatHM{
		height: auto;
		padding: 20px 0;
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.standardTitle{
		font-size: 15px;
		margin-bottom: 20px;
	}
	table{
		font-size: 8px;
	}
}