 * {
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
 	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }


 /* 背景图片 */
 .header {
 	background-image: url(./../images/81.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;
 }

/* 第二个 */
 .chineseList {
 	margin-bottom: 30px;
 }

 .chineseImg {
 	width: 100%;
	overflow: hidden;
 }

 .chineseImg img {
 	width: 100%;
 	height: 398px;
	transition: transform 0.5s ease; /* 平滑过渡效果 */
 }
.chineseImg img:hover{
    transform: scale(1.1); /* 放大1.1倍 */      
  }
  .chineseImg2 img {
   	width: 100%;
   	height: 338px;
	object-fit: cover;
   }
 .chineseAll {
 	width: 100%;
 	/* height: 374px; */
 	background: white;
 	padding: 30px 45px;
 	box-sizing: border-box;
 }
 .chineseAll2{
 	width: 100%;
 	/* height: 374px; */
 	background: white;
 	padding: 30px 18px;
 	box-sizing: border-box;
 }

 .chineseTop {
 	display: flex;
 	align-items: center;
 	margin-bottom: 26px;
 }

 .chineseTop img {
 	width: 39px;
 	height: 27px;
 }

 .topLogo {
 	margin-left: 4px;
 }

 .topTitle {
 	font-size: 14px;
 }

 .topSubtitle {
 	font-size: 10px;
 	margin-top: -6px;
 }

 .chineseTitle {
 	font-size: 20px;
 	font-family: '宋体';
 	color: #fe5720;
 }

 .chineseSubtitle {
 	font-size: 9px;
 	color: #8d8c8c;
 	margin-bottom: 22px;
 }
 .chineseSubtitle2 {
 	font-size: 9px;
 	color: #8d8c8c;
 	margin-bottom: 13px;
 }

 .chineseContent {
 	font-size: 14px;
 	line-height: 28px;
	height: 155px;
	text-align: justify;
 }
 .rowse{
	 margin-top: 118px;
 }
@media (max-width: 996px) {
	.rowse{
		 margin-top: 0px;
	}
}


/* 第三个板块 */
.eatAll {
 	height: auto;
 	display: flex;
 	margin-bottom: 100px;
 }

 .eatImg {
 	width: 739px;
 }

 .eatImg img {
 	width: 100%;
 }

 .restaurantAll {
 	width: 428px;
	    height: max-content;
 	background: white;
 	margin-left: -45px;
 	margin-top: 3%;
 	padding: 45px;
 	box-sizing: border-box;
 }

 .restaurantAllLeft {
 	width: 428px;
	    height: max-content;
 	background: white;
 	margin-right: -45px;
 	margin-top: 3%;
 	padding:30px 40px;
 	box-sizing: border-box;
 }

 .restaurantTop {
 	display: flex;
 	align-items: center;
 	margin-bottom: 20px;
 }

 .restaurantTop img {
 	width: 39px;
 	height: 27px;
 }

 .topText {
 	margin-left: 4px;
 }

 .textTitle {
 	font-size: 14px;
 }

 .textSubtitle {
 	font-size: 10px;
 	margin-top: -6px;
 }

 .restaurantTitle {
 	font-size: 20px;
 	font-family: '宋体';
 	color: #fe5720;
 }

 .restaurantSubtitle {
 	font-size: 9px;
 	color: #8d8c8c;
 	margin-bottom: 15px;
 }

 .restaurantContent {
 	font-size: 14px;
 	line-height: 28px;
	 text-align: justify;
 }
 
 @media (max-width: 1200px) {
	 .chineseImg2 img {
	     width: 100%;
	     height: 285px;
	 }
	 
 	/* .restaurantAll {
 		width: 428px;
 		padding: 30px 20px;
 		box-sizing: border-box;
 	}
 
 	.restaurantAllLeft {
 		width: 428px;
 		padding: 30px 20px;
 		box-sizing: border-box;
 	}
 
 	.restaurantTop {
 		margin-bottom: 30px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 9px;
 		margin-bottom: 30px;
 	}*/
 } 
 
 @media (max-width: 996px) {
 	.restaurantAll {
 		/* width: 428px; */
		flex: 1;
 		margin-left: -76px;
 		margin-top: 0;
 		padding: 25px 18px;
 		box-sizing: border-box;
 	}
	.chineseContent{
		height: auto;
	}
	.eatImg{
		flex: 2;
		width: 100%;

	}
	.chineseImg img,.eatImg img{
		height: 285px;
		object-fit: cover;
	}
 	.restaurantAllLeft {
		flex: 1;
 		/* width: 428px; */
 		margin-right: -76px;
 		margin-top: 0;
 		padding: 25px 18px;
 		box-sizing: border-box;
 	}
 
 	.restaurantTop {
 		margin-bottom: 15px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 9px;
 		margin-bottom: 15px;
 	}
 
 	.eatAll {
 		margin-bottom: 30px;
		 flex-direction: column;
 	}
 	.chineseAll {
 	    width: 100%;
 	    background: white;
 	    padding: 22px 41px;
		 padding: 10px 15px;
 	    box-sizing: border-box;
 	}
 	.chineseTop {
 	    margin-bottom: 6px;
 	}
 }
 .header-mobile{
	display: none;
}
 @media (max-width: 767px) {
 	
	.header-mobile{
		display: block;
	}
	.header {
		background-image: none;
		margin-top: 47px;
		height: auto;
	}
	.eatHM{
		height: auto;
		padding: 20px 0;
	}
 	.restaurantAll {
 		width: 428px;
 		margin-left: -76px;
 		margin-top: 65px;
 		padding: 16px 15px;
 		box-sizing: border-box;
 	}
 
 	.restaurantAllLeft {
 		width: 428px;
 		margin-right: -76px;
 		margin-top: 65px;
 		padding: 16px 15px;
 		box-sizing: border-box;
 	}
 
 	.restaurantTop {
 		margin-bottom: 10px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 8px;
 		margin-bottom: 10px;
 	}
 
 	.restaurantContent {
 		font-size: 10px;
 		line-height: 20px;
 	}
 }
 
 @media (max-width: 580px) {
 	
 
 	.restaurantAll {
 		width: 100%;
 		margin-left: -0;
 		margin-top: 0;
 		padding: 16px 15px;
 		box-sizing: border-box;
 	}
 
 	.restaurantAllLeft {
 		width: 100%;
 		margin-right: -0;
 		margin-top: 0;
 		padding: 16px 15px;
 		box-sizing: border-box;
 	}
 
 	.restaurantTop {
 		margin-bottom: 6px;
 	}

 	/* .textTitle{
 		font-size: 10px;
 		background: pink;
 	} */
	.restaurantTitle {
 		font-size: 15px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 8px;
 		margin-bottom: 6px;
 	}
 
 	.restaurantContent {
 		font-size: 10px;
 		line-height: 20px;
 	}
 }
 
 @media (max-width: 430px) {
 
 	.restaurantAll {
 		width: 100%;
 		/* margin-left: -100px;
 		margin-top: 28px; */
 		padding: 10px 15px;
 		box-sizing: border-box;
 	}
	 .chineseAll2{
		padding: 10px 15px;
	 }
 	.restaurantAllLeft {
 		width: 100%;
 		/* margin-right: -100px; */
 		/* margin-top: 28px; */
 		padding: 10px 15px;
 		box-sizing: border-box;
 	}
	 .chineseSubtitle{
		margin-bottom: 6px;
	 }
 	.restaurantTop,.chineseSubtitle2 {
 		margin-bottom: 6px;
 	}
 
 	.restaurantTop img {
 		width: 27px;
 		height: 15px;
 	}
 
 	.textTitle {
 		font-size: 15px;
 	}
 
 	.textSubtitle {
 		font-size: 8px;
 		margin-top: -6px;
 	}
 
 	.restaurantTitle {
 		font-size: 20px;
 	}
 
 	.restaurantSubtitle {
 		font-size: 7px;
 	}
 
 	.restaurantContent {
 		font-size: 14px;
 		line-height: 28px;
 	}
 
 }