
        .cc-highlight {
            color:#03A9F4!important;
        }
        .cc-highlight-bk {
            background-color:#03A9F4!important;
        }
        .cc-highlight-fill {
            fill:#03A9F4!important;
        }


        /*隐藏移动端底部“首页”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;   
 
}
/*.hc-show-plugins {*/
/*    margin-top: 120px;*/
/*}*/


.mobile .hc-show-plugins{
    margin-top: 120px;
}
/*隐藏绩效过程记录里的内部交流按钮*/
hc-board .comm-content .chat-frame .footer-btn .btn-box{display:none}
hc-board .comm-content-mobile rec-chat-line .rec-chat-line .chat-frame .footer-btn{display:none}

/*考核表里权重汇总改成红色*/
hc-field-list .hcm-field-list-body .extra_label_area .extra_label{color:red !important}

/*考核表里移动端去掉待评分*/
div.field.w-auto.margin-left-6.font-12.space-left-4.space-right-4.radius-2.space-top-2.color-background-orange{
    display: none !important
}


/*左上角点击人员头像不跳进人员信息资料*/
.hc-personnel-state-card .info-photo-box{
    pointer-events:none
}