/* 右侧挂件 */
.right-unit-resource{
    padding: 30px 0;
}
.unit-resource-header{
    position: relative;
    height: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.unit-resource-title{
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.unit-identify{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.unit-identify:hover{
    color: #D50000;
}
.unit-identify:hover +.fast-identify{
    display: block;
}
/* 挂件tab选项卡 */
.unit-resource-tab{
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 20px;
}
.unit-resource-tab li{
    float: left;
    color: #666666;
    font-size: 16px;
    margin-right: 12px;
    cursor: pointer;
}
.unit-resource-tab li.js-unit-active{
    font-weight: bold;
    color: #333333;
}
.unit-resource-container{
}
.unit-resource-content{
    display: none;
}
.unit-resource-content.js-unit-active{
    display: block;
}
.unit-resource-content li{
    margin-bottom: 20px;
}
.unit-resource-content li:last-child{
    margin-bottom: 0;
}
.unit-resource-module{
    position: relative;
    margin: 20px 0 14px 20px;
    overflow: hidden;
    width: 280px;
}
.unit-resource-module:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}
.unit-resource-pic{
    position: relative;
    float: left;
    margin-right: 7px;
}
.unit-user-img{
    float: left;
    margin: 16px 8px 0 16px;
}
.unit-logo {
    display: block;
    width: 72px;
    height: 54px;
    border-radius: 2px;
}
.invite-logo {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.invite-user-status{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 13px;
}
.unit-info{
    max-width: 170px;
    float: left;
    font-size: 0;
    margin-top: 13px;
}
.unit-user-info{
    float: left;
    width: 50px;
    font-size: 0;
}
.unit-name{
    display: inline-block;
    max-width: 170px;
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 2px;
}
.unit-name:hover{
    color: #d50000;
}
.unit-username{
    display: inline-block;
    max-width: 50px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 16px;
}
.unit-username:hover{
    color: #D50000;
}
.unit-username span{
    color: #999;
    margin-left: 10px;
}
.unit-address{
    margin-top: 8px;
    overflow: hidden;
}
.unit-user-chat{
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}
.unit-address img{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.unit-address span{
    float: left;
    width: 126px;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.unit-user-chat img{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.unit-user-chat .user-chat-default{
    display: block;
}
.unit-user-chat .user-chat-hover{
    display: none;
}
.unit-user-chat span{
    float: left;
    color: #1E6CDD;
    font-size: 14px;
    line-height: 18px;
}
.unit-user-chat:hover span{
    color: #1A5BBA;
}
.unit-user-chat:hover .user-chat-default{
    display: none;
}
.unit-user-chat:hover .user-chat-hover{
    display: block;
}
.unit-user-chat:hover +.invite-expert-qrcode{
    display: block;
}
.invite-expert-qrcode{
    display: none;
    position: absolute;
    z-index: 99;
    top: -98px;
    right: 176px;
    width: 194px;
    height: 240px;
}
.invite-qrcode-bg{
    position: absolute;
    width: 194px;
    height: 240px;
}
.invite-qrcode-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
}
.invite-qrcode{
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    margin: auto;
}

/* 专家认证 */
.fast-identify{
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    width: 290px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px -4px 8px 0px rgba(0, 0, 0, 0.06);
}
.fast-identify-title{
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.fast-identify-desc{
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.fast-identify-qrcode{
    display: block;
    width: 180px;
    height: 180px;
    margin: 20px auto;
}
.scan-register{
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.lead-scan-desc{
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.customer-service-chat{
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.company-user-box{
    width: 244px;
    height: 72px;
    background: #F5F7FA;
    border-radius: 2px;
    margin-bottom: 12px;
}
.company-user-box:last-child{
    margin-bottom: 0;
}
.random0{
    background-color: #AE98C6;
}
.random1{
    background-color: #E79178;
}
.random2{
    background-color: #E8AB6F;
}
.random3{
    background-color: #8BA2CC;
}
.random4{
    background-color: #6EAAE2;
}
.random5{
    background-color: #6BB5CE;
}
.random6{
    background-color: #91CFB7;
}
.unit-user-img span{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.unit-user-img .iron-icon{
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 10px;
    left: 48px;
}
.user-position{
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-company-operate{
    width: 98px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 3px;
    float: right;
    margin-right: 16px;
    margin-top: 20px;
    border: 1px solid #DCDCDC;
    position: relative;
    cursor: pointer;
}
.right-company-operate img{
    float: left;
    width: 18px;
    height: 18px;
    margin: 5px 2px 5px 10px;
}
.right-company-operate span{
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    float: left;
}
.common-module-default{
    display: block;
}
.common-module-active{
    display: none;
}
.right-company-operate:hover{
    background-color: #D50000;
}
.right-company-operate:hover span{
    color: #ffffff;
}
.right-company-operate:hover .common-module-default{
    display: none;
}
.right-company-operate:hover .common-module-active{
    display: block;
}.right-company-operate:hover .inviter-qrcode{
     display: block;
 }
.inviter-qrcode{
    display: none;
    position: absolute;
    z-index: 999;
    top: -70px;
    right: -180px;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
}
.inviter-qrcode img{
    display: block;
    width: 140px;
    height: 140px;
}
.inviter-qrcode:hover{
    display: block;
}
.company-item-user{
    width: 242px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1620px){
    .inviter-qrcode{
        right: 0;
        top: 40px;
    }
}

/* 投资热门标签 */
.pendant-hot-tag{
    position: relative;
    display: block;
}
.pendant-hot-tag::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/assets/img/hot-recomond-label.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 2px 0px 2px 0px;
    width: 48px;
    height: 16px;
}