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;
				background: #FFFFFF;
				margin-top: .2667rem;
				margin-bottom: 2.5333rem;
			}

			.airportTop {
				width: 100%;
				height: 5.2rem;
			}

			.airportImg {
				width: 100%;
				height: 4rem;
				border-radius: .1333rem .1333rem 0 0;
				overflow: hidden;
				margin-bottom: .4rem;
			}

			.ariLineNav {
				width: 100%;
				display: flex;
				align-items: center;
				border-bottom: solid .0267rem #F3F3F3;

				color: #333333;
				padding-bottom: .0133rem;
			}

			.navList {
				padding-bottom: .3333rem;
				border-bottom: solid .0533rem #FFFFFF;
				margin-right: .6667rem;
				margin-left: .2667rem;
				font-size: .4rem;
				line-height: .4rem;
			}

			.activeNav {
				border-bottom: solid .0533rem #FF9200;
				color: #FF9200;
			}

			.airportBottom {
				width: 100%;
				margin-top: .4rem;
				padding-bottom: .4rem;
				border-radius: 0 0 .1333rem .1333rem;
				overflow: hidden;
			}

			.contentList {
				width: 8.9333rem;
				margin: 0 auto;
				border: dashed .0267rem #FF9200;
				border-radius: .1333rem;
				display: none;
			}

			.content {
				width: 8.4rem;
				margin: 0 auto;
				color: #666666;
				margin-top: .2667rem;
				margin-bottom: .2667rem;

			}

			.content>p {
				text-indent: .6933rem;
				font-size: .3467rem;
				line-height: .5867rem;
			}

			.contentNav {
				width: 8.4rem;
				margin: .4rem auto;
				display: flex;
				align-items: center;
				font-size: .32rem;
				color: #999999;
			}

			.contentNav>div {
				padding: .1333rem;
				border: solid .0267rem #999999;
				border-radius: .1333rem;
				margin-right: .1333rem;
			}

			.activeContentNav {
				background: #FF9200;
				color: #FFFFFF;
				border: solid .0267rem #FF9200 !important;
			}

			.activeBottom {
				display: block;
			}
			.contentData{
				width: 8.4rem;
				margin: 0 auto;
			}