html {
				background: #EEF0F5;
			}
			
			.bottomBlock {
				width: 100%;
				height: 1.8667rem;
				position: fixed;
				bottom: 0;
				left: 0;
				background: #FFFFFF;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			
			.qaonline {
				width: 3.6rem;
				height: 1.0667rem;
				border-radius: .1333rem;
				border: .0267rem solid #FF9200;
				color: #FF9200;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: .4267rem;
				margin-left: .2667rem;
			}
			
			.qaonlineImg {
				width: .3733rem;
				height: .3733rem;
				margin-right: .1333rem;
				display: flex;
				align-items: center;
			}
			
			.call {
				width: 5.6rem;
				height: 1.0667rem;
				background: linear-gradient(90deg, #FF9200, #FFB755);
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: .2667rem;
				color: #FFFFFF;
				font-size: .4267rem;
			}
			
			.callImg {
				width: .3733rem;
				height: .3733rem;
				margin-right: .1333rem;
				display: flex;
				align-items: center;
			}
			
			.total {
				width: 9.4667rem;
				margin: 0 auto;
				margin-top: .2667rem;
				margin-bottom: 2.5333rem;
			}
			.search{
				width: 100%;
				height: 1.6533rem;
				display: flex;
				align-items: center;
				justify-content: space-between;
				font-size: .32rem;
				color: #333333;
				margin: .2667rem 0;
				background: #FFFFFF;
			}
			.search>div{
				flex-shrink: 0;
			}
			.searchText{
				font-size: .3467rem;
				margin-left: .2667rem;
			}
			.searchBtn{
				width: 1.6rem;
				height: .8533rem;
				background: #FF9200;
				border-radius: .1333rem;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #FFFFFF;
				margin-right: .2667rem;
			}
			.searchInput{
				width: 2.8667rem;
				height: .8533rem;
				border-radius: .1333rem;
				border: .0267rem solid #C4C4C4;
			}
			.searchInput>input{
				width: 100%;
				height: 100%;
				background: transparent;
				text-indent: .1333rem;
			}
			.airLineBlock{
				width: 100%;
			}
			.airLineList{
				width: 100%;
				height: 4.64rem;
				border-radius: .1333rem;
				margin-bottom: .2667rem;
				background: #FFFFFF;
				overflow: hidden;
			}
			.airLineList>div{
				width: 8.9333rem;
			}
			.airlineInfo{
				font-size: .3467rem;
				color: #999999;
				display: flex;
				margin: .4rem auto;
				align-items: center;
				padding-bottom: .2667rem;
				border-bottom: solid .0267rem #F3F3F3;
			}
			.airlineLogo{
				width: .4267rem;
				height: .4267rem;
				margin-right: .1333rem;
			}
			.airlineTrip{
				width: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
				padding-bottom: .4rem;
				border-bottom: solid .0267rem #F3F3F3;
				margin-bottom: .4rem;
			}
			.airlineTrip>div{
				display: flex;
				align-items: center;
				flex-direction: column;
				justify-content: center;
			}
			.time{
				font-size: .56rem;
				color: #333333;
			}
			.airportName{
				font-size: .32rem;
				color: #333333;
			}
			.arrowImg{
				width: 1.9333rem;
				height: .1867rem;
				margin: 0 .5333rem;
			}
			.dateLine{
				width: 8.9333rem;
				margin: 0 auto;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.dateLine>div{
				display: flex;
				align-items: center;
			}
			.classes{
				font-size: .3467rem;
				color: #CCCCCC;
			}
			.classes>div{
				margin-right: .1333rem;
			}
			.classes>div:first-child{
				margin-right: 0;
				color: #999999;
			}
			.activeText{
				color: #FF9200;
			}
			.seeBtn{
				width: 1.6rem;
				height: .8533rem;
				background: #FF9200;
				border-radius: .1333rem;
				font-size: .32rem;
				color: #FFFFFF;
				justify-content: center;
			}