.scenicSpotList,
.scenicSpot {
	background-color: RGBA(250, 250, 250, 1);
}

.scenicSpotList .filterForm .input-r .layui-form-select dl dd.layui-this,
.scenicSpotList .filterForm .input-l,
.scenicSpot .filterForm .input-r .layui-form-select dl dd.layui-this,
.scenicSpot .filterForm .input-l {
	background-color: rgba(189, 208, 57, 1);
}

.scenicSpot .box1 {
	padding: 71px 0 118px;
}

.scenicSpot .box1 .title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #222222;
}

.scenicSpot .box1 .box-c {
	margin-top: 32px;
}

.scenicSpot .box1 .box-c .swiper-slide {
	position: relative;
	width: 23.57%;
}
.scenicSpot .box1 .box-c .swiper-slide:not(:last-child) {
	margin-right: 1.9%;
}

.scenicSpot .box1 .box-c .swiper-slide .picCover {
	padding-top: 88.88%;
	border-radius: 5px;
	overflow: hidden;
}

.scenicSpot .box1 .box-c .swiper-slide .picCover:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 100%);
	z-index: 3;
}

.scenicSpot .box1 .box-c .swiper-slide .pic {
	border-radius: 5px;
}

.scenicSpot .box1 .box-c .swiper-slide .label {
	position: absolute;
	right: 20px;
	top: 20px;
	min-width: 113px;
	padding: 0 20px;
	line-height: 44px;
	background: #BDD039;
	border-radius: 25px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
}

.scenicSpot .box1 .box-c .swiper-slide .text {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 100%;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: left;
	padding: 0 20px;
	z-index: 3;
	/* opacity: 0;
	transition: all .6s; */
}
/* .scenicSpot .box1 .box-c .swiper-slide-active .text,
.scenicSpot .box1 .box-c .swiper-slide-active .picCover:before,
.scenicSpot .box1 .box-c .swiper-slide-active .label{
	opacity: 1;
} */
/* .scenicSpot .box1 .box-c .swiper-slide .text-box{
	margin-top: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.scenicSpot .box1 .box-c .swiper-slide-active .text-box{
	display: none;
}
.scenicSpot .box1 .box-c .swiper-slide .text-box .number{
	color: rgba(153, 153, 153, 1);
	padding-right: 6px;
} */
.scenicSpot .box1 .box-c .btns {
	margin-top: 40px;
}

.scenicSpot .box1 .box-c .btn {
	border-color: #BDD039;
	color: #BDD039;
}

.scenicSpot .box1 .box-c .btn:hover {
	background-color: #BDD039;
	color: #fff;
}

.scenicSpotList .box1 {
	padding: 84px 0 145px;
}

.scenicSpotList .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.scenicSpotList .box1 .r {
	flex: 1;
	margin-left: 30px;
}

.scenicSpotList .box1 .r .multipleChoiceList .item input:checked:before {
	background-color: rgba(189, 208, 57, 1);
}

.scenicSpotList .box1 .r .multipleChoiceList .item input:checked+label {
	color: rgba(189, 208, 57, 1);
}

.scenicSpotList .box1 .r .optionList {
	margin-top: 30px;
}
.scenicSpotList .box1 .r-c{
	margin-top: 43px;
}
.scenicSpotList .box1 .r-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 34px;
}
.scenicSpotList .box1 .r-c .list .scenicSpotItem{
	width: 100%;
}
.scenicSpotList .box1 .r-c .list .scenicSpotItem:not(:last-child){
	margin-right: 0;
}
.scenicSpotList .box1 .r .pagination{
	margin-top: 72px;
}
@media (max-width:1280px) {
	.scenicSpotList .box1 .r-c .list{
		gap: 20px;
	}
}
@media (max-width:1199px) {
	.scenicSpotList .box1 .box-c{
		flex-direction: column;
	}
	.scenicSpotList .box1{
		padding: 70px 0;
	}
	.scenicSpotList .box1 .r .pagination{
		margin-top: 45px;
	}
	.scenicSpot .box1{
		padding: 70px 0;
	}
	.scenicSpot .box1 .box-c .swiper-slide .label{
		font-size: 18px;
		padding: 0 13px;
		line-height: 36px;
		min-width: 94px;
		right: 10px;
		top: 10px;
	}
	.scenicSpotList .box1 .r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 40px;
	}
	.scenicSpotList .box1 .r-c{
		margin-top: 40px;
	}
}
@media (max-width:1024px) {
	.scenicSpotList .box1{
		padding: 60px 0;
	}
	.scenicSpotList .box1 .r .pagination{
		margin-top: 40px;
	}
	.scenicSpot .box1{
		padding: 60px 0;
	}
	.scenicSpot .box1 .box-c .swiper-slide .text{
		font-size: 18px;
	}
	.scenicSpot .box1 .box-c .swiper-slide{
		width: 32%;
	}
	.scenicSpot .box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
}
@media (max-width:768px) {
	.scenicSpotList .box1 .r-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.scenicSpotList .box1 .r-c{
		margin-top: 30px;
	}
	.scenicSpotList .box1 .r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.scenicSpotList .box1{
		padding: 50px 0;
	}
	.scenicSpotList .box1 .r .pagination{
		margin-top: 30px;
	}
	.scenicSpot .box1 .box-c .swiper-slide{
		width: 49%;
	}
	.scenicSpot .box1{
		padding: 50px 0;
	}
	.scenicSpot .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.scenicSpotList .box1 .r-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.scenicSpotList .box1 .r-c{
		margin-top: 25px;
	}
	.scenicSpotList .box1 .r{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 25px;
	}
	.scenicSpotList .box1{
		padding: 40px 0;
	}
	.scenicSpotList .box1 .r .pagination{
		margin-top: 25px;
	}
	.scenicSpot .box1 .box-c .swiper-slide .text{
		padding: 0 14px;
		bottom: 8px;
	}
	.scenicSpot .box1 .box-c .swiper-slide .label{
		font-size: 16px;
		line-height: 30px;
		padding: 0 5px;
	}
	.scenicSpot .box1{
		padding: 40px 0;
	}
	.scenicSpot .box1 .box-c .btns,
	.scenicSpot .box2 .box-t{
		margin-top: 25px;
	}
	.scenicSpot .box1 .box-c{
		margin-top: 25px;
	}
}