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


        /*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner > nav .inner-icon.icon-hcm-add {
    display: none;
}

/*PC端：隐藏我的简历中的内推人 20220320朱喆*/

.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;
}
/*移动端：隐藏我的简历中的内推人*/

.rec-candidate-resume-mobile .internal-code {
    display: none;
}



/*PC端：预览简历隐藏 20220320朱喆*/

.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-mobile .preview-resume {
    display: none;
}



/*上传简历隐藏pc  20220320朱喆 */
.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;
    
}

/*上传简历隐藏移动端  20220320朱喆 */
.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; } 


/*移动端隐藏招聘门户职位列表的部门、工资  20220322朱喆 */
.portal-job-list-mobile .job-list .list-content .row-content .custom-content .middle-area .middle-right-area
  {  display: none; } 

.portal-job-list-mobile .job-list .list-content .row-content .custom-content .top-area .top-right-area
  {  display: none; } 
  

  /*移动端隐藏岗位详情：工资  20220322朱喆 */
.company-recruit .company-recruit-main .company-recruit-block .salary
{  display: none; } 
  /*移动端隐藏校招活动各岗位列表：工资  20220322朱喆 */
.zsb-campus .campus-main .list .rec-job-item-out .zsb-list-top .zsb-list-mid .line-fir .rec-salary

{  display: none; } 

/*移动端隐藏初筛消息通知完善简历的超链接按钮  20220322朱喆 */
.progress_detail .rec-chat-line .chat-line .chat-line-main .article-item .article-content .attachment
  
{  display: none; } 



/*#login-html #pw-login .login-form .switch-tabs  > div:nth-child(1)*/
/*{  display: none; } */


/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}





