 * {
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
 	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }


 /* 背景图片 */
 .header {
 	background-image: url(./../images/62.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;
 }
 .box-mobile{
	display: none;
 }
 .eatSubtitle {
 	font-family: '宋体';
 	font-size: 14px;
 }
 
 /* 第二个 */
  .chineseList {
  	margin-bottom: 30px;
  }
 
  .chineseImg {
  	width: 100%;
 	overflow: hidden;
  }
 
  .chineseImg img {
  	width: 100%;
  	height: 261px;
	object-fit: cover;
 	transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
 .chineseImg img:hover{
     transform: scale(1.1); /* 放大1.1倍 */      
   }
  .chineseAll {
  	width: 100%;
  	/* height: 374px; */
  	background: white;
  	padding: 30px 19px;
  	box-sizing: border-box;
	position: relative;
  }
 
  .chineseTop {
  	display: flex;
  	align-items: center;
	justify-content: center;
  	margin-top: 45px;
  }
 
  .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: #6617e5;
  }
 
  .chineseSubtitle {
  	font-size: 9px;
  	color: #8d8c8c;
  	margin-bottom: 22px;
  }
 
  .chineseContent {
	height: 150px;
  	font-size: 14px;
  	line-height: 28px;
	text-align: justify;
  }
  .mentBtn{
  	width: 105px;
  	height: 30px;
  	border-radius: 50px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-top: 15px;
  	font-size: 12px;
	background: white;
  	color: #4E4C4C;
	position: absolute;
	top:-30px;
	left: 50%;
	box-shadow:1px 1px 6px rgba(168, 168, 168, 0.5); /* 外阴影 */
	transform: translate(-50%, 0%);
  }
  .mentBtn img{
  	width:14px;
  	height: 14px;
  	margin-left: 5px;
  }
  
  .chineseCenter{
	  text-align: center;
	  margin-top: 15px;
  }
  .flowerAll{
	  /* width: 100%; */
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-top: 150px;
	  height: 130px;
  }
 .flower{
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: flex-start;
  }
  .flowerTielt{
	  font-size: 19px;
	  font-family: '宋体';
	  color: #6617e5;
  }
  .flowerSubielt{
	  font-size: 9px;
	  color: #8d8c8c;
  }
  .flowerContent{
	  font-size: 13px;
  }
  
  /* 季节 */
  .season{
  	width: 100%;
	overflow: hidden;
  	display: flex;
	margin-bottom: 120px;
  }
  .seasonList{
  	width: 25%;
  	/* height: 631px; */
  	position: relative;
  	overflow: hidden;
  }
  .seasonList img{
  	width: 100%;
  }
/*  .seasonList img{
	  height: 630px;
	  overflow: hidden;
  } */
  .flowerText{
	  width: 100%;
	  background: pink;
  	color: #fff;
  	position: absolute;
  	bottom: 50px; 
  	left: 50%; 
  	transform: translate(-50%, 50px);
  	text-align: center;
	padding-bottom: 50px;
	box-sizing: border-box;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	/* transform: translateY(100%); */
	/* transition: transform 0.3s ease; */
  }
  .flowerTextTitle{
	  font-size: 20px;
	  font-family: '宋体';
  }
  .flowercont{
  	font-size: 15px;
	font-family: '宋体';
  }
  .seasonText{
  	color: #fff;
  	position: absolute;
  	font-size: 17px;
  	top: 37px; 
  	left: 20px; 
  	/* transform: translate(-50%, 0%); */
  	/* text-align: center; */
  }
  .english{
  	font-size: 20px;
  	font-weight: bold;
  }
  
  .zoom-on-hover {
	  height: 750px;
      transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
   
  .zoom-on-hover:hover {
      transform: scale(1.1); /* 放大1.1倍 */
  }
  
    @media (max-width: 1200px) {
		.zoom-on-hover {
			  height: 500px;
		}
	}
  @media (max-width: 996px) {
	  .zoom-on-hover {
	  	  height: 380px;
	  }
	  .box-pc{
		display: none;
	  }
	  .box-mobile{
		display: block;
	 }
	 .eatImg>img{
		height: 29vh;
		object-fit: cover;
	 }
	  .chineseContent {
	      height: auto;
	      font-size: 14px;
	      line-height: 28px;
	  }
	.season{
		margin-bottom: 0px;
	  }
	  .chineseTop {
	      margin-top: 20px;
	  }
	  .flowerAll{
		  height: 70px;
	  	  margin-top: 0px;
	  }
	.seasonText{
		font-size: 12px;
		top: 12px; 
		left: 20px; 
		/* transform: translate(-50%, 0%); */
		/* text-align: center; */
	}
	.english{
		font-size: 15px;
		font-weight: bold;
	}
	.flowerTextTitle{
		  font-size: 15px;
		  font-family: '宋体';
	}
	.flowercont{
		font-size: 10px;
		font-family: '宋体';
	}
	.flowerText{
		
		padding-bottom: 19px;
	}
}
.header-mobile{
	display: none;
}
@media (max-width: 766px) {
	.zoom-on-hover {
		  height: 300px;
	}
	.header-mobile{
		display: block;
	}
	.header {
		background-image: none;
		margin-top: 47px;
		height: auto;
	}
	.eatHM{
		height: auto;
		padding: 20px 0;
	}
}

 @media (max-width: 580px) {
	 .zoom-on-hover {
	 	  height: 200px;
	 }
	 .seasonText{
	 	font-size: 10px;
		top: 4px;
	 	left: 7px;
	 }
	 .english{
	 	font-size: 11px;
	 }
	 .flowerTextTitle{
	 	  font-size: 13px;
	 	  font-family: '宋体';
	 }
	 .flowercont{
	 	font-size: 7px;
	 	font-family: '宋体';
	 }
	 .flowerText{
	 	
	 	padding-bottom: 19px;
	 }
 }

