html,body{
    /*font-family: 'Helvetica', 'Arial', 'PingFang TC', 'Î¢ÈíÑÅºÚ', 'Microsoft YaHei', '»ªÎÄÏ¸ºÚ', 'STHeiti', sans-serif;*/
    color: #000000;
}
.header {
    background: #ff2864;
}

    .header .navbar {
        height: 70px;
        margin: 0;
    }

    .header .navbar_brand {
        padding: 5px;
        height: 70px;
    }

    .header .navbar_default {
        background: #ff2864;
    }

    .header .container_fluid a {
        color: #fff !important;
        background-color: #ff2864 !important;
    }

    .header .navbar-default {
        border: 0 !important;
    }

    .header .navbar-nav > li > a {
        padding: 15px 15px;
        font-size: 18px;
        font-weight: 600;
    }

    .header .navbar-nav > li {
        height: 70px;
        line-height: 70px;
        padding: 10px;
    }

    .header .dropdown-menu {
        background-color: #ff2864 !important;
    }

.container_H {
    padding-top: 40px;
}
.header .navbar_nav li a:hover {
    border-bottom: 2px solid #fff;
}

.header .navbar_nav li:hover .caret {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s;
}

.header .navbar_nav li:hover ul {
    display: block;
}

.tabs, .tabs input, .tabs select, .tabs .btn {
    border-radius: 0 !important;
}

.tabs {
    margin: 15px auto;
}

.tabs_ui {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin: 10px !important;
}

    .tabs_ui li {
        background-color: #fff !important;
    }

    .tabs_ui .tabs_li {
        border: 0 !important;
        margin: 0 30px !important;
        padding: 15px !important;
    }

    .tabs_ui .ui-state-active {
        border-bottom: 2px solid #FF2965 !important;
    }


.tabs .tabs_li a {
    color: black !important;
    font-size: 16px;
}

.exampleInputEmail1_ {
    position: relative;
    padding: 0 30px;
}

.exampleInputEmail1_div .glyphicon {
    position: absolute;
    top: 40px;
    left: 20px;
}

.btn_default_search {
    background-color: #FC890A;
    border: 0;
}

.btn_search {
    padding: 10px 35px;
}

.height_45 {
    height: 45px;
}

.table_border {
    border: 1px solid #ccc !important;
}
.table_border .tbody tr {
    cursor: pointer;
        width: 100%;
    /*display: block;*/
}


    .table_border .thead {
        color: #fff;
        background-color: #558CFE;
            width: 100%;
    display: block;
    }
        .table_border .tbody {
            width: 100%;
    display: block;
    }
.table_border .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:10px;

}
.table_border .tbody th,td {
    /*width:23%;*/
}
.table_border  .thead th {
   padding-left:20px;
}
.table_border  .tbody th {
    width: 36%;
}
.thead_date {
    display: inline-block;
    padding: 15px;
}
.table_border {
    display:block;
    overflow:hidden
}
.table_border{
    margin-bottom:0;
    border-top:1px solid #ccc;
}
.thead_img {
    width: 35px;
    height: 35px;
}

.right_ {
    margin-top: 30px;
}

.pad_lef0 {
    padding-left: 0;
}
.flight_ {
    position:relative;

}
.flight_ul {
    overflow: inherit;
    margin: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

    .flight_ul .li {
        float: left;
        list-style: none;
    }

.flight_ul_header {
    border: 0;
    border-bottom: 1px solid #bbb;
    background: #199fbc;
}

    .flight_ul_header .li {
        padding: 5px 10px;
        font-size: 16px;
        color: #fff;
    }
    ul,li{
        list-style:none;
    }
    .sorting-list {
        cursor:pointer;
        position: absolute;
    /*top: 29px;*/
    background: #fff;
    /*left: 0;*/
    padding: 1px;
    margin: 0;
    width:156px;
    z-index: 9;
    display:none;
    }
   .sorting-list .li_1 {
        width: 100%;
        padding-left: 9px;
        font-size: 16px;
   }
   .sorting-list .li_1:hover {
        background-color:#199fbc;
        color:#fff;
   }
   .loadingBtn {
       width:20px;
   }
   .sorting_list:hover .sorting-list {
         display:block;
   }
      .sorting_list:hover .icon-down-w:after {
        transform:rotate(180deg);
        -moz-transform:rotate(180deg); /* Firefox 4 */
        -webkit-transform:rotate(180deg); /* Safari and Chrome */
        -o-transform:rotate(180deg); /* Opera */
   }
   .sorting-list .li_1:hover a{
       color:#fff;
       /*transition:all 0.1s linear;*/
   }
 
   .icon-down-w:after {
        background-image: url(../../../img/flight/header/btn-dropdown_w.png);
       
    }
   .icon-down-w:after {
    content: '';
    top: 3px;
    width: 26px;
    height: 26px;
    margin-left: 0px;
    background-size: 26px 26px;
}
   .icon-profile:before, .icon-order:before, .icon-reward:before, .icon-cs:before, .icon-logout:before, .icon-login:before, .icon-register:before, .icon-down-w:after {
    content: '';
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.flight_li {
    overflow:hidden;
    /*border: 1px solid #bbb;*/
    margin: 6px 0;
    background-color:#fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    padding: 5px 15px;
}
.well {
    border:none;
}
.btn_ {
    padding:0 10px;
}
/*.btn_ .collapse {
    padding:0 3px;
}*/
#flight_RouteList .flight_li:first-child{
    margin-top:10px;
    /*border-top: 0;*/
}
.departure-info-table .flight-detail-info {
    display:none;
}
/*.ui-widget.ui-widget-content {
    border:0!important;
}*/
.ui-widget-header {
    background-color:#ccc!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border:0!important;
}
.flight_li .flight_ul  {
    padding-top: 10px;
    /*padding-left:25px;*/
}
.btn_button {
       background-color: #199fbc;
    border: 0;
    padding: 10px;
    line-height: 8px;
    /*margin-top: 10px;*/
    width: 99px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}
/*.btn_button:hover{
      background-color: #26c1f3;
      color:#fff;
     box-shadow: 10px 10px 5px #888888;
}*/
.txt-pink03 {
   
    color: #FF2864;
}
.btn-box {
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ff2965;
    color: #ff2965;
    font-size: 18px;
}

.btn-box.no-icon{
    color:#199fbc;
    border:1px solid #199fbc;
}

.btn-box.no-icon.active{
    background: #199fbc;
    color:#fff;
}

.flight_details_panel a {
   display: inline-block;
    margin: 10px;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 0;
}
.priceButton{
    padding:0px 34px;
    color:#fff;
    background-color:#199fbc;
    margin-left:10px;
    line-height:30px;
    cursor:pointer;
}
.flight_details_panel .well {
    -webkit-box-shadow: none;
        padding-top: 0;
}
.flight_panel {
    background: #fff;
    padding: 10px;
}
.h4_departure {
    font-weight: 700;
    font-size:30px;
    color:#2d3e52;
}
.paddingtop20 {
    padding-top:20px;
}
.oringe{
    color:#ff7800;
    font-size:15px;
    font-weight:bold;
    margin-bottom:0;
}
.bulesize{
    color:#666;
}
.img_logo {
    display: inline-block;
    width: 39px !important;
    height: 39px !important;
    /*position: absolute;*/
    /*left: -10px;*/
}

    .img_logo img {
        width: 100% !important;
    }

.mid {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

    .mid:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 120px;
        border-top: 2px solid #ccc;
    }

    .mid img {
        float: right;
        position: relative;
        right: 00px;
        top: 1px;
    }

.big_size {
    font-size: 22px;
    color: #FF2864;
}

.red {
    color: #FF2864;
}

.btn_primary {
    color: #FFB252;
    /*background-color: #fff;
    border-color: #fff;*/
        padding: 6px 4px;
}

    .btn_primary:hover, .btn_primary:focus, .btn_primary.focus, .btn_primary:active, .btn_primary.active, .open > .dropdown-toggle.btn_primary {
        background-color: #fff;
        color: #FFB252;
        border: 0;
    }

.right_header {
    background-color:#5DBCFF;
}

.right_header {
    text-align: center;
    padding: 10px;
}

.filtrate {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    color: #fff;
}

.filtrate_btn {
    border: 1px solid #fff;
  
}

.right_body {
    padding: 10px;
    border: 1px solid #E6E6E6;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    border-top: 1px solid #bbb;
}

.details {
    overflow: hidden;
    padding:0;
}

    .details .li {
        float: left;
        list-style: none;
    }

.p {
    font-size: 18px;
}

.float_r {
    float: right;
}

/*.btn_primary::after {
    content: "";
    background: url(/img/common/btn-arrow-up_b.png) no-repeat center;
    width: 15px;
    height: 15px;
    background-size: cover;
    display: inline-grid;
    margin-top: 0px;
    margin-left: 5px;
    position: absolute;
}*/

.btn_primary .glyphicon-chevron-down:before {
    padding: 5px;
}

.btn_primary .glyphicon-chevron-up:before {
    padding: 5px;
}

.btn_ .glyphicon-chevron-up {
    display: none;
}

.tbody_logo {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
}

    .tbody_logo img {
        width: 100%;
    }

.scope_price .ui-state-default {
    background-color: #f0f0f0 !important;
    border-radius: 50% !important;
}

.departure_date {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

    .departure_date li {
        border: 1px solid #4bbdad;
        border-left: 0px;
        padding: 10px;
        text-align: center;
    }

        .departure_date li:hover{
            cursor: pointer;
            background: rgba(75, 189, 173, 0.3);
        }
        .departure-date .active {
            cursor: pointer;
            background: rgba(75, 189, 173, 0.3);
        }
        .departure_date li:first-child {
            border-left: 1px solid #4bbdad;
        }
     .departure_date .active {
          cursor: pointer;
            background: rgba(75, 189, 173, 0.3);
     }
.floatR {
    float: right;
    color:#666;
}
.padding0{
        padding: 0;
}
.margin_le10 {
    color:#666;
    margin-left: 10px;
}
.padding_right0{
    padding-right:0;
}
.glyphicon_down_flight {
    display: none;
}

.slideshow_ {
    margin-top: 15px;
}

.account {
    border: 1px solid #ccc;
}

.account_ul {
    list-style: none;
    margin-bottom: 0;
}

.account_li {
    float: left;
    padding: 15px;
    margin: 10px 0;
    border-left: 1px solid #ccc;
}

.account_ul .account_li:nth-child(1) {
    border-left: 0;
}

.account_li img {
    width: 50px;
    height: 50px;
}

.foot_phone {
    padding: 25px 0;
    color: #fff;
}

.h3 {
    margin-top: 0;
}

.foot_ul {
    overflow: hidden;
    list-style: none;
}

    .foot_ul .li {
        float: left;
        padding: 0 5px;
    }

        .foot_ul .li:nth-child(1) {
            width: 80px;
        }

        .foot_ul .li a {
            color: #ccc;
        }

        .foot_ul .li:nth-child(1) a {
            color: #fff;
        }

.foot_ {
    background-color: #333333;
}



.foot_p {
    color: #fff;
    padding-top: 5px;
}

.return_top {
    display: none;
    background-color: #ff2864;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 140px;
    right: 20px;
}

.return_top_img {
    width: 50%;
    /* position: relative; */
    /* display: inline-block; */
    margin: auto;
    /* position: absolute; */
    position: relative;
    top: 24%;
}

.return_top img {
    width: 100%;
}

.return_phone {
    background-color: #ff2864;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 20px;
}

    .return_phone img {
        width: 100%;
    }

.handle_service {
    background-color: #ff2864;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    .handle_service img {
        width: 100%;
    }

@media (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        z-index: 999;
        background: darkred;
    }

    .margin_le10 {
        margin: 0;
    }
}

.btn.no-icon {
    /*display: inline-flex !important;*/
    padding: 10px!important;
    height: 40px;
    text-align: center !important;
    text-decoration: none;
    border-radius: 3px;
    /*background-color: #FF2965;*/
    /*color: #fff;*/
    font-size:18px;
}

@media screen and (max-width: 320px) {
    .btn.no-icon {
        padding: 10px !important;
    }

    .location-selector-wrap .location-lv1-wrap {
        width: 100px;
    }

    .location-selector-wrap .location-lv2-wrap ul li {
        padding: 10px;
    }

    .air-search-wrap .bottom .row .checkbox-wrap {
        padding-bottom: 0px;
        line-height: 22px;
    }

    .location-selector-wrapB {
        margin-top: 35px;
    }

    .location-selector-wrap {
        z-index: 99;
        margin-top: 10px;
    }

    .location-selector-wrapB {
        margin-top: 35px;
    }

    .location-selector-wrap .location-lv1-wrap a.active,
    .popup-selector-wrap .selector-lv1-wrap a.active {
        color: #FFFFFF;
        background-color: #FF2965;
    }

        .location-selector-wrap .location-lv1-wrap a.active:after,
        .popup-selector-wrap .selector-lv1-wrap a.active:after {
            content: '';
            position: absolute;
            top: 50%;
            right: -8px;
            width: 0;
            height: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            border-width: 6px 0 6px 8px;
            border-style: solid;
            border-color: transparent transparent transparent #FF2965;
        }
}

    .right_p{
    font-size: 16px;
    color: #898989;
}


/* ™CÆ±ŸáéT */
.flight-location-selector-wrap {
    /*position: absolute;*/
    display: none;
    max-width: 600px;
    width: 150%;
    border: 1px solid #E6E6E6;
    border-top: 0;
    background-color: #FFFFFF;
    position: absolute;
    top: 64px;
    z-index: 9998;
}
@media screen and (max-width: 767px) {
    .flight-location-selector-wrap {
        width: 90%;
    }
}
.flight-location-selector-wrap.active {
    display: table;
}
.flight-location-selector-wrap .flight-location-lv1-wrap {
    position: relative;
    display: table-cell;
    width: 120px;
    border-right: 1px solid #E6E6E6;
}
.flight-location-selector-wrap .flight-location-lv1-wrap a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #E6E6E6;
    background-color: #FFFFFF;
}
.flight-location-selector-wrap .flight-location-lv1-wrap a.active {
    color: #FFFFFF;
    background-color: #337ab7;
}
.flight-location-selector-wrap .flight-location-lv1-wrap a.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #337ab7;
}
.flight-location-selector-wrap .flight-location-lv2-wrap {
    position: relative;
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
}
.flight-location-selector-wrap .flight-location-lv2-wrap ul {
    position: relative;
    display: none;
    width: 100%;
    text-align: left;
}
.flight-location-selector-wrap .flight-location-lv2-wrap ul.active {
    display: block;
}
.flight-location-selector-wrap .flight-location-lv2-wrap ul li {
    display: inline-block;
    padding: 5px 10px;
}
.flight-location-selector-wrap .flight-location-lv2-wrap ul li a {
    color: #969696;
}

/* º½¿Õ¹«Ë¾dropdown */
.ui-widget-content {
    max-height: 400px;
    /*overflow-y: auto;*/
    overflow-x: inherit;
}
.hot-airline {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: inherit;
    background: #fff;
    position: absolute;
    top: 64px;
    z-index: 101;
    width: 100%;
    max-width: 300px;
    display: none;
}
.hot-airline li {
    padding: 5px 10px;
    cursor: pointer;
}

