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


        
/*标题栏底色修改*/
.pc-main-frame .header-banner{
background-color: #1979f1 ;
}
.pc-main-frame .header-banner>nav .icon {
          color: #fff
}
/*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner>nav .with-inner .icon-hcm-add {
    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 .icon-hcm-customer-service {
    display: none;
}

/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {   
display:none;
}
/*隐藏推荐人*/
.rec-candidate-resume-pc .my-resume-content .my-resume-view-left .my-resume-other-info .my-resume-other-info-select-option .my-resume-other-info-left-content .internal-info {
    display: none ;
}
/*隐藏简历中心学历*/
.resume-detail-view .resume-content .apply-view-left .rec-resume-detail-resume-content .rec-resume-detail-base-info .rec-resume-detail-photo-info .rec-resume-detail-info ul .rec-resume-detail-info-third-li span:first-child{
    display: none;
}
/*预览简历隐藏*/
.rec-candidate-resume-pc .my-resume-content .my-resume-view-left .my-resume-other-info .my-resume-other-info-chart .other-info-desc .preview-resume-info {
    display: none;
}

.rec-candidate-resume-pc .my-resume-content .my-resume-view-center .my-resume-view-content-body .uploadBox {    display: none;
}

hc-dialog[name=recruit-resume-edit-way] .hc-dialog-window .recruit-edit-resume .edit-btn>div:nth-child(2){display:none;}


.rec-candidate-resume-mobile .my-resume-upload{
 display: none;}

hc-dialog[name=recruit-resume-edit-way] .hc-dialog-window .recruit-edit-resume .edit-btn>div :nth-child(2){  display: none; } 

hc-tab-pane > div#hc-tab-pane label {
    max-width: fit-content;}