
.foot_siderbar {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 20;
    background: #fff;
    margin-top: -220px;
    box-shadow: 2px 2px 10px rgb(100 100 100);
}

.siderbar03 {
    padding: 5px 5px;
    text-align: center;
    color: #6d6d6d;
    font-size: 12px;
    position: relative;
}

.siderbar03>img {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 5px;
}

.siderbar04 {
    position: absolute;
    top: 20px;
    width: 120px;
    height: 120px;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #fff;
    z-index: 100;
    transition: all ease 0.4s;
    transform: scale(0) translateY(-50%);
    transform-origin: 100% 0;
    opacity: 0;
    left: -140px;
}

.siderbar04>img {
    width: 100%;
    height: 100%;
}

.siderbar03:hover .siderbar04 {
    opacity: 1;
    transform: scale(1) translateY(-50%);
}
/*聊天框职位公司名称一行*/
.layim-chat-title{padding-right:60px}

.addressBox{
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 120px;
    padding: 20px 93px 0;
    border-top: 1px solid #666;
}
.addressBox h2{
    padding: 10px 0;
    color: #e96707
}
.addressBox .headOffice{
    /*float: left;*/
}
.addressBox .branchOffice{
    /*float: right;*/
}
.addressBox .headOffice>div, .addressBox .branchOffice>div{
    padding: 5px 0;
    color: #999;
}

.to-im {
    
}

.to-im .icon-hudonggoutong_border{
    font-size: 30px;
    color: #0e7f0d;
}


.to-im p {
    color: #6d6d6d;
}

.no-read-num {
    display: none;
    position: absolute;
    right: 4px;
    top: 8px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}

.no-read-num2{
    right: 44px !important;
    top: 6px;
}

@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}
