img{
    display: block;
}
.hide{
    display: none;
}
.bg_white{
    background: #fff;
}
.section_company {
    padding: 8px 20px;
    margin-bottom: 7px;
    color: #35aaa6;
    font-size: 14px;
    background: #fff;
}

.section_company .company_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: #ebf5f4;
    border-radius: 4px;
}

.section_company .company_wrap .icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.section_salesman{
    margin: 10px 15px 44px;
    border-radius: 4px;
    background: #fff;
}
.salesman_wrap {
    display: flex;
    padding: 20px 15px;
    border-radius: 4px;
}

.salesman_wrapXCX {
    justify-content: space-between;
    padding-bottom: 10px;
}
.salesman_div {
    display: flex;
}
.salesman_avatar {
    width: 70px;
    height: 70px;
    margin-right: 5px;
}

.salesman_info .salesman_name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
}

.salesman_info .badge {
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-left: 5px;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    background: url(../images/badge_bg@2x.png) no-repeat;
    background-size: contain;
}
.phone{
    display: flex;
    align-items: center;
    width: 103px;
    height: 18px;
    margin-top: 5px;
    color: #23c2bf;
    font-size: 12px;
    background: rgba(235,245,244,.6);
    border-radius: 9px;
}
.phone .icon{
    width: 10px;
    height: 12px;
    margin: 0 3px 0 5px;
}
.phone span{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #039591;
}
.organization_info_xcx {
    padding: 0 20px 20px;
}
.organization_info div{
    margin-top: 7px;
}
.label{
    height: 14px;
    line-height: 14px;
    padding: 0 2px;
    font-size: 12px;
    color: #ffaa3e;
    border-radius: 2px;
    border: 1px solid #ffaa3d;
}
.label_xcx {
    display: inline-block;
    width: 70px;
    text-align: center;
}
.value{
    height: 17px;
    margin-left: 3px;
    line-height: 17px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
}
.tiaokuan.clause.marginbottom span{
    padding: 0 27px 0 9px;
}