.scrollUI li {

    padding: 0 0px;

    text-align: center;

    list-style: none;
    display: inline-block;
}

.flight-group {

    /* margin: 0px auto; */

    /* width: 98%; */

    /* padding: 20px 20px 16px; */

    /* background: #ffe8a7; */

    /* position:  relative; */

    /* box-sizing:  border-box; */

}

.biao {
    display: none;
}

.show {
    display: block;
}

.flight-item {
    width: 48%;
    height: 14.4vw;
    margin: 0.4vw 1%;
    float: left;
    background-color: #fff;
    cursor: pointer;
    border-radius: 1vw;
    padding: 0 0 0 1.6vw;
    overflow: hidden;
    border: 1px solid #f9c2c6;
}

.flight-item:nth-child(3n) {
    /*margin-right: 0;*/
}

.flight-item .title {
    display: -webkit-flex;
    display: flex;
    color: #313131;
    align-items: center;
    font-size: 3.73vw;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    line-height: 7vw;
    /*font-weight: bold;*/
}

.flight-item .title span {
    display: inline-block;
    /*font-weight: normal;
    margin-top: 4px;*/
    padding: 0 2px;
}

.flight-item .bottom {
    margin-top: 0;
    margin-left: 2px;
    font-size: 3.6vw;
    height: 2em;
    line-height: 2em;
}

.flight-item .bottom .pa-1 {
    font-size: 2.4vw;
    float: left;

}

.flight-item .bottom .pa-2 {
    font-weight: bold;
    color: #A4642C;
    font-size: 3vw;
    float: left;
    padding: 0;
}

.flight-item .bottom .pa-3 {

    font-size: 2.4vw;

    margin-left: 0.6vw;

    float: left;

}

.flight-item .pa-4 {
    font-size: 2.4vw;
    color: #fff;
    background: #ff6d75;
    height: 2em;
    line-height: 2em;
    text-align: center;
    float: right;
    margin-top: 0.5vw;
    margin-right: 1vw;
    padding: 0 1vw;
    cursor: pointer;
    border-radius: 1.2em;
}

.dx-box .flight-item .pa-4 {

    background-color: #f5585e;

}

.empty {

    color: #fff;

    width: 100%;

    padding-top: 1vw;

    padding-left: 1%;

    margin: 0px auto;

}

.more-ticket {

    font-size: 18px;

    color: #fff;

    line-height: 30px;

    background: #f24729;

    width: 217px;

    position: absolute;

    bottom: 11px;

    right: 20px;

    text-align: center;

}

.flight-group .flight-head {

    width: 690px;

    font-size: 0;

    margin: auto;

}

.fls {

    width: 100%;

    height: 39vw;

    margin: auto;

    overflow: hidden;

    overflow-y: auto;

}

.fls::-webkit-scrollbar {

    width: 4px;

    height: 2px;

    background: none;

    border-radius: 8px;

}

.fls::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c41c1f;
}

.ui-head {

    width: 102px;

    height: 58px;

    float: left;

    /*background-color: #f3f6f8;*/

    color: #323232;

    line-height: 58px;

    text-align: center;

    font-size: 30px;

    /* border-right: 1px solid #ddd; */

}

.scrollUI .active span {

    background-color: #f9455e;

    color: #FFFFFF;

    /* background-color: #2e429e; */

    /* color: #FFFFFF; */

}

.quarter-item .active {

    background-color: #03b8ed;

}

.slip-item {

    padding-bottom: 1vw;

    width: 100%;

    margin: 0 auto;

    padding-right: 3vw;

}

.flight-group .slip-item2 {

    overflow: hidden;

    line-height: 1.5;

    width: 100%;

    color: #9273de;

    /* background: #fcc4a2; */

    /*border-radius: 0 10px 0 0;*/

    border-bottom: 0;

    cursor: pointer;

    height: 70px;

    background: #fad5db;

    /* padding-top: 5px; */

    display: -webkit-flex; /* Safari */

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    align-items: center;

    padding-bottom: 0;

}

.slip-item2 .active {

    /* color: #f9f9f9; */

    background: #ffffff;

}


