.airport-select-panel {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: #fff;
    overflow: hidden;
}
.airport-select-panel .bar-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.2rem;
    box-sizing: border-box;
    background: #7EB144;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.airport-select-panel .bar-nav .title,
.airport-select-panel .bar-nav .button-link {
    color: #fff;
}
.airport-select-panel .bar-nav .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1.2;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.airport-select-panel .bar-nav .button,
.airport-select-panel .bar-nav .button-link {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1.2;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.airport-select-main {
    position: absolute;
    top: 2.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
}
.airport-select-search {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0.5rem;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    position: relative;
    z-index: 1;
}
.airport-select-search input[type="text"] {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.75rem;
    border: 1px solid #7EB144;
    border-radius: 0.15rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    -webkit-appearance: none;
}
.airport-select-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background: #fff;
    padding-right: 2rem;
    box-sizing: border-box;
}
.airport-select-panel .airport-select-item {
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}
.airport-select-index {
    touch-action: pan-y;
}
.airport-select-body-wrap.is-searching .airport-select-body {
    padding-right: 0;
}
.airport-select-body-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 0;
}
.airport-select-index {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.9rem;
    z-index: 3;
    padding: 0.2rem 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.airport-select-index .airport-index-letter {
    display: block;
    width: 100%;
    min-height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.72rem;
    padding: 0.06rem 0;
    color: #7EB144;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.airport-select-index .airport-index-letter.disabled {
    color: #ddd;
    cursor: default;
}
.airport-select-index .airport-index-letter.active {
    color: #7EB144;
    background: rgba(126, 177, 68, 0.22);
    border-radius: 0.1rem;
}
.airport-letter-anchor {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #666;
    background: #eef6e6;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: bold;
    box-sizing: border-box;
    list-style: none;
}
.airport-select-hot-title,
.airport-select-list-title {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #666;
    background: #eef6e6;
    padding-left: 0.5rem;
    font-size: 0.7rem;
}
.airport-select-hot ul {
    width: 94%;
    margin: 0 auto;
    padding: 0.3rem 0;
    overflow: hidden;
}
.airport-select-hot ul li,
.airport-select-hot ul li.airport-hot-item {
    width: 21%;
    min-height: 1.4rem;
    height: auto;
    line-height: 1.4rem;
    float: left;
    border: 0.05rem solid #f2f2f2;
    border-radius: 0.1rem;
    margin: 2%;
    padding: 0 0.15rem;
    text-align: center;
    font-size: 0.7rem;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.airport-select-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.airport-select-list li {
    width: 100%;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.7rem;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.35;
}
.airport-select-list li.airport-select-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.airport-select-list li .airport-item-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.airport-select-list li .airport-item-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.airport-select-list li .airport-item-sub {
    display: block;
    font-size: 0.6rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.airport-select-list li .airport-code {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #999;
    margin-left: 0.5rem;
    white-space: nowrap;
}
.airport-select-empty {
    text-align: center;
    padding: 1rem 0;
    color: #999;
    font-size: 0.7rem;
}
.airport-select-field .airport-select-display,
.airport-select-field .city_t {
    cursor: pointer;
}
