﻿.banner_train {
    width: 100%;
    min-width: 1300px;
    height: 400px;
    background: #F4F4F4;
}

.bannerMin_train {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    box-sizing: border-box;
}

    .bannerMin_train .search_train {
        width: 350px;
        height: 380px;
        background: #fff;
        padding: 20px 30px 0;
        float: left;
        box-sizing: border-box;
    }

        .bannerMin_train .search_train h2 {
            width: 100%;
            height: 36px;
            border-bottom: 1px solid #ddd;
            font-weight: normal;
            font-size: 24px;
        }

        .bannerMin_train .search_train .type {
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 14px;
        }

        .bannerMin_train .search_train .city {
            position: relative;
        }

            .bannerMin_train .search_train .city p, .bannerMin_train .search_train .date p {
                width: 100%;
                height: 35px;
                font-size: 14px;
                margin-bottom: 10px;
            }

                .bannerMin_train .search_train .city p input, .bannerMin_train .search_train .date p input {
                    width: 220px;
                    height: 35px;
                    border: 1px solid #ccc;
                    text-indent: 6px;
                    box-sizing: border-box;
                }

                .bannerMin_train .search_train .date p input {
                    width: 220px;
                }

            .bannerMin_train .search_train .city .change {
                position: absolute;
                top: 14px;
                left: 284px;
            }

            .bannerMin_train .search_train .city .changeMin {
                width: 12px;
                height: 50px;
                border: 1px solid #ccc;
                border-left: none;
                position: relative;
            }

                .bannerMin_train .search_train .city .changeMin b {
                    display: block;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    background: #ccc;
                    line-height: 20px;
                    text-align: center;
                    position: absolute;
                    top: 14px;
                    right: -10px;
                    color: #fff;
                    font-weight: normal;
                    cursor: pointer;
                }

        .bannerMin_train .search_train .date p {
            position: relative;
        }

            .bannerMin_train .search_train .date p b {
                position: absolute;
                right: 20px;
                top: 9px;
            }

        .bannerMin_train .search_train .button {
            display: block;
            width: 284px;
            height: 38px;
            font-size: 16px;
            border-radius: 4px;
            text-align: center;
            line-height: 38px;
            color: #fff;
            cursor: pointer;
            font-weight: bold;
        }

    .bannerMin_train .advertisement {
        float: left;
    }

        .bannerMin_train .advertisement a img {
            width: 848px;
            height: 380px;
        }

.process_train {
    width: 100%;
    min-width: 1300px;
}

.processMin_train {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    padding-top: 40px;
}

    .processMin_train ul {
        width: 100%;
        height: 100%;
        font-size: 0;
    }

        .processMin_train ul li {
            float: left;
            position: relative;
        }



        .processMin_train ul .words {
            width: 208px;
            height: 100%;
            padding: 14px 0 0 80px;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 18px;
            margin-right: 30px;
        }

        .processMin_train ul .words3 {
            margin-right: 40px;
        }

        .processMin_train ul .words4 {
            width: 250px;
            margin-right: 40px;
        }

        .processMin_train ul .words5 {
            width: 180px;
            margin-right: 0;
        }

        .processMin_train ul .words .icon {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 66px;
            text-align: center;
            color: #fff;
            font-size: 36px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .processMin_train ul .words2 .icon {
            padding-left: 6px;
            line-height: 70px;
            box-sizing: border-box;
        }

        .processMin_train ul .words3 .icon {
            padding-left: 6px;
            line-height: 70px;
            box-sizing: border-box;
        }

        .processMin_train ul .words4 .icon {
            padding-left: 2px;
            line-height: 60px;
            font-size: 46px;
            box-sizing: border-box;
        }

        .processMin_train ul .words5 .icon {
            padding-left: 2px;
            line-height: 62px;
            font-size: 46px;
            box-sizing: border-box;
        }

        .processMin_train ul li.words3 .arrow {
            position: absolute;
            right: -30px;
            top: 0;
        }

        .processMin_train ul li .arrow {
            display: inline-block;
            width: 30px;
            height: 100%;
            line-height: 56px;
            font-size: 30px;
            text-align: center;
            color: #D9D9D9;
            position: absolute;
            right: 0;
            top: 0;
        }

        .processMin_train ul li.words3 .arrow {
            position: absolute;
            right: -30px;
            top: 0;
        }

.train_price {
    width: 100%;
    min-width: 1300px;
    margin-top: 60px;
}

.train_priceMin {
    width: 1200px;
    margin: 0 auto;
}

    .train_priceMin .title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }

        .train_priceMin .title h2 {
            display: inline-block;
            width: 125px;
            font-size: 20px;
            font-weight: normal;
            margin-right: 60px;
        }

        .train_priceMin .title span {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            box-sizing: border-box;
            margin-right: 20px;
            padding: 0 6px 0;
            cursor: pointer;
        }

    .train_priceMin .content:after {
        display: block;
        clear: both;
        content: " ";
        visibility: hidden;
        height: 0;
    }

    .train_priceMin ul {
        width: 100%;
        height: 250px;
        font-size: 0;
        overflow: hidden;
    }

        .train_priceMin ul:after {
            display: block;
            clear: both;
            content: " ";
            visibility: hidden;
        }

    .train_priceMin ul {
        *zoom: 1;
    }

        .train_priceMin ul li {
            width: 400px;
            height: 44px;
            line-height: 44px;
            font-size: 14px;
            border-left: 1px solid #f5f5f5;
            padding-left: 40px;
            margin-left: -2px;
            box-sizing: border-box;
            *width: 359px;
            float: left;
        }

            .train_priceMin ul li a {
                display: block;
                margin: 10px 15px 10px 0;
            }

                .train_priceMin ul li a:hover {
                    text-decoration: none;
                    background: #f3f3f3;
                }

            .train_priceMin ul li span {
                display: block;
                float: left;
            }

            .train_priceMin ul li a:after {
                display: block;
                clear: both;
                content: " ";
                visibility: hidden;
                height: 0;
            }

            .train_priceMin ul li .city {
                width: 160px;
            }

                .train_priceMin ul li .city i, .train_priceMin ul li .date i, .train_priceMin ul li .price i {
                    font-style: normal;
                }

            .train_priceMin ul li .date {
                width: 50px;
                margin-right: 60px;
            }

            .train_priceMin ul li .price {
                color: #ff6501;
            }

                .train_priceMin ul li .price b {
                    font-weight: normal;
                    font-size: 20px;
                }

                .train_priceMin ul li .price i {
                    color: #333;
                }

.question_train {
    width: 100%;
    min-width: 1300px;
    margin-top: 60px;
}

.questionMin_train {
    width: 1200px;
    margin: 0 auto;
}

    .questionMin_train .title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }

        .questionMin_train .title h2 {
            display: inline-block;
            width: 125px;
            font-size: 20px;
            font-weight: normal;
            margin-right: 60px;
        }

    .questionMin_train .question_cont {
        width: 100%;
        height: 200px;
        background: #f5f5f5;
        padding: 40px 0 0 40px;
        box-sizing: border-box;
    }

        .questionMin_train .question_cont li {
            float: left;
            width: 280px;
            margin-right: 130px;
        }

        .questionMin_train .question_cont .noMargin {
            margin-right: 0;
        }

        .questionMin_train .question_cont li h3 {
            height: 40px;
            font-size: 18px;
            font-weight: normal;
        }

        .questionMin_train .question_cont li p {
            line-height: 22px;
        }
/*train_search.html*/
.crumb_train {
    width: 1200px;
    margin: 0 auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.train_searchBox {
    width: 1200px;
    margin: 0 auto 10px;
    padding: 0 20px;
    height: 47px;
    box-sizing: border-box;
}

    .train_searchBox li {
        float: left;
        *display: inline;
        margin-top: 8px;
    }

        .train_searchBox li label {
            line-height: 30px;
            vertical-align: middle;
            color: #ba8a49;
            font-size: 14px;
            padding: 0 10px;
            font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
        }

        .train_searchBox li.list_search_input {
            height: 30px;
            border: 1px solid #ccc;
            background-color: #fff;
            position: relative;
            width: 230px;
        }

            .train_searchBox li.list_search_input input {
                border: 0;
                height: 20px;
                vertical-align: middle;
                line-height: 22px;
                font-size: 14px;
                width: 180px;
                *border: 0;
                position: absolute;
                left: 0;
                top: 0;
                padding: 5px 0 5px 50px;
                background-color: transparent;
            }

        .train_searchBox li.list_search_block {
            width: 30px;
            height: 30px;
            text-align: center;
        }

            .train_searchBox li.list_search_block a span.head_arr {
                width: 17px;
                height: 13px;
                font-size: 17px;
                line-height: 30px;
                color: #D19849;
                margin-top: 9px;
            }

            .train_searchBox li.list_search_block a:hover span {
                background-position: -137px -16px;
            }

        .train_searchBox li.list_search_date {
            height: 30px;
            *height: 29px;
            border: 1px solid #ccc;
            background-color: #fff;
            padding-right: 10px;
            position: relative;
            width: 245px;
        }

            .train_searchBox li.list_search_date input {
                border: 0;
                height: 20px;
                *height: 18px !important;
                vertical-align: middle;
                line-height: 20px;
                font-size: 14px;
                width: 140px;
                *border: 0;
                top: 0;
                padding: 5px 35px 5px 80px;
                background-color: transparent;
                position: absolute;
                left: 0;
                z-index: 2;
            }

            .train_searchBox li.list_search_date .date {
                width: 21px;
                height: 21px;
                vertical-align: middle;
                background-position: -136px -60px;
                position: absolute;
                right: 5px;
                top: 4px;
                cursor: pointer;
                z-index: 1;
            }

        .train_searchBox li.list_search_btn {
            height: 32px;
        }

            .train_searchBox li.list_search_btn input {
                display: block;
                width: 145px;
                height: 32px;
                border-radius: 4px;
                font-size: 16px;
                color: #fff;
                text-align: center;
                line-height: 32px;
                cursor: pointer;
                font-weight: bold;
            }

                .train_searchBox li.list_search_btn input:hover {
                    background-position: 0 -408px;
                }

.train_search_cont {
    width: 1200px;
    margin: 0 auto;
}

    .train_search_cont:after {
        display: block;
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .train_search_cont .train_result {
        width: 900px;
        float: left;
    }

    .train_search_cont .list_dateBox {
        background-color: #f7f7f7;
        height: 59px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .train_search_cont .list_dateBox .date_leftArr {
            display: block;
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 13px;
            cursor: pointer;
            font-size: 16px;
            line-height: 18px;
        }

        .train_search_cont .list_dateBox .disable {
            visibility: hidden;
        }

        .train_search_cont .list_dateBox ul {
            margin: 0 auto;
            width: 694px;
        }

        .train_search_cont .list_dateBox ul {
            width: 834px;
        }

            .train_search_cont .list_dateBox ul li {
                float: left;
                text-align: center;
            }

                .train_search_cont .list_dateBox ul li a {
                    text-decoration: none;
                    display: block;
                    width: 115px;
                    height: 51px;
                    border-top: 5px solid #f7f7f7;
                    border-left: 1px solid #f7f7f7;
                    border-right: 1px solid #f7f7f7;
                    position: relative;
                    top: 0;
                    color: #999;
                    background-color: #f7f7f7;
                    padding-top: 3px;
                }

                    .train_search_cont .list_dateBox ul li a:hover {
                        border: 1px solid #ddd;
                        border-top: 0;
                        top: 5px;
                        height: 51px;
                        background-color: #fbfbfb;
                    }

                    .train_search_cont .list_dateBox ul li a span {
                        display: block;
                        color: #555;
                        font-size: 16px;
                        margin-top: 7px;
                    }

                    .train_search_cont .list_dateBox ul li a.on {
                        background-color: #fff;
                        border-bottom: 1px solid #fff;
                        border-top: 0;
                        border-left: 1px solid #ddd;
                        border-right: 1px solid #ddd;
                        top: 5px;
                        height: 51px;
                    }

        .train_search_cont .list_dateBox .date_rightArr {
            display: block;
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            right: 14px;
            cursor: pointer;
            font-size: 16px;
            line-height: 18px;
        }


    .train_search_cont .train_result .list_typtBox {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

        .train_search_cont .train_result .list_typtBox .typeBox {
            height: 36px;
            line-height: 36px;
            border-bottom: 1px dashed #dfdfdf;
            margin-bottom: -1px;
            clear: both;
        }

            .train_search_cont .train_result .list_typtBox .typeBox p {
                float: left;
                font-weight: bold;
                width: 32px;
            }

            .train_search_cont .train_result .list_typtBox .typeBox ul {
                float: left;
                width: 736px;
            }

                .train_search_cont .train_result .list_typtBox .typeBox ul li {
                    float: left;
                    width: 140px;
                }

                    .train_search_cont .train_result .list_typtBox .typeBox ul li.no_lim {
                        width: 35px;
                        padding: 0 10px;
                    }

                        .train_search_cont .train_result .list_typtBox .typeBox ul li.no_lim label {
                            padding: 3px 5px;
                            text-align: center;
                        }

                            .train_search_cont .train_result .list_typtBox .typeBox ul li.no_lim label.on {
                                color: #fff;
                            }

                                .train_search_cont .train_result .list_typtBox .typeBox ul li.no_lim label.on span {
                                    width: 100%;
                                    height: 100%;
                                    display: block;
                                    position: absolute;
                                    z-index: -1;
                                    top: 0;
                                    left: 0;
                                }

                    .train_search_cont .train_result .list_typtBox .typeBox ul li label {
                        position: relative;
                        cursor: pointer;
                    }

                        .train_search_cont .train_result .list_typtBox .typeBox ul li label span.ckbox {
                            display: inline-block;
                            width: 12px;
                            height: 13px;
                            line-height: 8px;
                            vertical-align: 1%;
                            background-color: #fff;
                            border: 1px solid #ddd;
                            margin-right: 1px;
                            color: #fff;
                            font-size: 18px;
                            text-indent: -3px;
                            box-sizing: border-box;
                        }

                            .train_search_cont .train_result .list_typtBox .typeBox ul li label span.ckbox.iconfont {
                                font-size: 12px;
                                text-indent: -1px;
                                line-height: 12px;
                            }

                        .train_search_cont .train_result .list_typtBox .typeBox ul li label.on span {
                            background-position: 0 0;
                        }

        /*.icon2 {
    background: url("/content/Styles/images/train_list_icon.png") no-repeat;
    display: inline-block;
    overflow: hidden;
}*/

        .train_search_cont .train_result .list_typtBox .type_showAll {
            position: absolute;
            right: 0;
            bottom: 5px;
            display: block;
        }

            .train_search_cont .train_result .list_typtBox .type_showAll .down {
                display: block;
                width: 0;
                height: 0;
                border: 4px solid transparent;
                border-top: 4px solid #333;
                float: right;
                margin-top: 4px;
            }

    .train_search_cont .train_result .ticketsBox .t_title {
        height: 40px;
        line-height: 40px;
    }

        .train_search_cont .train_result .ticketsBox .t_title li {
            float: left;
            color: #555;
        }

            .train_search_cont .train_result .ticketsBox .t_title li.t_go {
                margin-right: 10px;
            }

            .train_search_cont .train_result .ticketsBox .t_title li.t_no {
                padding-left: 25px;
                width: 96px;
                _width: 90px;
            }

            .train_search_cont .train_result .ticketsBox .t_title li.t_no {
                width: 125px;
            }

    .train_search_cont .air_right {
        width: 280px;
        float: right;
    }

    .train_search_cont .train_result .ticketsBox .t_title li a {
        text-decoration: none;
        color: #555;
        display: block;
        padding: 0 5px;
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        cursor: pointer;
        _padding: 12px 5px 0 5px;
        _height: 28px;
    }

        .train_search_cont .train_result .ticketsBox .t_title li a span {
            width: 7px;
            height: 15px;
            line-height: 15px;
            color: #bbb;
            margin-left: 3px;
            font-size: 13px;
        }

    .train_search_cont .train_result .ticketsBox .t_title li.t_go .on, .train_search_cont .train_result .ticketsBox .t_title li.t_to .on,
    .train_search_cont .train_result .ticketsBox .t_title li.t_time .on,
    .train_search_cont .train_result .ticketsBox .t_title li.t_price .on {
        background-color: #fffdef;
        border-left: 1px solid #ffdaa7;
        border-right: 1px solid #ffdaa7;
    }

        .train_search_cont .train_result .ticketsBox .t_title li.t_time .on span.arr_up,
        .train_search_cont .train_result .ticketsBox .t_title li.t_price .on span.arr_up {
            color: #FF8902;
        }

    .train_search_cont .train_result .ticketsBox .t_title li a:hover {
        background-color: #fffdef;
        border-left: 1px solid #ffdaa7;
        border-right: 1px solid #ffdaa7;
    }

    .train_search_cont .train_result .ticketsBox .t_title li.t_go span.arr_up, .train_search_cont .train_result .ticketsBox .t_title li.t_to span.arr_up {
        color: #FF8902;
    }

    .train_search_cont .train_result .ticketsBox .t_title li.t_go span.arr_down, .train_search_cont .train_result .ticketsBox .t_title li.t_to span.arr_down {
        background-position: -35px 1px;
    }

    .train_search_cont .train_result .ticketsBox .t_title li.t_sta {
        width: 110px;
        margin-left: 22px;
        margin-right: 2px;
    }

    .train_search_cont .train_result .ticketsBox .t_title li.t_time {
        width: 120px;
        text-align: center;
    }

        .train_search_cont .train_result .ticketsBox .t_title li.t_time span.arr_up, .ticketsBox .t_title li.t_price span.arr_up {
            background-position: -63px 1px;
        }

    .train_search_cont .train_result .ticketsBox .t_title li.t_price {
        width: 144px;
        text-align: center;
    }

    .train_search_cont .train_result .ticketsBox .t_title li.t_num {
        width: 110px;
        text-align: center;
    }

    .train_search_cont .train_result .ticketsBox .ticketsBox_info {
        clear: both;
        border: 1px solid #ddd;
        width: 720px;
        margin: 0 auto;
        background-color: #fff;
        padding: 15px;
        margin-bottom: 10px;
    }

    .train_search_cont .train_result .ticketsBox .ticketsBox_info {
        width: 850px;
    }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info {
            float: left;
        }

            .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_no {
                width: 134px;
            }

            .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li {
                float: left;
                color: #555;
            }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_no h1 {
                    font-size: 24px;
                    color: #555;
                    font-weight: bolder;
                    margin-bottom: 3px;
                }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_no a span.arr_up {
                    width: 9px;
                    height: 6px;
                    background-position: -125px 0;
                    line-height: 6px;
                    color: #bbb;
                    font-size: 18px;
                }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_no a span.arr_down {
                    width: 9px;
                    height: 6px;
                    background-position: -125px -7px;
                    margin-left: 2px;
                    vertical-align: middle;
                }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_no a:hover {
                    color: #f60;
                    text-decoration: none;
                }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_go {
                    width: 30px;
                    height: 60px;
                    /*background: url(/content/Styles/images/train_list_icon.png) no-repeat 21px -28px;*/
                    margin-right: 10px;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_go p {
                        width: 14px;
                        height: 14px;
                        line-height: 14px;
                        text-align: center;
                        margin-bottom: 17px;
                        background-color: #f0f0f0;
                    }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_to {
                    width: 74px;
                    margin-left: 10px;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_to p {
                        margin-bottom: 7px;
                        font-size: 18px;
                    }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_sta {
                    width: 110px;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_sta p {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-bottom: 8px;
                        line-height: 20px;
                    }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_time {
                    width: 118px;
                    text-align: left;
                    border-left: 1px solid #f0f0f0;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_time p {
                        margin-bottom: 8px;
                        padding-left: 25px;
                        line-height: 20px;
                    }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_price {
                    width: 143px;
                    text-align: center;
                    border-left: 1px solid #f0f0f0;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_price p {
                        margin-bottom: 6px;
                        line-height: 20px;
                    }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_price p span.t_seat {
                            width: 80px;
                            text-align: right;
                            vertical-align: middle;
                        }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_price p span {
                            display: inline-block;
                        }

                            .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_price p span.t_price_n {
                                width: 60px;
                                text-align: left;
                                color: #f80;
                                font-size: 16px;
                                font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
                                vertical-align: middle;
                            }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_num {
                    width: 121px;
                    text-align: center;
                    border-right: 1px solid #f0f0f0;
                    line-height: 22px;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_num p {
                        margin-bottom: 6px;
                        color: #999;
                        height: 22px;
                    }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_num p.ample {
                            color: #090;
                        }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_num p.alarm {
                            color: #f00;
                        }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_num p.ample {
                            color: #090;
                        }

                .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord {
                    width: 50px;
                    padding-left: 30px;
                }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord p {
                        margin-bottom: 6px;
                        height: 22px;
                        text-align: center;
                        font-size: 14px;
                        line-height: 22px;
                        font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
                        color: #999;
                    }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord .book {
                        display: block;
                        cursor: pointer;
                        width: 50px;
                        height: 22px;
                        line-height: 22px;
                        background-color: #ff8902;
                        border-radius: 4px;
                        float: right;
                        color: #fff;
                    }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord .book:hover {
                            background-color: #f16300;
                            text-decoration: none;
                        }

                    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord .grab {
                        display: block;
                        cursor: pointer;
                        width: 50px;
                        height: 22px;
                        line-height: 22px;
                        background-color: #2da2e8;
                        border-radius: 4px;
                        float: right;
                        color: #fff;
                    }

                        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_info li.t_ord .grab:hover {
                            background-color: #0592e6;
                            text-decoration: none;
                        }

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    margin: 0 auto;
    font-size: 1px;
}

.train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place {
    clear: both;
    padding-top: 10px;
    border-top: 1px dashed #e2e2e2;
    margin-top: 10px;
}

    .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li {
        float: left;
        text-indent: -2em;
        text-align: center;
        height: 76px;
        width: 85px;
        margin-bottom: 15px;
        white-space: nowrap;
        margin-top: 5px;
    }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li h1 {
            color: #555;
            font-size: 12px;
            font-weight: normal;
            line-height: 20px;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li span.line {
            display: block;
            height: 14px;
            line-height: 14px;
            background: url(/content/Styles/images/train_list_way.png) repeat-x -58px 0;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li span.on {
            background-position: -296px 0;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.start span.line {
            background-position: -216px 0;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.first span.line {
            background-position: 21px -28px;
            background-repeat: no-repeat;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.first span.on {
            background-position: 21px -14px;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.first span.line span {
            width: 14px;
            height: 14px;
            margin-left: 20px;
            display: block;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li p {
            color: #999;
            line-height: 20px;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.over span.line {
            background-position: -456px 0;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.last span.line {
            background-repeat: no-repeat;
            background-position: -219px -28px;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.last span.on {
            background-position: -219px -14px;
        }

        .train_search_cont .train_result .ticketsBox .ticketsBox_info .t_place ul li.last span.line span {
            width: 14px;
            height: 14px;
            margin-left: 20px;
            display: block;
        }

.train_search_cont .train_result .ticketsBox .no_result {
    width: 880px;
    height: 300px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-top: 180px;
}

.train_search_cont .train_result .ticketsBox .trainMapInfo {
    width: 360px;
    margin: 0 auto;
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    line-height: 50px;
}

.icon_no {
    display: inline-block;
    width: 72px;
    height: 72px;
    float: left;
    background: url(/content/Styles/images/no_result_icon.jpg) no-repeat;
    vertical-align: middle;
}

.train_search_cont .train_result .ticketsBox .result_no {
    line-height: normal;
}

.train_search_cont .train_result .ticketsBox .trainMapInfo dd {
    padding: 20px 0 0 10px;
    float: left;
    font-size: 14px;
    font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
}

    .train_search_cont .train_result .ticketsBox .trainMapInfo dd h1 {
        color: #555;
        font-weight: normal;
        font-size: 14px;
    }

    .train_search_cont .train_result .ticketsBox .trainMapInfo dd p {
        color: #999;
    }

.train_search_cont .air_right .air_promise {
    width: 100%;
    height: 140px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    box-sizing: border-box;
}

    .train_search_cont .air_right .air_promise .promise1, .train_search_cont .air_right .air_promise .promise2 {
        width: 100%;
        height: 70px;
        padding: 16px 0 0 46px;
        background: url(/content/Styles/images/promise.png) 14px 16px no-repeat;
        box-sizing: border-box;
    }

        .train_search_cont .air_right .air_promise .promise1 h3, .train_search_cont .air_right .air_promise .promise2 h3 {
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 6px;
        }

    .train_search_cont .air_right .air_promise .promise2 {
        background-position: 14px -46px;
    }

.train_search_cont .air_right .recommend, .train_search_cont .air_right .special_price {
    width: 100%;
    height: 200px;
    font-size: 0;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    box-sizing: border-box;
}

    .train_search_cont .air_right .recommend h3, .train_search_cont .air_right .special_price h3 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #e2e2e2;
        padding-left: 16px;
        color: #666;
        box-sizing: border-box;
    }


.tipBox h1 {
    position: relative;
    font-size: 16px;
    color: #555;
    font-family: "微软雅黑","黑体",Arial,Helvetica,sans-serif;
    line-height: 39px;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    padding-left: 10px;
    font-weight: normal;
}

    .tipBox h1 a {
        position: absolute;
        right: 5px;
        top: 1px;
        font-size: 12px;
        *top: -6px;
    }

        .tipBox h1 a:hover {
            color: #F30;
        }

.tipBox ul li {
    clear: both;
}

    .tipBox ul li p {
        padding-left: 10px;
        color: #999;
        font-size: 12px;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .tipBox ul li h2 {
        padding-left: 10px;
        font-size: 14px;
        color: #ba8a49;
        margin-top: 5px;
        font-weight: normal;
    }

/*train_placeOrder.html*/
.w1180 {
    width: 1200px;
    margin: 20px auto 0;
    position: relative;
}

.order_progress {
    *zoom: 1;
    margin-bottom: 20px;
    height: 50px;
    padding: 18px 0 0 14px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

    .order_progress:before, .order_progress:after {
        content: " ";
        display: table;
    }

    .order_progress:after {
        clear: both;
    }

    .order_progress .step {
        width: 24.9%;
        float: left;
        height: 15px;
        position: relative;
    }

        .order_progress .step.one_third {
            width: 33.3%;
        }

        .order_progress .step h4 {
            font-size: 12px;
            line-height: 14px;
            width: 36px;
            font-weight: normal;
            color: #9a9a9a;
            position: absolute;
            right: 0;
        }

        .order_progress .step i, .order_progress .step .progress_line {
            position: absolute;
            font-size: 0;
            background-image: url("/content/Styles/images/book_progress2_8.png");
            background-repeat: no-repeat;
        }

        .order_progress .step i {
            width: 55px;
            height: 15px;
            display: block;
            right: 0;
            top: 0;
            background-color: #fff;
            background-position: -785px -16px;
        }

        .order_progress .step .progress_line {
            width: 100%;
            height: 15px;
            background-position: 0 -16px;
            top: 0;
            left: 0;
        }

        .order_progress .step.wide {
            width: 50%;
        }

    .order_progress .finished h4 {
        color: #799d08;
    }

    .order_progress .finished i {
        background-position: -785px 0;
    }

    .order_progress .finished .progress_line {
        background-position: 0 0;
    }

#login_main .login_from .book2_top_nottit {
    position: absolute;
    top: 202px;
    left: 101px;
}

.fl {
    display: inline;
    float: left;
}

.fz14 {
    font-size: 14px;
    line-height: 20px;
    font: normal normal normal 12px/20px Arial,sans-serif;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    position: relative;
}

.train_order #contentleft {
    width: 830px;
    margin-right: 20px;
}

#content .step3 {
    border: solid 1px #dcdcdc;
    width: 828px;
    margin-top: 20px;
    background-color: #fff;
}

.train_order .content2 {
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
}

.train_order #contentright {
    width: 350px;
    /*margin-top: 10px;*/
}

#content .origin {
    padding: 0;
    height: auto;
    color: #bbb;
}

    #content .origin .title {
        color: #666;
    }

    #content .origin .originCont {
        padding: 20px 10px 0 70px;
    }

.train_order .origin .originCont .traindate {
    color: #bbb;
}

.train_order .origin .originCont .trainCity, .train_order .origin .originCont .trainTake {
    color: #bbb;
}

.train_order .origin .originCont .trainImg, .origin .originCont .trainicom {
    color: #bbb;
}

.train_order .origin .passenger {
    margin: 10px 0 20px 70px;
}

    .train_order .origin .passenger ul {
        width: 620px;
        border-top: 1px dotted #ddd;
        padding-top: 14px;
        box-sizing: border-box;
    }

        .train_order .origin .passenger ul li {
            float: left;
            font-size: 16px;
            text-align: center;
        }

            .train_order .origin .passenger ul li i {
                font-style: normal;
            }

.train_order #contentleft .title {
    border-bottom: 1px dashed #dcdcdc;
    height: 41px;
    line-height: 41px;
    padding: 5px 62px;
    font-size: 20px;
}

.train_order .traininfo .product_message {
    margin: 20px 0 0 70px;
}

.train_order .traininfo {
    width: 828px;
    /*margin: 10px 0 0 0;*/
    padding-bottom: 10px;
}

.train_order .content_box {
    display: block;
}

.train_order .content_box_tit {
    height: 22px;
    padding-top: 10px;
    font-family: "\5B8B\4F53";
}

    .train_order .content_box_tit h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        _line-height: 16px;
        color: #333;
    }

    .train_order .content_box_tit .tips {
        padding: 3px 0 0 8px;
        line-height: 9px;
        font-size: 12px;
        color: #666;
    }

.train_order .receipt_container .content_box_con {
    padding: 20px 20px 0 20px;
}

.train_order .agreement_container .content_box_con {
    height: 90px;
    margin: 5px 0;
    padding: 20px;
    border: 1px solid #A5ACB2;
    background: #fff;
    overflow: scroll;
    overflow-x: hidden;
    color: #333;
    font-size: 12px;
}

    .train_order .agreement_container .content_box_con h3 {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

    .train_order .agreement_container .content_box_con b, .agreement_container .content_box_con strong {
        font-weight: bold;
    }

    .train_order .agreement_container .content_box_con h4, .book_textarea ol {
        font-size: 12px;
        margin-bottom: 10px;
    }

.train_order .prompt_container .content_box_it {
    padding: 16px 18px 18px 18px;
    border: 1px solid #BBDFFF;
    background: #fff;
}

    .train_order .prompt_container .content_box_it p {
        margin: 4px 2px 2px 2px;
    }

.train_order .trainInfo_class {
    height: 140px;
    border: 1px solid #dcdcdc;
    font-size: 22px;
    padding: 40px 10px 0 70px;
    background-color: #fff;
}

    .train_order .trainInfo_class .trainNo, .trainInfo_class .fromInfo, .trainInfo_class .imgs, .trainInfo_class .toInfo {
        float: left;
        text-align: center;
    }

    .train_order .trainInfo_class .fromInfo {
        margin-left: 107px;
    }

    .train_order .trainInfo_class .traindate {
        font-size: 16px;
        color: #666;
    }

    .train_order .trainInfo_class .traindate, .trainInfo_class .trainTime, .trainInfo_class .trainCity {
        margin-bottom: 15px;
    }

    .train_order .trainInfo_class .trainTime {
        font-weight: bold;
    }

    .train_order .trainInfo_class .trainNo {
        line-height: 100px;
    }

    .train_order .trainInfo_class .imgs {
        text-align: center;
        width: 200px;
    }

    .train_order .trainInfo_class .trainTake {
        margin-top: 5px;
    }

    .train_order .trainInfo_class .trainImg {
        margin-top: 15px;
    }

    .train_order .trainInfo_class .trainicom {
        height: 4px;
        margin-bottom: 20px;
        border-top: 1px solid #ddd;
    }

    .train_order .trainInfo_class .trainCity, .trainInfo_class .trainTake {
        font-size: 18px;
        color: #666;
    }

.train_order .trainImg, .trainicom {
    margin: 0 10px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    font-size: 34px;
    color: #aaa;
}

.train_order .seatType_class {
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #666;
    margin: 20px 0 0 0;
    text-align: left;
    background-color: #fff;
}

.train_order .seatType_classChild {
    margin-top: 30px;
    margin-bottom: 20px;
}

.train_order .trainSeat {
    width: 145px;
    height: 60px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 10px;
    cursor: pointer;
    line-height: 20px;
    box-sizing: border-box;
}

    .train_order .trainSeat .seatType {
        margin-top: 10px;
    }

.train_order .off {
    background-color: #f3f3f3;
}


.train_order .seatPrice {
    color: #f63;
    display: inline;
    padding-left: 10px;
}

.train_order .tickets {
    padding-top: 3px;
    font-size: 12px;
}

.train_order .submit_container .sub_left .chbAgre, .train_order .noseat .chbAgre {
    padding: 0;
    margin-top: 5px;
    *margin-top: -1px;
    border: 0;
    background: 0;
    margin-left: 4px;
    line-height: 21px;
}

.train_order .noseat {
    margin: 20px 0 0 18px;
    height: 21px;
    line-height: 21px;
}

.train_order .none {
    display: none;
}

.train_order .submit_container .sub_left .spAgre a {
    cursor: pointer;
}

.train_order .checkSeat {
    border: 1px solid #f60;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 20px;
    width: 34%;
    color: #666;
    font-size: 12px;
    background: #fff4d9;
    cursor: pointer;
    display: none;
}

.train_order .tip {
    color: #999;
    font-weight: normal;
}

.train_order .checkSeat .tip {
    margin-left: 3px;
    margin-right: 5px;
    background: url(/content/Styles/images/tips.0.2.png) no-repeat scroll 134px -573px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: -313px -163px;
    vertical-align: text-top;
}

.train_order .seatType_classChild1 {
    position: relative;
    margin-top: 20px;
}

.train_order .seatType_classChild2 {
    margin-bottom: 0;
}

.train_order .seatType_classChild h2 {
    margin-left: 60px;
    display: inline-block;
    width: 90px;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    padding-left: 10px;
    box-sizing: border-box;
}

.train_order .seatType_classChild .trainSeat1 {
    vertical-align: top;
    width: 120px;
    height: 48px;
    font-size: 16px;
    line-height: 46px;
}

.train_order .seatType_classChild .default {
    border-color: transparent;
    text-align: left;
    padding-left: 10px;
}

.train_order .seatType_classChild b {
    font-weight: normal;
}

.train_order .seatType_classChild em {
    color: #ff7800;
}

.train_order .seatType_classChild i {
    font-style: normal;
    cursor: pointer;
    border-bottom: 1px dashed #999;
    line-height: 30px;
}

.train_order .seatType_classChild .prompt {
    width: 522px;
    height: 142px;
    background-color: #fff;
    border: 5px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 107px;
    left: 112px;
}

.train_order .seatType_classChild .prompt_box {
    width: 100%;
    padding: 5px;
    border: 1px solid #999;
    box-sizing: border-box;
}

    .train_order .seatType_classChild .prompt_box p {
        font-size: 12px;
        color: #333;
        line-height: 20px;
        border-spacing: 0;
    }

    .train_order .seatType_classChild .prompt_box .top_ind {
        padding-left: 15px;
    }

.train_order .ticket_setting {
    width: 828px;
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    background-color: #fff;
}

.train_order .settingStep {
    color: #666;
    line-height: 9px;
    padding: 3px 0 0 8px;
}

.train_order .ticket_setting .seatType_classChild {
    margin: 60px 70px;
}

    .train_order .ticket_setting .seatType_classChild .grabUntil {
        font-size: 16px;
        margin-right: 20px;
    }

    .train_order .ticket_setting .seatType_classChild select {
        height: 26px;
        width: 200px;
        margin-right: 10px;
        font-size: 14px;
        outline: 0;
    }

    .train_order .ticket_setting .seatType_classChild .grabLetter {
        color: #999;
        letter-spacing: 1px;
    }

.train_order .passengerBox {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 10px;
}

.common_passen {
    position: relative;
    padding: 10px 0 0 10px;
    background: #f0f5fa;
    /* margin-top: 15px; */
    font-size: 14px;
}

.common_passen_titPadTop0 {
    padding: 0 0 10px;
}

.common_passen_tit {
    font-weight: bold;
    width: 86px;
    padding-top: 10px;
}

.common_passen_list {
    margin-left: 5px;
}

.fl {
    display: inline;
    float: left;
}

.common_passen_list label {
    line-height: 37px;
    width: 82px;
    height: 40px;
    _height: 23px;
    margin-top: -9px;
    _padding-top: 3px;
    word-break: break-all;
    overflow: hidden;
    cursor: pointer;
}

.common_passen_list input {
    margin-right: 4px;
    vertical-align: middle;
}

.common_passen .mod_passenger_select .passengers {
    border-color: #ddd;
    border-right: none;
    border-bottom: none;
}
/*常用旅客列表*/
.mod_passenger .mod_passenger_select .passengers > ul {
    border-color: #ddd;
}

    .mod_passenger .mod_passenger_select .passengers > ul .checkbox input {
        margin-right: 4px;
    }

.common_passen {
    padding: 0 0 0 0px;
    border: 1px solid #ddd;
}

    .common_passen tr td:first-child {
        text-align: center;
        border-right: 1px dashed #ccc;
        background-color: #F0F5FA;
        color: #666;
        width: 100px;
    }

        .common_passen tr td:first-child h3 {
            width: 100%;
        }

    .common_passen tr td:last-child {
        padding: 0 0 0 20px;
        background: #fff;
    }

.common_passen_list {
    max-height: 138px;
}

    .common_passen_list > ul {
        max-height: 138px;
        overflow-y: scroll;
    }

        .common_passen_list > ul > li {
            padding-top: 10px;
        }

            .common_passen_list > ul > li:last-child .type_name {
                border-bottom: none;
            }

    .common_passen_list .type_letter {
        width: 38px;
        line-height: 20px;
        text-align: center;
        border: 1px solid;
        border-radius: 2px;
        margin-top: 1px;
    }

    .common_passen_list .type_name {
        margin: 0 10px 0 65px;
        border-bottom: 1px dashed #ccc;
        width: 578px;
    }

    .common_passen_list label input {
        border-radius: 0;
        width: 15px;
        height: 15px;
        margin-right: 2px;
        vertical-align: -29%;
        background-color: red;
    }

    .common_passen_list label {
        font-size: 12px;
    }

.train_order .passengerinfo {
    width: 828px;
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    background-color: #fff;
}

.train_order .passengerinfo_tips {
    color: #666;
    line-height: 9px;
    padding: 3px 0 0 8px;
}

.train_order .passenger_info {
    padding: 10px 10px 0 20px;
    _padding: 0 7px 0 17px;
}

.train_order .passen_info {
    margin-bottom: 10px;
    background: #f0f5fa;
    width: 798px;
}

    .train_order .passen_info table {
        width: 768px;
        position: relative;
    }

    .train_order .passen_info .passen_title {
        font-size: 14px;
        color: #666;
        padding-right: 40px;
        width: 37px;
    }

    .train_order .passen_info tr {
        height: 40px;
    }

    .train_order .passen_info th {
        font-size: 14px;
        color: #666;
        text-align: right;
        padding-right: 10px;
        width: 65px;
    }

    .train_order .passen_info .btn_addChild em {
        margin-right: 5px;
    }

.train_order .passen_info_box {
    margin: 20px 0 0 20px;
}

    .train_order .passen_info_box input {
        height: 20px;
        padding: 2px 0 2px 6px;
        line-height: 20px;
        border: 1px solid #ccc;
        width: 192px;
    }

    .train_order .passen_info_box .sel_paperwork, .train_order .sel_insur, .train_order .sel_traintype,
    .train_order .sel_papersex, .train_order .sel_birthday {
        height: 26px;
        padding: 1px 1px 1px 3px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .train_order .passen_info_box .inp_passen_paperwork, .train_order .child_info .inp_passen_name {
        width: 192px;
        _width: 192px;
    }

    .train_order .passen_info_box.borderTop {
        border-top: 0;
    }

    .train_order .passen_info_box .name_txt {
        width: 50px;
    }

    .train_order .passen_info_box .empha {
        padding-right: 7px;
        font-family: "\5B8B\4F53";
        color: #f00;
    }

    .train_order .passen_info_box .name_lab {
        width: 44px;
        padding-left: 10px;
    }

    .train_order .passen_info_box .name_exp {
        width: 52px;
        height: 20px;
        zoom: 1;
    }

    .train_order .passen_info_box .paperwork {
        width: 362px;
        height: 22px;
    }

        .train_order .passen_info_box .paperwork a {
            margin-left: 20px;
        }

    .train_order .passen_info_box .paperwork_lab {
        height: 22px;
    }

    .train_order .passen_info_box .paperwork_sel {
        width: 200px;
    }

    .train_order .passen_info_box .papersex_sel {
        width: 50px;
        margin-left: 5px;
    }

.train_order .papersex_sel .man {
    width: 14px;
    vertical-align: middle;
    outline: 0;
    box-shadow: none;
    border: 0;
}

.train_order .papersex_sel .women {
    width: 14px;
    margin-left: 40px;
    vertical-align: middle;
    outline: 0;
    box-shadow: none;
    border: 0;
}

.train_order .papersex_sel span.sex {
    font-size: 14px;
    color: #333;
    padding-left: 8px;
    vertical-align: middle;
}

.train_order .passen_info_box .birthday_sel {
    width: 70px;
    margin-left: 5px;
}

.train_order .passen_info_box .sel_paperwork {
    width: 200px;
}

.train_order .passen_info_box .sel_traintype {
    width: 130px;
    margin-left: 5px;
}

    .train_order .passen_info_box .sel_traintype .price {
        color: #F60;
        font-family: "arial";
        font-style: normal;
    }

.train_order .passen_info_box .sel_papersex {
    width: 45px;
}

.train_order .passen_info_box .adoultbirth {
    width: 276px;
}

.train_order .passen_info_box .adoultsex {
    width: 112px;
}

.train_order .passen_info_box .sel_birthday {
    width: 70px;
    _width: 60px;
}

.train_order .passen_info_box .paperwork_txt input {
    width: 160px;
    height: 16px;
    padding: 2px 0 2px 6px;
    line-height: 16px;
    border: 1px solid #ccc;
}

.train_order .passen_info_box .birthday {
    width: 204px;
    height: 22px;
}

.train_order .passen_info_box .birthday_lab {
    width: 78px;
    height: 22px;
}

.train_order .passen_info_box .birthday_txt input {
    width: 192px;
    _width: 192px;
    height: 20px;
    padding: 2px 0 2px 6px;
    line-height: 18px;
    border: 1px solid #ccc;
}


.train_order .passen_info_box .safety {
    width: 240px;
    height: 22px;
    zoom: 1;
}

.train_order .passen_info_box .safety_name, .train_order .safety_price, .train_order .insur_box {
    padding-right: 8px;
    height: 22px;
}

.train_order .passen_info_box .arial_f60 {
    color: #f60;
    font-family: "arial";
}

.train_order .passen_info_box .infoDel {
    width: 24px;
    height: 17px;
    padding-top: 9px;
}

.train_order .passen_info_box .infoDel_btn {
    width: 14px;
    height: 13px;
    display: block;
    font-size: 0;
    background-position: -251px -215px;
}

    .train_order .passen_info_box .infoDel_btn:focus {
        outline: 0;
    }

.train_order .passen_info_box .childSex {
    width: 85px;
    height: 22px;
}

    .train_order .passen_info_box .childSex .sel_sex {
        height: 22px;
        float: left;
        padding: 1px 1px 1px 3px;
        border: 1px solid #ccc;
        background: #fff;
    }

.train_order .passen_info_box .childSex_lab {
    width: 33px;
    padding-left: 2px;
}

.train_order .passen_info_box .usualPassen {
    width: 222px;
    height: 22px;
    margin-left: 10px;
}

.train_order .passen_info_box .checkbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/content/Styles/images/train-bg.png);
    background-position: -287px -202px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: 0;
    *top: -1px;
}

    .train_order .passen_info_box .checkbox.selected {
        background-position: -287px -178px;
    }

    .train_order .passen_info_box .checkbox.disabled {
        background-position: -287px -226px;
    }

.train_order .passen_info_box .isCheckPassen {
    display: none;
}

.train_order .passen_info .child {
    height: auto;
}

.train_order .passen_info .child_tip {
    height: 36px;
    line-height: 36px;
    padding-left: 38px;
    font-size: 12px;
    color: #666;
}

.train_order .passen_info .name_c {
    color: #f60;
}

.train_order .passen_info_box .th_name {
    float: left;
    margin-top: 2px;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    text-align: right;
    width: 60px;
}

.train_order .passen_info_box .td_s {
    width: 65px;
}

.train_order .passen_info_box .td_t {
    width: 220px;
}

.train_order .adult_birthday {
    width: 388px;
}

.train_order .passen_name_exp {
    color: #999;
    font-weight: normal;
    margin-left: 26px;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}

.children_rule {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 5px solid #ddd;
    top: 149px;
    left: 246px;
}

.children_ruleMin {
    border: 1px solid #999;
}

    .children_ruleMin .box {
        width: 500px;
        background-color: #fff;
        padding: 5px;
    }

        .children_ruleMin .box p {
            font-size: 12px;
            color: #333;
            line-height: 20px;
            border-spacing: 0;
            padding-left: 15px;
        }

.train_order .child_tips {
    height: 30px;
    background: #fff;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding-left: 20px;
}

.common_passen > table {
    width: 100%;
}

.common_passen tr td:last-child .mod_passenger {
    width: 100%;
}

    .common_passen tr td:last-child .mod_passenger .checkbox input {
        margin-right: 4px;
    }

.train_order .passen_add {
    height: 36px;
    padding: 20px 0;
    border-top: 1px dashed #dcdcdc;
    margin-top: 10px;
}

.train_order .passen_add_btn {
    width: 113px;
    height: 36px;
    line-height: 36px;
    _line-height: 34px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}

    .train_order .passen_add_btn:hover {
        color: #fff;
        text-decoration: none;
        background-position: -9px -127px;
    }

    .train_order .passen_add_btn em {
        font-weight: bold;
    }

.train_order .passen_add_def {
    background-color: #f7f7f7;
    cursor: default;
    color: #999;
}

    .train_order .passen_add_def:hover {
        background-position: -501px -160px;
        cursor: default;
        color: #999;
        text-decoration: none;
    }

.train_order .passen_add_tip {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
}

.train_order .add_child_disable b, .train_order .product_choice dd {
    background: url("http://img1.40017.cn/cn/t/book/2013/un_icon_book.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}

.train_order .product_choice {
    position: relative;
    margin-left: 300px;
}

    .train_order .product_choice:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        overflow: hidden;
    }

.train_order .product_choice {
    margin-bottom: 17px;
}

    .train_order .product_choice .sel_insur {
        font-size: 12px;
        color: #999;
    }

    .train_order .product_choice .tip {
        font-size: 12px;
        color: #666;
        margin-left: 20px;
    }

    .train_order .product_choice dl {
        float: left;
    }

    .train_order .product_choice dt {
        font-weight: bold;
        margin-bottom: 3px;
    }

    .train_order .product_choice dd {
        background-position: 0 -60px;
        margin-bottom: 3px;
        padding-left: 16px;
    }

    .train_order .product_choice .upgrade_dd {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        margin-top: 20px;
    }

    .train_order .product_choice dd {
        background: url(/content/Styles/images/un_icon_book.png) no-repeat;
    }

    .train_order .product_choice dd {
        margin-bottom: 3px;
        padding-left: 16px;
        background-position: 0 -61px;
    }

    .train_order .product_choice .paidui dd {
        background-position: 0 -90px;
    }

    .train_order .product_choice .upgrade_dd {
        margin-top: 20px;
        background: 0;
    }

    .train_order .product_choice .paidui .tips {
        color: #666;
        margin-right: 10px;
    }

    .train_order .product_choice .paidui .tit {
        font-weight: bold;
        padding-top: 1px;
        padding-left: 20px;
        background: url(/content/Styles/images/invalid_symbol.png) no-repeat scroll left;
    }

    .train_order .product_choice .paidui {
        line-height: 23px;
        margin-top: 5px;
        height: 78px;
    }

    .train_order .product_choice i.iconfont {
        position: absolute;
        top: 11px;
        right: 24px;
        color: #a1a1a1;
        cursor: pointer;
    }

    .train_order .product_choice .proInfo {
        max-width: 600px;
        padding: 10px 16px;
        background-color: #fff;
        line-height: 23px;
        position: absolute;
        z-index: 10;
        top: 32px;
        right: 5px;
        border: 1px solid #dcdcdc;
        box-shadow: 0 2px 3px rgba(204,204,204,.5);
    }


.train_order .chooseDept i.iconfont {
    position: absolute;
    top: 11px;
    right: 470px;
    color: #a1a1a1;
    cursor: pointer;
}

.train_order .chooseDept .proInfo {
    max-width: 500px;
    padding: 10px 16px;
    background-color: #fff;
    line-height: 23px;
    position: absolute;
    z-index: 10;
    top: 32px;
    right: 45px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 3px rgba(204,204,204,.5);
}

.train_order .pop_v2 .btn_box_v2 .btn_c, .pop_v2 .btn_box_v2 .btn_w, .product_choice .btn_c, .btn_wangfan {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    box-shadow: 0 1px 0 rgba(0,85,170,0.8);
    border-radius: 3px;
    clear: both;
    background-color: #27C;
    border: 1px solid #05A;
}

.train_order #passenInsur {
    position: relative;
}

.train_order .insurance_arrow {
    background: url(/content/Styles/images/train-bg3.png) no-repeat;
    width: 14px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}

.train_order #passenInsurBox .up {
    background-position: -238px -220px;
}

.train_order #passenInsurBox .down {
    background-position: -238px -250px;
}

.train_order .currentInsur {
    font-size: 12px;
    color: #999;
    margin-right: 12px;
}

.train_order .insurance_box {
    width: 308px;
    height: 188px;
    border: 1px solid #ccc;
    z-index: 11;
    position: absolute;
    background: #fff;
    display: none;
    border-bottom: 0;
    right: -194px;
    bottom: 23px;
}

.train_order .insurance_content {
    width: 100%;
    height: 71px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.train_order .select_radio {
    width: 46px;
    height: 71px;
    line-height: 71px;
    float: left;
}

.train_order .radio_btn {
    padding: 0 10px 0 16px;
}

    .train_order .radio_btn input {
        width: 20px;
        height: 20px;
    }

.train_order .insurance_info {
    width: 196px;
    float: left;
}

    .train_order .insurance_info .head {
        font-size: 14px;
        color: #333;
        margin-top: 12px;
        font-weight: bolder;
        display: block;
    }

    .train_order .insurance_info .info {
        font-size: 12px;
        color: #999;
        margin-top: 9px;
        display: block;
    }

.train_order .insurance_price {
    line-height: 71px;
    color: #f60;
    font-size: 14px;
}

.train_order .noinsurance {
    height: 43px;
    line-height: 43px;
}

.train_order .insurance_box .nobuy {
    height: 46px;
    line-height: 46px;
}

.train_order .insurance_box .nobuyTxt {
    font-size: 14px;
    color: #999;
}

.train_order .border_arrow {
    margin-top: -3px;
    margin-left: 55px;
    z-index: 10;
}

.train_order .nobuy_box {
    width: 246px;
    height: 69px;
    border: 1px solid #ccc;
    z-index: 11;
    position: absolute;
    background: #fff;
    display: none;
    border-bottom: 0;
    right: -102px;
    bottom: 25px;
}

.train_order .nobuy_content {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #ccc;
}

    .train_order .nobuy_content .tips {
        padding: 16px;
        font-size: 14px;
        color: #444;
        display: inline-block;
    }

.train_order .product_choice .tip {
    font-size: 12px;
    color: #666;
    margin-left: 20px;
}

.train_order .getTicket {
    padding-left: 20px;
    font-size: 14px;
}

    .train_order .getTicket input {
        margin: 3px 12px 0 0;
    }

    .train_order .getTicket font {
        color: #f63;
    }

    .train_order .getTicket .tip {
        padding-left: 42px;
        clear: both;
        font-size: 12px;
        color: #666;
    }

    .train_order .getTicket .getTicketTitle {
        padding-left: 50px;
        color: #666;
    }

    .train_order .getTicket .icom, .seats_info .icom {
        background: url(/content/Styles/images/train-bg.png) no-repeat scroll 0 -553px;
        width: 15px;
        height: 15px;
        margin: 0 0 -2px 10px;
        display: inline-block;
        cursor: pointer;
    }

.train_order .station {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .train_order .station .recom {
        display: inline-block;
        border: solid 1px #ff7800;
        border-radius: 2px;
        font-size: 10px;
        color: #ff7800;
        width: 40px;
        height: 16px;
        text-align: center;
        line-height: 16px;
    }

    .train_order .station .clearRecom {
        color: #ccc;
        border: solid 1px#ccc;
    }

.train_order .contact_container {
    clear: both;
    text-align: left;
    margin-top: 20px;
    /*border-bottom: dashed 1px #dcdcdc;*/
}

    .train_order .contact_container.reser_info {
        padding: 0 20px 20px;
    }

        .train_order .contact_container.reser_info table {
            font-size: 12px;
            width: 828px;
        }

        .train_order .contact_container.reser_info tr {
            height: 35px;
        }

        .train_order .contact_container.reser_info strong {
            font-weight: bold;
        }

        .train_order .contact_container.reser_info em {
            color: #F00;
            font-family: \5B8B\4F53;
            margin-right: 7px;
        }

        .train_order .contact_container.reser_info .a_show {
            background: url(/content/Styles/images/check_bg.png) 162px -176px no-repeat;
            display: inline-block;
            line-height: 20px;
            padding-right: 15px;
        }

        .train_order .contact_container.reser_info .a_close {
            background: url(/content/Styles/images/check_bg.png) 150px -227px no-repeat;
            display: inline-block;
            line-height: 20px;
            padding-right: 15px;
        }

        .train_order .contact_container.reser_info textarea {
            width: 520px;
            height: 50px;
        }

        .train_order .contact_container.reser_info td em.tips {
            color: #999;
            font-size: 12px;
            margin-left: 5px;
        }

    .train_order .contact_container .cl_1 {
        width: 100px;
        text-align: right;
        color: #666;
        font-size: 14px;
    }

    .train_order .contact_container input[type='text'] {
        border: 1px solid #ccc;
        height: 20px;
        padding: 3px 20px 3px 8px;
        width: 123px;
        line-height: 20px;
    }

    .train_order .contact_container select {
        border: 1px solid #ccc;
        height: 28px;
        padding: 3px 20px 3px 8px;
        width: 224px;
        line-height: 28px;
        margin: 3px 12px 0 0;
    }

    .train_order .contact_container .promptDiv {
        *margin-top: 26px;
        *margin-left: -150px;
        _margin-top: 28px;
    }

    .train_order .contact_container .phone, .train_order .contact_container .uname {
        width: 194px;
    }

.train_order .submit_container .sub_left {
    margin: 20px 0 45px 16px;
    font-size: 14px;
}

    .train_order .submit_container .sub_left .chbAgre, .train_order .noseat .chbAgre {
        padding: 0;
        margin-top: 5px;
        *margin-top: -1px;
        border: 0;
        background: 0;
        margin-left: 4px;
        line-height: 21px;
    }

    .train_order .submit_container .sub_left .spAgre a {
        cursor: pointer;
    }

    .train_order .submit_container .sub_left label {
        margin: 0;
        padding: 0;
    }

.train_order .submit_container .sub_right {
    text-align: center;
    height: 40px;
}

.train_order .submit_container .btn_order_submit {
    width: 200px;
    height: 50px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
}

    .train_order .submit_container .btn_order_submit:hover {
        background-position: -10px -250px;
    }

.train_order .submit_container .sub_right span {
    display: inline-block;
    margin-right: 10px;
    padding-top: 7px;
}

.train_order .submit_container .sub_right_man {
    height: 28px;
    line-height: 28px;
}

.train_order .submit_container span.train_price {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.train_order .submit_container em {
    color: #f60;
    word-spacing: 2px;
    border: 0;
}

.train_order .submit_container a.lnk_price {
    height: 30px;
    line-height: 30px;
    padding-top: 2px;
    margin-right: 10px;
    text-decoration: none;
    cursor: default;
}

    .train_order .submit_container a.lnk_price:hover {
        text-decoration: none;
    }

.train_order #contentright {
    width: 350px;
    /*margin-top: 10px;*/
}

.train_order .priceinfo {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background-color: #fff;
}

.train_order .priceinfo_details {
    padding: 10px 18px 20px 18px;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 16px;
}

    .train_order .priceinfo_details p {
        height: 32px;
        line-height: 32px;
    }

    .train_order .priceinfo_details .priceinfo_price {
        float: right;
    }

.train_order .priceinfo_total {
    padding: 20px 18px 10px 18px;
    font-size: 18px;
}

    .train_order .priceinfo_total .priceinfo_price {
        font-size: 28px;
        color: #ff7800;
    }

    .train_order .priceinfo_total em {
        font-size: 36px;
    }

.train_order .priceinfo_tip {
    padding: 0 18px 20px 18px;
    color: #666;
}

.train_order .priceinfo_details .priceinfo_type {
    width: 60px;
    color: #666;
    float: left;
}

.train_order .title {
    border-bottom: 1px dashed #dcdcdc;
    height: 41px;
    line-height: 41px;
    padding: 5px 18px;
    font-size: 20px;
}

.train_order .warmtips {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-bottom: 20px;
}

    .train_order .warmtips p {
        line-height: 22px;
        color: #666;
    }

        .train_order .warmtips p i.iconfont {
            color: #ff9434;
            line-height: 28px;
        }

    .train_order .warmtips .cl {
        padding-bottom: 8px;
    }

    .train_order .warmtips .warmtips_tip {
        padding: 15px 18px 25px 18px;
    }

.train_order .MailinfoBox {
    padding: 5px 0 10px 20px;
    margin-bottom: 10px;
}

    .train_order .MailinfoBox .col {
        width: 100px;
        text-align: right;
        line-height: 28px;
    }

        .train_order .MailinfoBox .col em {
            color: red;
            margin-right: 3px;
        }

    .train_order .MailinfoBox input {
        border: 1px solid #ccc;
        height: 20px;
        padding: 3px 20px 3px 8px;
        width: 194px;
        line-height: 20px;
        font-size: 12px;
    }

    .train_order .MailinfoBox select {
        border: 1px solid #ccc;
        height: 25px;
        padding: 3px;
        width: 110px;
        line-height: 28px;
        font-size: 12px;
    }

    .train_order .MailinfoBox .cor {
        line-height: 28px;
    }
/*train_orderStatus.html*/
.train_orderStatusR {
    width: 980px;
    float: right;
    font-family: 'Microsoft YaHei';
}

    .train_orderStatusR .orderinfo {
        font-family: "\5B8B\4F53";
    }

    .train_orderStatusR .orderInfo {
        width: 100%;
        height: 198px;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

        .train_orderStatusR .orderInfo .tag {
            position: absolute;
            margin-left: 912px;
        }

        .train_orderStatusR .orderInfo .orderInfo_left {
            width: 389px;
            height: 100%;
            border-right: 1px solid #ddd;
            float: left;
        }

        .train_orderStatusR .orderInfo .orderInfo_right {
            width: 570px;
            height: 100%;
            float: left;
        }

    .train_orderStatusR .orderInfo_left .head {
        font-size: 16px;
        font-weight: 700;
        height: 55px;
        line-height: 55px;
        padding-left: 20px;
        border-bottom: 1px dashed #ddd;
    }

    .train_orderStatusR .orderInfo .orderInfo_right .content_left {
        width: 260px;
        margin: 32px 0 0 30px;
        border-right: 1px dashed #ddd;
        float: left;
        padding-bottom: 10px;
    }

    .train_orderStatusR .orderInfo .orderInfo_right .content_right {
        margin: 45px 10px 0 29px;
        float: left;
        width: 240px;
    }

    .train_orderStatusR .trainInfo {
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

        .train_orderStatusR .trainInfo .fromInfo, .train_orderStatusR .trainInfo .imgs, .train_orderStatusR .trainInfo .toInfo {
            float: left;
        }

        .train_orderStatusR .trainInfo .toInfo {
            text-align: right;
        }

        .train_orderStatusR .trainInfo .imgs .icom {
            text-align: center;
            width: 200px;
            height: 65px;
        }

        .train_orderStatusR .trainInfo .trainTake {
            text-align: center;
            color: #666;
        }

    .train_orderStatusR .trainFCity {
        font-size: 16px;
        color: #666;
    }

    .train_orderStatusR .trainTCity {
        font-size: 16px;
        color: #666;
        text-align: right;
    }

    .train_orderStatusR .trainTime {
        font-size: 22px;
        color: #333;
        font-weight: 700;
        padding-top: 14px;
    }

    .train_orderStatusR .trainDate {
        font-size: 12px;
        color: #666;
        padding-top: 14px;
    }

    .train_orderStatusR .trainImg, .trainicom {
        margin: 0 10px;
        width: 40px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        overflow: hidden;
        font-size: 40px;
        color: #aaa;
    }

    .train_orderStatusR .trainicom {
        background-position: -225px -200px;
        height: 10px;
        line-height: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .train_orderStatusR .trainImg {
        margin-top: 10px;
    }

    .train_orderStatusR .content_left .totalPrice {
        padding-top: 32px;
        padding-bottom: 36px;
    }

        .train_orderStatusR .content_left .totalPrice .priceTxt {
            color: #999;
            font-size: 16px;
        }

        .train_orderStatusR .content_left .totalPrice .money {
            font-size: 20px;
            color: #f60;
            padding-left: 5px;
        }

        .train_orderStatusR .content_left .totalPrice .detail {
            font-size: 14px;
            color: #209ef6;
            padding-left: 10px;
        }

    .train_orderStatusR .content_left .times {
        font-size: 14px;
        color: #999;
        padding-bottom: 20px;
    }

    .train_orderStatusR .content_right .orderStatus {
        font-size: 16px;
        color: #999;
    }

    .train_orderStatusR .content_right .failureWords {
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 12px;
        font-size: 12px;
        color: #999;
    }

    .train_orderStatusR .content_right .orderStatus .paystate {
        color: #50b400;
        font-weight: 700;
    }

    .train_orderStatusR .content_right .query {
        margin-top: 10px;
    }

    .train_orderStatusR .content_right .bar {
        width: 150px;
        height: 14px;
        border: 1px solid #ddd;
        margin-top: 12px;
    }

        .train_orderStatusR .content_right .bar #progress {
            width: 0;
            background: #50b400;
            height: 14px;
            line-height: 14px;
            text-align: right;
            color: #fff;
        }

    .train_orderStatusR .content_right .backOrder, .train_orderStatusR .content_right .btnReload, .train_orderStatusR .content_right .continueOrder {
        width: 130px;
        height: 34px;
        background: #ff7800;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        margin-top: 20px;
        cursor: pointer;
    }

    .train_orderStatusR .content_right .btnList {
        margin-top: 20px;
        line-height: 20px;
        font-size: 13px;
    }

        .train_orderStatusR .content_right .btnList .pay, .train_orderStatusR .content_right .solution,
        .train_orderStatusR .content_right .btnList .grabTickets {
            float: left;
            /*width: 100px;*/
            height: 34px;
            background: #ff7800;
            border-radius: 2px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 34px;
            cursor: pointer;
            padding: 0 18px;
        }

        .train_orderStatusR .content_right .btnList .padding {
            padding: 0 10px;
        }

    .train_orderStatusR .content_right .solution {
        display: none;
    }

    .train_orderStatusR .content_right .btnList .cancelOrder, .train_orderStatusR .content_right .continueOrder2 {
        float: left;
        width: 100px;
        height: 34px;
        border-radius: 2px;
        color: #666;
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        margin-left: 20px;
        cursor: pointer;
        display: block;
        border: 1px solid #dcdcdc;
    }

    .train_orderStatusR .content_right .continueOrder2 {
        margin-left: 0;
        margin-right: 20px;
    }

    .train_orderStatusR .content_right .cancelOrder_yj {
        float: left;
        width: 100px;
        height: 32px;
        border-radius: 2px;
        color: #666;
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        margin-left: 20px;
        cursor: pointer;
        display: block;
        border: 1px solid #dcdcdc;
        margin-top: 20px;
    }

    .train_orderStatusR .content_right .tips {
        margin-top: 12px;
        width: 240px;
        display: none;
    }

        .train_orderStatusR .content_right .tips .notice {
            color: #f60;
            font-size: 12px;
        }

    .train_orderStatusR .content_right .loading {
        margin-top: 20px;
        display: none;
    }

        .train_orderStatusR .content_right .loading img {
            float: left;
            width: 34px;
            height: 34px;
            vertical-align: middle;
        }

        .train_orderStatusR .content_right .loading .laodTxt {
            float: left;
            margin-left: 5px;
            font-size: 16px;
            line-height: 34px;
        }

    .train_orderStatusR .payleft {
        font-size: 12px;
        color: #999;
        margin-top: 12px;
    }

        .train_orderStatusR .payleft .leftTime {
            color: #f60;
        }

    .train_orderStatusR .list01 {
        margin-top: 0;
        float: left;
        clear: both;
    }

        .train_orderStatusR .list01 .divList {
            padding: 0;
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
            height: 198px;
            border: solid 1px #ddd;
            box-sizing: border-box;
        }

        .train_orderStatusR .list01 .takeTickInfo {
            padding: 0;
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
            border: solid 1px #ddd;
            box-sizing: border-box;
        }

        .train_orderStatusR .list01 .passList {
            padding: 0;
            margin: 20px 0;
            width: 100%;
            border: solid 1px #ddd;
            box-sizing: border-box;
        }

        .train_orderStatusR .list01 .pl20 {
            padding-left: 20px;
        }

        .train_orderStatusR .list01 .bottomLink {
            margin-bottom: 30px;
        }

            .train_orderStatusR .list01 .bottomLink .delOrder {
                color: #209ef6;
                font-size: 14px;
                float: right;
            }

        .train_orderStatusR .list01 .dashedBorder {
            border-bottom: dashed 1px #ddd;
        }

        .train_orderStatusR .list01 .dashedBorder2 {
            border-top: dashed 1px #ddd;
        }

        .train_orderStatusR .list01 .pl20 h3 {
            font-size: 16px;
            line-height: 55px;
            color: #333;
            font-weight: 600;
            border-bottom: none;
            padding-bottom: 0;
        }

        .train_orderStatusR .list01 .mb20 {
            margin-bottom: 20px;
        }

        .train_orderStatusR .list01 .takeTickInfo .fz14 {
            font-size: 14px;
            color: #666;
            margin-top: 20px;
        }

        .train_orderStatusR .list01 .passList .passLine {
            line-height: 45px;
            font-size: 14px;
            color: #333;
        }

            .train_orderStatusR .list01 .passList .passLine table {
                width: 100%;
            }

                .train_orderStatusR .list01 .passList .passLine table tr td {
                    padding-top: 0;
                }

        .train_orderStatusR .list01 .cellWidth4 .insurance {
            color: #209ef6;
            text-decoration: none;
        }

        .train_orderStatusR .list01 .passList .passLine table tr td .pasStatus {
            width: 50px;
            display: block;
        }

        .train_orderStatusR .list01 .passList .passLine table {
            text-align: center;
        }

            .train_orderStatusR .list01 .passList .passLine table th {
                text-align: center;
            }

            .train_orderStatusR .list01 .passList .passLine table tr td .refund_progress,
            .train_orderStatusR .list01 .passList .passLine table tr td .tickets_refund,
            .train_orderStatusR .list01 .passList .passLine table tr td .tickets_meal {
                width: 50px;
                height: 24px;
                line-height: 24px;
                display: inline-block;
                font-size: 12px;
                color: #fff;
                text-align: center;
                border-radius: 4px;
                background-color: #ff7800;
            }

                .train_orderStatusR .list01 .passList .passLine table tr td .refund_progress:hover,
                .train_orderStatusR .list01 .passList .passLine table tr td .tickets_refund:hover,
                .train_orderStatusR .list01 .passList .passLine table tr td .tickets_meal:hover {
                    text-decoration: none;
                    background-color: #FF6600;
                }

        .train_orderStatusR .list01 .tick_speed .ul_list {
            color: #999;
            min-height: 75px;
            margin-top: 14px;
            margin-bottom: 14px;
        }

            .train_orderStatusR .list01 .tick_speed .ul_list .people {
                width: 818px;
                margin-bottom: 6px;
                margin-left: 60px;
            }

            .train_orderStatusR .list01 .tick_speed .ul_list li span {
                margin-right: 24px;
                line-height: 24px;
            }

        .train_orderStatusR .list01 .tick_speed ul li.last {
            color: #ff7800;
        }

    .train_orderStatusR .returnTicketList_div {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #f0f0f0;
        margin-left: 5px;
    }

        .train_orderStatusR .returnTicketList_div ul li {
            text-align: left;
            list-style-type: none;
            margin: 10px 5px;
        }

        .train_orderStatusR .returnTicketList_div h4 {
            padding-left: 10px;
        }

        .train_orderStatusR .returnTicketList_div p {
            padding-left: 10px;
        }

        .train_orderStatusR .returnTicketList_div .indent {
            margin-left: 20px;
            margin-top: 10px;
        }

/* */
.passengerBox {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 10px;
}

.common_passen {
    position: relative;
    /*padding: 10px 0 0 10px;*/
    background: #f0f5fa;
    /*margin-top: 15px;*/
    font-size: 14px;
}

.common_passen_tit {
    font-weight: bold;
    width: 86px;
    padding-top: 10px;
}

.common_passen_12306 {
    width: 86px;
}

.common_passen_list {
    margin-left: 5px;
}

    .common_passen_list label {
        line-height: 37px;
        width: 82px;
        height: 40px;
        _height: 23px;
        margin-top: -9px;
        _padding-top: 3px;
        word-break: break-all;
        overflow: hidden;
        cursor: pointer;
    }

    .common_passen_list input {
        margin-right: 4px;
        vertical-align: middle;
    }

    .common_passen_list .psHide {
        display: none;
    }

.common_passen_titPadTop0 {
    padding: 0 0 10px;
}

/*添加乘客*/
.hw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.hw-layer-wrap {
    box-sizing: border-box;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -285px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.12);
    padding: 20px 50px;
}

.hw-overlay .addPeople {
    margin-right: -15px;
    margin-left: -15px;
}

    .hw-overlay .addPeople h2 {
        height: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 18px;
        font-family: microsoft yahei;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .hw-overlay .addPeople form .info {
        margin-left: 10px;
    }

        .hw-overlay .addPeople form .info:after {
            display: block;
            clear: both;
            content: " ";
            visibility: hidden;
        }

        .hw-overlay .addPeople form .info .common {
            float: left;
            width: 396px;
        }

            .hw-overlay .addPeople form .info .common p {
                height: 30px;
                margin-bottom: 16px;
                font-size: 14px;
                line-height: 30px;
            }

            .hw-overlay .addPeople form .info .common .type {
                display: inline-block;
                width: 80px;
                height: 100%;
                text-align: right;
                margin-right: 16px;
                float: left;
            }

            .hw-overlay .addPeople form .info .common input {
                float: left;
                display: inline-block;
                width: 300px;
                height: 100%;
                border: 1px solid #ccc;
                padding-left: 10px;
                box-sizing: border-box;
            }

            .hw-overlay .addPeople form .info .common select {
                width: 300px;
                height: 100%;
                border-color: #ccc;
                padding-left: 8px;
                box-sizing: border-box;
            }

.hw-overlay .button {
    margin: 16px 0 0 115px;
}

    .hw-overlay .button input {
        display: inline-block;
        width: 66px;
        height: 32px;
        border-radius: 4px;
        font-size: 16px;
        color: #fff;
        margin-left: 30px;
        cursor: pointer;
    }

    .hw-overlay .button .comfirm {
        background-color: #5cb85c;
    }

    .hw-overlay .button .concel {
        background-color: #F0AD4E;
    }

    .hw-overlay .button .comfirm:hover {
        background-color: #438643;
    }

    .hw-overlay .button .concel:hover {
        background-color: #dc9d46;
    }
