.city-airport-list-wrap{
    height: calc(100% - 50px);
    width: 100%;
    padding: 1rem 0;
}
.city-airport-search-header-box{
    height: 40px;
    padding: 0 1.5rem;
}
.city-airport-search-box{
    display: flex;
    align-items: center;
    background-color: #F4F5F8;
    border-radius: 14px;
    font-size: 12px;
    padding: 0 10px;
}
.city-airport-search-icon{
    margin-right: 10px;
}
.city-airport-inter-out-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    border-bottom: 1px solid #EBEEF0;
    height: 45px;
    box-sizing: border-box;
}
.city-airport-inter-out-tab-item{
    flex: 1;
    text-align: center;
}
.city-airport-inter-out-tab-title{
    font-weight: bold;
    color: #333333;
    padding: 5px 10px;
    margin-bottom: 0px;
}
.tab-item-active{
    border-bottom: 2px solid #DF3736;
}
.city-airport-list-box{
    height: calc(100% - 40px - 45px);
    padding: 0 1.5rem;
    overflow: auto;
}
.city-airport-list-item-name{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.hot-city-airport-box{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}
.hot-city-airport-item{
    width: calc(33.33% - 5px);
    border: 1px solid #979797;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 6px;
}
.hot-city-airport-item:nth-child(3n){
    margin-right: 0;
}
.slide-sort-list-wrap{
    width: 15px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #0085FF;
    font-size: 12px;
    text-align: center;
}
.airportR {
    color: #1CC876;
    border: 1px solid #1CC876;
    padding: 0 4px;
    border-radius: 5px;
    margin-right: 5px;
}
.airportRC {
    color: black;
    border: 1px solid black;
    padding: 0 4px;
    border-radius: 5px;
    margin-right: 5px;
}
.airportTransparent{
    color: transparent;
    border: 1px solid transparent;
}
/*.hot-city-airport-item:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/


