.headerBox {
	width: 7.5rem;
	height:1rem;
	padding:0 .24rem;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	z-index: 99;
	background: #fff;
}
.headerBox a{
    z-index: 1;
}
.headerBox i.icon-zuojiantou {
	font-size: .3rem;
	margin-right: .12rem;
	padding: .2rem .1rem;
}

.headerBox .title{
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	font-size: .3rem;
	text-align: center;
}

body{
	background: #F7F7F7;
}

.listBox{
	margin-top: 1.18rem;
	padding-bottom: 2rem;
}
.searchBox{
	margin: 0 .24rem;
	background: #fff;
	height: .9rem;
	line-height: .9rem;
	font-size: .28rem;
	border-radius: .3rem;
}
.searchBox i{
	font-size: .28rem;
	padding-left: .34rem;
}
.searchBox input{
	padding-left: .2rem;
	height: .89rem;
	width: 80%;
	line-height: .89rem;
}

.cityBox{
	padding: .24rem;
	background: #fff;
	border-radius: .2rem;
	margin:.16rem .24rem;
}
.cityBox p{
	font-size: .24rem;
	color: #999;
	padding-bottom: .2rem;
}
.cityBox .selectCity{
	font-weight: 600;
	font-size: .32rem;
	display: flex;
	align-items: center;
	color: #333;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eee;
}
.cityBox .selectCity span{
	display: inline-block;
	max-width: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cityBox .selectCity i{
	font-size: .22rem;
}
.cityBox .cityItem a{
	display: inline-block;
	min-width: .84rem;
	line-height: .48rem;
	text-align: center;
	height: .48rem;
	padding: 0 .1rem;
	background: #fff;
	border-radius: .08rem;
	font-size: .26rem;
	margin-right: .14rem;
	color: #999;
	margin-bottom: .16rem;
	border: 1px solid #eee;
}
.selectBox{
	padding: .24rem;
	background: #fff;
	border-radius: .2rem;
	margin:.16rem .24rem;
}
.selectBox p{
	font-size: .24rem;
	color: #999;
	padding-bottom: .2rem;
}
.dateBox #laydateRange{
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eee;
}
.dateBox #laydateRange input{
	display: inline-block;
	width: 1.9rem;
	font-size: .26rem;
}
.dateBox #laydateRange i{
	margin-right: .2rem;
}
.dateBox #laydateRange div{
	position: absolute;
	right: 0;
	font-size: .24rem;
	font-weight: 600;
}
.peopleItem,.bedItem,.roomItem{
	margin-bottom: .24rem;
}
.peopleItem a,.bedItem a,.roomItem a{
	display: inline-block;
	min-width: .84rem;
	padding: 0 .1rem;
	line-height: .48rem;
	text-align: center;
	height: .48rem;
	background: #f7f7f7;
	border-radius: .08rem;
	font-size: .26rem;
	margin-right: .14rem;
	color: #333;
	border: 1px solid #eee;
}
.zhutiItem a,.priceItem a,.zuItem a,.animalItem a{
	min-width: 1rem;
	padding: 0 .2rem;
	margin-bottom: .16rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .26rem;
	background: #F7F7F7;
	display: inline-block;
	border-radius: .1rem;
	margin-right: .14rem;
	border: 1px solid #F7F7F7;
}
.priceBox .t2 {
	font-size: .24rem;
	color: #333333;
	margin-bottom: .2rem;
}
.priceBox #ID-slider-demo-range-1{
	padding: 0 0 .3rem 0;
}
.priceItem {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.priceItem a{
	width: 2rem;
	padding: 0;
}
.selectItem a.active{
	background: #fff;
	border: 1px solid #FA4B5D;
	color: #FA4B5D;
}

.bottomBox{
	width: 100%;
	max-width: 7.5rem;
	margin: 0 auto;
	height: 1.1rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}
.bottomBox .btn{
	height:.74rem;
	line-height: .74rem;
	text-align: center;
	font-size: .28rem;
	border-radius: .37rem;
	display: inline-block;
}
.bottomBox .btn1{
	width: 2.78rem;
	color: #999;
	background: #fff;
	border: 1px solid #999;
	margin:0 .24rem;
}
.bottomBox .btn2{
	width: 4rem;
	background: #FA4B5D;
	color: #fff;
	border: 1px solid #FA4B5D;
}
