.headerBox {
	height: 0.8rem;
	padding: 0 .24rem;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
}

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

.headerBox i.icon-zuojiantou {
	font-size: .32rem;
	color: #fff;
	margin-right: .12rem;
}

.listBox {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
}

.listBox .img1 {
	width: 100%;
	height: 7.5rem;
}

.listBox .img2 {
	position: absolute;
	left: .9rem;
	top: 1rem;
	width: 5.67rem;
	height: 2.35rem;
}

.listBox .rankBox {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 3.4rem;
	font-size: 0;
	padding: 0 .08rem;
}

.listBox .rank_scroll {
	white-space: nowrap;
	overflow-x: scroll;
	padding: .2rem .3rem .08rem 0;
}

.listBox .rank_scroll .item {
	width: 2.1rem;
	height: 2.1rem;
	display: inline-block;
	position: relative;
	margin-left: .12rem;
}

.listBox .rank_scroll .item img {
	width: 2.1rem;
	height: 2.1rem;
	overflow: hidden;
	border-radius: .2rem;
	position: absolute;
	top: 0;
	border: 1px solid #8583FF;
}

.rank_scroll .item span {
	position: absolute;
	display: inline-block;
	width: .6rem;
	height: .6rem;
	position: absolute;
	top: -.05rem;
	left: .2rem;
	z-index: 100;
}

.rank_scroll .item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	font-size: .26rem;
	color: #fff;
	font-weight: 600;
	padding: 0 .2rem;
	height: .64rem;
	line-height: .64rem;
	background: linear-gradient(0deg, rgba(105, 103, 255, 0.6) 0%, rgba(105, 103, 255, 0) 100%);
}

.rank_scroll .item:nth-child(1) span {
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_top1.png') no-repeat;
	background-size: cover;
}

.rank_scroll .item:nth-child(2) span {
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_top2.png') no-repeat;
	background-size: cover;
}

.rank_scroll .item:nth-child(3) span {
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_top3.png') no-repeat;
	background-size: cover;
}

.rank_scroll .item:nth-child(4) span {
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_top4.png') no-repeat;
	background-size: cover;
}

.rank_scroll .item:nth-child(5) span {
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_top5.png') no-repeat;
	background-size: cover;
}

.titleList {
	position: absolute;
	top: 6.1rem;
	left: .89rem;
	display: flex;
	align-items: center;
}

.titleList .titleItem {
	width: 1.8rem;
	height: .6rem;
	background: rgba(11, 110, 143, .7);
	border-radius: .3rem;
	font-weight: 600;
	font-size: .3rem;
	color: #F8EBD8;
	margin-right: .16rem;
	text-align: center;
	line-height: .6rem;
}

.titleList .titleItem:last-child {

}

.titleList .titleItem.active {
	position: relative;
	background: #F8EBD8;
}

.titleList .titleItem.active::after {
	content: '';
	position: absolute;
	bottom: -.18rem;
	left: 50%;
	transform: translateX(-50%);
	border-width: .1rem;
	border-style: solid;
	border-color: rgba(238, 245, 216, 1) transparent transparent transparent;
}

.box {
	width: 100%;
    min-height: 10rem;
    /* background: #0B6E8F; */
	border-radius: .3rem .3rem 0 0;
	/* border: 0.02rem solid #118CB5; */
	padding: .24rem;
	position: relative;
	margin-top: -0.55rem;
}

.box_first {
	display: flex;
	align-items: center;
	position: relative;
}

.box_first .right {
	height: .48rem;
	background: #095B76;
	border-radius: .24rem;
	font-size: .26rem;
	color: #F8EBD8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0rem;
	top: 0;
	padding: 0 .2rem;
}

.box_first .right img {
	width: .12rem;
	height: .1rem;
	margin-left: .1rem;
}

.firstList {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 7rem;
	white-space: nowrap;
	overflow-x: scroll;
	padding-right: 2rem;
}

.firstList .firstItem {
	height: .48rem;
	line-height: .48rem;
	background: #095B76;
	border-radius: .24rem;
	font-size: .26rem;
	color: #F8EBD8;
	padding: 0 .24rem;
	margin-right: .12rem;
	white-space: nowrap;
}

.firstList .firstItem.active {
	background: #F8EBD8!important;
	font-weight: 600;
}

.secondList {
	display: inline-flex;
	align-items: flex-start;
	margin-top: .23rem;
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
}

.secondList .secondItem {
	font-size: .24rem;
	color: #F8EBD8;
	white-space: nowrap;
	padding: .1rem 0;
	margin-right: .3rem;
}

.secondList .secondItem.active {
	font-weight: 600;
	font-size: .26rem;
	border-bottom: 0.04rem solid #F8EBD8;
	padding-bottom: 0.08rem;
}

.threeList {
	margin-top: .3rem;
}
.threeList .item {
	padding:0 .24rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2.48rem;
	background: #fff;
	border-radius: .2rem;
	position: relative;
	margin-top: .22rem;
}
.threeList .item .leftImg {
	width: 2rem;
	height: 2rem;
	background: #F7F7F7;
	border-radius: .1rem;
	z-index: 2;
}
.threeList .item .item_right {
	width: 4.37rem;
	margin-left: .17rem;
	z-index: 2;
	min-height: 2rem;
	position: relative;
}
.threeList .item .item_right .title {
	font-weight: 600;
	font-size: .26rem;
	color: #333;
	margin-bottom: .1rem;
}
.threeList .item .item_right .r2 {
	font-size: .22rem;
	color: #999;
	margin-bottom: .1rem;
}
.threeList .item .item_right .r3 em{
	display: inline-block;
	min-width: .4rem;
	height: .36rem;
	line-height: .36rem;
	text-align: center;
	font-size: .22rem;
	color: #666;
	background: #fff;
	margin-right: .1rem;
	padding: 0 .1rem;
	border-radius: 0.08rem;
	border: 1px solid #eee;
}
.threeList .item .item_right .r3 em.active{
	color: #0076EE;
	border: 1px solid #0076EE;
}
 .threeList .item .item_right .redu2 {
	display: inline-flex;
	align-items: center;
	font-size: .18rem;
	color: #333333;
}
.threeList .item .item_right .redu2 span {
	width: .2rem;
	height:.2rem;
	display: inline-block;
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_huo.png') no-repeat;
	background-size:cover;
}
.threeList .item .item_right .redu2 em {
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}
.threeList .item .item_right .price2 {
	color: #FA4B5D;
}
.threeList .item .item_right .price2 .t1 {
	font-size: .2rem;
	font-weight: 600;
}

.threeList .item .item_right .price2 .t2 {
	font-weight: 600;
	font-size: .26rem;
}

.threeList .item .item_right .price2 .t3 {
	font-size: .2rem;
	color: #999999;
}

.threeList .item .item_right .redu1{
   position: absolute;
   left: 0;
   bottom: 0;
   display: inline-flex;
   align-items: center;
   font-size: .18rem;
   color: #333333;
}
.threeList .item .item_right .redu1 span {
	width: .2rem;
	height:.2rem;
	display: inline-block;
	background: url('https://img.dahepiao.com/travelNew/version8.1/icon_huo.png') no-repeat;
	background-size:cover;
}

.threeList .item .item_right .redu1 em {
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}

.threeList .item .item_right .price1 {
	color: #FA4B5D;
	position: absolute;
	right: .2rem;
	bottom: 0;
}
.threeList .item .item_right .price1 .t1 {
	font-size: .2rem;
	font-weight: 600;
}

.threeList .item .item_right .price1 .t2 {
	font-weight: 600;
	font-size: .26rem;
}

.threeList .item .item_right .price1 .t3 {
	font-size: .2rem;
	color: #999999;
}
