.map_container {
    position: relative;
}

.info_category {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 1380px;
}
.jtm{width:18px!important;height:18px!important;margin-left:10px;float:right;}
#m_subway,
#m_bus,
#m_food,
#m_bank,#m_hotel,#m_building {
    height: 100%;
    overflow-y: auto;
    
}

#m_food,
#m_bank,#m_hotel,#m_building {
    padding: 20px;
    padding-right: 0px;
}
  #m_subway::-webkit-scrollbar,#m_bus::-webkit-scrollbar,#m_food::-webkit-scrollbar,#m_bank::-webkit-scrollbar,#m_hotel::-webkit-scrollbar,#m_building::-webkit-scrollbar {
            width: 4px;    
            /*height: 4px;*/
        }
 #m_subwayt::-webkit-scrollbar-thumb,#m_bus::-webkit-scrollbar-thumb,#m_food::-webkit-scrollbar-thumb,#m_bank::-webkit-scrollbar-thumb,#m_hotel::-webkit-scrollbar-thumb,#m_building::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
            background: rgba(0,0,0,0.5);
        }
        #m_subway::-webkit-scrollbar-track,#m_bus::-webkit-scrollbar-thumb,#m_food::-webkit-scrollbar-thumb,#m_bank::-webkit-scrollbar-thumb,#m_hotel::-webkit-scrollbar-thumb,#m_building::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.2);

        }
     
     
     
     
     
  
        

.m_tab_item_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_tab_item_row1 img {
    /* height: 25px; */
    width: 23px;
}

.m_tab_item_row1 p {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 700
}

.m_tab_item h5 {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    margin-left: 33px;
}

.m_tab_item {    
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding: 10px;
}

.m_tab_item:hover {
    /* border-bottom: 2px solid rgb(9, 179, 85); */
    background: #F1F1F1;
}
.m_tab_item.selected {
    color: #05A6F1;
    border-left: 2px solid #05A6F1;
}
.m_tab_item.selected h5 {
    color: #05A6F1 !important;
}
.m_content_container{
    max-width: 230px;
    width: 230px;
}
.m_content_container .m_title,
.text-line-1{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.m_content_container .m_content_img{
    display: block;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.m_content_addr{
    margin-top: 5px;
    color: #666;
}
.m_tab_item .icon-distance,
.m_content_container .icon-distance
{
    background: url(../fonts/distance.svg);
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.m_tab_item.selected .icon-distance{
    background: url(../fonts/distance_y.svg);    
}
.st_view_inner .st_views {
    overflow: auto;
    height: 470px;
    
    padding-right: 5px;
    margin-top:10px;
    margin-right: 10px;
}
div.clean_rounded-horizontal {    
    
}
div.clean_rounded-horizontal>div.st_views div.st_view_inner {
    padding: 0 !important;
}
div.clean_rounded-horizontal>div.st_tabs ul li a {
    border: none !important;font-size: 18px;color: #8C8C8C!important;
    height: 90px !important;
    line-height: 90px !important;
    font-weight: bold;
}
div.clean_rounded-horizontal>div.st_tabs ul li a.st_tab_first {
    border-top-left-radius: unset !important;font-size: 18px;color: #8C8C8C!important;
}
div.clean_rounded-horizontal>div.st_tabs ul li a.st_tab_active {    
    color: #000 !important;font-size: 18px;
    
    border-bottom: 2px solid #05A6F1 !important;
    font-weight: bold !important;
}
div.clean_rounded-horizontal>div.st_tabs ul li {    
   
}
div.clean_rounded-horizontal>div.st_views {
    border: none !important;
    
}
div.clean_rounded-horizontal>div.st_tabs ul li a.st_tab_last {
    border-top-right-radius: 0 !important;font-size: 18px;
}
div.separated_2-horizontal>div.st_tabs ul li a.st_tab_active {
    color: #000 !important;font-size: 20px;
    border-bottom: 3px solid #05A6F1 !important;
}
div.separated_2-horizontal>div.st_tabs div.st_tabs_wrap {
    margin-left: 13px;
    border-bottom: 1px solid #f7f5f5;
}
div.separated_2-horizontal>div.st_tabs ul li a {font-size: 20px;font-weight: bold;color: #666;
    line-height: 41px !important;
}
.BMap_pop > img{
    display: none !important;
}

.m_distance_subway{
    white-space: nowrap;
}