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


        /*隐藏右上角"新建"与“帮助”按钮*/

.pc-main-frame .header-banner > nav .with-inner .inner-icon.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;
}

/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) { 
    display:none; }
/*隐藏移动端底部“我的”入口*/
.bottom-menu>.item:nth-child(5) { 
    display:none; }

@media screen and (min-width: 600px) {
body {
    background-position: center 5%;
    background-size: 1366px 768px;
    background-repeat: no-repeat;
}
.login-window {
    position:absolute;
    left: 50%;
    margin-left: 154px;
    top: 35px;
    width: 400px;
    box-shadow: none;
    background: transparent;
}

#pw-login {
    position: absolute;
    width: 300px;
    margin-top: 95px;
    right: 70px;
}

#login-third-party {
    padding-top: 0px;
}

#login_name_form {
    margin-top: 55px;
}

.login-window .beian {
    display:none;
}


.login-window .hcm-login-lang .hcm-login-selected-box {
    display:none;
}
.workflow-detail-info-page-v3 .v3-wf-info-pc-new .around-content .detail-form-new-box {
	height: auto;
}
.login-window .login-title img {
    display: none;
}

.login-window .login-title div {
    display: none;
}

.login-window .login-bak {
    display:none;
}

.login-window .login-window-inner .submit {
    width: 30%;
    line-height: 15px;
    float: right;
    font-family: "\9ED1\4F53";
}

.login-window .login-window-inner .input {
    margin: 30px 0;
    font-family: "\9ED1\4F53";
}

.login-window .login-window-inner .input-field input{
    font-size: 14px;
    font-family: "\9ED1\4F53";
}

.login-window .login-window-inner .error .content_tip{
    font-family: "\9ED1\4F53";
}

.login-window .login-window-inner .tip .content_tip {
    font-family: "\9ED1\4F53";
}

.login-window .login-window-inner div:nth-child(2)::before{
    content: "用户名：";
    position: absolute;
    white-space: nowrap;
    right: 345px;
    top: 172px;
    font-family: "\9ED1\4F53";
    margin-top: 55px;
}

.login-window .login-window-inner div:nth-child(2)::after{
    content: "密\00A0\00A0码：";
    position: absolute;
    white-space: nowrap;
    right: 345px;
    top: 246px;
    font-family: "\9ED1\4F53";
    margin-top: 55px;
}
}

.login-window .login-bak {
    display:none;
}

.pc-main-frame .portal-header {
    background: #020c23;
    color: #eaedef;
}
.pc-main-frame .portal-header .header-content .portal-nav .nav-btn .header-menu .recruit-header-title a {
    color: #eaedef;
}
/*隐藏部门培训记录个人学习记录页面上方部分数据*/
.personal_center .personal_header .personal_total_info {
    display: none;
}
/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
   display: block;
}
/*登录首页显示服务通道*/
.customer-service {
    display: flex;
}
.beian{
 display:none;
}
/*移动端首页顶部搜索框及加号隐藏*/
.home-page .plugin-flow header {
display:none;
}
/*流程左上角点击人员头像不跳进人员信息资料*/
.hc-personnel-state-card .info-photo-box{
    pointer-events:none
}