.btnCont{
    position: absolute;
    bottom: 70px;
    left: 70px;
    z-index: 998;
    text-align: left;
    width: 200px;
    box-sizing: border-box;
    padding-right: 20px;
    cursor: pointer;
}
.btnCont button{
    border: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    color: #fff;
    background-color: #6dcff6;
    padding: 4px 12px;
}

#POISearch{
    position: absolute;
    top: 4px;
    width: 360px;
    left: 80px;
    height: 36px;
    z-index: 98;
}
#POISearch .inputBox{
    height: 100%;
}
.roadPlan{
    width: 45px;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    background-size: 20px 20px;
    background-position: 7px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 12px;
    position: relative;
}
#pathAnalysis{
    position: absolute;
    top: 4px;
    width: 360px;
    left: 80px;
    z-index: 999;
    height: 90%;
    /*height: 25%;*/
    /*overflow-y: auto;*/
}
#setHeight{
    position:absolute;
    width:100%;
    max-height:90%;
    background-color:#fff;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
    border-left:1px solid #c5bdbd;
    border-right:1px solid #c5bdbd ;
    border-bottom:1px solid #c5bdbd ;
    top:57px;
    left:0


}
#pathAnalysis .modal-content{
    box-shadow: none !important;
    position:static;
}
#pathAnalysis .modal-header .close{
    margin-top: -10px;
}
.wayShow .nav-tabs{
    border-bottom: none;
}
.wayShow .nav-tabs li{
    width: 50%;
    text-align: center;
    position: relative;
}
.wayShow .nav-tabs li:first-child:after{
    /*border-right: 1px solid #ddd;*/
    position: absolute;
    width: 1px;
    height: 23px;
    background: #ddd;
    content: '';
    right: 0;
    top: 10px;
}
.wayShow .nav-tabs>li.active>a,.wayShow .nav-tabs>li.active>a:hover,.wayShow .nav-tabs>li.active>a:focus{
    border-color: transparent;
}
.wayShow .nav-tabs>li>a:hover{
    border-color: transparent;
}
/*#panel {*/
    /*position: absolute;*/
    /*background-color: white;*/
    /*max-height: 90%;*/
    /*overflow-y: auto;*/
    /*top: 80px;*/
    /*right: 10px;*/
    /*width: 280px;*/
/*}*/
/*#panel .amap-call {*/
    /*background-color: #009cf9;*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
/*}*/
/*#panel .amap-lib-driving {*/
    /*border-bottom-left-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
    /*overflow: hidden;*/
/*}*/
.wayShow .panel{
    margin-bottom: 0;
}
.wayShow .panel-body{
    padding: 0;
}
.panel .panel-heading.routesTit{
    padding: 10px;
    background-color: #f4f9fd;
    padding-bottom: 0;
}

.routesTit-desc>span{
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.routesTit-desc>span:first-child{
    padding-left: 0;
}
.routes-list{
    padding:12px 0;
    height: 300px;
    overflow-y: auto;
}
.routes-list p{
    margin: 0;
    padding:0;
}
.routes-list li{
    padding-left: 35px;
    position: relative;
    line-height: 28px;
    /*border-bottom: 1px solid #f0f0f0;*/
    /*min-height: 56px;*/

}
.routes-list li p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.route .route-item{
    min-height: 56px;
    border-bottom: 1px solid #f0f0f0;
}
.routes-list li .road-name{
    font-weight: bold;
}
.routes-list li:before{
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    background-image: url(../img/diricon.png);
    background-size: 671px 238px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e7e8;
    z-index: 10;
}
.routes-list li:after{
    top: 20px;
    left: 8px;
    height: 105%;
    width: 4px;
    background-color: #e5e7e8;
    position: absolute;
    content: '';
    z-index: 9;
}
.routes-list li:last-child:after{
    height: 0;
}
.routes-list li .route-desc{
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.routes-list li i.fa{
    position: absolute;
    right: 10px;
    top: 33px;
    color: #ccc;
    cursor: pointer;
}
.routes-list .routeseg{
    font-size: 12px;
    color: #565656;
    line-height: 16px;
    padding: 6px 0;
}
.routes-list li.start,.routes-list li.end{
    line-height: 58px;
    font-weight: bold;
}
.routes-list li.start:before{
    background-position: -47px -104px;
    margin-top: 18px;
}
.routes-list li.end:before{
    background-position: -126px -104px;
    margin-top: 18px;
}
.routes-list li.turn-left:before{
    background-position: -87px -23px;
}
.routes-list li.turn-right:before{
    background-position: -124px -23px;
}
.routes-list li.turn-advance:before{
    background-position: -46px -23px;
}
.routes-list li.turn-rightup:before{
    background-position: -206px -23px;
}
/*.routes-list li.turn-leftup:before{*/
    /*background-position: -206px -23px;*/
/*}*/
.routes-list li.turn-keepleft:before{
    background-position: -406px -23px;
}
.routes-list li.turn-keepright:before{
    background-position: -445px -23px;
}