/*首页-home start*/
/*国内机票推荐*/
.new-index {
    margin: -10px auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

    .new-index > .section {
        padding: 20px 20px 10px 20px;
        margin-top: 10px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=1);
        background: #fff;
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    }

.nav-tabs {
    position: relative;
    z-index: 10;
    margin: 0 -20px 30px -20px;
    height: 44px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 20px;
    text-align: left;
}

    .nav-tabs .suojin {
        margin-left: 15%;
    }

    .nav-tabs > .title {
        font-size: 12px;
    }

    .nav-tabs .title1 {
        position: absolute;
        line-height: 38px;
        color: #333;
        font-size: 22px;
        top: 0;
        left: 20px;
        font-weight: normal;
    }

    .nav-tabs .title span {
        position: relative;
        bottom: -3px;
        float: left;
        margin: 0 25px;
        color: #555;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 30px;
        cursor: pointer;
    }

        .nav-tabs .title span.current {
            color: #2577e3;
            border-bottom: 2px solid #2577e3;
        }

.plane-ticket .con-body, .boat .con-body {
    margin: 0 -8px;
}

.price > span {
    display: inline-block;
}

.price *, .priceTrain * {
    box-sizing: border-box;
}

.plane-ticket .price > .price-con, .boat .price > .price-con {
    float: right;
    width: auto;
    color: #555;
}

.plane-ticket .price, .boat .price, .plane-ticket .priceTrain {
    display: inline-table;
    color: #858585;
    font-size: 13px;
    width: 183px;
    background: #F3F8FE;
    padding: 15px 15px 10px 15px;
    margin: 0 5px;
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
}

    .plane-ticket .price > .citys, .plane-ticket .priceTrain > .citys, .boat .price > .citys {
        width: 100%;
        display: block;
        color: #333;
        font-size: 14px;
        padding: 0;
        text-align: left;
    }

    .plane-ticket .price > .date, .plane-ticket .priceTrain > .date, .boat .price > .date {
        width: auto;
        color: #999;
        float: left;
        margin-top: 14px;
    }

.price-con b {
    color: #ff4800 !important;
    font-size: 24px !important;
    font-weight: inherit;
}

.price-money {
    vertical-align: inherit;
    font-size: 12px;
    font-style: normal;
}

.plane-ticket .price > .price-con, .plane-ticket .priceTrain > .price-con, .boat .price > .price-con {
    float: right;
    width: auto;
    color: #555;
    text-align: center;
}

.plane-ticket .price > .citys b, .plane-ticket .priceTrain > .citys b, .boat .price > .citys b {
    font-weight: inherit;
}

.plane-ticket .price > .citys i, .plane-ticket .priceTrain > .citys i, .boat .price > .citys i {
    display: inline-block;
    width: 55px;
    height: 28px;
    background: url(../../Img/icon/row.png) no-repeat center center;
    vertical-align: bottom;
}

.plane-ticket .price:hover, .plane-ticket .priceTrain:hover, .boat .price:hover {
    background: #F3F8FE;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(37, 119, 227, 0.25);
    -moz-box-shadow: 1px 1px 7px 1px rgba(37, 119, 227, 0.25);
    box-shadow: 1px 1px 7px 1px rgba(37, 119, 227, 0.25);
    cursor: pointer;
}
/*国内机票推荐  end*/

/*国内航司旗舰店*/

.boat-img-box {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

    .boat-img-box .img-panle > li {
        float: left;
        border-right: none;
        height: 94px;
        width: 110px;
        border-top: 3px solid transparent;
    }

.boat .img-panle li.current {
    border-top: 2px solid #3983E5;
}

.boat-img-box .img-panle > li:hover img {
    margin-top: 14px;
}

.img-panle > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-panle:after {
    content: "";
    display: block;
    clear: both;
}

.boat .img-panle li.current a {
    margin-top: 1px;
}

.img-panle > li > a > img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 40px;
    overflow: hidden;
}

.boat-img-box .img-panle > li a img {
    transition: all .3s linear 0s;
    margin-top: 18px;
}

.img-panle {
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

.boat-img-box .img-panle {
    width: 100000px;
    margin-left: 35px;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.img-panle > li > a > p {
    text-align: center;
    background: white;
    height: 30px;
}

.boat-img-box .img-panle > li a p {
    color: #555;
}

.boat .left, .boat .right {
    position: absolute;
    width: 3%;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.boat .left {
    left: 0;
}

.boat .right {
    right: 0;
}

.boat .left, .boat .right {
    top: auto;
    bottom: 0;
    height: 95px;
    border-bottom: none;
    cursor: pointer;
    background: #fff;
}

    .boat .left > i, .boat .right > i {
        height: 100%;
        line-height: 100%;
        padding-top: 40px;
        color: #ccc;
        font-size: 20px;
    }

.boat .con-body {
    border-bottom: 1px solid #e2e2e2;
}

.plane-ticket .con-body, .boat .con-body {
    margin: 0 -8px;
}

.boat .left:hover > i, .boat .right:hover > i {
    color: rgb(57, 131, 229);
}
/*国内航司旗舰店  end*/

/*国内酒店推荐*/
.ticket-hotel .con-body {
    margin: 0 -15px;
}

.hotel .iterm {
    margin-bottom: 20px;
}

.ticket-hotel .iterm {
    float: left;
    width: 267px;
    margin: 0 15px 20px 15px;
    border: 1px solid #f2f2f2;
}

.hotel-recommend a {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ticket-hotel .iterm .iterm-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

    .ticket-hotel .iterm .iterm-img > img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        transition: all .3s linear 0s;
    }

.hotel .iterm-con {
    height: 70px !important;
    overflow: hidden;
}

.ticket-hotel .iterm .iterm-con > div {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    color: #858585;
}

    .ticket-hotel .iterm .iterm-con > div.iterm-l {
        width: 58%;
        text-align: left;
        padding-left: 10px;
    }

    .ticket-hotel .iterm .iterm-con > div.iterm-r {
        width: 40%;
        text-align: center;
        padding-top: 4%;
        color: #555;
    }

.ticket-hotel .iterm .iterm-con div.iterm-r sup {
    vertical-align: middle;
    color: #ff4800;
    font-style: normal;
}

.iterm .iterm-con > div.iterm-r > b {
    color: #ff4800;
    font-size: 24px !important;
    font-weight: inherit;
}

.hotel .hotel-name {
    margin-top: 25px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-hotel .iterm:hover {
    -webkit-box-shadow: 1px 0 7px 1px rgba(37, 119, 227, 0.25);
    -moz-box-shadow: 1px 0 7px 1px rgba(37, 119, 227, 0.25);
    box-shadow: 1px 0 7px 1px rgba(37, 119, 227, 0.25);
}

.ticket-hotel .iterm a:hover .iterm-img > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s linear 0s;
    -o-transition: transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
/*国内酒店推荐  end*/

/*明星商家*/
.shop-person-ul {
    position: relative;
    margin-left: 1px;
    height: 76px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .shop-person-ul ul {
        width: 100000px;
        position: absolute;
        top: 0;
    }

        .shop-person-ul ul li {
            width: 117px;
        }

.ul-lifloat > li {
    float: left;
    display: block;
}

.shop-person-ul li > a {
    text-align: center;
}

    .shop-person-ul li > a > div {
        width: 60%;
        height: 50px;
        overflow: hidden;
        margin: 0 auto;
    }

.shop-person-ul li img {
    display: block;
    margin-top: 4px;
    height: 45px;
    transition: all .3s linear 0s;
    width: 100%;
}

.shop-person-ul li > a > p {
    color: #858585;
    padding: 5px 0;
}

.shop-person-ul li + li:before {
    content: "";
    float: left;
    height: 30px;
    width: 1px;
    margin-top: 20px;
    border-left: 1px solid #cccccc;
}

.shop-person-ul li:hover img {
    margin-top: 0px;
}

.shop-person-box .shop-person-s {
    margin: 20px -6px 0 -6px;
}

.shop-person-s > li {
    float: left;
    width: 24%;
    height: 85px;
    overflow: hidden;
    margin: 0 6px;
}

    .shop-person-s > li > img {
        width: 100%;
        height: 100%;
    }

.shop-person-ul:after, .shop-person-ul after, .shop-person-s:after, .shop-person-s after, .footer > .con-body:after, .footer > .con-body after {
    content: '';
    clear: both;
    display: block;
}

.shop-person-ul .newshop-person {
    position: absolute;
    font-size: 35px;
    color: #2577E3;
    width: 21px;
    height: 76px;
    cursor: pointer;
    background: #fff;
}

    .shop-person-ul .newshop-person.newshop-left {
        left: 0;
        display: none;
    }

        .shop-person-ul .newshop-person.newshop-left i {
            display: block;
            height: 100%;
            background: url(../../Img/icon/left1.png) no-repeat center center;
        }

        .shop-person-ul .newshop-person.newshop-left:hover i {
            background: url(../../Img/icon/left2.png) no-repeat center center;
        }

    .shop-person-ul .newshop-person.newshop-right {
        right: 0;
        display: none;
    }

        .shop-person-ul .newshop-person.newshop-right i {
            display: block;
            height: 100%;
            background: url(../../Img/icon/right1.png) no-repeat center center;
        }

        .shop-person-ul .newshop-person.newshop-right:hover i {
            background: url(../../Img/icon/right2.png) no-repeat center center;
        }

.shop-person-ul:hover .newshop-right {
    display: block;
}
/*明星商家  end*/


/*国内酒店目录*/
.homeHotelList-title {
    font-size: 18px;
}

    .homeHotelList-title i {
        font-size: 20px;
        margin-right: 5px;
    }

.homeHotelList-con .head {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #2577E3;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.homeHotelList-con .con {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0 0;
}

    .homeHotelList-con .con span {
        margin-right: 15px;
        cursor: pointer;
    }
/*国内酒店目录  end*/

/*火车热门导航*/
.trainHote .head {
    width: 130px;
}

.trainAbt .pull-left {
    padding: 20px 0;
    cursor: pointer;
}

    .trainAbt .pull-left a {
        display: block;
        width: 100%;
    }

.trainAbt .trainAbt-1 {
    background: url(../../Img/trainIcon/t-tm.png) no-repeat 30% 40%;
}

.trainAbt .trainAbt-2 {
    background: url(../../Img/trainIcon/t-sl.png) no-repeat 30% 40%;
}

.trainAbt .trainAbt-3 {
    background: url(../../Img/trainIcon/t-ht.png) no-repeat 30% 40%;
}
/*火车热门导航  end*/

/*首页左边滚动显示导航列*/
.map-show {
    position: fixed;
    display: none;
    width: 36px;
    height: 320px;
    margin: 0 auto;
    z-index: 999;
    left: 50%;
    margin-left: -655px;
    top: 60px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    overflow: hidden;
}

    .map-show li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

        .map-show li.item1 {
            background: url(../../Img/icon/item1.png) no-repeat center center;
        }

        .map-show li.item2 {
            background: url(../../Img/icon/item2.png) no-repeat center center;
        }

        .map-show li.item3 {
            background: url(../../Img/icon/item3.png) no-repeat center center;
        }

        .map-show li a {
            display: inline-block;
            padding-top: 40px;
        }

        .map-show li.active {
            background: none;
        }

            .map-show li.active a {
                color: #2577E3;
                padding-top: 0;
            }

        .map-show li:hover {
            background: #2577E3;
        }

            .map-show li:hover a {
                color: #fff;
                padding-top: 0;
            }

        .map-show li + li:before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #e2e2e2;
        }
/*首页左边滚动显示导航列  end*/


/*首页-home end*/

/*查询列表页面---List--start*/
/*step-面包屑分布*/
.section {
    min-width: 1200px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
}

.breadcrumb > li + li:before, .breadcrumb > li + li before {
    padding: 0 5px;
    color: #555;
    content: ">\00a0";
}

.breadcrumb, .breadcrumb-shu {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
}

    .breadcrumb > li, .breadcrumb-shu > li {
        display: inline-block;
    }

        .breadcrumb > li > a, .breadcrumb-shu > li > a {
            color: #555;
            font-size: 14px;
        }
/*breadClosed-可关闭提示语*/

.alert-default {
    color: #666;
    background: #F3F3F3;
}

.alert {
    border: 1px solid transparent;
    position: relative;
    box-sizing: border-box;
}

    .alert > i {
        margin: 0 10px;
        color: #478EE3;
        font-size: 14px;
    }

    .alert > .close {
        float: right;
        color: #666;
    }

/*search-搜索栏*/
.plane-search-box {
    border: 1px solid #e2e2e2;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #a9a9a9;
    background: #fff;
    overflow: hidden;
}

    .plane-search-box > div {
        float: left;
        vertical-align: middle;
        margin: 10px 4px 10px;
    }

.input-group {
    position: relative;
    display: table;
}

.input-group-btn {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.input-group input, .input-group button {
    border-radius: 1px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 4px 12px !important;
    margin-right: 2px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.plane-search-box .form-control {
    border-radius: initial;
}

.plane-search-box .form-control-defaul {
    width: auto;
}

.plane-search-box > div {
    float: left;
    vertical-align: middle;
    margin: 10px 4px 10px;
}

.ti > input {
    width: 135px;
    border: none;
    padding-left: 8px;
    color: #000;
}

.plane-search-box > div.switch > b {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #FFAF1E;
    color: white;
    text-align: center;
    line-height: 25px;
    margin: 0 8px;
}

.plane-search-box .search-button .s-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #478EE3;
    border-radius: 4px;
}

.s-btn > input {
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}

.plane-search-box .oSpan {
    top: 0 !important;
}

.ti #keyWords ~ .oSpan {
    left: 60px !important;
}

.comanyPhone ~ .oSpan {
    left: 0 !important;
}

.billhead ~ .oSpan {
    top: -2px !important;
}

/*flight-查询列表机票部分*/
/*mainLeft-左边*/
.calendar-panle {
    width: 100%;
    position: relative;
    background: #fff;
}

.priceDataList {
    width: 783px;
    border: 1px solid #e2e2e2;
    margin-left: 21px;
    height: 49px;
    overflow: hidden;
}

    .priceDataList > ul {
        width: 41358px;
    }

        .priceDataList > ul > li {
            float: left;
            width: 108px;
            height: 45px;
            text-align: center;
            border-top: 3px solid transparent;
            border-right: 1px solid #e2e2e2;
            border-bottom: 1px solid #5D9FFB;
        }

            .priceDataList > ul > li.active {
                padding-top: 2px;
                border-bottom: 1px solid #5D9FFB;
                border-top: 3px solid #5D9FFB;
                border-left: 1px solid #5D9FFB;
                border-right: 1px solid #5D9FFB;
                margin-left: 0px;
            }

                .priceDataList > ul > li.active a {
                    padding-top: 3px;
                }

            .priceDataList > ul > li > a {
                display: block;
                height: 100%;
                background: white;
                overflow: hidden;
            }

            .priceDataList > ul > li.active p {
                margin-top: -5px;
            }

            .priceDataList > ul > li.active .priced {
                color: #ff4800;
                font-size: 16px;
            }

.calendar {
    width: 73px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #5D9FFB;
    border-left: none;
    text-align: center;
    color: #555;
    height: 40px;
    padding-top: 8px;
}

.i-left, .i-right {
    display: inline-block;
    width: 20px;
    height: 30px;
    color: #2577E3;
    position: absolute;
    padding-top: 18px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #2577E3;
}

.i-left {
    top: 0;
    border-right: none;
    left: 0;
    background: #ffffff;
}

.i-right {
    top: 0;
    left: 787px;
    border-left: none;
    background: #ffffff;
}
/*排序*/
.calendar-con {
    border: 1px solid #e2e2e2;
    border-top: 1px solid transparent;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    padding: 10px 0 10px 10px;
    background: #fff;
}

.breadcrumb, .breadcrumb-shu {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
}

.calendar-con > .breadcrumb-shu {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb > li, .breadcrumb-shu > li {
    display: inline-block;
}

.breadcrumb > .active, .breadcrumb-shu > .active {
    color: #444;
    font-size: 14px;
}

.calendar-con .breadcrumb-shu a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 10;
}

.breadcrumb > li > a, .breadcrumb-shu > li > a {
    color: #555;
    font-size: 14px;
}

.calendar-con > .breadcrumb-shu li.active a {
    color: #2577E3;
}

.up-down-iterm {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10px;
}

.calendar-con > .breadcrumb-shu li.active .up-down-iterm {
    color: #000;
}

.up-down-iterm > i.fa-caret-up {
    bottom: -3px;
}

.calendar-con .breadcrumb-shu li.active .active {
    color: #2577E3;
}

.up-down-iterm > i {
    position: absolute;
    font-size: 15px !important;
    color: #555;
}

.calendar-con > .breadcrumb-shu i {
    font-size: 10px;
    margin: 0 5px;
}

.up-down-iterm > i.fa-caret-down {
    top: -3px;
}

.calendar-con > .breadcrumb-shu.con {
    float: right;
}
/*筛选*/
.a-select {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px 5px;
    z-index: 1;
}

.calendar-con .a-select:hover {
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

.a-select > ul {
    display: none;
    border: 1px solid #ddd;
    position: absolute;
    left: -1px;
    background: white;
    z-index: 2;
    width: 140px;
}

.a-select:hover ul {
    display: block;
}

.a-select > ul > li {
    color: #555;
    padding-left: 8px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

/*航班信息*/
#RouteTicket > div {
    border-bottom: 1px solid transparent;
}

.palne-line {
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    color: #555;
    background: #fff;
    border-bottom: none;
}

    .palne-line > .ul-lifloat {
        /*border-bottom: 1px solid #e2e2e2;*/
    }

        .palne-line > .ul-lifloat > li {
            width: 11.111111111%;
            padding: 25px 0;
        }

            .palne-line > .ul-lifloat > li.li1 {
                width: 7%;
                vertical-align: middle;
            }

                .palne-line > .ul-lifloat > li.li1 > div {
                    width: 100%;
                    height: 100%;
                }

            .palne-line > .ul-lifloat > li.li2 {
                width: 16%;
            }

.enjoybox {
    position: relative;
}

.palne-line > .ul-lifloat > li span {
    color: #999;
}

.palne-line > .ul-lifloat > .li3 p, .palne-line > .ul-lifloat > .li5 p {
    height: 21px;
}

.palne-line > .ul-lifloat > li.li4 {
    position: relative;
}

    .palne-line > .ul-lifloat > li.li4:after, .palne-line > .ul-lifloat > li.li4:before, .palne-line > .ul-lifloat > li.li4 after, .palne-line > .ul-lifloat > li.li4 before {
        content: "O";
        position: absolute;
        bottom: 14px;
        color: #999;
        background: #fff;
    }

    .palne-line > .ul-lifloat > li.li4:after, .palne-line > .ul-lifloat > li.li4 after {
        right: 20px;
    }

    .palne-line > .ul-lifloat > li.li4 > i {
        display: block;
        border-bottom: 1px solid #e2e2e2;
        height: 1px;
        width: 60%;
        margin-top: 20px;
        margin-left: 11px;
    }

.palne-line > .ul-lifloat > li.li8 {
    font-size: 20px;
    color: #ff4800;
}

    .palne-line > .ul-lifloat > li.li8 sub {
        font-size: 12px;
    }

sub {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: normal;
}

.palne-line > .ul-lifloat > li.li9 {
    width: 80px;
}

.palne-line .palne-radio {
    border-top: 1px solid #e2e2e2;
    padding-left: 13px;
}

.palne-radio > a {
    border-radius: inherit;
    margin: 10px 0;
}

.palne-radio > .Hbtn {
    background: #478EE3;
    border-color: #478EE3;
    color: #fff;
    border-radius: 0;
}

.palne-radio input[type=radio] {
    vertical-align: sub;
}

.palne-radio > .btn-nonebg {
    color: #478EE3;
    background: #fff !important;
}

.palne-lineC {
    border-top: 1px solid #e2e2e2;
    /* overflow: hidden; */
}

    .palne-lineC > .palne-lineCi {
        position: relative;
        height: 100%;
        left: 18px;
        width: 860px;
    }

.palne-lineCi > .lineCi-name {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
}

.lineCi-name {
    border-bottom: 1px solid #e2e2e2;
}

    .lineCi-name > div {
        width: 84px;
        border: 1px solid #478EE3;
        text-align: center;
    }

        .lineCi-name > div > .top {
            color: white;
            background: #478EE3;
        }

        .lineCi-name > div > .bottom {
            color: #666;
        }

.palne-lineCi > .lineCi-n {
    margin-left: 100px;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.lineCi-n > .ul-lifloat > li {
    width: 13.111111111%;
    display: block;
    height: 25px;
}

.lineCi-n > .ul-lifloat > .li1, .lineCi-n > .ul-lifloat > .li2 {
    color: #478EE3;
    width: 6.6%;
    min-width: 50px;
}

.li2 > .refundchange:hover .changeback {
    display: block;
}

.table {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    border-collapse: collapse;
    color: #52383B;
    table-layout: fixed;
}

.table-boder, .table-boder tr, .table-boder th, .table-boder td {
    border: 1px solid #e2e2e2;
}

.backgo {
    background: #fff;
    margin: 0 auto;
}

.changeback {
    display: none;
    position: absolute;
    min-width: 570px;
    width: auto !important;
    background: #fff;
    top: 30px;
    left: 0px;
    z-index: 1;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}

.table > thead > tr, .table > tbody > tr {
    border-bottom: 1px dashed #e2e2e2;
}

.table-boder, .table-boder tr, .table-boder th, .table-boder td {
    border: 1px solid #e2e2e2;
}

.table > tbody > tr > td {
    height: 30px;
    font-size: 12px !important;
}

.changeback td {
    border: 1px solid #666;
    color: #222222;
}

.backgo tbody tr td {
    padding: 0 !important;
}

.backgo tbody tr .block {
    display: block;
}

.backgo tbody tr td > * {
    padding: 0 10px;
}

.lineCi-n > .ul-lifloat span {
    padding: 5px 5px;
    border-radius: inherit;
    margin-right: 2px;
}

.backgo tbody tr td .fixedtable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table > tbody > tr > td > div {
    display: inline-block;
    padding: 2px 20px 2px 0;
}

.backgo tbody tr td .fixedtable dl {
    display: table-cell;
}

    .backgo tbody tr td .fixedtable dl dt {
        padding: 5px 10px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.huibg {
    background: #F0F0F0;
}

.backgo tbody tr td .fixedtable dl dd {
    margin: 0;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}

.lineCi-n > .ul-lifloat > .li3 {
    width: 17%;
}

.lineCi-n > .ul-lifloat > .li6 .rt, .rt_flightType {
    background: white;
    color: #478EE3;
    border: 1px solid #478EE3;
    margin-left: -2px;
}

.lineCi-n > .ul-lifloat > .li4 {
    width: 15%;
}

.lineCi-n > .ul-lifloat > .li5 {
    font-size: 20px;
    color: #ff4800;
    margin-top: -8px;
}

    .lineCi-n > .ul-lifloat > .li5 > sub {
        font-size: 12px;
    }

.lineCi-n > .ul-lifloat > li.li6 {
    padding-left: 6px;
}

.lineCi-n > .ul-lifloat > .li6 .lf {
    background: #478EE3;
    color: white;
    border: 1px solid #478EE3;
}

.lineCi-n > .ul-lifloat > .li6 .rt, .rt_flightType {
    background: white;
    color: #478EE3;
    border: 1px solid #478EE3;
    margin-left: -2px;
}

.lineCi-n > .ul-lifloat > .li7 {
    width: 30px;
    color: red;
}

.lineCi-n > .ul-lifloat > .li9 {
    margin-left: 90px;
}

.lineCi-n > .ul-lifloat > .li9 {
    width: 35px;
    margin-left: -2px;
    /* margin-left: 10px; */
}

.JoinCart {
    background: white;
    /* border-radius: 4px; */
    min-width: 33px;
    height: 26px;
    display: inline-block;
    /* width: 78px; */
    text-align: -webkit-center;
    cursor: pointer;
}

.palne-lineCi > .lineCi-n:last-child {
    border-bottom: none;
}
/*右边盒子*/
.max-box > * {
    background: #fff;
}

.fixed-right {
    width: 280px;
    overflow: visible;
    height: auto;
    border: 1px solid transparent;
    float: right;
    vertical-align: top;
    position: relative;
}

.three-support {
    padding: 10px 20px;
}

    .three-support ul {
        margin: 0 -20px;
    }

        .three-support ul li {
            width: 33.333333%;
            text-align: center;
        }

            .three-support ul li i {
                display: block;
                width: 44px;
                height: 43px;
                margin-left: 20px;
                background: url(../../Img/flighttype.png) no-repeat;
            }

.glyphicon-bigOk {
    display: inline-block;
    width: 24px;
    height: 17px;
    z-index: 1;
    background: url(../../Img/bigOk.png) no-repeat;
}

.three-support .support-cart1 {
    background-position: -28px 0;
}

.three-support ul li p {
    margin-top: 10px;
}

.three-support .support-cart2 {
    background-position: -71px 0;
}

.three-support .support-cart3 {
    background-position: -114px 0;
}

.three-support dl {
    margin-bottom: 10px;
}

.three-support dt {
    font-size: 17px;
    font-weight: 500;
}

.marginLeft25 {
    margin-left: 25px;
}

/*查询列表酒店部分*/
.type-search {
    border: 1px solid #e2e2e2;
    /* border-bottom: none; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #fff;
}

    .type-search .typeS-row {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px dashed #e2e2e2;
        min-height: 20px;
    }

.typeS-row > .tHead {
    position: absolute;
    top: 9px;
    left: 20px;
    height: 25px;
    line-height: 25px;
    color: #999;
}

.typeS-row > .tBtn > span {
    padding: 0;
    border-radius: initial;
}

.typeS-row > .tBtn {
    position: absolute;
    top: 9px;
    left: 90px;
}

#screenTab .tBtn .Hbtn {
    border-color: #2577E3;
    background: #2577E3;
}

.typeS-row > .tBody {
    padding: 0 20px 0 142px;
}

    .typeS-row > .tBody > a {
        display: inline-block;
        /* margin: 0 30px 0 0; */
        color: #555;
        width: 13%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.hotel-position-a a {
    width: auto !important;
    margin: 0 30px 0 0;
}

.hotel-position {
    width: 100%;
    background: #F3F8FE;
    display: none;
    margin-top: -8px;
    padding: 10px;
}

.hotel-position-list {
    float: left;
    display: block;
    width: 12.5%;
    margin: 0;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.typeS-row > .tBody > a > input[type=text] {
    width: 50px;
    border: 1px solid #e2e2e2;
    margin-left: 4px;
}

#minPrice, #maxPrice {
    width: 50px;
}

.typeS-row > .tBody > a > input[type=button] {
    background: none;
    color: #999;
    border: 1px solid #e2e2e2;
    margin-left: 4px;
}

.typeS-row > .tFooter {
    position: absolute;
    top: 9px;
    right: 10px;
}

    .typeS-row > .tFooter > a {
        color: #2577E3;
    }

.morehotel {
    display: none;
    max-width: 100%;
    position: absolute;
    right: 0;
    z-index: 1000;
    border: 1px solid #e2e2e2;
    background: #fff;
    overflow: auto;
    zoom: 1;
}

    .morehotel .morehotel-iterm {
        float: left;
        border-right: 1px dashed #e2e2e2;
        box-sizing: border-box;
        padding: 10px;
    }

        .morehotel .morehotel-iterm > div {
            float: left;
            display: inline;
            width: 120px;
        }

        .morehotel .morehotel-iterm a {
            display: inline-block;
            width: 120px;
            float: left;
            color: #555;
        }

label > input {
    vertical-align: middle !important;
}

.lishi > div {
    float: left;
    margin: 20px 0 0 20px;
}

.yellow-border {
    border: 1px solid #FF7800;
}

.yellowbg-white {
    background: #FF7800;
    color: white;
}

.all-taocan > .yellow-border {
    padding: 10px 15px;
}

.span-close {
    margin-left: 8px !important;
}

    .span-close > span {
        margin: 0 2px;
    }

    .span-close > .close-i {
        background: #FFF3E4;
        display: inline-block;
        padding: 0 3px;
        margin-right: 0px;
        cursor: pointer;
    }

.yellow-btn {
    background: none;
    color: #FF7800;
    border: none;
    cursor: pointer;
}
/*mainLeft-酒店左边盒子*/
.fixed-left {
    width: 880px;
    overflow: visible;
    float: left;
    margin-bottom: 20px;
}

.jian {
    background: none;
    border: 1px solid #e2e2e2;
    margin: 0 auto 10px auto;
    background: #fff;
}
/*hotelInfo-酒店列表信息*/
.hotelIj {
    margin: 10px auto;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.stars {
    color: #FF8800;
    font-size: 12px;
}

.topH {
    position: relative;
    height: 100%;
    padding: 10px;
}

    .topH > div {
        float: left;
    }

    .topH > .imgH {
        width: 190px;
        height: 140px;
        overflow: hidden;
    }

        .topH > .imgH > img {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

.map-count {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    cursor: pointer;
}

    .map-count > img {
        position: absolute;
        width: 100%;
        height: 100%;
        /* z-index: -1; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .map-count > b {
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        margin-top: -1px;
        position: absolute;
    }

.bodyH > * {
    margin-left: 10px;
    margin: 0 0 10px 0;
}

.bodyH > h4, .bodyH > h4 a {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

    .bodyH > h4, .bodyH > h4 a {
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

        .bodyH > h4 > i {
            color: #ff8800;
            font-size: 12px;
        }

.bodyH > div > span {
    color: #005BB5;
    /* margin-right: 8px; */
}

.i-bgtu {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../../img/icon2015-1.png);
}

.i-bgtu1 {
    background-position: -273px -147px;
}

.i-bgtu2 {
    background-position: -294px -147px;
}

.i-bgtu3 {
    background-position: -315px -147px;
}

.i-bgtu4 {
    background-position: -334px -147px;
}

.i-bgtu5 {
    background-position: -354px -147px;
}

.i-bgtu6 {
    background-position: -374px -147px;
}

.i-bgtu7 {
    background-position: -399px -147px;
}

.i-bgtu8 {
    background-position: -421px -147px;
}

.i-bgtu9 {
    background-position: -446px -147px;
}

.bodyH > div.dt > a {
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-right: 10px;
    color: #005BB5;
}

.conH {
    position: absolute;
    right: 10px;
}

    .conH > div {
        margin: 6px 0;
        text-align: right;
    }

    .conH > .one > span {
        font-size: 22px;
    }

.hotelIj .one .huangcolor {
    color: #ff4800 !important;
}

.maptu {
    height: 230px;
}
/*train--火车票部分*/
/*日历*/
.mybreadcrumb li + li:before {
    content: "\3E";
    color: #777;
}

.datapicker-list-box {
    border: 1px solid #ddd;
    border-bottom: 0;
    text-align: center;
}

    .datapicker-list-box .left, .datapicker-list-box .right {
        width: 20px;
        height: 50px;
    }

    .datapicker-list-box .glyphicon {
        cursor: pointer;
    }

    .datapicker-list-box .left, .datapicker-list-box .right {
        float: left;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #5D9FFB;
        font-size: 16px;
        line-height: 50px;
        color: #5D9FFB;
    }

    .datapicker-list-box .datapicker-list {
        width: 783px;
        overflow: hidden;
    }

        .datapicker-list-box .datapicker-list ul {
            width: 1000000px;
        }

        .datapicker-list-box .datapicker-list .item {
            width: 105px;
        }

        .datapicker-list-box .datapicker-list .item {
            float: left;
            display: block;
            cursor: pointer;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #5D9FFB;
            border-top: none;
            box-sizing: border-box;
            height: 51px;
        }

            .datapicker-list-box .datapicker-list .item a {
                display: block;
                color: #555;
                border-top: 1px solid transparent;
                padding-top: 5px;
            }

            .datapicker-list-box .datapicker-list .item p {
                margin: 0;
            }

            .datapicker-list-box .datapicker-list .item.active a {
                border: 1px solid #5D9FFB;
                background: #fff;
                color: #000000;
                height: 45px;
                border-top: 3px solid #5D9FFB;
            }

.topbottom-btn {
    position: relative;
    cursor: pointer;
}

    .topbottom-btn .icon {
        display: inline-block;
        width: 14px;
        vertical-align: middle;
        margin: 5px 2px;
    }

        .topbottom-btn .icon i {
            width: 8px;
            height: 8px;
            display: block;
            cursor: pointer;
        }

        .topbottom-btn .icon .bgTop {
            background: url(../../Img/row/top1.png) no-repeat;
            background-size: 8px 8px;
            display: block;
        }

        .topbottom-btn .icon .bgBtm {
            background: url(../../Img/row/btm1.png) no-repeat;
            background-size: 8px 8px;
            display: block;
        }


.tablediv {
    display: table;
    width: 100%;
}

    .tablediv > * {
        display: table-cell;
    }

.list-search {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 10px !important;
}

.buyKown {
    padding: 5px;
}

    .buyKown h4 {
        line-height: 40px;
        font-size: 18px;
    }

    .buyKown h5 {
        line-height: 30px;
        margin: 0;
    }

.list-search .commonSearch {
    line-height: 20px;
    overflow: hidden;
}

    .list-search .commonSearch ul {
        display: block;
        min-height: 25px;
        height: auto !important;
        height: 25px;
    }

        .list-search .commonSearch ul li {
            width: 125px;
        }

        .list-search .commonSearch ul .wrapLi {
            width: 705px;
            float: right;
            font-size: 12px;
        }

            .list-search .commonSearch ul .wrapLi input {
                vertical-align: top;
            }

    .list-search .commonSearch .searchTitle {
        width: 80px;
        padding: 0px 5px;
    }

    .list-search .commonSearch .bgDefa {
        width: 60px;
    }

        .list-search .commonSearch .bgDefa span {
            padding: 2px;
            text-align: center;
            background: #2577E3;
            color: #ffffff;
        }

.list-search .trainDatapicker .datapicker-list .item {
    width: 108px;
}

.list-search .defaulHidden {
    display: none;
}

.list-search .ctrlHiddWrap {
    padding-left: 5px;
}

.trainInfoTitle {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    overflow: hidden;
    color: #111111;
}

.trainInfoList {
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #cdcdcd;
}

    .trainInfoList .paddL20 {
        padding-left: 20px;
    }

    .trainInfoList .pFirst {
        font-size: 24px;
        line-height: 24px;
    }

    .trainInfoList .smallborderGreen {
        display: inline-block;
        text-align: center;
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        border: 1px solid #00B000;
        color: #00B000;
        margin-right: 5px;
    }

    .trainInfoList .smallborderBlue {
        display: inline-block;
        text-align: center;
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        border: 1px solid #2577e3;
        color: #2577e3;
        margin-right: 5px;
    }

    .trainInfoList .fontLine30 {
        line-height: 30px;
    }

    .trainInfoList p {
        margin: 0 0 10px;
    }

.startAndStopP {
    text-align: left;
    padding-left: 40px;
}

.trainInfoList .numTa {
    display: inline-block;
    width: 100px;
    padding-left: 30px;
    margin-right: 15px;
}

.trainInfoList .allTimeWrap {
    background: #eee;
    display: none;
}

    .trainInfoList .allTimeWrap .overScroll {
        height: 200px;
        width: 100%;
        overflow-y: auto;
        padding: 10px 0;
        padding-bottom: 40px;
    }

    .trainInfoList .allTimeWrap .hiddThisMore {
        height: 30px;
        line-height: 30px;
        padding-right: 30px;
    }

.fontSiz14 {
    font-size: 16px;
    line-height: 30px;
}

.listUnstyle {
    padding-bottom: 2px;
    border-bottom: 1px dashed #00B000;
}

.btnSize {
    width: 60px;
    height: 26px;
    border: 0;
    line-height: 26px;
    border-radius: 5px;
    cursor:pointer
}

.marginLe10 {
    margin-left: 10px;
}

.colorGray {
    color: #8c8c8c !important;
}

.colorBlue {
    color: #2577E3;
}

.smallBordeRadius {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cccccc;
    line-height: 20px;
    border-radius: 50%;
}

.oneSeach {
    overflow: hidden;
}

.goThrogh {
    color: #000000;
}

    .goThrogh .smallBordeRadius {
        background: #ffffff;
    }

.stepTrain li {
    width: 20%;
}

.userPhoto {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
}

.marginBtm0 {
    margin-bottom: 0;
}

.marginBtm20 {
    margin-bottom: 20px;
}

.labelitem .langLabel label {
    width: 200px;
}

.smallBtn {
    padding: 2px 12px;
}

.stitleBtn {
    width: 300px;
    height: 30px;
}

.alltime {
    width: 50%;
    padding-bottom: 10px;
    top: 45px;
    left: 50px;
    background: #ffffff;
    z-index: 999;
    display: none;
    border: 1px #dddddd solid;
}

    .alltime .teTitle {
        background: #dddddd;
    }

.trainBgBig {
    background-position: 0 -772px;
}

.mapWrap {
    width: 100%;
    height: 100%;
}

.starWrap {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../../Img/star.png);
}

.newTraiinWrap {
    background: url(../../Img/diy_cart-sc59335d17c.png) no-repeat;
    background-position: 0 -418px;
    padding-left: 30px;
    font-size: 14px;
    color: #000000;
}

.newFixed2 {
    position: fixed;
    background: #fff;
    width: 880px;
    top: 60px;
    z-index: 20;
}

.newLeftTitle {
    background: #ffffff;
    margin-top: 40px;
}

.colorGreen {
    color: green;
}

.fontSize16 {
    font-size: 16px;
}

.flightGo .flightGoTitle {
    width: 50px;
}

    .flightGo .flightGoTitle p {
        padding-left: 12px;
        line-height: 20px;
        font-size: 12px;
        margin-bottom: 0;
    }
/*列表查询页面----end*/

/*酒店详情页面--hotelInfoDetail--start*/
.h-b {
    border: 1px solid #ddd;
}

.hotel-details {
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    background: #fff;
}

.hotel-details-title {
    color: #333;
    font-size: 20px;
    padding-left: 8px;
    font-weight: inherit;
}

.htype {
    font-size: 12px;
    color: #868686;
}

.hotel-details-title > span {
    margin: 5px;
}

.hotel-details-address {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

    .hotel-details-address > span {
        margin: 5px;
    }

#hoteladdress {
    color: #2577E3;
}

.yuan-anniu {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    display: inline-block;
}

    .yuan-anniu > a {
        padding: 5px 8px 5px 0;
        color: #888;
    }

    .yuan-anniu > i {
        padding: 5px 0 5px 8px;
        padding-right: 3px;
    }

.h-leftimg {
    float: left;
    width: 75%;
}

.h-img {
    position: relative;
    float: left;
    width: 69%;
}

.big-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

    .big-img > img {
        width: 100%;
        height: 100%;
    }

.float-top, .d-float {
    position: absolute;
    z-index: 2;
}

.t-top {
    top: 5%;
}

.c-b {
    display: table-cell;
    width: 90px;
    height: 60px;
    border-radius: 0 40px 40px 0;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    _background: #CCC;
}

    .c-b > .hz {
        font-size: 16px;
    }

.t-bottom {
    bottom: 0;
    width: 100%;
}

.an-s {
    color: white;
    padding: 10px 0;
}

    .an-s span {
        margin: 0 8px;
        cursor: pointer;
    }

        .an-s span.active {
            color: #50B400;
        }

.minimg-box {
    float: right;
    width: 30%;
    height: 388px;
    position: relative;
    overflow: hidden;
}

.suolue {
    width: 100%;
    position: absolute;
    top: 0;
}

    .suolue > li {
        float: left;
        width: 48%;
        margin: 0px 1% 8px 1%;
        height: 89px !important;
        overflow: hidden;
    }

        .suolue > li > img {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

.d-float {
    text-align: center;
    color: white;
    margin: 0 1%;
    width: 97.5%;
    padding: 5px 0;
}

.d-top {
    top: 0;
}

.d-bottom {
    bottom: 8px;
}

.h-rightinfo {
    float: right;
    width: 24%;
}

.corce {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.scorce-h {
    width: 66px;
    height: 65px;
    float: left;
    background: url(../../Img/hot-icon.png);
    background-position: 0 100px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hot-num {
    display: block;
    font-size: 24px;
    position: absolute;
    top: 11px;
    right: 22px;
    color: #ff5805;
}

.hot-text {
    position: absolute;
    top: 13px;
    left: 43px;
    color: #888;
    font-size: 14px;
}

.hot-con {
    color: #666;
}

    .hot-con .gereencolor {
        font-size: 30px;
    }

.gereencolor {
    color: #2577E3 !important;
}

.review-top, .new-review {
    padding: 10px 0;
}

.review-top-t {
    float: right;
    margin-top: -20px;
}

    .review-top-t > i {
        margin: 0 8px;
    }

.new-content-box {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.new-content {
    width: 300%;
    text-indent: 10pt;
    height: 85px;
    overflow: hidden;
}

    .new-content > li {
        float: left;
        width: 33.33333333%;
    }

.soucang .ul-lifloat > li {
    float: left;
    width: 33.3333333%;
    height: 65px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.radiues-bg {
    width: 65px;
    height: 65px;
    background: #F5F5F5;
    border-radius: 50%;
    margin-left: 15%;
}

.radiues-i {
    font-size: 20px;
    color: #2577E3;
}

    .radiues-i > i {
        margin-top: 15px;
    }

.radiues-text {
    display: block;
    margin-top: -10px;
}

.hotel-s-in {
    margin-bottom: 20px;
    margin: auto;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 100%;
}

.hotel-s-iterm {
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #2577E3;
}

    .hotel-s-iterm > li {
        float: left;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 10px;
        border-right: 1px solid #e2e2e2;
    }

        .hotel-s-iterm > li.active {
            background: #2577E3;
        }

        .hotel-s-iterm > li > a {
            font-size: 16px;
            color: #333;
        }

        .hotel-s-iterm > li.active a {
            color: white;
        }

.hotel-s-in-search {
    float: right;
    margin-top: 7px;
    margin-right: 25%;
}

    .hotel-s-in-search .form-control {
        width: 130px;
    }

        .hotel-s-in-search .form-control.ti > input {
            width: 85px;
        }

    .hotel-s-in-search > a.s-btn {
        line-height: 30px;
        width: 100px;
        height: 30px;
        background: #478EE3;
    }

/*mainLeft--左边盒子*/
/*roomInfo--房型信息*/
.hotel-house {
    border: 1px solid #e2e2e2;
    margin: 15px 0;
    padding: 10px;
    background: #fff;
}

.maps {
    position: relative;
    padding: 10px 0;
}

.maps-img {
    width: 100px;
    height: 70px;
    overflow: hidden;
    position: absolute;
}

    .maps-img > img {
        width: 100%;
        height: 100%;
    }

.maps-con {
    margin-left: 110px;
    min-height: 70px;
    box-sizing: border-box;
}

    .maps-con .maps-top {
        margin-left: 0;
    }

.breadcrumb-shu > li + li:before, .breadcrumb-shu > li + li before {
    padding: 0 5px;
    color: #ccc;
    content: "|\00a0";
}

.ption-r {
    position: absolute;
    right: 10px;
    top: 30px;
}

.hotel-house .maps-p .font24 {
    font-weight: bolder;
}

.bottomH ul {
    width: 99%;
    margin: 0 auto;
    border-bottom: 1px dashed #e2e2e2;
    /* height: 35px; */
    /*overflow: hidden;*/
}

.bottomH > ul > li {
    width: 10%;
    color: #555;
    /* padding-left: 20px; */
    /* margin: 20px auto; */
    margin: 5px auto;
    box-sizing: border-box;
    /* padding-top: 10px; */
}

.bottomH > ul > .li1 {
    width: 19%;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottomH > ul > .li2 {
    width: 13%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottomH > ul > .li3 {
    width: 7%;
}

.hotel-house .bottomH .li6 > * {
    /* padding: 0!important; */
    vertical-align: middle;
}

#ReserveLists .bottomH .li6 {
    float: right;
    text-align: right;
    /*padding-right: 38px;*/
}

.bottomH > ul > .li6 > span {
    color: #ff4800;
}

#RouteHotel .ul-lifloat.canimmediate_0 .li6 .pc, #ReserveLists span.pc {
    margin-top: -3px !important;
    font-weight: 800;
    font-size: 16px;
}

.bottomH > ul > .li6 .lijian {
    display: inline-block;
    width: 270px;
    text-align: left;
}

.bottomH > ul > .li6 .yushop {
    /* width: 23px; */
    display: inline-block;
    padding: 0;
    margin-top:-48px
}

    .bottomH > ul > .li6 .yushop a {
        padding: 0px 20px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

/*HotelDetails--酒店详情*/
#HotelDetails, #TrafficLocation, #ClientComment {
    background: #fff;
}

.title-bt {
    margin: 20px 0;
    border: 1px solid #e2e2e2;
    padding: 10px;
}

    .title-bt > h3 {
        font-size: 18px;
        color: #666;
        margin-bottom: 10px;
    }

.borderb-ddd {
    border-bottom: 1px dashed #e2e2e2;
}

.title-img {
    color: #2577E3;
    display: inline-block;
    border-bottom: 2px solid #2577E3;
    margin-right: 8px;
}

.types-info {
    margin: 20px 25px;
}

.view-icon {
    display: inline-block;
    background: url(../../Img/icon2015-1.png);
    width: 34px;
    height: 32px;
    overflow: hidden;
}

.icon1 {
    background-position: 0px -338px;
}

.icon2 {
    background-position: -545px -340px;
    ;
}

.icon3 {
    background-position: -46px -338px;
}

.icon4 {
    background-position: -219px -338px;
}

.icon5 {
    background-position: -175px -338px;
}

.icon6 {
    background-position: -134px -338px;
}

.icon7 {
    background-position: -269px -338px;
}

.icon8 {
    background-position: -318px -338px;
}

.icon9 {
    background-position: -89px -338px;
}

.pic {
    position: relative;
    padding-left: 110px;
}

.hotel-set .pic {
    border-bottom: 1px solid #ddd;
}

.pic .box-img-pic {
    position: relative;
    float: left;
    margin-left: -110px;
    display: block;
    width: 100px;
    height: 60px;
}

.hotel-set .box-img-pic {
    color: #999;
    height: auto;
}

.hotel-set .pic .box-img-pic {
    padding: 10px 0;
}

.hotel-set .pic .con {
    padding: 10px 0;
    padding-bottom: 0;
}

.hotel-set .btn-groups a {
    color: #666;
}

.hotel-set > .pic, .con > .pic {
    border-bottom: 1px dashed #ddd;
}

.hotel-set .ok-set {
    display: inline-block;
    width: 24%;
    position: relative;
    padding-left: 12px;
}

.ok-set {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ok-set i {
        display: inline-block;
        width: 15px;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        background: url(../images/ui-icons_2e83ff_256x240.png) no-repeat -65px -140px;
    }

.hotel-set .moretop {
    width: 27px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}
/*bigMap--大地图*/
.map-m {
    height: 330px;
    overflow: hidden;
}

.mapcontent {
    margin: 20px 0;
}

.pay {
    position: relative;
}

.pay-box {
    border-bottom: 1px solid #e8e8e8;
}

.pay .pay-iterm {
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #F7F7F7;
    text-align: center;
    font-size: 14px;
    color: #322F2E;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    border-bottom: none;
    cursor: pointer;
}

    .pay .pay-iterm > * {
        display: block;
        width: 100%;
        height: 100%;
    }

.pay-con {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding-left: 40px;
}

.mapcontent .pay-con {
    padding: 0;
}

.pay-con-iterm {
    display: block;
}

.mapcontent-iterm > .mapcontent-iterml {
    width: 20%;
    background: #eee;
}

.mapcontent-iterml-ul {
    max-height: 250px;
    overflow-y: scroll;
}

.mapcontent-itermtext {
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
}

.mapcontent-iterml-ul > .mapcontent-itermtext {
    padding: 10px 0 10px 10px;
}

.mapcontent-itermtext.active {
    background: white;
}

.mapcontent-itermr {
    width: 75%;
    float: left;
}

.divcss {
    overflow-y: scroll;
    width: 100%;
    height: 250px;
    float: left;
}

.maptext {
    color: #666;
}

.pin, .scoreed {
    float: left;
}

.pin {
    margin-right: 10%;
}

.hot-value {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 11px;
    right: 5px;
    color: #ff5805;
}

.hot-haopin {
    width: 50px;
    position: absolute;
    top: 37px;
    color: #888;
    font-size: 12px;
    right: 5px;
}

.comment-all {
    padding-top: 75px;
}

.scoreed-value {
    display: inline-block;
    width: 200px;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    background: #efefef;
}

.scoreed-valued {
    display: inline-block;
    height: 10px;
    border-radius: 5px;
    background: #ff8800;
    margin: 0;
    padding: 0;
}

.dianbtn {
    margin-left: 65%;
    padding-top: 20px;
}

.evaluate {
    margin: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.evaluate-con {
    color: #666;
}

.evaluate-name {
    color: #999;
}

.evaluate-t {
    margin-left: 20px;
}

.evaluate-p {
    margin-left: 10px;
}

.evaluate-h {
    margin-left: 30px;
}

.evaluate-youyong, .evaluate-replay {
    cursor: pointer;
}

.evaluate-youyong {
    margin-right: 25px;
    position: relative;
}

.link {
    background: url(../../Img/zan.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    left: -40px;
    background-size: 2900%;
    top: -13px;
    z-index: 2;
}

.evaluate-youyong *, .evaluate-replay * {
    margin: 0 5px;
}
/*hotel-mainright--酒店右边盒子*/
.hot-hotel {
    border: 1px solid #e2e2e2;
    padding: 10px;
}

.types-info > li {
    float: left;
    margin-right: 48px;
    text-align: center;
}
/*酒店详情页面--hotelInfoDetail--end*/

/*订单填写页面公共样式（机票和酒店）--start*/
/*分步骤*/
.stepsed {
    margin: 5px auto 20px auto;
    padding: 20px 10px;
    background: #fff;
}

.stepsediterm {
    position: relative;
    width: 33.333333333%;
}

    .stepsediterm.solidhui {
        border-top: 3px solid #2577E3;
        color: #2577E3;
    }

    .stepsediterm.dashedhui {
        border-top: 3px dashed #e2e2e2;
    }

    .stepsediterm > .stepsedb {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        position: absolute;
        top: -7px;
        right: 96px;
        background: #DDDDDD;
    }

    .stepsediterm > .stepsecon {
        position: absolute;
        top: -12px;
        right: 0;
        background: #fff;
        padding: 0 20px;
        font-size: 14px;
    }

    .stepsediterm.solidhui .stepsecon {
        color: #2577E3;
    }

    .stepsediterm.solidhui > .stepsedb {
        background: #2577E3;
    }

/*分步骤   end*/
.star-i {
    color: #FF8800;
}

.box-shadow {
    -webkit-box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
    -moz-box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
    box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
}

.package {
    border: 1px solid #e2e2e2;
    padding: 10px;
    -webkit-box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
    -moz-box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
    box-shadow: 0 0 7px rgba(37, 119, 227, 0.25);
}

.packagetitle {
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal;
    padding: 10px 0;
}

.max-box > * {
    background: #fff;
}

.max-box:after, .max-box after {
    content: '';
    clear: both;
    display: block;
}

.fixed-left {
    width: 880px;
    overflow: visible;
    float: left;
    margin-bottom: 20px;
}

.fixed-right {
    width: 280px;
    overflow: visible;
    height: auto;
    border: 1px solid transparent;
    float: right;
    vertical-align: top;
    position: relative;
}
/*订单填写页面公共样式（机票和酒店）  end*/

/*机票订单填写页面*/

/*机票产品部分*/
.packagetitle > .gereencolor {
    font-weight: bolder;
}

.packageflight, .packagehotel {
    position: relative;
    padding-left: 60px;
}

.packageiconp {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../../Img/n2.png);
    position: absolute;
    left: 5px;
    top: 8px;
}

.packageflightinfo {
    position: relative;
}

.packageflightiterm,.packagetrainiterm {
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.floatcity {
    width: 130px;
}

.floatstart {
    width: 100px;
}

.floattime {
    width: 140px;
}

.floatend {
    width: 100px;
}

    .floatend .gereencolor {
        margin: 0 5px;
    }

.floatleft > p {
    color: #666;
}

.point {
    position: relative;
}

.pointicon {
    display: inline-block;
    background: url(../../Img/diy_flg-sc797532540.png);
    background-position: 0 -74px;
    height: 12px;
    width: 89px;
    margin-bottom: 11px;
}

.stopadress {
    position: absolute;
    left: 20px;
}

.floattimecon {
    padding-left: 20px;
}

.floatstart > h3,
.floatend > h3 {
    font-size: 16px;
}

.floatcity > h3 {
    font-size: 14px;
    line-height: 27px;
}

.ord_selected_tip {
    margin-top: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #fffceb;
    color: #f60;
}

.packageiconh {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../../Img/n1.png);
    position: absolute;
    left: 5px;
    top: 8px;
}

.packagehotelcon .floatleft {
    margin-right: 20px;
}
/*机票产品部分  end*/
/*火车产品部分*/
.TrainPackageiconp {
    background: url(../../Img/TrainIcon31.png);
}


/*出行人信息部分*/
.gopople {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin: 20px 0;
}

    .gopople > .alert {
        margin: 10px 0;
    }

.ol-tips {
    padding: 0 10px;
}

.gopople ol {
    padding-left: 20px;
}

.ol-tips li {
    list-style: disc;
}

.traveler {
    display: inline-block;
    padding: 3px 30px;
    margin-right: 15px;
    color: #404040;
    border: 1px solid #2577E3;
    text-align: center;
    min-width: 40px;
    color: #fff;
}

.checed {
    background: #2577E3;
    margin-bottom: 10px;
}

.travelersiterm {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.travelersiterm-l {
    position: absolute;
}

.travelersiterm-c {
    margin-left: 110px;
}

.travelersiterm-r {
    position: absolute;
    right: 10%;
    top: 2%;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.travelersiterm-l-top {
    padding: 0 10px;
    text-align: center;
    background: #F2F5F9;
    color: #666666;
}

.travelersiterm-l-bottom {
    text-align: center;
    background: #2577E3;
    padding: 0 10px;
    color: #fff;
}

.textinput {
    position: relative;
    margin-top: 15px;
    border-bottom: 1px solid #B4C4D6;
    vertical-align: middle;
}

    .textinput > input, .si-i {
        width: 100%;
        border: none;
        font-size: 14px;
        font-family: Microsoft Yahei;
        outline: none;
        padding-left: 8px;
        color: #000;
    }

    .textinput > .fa-question-circle {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #DDDDDD;
        font-size: 16px;
    }

.textinput100 {
    width: 100px;
}

.textinput300 {
    width: 280px !important;
    margin-left: 20px;
}

.textinput400 {
    width: 400px;
}

.textinput .input-group {
    margin-top: 0px !important;
}

.input-group .form-control {
    margin-left: -12px;
    height: 28px;
    line-height: 28px;
}

.lv {
    border-bottom: none;
}
/*出行人信息部分  end*/

/*联系人信息*/
.contacts, .insurance, .notice, .submitorder, .invoice {
    padding: 10px;
    border: 2px solid #e2e2e2;
}

.textinput > .a-select {
    padding-left: 8px;
}

.si-i {
    width: 120px !important;
}

/*联系人信息  end*/


/*保险部分*/
.insurance-h {
    padding: 5px 0;
}

.insurance-h-1,
.insurance-con-1 {
    width: 40%;
}

.insurance-h-2,
.insurance-con-2 {
    width: 20%;
    text-align: center;
}

.insurance-h-3,
.insurance-con-3 {
    width: 20%;
    text-align: center;
}

.insurance-h-4,
.insurance-con-4 {
    width: 20%;
    text-align: center;
}

.insurance-con-1 {
    cursor: pointer;
}

.insurance-h {
    padding: 5px 0;
}

    .insurance-h > .ul-lifloat {
        text-align: center;
    }

.insurance-con .floatleft {
    padding: 10px 0;
    background: #F8FAFC;
}

.insurance-con-4 > .Hbtn {
    margin-right: 0;
    padding: 0 20px;
}

.insurance-con-1 > i {
    margin-left: 8px;
    vertical-align: text-top;
}

.insurance-more {
    display: none;
}

.insurance-more-row {
    text-align: center;
}

    .insurance-more-row > .gereencolor {
        cursor: pointer;
    }

.more-con-insurance {
    width: 100%;
    background: #F8F8F8;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
}
/*保险部分  end*/

/*发票信息*/
.nynotice {
    margin: 10px 0;
}

.nynoticelist {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e2e2e2;
}

.second-title {
    border-bottom: 1px solid #e2e2e2;
}

    .second-title > li {
        float: left;
        height: 30px;
        line-height: 30px;
        border-top: 2px solid transparent;
    }

        .second-title > li.active {
            color: #a1de93;
            position: relative;
            margin-top: 0;
            border-top: 3px solid #FFC700;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2;
        }

            .second-title > li.active > a {
                margin-top: 1px;
            }

        .second-title > li > a {
            color: #52383B;
            display: inline-block;
            padding: 0 15px;
            background: white;
            height: 30px;
            line-height: 30px;
        }

.textinput .input-group button {
    background: none;
    border: none;
    color: #999;
    margin-top: -5px;
    font-family: Microsoft Yahei;
}

.nynoticebox-left {
    float: left;
    width: 40%;
    border-right: 1px dashed #e2e2e2;
    min-height: 155px;
}

.nynoticebox-right {
    float: right;
    width: 59%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: right;
}

.nynotice-con,
.nynoticebox-left .nunotice-con {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nynoticebox-right > div {
    margin: 10px 0;
}

.nynotice-con .form-control-defaul {
    width: 165px;
}

.nynotice-address .form-control {
    width: 110px;
}

.nynotice-addresscon .form-control {
    width: 358px;
}

.nynotice-check {
    text-align: left;
    padding-left: 100px;
}

.nynoticebox-left > div > span {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

.nynoticebox-left > div {
    margin: 10px 0;
}

.nunotice-con > input[type=checkbox],
.nynotice-check > input[type=checkbox] {
    vertical-align: middle;
}

.timefrom {
    border: none;
    color: #666;
    margin-left: 60px;
}
/*发票弹框*/
.hidden {
    display: none;
}

.prC {
    position: relative;
}

    .prC table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .prC .layerManage {
        width: 220px;
        position: absolute;
        left: 113px;
        top: 85px;
        border: 1px solid #8D8D8D;
        background: #ffffff;
        padding-bottom: 10px;
    }

        .prC .layerManage table {
            width: 100%;
            border-radius: 10px;
        }

            .prC .layerManage table thead {
                background: #dddddd;
                border-bottom: 1px solid #8D8D8D;
            }

            .prC .layerManage table td {
                padding-left: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 30px;
                line-height: 30px;
                text-align: left;
            }

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.prC .layerManage table .closeLayerBtn {
    float: right;
    padding-right: 10px;
    display: block;
}
/*发票信息  end*/

/*提交表单*/
.submitorder {
    border: 1px solid #FF931A;
    background: #FFFCEB;
    padding: 20px;
}

    .submitorder > .gereencolor {
        font-weight: bolder;
    }

    .submitorder .floatleft {
        margin-top: 15px;
    }

    .submitorder .price-submitorder {
        margin-right: 20px;
    }

    .submitorder .huangcolor {
        font-size: 24px;
    }

.travelersiterm .oSpan {
    top: 0 !important;
    left: 5px !important;
}

.nynotice-con .oSpan {
    top: 0 !important;
}

#oneLayerSJ ~ .oSpan {
    left: 200px !important;
}

#fullAdress01 ~ .oSpan {
    left: 110px !important;
}
/*提交表单  end*/
/*机票订单填写页面  end*/


/*结算中心*/
.fixed-right {
    width: 280px;
    overflow: visible;
    height: auto;
    border: 1px solid transparent;
    float: right;
    vertical-align: top;
    position: relative;
}

    .fixed-right .ensure, .myshopping-cart, .maptu {
        border: 1px solid #e2e2e2;
        background: white;
        overflow: hidden;
    }

        .myshopping-cart > h2 {
            background: #F9F8FA;
            height: 45px;
            line-height: 35px;
            margin-left: 0 !important;
            padding-left: 15px;
        }

            .myshopping-cart > h2 > img {
                margin-top: 8px;
                margin-left: 22px;
            }

.shop-scoll {
    overflow-y: auto;
}

.shoppingCp {
    padding: 10px 20px;
}

    .shoppingCp > h3, .shoppingCh > h3 {
        height: 30px;
        line-height: 20px;
        font-size: 13px;
        font-weight: normal;
        color: #999;
        border-bottom: 1px solid #5295DE;
        margin-bottom: 10px;
    }

        .shoppingCp > h3 > img, .shoppingCh > h3 > img {
            width: 25px;
            height: 25px;
            vertical-align: middle;
        }

.shoppingItems {
    border-bottom: 1px dashed #e2e2e2;
}

    .shoppingItems > div {
        padding: 4px 0;
    }

        .shoppingItems > div > span {
            margin: 0 8px;
            color: #999;
        }

        .shoppingItems > div.hcolor span {
            color: #333 !important;
        }

.shoppingCh {
    background: #fafafa;
    padding-bottom: 15px;
}

    .shoppingCh > div {
        padding: 5px 20px;
        color: #666;
    }

.te-rt {
    color: #FF8D3C !important;
}

.shoppingCh > div > .z1 {
    font-size: 12px;
    font-weight: bold;
}

.shoppingCh > div > .huangcolor {
    font-size: 16px;
    font-weight: bolder;
}

.shoppingCh > div > input {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.submitorderbtn {
    background: #FF931A !important;
    border: #FF931A !important;
    padding: 6px 60px !important;
    font-size: 16px;
}

.shoppingItems:after {
    content: "";
    clear: both;
    display: block;
}
/*结算中心  end*/


/*订单提交页面*/
.payment .packagetitle {
    padding: 0 10px;
}

.p-title {
    height: 40px;
    line-height: 40px;
}

.productinfo .p-title {
    background: #eee;
    padding: 0 10px;
}

.p-title-iterm {
    padding: 5px 10px;
    border-bottom: 1px dashed #FF6600;
    border-left: 4px solid #FF6600;
}

.table {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    border-collapse: collapse;
    color: #52383B;
    table-layout: fixed;
}

    .table > thead > tr,
    .table > tbody > tr {
        border-bottom: 1px dashed #e2e2e2;
    }

        .table > thead > tr > th {
            height: 30px;
            font-size: 12px !important;
        }

        .table > tbody > tr > td {
            height: 30px;
            font-size: 12px !important;
        }

        .table > tbody > tr > td {
            padding: 10px;
        }

.table-boder,
.table-boder tr,
.table-boder th,
.table-boder td {
    border: 1px solid #e2e2e2;
}

    .table-boder th,
    .table-boder td {
        padding-left: 10px;
    }

.table-boder {
    text-align: left;
}

td.textLeft {
    text-align: left;
}

.table > tbody > tr > td > div {
    display: inline-block;
    padding: 2px 20px 2px 0;
}

.gostop-box .go-stop {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    background: url(../../Img/flight_arrows.png) no-repeat center right;
    height: 20px;
    background-size: 100%;
}

.go-stop {
    position: relative;
}

.enjoybox {
    position: relative;
}

.enjoyspan {
    display: inline-block;
    border-bottom: 1px dashed #2577E3;
    cursor: pointer;
}

.planeinformation .floatenjoy {
    display: none !important;
    z-index: 10;
    left: 0;
}

.enjoybox .floatenjoy {
    position: absolute;
    display: none;
    background: #F3F8FE;
    padding: 10px 5px;
    border: 1px solid #2577E3;
    min-width: 155px;
}

.planeinformation .enjoybox .enjoyspan:hover ~ .floatenjoy {
    display: block !important;
}

.all-btn {
    border-bottom: 3px solid #FF7800;
}

.productinfo-none {
    margin-top: 5px;
}

.productinfo-left {
    width: 75%;
    margin-right: 2%;
    border-right: 1px solid #eee;
}

.productinfo-none-title {
    background: #eee;
    padding: 5px 10px;
}

.ta-img {
    position: relative;
}

.tuifei {
    color: #FF6600;
    cursor:pointer;
}

.standard th {
    background: #eee;
}

.img-table-con {
    margin-left: 30px;
}

.img-table {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 7px;
}

.backgo tbody tr td .fixedtable dl dt {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.productinfo-right {
    width: 22%;
}

.bgTrainIcon25 {
    background: url(../../Img/TrainIcon25.png) no-repeat;
}

.pay {
    position: relative;
}

.pay-box {
    border-bottom: 1px solid #e8e8e8;
}

.pay .pay-iterm {
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #F7F7F7;
    text-align: center;
    font-size: 14px;
    color: #322F2E;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    border-bottom: none;
    cursor: pointer;
}

    .pay .pay-iterm.active {
        background: none;
        background: white;
        color: #ff8800;
    }

    .pay .pay-iterm > * {
        display: block;
        width: 100%;
        height: 100%;
    }

    .pay .pay-iterm.active > * {
        margin-top: 1px;
        background: white;
    }

.pay-con {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding-left: 40px;
}

.pay-con-iterm {
    display: block;
}

    .pay-con-iterm h3.huicolor {
        margin-top: 0 !important;
        padding-top: 20px;
    }

    .pay-con-iterm .ul-lifloat {
        padding: 20px 0;
    }

.payrule {
    margin-right: 20px;
    cursor: pointer;
}

.ok-btn .huicolor {
    margin-top: 10px;
    margin-right: 20px;
}

.ol-tips {
    padding: 0 10px;
    padding-left: 20px;
}

.title2 {
    padding: 5px 10px !important;
    border-bottom: 1px dashed #FF6600;
    border-left: 4px solid #FF6600;
}
.fa-sort-up.caret {
    margin-top: 5px;
}
.fa-sort-down.caret {
    margin-top: -5px;
}
/*订单提交页面   end*/

/*付款成功或失败页面*/
.order-sucess-box {
    margin-bottom: 6.6%;
}

.order-sucess {
    background: #eee !important;
    padding: 10px 30px;
}

.order-sucess-m {
    padding: 15px 8px;
    background: white;
    color: #666;
    font-size: 14px;
}

.false-order {
    font-size: 12px;
    color: #666;
    background: white;
    padding: 0 10px;
}

.order-sucess-m b {
    font-size: 24px;
    color: #ff8800;
}

.order-sucess-m .floatright {
    margin-top: -10px;
}

.order-sucess-x {
    margin: 10px auto;
    text-align: center;
    background: white;
    padding: 50px 0;
}

    .order-sucess-x h4 {
        font-weight: inherit;
    }

.order-sucess-img {
    display: inline-table;
    width: 64px;
    height: 64px;
    background: url(../../Img/succes.png) no-repeat;
}

.redbtn {
    background: #FF6464 !important;
    border: 1px solid #FF6464 !important;
}

.order-sucess-btn {
    margin: 15px auto;
}

.order-false-img {
    display: inline-table;
    width: 64px;
    height: 64px;
    background: url(../../Img/false.png) no-repeat;
}
/*付款成功或失败页面  end*/
/*火车城市选择*/
.w350 {
    width: 350px;
}

.w820 {
    width: 820px;
}

.pd20 {
    padding: 0 20px !important;
}

.title3 {
    padding: 20px 0 10px 0;
}

.trainAllCity dl dd {
    width: auto;
    /*margin-right: 20px;*/
}

.trainAllCity dl dt {
    top: 4px;
    text-align: left;
}

.trainAllCity dl dd a {
    font-size: 14px;
}

.headTil {
    padding: 10px 0;
}

.trainZs {
    margin: 10px 0;
}

    .trainZs .pull-left {
        background-position: 50% 5%;
        padding: 0;
    }

        .trainZs .pull-left a {
            font-size: 13px;
            color: #555;
            padding-top: 50px;
        }
/*火车城市选择  end*/

/*火车站站点*/
.hoteCityT {
    font-size: 14px;
}

    .hoteCityT dd {
        margin-left: 0;
    }
/*火车站站点   end*/

/*代售地址*/
.pointAds .mr20 {
    font-size: 14px;
}

.pointAds a.mr20:hover {
    color: #2577e3;
}

.pointDtail thead > tr > th,
.pointDtail tbody > tr > td {
    font-size: 14px !important;
}

.pointDtail thead > tr > th {
    color: #999;
    padding: 5px 10px;
}
/*代售地址  end*/

/*热门城市时刻表*/
.trainTypeSelect.bd {
    border-bottom: none;
}

.trainTypeSelect {
    padding: 15px 10px;
}

    .trainTypeSelect .mr20 {
        padding: 2px 10px;
        margin-right: 10px;
    }

    .trainTypeSelect .active {
        background: #8C96A2;
        color: #fff;
    }

.trainTimeBox.bd {
    border-top: none;
    border-bottom: none;
}

.trainTime-head {
    background: #EFF3F7;
    padding: 10px 0;
    font-size: 14px;
}

.trainTime-body {
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .trainTime-body .pull-left {
        padding: 10px 0;
    }

.tn-times {
    width: 190px;
}

.tn-times-ed {
    margin-left: 10px;
}

.tn-type {
    width: 90px;
}

.tn-arrTime {
    width: 108px;
}

.tn-startTime {
    width: 90px;
}

.tn-stopTime {
    width: 100px;
}

.tn-startP {
    width: 100px;
}

.tn-endP {
    width: 100px;
}

.tn-times .newblue,
.tn-times .color666 {
    cursor: pointer;
}

.tn-stopName {
    display: none;
    top: 40px;
    left: 125px;
}

    .tn-stopName span {
        display: inline-block;
        font-size: 14px;
    }

.tn-stopName-times {
    width: 52px;
}

.tn-stopName-name {
    width: 66px;
}

.tn-stopName-to {
    width: 98px;
}

.tn-stopName-go {
    width: 92px;
}

.tn-stopName-time {
    width: 82px;
}

.tn-stopName-details {
    font-size: 14px;
}

.icon-down {
    background: url(../../Img/icon/jiantou_bt.png) no-repeat;
    height: 12px;
}
/*热门城市时刻表  end*/

/*简介 start*/
.page-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    min-width: 980px;
    _width: 980px;
    overflow: visible;
    background: #fff;
}

    .page-container #navs {
        min-width: 149px;
        background: #fff;
        height: auto !important;
        overflow: hidden;
        position: absolute;
        top: 11px;
        left: 0;
        width: 149px;
        border: 1px solid #e2e2e2;
        border-top: none;
    }

        .page-container #navs i {
            float: right;
            font-size: 20px;
            margin-right: 30px;
            margin-top: 10px;
        }

    .page-container .nav > ul li > a {
        position: relative;
    }

.nav > ul > li > a > i:nth-child(3) {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 14px;
}

.father-open > a {
    color: white !important;
    background: #2577E3;
}

.page-container #navs > ul > li > a {
    display: inline-block;
    font-size: 14px;
    height: 41px;
    width: 145px;
    line-height: 40px;
    padding-left: 18px;
    box-sizing:content-box;
}

.page-container .container {
    margin-left: 150px;
    min-height: 500px;
    background: white;
    /* border-left: 1px solid #ddd; */
    margin-top: 1px;
}

.container-fulid {
    padding-left: 20px;
    /* padding-right: 20px; */
}

.bannerimg {
    height: 400px;
    padding-top: 20px;
}

    .bannerimg > img {
        width: 100%;
        height: 100%;
    }

.bannerimgcon {
    text-indent: 2em;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
}
/*简介 end*/
/*国际机票静态首页 start*/
.imgBtmCon {
    line-height: 70px;
    font-size: 20px;
    padding-left: 20px;
}

.interLine {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.internationalPhone {
    height: 110px;
    padding-top: 30px;
    padding-left: 70px;
    font-size: 22px;
    color: #2577e3;
    border-bottom: 1px solid #e2e2e2;
    font-style: oblique;
    background: url("/Img/interFlight/phone.png") no-repeat left center;
}

.interCons {
    line-height: 80px;
    padding-left: 80px;
    color: #2577e3;
    font-size: 18px;
    background: url("/Img/interFlight/line.png") no-repeat left center;
}
/*11.28*/
.searchTitle {
    height: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #2577E3;
}

.serchCon {
    font-size: 12px;
    display: none;
}

.se-pl .con .con-form .serchCon span {
    width: 75px;
    font-size: 14px;
    vertical-align: top;
    line-height: 30px;
}

.se-pl .con .con-form .serchCon .form-control {
    padding: 0;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.inlineTag {
    position: absolute;
    left: 140px;
    top: 35px;
    padding: 5px 10px;
    background: #f9e8d4;
    color: #111;
    font-size: 12px;
    border-radius: 2px;
}

.tagRow {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #f9e8d4;
    position: absolute;
    top: -10px;
    left: 20px;
}
/*国际机票 end*/

/*国际机票查询列表页面 start*/
.flghtLineInfo {
    display: none;
}

.ifThroght {
    line-height: 40px;
}

.sepcBtn {
    position: relative;
    top: 60px;
    left: 10px;
    background: #fff;
}

.hasLine {
    position: relative;
}

    .hasLine:before {
        position: absolute;
        content: "";
        top: 100px;
        width: 88%;
        height: 1px;
        border-top: 1px dashed #cdcdcd;
    }

.slec > li + li:before, .slec > li + li before {
    padding: 0;
    color: #ccc;
    content: "|\00a0";
    font-size: 12px;
}

.slec .a-select {
    padding: 2px 0;
}

.slect > li > a, .slec > li > a {
    font-size: 12px;
}

.palne-line > .ul-lifloat > li.bcircle:after, .palne-line > .ul-lifloat > li.bcircle:before, .palne-line > .ul-lifloat > li.bcircle after, .palne-line > .ul-lifloat > li.bcircle before {
    content: "";
}

.palne-line > .ul-lifloat .bcircleO:after, .palne-line > .ul-lifloat .bcircleO:before, .palne-line > .ul-lifloat .bcircleO after, .palne-line > .ul-lifloat .bcircleO before {
    content: "O";
    position: absolute;
    color: #999;
    top: -8px;
}

.palne-line > .ul-lifloat .bcircleO:before, .palne-line > .ul-lifloat .bcircleO before {
    left: -12px;
}

.palne-line > .ul-lifloat .bcircleO:after, .palne-line > .ul-lifloat .bcircleO after {
    right: -12px;
}

.borderNum {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #cdcdcd;
    line-height: 12px;
    text-align: center;
}
#dropdownMenu .fa-sort-up.caret {
    margin-top: 0px;
}
/*国际机票查询页面 end*/
/*国际机票 end*/

/*首页自由行*/
.free-walk .freetype {
    position: absolute;
    top: -5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: url(../../Img/icon/freewalk.png) no-repeat center top;
}
.free-walk .iterm-img {
    position: relative;
}