.shoppingGoods .box1{
	background: url(../img/shoppingGoods-box1-bg.jpg);
	background-size: cover;
}
.shoppingGoods .box2{
	padding: 104px 0 133px;
}
.shoppingGoods .box2 .title{
	font-weight: bold;
	/* font-size: 30px; */
	color: #222222;
	line-height: 1;
}
.shoppingGoods .box2 .box-c{
	margin-top: 40px;
}
.shoppingGoods .box2 .box-c .swiper-slide{
	width: 17.85%;
}
.shoppingGoods .box2 .box-c .swiper-slide:not(:last-child){
	margin-right: 2.68%;
}
.goodItems .picCover{
	padding-top: 96%;
}
.goodItems .pic{
	border-radius: 10px;
}
.goodItems .text-box{
	padding: 13px 11px 0;
}
.goodItems .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.goodItems .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}
.goodItems .star{
	color: RGBA(246, 182, 33, 1);
		margin-top: 4px;
}
.shoppingGoods .box2 .btns{
	margin-top: 30px;
	justify-content: flex-end;
}
.shoppingGoodsList{
	background-color: RGBA(250, 250, 250, 1);
}
.shoppingGoodsList .box1{
	padding: 72px 0 100px;
}
.shoppingGoodsList .leftOption .items a:hover, 
.shoppingGoodsList .leftOption .items a.active{
	background-color: rgba(246, 182, 33, 1);
}
.shoppingGoodsList .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shoppingGoodsList .box1 .box-c .r{
	flex: 1;
	margin-left: 43px;
}
.shoppingGoodsList .box1 .box-c .r .optionList{
	margin-top: 33px;
}
.shoppingGoodsList .box1 .box-c .r .optionList .item{
	border-color: rgba(246, 182, 33, 1);
	color: rgba(246, 182, 33, 1);
}
.shoppingGoodsList .box1 .box-c .r .optionList .item:not(.layui-form).active{
	background-color: rgba(246, 182, 33, 1);
	color: #fff;
}
.shoppingGoodsList .box1 .box-c .r-c{
	margin-top: 34px;
}
.shoppingGoodsList .box1 .box-c .r-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px 19px;
}
.shoppingGoodsList .box1 .box-c .r .pagination{
	margin-top: 62px;
}
.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, 0.3);
}
@media (max-width:1199px) {
	.shoppingGoodsList .box1{
		padding: 70px 0;
	}
	.shoppingGoodsList .box1 .box-c .r .pagination{
		margin-top: 45px;
	}
	.shoppingGoodsList .box1 .box-c{
		flex-direction: column;
	}
	.shoppingGoodsList .box1 .box-c .r{
		margin-left: 0;
		width: 100%;
		margin-top: 40px;
	}
	.shoppingGoods .box2{
		padding: 70px 0;
	}
	.shoppingGoods .box2 .box-c .swiper-slide{
		width: 24%;
	}
	.shoppingGoods .box2 .box-c .swiper-slide:not(:last-child){
		margin-right: 1.33%;
	}
}
@media (max-width:1024px) {
	.shoppingGoodsList .box1{
		padding: 60px 0;
	}
	.shoppingGoodsList .box1 .box-c .r .pagination{
		margin-top: 40px;
	}
	.shoppingGoodsList .box1 .box-c .r-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.shoppingGoods .box2{
		padding: 60px 0;
	}
	.shoppingGoods .box2 .box-c .swiper-slide{
		width: 32%;
	}
	.shoppingGoods .box2 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
}
@media (max-width: 768px) {
	.shoppingGoodsList .box1{
		padding: 50px 0;
	}
	.shoppingGoodsList .box1 .box-c .r .pagination{
		margin-top: 30px;
	}
	.shoppingGoods .box2 .box-c .swiper-slide{
		width: 49%;
	}
	.shoppingGoodsList .box1 .box-c .r-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.shoppingGoods .box2{
		padding: 50px 0;
	}
	.shoppingGoods .box2 .box-c{
		margin-top: 30px;
	}
	.shoppingGoodsList .box1 .box-c .r .optionList,
	.shoppingGoodsList .box1 .box-c .r{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.goodItems .text-des{
		font-size: 14px;
	}
	.shoppingGoodsList .box1 .box-c .r .optionList,
	.shoppingGoodsList .box1 .box-c .r{
		margin-top: 25px;
	}
	.shoppingGoodsList .box1{
		padding: 40px 0;
	}
	.shoppingGoodsList .box1 .box-c .r .pagination{
		margin-top: 25px;
	}
	/* .shoppingGoodsList .box1 .box-c .r-c .list{
		grid-template-columns: repeat(1,1fr);
	} */
	/* .shoppingGoods .box2 .box-c .swiper-slide{
		width: 100%;
	} */
	.shoppingGoods .box2{
		padding: 40px 0;
	}
	.shoppingGoods .box2 .btns,
	.shoppingGoods .box2 .box-c{
		margin-top: 25px;
	}
}