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


        .hc-view .hc-form-field .hc-form-control .text {
        white-space: break-spaces;
      }
      
      
.hc-tip {
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}

.hc-tip>span {
    border-color: transparent transparent #fff transparent;
}

.hc-title {
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}

/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}
/*绩效360考核打分界面考核关系名称全部显示*/
.pc hc-tab-pane>div#hc-tab-pane label {
    max-width: 14em;
}
/*绩效360打分界面滑杆粗细*/
hc-slider .custom-slider.rzslider .rz-bar {
    height: 8px;
}
/*绩效360打分界面滑杆按钮大小位置*/
hc-slider .custom-slider.rzslider .rz-pointer {
    height: 20px;
    top: -5px;
    width: 20px;
}
/*直接编辑底色蓝色*/
.virtual-scroll .virtual-scroll-container.modify .table-row .table-cell.editable {
    background-color: rgba(3, 169, 244, 0.2);
}
/*隐藏门户应聘进程中职位沟通页工作经历栏*/
#proDetail_id > div > div > div > pro-job-card > div > div.content.top-head.ng-scope > div.line-third {
    display: none;
}
/*附件组件备注*/
hc-input-upload-multiple.hc-form-control:after, .hc-upload-file .upload .upload_tip:after {
    content: "\4e25\7981\5728\672c\4e92\8054\7f51\975e\6d89\5bc6\5e73\53f0\5904\7406\3001\4f20\8f93\7684\6587\4ef6\8d44\6599\4e0d\6d89\53ca\56fd\5bb6\79d8\5bc6\4f20\8f93\56fd\5bb6\79d8\5bc6\ff0c\8bf7\786e\8ba4\626b\63cf\3001\4f20\8f93\7684\6587\4ef6\8d44\6599\4e0d\6d89\53ca\56fd\5bb6\79d8\5bc6";
    display: block;
    font-size: 12px;
    color: red;
}
.hc-input-upload_multiple.component-container {
    height: auto;
}
/*招聘门户移动端职位详情页 职位名称字体*/
body > div.container > div > div > div.ui-view.recruit-portal-main-mobile.ng-scope > div > hcm-board > div > div > div > div > div > div.hc-board-component-container.board-component-recruit-portal-job.is-auto > hc-board-component > recruit-portal-job > div > div > hc-recruit-job-view > div > div.top-banner > div.top-banner-first-line > div.name.name-mobile > span {
    font-size: 17px;
}
/*机器人评价框*/
.pc hc-dialog[name='SSCTask'].small .hc-dialog-window{
    width: 1000px;
    height:450px;
    transform: translateX(-300px);
 }
/*机器人聊天记录框*/
.hcm-chat-tab {
     width: 35%;
     font-size: 12px;
}
/*机器人聊天记录框间距*/
.hcm-chat-tab .content-wrapper {
    padding-right: 6px;
}
/*机器人隐藏时间*/
.ssc-order.hcm-nav-content .hcm-content-body .content-body-left .time-count.up {
   display:none;
}
.ssc-order.hcm-nav-content .hcm-content-body .content-body-left .time-count.down {
    display: none;
}
/*机器人聊天框高度和滑轮*/
.hcm-chat-dialog .hcm-chat-input textarea {
        max-height: 95px !important;
        overflow-y: auto  !important;
        line-height:20px;
        height:95px !important;
}
.hcm-chat-dialog .hcm-chat-input .text-area {
    height: 95px;
}
.hcm-chat-dialog .hcm-chat-input .text-area .question-list {
    bottom: 95px;
}
/*机器人聊天框最大化按钮*/
hc-dialog[name="hcm-chat-dialog"] .hc-dialog-window header .set-full {
display: flex; }