.route_detail {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none
}

.pull_down {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    z-index: 9
}

.route_start {
    position: relative;
    top: -4%;
    left: 0;
    width: 100%;
    height: 8%;
    background: white;
    border-bottom: 1px solid #DBD4D4;
    color: #918683;
    line-height: 50px;
    font-size: 25px
}

.route_start .left {
    position: relative;
    width: 50%;
    height: 99%;
}

.route_start .left img {
    vertical-align: middle;
    margin-left: 8%
}

.route_start .left span {
    vertical-align: middle;
    font-size: 15px;
    color: #918683;
    margin-left: 3%
}

.route_start .right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 99%;
    text-align: center;
    font-size: 15px
}

.route_start .right span {
    vertical-align: middle
}

.route_info {
    position: relative;
    top: -4%;
    width: 100%;
    height: 82%;
    background: #F2F0F1;
    overflow-y: scroll;
    padding-top: 5px;
    text-align: center
}

.route_end {
    position: relative;
    left: 0;
    top: -4%;
    width: 100%;
    height: 8%;
    background: white;
    border-top: 1px solid #DBD4D4;
    line-height: 50px;
    font-size: 25px
}

.route_end .left {
    position: relative;
    width: 50%;
    height: 99%
}

.route_end .left img {
    vertical-align: middle;
    margin-left: 8%
}

.route_end .left span {
    vertical-align: middle;
    font-size: 15px;
    color: #918683;
    margin-left: 3%;
}

.route_end .right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 99%;
    text-align: center;
    font-size: 15px
}

.route_end .right span {
    vertical-align: middle
}
