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


        
.bottom-menu>.item:nth-child(2) {
    display:none;
}

.biz-required .label:after{
    content: "*";
    color: #A8A8A8;
    position: absolute;
    top: 9px;
    width: 10px;
    text-align: center;
}

.pc-main-frame .header-banner > nav .icon-hcm-check {
    display:none;
}
.home-page .plugin-flow header .search {
    display:none;
}
.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);
}

/** 批量编辑无法修改补发颜色调整**/
.virtual-scroll .virtual-scroll-container.modify .table-row .table-cell {
    background-color: #FAFAFA; /* 背景改这个*/
    color: rgba(17, 17, 17, 17.0); /* 字体颜色改这个*/
}
/*字段去除阴影*/
.hc-view.hc-form-field.hc-form-control{
background:#fff;}

/*用于绩效考核表打分显示底色蓝色*/
.virtual-scroll .virtual-scroll-container.modify .table-row .table-cell.editable {
    background-color: rgba(3, 169, 244, 0.2);
}
/*用于360考核表分数修改*/
.dynamic_template_smart hc-form-component.hc-form-field hc-input .component-container:after {
    display: none;
}
.mobile hc-list-new > div[name="crud_model_PerfRelation"] .dynamic_template_smart .hc-form-field hc-input .component-input-inner {
    padding: 0;
    border: 1px solid #d8dde6;
    border-radius: 6px;
    font-size: 16px;
}    
/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}
/*机器人评价框*/
.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; }