﻿.index_routeprice_content{margin:0px auto 4% auto;}
.inner_mainrpftabs{width:92%;  margin:4% auto 0px auto; font-size:0px;}
.inner_mainrpftabs_item{width:50%; padding:0px; margin:0px; font-size:0px; display:inline-block; height:40px; line-height:40px; text-align:center; background-color:#ddd;}
.inner_mainrpftabs_item a{display:inline-block; color:#333; text-decoration:none; font-size:16px; width:100%; height:100%;}
.inner_mainrpftabs_item.active{background-color:#0e68a7;}
.inner_mainrpftabs_item.active a{color:#fff;}
/* 计划出行 结果 */
.inner_mainrpr_wrap .tabs {
    height:30px !important; line-height:30px !important; overflow:hidden; 
}
.inner_mainrpr_wrap .tabs a i, .inner_mainrpr_wrap .tabs a span {
    cursor:pointer; display:inline-block; height:30px; line-height:30px; vertical-align:top;
}
    /*可达未选中*/
    .inner_mainrpr_wrap .tabs a i.fast-route {
        display:inline-block; width:24px; height:30px; overflow:hidden; text-indent:-99999px;
        background:transparent url('../images/rpltresult/fast_route_acce.png') no-repeat center center;
        background-size:24px;

    }
    .inner_mainrpr_wrap .tabs a i.less-exch-route {
        display:inline-block; width:24px; height:30px; overflow:hidden; text-indent:-99999px;
        background:transparent url('../images/rpltresult/less_exch_route_acce.png') no-repeat center center;
        background-size:24px;

    }
    .inner_mainrpr_wrap .tabs a span {}
    /*可达选中*/
    .inner_mainrpr_wrap .tabs a.active i.fast-route {
    }
    .inner_mainrpr_wrap .tabs a.active i.less-exch-route {
    }
    .inner_mainrpr_wrap .tabs a.active span {}
    /*不可达未选中*/
    .inner_mainrpr_wrap .tabs a.in-accessible i.fast-route {
        background:transparent url('../images/rpltresult/fast_route_inacce.png') no-repeat center center;
        background-size:24px;
    }
    .inner_mainrpr_wrap .tabs a.in-accessible i.less-exch-route {
        background:transparent url('../images/rpltresult/less_exch_route_inacce.png') no-repeat center center;
        background-size:24px;
    }
    .inner_mainrpr_wrap .tabs a.in-accessible span {
        color:#999;
    }
    /*不可达选中*/
    .inner_mainrpr_wrap .tabs a.active.in-accessible i.fast-route {
    }
    .inner_mainrpr_wrap .tabs a.active.in-accessible i.less-exch-route {
    }
    .inner_mainrpr_wrap .tabs a.active.in-accessible span {
    }

/*查询结果提示*/
.inner_list_clg_tip {
    color:#c27a26; margin:0px -1px 0px -1px; background:white; padding-bottom:6px;
}
    .inner_list_clg_tip span {
        vertical-align:top; display:inline-block; height:24px; line-height:24px;
    }
    .inner_list_clg_tip i.fast-route {
        display:inline-block; width:24px; height:24px; overflow:hidden; text-indent:-99999px;
        background:transparent url('../images/rpltresult/fast_route_acce.png') no-repeat center center;
        background-size:24px;
    }
    .inner_list_clg_tip i.less-exch-route {
        display:inline-block; width:24px; height:24px; overflow:hidden; text-indent:-99999px;
        background:transparent url('../images/rpltresult/less_exch_route_acce.png') no-repeat center center;
        background-size:24px;
    }