@media (min-width: 992px) and (max-width: 1600px) {
	.thirds {
		display: none;
	}

	.foot_more {
		display: none;
	}
}

@media (min-width: 1401px) {

	.thirds {
		display: none;
	}


	.foot_more {
		display: none;
	}
}

/* @media (max-width: 1199.98px) {

	.fir_center .fir_quest {
		margin: 0px 20px;
	}

	.fir_center .fir_desc {
		margin: 0px 10px;
	}

} */

@media (max-width: 991.98px) {
	.foot_check {
		display: none;
	}
	
	.foot_more {
		margin: auto;
		margin-bottom: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 27px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 38px;
		width: 65%;
		height: 77px;
		background-color: #008d4f;
	}

	/* 中间 center */

	/* 第二页 */
	.second .sec_tit {
		margin: 0px 20px;
		padding-top: 50px;
	}

	.second .sec_desc {
		margin: 0px 10px;
	}

	/* 第三页 */
	.third {
		display: none;
	}

	.thirds {
		display: block;
	}

	.thirds {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.thirds .third_cont {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 30px;
		margin: 15px;
		width: 331px;
		height: 305px;
		background: #008d4f;
	}

	.thirds .third_cont .third_num {
		font-size: 70px;
		font-family: DINAlternate;
		font-weight: bold;
		color: #FFFFFF;
	}

	.thirds .third_cont .third_num .symbol {
		font-size: 50px;
	}

	.thirds .third_cont .third_descs {
		margin-top: 30px;
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
	}

	/* 第四页 */

	.fourth .fou_tit {
		margin-top: 34px;
		margin-bottom: 27px;
	}

	.fourth .fou_desc {
		margin: 30px;
	}

	.fourth .fou_img .fimg {
		border-radius: 0px;
		margin-bottom: 30px;
	}

	.fou_img {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	/* 菜单 */
	/* 	.menus .menu_con{
		
	} */

	.menu_img {
	/*	width: 303px;
		height: 166px;
      */
	}

	.menu_name {
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: 600;
		color: #343434;
		line-height: 23px;
	}
}

/* 3. Medium devices (less than  768px) */

@media (max-width: 767.98px) {
	.foods{
		background-color: #f4f4f4;
		margin-bottom: 50px;
	}
	
	.foot_more {
		margin: auto;
		/* margin-bottom: 50px; */
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
		font-family: PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 22px;
		width: 60%;
		height: 44px;
		background-color: #008d4f;
	}


	.foo_img .logo_imgb {
		width: 50% !important;
	}

	.footer_rig .input {
		width: 90% !important;
	}

	.footer_rig .button {
		width: 50% !important;
	}




}
