.hotelList .filterForm .input-r .layui-form-select dl dd.layui-this, 
.hotelList .filterForm .input-l, 
.hotelList .filterForm .input-r .layui-form-select dl dd.layui-this, 
.hotelList .filterForm .input-l,
.hotelList .filterForm .submit,
.hotel .filterForm .input-r .layui-form-select dl dd.layui-this, 
.hotel .filterForm .input-l, 
.hotel .filterForm .input-r .layui-form-select dl dd.layui-this, 
.hotel .filterForm .input-l,
.hotel .filterForm .submit,
html .laydate-day-mark::after,
html .layui-laydate .layui-this{
	background-color: rgba(86, 180, 188, 1) !important;
}
html .layui-laydate-footer span:hover{
	color: rgba(86, 180, 188, 1);
}
.hotelList,
.hotel{
	background-color: RGBA(250, 250, 250, 1);
}
.hotel .box1{
	padding: 49px 0 105px;
}
.hotel .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.hotel .box1 .box-c .l{
	width: 57.14%;
}
.hotel .box1 .box-c .l-c .swiper-slide .pic{
	border-radius: 10px;
}
.hotel .box1 .box-c .l-c .swiper-slide .pic video,
.hotel .box1 .box-c .l-c .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    background-size: cover;
}
.hotel .box1 .box-c .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #222222;
	margin-bottom: 28px;
}
.hotel .box1 .box-c .r{
	width: 41.42%;
}
.hotel .box1 .box-c .r-c{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hotel .box1 .box-c .r-c .item{
	display: flex;
	border-radius: 10px;
	background-color: rgba(240, 240, 240, 1);
}
.hotel .box1 .box-c .r-c .item:not(:last-child){
	margin-bottom: 10px;
}
.hotel .box1 .box-c .r-c .item .item-l{
	flex: 1;
	padding: 18px 20px 18px 30px;
	display: flex;
}
.hotel .box1 .box-c .r-c .item .item-l .number{
	line-height: 36px;
	width: 42px;
	text-align: left;
	color: rgba(153, 153, 153, 1);
}
.hotel .box1 .box-c .r-c .item .item-l .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hotel .box1 .box-c .r-c .item .item-l .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hotel .box1 .box-c .r-c .item .item-l .text-box{
	flex: 1;
}
.hotel .box1 .box-c .r-c .item .item-l .text-box-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hotel .box1 .box-c .r-c .item .item-l .grade{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
}
.hotel .box1 .box-c .r-c .item .item-l .grade span{
	padding: 0 7px;
	line-height: 20px;
	background: #56B4BC;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	margin-right: 7px;
	border-radius: 0px 5px 5px 5px;
}
.hotel .box1 .box-c .r-c .item .item-l .price{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.hotel .box1 .box-c .r-c .item .item-l .price span{
	font-size: 16px;
}
.hotel .box1 .box-c .r-c .item .pic{
	width: 180px;
	height: 130px;
	border-radius: 10px;
}
.hotel .box1 .box-c .r-c .item .pic img{
	height: 100%;
	object-fit: cover;
}
.hotel .box1 .box-c .r .commonMore{
	margin-top: 50px;
	align-self: flex-end;
	width: 180px;
	box-shadow: 5px 9px 30px 0px rgba(94,183,191,0.3);
	background-color: rgba(86, 180, 188, 1);
}
.hotel .box1 .box-c .r .commonMore .icon{
	color: #56B4BC;
}
.hotel .box2{
	/* margin-top: 105px; */
}
.hotel .box3 .title,
.hotel .box2 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #222222;
}
.hotel .box2 .box-c{
	margin-top: 32px;
}
.hotel .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 21px;
}
.hotel .box2 .box-c .list li>a{
	display: flex;
	background-color: rgba(240, 240, 240, 1);
	border-radius: 65px;
	transition: all .6s;
}
.hotel .box2 .box-c .list li:hover>a{
	background-color: #56B4BC;
}
.hotel .box2 .box-c .list li>a .l{
	width: 130px;
	height: 130px;
	background: #F0F0F0;
	border-radius: 50%;
	box-shadow: 10px 0px 0px 0px rgba(177, 177, 177, 1),
             20px 0px 0px 0px rgba(221, 221, 221, 1);
	transition: all .6s;
	
}
.hotel .box2 .box-c .list li:hover>a .l{
	box-shadow: 10px 0px 0px 0px rgba(250, 250, 250, .5),
	         20px 0px 0px 0px rgba(255, 255, 255, .2);
}
.hotel .box2 .box-c .list li>a .l .pic{
	border-radius: 50%;
	height: 100%;
}
.hotel .box2 .box-c .list li>a .l .pic img{
	height: 100%;
	object-fit: cover;
}
.hotel .box2 .box-c .list li>a .text-box{
	flex: 1;
	margin-left: 28px;
	padding: 14px 23px 0 0;
}
.hotel .box2 .box-c .list li>a .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.hotel .box2 .box-c .list li>a .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.hotel .box2 .box-c .list li:hover>a .text-title,
.hotel .box2 .box-c .list li:hover>a .text-des{
	color: #fff;
}
.hotel .box3{
	padding: 105px 0 116px;
}
.hotel .box3 .box-t{
	margin-top: 49px;
}
.hotel .box3 .box-t .swiper-slide{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	width: auto;
	color: rgba(153, 153, 153, 1);
	line-height: 1;
	padding-bottom: 14px;
	border-bottom: 3px solid transparent;
	transition: all .6s;
}
.hotel .box3 .box-t .swiper-slide:hover{
	color: #222;
}
.hotel .box3 .box-t .swiper-slide.active{
	color: #222;
	border-color: #56B4BC;
}
.hotel .box3 .box-t .swiper-slide:not(:last-child){
	margin-right: 80px;
}
.hotel .box3 .box-c{
	margin-top: 30px;
}
.hotel .box3 .box-c .item{
    display: none;
}
.hotel .box3 .box-c .item.active{
    display: block;
    animation: fadeInUpSmall 1s forwards;
}
.hotel .box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 25px;
}
.hotel .box3 .box-c .list li{
	position: relative;
}
.hotel .box3 .box-c .list .picCover{
	padding-top: 134.61%;
}
.hotel .box3 .box-c .list .pic{
	border-radius: 10px;
}
.hotel .box3 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px 19px;
	z-index: 3;
}
.hotel .box3 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FAFAFA;
	line-height: 1.5;
}
.hotel .box3 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
	margin-top: 6px;
}
.hotelList .box1{
	padding: 63px 0 97px;
}
.hotelList .box1 .box-t{
	display: flex;
	justify-content: space-between;
}
.hotelList .box1 .box-t-l{
	width: 300px;
}
.hotelList .box1 .box-t-l .select{
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	padding: 0 0 0 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}
.hotelList .box1 .box-t-l .select:not(:last-child){
	margin-bottom: 22px;
}
.hotelList .box1 .box-t-l .select .layui-input{
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	height: 58px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #56B4BC;
	line-height: 36px;
	text-overflow: ellipsis !important;
	width: 100%;
}
.hotelList .box1 .box-t-l .select .layui-form-select{
	flex: 1;
}
.hotelList .box1 .box-t-l .select .layui-form-select dl dd.layui-this{
	background-color: #56B4BC;
}
.hotelList .box1 .box-t-r{
	flex: 1;
	margin-left: 42px;
}
.hotelList .box1 .box-t-r .multipleChoiceList .item input:checked:before{
	background-color: #56B4BC;
}
.hotelList .box1 .box-t-r .multipleChoiceList .item input:checked + label{
	color: #56B4BC;
}
.hotelList .box1 .box-t-r .optionList{
	margin-top: 29px;
}
.hotelList .box1 .box-t-r .optionList .item{
	border-color: #56B4BC;
	color: #56B4BC;
}
.hotelList .box1 .box-t-r .optionList .item:not(.layui-form).active{
	background-color: #56B4BC;
	color: #fff;
}
.hotelList .box1 .box-c{
	margin-top: 40px;
}
.hotelList .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 27px;
}
.hotelList .box1 .box-c .list .hotelItem{
	width: 100%;
}
.hotelList .box1 .box-c .list .hotelItem:not(:last-child){
	margin-right: 0;
}
.hotelList .box1 .box-c .list .hotelItem:hover a{
	transform: translateY(0);
}
.hotelList .box1 .pagination{
	margin-top: 60px;
}
.scenicSpotItem:hover,
.commonNavBox .box-c .btn:hover,
.commonNavBox .box-t .swiper-slide.active{
    background: #56B4BC;
}
.commonNavBox .box-c .btn{
    border-color: #56B4BC;
    color: #56B4BC;
}
.commonNavBox .box-t .swiper-slide:hover{
    color: #56B4BC;
}
.scenicSpotItem:hover{
    box-shadow: 5px 9px 30px 0px rgba(86, 180, 188, .3);
}
@media (max-width:1440px) {
	.hotel .box2 .box-c .list{
		gap: 16px;
	}
	.hotel .box2 .box-c .list li>a .text-title{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.hotel .box1 .box-c .r-c .item .item-l .number{
		width: 34px;
	}
	.hotel .box1 .box-c .r-c .item .item-l{
		padding-left: 18px;
	}
	.hotel .box1 .box-c .r-c .item .item-l .text-title{
		font-size: 22px;
	}
	.hotel .box1 .box-c .r-c .item .pic{
		width: 168px;
	}
}
@media (max-width:1199px) {
    .hotel .box3 .box-t{
		margin-top: 45px;
	}
	.hotel .box3 .box-t .swiper-slide{
		font-size: 22px;
		padding-bottom: 5px;
	}
	.hotel .box3 .box-t .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
	.hotelList .box1{
		padding-bottom: 70px;
	}
	.hotelList .box1 .pagination{
		margin-top: 45px;
	}
	.hotelList .box1 .box-t{
		flex-direction: column;
	}
	.hotelList .box1 .box-t-l{
		width: 100%;
		display: flex;
		gap: 14px;
		flex-wrap: wrap;
	}
	.hotelList .box1 .box-t-r{
		margin-left: 0;
		margin-top: 20px;
	}
	.hotelList .box1 .box-t-l .select:not(:last-child){
		margin-bottom: 0;
	}
	.hotel .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.hotel .box1 .box-c .r-c .item .pic{
		width: 149px;
	}
	.hotel .box1 .box-c .r-c .item .item-l .text-title{
		font-size: 20px;
	}
	.hotel .box1 .box-c .r-c .item .item-l .number{
		line-height: 30px;
	}
	.hotel .box1 .box-c .l{
		width: 53.14%;
	}
	.hotel .box1 .box-c .r{
		width: 44.42%;
	}
	.hotel .box1 .box-c .r .commonMore{
		margin-top: 45px;
	}
	.hotel .box1{
		padding-bottom: 70px;
	}
	.hotel .box3{
		padding: 70px 0;
	}
	.hotel .box3 .box-c .list li .text-title{
		font-size: 22px;
	}
	.hotelList .box1 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.hotelList .box1 .box-t-l .select .layui-input{
		height: 48px;
	}
}
@media (max-width: 1024px) {
    .hotel .box3 .box-t{
		margin-top: 40px;
	}
	.hotel .box34 .box-t .swiper-slide{
		font-size: 18px;
		padding-bottom: 4px;
	}
	.hotel .box3 .box-t .swiper-slide:not(:last-child){
		margin-right: 27px;
	}
	.hotelList .box1{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hotelList .box1 .pagination{
		margin-top: 40px;
	}
	.hotel .box3 .box-c .list li .text-title{
		font-size: 20px;
	}
	.hotel .box1 .box-c .r .commonMore{
		margin-top: 40px;
	}
	.hotel .box1{
		padding-bottom: 60px;
	}
	.hotel .box3{
		padding: 60px 0;
	}
	.hotel .box2 .box-c{
		margin-top: 30px;
	}
	.hotel .box1 .box-c{
		flex-direction: column;
	}
	.hotel .box1 .box-c .r,
	.hotel .box1 .box-c .l{
		width: 100%;
	}
	.hotel .box1 .box-c .l-c .swiper-slide .pic img{
		height: auto;
	}
	.hotel .box1 .box-c .r{
		margin-top: 40px;
	}
	.hotel .box3 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 768px) {
    .hotel .box3 .box-t{
		margin-top: 30px;
	}
	.hotel .box3 .box-t .swiper-slide{
		font-size: 18px;
		padding-bottom: 4px;
	}
	.hotel .box3 .box-t .swiper-slide:not(:last-child){
		margin-right: 27px;
	}
	.hotelList .box1 .box-c .list{
		gap: 18px;
	}
	.hotelList .box1 .box-t-l .select .layui-input,
	.hotelList .box1 .box-t-l .select{
		font-size: 16px;
	}
	.hotelList .box1 .box-c{
		margin-top: 30px;
	}
	.hotelList .box1 .box-t-l{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.hotelList .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.hotelList .box1{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hotelList .box1 .box-c,
	.hotelList .box1 .pagination{
		margin-top: 30px;
	}
	.hotel .box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.hotel .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.hotel .box2 .box-c,
	.hotel .box1 .box-c .r .commonMore{
		margin-top: 30px;
	}
	.hotel .box1{
		padding-bottom: 50px;
	}
	.hotel .box3{
		padding: 50px 0;
	}
}
@media (max-width:500px) {
    .hotel .box3 .box-t{
		margin-top: 25px;
	}
	.hotelList .box1 .box-c .list{
		gap: 8px;
	}
	.hotelList .box1 .box-t-l .select .layui-input,
	.hotelList .box1 .box-t-l .select{
		font-size: 14px;
	}
	.hotelList .box1{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.hotelList .box1 .box-c,
	.hotelList .box1 .box-t-r .optionList,
	.hotelList .box1 .box-c,
	.hotelList .box1 .pagination{
		margin-top: 25px;
	}
	.hotel .box3 .box-c .list{
		gap: 14px;
	}
	.hotel .box2 .box-c .list li>a .text-title{
		font-size: 20px;
	}
	.hotel .box1 .box-c .title{
		margin-bottom: 20px;
	}
	.hotel .box3 .box-c,
	.hotel .box2 .box-c,
	.hotel .box1 .box-c .r .commonMore{
		margin-top: 25px;
	}
	.hotel .box1{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.hotel .box3{
		padding: 40px 0;
	}
	.hotel .box1 .box-c .r-c .item .item-l .number{
		width: 27px;
		line-height: 27px;
	}
	.hotel .box1 .box-c .r-c .item .item-l .text-title{
		font-size: 18px;
	}
}