.headerBox {
	width: 7.5rem;
	height: 1rem;
	padding: 0 .24rem;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	position: fixed;
	z-index: 999;
}

.headerBox a .icon-zuojiantou {
	font-size: .36rem;
	color: #333333;
	margin-right: .12rem;

}

.headerBox .box {
	width: 6.41rem;
	height: .64rem;
	background: #F7F7F7;
	border-radius: .32rem;
	display: flex;
	align-items: center;
	font-size: .24rem;
}

.headerBox .box a {
	max-width: 1.9rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.headerBox .box .time {
	min-width: 1rem;
	margin-left: .32rem;
	font-size: .18rem;
	color: #CCCCCC;
}

.headerBox .box .time div i {
	font-size: .2rem;
	color: #333333;
	margin-left: .07rem;
}

.headerBox .box a .cityTop {
	margin-right: .18rem;
	max-width: .5rem;
}

.headerBox .box .line {
	width: .02rem;
	height: .18rem;
	background: #EEEEEE;
	border-radius: .01rem;
	margin-right: .16rem;
	margin-left: .16rem;
}

.headerBox .box i {
	font-size: .24rem;
}

.headerBox .search {
	display: flex;
	align-items: center;
}

.headerBox .search input {
	margin-right: .15rem;
	margin-left: .15rem;
	width: 2.7rem;
	font-size: .24rem;
	background: #F7F7F7;
}

.tabBox{
	height: .8rem;
	align-items: center;
	position: fixed;
	top:1rem;
	width: 100%;
	left: 0;
	z-index: 1001;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	background: #fff;
}
.tabBox .scroll_tab{
	white-space: nowrap;
	overflow-x: scroll;
	display: flex;
	line-height: .8rem;
	padding-right:.8rem;
}
.tabBox .scroll_tab a{
	font-size: .28rem;
	color: #333;
	padding: 0 .2rem;
}

.tabBox .scroll_tab a.active{
	font-size: .32rem;
	color: #0076EE;
	font-weight: 600;
}

.scroll_tab_more{
	width: 100%;
	max-width: 7.5rem;
	margin: 0 auto;
	position: fixed;
	top: 1.8rem;
	left: 0;
	right: 0;
	font-size: 0;
	display: none;
}
.scroll_tab_more .bg{
	width: 100%;
	position: fixed;
	top: 1.8rem;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	bottom: 0;
	height: 100%;
	z-index: 99;
	margin: 0 auto;
	background: rgba(0, 0, 0, .3);
}

.scroll_tab_more .more{
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius:0 0 .2rem .2rem;
	left: 0;
	padding:.2rem .1rem .1rem;
}

.scroll_tab_more a{
	font-size: .24rem;
	display: inline-block;
	color: #333;
	padding: 0 .15rem;
	min-width: .6rem;
	height: .48rem;
	text-align: center;
	line-height:.48rem;
	border: 1px solid #eee;
	border-radius: .1rem;
	margin-left: .16rem;
	margin-bottom: .16rem;
}

.scroll_tab_more a.active{
	border: 1px solid #0076EE;
	color: #0076EE;
}
.tabBox .menu{
	position: absolute;
	right: 0;
	top: .1rem;
	width: .7rem;
	height: .64rem;
	background: #fff url('https://img.dahepiao.com/travelNew/version8.1/icon_more1.png') no-repeat .1rem .06rem;
	background-size: .44rem;
}


.filterlist {
	max-width: 7.5rem;
	width: 100%;
	position: fixed;
	top: 1.8rem;
	left: auto;
	z-index: 1000;
	margin: 0 auto;
	background: #fff;
}


.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;
}


/* 城市列表 */
.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: #0076EE;
}

.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: 100%;
	height: 100%;
	left: 0;
	right: 0;
	max-width: 7.50rem;
	margin: 0 auto;
	display: none;
	max-height: 5rem;
}

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

.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: #0076EE;
}

.filterBox2 .top {
	display: flex;
	font-size: .26rem;
}

.filterBox2 .top .leftBox {
	background: #F7F7F7;
	width: 1.52rem;
	text-align: center;
	overflow-y: auto;
	max-height: 7rem;
}

.filterBox2 .top .leftBox div {
	height: .88rem;
	line-height: .88rem;
}

.filterBox2 .top .leftBox div.active {
	background: #FFFFFF;
	color: #0076EE;
}

.filterBox2 .top .rightBox {
	margin-left: .32rem;
	overflow-y: auto;
	max-height: 7rem;
}

.filterBox2 .top .rightBox .item {
	padding-top: .31rem;
	padding-right: .24rem;
	padding-bottom: .31rem;
	border-bottom: .01rem solid #eeeeee;
	width: 5.42rem;
}

.filterBox2 .top .rightBox .item img {
	width: .24rem;
	height: .24rem;
}

.filterBox2 .top .rightBox .item .i1 div:nth-child(1) {
	font-size: .26rem;
	color: #333333;
}

.filter-nav .filterWrap .filterBox.filterBox2 {
	padding: .1rem 0 0;
}

.filterBox2 .top .rightBox .item .i1 div:nth-child(2) {
	font-size: .22rem;
	color: #999999;
	margin-top: .15rem;
}

.filterBox2 .top .rightBox .item:nth-child(1) .i1 div:nth-child(2) i {
	color: #FA4B5D;
}

.filterBox2 .top .rightBox .item:nth-child(2) .i1 div:nth-child(2) i {
	color: #FA4B5D;
}

.filterBox2 .top .rightBox .item:nth-child(3) .i1 div:nth-child(2) i {
	color: #FA4B5D;
}

.filterBox2 .top .rightBox .item.active {
	color: #FF4A00;
}

.filterBox2 .top .rightBox .b4Item {
	width: 5.42rem;
}

.filterBox2 .top .rightBox .b4Item .title .t1 {
	font-size: .3rem;
	color: #333333;
	font-weight: 600;
}

.filterBox2 .top .rightBox .b4Item .title .t2 {
	font-size: .22rem;
	color: #0076EE;
}

.filterBox2 .top .rightBox .b4Item .info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;

	margin-bottom: .24rem;
}
.filterBox2 .top .rightBox .b4Item .info div {
	padding: 0 .24rem;
	height: .64rem;
	line-height: .64rem;
	color: #333333;
	font-size: .26rem;
	background: #F7F7F7;
	border-radius: .1rem;
	text-align: center;
	margin-top: .23rem;
	margin-right: .16rem;
    overflow: hidden;
}

.filterBox2 .top .rightBox .b4Item .info div:nth-child(3n) {
	/*margin-right: 0;*/
}

.filterBox2 .top .rightBox .b4Item .info div.active {
	border: .01rem solid #0076EE;
	color: #0076EE;
	background: #FFFFFF;
}

.filterBox3 .topPrice {
	font-size: .26rem;
}

.filterBox3 .topPrice .t1 {
	font-size: .3rem;
	color: #333333;
	font-weight: 600;
}

.filterBox3 .topPrice .t1 i {
	color: #FA4B5D;
}

.filterBox3 .topPrice .t2 {
	font-size: .22rem;
	color: #333333;
	margin-top: .26rem;
	margin-bottom: .2rem;
}

.filterBox3 .topPrice .t4 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.filterBox3 .topPrice .t4 div {
	width: 2.23rem;
	height: .64rem;
	background: #F7F7F7;
	border-radius: .10rem;
	line-height: .64rem;
	text-align: center;
	margin-top: .16rem;
}

.filterBox3 .topPrice .t4 div.active {
	background: #FFFFFF;
	border: .01rem solid #0076EE;
	color: #0076EE;
}

.filterBox3 .topxingji .t1 {
	margin-top: .32rem;
	font-size: .3rem;
	color: #333333;
	font-weight: 600;
}

.filterBox3 .topxingji .t4 {
	display: flex;
	align-items: center;
}

.filterBox3 .topxingji .t4 div {
	font-size: .26rem;
	width: 2.23rem;
	height: .64rem;
	background: #F7F7F7;
	border-radius: .10rem;
	line-height: .64rem;
	text-align: center;
	margin-top: .16rem;
	margin-right: .16rem;
}

.filterBox3 .topxingji .t4 div.active {
	background: #FFFFFF;
	border: .01rem solid #0076EE;
	color: #0076EE;
}

.filterBox .bottom {
	padding: .32rem .24rem;
	display: flex;
}

.filterBox .bottom .btn1 {
	width: 2.40rem;
	height: .74rem;
	background: #FFFFFF;
	border-radius: .37rem;
	font-size: .28rem;
	color: #999999;
	border: .01rem solid #999999;
}

.filterBox .bottom .btn2 {
	width: 4.38rem;
	height: .74rem;
	background: #0076EE;
	border-radius: .37rem;
	border: none;
	color: #FEFEFE;
	font-size: .28rem;
	margin-left: .24rem;
}

.scrollBox{
	position: relative;
	top: 2.76rem;
	padding-bottom: 1rem;
}
 .scrollBox .item{
	margin: 0 .24rem .24rem;
}

 .scrollBox .imgBox{
	height: 4.68rem;
	background: #EBEBEB;
	border-radius: .24rem;
	position: relative;
	overflow: hidden;
}

 .scrollBox .imgBox .swiper-list{
	position: absolute;
	top: 0;
	width: 100%;
	height: 4.68rem;
}
 .scrollBox .imgBox .swiper-list img{
	width: 100%;
	height: 4.68rem;
}
 .scrollBox .imgBox .item_type{
	position: absolute;
	top: 0;
     left: 0;
	z-index: 100;
     width: 1.25rem;
     height: .4rem;
}
.scrollBox .imgBox .item_type img{
    width: 1.25rem;
    height: .4rem;
}

 .scrollBox .item_cllect {
	z-index: 1000;
	width: .48rem;
	height:.48rem;
	text-align: center;
	line-height:.48rem;
	background: rgba(255, 255, 255, 0.85) url('https://img.dahepiao.com/travelNew/version8.1/icon_guanzhuw.png') no-repeat .125rem .16rem;
	border-radius: 50%;
	background-size: .22rem;
	position: absolute;
	right: .16rem;
	top: .16rem;
	z-index: 100;
}
 .scrollBox .item_cllect.active {
	background: rgba(255, 255, 255, 0.85) url('https://img.dahepiao.com/travelNew/version8.1/icon_guanzhu.png') no-repeat center;
	background-size: .22rem;
}

 .scrollBox .item_tags{
	z-index: 100;
	position: absolute;
	left: .16rem;
	bottom: .16rem;
	height: .44rem;
	line-height: .44rem;
	background:rgba(0,0,0,0.3);
	border-radius: .22rem;
	display: flex;
	align-items: center;
}

 .scrollBox .item_tags em{
	display: inline-block;
	padding: 0 .15rem;
	font-size: .2rem;
	color: #fff;
	min-width: .7rem;
	height: .44rem;
	line-height: .44rem;
	position: relative;
}

.scrollBox .item_tags em i{
	font-size: .22rem;
}

.scrollBox .item_tags em::after{
	content: "";
	position: absolute;
	right: 0;
	width: 0.01rem;
	height: .16rem;
	top: .15rem;
	background: #fff;
}
.scrollBox .item_tags em.active{
	background: #fff;
	color: #333;
	border-radius: .2rem;
}

.scrollBox .item_tags em.active::after, .scrollBox .item_tags em:last-child::after{
	content: "";
	width: 0;
	height: 0;
	background: none;
}

.scrollBox .swiper-pagination {
     position: absolute;
     text-align: center;
     transition: .3s opacity;
     transform: translate3d(0, 0, 0);
     z-index: 10;
     width: 20%;
     z-index: 10000;
     right: .2rem;
 	left: auto;
     bottom: .24rem;
 	font-size: .24rem;
 	color: #fff;
}

 .scrollBox .decBox .dec_1{
	font-weight: 600;
	font-size: .3rem;
	padding: .12rem 0;
	color: #333;
}
 .scrollBox .decBox .dec_2{
	margin-bottom: .15rem;
}
 .scrollBox .decBox .dec_2 span{
	min-width: 1.5rem;
	padding: 0 .15rem 0 .45rem;
	height: .4rem;
	border-radius: 0.06rem;
	background:#FDF7D5 url('https://img.dahepiao.com/travelNew/version8.1/icon_paiming.png') no-repeat .1rem .05rem;
	background-size: .26rem;
	font-weight: 600;
	font-size: .24rem;
	color: #7E3116;
}
 .scrollBox .decBox .dec_2 em{
	display: inline-block;
	margin-left: .18rem;
	font-size: .24rem;
	color: #333;
}
 .scrollBox .decBox .dec_3 span{
	display: inline-block;
	min-width: .6rem;
	padding: 0 .1rem;
	height: .36rem;
	line-height: .36rem;
	background: #fff;
	border-radius: .08rem;
	border-radius: 0.08rem;
	font-size: .22rem;
	color: #666666;
	border: 1px solid #EEEEEE;
}
 .scrollBox .decBox .dec_3 span.blue{
	color: #0076EE;
	border: 1px solid #0076EE;
}
 .scrollBox .decBox .dec_3 span.red{
	color: #DB6647;
	border: 1px solid #DB6647;
}
 .scrollBox .decBox .dec_4{
	margin-top: .15rem;
	display: flex;
	align-items:center;
	position: relative;
}
 .scrollBox .decBox .dec_4 .dec_41 em:nth-child(1){
	font-size: .22rem;
	color: #FA4B5D;
	font-weight: 500;
}
.scrollBox .decBox .dec_4 .dec_41 em:nth-child(2){
	font-size: .3rem;
	color: #FA4B5D;
	font-weight:600;
}
.scrollBox .decBox .dec_4 .dec_41 em:nth-child(3){
	font-size: .22rem;
	color: #999;
}
.scrollBox .decBox .dec_4 .dec_42{
	min-width: 1.5rem;
	padding: 0 .1rem 0 0;
	height: .3rem;
	background: linear-gradient(90deg, #FFFFFF 0%, #FFE5E8 100%);
	border-radius: 0.06rem;
	font-size: .2rem;
	color: #FA4B5D;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items:center;
	margin-left: .2rem;
}
 .scrollBox .decBox .dec_4 .dec_42 em{
	display: inline-block;
	height: 100%;
	width: .7rem;
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_shenquan.png') no-repeat;
	background-size:.7rem 100%;
	margin-right: .1rem;
}
 .scrollBox .decBox .dec_4 .dec_43{
	color: #999;
	font-size: .24rem;
	position: absolute;
	right: 0;
}
.dropload-down{
    margin-top: 2rem;
}
