.map_container {
    position: relative;
}

.info_category {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 350px;
}

#m_subway,
#m_bus {
    height: 100%;
    overflow-y: auto;
}

.m_tab_item_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_tab_item_row1 img {
    height: 30px;
}

.m_tab_item_row1 p {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 700
}

.m_tab_item h5 {
    margin-top: 3px;
    color: #666;
    font-size: 11px;
}

.m_tab_item {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding-bottom: 2px;
    cursor: pointer;
}

.m_tab_item:hover {
    border-bottom: 2px solid rgb(9, 179, 85);
}

.st_view_inner .st_views {
    overflow: auto;
    height: 395px;
}