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


        .bottom-menu>.item:nth-child(2) {   
display:none;
}
/*隐藏“在线反馈”按钮*/
.pc-main-frame .header-banner > nav .icon.with-inner {
        display:None; }

/*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner>nav .with-inner .icon-hcm-add {
    display: none;
}
/*隐藏“搜索”按钮*/
hc-workflow-process .bill-third-process-page .process-block .process .process-info .process-content .info .info-content .hc-button {
    display: none;
}
/*隐藏“审批流程中 沟通”按钮*/
.new-portal .header-banner>nav .icon.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;
}
/*移动端首页顶部搜索框及加号隐藏*/
.home-page .plugin-flow header {
    display:none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}

.pc-main-frame .header-banner>nav .icon-hcm-question {
    display: none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}
.eval-obj-info .obj-info-fold .obj-photo {

    height: 58px;

    width: 58px;}
   
/*隐藏积分功能菜单*/
.recruit-job-detail-view-pc .job-score .score-content {
   display: none;
}
/*隐藏推荐积分功能菜单*/
   .hc-list-rec-recommend-job .recommend-job-list-content .score-info {
         display: none;} 
         
  /*更多条件*/       
 .recruit-job-filter .filter-bottom .upload-btn-all {
    color: var(--hcm-theme-color);
    line-height: 36px;display: none;
}
time-calendar .calendar-table .calendar-tbody .trow-container .calendar-trow .calendar-cell{
    width:100px !important;
}
 .switch-tabs .tab-pane{
display:none;
}  /*隐藏注册类型*/  
    
.circle .bottom-menu .unread {
    background: var(--hcm-theme-color);
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 2px;
    width: 20px;
}
@media screen and (min-width: 600px) {
    .login-window {
        z-index: 1;
        margin: auto;
        width: 400px;
        height: 530px;
        padding: 40px 50px;
        font-size: 14px;
    }
}
@media screen and (min-width: 600px) {
     
    .login-window {
     left:28%;
     
 }
}
.login-window{
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0);
}