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


        .user-profile-single-content .hc-view .shadow-switch {
    display: none;}*
    
/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;    

}
/*隐藏“在线反馈”按钮*/
.pc-main-frame .header-banner>nav .icon .icon-hcm-customer-service {
    display: none;
}
/*隐藏“帮助”按钮*/
.pc-main-frame .header-banner>nav .icon-hcm-question {
    display: none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}
/*隐藏右上角"新建"按钮*/ 
.pc-main-frame .header-banner>nav .with-inner .icon-hcm-add {
    display: none;
}
/*移动端首页顶部加号隐藏*/
.mobile .home-page .plugin-flow header .icon-hcm-add {
    display: none;
}
/*移动端首页整体下移不遮挡背景图片*/
 .mobile .hc-show-plugins {
    margin-top: 100px;
}
/*隐藏我的学习-课程-讲师*/
.train_session_base_view_my .detail .train_multi_teacher_pc .train_session_details_teacher {
    display: none;
  }
/*隐藏我的学习-课程-学时和积分*/
.train_session_base_view_my .hcm-content-base .train_class_title .train_right_top .integral{
    display:none;
}
.train_session_base_view_my .detail .train_multi_teacher .hcm-nav-item_wrap .tab{
    display:none;
}
.train_session_base_view_my .detail .train_multi_teacher .hcm-nav-item_wrap .course_desc{
    display:none;
}
.train_session_base_view_my .detail .train_multi_teacher{
    min-height:120px;
}
/*拉宽招聘门户我的简历右侧导航栏宽度*/
.rec-candidate-resume-pc .my-resume-content .my-resume-view-right {
    width: 280px;
}
/*人才画像个人信息组件隐藏标题*/
.home-widget-emp-view-card-info .hcm-content-body .hcm-content-title {
    display: none;}
/*首页人力看板主题颜色*/
hcm-board .hc-board-container .hc-board-component-container hc-board-component .hc-board-component-title {
    color:#1d1f20;
    font-weight: 700;
    
}
.home-widget .home-widget-header{
    color:#1d1f20;
    font-size: 17px;
    font-weight: 700;
}