 * {
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
 	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 /* 背景图片 */
 .header {
 	background-image: url(./../images/58.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;
 }
 
 .eatAll {
 	height: auto;
 	display: flex;
 	margin-bottom: 100px;
 }
 
 .eatImg {
 	width: 802px;
	max-height:620px;
	overflow: hidden;
 }
 
 .eatImg img {
 	width: 100%;
	object-fit: cover;
	
 }
 
 .restaurantAll {
 	width: 325px;
	/* height: 634px; */
 	background: white;
 }
 
 .restaurantAllLeft {
 	width: 325px;
 	/* height: 634px; */
 	background: white;
 }
 
 .restaurantTop {
 	display: flex;
 	align-items: center;
 	/* margin-bottom: 30px; */
	background-image: url(./../images/60beiyong.png);
	background-repeat: no-repeat;
	/* height: 460px; */
	height: 70%;
	background-position: center center;
	/* background-size: cover; */
	width: 325px;
	/* padding: 16px;
	box-sizing: border-box; */
	position: relative;
 }
 
/* .restaurantTop img {
 	width: 100%;
 	height: 460px;
	position: relative;
 }
 */
.topText {
 	/* margin-left: 4px; */
	position: absolute;
	top: 16px;
	left: 12px;
	margin-bottom: 5px;
	color: #fff;
 }
 
.textTitle {
 	font-size: 15px;
 }
 
.textSubtitle {
 	font-size: 10px;
 	margin-top: 0px;
 }
 
 .restaurantTitle {
 	font-size: 20px;
 }
 
 .restaurantSubtitle {
 	font-size: 9px;
 }
 
 .restaurantContent {
	text-align: justify;
 	font-size: 14px;
 	line-height: 28px;
	padding: 20px 60px;
	box-sizing: border-box;
 }
 .ride{
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	left: 58px;
 }
 .header-mobile {
    display: none;
}
 
 @media (max-width: 1200px) {
 	.restaurantAll {
 		width: 304px;
 		/* padding: 24px 20px;
 		box-sizing: border-box; */
 	}
	.ride{
		/* padding-left: 58px; */
		box-sizing: border-box;
		position: absolute;
		bottom: 5px;
		left: 31px;
	}
	
 	.restaurantAllLeft {
 		width: 304px;
 		/* padding: 24px 20px;
 		box-sizing: border-box; */
 	}
 
 	.restaurantTop {
		width: 279px;
 		margin-bottom:15px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 9px;
 		margin-bottom: 10px;
 	}
	.restaurantContent{
		padding: 0 34px;
		box-sizing: border-box;
	}
 }
 
 @media (max-width: 996px) {
 	.restaurantAll {
 		width: 100%;
 		/* padding: 16px 15px;
 		box-sizing: border-box; */
 	}
	 .restaurantTop {
		height: 105px;
	}
	
	 .topText{
		top: 10px;
	}
 	.restaurantAllLeft {
 		width: 100%;
 		/* padding: 16px 15px;
 		box-sizing: border-box; */
 	}
 	.restaurantTitle{
 		font-size: 20px;
 	}
 	.restaurantTop {
		width: 100%;
    margin-bottom: 0px;
	height: 105px;
	background-repeat: repeat;
 	}
 
 	.restaurantSubtitle {
 		font-size: 7px;
 		margin-bottom: 6px;
 	}
 
 	.eatAll {
 		margin-bottom: 20px;
		flex-direction: column;
 	}
	 .eatImg{
		width: 100%;
	 }
 	.restaurantContent {
 		font-size: 14px;
 		line-height: 18px;
		padding: 20px 10px;
		/* padding-top: 10px; */
		box-sizing: border-box;
 	}
	.ride {
	        left: 12px;
	    }
 }
 
 @media (max-width: 767px) {
 	
	.header {
		background-image: none;
		margin-top: 47px;
		height: auto;
	}
	.eatHM{
		height: auto;
		padding: 20px 0;
	}
 
	.header-mobile {
		display: block;
	}
 	
 
 	
 
 	.restaurantSubtitle {
 		font-size: 8px;
 		margin-bottom: 10px;
 	}
 
 }
 @media (min-width: 580px) and (max-width: 767px){
 	 
 	  
 	 .restaurantAll {
 	 	width: 100%;
 	 	/* padding: 10px 12px;
 	 	box-sizing: border-box; */
 	 }
 	  
 	 
 	 .restaurantSubtitle {
 	 	font-size: 8px;
 	 	margin-bottom: 8px;
 	 }
	 
 	 
 /* 	 .restaurantTop img {
 	     width: 32px;
 	     height: 20px;
 	 } */
 	/* .textTitle {
 	     font-size: 9px;
 	 } */
 	 /* .textSubtitle {
 	     font-size: 7px;
 	     margin-top: -3px;
 	 } */
 }
 @media (max-width: 580px) {
 	
 	
 
 	.restaurantSubtitle {
 		font-size: 6px;
 		/* margin-bottom: 2px; */
 	}
 /* 	.restaurantTop img {
 	    width: 25px;
 	    height: 13px;
 	} */
 	/* .textTitle {
 	    font-size: 7px;
 	} */
 	/* .textSubtitle {
 	    font-size: 4px;
 	    margin-top: -3px;
 	} */
 }
 
 @media (max-width: 430px) {
 
 	.restaurantAll {
 		width: 100%;
 		/* padding: 6px 8px;
 		box-sizing: border-box; */
 	}
 
 	.restaurantAllLeft {
 		width: 100%;
 		/* padding: 6px 8px;
 		box-sizing: border-box; */
 	}
 
 	.restaurantTop {
		width: 100%;
 		margin-bottom: 0px;
 	}
	 .restaurantTop{
		height: 110px;
	 }
/* 	.restaurantTop img {
 		width: 22px;
 		height: 13px;
 	} */
 /* 
 	.textTitle {
 		font-size: 7px;
 	} */
 
 	/* .textSubtitle {
 		font-size: 5px;
 		margin-top: -2px;
 	}
 */
 	.restaurantTitle {
 		font-size: 20px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 7px;
 		margin-bottom: 10px;
 	}
 
 	.restaurantContent {
		font-size: 6px;
		line-height: 10px;
		font-size: 14px;
    	line-height: 28px;
		/* padding: 0 13px; */
		padding-top: 0px;
		box-sizing: border-box;
	}
 }