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


        /*登录表单位置修改位置*/
@media screen and (min-width:600px){
.login-window{
position:absolute;
right:0px;
top:0;
bottom: 0;
    margin: auto;
    width: 500px;
    height: unset;
    padding: 120px 50px 30px 50px;
    font-size: 14px;
}

.rec-candidate-resume-pc .my-resume-content .my-resume-view-right {
    height: 80%;
    overflow-y: scroll;
}
}
.login-window{
    background: rgba(255, 255, 255, 80%);
}

/*PC隐藏“搜索”按钮*/

.new-portal .header-banner>nav .icon.icon-hcm-check {
    display: none;
}

/*移动端首页顶部搜索框及加号隐藏*/
.home-page .plugin-flow header {
    display:none;
}
/*隐藏注册面*/
.switch-tabs .tab-pane{
display:none;
}
/*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner>nav .with-inner .icon-hcm-add {
    display: none;
}
/*隐藏“在线反馈”按钮*/
.pc-main-frame .header-banner > nav .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;
}

.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-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/


/*手机端职位详情页面隐藏工作地点*/
.company-recruit .company-recruit-block:nth-last-child(1)  {display:none}

/*PC端隐藏简历解析*/
.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-show-plugins {
    margin-top: 100px;
}

/*隐藏简历内推人*/
.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;
}

.login-tip .code-messages{display:none;}
.login-tip .code-button-group{display:none;}

/*登录页忘记密码文本区域替换*/

.PWD #pw-login #login-alter {
    position:relative;
}

.login-switch > .span_pwd{
   color: #DB2B3B;
}
/*关闭应聘者聊天*/
rec-chat-line .rec-chat-line .chat-frame .footer-btn .btn-box .item-btn {
     display: none;
}
