/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* mini reset */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: Source Han Sans CN, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	line-height: 1;
}

body {
	margin: 0;
	background-color: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

a:link {
	color: #1f4ab8;
}

/* utilities */

.container {
	width: 1200px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}


.header,
.footer {
	min-width: 1200px;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bg-transparent {
	background-color: transparent !important;
}

.fl {
	font-family: Source Han Sans CN Light, Source Han Sans CN, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icon-search {
	background: url('../images/search.png') no-repeat;
	background-size: 30px 30px;
	background-position: center center;
}

/* page common style */

/* 顶部条样式 */

.top-bar {
	height: 100px;
}

.top-bar .logo {
	display: block;
	width: 375px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	background: url('../images/xinye_logo.png') no-repeat;
	background-size: contain;
	background-position: center center;
}

/* 头部区域样式 */

.header {
	position: relative;
	height: 375px;
	padding-top: 110px;
	color: white;
	margin-bottom: 160px;
	background: #143668 url('../images/first_banner.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

.header .title {
	font-size: 44px;
	letter-spacing: 15px;
	margin-bottom: 28px;
}

.header .search {
	width: 660px;
	height: 54px;
	background-color: white;
	border-radius: 27px;
	padding: 0 38px;
	margin-bottom: 80px;
}

.header .desc {
	font-size: 14px;
	padding: 20px;
	width: 1150px;
	background-color: white;
	border-radius: 20px;
	color: black;
	text-align: center;
	position: absolute;
	bottom: -118px;
}

.header .desc .tit {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}


.header .desc .i {
	border: 1px solid #e0e0e0;
	padding: 6px;
	text-align: left;
}

.header .desc .i:nth-child(n+2) {
	margin-top: -1px;
}



.header .desc .i strong {
	display: inline-block;
	width: 240px;
	text-align: right;
}

.header .search input {
	min-width: 100%;
	font-family: inherit;
	font-size: 18px;
	outline: 0;
	border-style: none;
}

.header.expanded {
	height: 450px;
	padding-top: 82px;
	background-image: none;
}

.header.expanded .title {
	letter-spacing: initial;
	font-size: 30px;
}

.header.expanded .city-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .w-340 {
  width: 340px !important;
} */

.header.expanded .city {
	display: inline-block;
	height: 75px;
	margin-right: 15px;
}

.header.expanded .city.transparent {
	background-color: transparent;
}

.header.expanded .city.transparent::before {
	background-color: transparent;
}

.header.expanded .service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header.expanded .service .intro {
	margin-bottom: 10px;
}

.header.expanded .service .checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid white;
}

/* 尾部区域样式 */

.footer {
	background: #003f7f url('../images/bg_footer.png') no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 66px;
	color: white;
	font-size: 14px;
}

.footer strong {
	font-size: 18px;
}

.footer span {
	line-height: 66px;
}

/* 首页，中央内容区域样式 */

.content {
	position: relative;
	padding: 40px;
	background-color: white;
	margin-bottom: 42px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	border-radius: 20px;
}

/* 首页，“热门机场”样式 */

.content .hot-airports .title {
	font-size: 30px;
	margin-bottom: 34px;
}

.content .hot-airports .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	margin-bottom: 45px;
	flex-wrap: wrap;
	width: 852px;
}

.content .hot-airports .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.content .hot-airports .item:nth-child(n + 4) {
	margin-top: 40px;
}

.content .hot-airports .item .img-wrapper {
	width: 250px;
	height: 105px;
	margin-bottom: 20px;
	overflow: hidden;
}

.content .hot-airports .item .img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center center;
	transition: all .5s;
	transform: scale(1);
}

.content .hot-airports .item:hover .img {
	transform: scale(1.15);
}

/*  首页，“全部机场”样式 */

.content .all-airports {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 34px;
}

.content .all-airports .title {
	font-size: 30px;
	white-space: nowrap;
}

/*  首页，“机场列表”样式 */

.content .airports-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	margin-bottom: 40px;
}

.content .airports-list .group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content .airports-list .group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content .airports-list .group-item+.group-item {
	margin-top: 26px;
}

.content .airports-list .char {
	font-size: 24px;
	width: 52px;
	padding-right: 34px;
}

.content .airports-list .list {
	padding-left: 30px;
	border-left: 1px dashed #737373;
}

.content .airports-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	cursor: default;
}

.content .airports-list .item .city,
.content .airports-list .item .airport {
	cursor: pointer;
}

.content .airports-list .item .city:hover,
.content .airports-list .item .airport:hover,
.content .airports-list .item .city:hover~.airport {
	font-weight: bold;
}


.content .airports-list .item+.item {
	margin-top: 26px;
}

.content .airports-list .city {
	min-width: 92px;
	text-align: center;
	line-height: 40px;
	background-color: #157adf;
	border-radius: 10px;
	color: white;
	margin-right: 26px;
}

.content .airports-list .airport {
	color: #6f6f6f;
}

.content .airports-list .airport+.airport {
	margin-left: 60px;
}

/*  城市页，“机场卡片”样式 */

.content .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 100px;
}

.content .card {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-width: 276px;
	max-width: 538px;
	min-height: 332px;
	border-radius: 16px;
	overflow: hidden;
	background-color: white;
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
	box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.content .card+.card {
	margin-left: 30px;
}

.content .card .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	background-color: #4b81ff;
	color: white;
}

.content .card .head .tit {
	font-size: 24px;
	margin-bottom: 12px;
}

.content .card .head .desc {
	font-size: 18px;
}

.content .card .body {
	padding: 28px 22px;
}

/* 营业时间 */

.content .card .body .filed {
	position: relative;
	font-size: 16px;
	border: 1px solid #396de7;
	color: white;
	width: 90%;
	max-width: 185px;
	min-height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 8px 0;
}

.content .card .body .filed .prop {
	width: 50%;
	line-height: 26px;
	background-color: #396de7;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.content .card .body .filed .val {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 102%;
	margin-left: -1%;
	background-color: white;
	color: #1d1d1d;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.content .card .body .filed .val .from {
	position: relative;
	margin-bottom: 13px;
}

.content .card .body .filed .val .from::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	background-color: currentColor;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* 营业式时间短格式 */
.content .card .body .filed.short {
	background-color: #396de7;
	padding: 0;
	min-height: 26px;
	max-width: 195px;
	top: 30px;
}

.content .card .body .filed.short .prop {
	background-color: transparent;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.content .card .body .filed.short .val {
	width: 50%;
	flex-direction: row;
	background-color: white;
	margin-left: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content .card .body .filed.short .val .from {
	margin-bottom: 0;
	margin-right: 10px;
}

.content .card .body .filed.short .val .from::after {
	width: 6px;
	bottom: 6px;
	left: auto;
	transform: none;
	margin-left: 2px;
}

.content .card .body .filed.short~.pos {
	margin-top: 60px;
}

.content .card.allshort .body .filed.short {
	top: 0;
}

.content .card.allshort .body .filed.short~.pos {
	margin-top: 23px;
}

.content .card .body .pos {
	display: block;
	width: 38px;
	height: 36px;
	margin: 12px auto 18px;
}

.content .card .body .pos svg {
	fill: #4b81ff;
}

.content .card .body .desc {
	font-size: 16px;
	line-height: 28px;
	color: #363636;
	text-align: center;
}

.content .card.customTheme .head {
	/* 橙色卡片主题 */
	background-color: #cf8419;
	background-color: var(--themeColor, #cf8419);
}

.content .card.customTheme .body .filed {
	border-color: #cf8419;
	border-color: var(--themeColor, #cf8419);
}

.content .card.customTheme .body .filed.short {
	background-color: #cf8419;
	background-color: var(--themeColor, #cf8419);
}

.content .card.customTheme .body .filed .prop {
	background-color: #cf8419;
	background-color: var(--themeColor, #cf8419);
}

.content .card.customTheme .body .pos svg {
	fill: #cf8419;
	fill: var(--themeColor, #cf8419);
}

/* 城市页，温馨提示 */

.content .tips {
	font-size: 14px;
	color: #797979;
}

.content .tips .title {
	font-size: 18px;
	letter-spacing: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 18px;
}

.content .tips .title::before,
.content .tips .title::after {
	content: "";
	height: 2px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	background-color: #bcbcbc;
}

.content .tips .title::before {
	margin-right: 12px;
}

.content .tips .title::after {
	margin-left: 12px;
}

.content .tips strong {
	color: #373737;
}

.content .tips p {
	margin: 0;
	line-height: 1.4;
}

.content .tips p+p {
	margin-top: 5px;
}

.expr {
	font-size: 45px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #003f7f url(../images/beijing.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.agreements {
	font-size: 14px;
	line-height: 1.67;
	color: #404040;
}

/* 弹窗协议 */
.agreements__model {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .25);
	z-index: 2;
}

.agreements__wrapper {
	position: fixed;
	width: 660px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	height: 800px;
	max-height: 80vh;
	margin: 0 auto;
	padding: 22px;
	border-radius: 20px;
	background: #003f7f url(../images/model_bg.png) no-repeat;
	background-position: center -37px;
	background-size: 118%;
}

.agreements__title {
	height: 26px;
	display: block;
	margin: 0 auto;
}

.agreements__close {
	outline: none;
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: transparent url(../images/model_close.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.agreements__content__wrapper {
	border-radius: 20px;
	position: absolute;
	padding: 20px 9px 20px 28px;
	background-color: white;
	top: 64px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.agreements__content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 12px;
}

.agreements__content .item {
	margin-top: 0;
	margin-bottom: 0;
}

.agreements__content .item+.item {
	margin-top: 25px;
}

.agreements__content::-webkit-scrollbar {
	width: 8px;
}

.agreements__content::-webkit-scrollbar-track {
	background-color: #dddddd;
	border-radius: 4px;
}

.agreements__content::-webkit-scrollbar-thumb {
	background-color: #0f56b2;
	border-radius: 4px;
}
