.tabBar span {
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px;
}
@media (max-width: 360px){
    .panel-body {
        padding: 10px;
    }
    .tabBar span {
        padding: 0 5px;
    }

}
.tabBar span.current {
    border-bottom-color: #000000;
    border-bottom-width: thick;
}
.row-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 10px;
}
.flex {
    display: flex!important;
    flex-direction: row!important;

    position: relative;
    height:auto!important;
    height:80px;
    min-height:80px;
}
.tag-get, .tag-customer {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
    background-color: #000000;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top:30%;
}
.tag-customer {
    background-color: #FF4040;
}
.user-info{
    padding-left: 35px;
    position: absolute;
    top:20%;
    cursor:pointer;
}
.address {
    font-size: 15px;
    font-weight: bold;
}
.name {
    font-size: 13px;
    color: #757575;
    display:inline;
}
.tel {
    font-size: 13px;
    color: #757575;
    display:inline;
}
.address_id {
    font-size: 0;
    color: #FFFFFF;
    display:inline;
}
.other_info_row {
    margin-top: 5px;
    margin-bottom: 5px;
}
.other_info_title {
    /*font-weight: bold;*/
    display:inline;
    float: left;
    width: 30%;
    line-height: 28px;
}
.other_info_box {
    display:inline-block;
    float: right;
    width: 65%;
}
.bd-mp-5 {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    border-top: 1px solid #eee;
    font-size: 16px;
    flex-direction: row;
    align-items: center;
}
.footer span {
    color: #000000;
    display: inline-block;
    padding: 0 20px;
    border-bottom: solid 1px #ffffff;
}
.footer span.current {
    font-weight: bold;
    border-bottom: solid thick #000000 !important;
}
.user-info-lists {
    cursor:pointer;
}