#routeControl{
    display: none;
}
.route_fixed, .route_fixed_over{
    position: fixed;
    height:100%;
    top:0;
    left:0;
    padding-top: 40px;
}
.route_fixed{
    width:100%;
    background-color: #000;
    z-index:1000000010;
    opacity:0.5;
}
.route_fixed_over{
    width:80%;
    background-color: #fff;
    z-index:1000000020;
}
.route_panel{
    position: relative;
    width:100%;
    height:100%;
}
.route_title{
    width:100%;
    height:30px;
    color:#999;
    text-align: center;
    line-height:31px;
    display: none;
}
.route_wrap{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*padding-top:30px;*/
    padding-top: 0;
}
.route_wrap div:first-child, .route_wrap div.div_ul_two{
    width: 50%;
    height: 100%;
    float: left;
}
.table_route{
    width:100%;
    height:100%;
    border-top:1px solid #eee;
    table-layout: fixed;
}
.table_route tr td{
    padding:0;
    vertical-align: top;
    position: relative;
}
.table_route tr td:first-child, .table_route tr td.td_tr_two{
    /*width:80px;*/
    width:50%;
}
.ul_route_common{
    width:100%;
    height:100%;
    overflow-y: auto;
}
.ul_route_common li{
    color:#333;
   /*padding:5px 5px 5px 10px;*/
    padding:0 10px 0 10px;
}
.ul_route_common li span{
    display: block;
    width:100%;
    padding:8px 0 8px 10px;
}
.ul_route_common li:active{
    opacity:0.7;
}
.ul_one{
    background-color: #ececec;
}
.ul_one li span{
    border-bottom:1px solid #e1e1e1
}
.ul_one li.active{
    color:#1da0fa;
    background-color: #fff;
    /*border-left:2px solid #1da0fa;*/
}
.ul_one li.active span{
    border-bottom: none;
}
.ul_two{
    background-color: #fff;
}
.ul_two li span{
    border-bottom:1px solid #eee;
}
.ul_two li.active{
    color:#1da0fa;
    background-color: #fff;
    /*border-left:2px solid #1da0fa;*/
}
.ul_three{
    padding:0 10px;
}
.ul_three li{
    border-bottom:1px solid #eee;
}
.ul_three li.active{
    color:#1da0fa;
}