<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*start 顶部背景广告 */
.header-search-box {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sb-box {
    position: absolute;
    width: 1200px;
    height: 90px;
    margin: auto;
    background: rgba(0, 0, 0, .5);
    border-radius: 11px;
    left: 0;
    right: 0;
    bottom: 166px;
}

    .sb-box.sb-min {
        width: 340px;
    }

        .sb-box.sb-min .sb-min-hidden {
            display: none;
        }

        .sb-box.sb-min .sb-main {
            padding: 10px 7px 0 12px;
        }

            .sb-box.sb-min .sb-main .sb-input-box {
                margin-right: 0;
            }

.sb-main {
    height: 60px;
    padding: 13px 17px 0 17px;
}

    .sb-main .sb-main-item {
        height: 40px;
        overflow: hidden;
    }

    .sb-main .sb-input-box {
        border: 1px solid #bdbdbd;
        height: 35px;
        background-color: #fff;
        float: left;
        width: 269px;
        line-height: 34px;
        margin-right: 13px;
        position: relative;
        border-radius: 4px;
    }

        .sb-main .sb-input-box.sb-date {
            width: 219px;
        }

        .sb-main .sb-input-box.sb-describe {
            width: 333px;
        }

        .sb-main .sb-input-box .sb-title {
            font-size: 16px;
            color: #666;
            border-right: 1px solid #bdbdbd;
            padding: 2px 5px 2px 4px;
        }

        .sb-main .sb-input-box .sb-input-txt {
            width: 170px;
            font-size: 14px;
            border: 0;
            padding-left: 5px;
            font-weight: bold;
            color: #555;
        }

        .sb-main .sb-input-box.sb-date .sb-input-txt {
            width: 118px;
        }

        .sb-main .sb-input-box.sb-describe .sb-input-txt {
            width: 269px;
        }

    .sb-main .sb-destination i {
        width: 14px;
        height: 18px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        background: url("../../Images/icon.png")no-repeat -365px -73px;
    }

    .sb-main .sb-date i {
        width: 16px;
        height: 18px;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        background: url("../../Images/icon.png")no-repeat -403px -74px;
    }

.sb-input-btn-serach {
       width: 51px;
    height: 38px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    float: right;
    background: #00a0e9 url("../../Images/icon.png")no-repeat -425px -63px;
}

.header-advantage {
    width: 100%;
    height: 60px;
    background: #00B0EC url("../../Images/icon_vantage_flight.png")no-repeat center;
    position: absolute;
    top: 477px;
}
/*end 顶部背景广告*/
.hot-subject {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    color: #555;
}

    .hot-subject:before {
        content: '';
        position: absolute;
        display: block;
        background: url("../../Images/icon.png")no-repeat -480px -77px;
        width: 12px;
        height: 12px;
        top: 47px;
        left: 49.5%;
    }

.hotelcity {
    text-align: center;
    padding-top: 20px;
}
/*.hotelcity li{
    display: inline-block;
    font-size: 16px;
    color: #484848;
    line-height: 27px;
    width: auto;
    height: 27px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 25px;
    padding: 0 15px;
}
.hotelcity li.active{
    background-color: #ff8b24;
    color: #fff;
}*/

body {
    background-color: #f7f7f7;
}

.header {
    width: 100%;
    height: 547px;
    background: url("../../Images/icon_header_bg_flight.png")no-repeat;
    position: relative;
}

.flight .sb-box {
    height: 87px;
}

.flight .sb-main {
    height: 87px;
    padding: 9px 17px 0 17px;
}

.one-two-way {
    padding-bottom: 3px;
}

    .one-two-way li {
        display: inline-block;
        cursor: pointer;
        font-size: 16px;
        color: #c2c2c2;
        padding-right: 30px;
    }

        .one-two-way li.active {
            color: #fff;
        }

.flight .sb-input-btn-serach {
    background-color: #14bfbd;
}

.flight .sb-main .sb-input-box.sb-destination {
    width: 289px;
}

.i-sb-exchange {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("../../Images/icon.png")no-repeat -92px -634px;
    float: left;
    margin: 13px 10px 0 -3px;
    cursor: pointer;
}

    .i-sb-exchange:hover {
        background-position: -62px -635px;
    }

.Hotflight-box {
    padding-top: 30px;
}

.flight .hotelcity li.active, .flight .hotelcity li:hover {
    border: 1px solid #00a0e9;
    color: #00a0e9;
}

.flight .hotelcity li {
    display: inline-block;
    font-size: 15px;
    color: #484848;
    line-height: 25px;
    width: auto;
    height: 25px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 25px;
    padding: 0 12px;
    border: solid 1px #F7F7F7;
}

.hotflight-planeTicket {
    padding-top: 20px;
}

.hotflight-planeTicket-item {
    display: none;
}

    .hotflight-planeTicket-item.active {
        display: block;
    }

.traffic-planeTicket {
    border: 1px solid #dfdfdf;
    width: 247px;
    height: 104px;
    border-radius: 11px;
    position: relative;
    background-color: #fff;
    float: left;
    margin-right: 65px;
    margin-bottom: 13px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.hotflight-planeTicket-item .traffic-planeTicket:nth-child(4n) {
    margin-right: 0;
}

.tp-trip {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

    .tp-trip .i-tp-fly {
        width: 20px;
        height: 19px;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px;
        background: url("../../Images/icon.png")no-repeat -509px -74px;
    }

.tp-discount {
    width: 33px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 12px;
    top: -1px;
    background: url("../../Images/icon.png")no-repeat right -38px;
}

.tp-date {
    position: absolute;
    bottom: 14px;
    left: 30px;
}

.tp-price {
    position: absolute;
    right: 16px;
    bottom: 14px;
}

    .tp-price .money {
        font-size: 20px;
        color: #fe6725;
        font-weight: bold;
    }

    .tp-price .prefix {
        font-size: 13px;
        color: #fe6725;
    }

    .tp-price .suffix {
        font-size: 13px;
        color: #333333;
        padding-left: 5px;
    }

.traffic-planeTicket:hover {
    box-shadow: 0 5px 20px #ccc;
}

.traffic-box {
    padding-bottom: 67px;
}

.partner-box {
    padding-top: 20px;
    padding-bottom: 65px;
}

.partner-roll {
    width: 100%;
    margin-top: 23px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.partner-group {
    width: 1125px;
    height: 103px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .partner-group ul {
        width: 99999999px;
        position: absolute;
    }

.partner-roll ul li {
    width: 113px;
    height: 103px;
    line-height: 103px;
    border-right: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    float: left;
}

    .partner-roll ul li a.partner-link {
        display: block;
    }

.partner-roll .pr-prev, .partner-roll .pr-next {
    width: 36px;
    height: 103px;
    background-color: #eeeeee;
    float: left;
    font-size: 30px;
    line-height: 103px;
    text-align: center;
    color: #14bfbd;
    cursor: pointer;
}

.partner-roll .pr-prev {
    float: left;
}

.partner-roll .pr-next {
    float: right;
}

/*2016-11-17*/
.sb-radio-box {
    height: 18px;
    float: left;
    width: 50px;
    line-height: 18px;
    margin-right: 15px;
}

.sb-main .sb-radio-box .sb-flight-label {
    cursor: pointer;
    color: #fff;
}

.flight .sb-input-btn-serach {
    background-color: #00B0EC;
}

.flight .sb-main .sb-input-box.sb-destination {
    width: 260px;
}

.flight .sb-main, .flight .sb-box {
    height: 56px;
}

.sb-main .sb-input-box.gray, .gray .sb-input-txt {
    background-color: #d3d3d3;
}


/*.hotelcity li.active {
            background-color: #949ca6;
            color: #fff;
        }

        .hotelcity li:hover {
            background-color: #949ca6;
            color: #fff;
        }*/






</pre></body></html>