
        .cc-highlight {
            color:#228B22!important;
        }
        .cc-highlight-bk {
            background-color:#228B22!important;
        }
        .cc-highlight-fill {
            fill:#228B22!important;
        }


        /*隐藏首页右上角"+"中的投票和消息*/
.pc-main-frame .header-banner>nav .icon .inner-icon.icon-hcm-add {
    display: none;
}

/*个人资料移动端样式调整*/
.employee-page .emp-profile-block .emp-profile-block-line{
    display:none;
}
.employee-page .emp-profile-block .emp-profile-block-head{
    background: #eee;
    font-weight: 650;
}