#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:1051;
    opacity:0.5;
}
.route_fixed_over{
    width:80%;
    background-color: #fff;
    z-index:1052;
}
.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;
}
.route_wrap div:first-child{
    width: 40%;
}
.route_wrap div.div_ul_two{
    width: 60%;
}
.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:0 10px 0 10px;*/
    height: 80px;
    cursor: pointer;
}
.ul_route_common li span{
    display: block;
    width:100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 75px;
    padding-left: 50px;
    /*padding:8px 0 8px 10px;*/
}
.ul_route_common li:active{
    opacity:0.7;
}
.ul_one{
    background-color: #eee;
}
.ul_one li span{
    /*border-bottom:1px solid #e1e1e1*/
}
.ul_one li.active{
    color:#3887fe;
    background-color: #fff;
    /*border-left:2px solid #1da0fa;*/
}
.ul_one li.active span{
    border-bottom: none;
}
.ul_two{
    background-color: #fff;
    padding: 0 30px;
}
.ul_two li span{
    display: block;
    width:100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 75px;
    padding-left: 20px;
    border-bottom:1px solid #eee;
}
.ul_two li.active{
    color:#3887fe;
    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:#3887fe;
}