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


        /*登录页面提示内容*/
#login-html #login-alter::after {
    content: '本平台为互联网非涉密平台,严禁处理、传输国家秘密';
    color: #B22222;
    font-size: 20px;
}

/*隐藏移动端我的简历中的推荐人*/
.rec-candidate-resume-mobile .internal-code {
    display: none;
}
/*登录表单位置修改位置*/
@media screen and (min-width:600px){
.login-window{
position:absolute;
right:60px;
top:0;
bottom: 0;
}
.login-window::after {
    position: absolute;
    content: "山西航产科技有限公司承建";
    bottom: 0;
    right: 0;
    padding: 0 16px 8px 0;
    color: #999;
    font-size: 12px;
}
.switch-tabs .tab-pane{
display:none;
}
.rec-candidate-resume-pc .my-resume-content .my-resume-view-right {
    height: 80%;
    overflow-y: scroll;
}
/*登录页标题字号修改*/
.login-window .login-title{
font-size: 26px;
}
/*标题栏logo图片比例修改/高度变高*/
.pc .pc-main-frame .header-banner>nav .left-conent .logo-title .logo-panel .logo{

        height:50px;

}
}
.login-window {
    position:absolute;
    right:60px;
    top:0;
    bottom: 0;
    width: 380px;
    height:550px;
    padding: 15px 40px;
}
/*背景色配置*/
.bg-yellow-deep {
    background-color: #ffff00;
}
/*背景色配置*/
.bg-red-deep {
    background-color: #ff0000;
}
/*背景色配置*/
.bg-green-deep {
    background-color: #00FF00;
}

.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;
}

/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
   display: block;
}
/*登录首页显示服务通道*/
.customer-service {
    display: flex;
}
