#mmap{
    margin-top: 70px;
}
#bdmap, #bdresult{
    width: 100%;
}
.map-table {
    min-height: 350px;
    box-shadow: 0 0 10px 2px rgba(3,0,0,0.08);
    float: right;
    position: absolute;
    top: -40px;
    right: 20px;
    width: 342px;
    background-color: #fff;
}
.table-serch{
    height: 40px;
    border-bottom: 1px solid #eee;
}
.table-serch li{
    float: left;
    width: 55px;
    text-align: center;
    height: 37px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
}
.table-serch li.table-li-active{
    color: #1F6CDD;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #1F6CDD;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.table-serch li.table-li-active:first-child{
    border-left: 1px  solid #fff;
}
.table-serch li.table-li-active:last-child{
    border-right: 1px  solid #fff;
}
.table-serch-select{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    display: none;
}
.table-serch-select div{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-right: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
    position: relative;
    top: 1px;
    cursor:pointer;
}
.table-serch-select div.active{
    color: #1F6CDD;
    border-bottom: 1px solid #1F6CDD;

}
.map-serch-info{
    height: 295px;
    overflow: auto;
}
.map-serch-info ul{
    cursor: pointer;
    margin: 0 auto;
    padding:15px 20px;
}
.map-serch-info ul.active{
    background-color: #f5f7fb;
}
.map-serch-info ul:hover{
    background-color: #f5f7fb;
}

.map-serch-info ul li{
    float: left;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.tip-title{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    color: #333;

}
.tip-info{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;

}

.subway_black img{
    width: 14px;
    height: 14px;
    display: block;
    margin-top: 5px;
}
.table-serch-name{
    width: 170px;
    font-size: 14px;
    margin-left: 15px;

}
.map-serch-info .table-serch-distance{
    float: right;
}
.table-serch-distance{
    font-size: 14px;
    margin-left: 10px;
}

.table-serch-distance img{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.clearboth{
    clear: both;
}
.mapcenter{
    position: absolute;
    width: 122px;
    height: 30px;
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    z-index: 99;
    top: 12px;
    left: 85px;
    line-height: 30px;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}
.infoBox:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
}

.mapcenter img{
    width: 12px;
    position: relative;
    top: 2px;
}

.empty-detail-list{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52%;
    color: #9399a5;
    font-size: 14px;
}