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

.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;
	min-width: 1.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.headerBox .box a .icon-dingwei {
	margin-left: .2rem;
	margin-right: .18rem;
}

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

.headerBox .search .searchText {
	min-width: .90rem;
	height: .48rem;
	background: #24C527;
	border-radius: .24rem;
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .48rem;
	text-align: center;
    border: none;
}

.scrollBox {
	position: fixed;
	top: .88rem;
	left: auto;
	width: 7.5rem;
	z-index: 1000;
	background: #fff;
}


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

.scrollBox .searchList li.active {
	color: #333333;
	font-size: .30rem;
	font-weight: 600;
	position: relative;
}

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

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

.filterlist {
	background: #fefefe;
	z-index: 1000;
	max-width: 7.5rem;
	width: 100%;
	position: fixed;
	top: 1.73rem;
	left: auto;
	z-index: 1000;
	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;
}

.nav1 {
	/* margin-top: rem; */
}

/* 城市列表 */
.filter-nav {
	font-size: 0;
	position: relative;
}

.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: 5rem;
	overflow-y: auto;
}

.filter-nav .filterWrap .bg {
	background: rgba(0, 0, 0, .3);
	width: 100%;
	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: #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;
}

.listBox {
	padding: .24rem;
	padding-top: 2.6rem;
}

.listBox .listTitle {
	font-size: .32rem;
	color: #000000;
	margin-bottom: .23rem;
}

.listBox .listItem {
	width: 7.02rem;
	background: #FFFFFF;
	border-radius: .24rem;
	display: flex;
	justify-content: space-around;
	padding-top: .24rem;
	padding-bottom: .24rem;
}

.listBox .listItem:last-child {
	/* margin-bottom: 1rem; */
}

.listBox .listItem .imgs {
	position: relative;
}

.listBox .listItem .imgs img {
	width: 2.7rem;
	height: 1.8rem;
	border-radius: .1rem;
}

.listBox .listItem .imgs div {
	position: absolute;
	left: 0;
	top: 0;
	line-height: .3rem;
	border-radius: .1rem .06rem .06rem .06rem;
	background: rgba(0, 0, 0, 0.3);
	font-size: .20rem;
	color: #FFFFFF;
	padding: .06rem .1rem;
}

.listBox .listItem .itemInfo {
	max-width: 4rem;
	min-width: 4rem;
	margin-left: .17rem;
	position: relative;
}

.listBox .listItem .itemInfo .i1 {
	font-size: .28rem;
	color: #333333;
}

.listBox .listItem .itemInfo .i2 {
	font-size: .22rem;
	color: #999999;
	margin-top: .14rem;
}

.listBox .listItem .itemInfo .i3 {
	font-size: .22rem;
	color: #999999;
	margin-top: .14rem;
}

.listBox .listItem .itemInfo .i4 {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: .04rem;
	width: 100%;
}

.listBox .listItem .itemInfo .i4 .a1 {
	font-size: .24rem;
	color: #999999;
}

.listBox .listItem .itemInfo .i4 .a2 {
	display: flex;
	align-items: center;
}

.listBox .listItem .itemInfo .i4 .a2 div:nth-child(1) {
	font-size: .22rem;
	color: #FD4C36;
}

.listBox .listItem .itemInfo .i4 .a2 div:nth-child(2) {
	font-size: .3rem;
	color: #FD4C36;
}

.listBox .listItem .itemInfo .i4 .a2 div:nth-child(3) {
	font-size: .22rem;
	color: #999999;
}

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