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


        #login-third-party {
    padding-top: 5px;
    position: relative;
   
}
#login-third-party .third-party-item:first-child .third-party-item-name {
    color: #DB2B3B;
}
#login-third-party .third-party-item:first-child img {
    position: absolute;
    opacity: 0;
}
#login-third-party img {
    display: none;
}

.third-party-item-name {
    margin-top: px;
    color: #DB2B3B;
    height: 35px;
    
}
.third-party-item {
     margin-top: px;
    width: 85px;
    font-size: 14px;
    cursor: pointer;
    
}

#login-third-party {
    padding-top: 5px;
    position: relative;
}
/*登录页忘记密码文本区域替换*/
.PWD .login-switch {
    opacity: 0;
}
.PWD #pw-login #login-alter {
    position:relative;
}
.PWD #pw-login #login-alter::before {
    content: "短信验证码登录";
    text-align: center;
    font-size: 14px;
    line-height: 46px;
    color: #DB2B3B;
    left:100px;
    position: absolute;
}
.login-switch > .span_type{
  
    display: none;
}
/*申报表背景*/
.emp-details-base .head .emp-photo img {
width: 135px;
height: 170px;
border-radius: 0;
}
.emp-details-base .head .emp-photo .mask {
border-radius: 0;
}
.emp-details-base .head .emp-photo {
width: 135px;
height: 170px;
border-radius: 0;
overflow: hidden;
cursor: pointer;
position: relative;
display: inline-block;
}

/*人员信息管理base页面：隐藏照片*/
.emp-details-base .head .emp-photo{
    display:none;
}



/*登录隐藏标准*/
.beian{
    display: none;
}
.environment_description {
    display: block;
    /* margin: auto; */
    color: #333333ad;
   font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 0 30%;
    margin-top: -10px;
    margin:0px 0px 15px 0px;
    word-break: break-word;
    /* left: 0; */
    bottom: -180px;
}
.title {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner > nav .icon.with-inner {
    display: none;
}
/*隐藏右上角"搜索"按钮*/
.new-portal .header-banner .search-view .icon-hcm-check {
    display: none;
}
.pc-main-frame .header-banner>nav .icon-hcm-question {
    display: none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}

.resume_pdf .attachResumeBtnGroup {
    display: none;
}
/*隐藏移动端搜索功能旁边的加号*/
.mobile .home-page .plugin-flow header .icon-hcm-add {
    display: none;
}
/*隐藏移动端搜索功能号*/
.mobile .home-page .plugin-flow header .search {
    display: none;
}
/*调整电脑端placeholder字号大小*/
.component-input-inner {
    font-size: 14.5px;
}
/*隐藏职称人员评分页面提交按钮*/
.review-score-vote .review-score-btn-top .submit {
    display: none;
}
/*隐藏职称人员查看附件材料按钮*/
.review-score-vote .review-score-title .look-btn .look-material {
    display: none;
}
/*职称人员评分页面保存按钮靠右*/
.review-score-vote .review-score-btn-top .save {
  position: absolute;
 display: none;
    right: 10px;

   
}
/*职称申报表字段上下居中展示*/
.hc-view .hc-form-field.single-line .hc-form-control .text {
    display: flex;
    align-items: center;
}

.dimension-detail-content .hc-form-field.hc-form-field.single-line .hc-form-label span {
    border-radius: unset;
}

.hc-form-field.hc-form-field.single-line .hc-form-label span:first-child {
    max-width: unset;
}

/*调整个人申报瀑布流页面顶部高度*/
.waterfall-view-pc[name='TitleEvalApplyCard']  .waterfall-view-top{
   height: 45px;}

/*调整移動制度文件列表行高*/
.hc-list[name='crud_model_Systemdocuments'] .row.list-view-unselected{
    min-height: 30px !important;
    padding: 0 2px !important;
}

/*调整pc制度文件列表行高*/
.hc-list-homepage .row-container .row.border-bottom-hide{
        min-height: 44px;
    padding: 0 30px;
}

/*调整pc端首页公告行高*/
.hc-list[name='crud_model_Announce'] .row .row-content {
     min-height: 25px;
    padding: 10px;
}