.route_planning_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: white;
    z-index: 99999;
    border-bottom: solid 1px #B9B9B9
}

.route_planning_title .backBtn {
    position: absolute;
    top: 6px;
    left: 5%;
    color: #918683;
    width: 15%;
    height: 100%;
    font-size: 30px
}

.route_planning_title .closeBtn {
    position: absolute;
    top: 8px;
    right: 0;
    width: 10%;
    height: 100%;
    font-size: 25px;
    color: #918683
}

.route_planning_title div {
    height: 100%;
    width: 70%;
    text-align: center;
    margin-left: 15%;
    display: inline-block
}