.top_bg{
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100vw;
	height: 2.5rem;
	background: #E7EBF4;
}
.topBox{
	height: 2.24rem;
}
.headerBox {
	background: #E7EBF4;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 7.5rem;
	height: 1rem;
	display: flex;
	align-items: center;
}

.headerBox a{
	font-size: .24rem;
	width: 0.8rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
}

.headerBox .box {
	margin-left: .1rem;
	width: 6.2rem;
	height: .64rem;
	background: #fff;
	border-radius: .32rem;
	display: flex;
	align-items: center;
	font-size: .24rem;
	border: 1px solid #eee;
	overflow: hidden;
}

.headerBox .box a {
	max-width: 1.9rem;
	min-width: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.headerBox .box a .icon-dingwei {
	margin-left: .1rem;
	color: #2C7CFF;
	font-size: .26rem;
}

.headerBox .box a .cityTop {
	max-width: .5rem;
	font-weight: 600;
}

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

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

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

.headerBox .search input {
	margin-left: .1rem;
	width:3.5rem;
	height: .64rem;
	font-size: .24rem;
	background: #fff;
}

.typeBox{
	background: #E7EBF4;
	position: fixed;
	z-index: 999;
	top: 1rem;
	width: 100%;
	right: 0;
	left: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	padding: 0 .08rem .24rem;
}
.typeBox .item{
	height: 1rem;
	display: inline-block;
	width: 2.24rem;
	padding: .1rem 0 .15rem;
	background: #fff;
	border-radius: .24rem;
	margin-left: .12rem;
	text-align:center;
	border: 1px solid #eee;
}
.typeBox .item.active{
	color: #2C7CFF;
	background: #fff;
	border: 1px solid #2C7CFF;
	position: relative;
}
.typeBox .item.active .bg{
	width: .42rem;
	height: .18rem;
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_bizhankai.png') no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -.35rem;
	left: 0.9rem;
}
.typeBox .item.active .p1{
	color: #2C7CFF;
}
.typeBox .item.active .p2{
	color: #2C7CFF;
}
.typeBox .item .p1{
	 font-weight: 600;
	 font-size: .28rem;
	 color: #333333;
}
.typeBox .item .p2{
	 font-size: .24rem;
	 color: #999999;
	 margin-top: .02rem;
}
.productBox{
	position: relative;
	z-index: 110;
	background: #fff;
	border-radius: .24rem .24rem 0 0;
	padding: 0 .08rem;
	height: 3.39rem;
}
.productBox .item{
	width: 2.24rem;
	height: 3.15rem;
	display: inline-block;
	border-radius: .2rem;
	margin-left: .12rem;
	margin-top: .24rem;
	vertical-align: top;
}
.productBox .item:nth-child(1){
	background: linear-gradient(0deg, #FFFFFF 0%, #CFEFE2 100%);
	border: 1px solid #D1F0E3;
}
.productBox .item:nth-child(2){
	background: linear-gradient(0deg, #FFFFFF 0%, #F8DFC9 100%);
	border: 1px solid #F8E0CB;
}
.productBox .item:nth-child(3){
	background: linear-gradient(0deg, #FFFFFF 0%, #CAEBFA 100%);
	border: 1px solid #CCEEFA;
}
.productBox .item .p1{
	font-size: .28rem;
	color: #333;
	padding: .15rem .1rem 0 .15rem;
}
.productBox .item .p2{
	font-size: .24rem;
	color: #999;
	padding:0 .1rem .1rem .15rem;
	height: .4rem;
}

.productBox .item .p3 {
	font-weight: 600;
	height: .4rem;
	font-size: .26rem;
	color: #FA4B5D;
	display: flex;
	align-items: center;
	padding-bottom: .1rem;
}
.productBox .item .p3 .i2_image {
	display: inline-block;
	height: .24rem;
	width: 1.45rem;
	background: url('https://img.dahepiao.com/travelNew/web/icon_xingji1.png') no-repeat scroll 0 0;
	background-size: 1.45rem;
	margin-left: .15rem;
	margin-right: .05rem;
}

.productBox .item .p3 .i2_image .image{
	display: block;
	height: .24rem;
	width: 1.45rem;
	background: url('https://img.dahepiao.com/travelNew/web/icon_xingji.png') no-repeat 0 0;
	background-size:1.45rem;
}

.productBox .item img{
	width: 2.04rem;
	height: 2.04rem;
	border-radius: .1rem;
	padding: 0 .1rem;
	border-radius: .24rem;
}
.listFixed{
	position: relative;
	background: #fff;
	z-index: 100;
}
.listFixed.fixed{
	width: 100%;
	position: fixed;
	top: 2.2rem;
	z-index: 1000;
	right: 0;
	left: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	background: #fff;
}
.tabBox{
	padding-top: .2rem;
	height: .8rem;
	align-items: center;
	width: 100%;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	background: #fff;
}
.tabBox .scroll_tab{
	white-space: nowrap;
	overflow-x: scroll;
	display: flex;
	width: 100%;
	line-height: .8rem;
	padding-right:.8rem;
	background: #fff;
	position: absolute;
	z-index: 100;
	padding-left: .08rem;
}
.tabBox .scroll_tab a{
	font-size: .28rem;
	color: #333;
	padding: 0 .2rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	margin-left: .12rem;
	background: #F6F7F9;
	border-radius: .15rem;
}

.tabBox .scroll_tab a.active{
	font-size: .32rem;
	color: #0076EE;
	font-weight: 600;
}
.tabBox .scroll_tab a li.active{
    font-size: .32rem;
    color: #0076EE;
    font-weight: 600;
}
.tabBox .menu{
	position: absolute;
	right: 0;
	z-index: 1000;
	top: .2rem;
	width: .7rem;
	height: .64rem;
	background: #fff url('https://img.dahepiao.com/travelNew/version8.1/icon_more1.png') no-repeat .1rem .06rem;
	background-size: .44rem;
}
.scroll_tab_more{
	width: 100%;
	max-width: 7.5rem;
	margin: 0 auto;
	position: absolute;
	top: 0.8rem;
	left: 0;
	right: 0;
	font-size: 0;
	display: none;
}
.scroll_tab_more .bg {
    width: 100%;
    position: absolute;
    top: 0rem;
    left: 0;
    right: 0;
    max-width: 7.5rem;
    bottom: 0;
    height: 100vh !important;
    z-index: 99;
    height: 5rem;
    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:.3rem .1rem .2rem;
}

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

.filterlist {
	max-width: 7.5rem;
	width: 100%;
	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: #999;
	height: .7rem;
	line-height: .7rem;
	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 .1rem;
	width: 7.5rem;
	background: #fff;
	min-height: 1.4rem;
	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;
}
.listBox{

	padding-bottom: .5rem;
}
.scroll_height{
	height: 1rem;
	width: 100%;
	display: none;
}
.scroll_box .item{
	margin: 0 .24rem;
	padding: .2rem 0;
	font-size: 0;
	display: inline-block;
	width:7.02rem;
	border-bottom: 1px solid #eee;
}
.scroll_box .item:last-child{
	border-bottom: none;
}
.scroll_box .item .item_left{
	width: 2.2rem;
	height:2.2rem;
	background: #F2F2F2;
	border-radius: .24rem;
}

.scroll_box .item .item_right{
	width: 4.6rem;
	float: right;
	vertical-align: top;
	min-height:2.2rem;
	position: relative;
}
.scroll_box .item .item_right .r_1{
	font-weight: 600;
	font-size: .3rem;
	margin-bottom: .1rem;
}

.scroll_box .item .item_right .r_2{
	margin-bottom: .1rem;
}
.scroll_box .item .item_right .r_2 em{
	min-width: .3rem;
	height: .25rem;
	text-align: center;
	line-height: .25rem;
	display: inline-block;
	padding: 0 .1rem;
	background: #eee;
	font-size: .2rem;
	color: #999;
	border-radius: 0.06rem;
}
.scroll_box .item .item_right .r_2 span{
	display: inline-block;
	font-size: .2rem;
	color: #999;
	margin-left: .1rem;
}
.travel_box .item_right .r_2{
	font-size: .24rem;
	color: #999999;
}
.hotel_box .item .item_right .r_2{
	display: flex;
	align-items: center;
}
.hotel_box .item .item_right .r_2 em{
	display:inline-block;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	padding: 0 .1rem 0 0;
	font-size: .22rem;
	background: #FFF0D3;
	border-radius: .16rem;
	color: #FFA800;
	font-weight: 600;
}
.hotel_box .item .item_right .r_2 em i{
	display:inline-block;
	min-width: .54rem;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	font-size: .26rem;
	background: #FFA800;
	color: #fff;
	border-radius: .16rem .04rem .16rem .16rem;
	margin-right: .1rem;
}
.hotel_box .item .item_right .r_2 span{
	font-size: .24rem;
	color: #FFA800;
}
.scroll_box .item .item_right .r_3 em{
	min-width: .3rem;
	border-radius: 4px;
	border: 1px solid #eee;
	text-align: center;
	height: .32rem;
	line-height: .3rem;
	display: inline-block;
	padding: 0 .1rem;
	font-size: .2rem;
	margin-right: .06rem;
	color: #999;
	border-radius: 0.06rem;
}
.scroll_box .item .item_right .r_3 em.active{
	border: 1px solid #0076EE;
	color: #0076EE;
}
.scroll_box .item .item_right .r_5{
	font-size: .24rem;
	color: #977E54;
	height: .32rem;
	display: inline-block;
	line-height: .32rem;
	text-align: center;
	background: #FEF0E3;
	border-radius: 0.04rem;
	padding-right: .1rem;
	margin-top: .1rem;
}
.scroll_box .item .item_right .r_52{
	color: #999;
	font-size: .24rem;
	margin-top: .1rem;
}
.scroll_box .item .item_right .r_5 em{
	 width: .32rem;
	 height: .32rem;
	 background: url('https://img.dahepiao.com/travelNew/version8.1/icon_jqhg.png') no-repeat center;
	 border-radius: 0.08rem;
	 background-size: .3rem;
	 display: inline-block;
	 vertical-align: top;
	 margin-right: .1rem;
}
.scroll_box .item .item_right .r_4{
	color: #999;
	font-size: .24rem;
	padding-top: .1rem;
}
.scroll_box .item .item_right .r_6{
	position: absolute;
	right: 0;
	bottom: .1rem;
}

.scroll_box .item .item_right .r_6 em:nth-child(1){
	font-size: .24rem;
	color: #FA4B5D;
	font-weight: 600;
}
.scroll_box .item .item_right .r_6 em:nth-child(2){
	font-size: .3rem;
	color: #FA4B5D;
	font-weight: 600;
}
.scroll_box .item .item_right .r_6 em:nth-child(3){
	font-size: .24rem;
	color: #999;
}

.scroll_box .item .item_right .r_6 div{
	font-size: .22rem;
	height: .28rem;
	padding: 0 .1rem;
	line-height: .28rem;
	text-align: right;
	color: #FA4B5D;
	background: linear-gradient(90deg, #FFFFFF 0%, #FFE5E8 100%);
	border-radius: 0 .14rem .14rem 0;
	display: inline-block;
	float: right;
}
.hotel_box .item .item_right .r_5{
	bottom:0.1rem;
	position: absolute;
	left: 0;
}
.hotel_box .item .item_right .r_6{
	position: absolute;
	right: 0;
	bottom: -0.15rem;
}
.hotel_box .item{
	padding: .2rem 0 .28rem 0;
}
.hotel_box .item .item_right .r_6 em:nth-child(1){
	font-size: .24rem;
	color: #999;
	text-decoration: line-through;
	margin-right: .04rem;
	font-weight: 500;
}
.hotel_box .item .item_right .r_6 em:nth-child(2){
	font-size: .24rem;
	color: #FA4B5D;
	font-weight: 600;
}
.hotel_box .item .item_right .r_6 em:nth-child(3){
	font-size: .3rem;
	color: #FA4B5D;
	font-weight: 600;
}
.hotel_box .item .item_right .r_6 em:nth-child(4){
	font-size: .24rem;
	color: #999;
}

.scroll_box .item .item_list{
	padding: .2rem 0 0;
}
.scroll_box .item .item_list div{
	margin-bottom: .2rem;
	text-align: right;
}
.scroll_box .item .item_list div:last-child{
	margin-bottom: 0;
}
.scroll_box .item .item_list .span_1{
	min-width: 1.7rem;
	height: .32rem;
	line-height: .32rem;
	background: #FBFFFC;
	padding: 0 .05rem;
	border-radius: .06rem;
	border: 1px solid #FA4B5D;
	text-align: center;
	font-size: .24rem;
	color: #FA4B5D;
}
.scroll_box .item .item_list .span_2{
	width: .32rem;
	height:.32rem;
	line-height: .32rem;
	text-align: center;
	font-weight: 600;
	font-size: .24rem;
	color: #FA4B5D;
	background: #FFEDEF;
	border-radius: 0.06rem;
	margin-left: .18rem;
}
.scroll_box .item .item_list .span_3{
	font-weight: 600;
	font-size: .24rem;
	color: #333;
	margin-left: .1rem;
}
.scroll_box .item .item_list .span_4{
	font-weight: 600;
	font-size: .26rem;
	color: #FA4B5D;
	margin-left: .2rem;
}

.scroll_box .item .item_list .span_4 em{
	font-size: .24rem;
	color: #999;
	font-weight: 400;
}

.filterlist2 {
	background: #fefefe;
	z-index: 1000;
	max-width: 7.50rem;
	width: 100%;
}
.filterlist2 .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;
}

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

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

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

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

.filterlist2 .filter-nav {
	font-size: 0;
	position: relative;
    display: flex;
    justify-content: space-around;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filterlist2 .filterBox2 .day em.active {
	background: #FF4A00;
	color: #fff;
}
.itemsBox {
    display: flex;
    font-size: .26rem;
    margin-bottom: .1rem;
    background: #f7f7f7;
    padding: 0 .3rem;
    margin-top: .2rem;
    height: .6rem;
    line-height: .6rem;
}
.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;
}

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

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

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

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

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

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

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

.filterlist2 .filterBox3 .filterNum span {
	background: #F5F5F5;
	border-radius: 50%;
}
.filterlist2 .filterBox3 .filterButton{
    display: flex;
    align-items: center;
    font-size: .26rem;
}
.filterlist2 .filterBox3 .filterButton div:nth-child(1){
    border: .01rem solid #EEEEEE;
    border-radius: .10rem;
    color: #999;
    background: #fff;
    line-height: .80rem;
    height: .80rem;
    margin: 0 0 0 .24rem;
    width: 3.39rem;
    font-size: .26rem;
    text-align: center;
}
.filterlist2 .filterBox3 .filterButton div:nth-child(2){
    color: #fff;
    background: #24C527;
    height: .80rem;
    border-width: 0;
    margin: 0 0 0 .24rem;
    width: 3.39rem;
    border-radius: .10rem;
    font-size: .26rem;
    line-height: .80rem;
    text-align: center;
}

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

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

.filterlist2 .filterBox4 .cityInfo .cityTitle {
    display: inline-block;
    line-height: .6rem;
    margin-right: .16rem;
    font-size: .26rem;
    height: .6rem;
    font-weight: 600;
    color: #FF4A00;
}
