.topBox {
	/* background: #C4EAC5; */
	width: 100%;
}

.topSearch {
    padding: 0 .24rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    max-width: 7.50rem;
    margin: 0 auto;
    height: 1rem;
    background: #FFFFFF;
}

.topSearch a {
    line-height: 1rem;
    width: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.topSearch form {
    height: 0.64rem;
}

.topSearch .searchs {
    position: relative;
    display: inline-block;
    line-height: 0.64rem;
    margin-left: 0.6rem;
    width: 6.38rem;
    height: 0.64rem;
    background: #eee;
    border-radius: .32rem;
}

.topSearch .searchs input {
	position: absolute;
	height: 100%;
	width: 95%;
	line-height: 100%;
	/* background: #F5F5F5; */
	border-radius: 0.2rem;
	outline: none;
	font-size: .28rem;
	border: none;
	padding-left: .24rem;
}


.titleSearchs {
    position: absolute;
    top: .07rem;
    right: 0.1rem;
    min-width: 1rem;
    height: .5rem;
    background: #24C527;
    border-radius: .24rem;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .5rem;
    border: none;
}

.scrollBox {
	font-size: 0;
	margin: 0 0.08rem;
	margin-top: 1rem;
	/* padding: .24rem; */
}

.iconfont {
	align-items: center;
	display: inline-flex;
}

.scrollBox .cityList {
    position: sticky;
    color: #999999;
    font-size: .26rem;
    margin: 0 0.24rem 0;
    line-height: .85rem;
    overflow-x: scroll;
    white-space: nowrap;
}

.scrollBox .cityList.fixed {
	position: fixed;
	top: 1.5rem;
	left: 0;
	right: 0;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	z-index: 1000;
	padding: 0 .7rem;
}

.scrollBox .cityList li.active {
    color: #24C527;
    font-size: .3rem;
    font-weight: 600;
    position: relative;
}

.scrollBox .cityList li.active::after {
	content: "";
	position: absolute;
	bottom: .1rem;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	height: .04rem;
	background: #24C527;
}

.scrollBox .cityList li {
	padding: 0 0.2rem;
	display: inline-block;
	margin-right: .01rem;
	border-radius: .15rem;
}

.infoBox {
	width: 7.50rem;
	background: #FFFFFF;
	border-radius: .2rem .2rem 0px 0px;
	padding-left: .24rem;
	padding-right: .24rem;
}

.filterlist {
	background: #fefefe;
	/* position: fixed; */
	/* top: .8rem; */
	z-index: 1000;
	max-width: 7.50rem;
	width: 100%;
}


.filterScroll {
	font-size: .28rem;
	height: .7rem;
	line-height: .7rem;
	margin-left: .24rem;
}

.filterScroll div {
	white-space: nowrap;
	overflow-x: scroll;
}

.filterScroll span {
	display: inline-block;
	margin-right: .3rem;
}

.filterScroll span.active {
	border-bottom: .01rem solid #FF4A00;
}

.nav1{
	/* margin-top: rem; */
}
/* 城市列表 */
.filter-nav {
	font-size: 0;
	position: relative;
    display: flex;
    justify-content: space-around;
}

.filter-nav .iconfont {
	font-size: .18rem;
	margin-left: 0.03rem;
}

.filter-nav .filterSelected {
	color: #333;
	font-weight: 600;
	height: .8rem;
	line-height: .8rem;
	display: inline-block;
	font-size: .26rem;
	padding: 0 .25rem;
}

.filter-nav .filterSelected.active {
	color: #FF4A00;
}

.filter-nav .filterSelected.active .iconfont {
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: middle
}

.filter-nav .filterWrap {
	position: absolute;
	top: 0.7rem;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	left: 0;
	right: 0;
	max-width: 7.50rem;
	margin: 0 auto;
	display: none;
	max-height: 9rem;
	overflow-y: auto;
}

.filter-nav .filterWrap .bg {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100vh;
    position: fixed;
}

.filter-nav .filterWrap .filterBox {
	position: absolute;
	z-index: 1000;
	padding: .1rem .25rem .2rem;
	width: 7.5rem;
	background: #fff;
	min-height: 2rem;
	border-radius: 0px 0px .3rem .3rem;
}

.filter-nav .filterWrap .filterBox .all {
	display: block;
	font-size: .28rem;
	line-height: 0.6rem;
	color: #999;
	font-weight: 600;
}

.filter-nav .filterWrap .filterBox .close {
	position: absolute;
	right: .4rem;
	top: .2rem;
}

.filterBox1 a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	font-size: 0.26rem;
	border-bottom: 1px solid #eee;
}

.filterBox1 a:last-child {
	border-bottom: none;
}

.filterBox1 a.active {
	color: #FF4A00;
}

.filterBox2 {
	padding-top: .2rem !important;
}

.filterBox2 .title {
	color: #333333;
	font-size: .28rem;
	font-weight: 600;
}

.filterBox2 .title em {
	font-size: .2rem;
	margin-left: .16rem;
	color: #999;
	font-weight: 400;
}

.filterBox2 .day {
	white-space: nowrap;
	overflow-x: scroll;
	margin-bottom: .3rem;
	margin-top: .2rem;
}

.filterBox2 .day em {
	display: inline-block;
	min-width: 1.1rem;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	font-size: .26rem;
	background: #F6F7F9;
	border-radius: 3px;
	margin-right: .16rem;
}

.filterBox2 .day em.active {
	background: #FF4A00;
	color: #fff;
}

.filterBox2 .dateDay {
	display: flex;
	justify-content: space-between;
}

.filterBox2 .dateDay .td {
	width: 0.6rem;
	height: 4vh;
	line-height: 4vh;
	text-align: center;
	font-size: .26rem;
	font-weight: 600;
}

.filterBox2 .dateDay .td.active {
	color: #FF4A00;
}

.filterBox3 .title {
	font-size: .28rem;
	font-weight: 600;
	margin-bottom: .2rem;
	margin-top: .2rem;
}

.filterBox3 .filterNum {
	font-size: .26rem;
	margin-bottom: .2rem;
}

.filterBox3 .filterNum span,
.filterBox3 .filterNum em {
	display: inline-block;
	width: .5rem;
	line-height: .5rem;
	text-align: center;
}

.filterBox3 .filterNum span {
	background: #F5F5F5;
	border-radius: 50%;
}

/* .filterBox4 .title {
	font-size: .28rem;
	font-weight: 600;
	margin-bottom: .2rem;
	margin-top: .1rem;
} */

.filterBox4 span {
    display: inline-block;
    width: 2.1rem;
    text-align: center;
    line-height: .6rem;
    margin-right: .16rem;
    font-size: .26rem;
    height: .6rem;
    margin-bottom: .16rem;
    background: #F6F7F9;
    border-radius: 6px;
}

.filterBox4 span:nth-child(3n) {
	margin-right: 0;
}
.filterBox4 .active{
	background-color: #fff;
	color: #FF4A00;
	border: .01rem solid #FF4A00;
}

.filterBox4 .cityInfo .cityTitle {
    display: inline-block;
    line-height: .6rem;
    margin-right: .16rem;
    font-size: .26rem;
    height: .6rem;
    font-weight: 600;
    color: #FF4A00;
}
.itemsBox {
	display: flex;
	font-size: .26rem;
	margin-bottom: .1rem;
	background: #f7f7f7;
	padding: 0 .3rem;
	margin-top: .2rem;
	height: .6rem;
	line-height: .6rem;
}

.filterButton{
	height: .7rem;
	line-height: .7rem;
	margin-top: .3rem;
	margin-bottom: .1rem;
}

.filterButton span{
	width: 3.4rem;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-size: .26rem;
}
.filterButton span:nth-child(1){
	border: 1px solid #EEEEEE;
}
.filterButton span:nth-child(2){
	background: #FF4A00;
	color: #fff;
}

.items-scroll {
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
	align-items: center;
	width: 6rem;
	overflow: scroll;
}

.items-scroll .item {
	margin-right: 4vw;
	height: 4vh;
	line-height: 4vh;
	text-align: center;
	width: 1.2rem;
}

.items-scroll .item.active {
	color: #FF4A00;
	font-weight: 600;
	border-bottom: 1px solid #FF4A00;
}

.dateDay {
	display: flex;
	justify-content: space-between;
}

.date_Dates {
	display: flex;
	margin-bottom: 2vw;
	text-align: center;
	font-size: 0;
	justify-content: space-between;
}

.date_Date {
	height: .6rem;
	color: #E3E6E9;
	width: .6rem;
	font-size: .28rem;
	line-height: .6rem;
}

.date_Date2 {
	height: .6rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: .6rem;
	line-height: .6rem;
}

.date_Date4 {
    height: .6rem;
    color: #1D223E;
    width: .6rem;
    font-size: .26rem;
    line-height: .6rem;
}

.date_Date3 {
	font-size: .12rem;
	height: .6rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: .9rem;
}

.date_Date3.active,
.date_Date4.active {
    color: #fff;
    background-color: #FF4A00;
    border-radius: 4px;
    font-size: .26rem;
}

.date_Date4.disabled,
.date_Date.disabled {
	color: #999;
}

.selectList {
	display: flex;
	justify-content: space-around;
	font-size: .28rem;
}

.selectList .selectItem {
	width: 50%;
}

.infoBox {
    padding-top: .2rem;
}

.infoBox .travelItem {
    display: flex;
    margin-bottom: .32rem;
}
.infoBox .travelItem.kf{
	height: 1.91rem;
	background: #F7F7F7;
	border-radius: .15rem;
	display: block;
}
.infoBox .travelItem.kf .title{
	font-weight: 400;
	font-size: .26rem;
	color: #333333;
	padding-top: .23rem;
	margin-left: .25rem;
}
.infoBox .travelItem.kf .info{
	display: flex;
	align-items: center;
	margin-left: .24rem;
	margin-top: .30rem;
}
.infoBox .travelItem.kf .info img{
	width: .8rem;
	height: .8rem;
}
.infoBox .travelItem.kf .info .i1{
	display: flex;
	flex-wrap: wrap;
}
.infoBox .travelItem.kf .info i{
	color: #CCCCCC;
	font-size: .24rem;
	padding-left: .1rem;
	margin-bottom: .2rem;
	margin-right: .2rem;
}
.infoBox .travelItem.kf .info .i1 div{
	margin-left: .48rem;
	font-weight: 400;
	font-size: .24rem;
	color: #333333;
	padding-bottom: .14rem;
}
.infoBox .travelItem.kf .info .i1 img{
	width: .24rem;
	height: .24rem;
	margin-right: .16rem;
}
.infoBox .travelItem .leftBox {
    color: #333333;
    width: 2.7rem;
    height: 1.8rem;
    border-radius: .1rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.infoBox .travelItem .leftBox img {
    width: 2.7rem;
    min-height: 1.8rem;
    border-radius: .1rem;
}

.infoBox .travelItem .leftBox span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .32rem;
    background: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    border-radius: 0rem 0rem .1rem .1rem;
    text-align: center;
    line-height: .32rem;
    font-size: .2rem;
}

.infoBox .travelItem .rightBox {
    margin-left: .2rem;
    width: 4rem;
    position: relative;
}

.infoBox .travelItem .rightBox .r1 {
    max-width: 4rem;
    font-weight: 600;
    font-size: .24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.infoBox .travelItem .rightBox .r2 {
    max-width: 4rem;
    font-weight: 400;
    font-size: .2rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-top: .1rem;
    margin-bottom: .1rem;
}
.infoBox .travelItem .rightBox .r3 span {
    padding: 0 .08rem;
    display: inline-block;
    max-width: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: .33rem;
    text-align: center;
    color: #666;
    font-size: .16rem;
    border: .01rem solid #EEEEEE;
    border-radius: .06rem;
    margin-right: .06rem;
}

.infoBox .travelItem .rightBox .r4 {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.infoBox .travelItem .rightBox .r4 .s1 {
	font-weight: 400;
	font-size: .20rem;
	color: #999999;
}

.infoBox .travelItem .rightBox .r4 .s2 {
    font-weight: 600;
    font-size: .26rem;
    color: #FA4B5D;
    line-height: .30rem;
}

.cityWrap {
	position: absolute;
	top: 1.5rem;
	z-index: 1000;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	display: none;

}

.cityWrap .bg {
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: absolute;
}

.cityWrap .cityBox {
	position: absolute;
	z-index: 1000;
	width: 100%;
	padding: 0 0 5% 4%;
	background: #fff;
	border-radius: 0px 0px .3rem .3rem;
}

.cityWrap .cityBox .all {
	display: block;
	font-size: .28rem;
	line-height: 0.6rem;
	color: #999;
	font-weight: 600;
}

.cityWrap .cityBox a {
	display: inline-block;
	font-size: .28rem;
	min-width: 21.3%;
	text-align: center;
	margin-right: .2rem;
	margin-top: .2rem;
	height: .66rem;
	line-height: .66rem;
	background: #EEEEEE;
	border-radius: .1rem;
	border: .01rem solid #fff;
}

.cityWrap .cityBox a.active {
	color: #0076EE;
}

.cityWrap .cityBox .close {
	position: absolute;
	right: .4rem;
	top: .2rem;
}

.carousel {
	/* position: relative; */
	width: 100%;
	height: 6rem;
	/* overflow: hidden; */
	background:url("https://img.dahepiao.com/newTravel/f-9-2.jpg") center top no-repeat;
	display: flex;
	align-items: center;
}

.carousel-images {
	width: 100%;
	height: 2.3rem;
	max-height: 2.97rem;
	transition: transform 1s ease-in-out;
	margin: 0 auto;
	border-radius: .15rem;
}

.carousel-images img {
	width: 2.04rem;
	height: 2.3rem;
	max-width: 2.64rem;
	max-height: 2.97rem;
	border-radius: .15rem;
}
.swiper-slide{
	position: relative;
}
.swiper-slide .l1{
	position: absolute;
	top: 0;
	left: 0;
	width: .95rem;
	height: .24rem;
	background: linear-gradient(90deg, #F76A7A 0%, #FFA286 100%);
	border-radius: .12rem 0px .12rem 0px;
	font-weight: 400;
	font-size: .18rem;
	color: #FFFFFF;
	text-align: center;
}
.swiper-slide .lBox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.04rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-slide .l2{
	height: .26rem;
	font-weight: bold;
	font-size: .28rem;
	color: #FFFFFF;
}
.swiper-slide .l3{
	height: .26rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
}
.fixed{
	position: fixed;
	top: 1rem;
	background: #fff;
	width:100%;
	z-index: 1100;
	max-width: 7.50rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* .carousel-images img:nth-child(n+2) {
	position: absolute;
	left: 100%;
} */

/* .carousel {
	margin-top: .9rem !important;
	background-color: #fff !important;
} */
/*
.swiper-slide-scale {

	transform: scale(1.2);
	transition: all 0.2s ease-in 0s;
	z-index: 20;
} */

.dropload-down {
    font-size: .26rem;
    color: #999;
    text-align: center;
    line-height: .6rem;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}
