﻿.filter-card .filter-card-head {
    color:#999;
    height:30px;
}
.filter-card .filter-card-body ul > li {
    padding: 8px 8px;
    display: flex;
    align-items: center;
}
    .filter-card .filter-card-body ul > li:hover {
        background: #fafdff;
    }
    .filter-card-body .airline-logo {
        margin-right: 5px;
        height: 14px;
        vertical-align: middle;
    }

.calendar-lowprice {
    background: #fff;
}
.calendarlp-tab {
    position: relative;
    padding: 0 47px 0 0;
    overflow: hidden;
}
    .calendarlp-tab .more-btn {
        position: absolute;
        right: 0;
        cursor: pointer;
        font-size: 14px;
        padding: 0 15px;
        border-left: 1px solid #eaeaea;
        overflow: hidden;
        text-align: left;
        top: 0;
        bottom: 0;
    }
    .calendarlp-tab .tabs {
        position: relative;
    }
    .calendarlp-tab .tabs-content {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        /*padding: 0 50px;*/
        padding: 0;
        overflow: hidden;
    }
    .calendarlp-tab .tabs ul {
        display: flex;
        justify-content:space-between;
        align-items:center;
        width: 100%;
        height: 60px;
        text-align: center;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }
        .calendarlp-tab .tabs ul .tab {
            position: relative;
            display: flex;
            width: 14.2857%;
            height: 60px;
            box-sizing: border-box;
            vertical-align: middle;
            border-right: 1px solid #eaeaea;
            cursor: pointer;
            line-height: 1.5;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
            .calendarlp-tab .tabs ul .tab a {
                display:block;
            }
            .calendarlp-tab .tabs ul .tab:last-child {
                border-right: none;
            }


            .calendarlp-tab .tabs ul .tab .date {
                font-size: 12px;
                color: #333;
            }
            .calendarlp-tab .tabs ul .tab .week {
                margin-left: 8px;
            }
            .calendarlp-tab .tabs ul .tab .price, .calendarlp-tab .tabs ul .tab .price dfn {
                font-size: 12px;
                color: #F4791B;
            }
            .calendarlp-tab .tabs ul .tab .link {
                font-size:12px;
                line-height: 18px;
                color: #398efe;
            }
            .calendarlp-tab .tabs ul .tab:hover {
                background: #fafdff;
            }
            .calendarlp-tab .tabs ul .tab.active {
                background: #487AB5;
                /*background: #c6e9ff;*/
            }
                .calendarlp-tab .tabs ul .tab.active .date, .calendarlp-tab .tabs ul .tab.active .price, .calendarlp-tab .tabs ul .tab.active .price dfn, .calendarlp-tab .tabs ul .tab.active .link {
                    color: #fff;
                }
.price dfn {
    font-style: normal;
    margin-right: 1px;
    font-size: 12px;
    color: #F4791B;
}

    .calendarlp-tab .next-btn, .calendarlp-tab .pre-btn {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
        box-sizing: border-box;
        padding: 0 10px;
        width:50px;
    }
    .calendarlp-tab .pre-btn {
        left: 0;
        top: 0;
        position: absolute;
        border-right: 1px solid #eaeaea;
    }
    .calendarlp-tab .next-btn {
        right: 0;
        top: 0;
        border-left: 1px solid #eaeaea;
    }

.result-quote .elem-quote {
    padding: 15px;
}

.result-head {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
    .result-head .sortbar .layui-input-inline {
        width:105px;
    }
        .result-head .sortbar .layui-input-inline .layui-input {
            border:none;
        }

.result-list .item {
    margin-top:5px;
}
    .result-list .item .flight-item {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
    }
    .result-list .flight-item:hover {
        background-color: #fafdff;
    }
.flight-item .flight-row {
    display: flex;
    flex: 1;
}
    .flight-item .flight-row .flight-airline, .flight-item .flight-row .flight-detail, .flight-item .flight-row .flight-tag {
        display: flex;
        align-items: center;
        width: 35%;
    }
    .flight-item .flight-row .flight-detail {
        width: 50%;
    }
    .flight-item .flight-row .flight-tag {
        width:15%;
    }
    .flight-item .flight-row .flight-airline .airline-logo {
        width: 40px;
        height: 35px;
        margin-right: 15px;
    }
    .flight-item .flight-row .flight-airline .airline-name {
        line-height: 1.8;
    }
        .flight-item .flight-row .flight-airline .airline-name .plane {
            font-size: 12px;
            color: #398efe;
        }
    .flight-item .flight-row .flight-detail .time {
        font-size: 25px;
    }
        .flight-item .flight-row .flight-detail .time .day {
            font-size: 14px;
            margin-left: 4px;
            color: #1e9fff;
        }
    .flight-item .flight-row .flight-detail .airport {
        font-size: 12px;
    }
    .flight-item .flight-row .flight-detail .arrow-box {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 100px;
        margin: 0 15px;
        padding-top: 4px;
        overflow: hidden;
    }
    .flight-item .flight-row .flight-detail .arrow-oneway {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 20px;
        font-style: normal;
    }
    .flight-item .flight-row .flight-detail .transfer-info {
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    .flight-item .flight-row .flight-detail .arrow-oneway:before {
        bottom: 0;
        right: 0;
        content: ' ';
        width: 100%;
        height: 0;
        border-style: solid;
        border-width: 0 8px 2px 0;
        border-color: transparent transparent #d8d8d8 transparent;
        position: absolute;
        z-index: 1;
    }
    .flight-item .flight-row .flight-detail .arrow-oneway:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 0 12px;
        border-color: transparent transparent transparent #d8d8d8;
        z-index: 2;
    }
.flight-operate, .seat-operate {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
    .flight-operate .flight-price, .seat-operate .flight-price {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
        .flight-price .price, .flight-price dfn {
            color: #ff7d13;
        }
.flight-action button {
    width:70px;
}
.flight-seats {
    overflow: hidden;
}
    .flight-seats .seat-row {
        display: flex;
        align-items: center;
        background-color: #fcfcfc;
        margin-bottom: 0;
        padding: 20px 15px;
        border-bottom:1px solid #eaeaea;
    }
        .flight-seats .seat-row:hover {
            background-color:#fffefe;
        }
        .flight-seats .seat-row > div {
            width: 20%;
            text-align: center;
            font-size: 12px;
        }
        .flight-seats .seat-row .seat-operate {
            display: flex;
            justify-content: flex-end;
            width:30%;
        }
        .flight-seats .seat-row .seat-info .link {
            color: #398efe;
        }
        .flight-seats .seat-row .seat-tags {
            text-align: right;
        }
            .flight-seats .seat-row .seat-tags > span {
                color: #b94a48;
                border-radius: 5px;
                padding: 1px 4px 2px;
                background-color: #EED3D9;
                display: inline-block;
                text-align: center;
                text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
            }
.flight-tag .seat-tags > span {
    color: #bc4240;
    border-radius: 5px;
    padding: 3px 4px 2px;
    /* background-color: #EED3D9; */
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #EED3D9;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    cursor:pointer;
}
.flight-seats .seat-row .flight-action .cabincount {
    position: absolute;
    bottom: -17px;
    text-align: center;
    display: block;
    width: 100%;
}
.flight-tag .seat-tags > span:hover {
    background-color: #EED3D9;
}
.flight-loading {
    background-color: #fff;
    margin-top: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .flight-loading img {
        border-radius: 10px;
        margin: 30px 0;
        height: 130px;
    }
.mppic-box {
    border: 1px solid #DDDDDD;
    position: absolute;
    box-shadow: 0 7px 22px -7px rgb(0 0 0 / 34%);
    border-radius: 6px;
    z-index:999;
    max-width:300px;
    display: none;
}
    .mppic-box img {
        width:100%;
        border-radius:6px;
    }
.go-trip {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
}
.go-trip .go-trip-head {
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}