.food{
	background-color: RGBA(250, 250, 250, 1);
}
.food .box1:not(:first-child){
    padding-top: 0 !important;
}
.food .box2{
	padding: 104px 0 174px;
	background-color: #fff;
}
.food .box2 .box-c{
	margin-top: 78px;
}
.food .box2 .box-c .swiper{
	overflow: visible;
}
.food .box2 .box-c .swiper-slide{
	background: #FAFAFA;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
}
.food .box2 .box-c .swiper-slide .pic{
	width: 42.89%;
}
.food .box2 .box-c .swiper-slide .pic img{
	height: 100%;
	object-fit: cover;
}
.food .box2 .box-c .swiper-slide .text-box{
	flex: 1;
	padding: 29px 38px;
}
.food .box2 .box-c .swiper-slide .text-box .icon .iconfont{
	color: rgba(237, 237, 237, 1);
	transition: all .6s;
}
.food .box2 .box-c .swiper-slide .text-title{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.5;
	margin-top: 1em;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.food .box2 .box-c .swiper-slide-active .text-title,
.food .box2 .box-c .swiper-slide-active .text-box .icon .iconfont,
.food .box2 .box-c .swiper-slide:hover .text-title,
.food .box2 .box-c .swiper-slide:hover .text-box .icon .iconfont{
	color: rgba(246, 182, 33, 1);
}
.food .box2 .box-c .swiper-slide .text-des{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	margin-top: 1.25em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.food .box2 .box-c .swiper-slide .avatar{
	margin-top: 70px;
	display: flex;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}
.food .box2 .box-c .swiper-slide .avatar img{
	width: 40px;
	margin-right: 12px;
}
.food .box2 .box-c .swiper-slide .avatar span{
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.food .box2 .btns{
	justify-content: flex-end;
	margin-top: 92px;
}
.foodList{
	background-color: #fafafa;
}
.foodList .box1{
	padding: 62px 0 107px;
}
.foodList .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.foodList .box1 .box-c .l{
	width: 260px;
}
.foodList .box1 .box-c .l a{
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 30px;
	transition: all .6s;
	border-radius: 30px;
}
.foodList .box1 .box-c .l a .iconfont{
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	color: #fff;
	transition: all .6s;
}
.foodList .box1 .box-c .l a:hover{
	color: rgba(246, 182, 33, 1);
}
.foodList .box1 .box-c .l a.active{
	background: rgba(246, 182, 33, 1);
	color: #fff;
}
.foodList .box1 .box-c .l a.active .iconfont{
	opacity: 1;
}
.foodList .box1 .box-c .r{
	flex: 1;
	margin-left: 80px;
}
.foodList .box1 .box-c .r .select{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.foodList .box1 .box-c .r .select .item{
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	padding-left: 13px;
	width: 300px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 36px;
}
.foodList .box1 .box-c .r .select .item .layui-form-select{
	flex: 1;
}
.foodList .box1 .box-c .r .select .layui-input{
	width: 100%;
	height: 58px;
	background-color: transparent;
	border: none;
	outline: none;
}
.foodList .box1 .box-c .r .select .layui-form-select dl dd.layui-this{
	background-color: rgba(246, 182, 33, 1);
}
.foodList .box1 .box-c .r .multipleChoiceList{
	margin-top: 29px;
}
.foodList .box1 .box-c .r-c{
	margin-top: 38px;
}
.foodList .box1 .box-c .r-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 27px 19px;
}
.foodList .box1 .box-c .r-c .list li .img{
	position: relative;
	padding-top: 128%;
}
.foodList .box1 .box-c .r-c .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foodList .box1 .box-c .r-c .list li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foodList .box1 .box-c .r-c .list li .text-box{
	margin-top: 13px;
}
.foodList .box1 .box-c .r-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.foodList .box1 .box-c .r-c .list li .star{
	color: rgba(246, 182, 33, 1);
}
.foodList .box1 .box-c .r-c .list li .star .iconfont{
	font-size: 20px;
}
.foodList .box1 .pagination{
	margin-top: 74px;
}
.scenicSpotItem:hover,
.commonNavBox .box-c .btn:hover,
.commonNavBox .box-t .swiper-slide.active{
    background: rgba(246, 182, 33, 1);
}
.commonNavBox .box-c .btn{
    border-color: rgba(246, 182, 33, 1);
    color: rgba(246, 182, 33, 1);
}
.commonNavBox .box-t .swiper-slide:hover{
    color: rgba(246, 182, 33, 1);
}
.scenicSpotItem:hover{
    box-shadow: 5px 9px 30px 0px rgba(246, 182, 33, .3);
}
@media (max-width:1280px) {
	.food .box2 .box-c .swiper-slide .avatar{
		margin-top: 50px;
	}
	.foodList .box1 .box-c .r{
		margin-left: 40px;
	}
}
@media (max-width:1199px) {
	.foodList .box1{
		padding-bottom: 70px;
	}
	.foodList .box1 .pagination{
		margin-top: 45px;
	}
	.foodList .box1 .box-c .l{
		width: 200px;
	}
	.food .box2{
		padding: 70px 0;
	}
	.food .box2 .btns,
	.food .box2 .box-c{
		margin-top: 45px;
	}
	.food .box2 .box-c .swiper-slide .text-title{
		margin-top: .6em;
		font-size: 22px;
		height: 60px;
		line-height: 30px;
	}
	.food .box2 .box-c .swiper-slide .text-box{
		padding: 25px;
	}
	.food .box2 .box-c .swiper-slide .text-des{
		margin-top: 1em;
	}
	.food .box2 .box-c .swiper-slide .avatar{
		margin-top: 30px;
	}
	.foodList .box1 .box-c .r .select .layui-input{
		height: 48px;
	}
	.foodList .box1 .box-c .r-c .list{
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 1024px) {
	.foodList .box1 .box-c .r-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.foodList .box1{
		padding: 60px 0;
	}
	.foodList .box1 .pagination{
		margin-top: 40px;
	}
	.food .box2{
		padding: 60px 0;
	}
	.food .box2 .btns,
	.food .box2 .box-c{
		margin-top: 40px;
	}
	.food .box2 .box-c .swiper-slide{
		width: 400px;
	}
	.food .box2 .box-c .swiper-slide .text-title{
		font-size: 20px;
	}
	
}
@media (max-width:  768px) {
	.foodList .box1 .box-c{
		flex-direction: column;
	}
	.foodList .box1 .box-c .l a{
		padding: 7px 15px;
	}
	.foodList .box1 .box-c .l{
		width: 100%;
	}
	.foodList .box1{
		padding: 50px 0;
	}
	.foodList .box1 .pagination{
		margin-top: 30px;
	}
	.food .box2{
		padding: 50px 0;
	}
	.food .box2 .btns,
	.food .box2 .box-c{
		margin-top: 30px;
	}
	.foodList .box1 .box-c .r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.foodList .box1 .box-c .r-c{
		margin-top: 30px;
	}
	.foodList .box1 .box-c .r .select{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.foodList .box1 .box-c .r .select .item{
		width: 100%;
		font-size: 16px;
	}
}
@media (max-width:  500px) {
	.foodList .box1 .box-c .r-c .list li .text-box{
		margin-top: 7px;
	}
	.foodList .box1 .box-c .r .select .item{
		font-size: 14px;
	}
	.foodList .box1 .box-c .r .multipleChoiceList,
	.foodList .box1 .box-c .r,
	.foodList .box1 .box-c .r-c{
		margin-top: 20px;
	}
	.foodList .box1{
		padding: 40px 0;
	}
	.foodList .box1 .pagination{
		margin-top: 25px;
	}
	.food .box2 .box-c .swiper-slide .avatar img{
		width: 34px;
	}
	.food .box2 .box-c .swiper-slide{
		width: 100%;
	}
	.food .box2{
		padding: 40px 0;
	}
	.food .box2 .btns,
	.food .box2 .box-c{
		margin-top: 25px;
	}
}