.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.nav-link {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1F2733;
}

header .nav-link:hover {
    color: #1664FF;
    background-image: url('../image/hover.svg');
    background-repeat: no-repeat;
    background-position: top 5px center;
}
header .nav-link.active {
    color: #1664FF;
    background-image: url('../image/hover.svg');
    background-repeat: no-repeat;
    background-position: top 5px center;
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

/* 主页 */
.home-section1 {
    background-color: #bbdaf5;
}

.home-section2 {
    display: flex;
    align-items: center;
}

.home-section3 {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(130, 207, 255, 0.398) 0%, rgba(129, 201, 255, 0) 100%);
}

.home-section4 {
    display: flex;
    align-items: center;
}

.home-section5 {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(130, 207, 255, 0.398) 0%, rgba(129, 201, 255, 0) 100%);
}

.home-section1-page {
    padding-top: 152px;
    margin: 0 auto;
    width: 1200px;
}

.home-section2-page {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    height: 560px;
}

.home-section3-page {
    margin: 0 auto;
    width: 1200px;
    height: 900px;
}

.home-section4-page {
    margin: 0 auto;
    width: 1200px;
    height: 900px;
}

.home-section1-row1 {
    font-size: 40px;
    font-family: Poppins;
    color: #1F2733;
    line-height: 68px;
    background: linear-gradient(137deg, #1486FF 0%, #2468F2 100%);
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-section1-row2 {
    font-size: 48px;
    font-weight: 600;
    color: #1F2733;
    line-height: 46px;
}

.home-section1-row3 {
    width: 507px;
    font-size: 18px;
    font-weight: 400;
    color: #929AA6;
    line-height: 36px;
    margin: 30px 0;
}

.home-section1-row4 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.home-section1-row5 {
    width: 100%;
    height: 333px;
    margin-top: 61px;
    background: #ffffff69;
    box-shadow: 0px 6px 30px 8px rgba(0, 33, 82, 0.04);
    border: none;
    border-radius: 12px;
}

.home-input-icon {
    position: relative;
    width: 564px;
}

.home-form-control {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 20px 8px 20px 68px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #232e3c;
    background-color: #fff;
    border: 1px solid #dadcde;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.home-input-button-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    font-size: 18px;
}

.home-input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    pointer-events: none;
    font-size: 18px;
}

.home-input-icon-addon:first-child {
    left: 28px;
}

.home-input-button-addon:last-child {
    right: 10px;
}

.home-input-suffix {
    width: 63px;
    height: 63px;
    margin-left: 20px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0, 99, 248, 0.06);
    border-radius: 12px;
    line-height: 63px;
    text-align: center;
}
.home-input-suffix img{
    width: 43px;
    height: 43px;
    vertical-align: middle;
}
.home-section1-row5-nav {
    font-size: 18px;
    font-weight: 500;
    color: #1F2733;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    border-radius: 12px 12px 0 0;
}

.home-section1-row5-nav-link {
    display: flex;
    align-items: center;
    padding: 28px 39px;
    flex-direction: column;
    background-image: none;
}

.home-section1-row5-nav-link.active {
    border-radius: 12px 12px 0 0;
    color: #1F2733;
    background: #fff;
    background-image: none;
}

.home-section1-row5-tab-content {
    height: 100%;
    padding: 25px 36px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.home-section1-row5-text1 {
    font-size: 24px;
    font-family: MILanPro_SEMIBOLD--GB1-4, MILanPro_SEMIBOLD--GB1;
    font-weight: normal;
    color: #1F2733;
    line-height: 32px;
}

.home-section1-row5-text2 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #929AA6;
    line-height: 20px;
    margin: 5px 0 18px 0
}

.home-section1-row5-text3 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5F6A7A;
    line-height: 30px;
}

.home-section2-left {
    flex: 1;
    background-color: #cbefff;
}

.home-section2-right {
    flex: 1;
    padding: 55px 60px 85px 60px;
    background: linear-gradient(180deg, rgba(130, 207, 255, 0.398) 0%, rgba(129, 201, 255, 0) 100%);
}

.home-section2-right-text1 {
    font-size: 32px;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    font-weight: 600;
    color: #1F2733;
    line-height: 42px;
}

.home-section2-right-text2 {
    font-size: 18px;
    font-family: MILanPro--GB1-4, MILanPro--GB1;
    color: #1F2733;
    line-height: 24px;
    margin: 10px 0 18px 0;
}

.home-section2-right-text3 {
    font-size: 16px;
    font-weight: 400;
    color: #1F2733;
    line-height: 36px;
    max-height: calc( 36px * 9);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.home-section3-row1 {
    font-size: 32px;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    font-weight: 600;
    color: #1F2733;
    line-height: 42px;
}

.home-section3-row2 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: MILanPro--GB1-4, MILanPro--GB1;
    font-weight: normal;
    color: #5F6A7A;
    line-height: 24px;
    margin: 10px 0 49px 0;
}

.home-section3-row3 {
    display: flex;
    height: 538px;
}

.home-section3-row3-left {
    width: 482px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 24px;
}

.home-section3-row3-left-top {
    width: 100%;
    height: 266px;
    background: #66bde1;
    border-radius: 8px 8px 0 0;
}

.home-section3-row3-left-bottom {
    padding: 24px 30px;
}

.home-section3-row3-left-bottom-text1 {
    font-size: 24px;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    color: #1F2733;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}

.home-section3-row3-left-bottom-text2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 36px;
}

.home-section3-row3-right {
    width: 694px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 8px;
}

.home-section3-nav-link {
    background: #EDF8FF;
    border-radius: 6px;
    line-height: 22px;
}

.home-section3-nav-link.active {
    background: #1664FF;
    color: #FFFFFF;
}

.home-section3-nav-link :hover {
    background-image: none;
}

.footer-box-text1 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F2733;
    line-height: 22px;
    margin-bottom: 6px;
}

.footer-box-text2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 20px;
    margin-bottom: 6px;
}

.footer-box-text3 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #929AA6;
    line-height: 20px;
}

.footer-box-text4 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 20px;
}

.home-section4-card {
    width: 600px;
    height: 671px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 6px 12px 8px rgba(0, 99, 248, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(9px);
    margin: 0 auto;
    overflow: inherit;
    padding: 0 30px;
}
#my-swiper .el-carousel--horizontal{
    overflow-x: inherit;
}
#my-swiper .el-carousel__item{
    overflow: inherit;
}
.home-section4-text1 {
    padding: 42px 0 12px 0;
    font-size: 30px;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    font-weight: 600;
    color: #1F2733;
    line-height: 39px;
    text-align: center;
}

.home-section4-text2 {
    margin-bottom: 44px;
    font-size: 16px;
    font-family: MILanPro--GB1-4, MILanPro--GB1;
    font-weight: normal;
    color: #5F6A7A;
    line-height: 22px;
    text-align: center;
}

.home-section4-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 34px;
    background-color: #DFF2FF;
    border-radius: 8px;
    height: 65px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2733;
    line-height: 25px;
}

.home-section5-card {
    display: flex;
    justify-content: space-between;
}

.home-section5-card-item {
    width: 384px;
    height: 562px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 8px rgba(0, 99, 248, 0.05);
    border-radius: 8px;
}

.home-section5-card-item-row1 {
    width: 100%;
    height: 373px;
    background-color: #66bde1;
}

.home-section5-card-item-bottom {
    padding: 28px 30px 29px 30px;
}

.home-section5-card-item-row2 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F2733;
    line-height: 28px;
    margin-bottom: 14px;
}

.home-section5-card-item-row3 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 30px;
}

/* 信息查询 */
.query-section1 {
    display: flex;
    align-items: center;
    height: 224px;
    background-color: rgb(198, 224, 247);
    background-image: url(../image/search/header-bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.query-section2 {
    display: flex;
    align-items: start;
}


.query-section3 {
    display: flex;
    align-items: center;
}

.query-section1-page {
    display: flex;
    padding-top: 108px;
    margin: 0 auto;
    width: 1200px;
}

.query-input-icon {
    position: relative;
    width: 352px;
    height: 64px;
}

.query-form-control {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #232e3c;
    background-color: #fff;
    border: 1px solid #dadcde;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.query-input-button-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656d77;
    font-size: 18px;
}
.query-input-button-addon.pointer:hover button{
    color: #ffffff;
}
.query-input-button-addon:last-child {
    right: 10px;
}

.query-section2-page {
    margin: 60px auto;
    width: 1200px;
    height: 700px;
}

.query-section3-page {
    margin: 60px auto;
    width: 1200px;
    height: 100%;
}


.query-section3-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.query-section3-card-item {
    width: 585px;
    height: 415px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 8px rgba(0, 99, 248, 0.05);
    border-radius: 8px;
}

.query-section3-card-item-row1 {
    width: 100%;
    height: 243px;
    background-color: #66bde1;
}

.query-section3-card-item-bottom {
    padding: 28px 30px 29px 30px;
}

.query-section3-card-item-row2 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F2733;
    line-height: 28px;
    margin-bottom: 14px;
}

.query-section3-card-item-row3 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 30px;
}

.trends-section {
    display: flex;
    align-items: start;
    background: rgb(198, 224, 247);
}

.trends-section-page {
    margin: 256px auto 40px auto;
    width: 1200px;
}

.trends-section-card {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0, 99, 248, 0.04);
    border-radius: 8px;
    border: 1px solid #DFE2E8;
    padding: 24px;
    margin-bottom: 20px;
}

.trends-section-card-left {
    width: 316px;
    height: 191px;
    background: #17a3b55e;
    border-radius: 6px;
    margin-right: 36px;
}

.trends-section-card-right {
    width: 788px;
}

.trends-section-card-right-text1 {
    font-size: 24px;
    font-family: MILanPro_BOLD--GB1-4, MILanPro_BOLD--GB1;
    font-weight: normal;
    color: #1F2733;
    line-height: 32px;
    margin-bottom: 11px;
}

.trends-section-card-right-text2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838DA0;
    line-height: 20px;
}

.trends-section-card-right-text3 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 32px;
}

.about-section {
    display: flex;
    align-items: start;
    background: rgb(198, 224, 247);
}

.about-section-page {
    margin: 120px auto;
    width: 1200px;
}

.about-section-page-card {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    backdrop-filter: blur(8px);
    padding: 40px;
}

.about-section-left {
    margin-right: 40px;
    width: 564px;
    height: 252px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 36px;
}

.about-section-right {
    width: 516px;
    height: 388px;
    background-color: #0f295c3d;
}

.about-section-row {
    margin-top: 100px
}

.about-section-map {
    height: 467px;
    background: #112e4661;
    border-radius: 8px;
}

.about-section-info {
    margin-top: 20px;
    padding: 43px;
    background: #f5f7fa;
    border-radius: 8px;
}

.about-section-text {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2733;
    line-height: 36px;
}
.section-container{
    width: 1200px;
    margin: 0 auto;
}
.section-header{
    margin-bottom: 24px;
    padding-top: 60px;
}
.section-header .section-header-title{
    font-size: 32px;
    font-weight: bold;
    color: #1F2733;
    line-height: 42px;
    margin-bottom: 15px;
}
.section-tag-warp .section-tag-item{
    font-size: 18px;
    font-weight: normal;
    color: #1F2733;
    line-height: 24px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.section-tag-warp .section-tag-item:hover{
    color: #3a8ee6;
}
.section-tag-warp .section-tag-item:after{
    content: '';
    width: 1px;
    position: absolute;
    background-color: #C9CED6;
    height: 14px;
    right: 0;
    top: 5px;
}
.section-tag-warp .section-tag-item:last-child:after{
    display: none;
}
.section-tag-warp .section-tag-item:first-child{
    padding-left: 0;
}
.section-body{
    background: linear-gradient(180deg, rgba(130, 208, 255, 0.16) 0%, rgba(129,201,255,0) 100%);
    border-radius: 8px;
    padding: 26px;
    box-sizing: border-box;
}
.introduce-info-row{
    display: flex;
    justify-content: space-between;
}
.introduce-poster, .introduce-desc{
    flex-shrink: 0;
    flex-grow: 0;
    width: 560px;
    height: 508px;
}
.m-title h3.cn-text{
    font-size: 32px;
    font-weight: bold;
    color: #1F2733;
    line-height: 42px;
    margin-bottom: 10px;
}
.m-title div.en-text{
    font-size: 18px;
    font-weight: normal;
    color: #1F2733;
    line-height: 24px;
}
.introduce-content{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #1F2733;
    line-height: 36px;
    max-height: calc( 36px * 9);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
.chart-card-item{
    background-color: #ffffff;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 8px;
    border: 1px solid #DFE2E8;
    width: 564px;
    height: 434px;
    box-sizing: border-box;
}
.chart-row{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.chart-title-span{
    font-size: 18px;
    font-weight: 500;
    color: #020814;
    line-height: 25px;
    position: relative;
    padding-left: 14px;
}
.chart-title-span:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 17px;
    background: #1664FF;
}
.chart-card-item .my-tab-group{
    margin: 0 24px;
}
.chart-title{
    padding: 24px 24px 18px;
}
.chart-warp{
    height: 337px;
    width: 100%;
}
.chart-span-panel{
    height: 892px;
    background-color: #ffffff;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 8px;
    border: 1px solid #DFE2E8;
    margin-top: 24px;
}
.chart-span-panel:after{
    display: table;
    content: '';
    clear: both;
}
.chart-span-item{
    float: left;
    width: 50%;
    height: 446px;
    padding: 24px;
    position: relative;
}
.chart-item{
    width: 100%;
    height: 100%;
}
.chart-span-item .chart-title-span{
    position: absolute;
    left: 24px;
    top: 24px;
}
/*机场top10*/
.section-top10{
    width: 1200px;
    margin: 0 auto;
}
.top-airport-list{
    display: flex;
    flex-wrap: wrap;
}
.top-airport-card-item{
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 8px;
    border: 1px solid #DFE2E8;
    width: calc(50% - 15px);
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.top-airport-card-item:nth-child(2n){
    margin-right: 0;
}
.airport-card-img{
    padding: 20px;
    position: relative;
}
.top-mark{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px 0  4px 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    background-image: url(../image/search/mark-bg-4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.top-mark.top-1{
    background-image: url(../image/search/mark-bg-1.png);
}
.top-mark.top-2{
    background-image: url(../image/search/mark-bg-2.png);
}
.top-mark.top-3{
    background-image: url(../image/search/mark-bg-3.png);
}
.airport-info-row{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
}
.airport-info-name{
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 20px;
}
.airport-location{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
}
.airport-info-desc{
    padding: 0 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1F2733;
    line-height: 28px;
}
/*头部标题样式*/
.section-header-title .cn-text{
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    color: #1F2733;
    line-height: 42px;
}
.section-header-title .en-text{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #1F2733;
    line-height: 24px;
}
.top-section-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
/*轮播控制样式*/
.carousel-control-warp{
    width: 574px;
    display: flex;
    justify-content: space-between;
}
.control-progress{
    width: 417px;
    padding: 20px 0;
}
.control-prev-btn, .control-next-btn{
    display: flex;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 4px;
    border: 1px solid #DFE2E8;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*城市卡片列表*/
.section-city{
    width: 1200px;
    margin: 0 auto;
}
.city-card-list:after{
    display: table;
    content: '';
    clear: both;
}
.city-card-item{
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.05);
    border-radius: 8px;
    float: left;
    margin-right: 24px;
    width: calc(33.333% - 16px);
    margin-bottom: 24px;
}
.city-card-item:nth-child(3n){
    margin-right: 0;
}
.city-poster img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 8px 8px 0 0;
}
.city-name{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1F2733;
    line-height: 28px;
    padding: 20px 30px;
    height: 28px;
    box-sizing: content-box;
}
/*机场信息样式*/
.airport-info-section{
    margin-top: 20px;
}
.airport-info-table{
    width: 100%;
    border-collapse: collapse;
}
.airport-info-table td{
    border: 1px solid #DBE5F0;
    font-size: 13px;
    color: #020814;
    line-height: 18px;
    padding: 10px 30px;
}
.airport-info-table tr td{
    background: #ECF3FC;
    font-weight: 500;
}
.airport-info-table tr:nth-child(2n) td{
    background-color: #ffffff;
    font-weight: normal;
}
.airport-section-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.airport-info-title .cn-text{
    font-size: 24px;
    font-weight: bold;
    color: #1F2733;
    line-height: 32px;
}
.airport-info-title .en-text{
    font-size: 14px;
    font-weight: normal;
    color: #1F2733;
    line-height: 19px;
}
.airport-map-btn{
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 6px;
    border: 1px solid #DFE2E8;
    font-size: 16px;
    font-weight: 400;
    color: #1F2733;
    line-height: 40px;
    text-align: center;
}
.airport-map-btn img{
    vertical-align: sub;
    width: 20px;
    height: 20px;
}
.airport-info-title{
    font-size: 13px;
    font-weight: 500;
    color: #020814;
    line-height: 46px;
}
.more-warp{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.more-btn{
    font-size: 16px;
    font-weight: normal;
    color: #1F2733;
    line-height: 22px;
    padding: 0 46px 0 30px;
    cursor: pointer;
    position: relative;

}
.more-btn.close:after{
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../icon/caret-up.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 30px;
    top: 3px;
}
.more-btn.open:after{
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../icon/caret-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 30px;
    top: 3px;
}
.more-left-line,.more-right-line{
    flex: 1;
    border-bottom: 1px dotted #C9CED6;
    height: 12px;
}
.section-info-title{
    margin-bottom: 20px;
}
.cn-text{
    font-size: 24px;
    font-weight: bold;
    color: #1F2733;
    line-height: 32px;
    padding: 0;
    margin: 0;
}
.en-text{
    font-size: 14px;
    font-weight: normal;
    color: #1F2733;
    line-height: 19px;
}
.section-airport-info{
    margin-bottom: 20px;
}
.airport-operate-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.btn-group .btn-item{
    width: 96px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #7A8799;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.btn-group .btn-item.active{
    width: 96px;
    height: 32px;
    background: #1664FF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.year-tab-group{
    display: flex;
}
.year-tab-item{
    background: #F5F7FA;
    border-radius: 2px;
    border: 1px solid #E8EDF2;
    font-size: 13px;
    font-weight: 500;
    color: #5F6A7A;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
}
.year-tab-item.active{
    background-color: #E2F3FE;
    color: #1664FF;
}
.section-info-body .section-info-img{
    display: block;
    width: 100%;
}
/*查询表单样式*/
.query-select{
    padding-right: 12px;
}
.query-select .el-input__inner {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 64px;
    border-radius: 12px;
}
.query-input .el-input__inner{
    padding-top: 12px;
    padding-bottom: 12px;
    height: 64px;
    border-radius: 12px;
    padding-right: 110px;
    width: 320px;
}
.query-input .el-input-group__append{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 12px;
    top: 32px;

}
.more-content{
    position: relative;
    line-height: 30px;
}
.more-content{
    position: relative;
    max-height: 180px;
    overflow: hidden;
}
.more-content .more-text{
    cursor: pointer;
    color: #3a8ee6;
}
.more-content.more .more-text{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e2eefa;
    padding-left: 5px;
}
.more-content.less{
    max-height: max-content;
}
.more-content.less .more-text{
    position: relative;
    bottom: 0;
    right: 0;
    background-color: transparent;
}
