.user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.user-info-left {
    display: flex;
}
.company-user-head {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.company-user-head > img {
    width: 100%;
    height: 100%;
}
.user-name-gender {
    line-height: 2rem;
}
.user-name {
    min-height: 1.4rem;
}
.user-gender {
    font-size: 0.875rem;
    color: #999;
}
.btn-contact {
    height: 2.2rem;
    padding: 0 1rem;
    line-height: 2.2rem;
    border-radius: 1.1rem;
}

.company-name {
    margin-bottom: 8px;
}

.btn-view-contact {
    width: 80%;
    margin: 2rem auto 1rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 1.2rem;
    display: block;
}
.view-contact-alert {
    font-size: 0.875rem;
    color: #999;
    text-align: center;
    margin-bottom: 1rem;
}

#baidu-map-company-address {
    margin: 1rem 0;
    height: 22rem;
}

.tab-box {
    z-index: 801;
}