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


        .org-chart-directive #chart-container .orgchart .node {
    min-width: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px 20px;
    margin: 0 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d8dde6;
    position: relative;
}.org-chart-directive #chart-container .orgchart .node .title {
    background-color: #fff;
    padding: 16px 20px;
    color: #03a9f4;
    margin: 5px 0;
    width: 20px;
    height: auto;
    line-height: 1px;
    font-size: small;
    font-weight: 400;
    border: solid #d8dde6;
    border-width: 0 0 1px;
    writing-mode: tb-rl;
}
/*钉钉浏览器弹窗样式适配*/
@media screen and (max-width:700px){
    hc-dialog.large-middle .hc-dialog-window, 
    hc-dialog.normal .hc-dialog-window {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    
    .workflow-detail-info-page-v3 .v3-wf-info-pc-new .around-content {
        overflow: scroll;
    }
    .workflow-detail-info-page-v3 .v3-wf-info-pc-new .around-content .process-info-pc-new {
        min-width: 400px;
    }
    /*.middle .hc-dialog-window,*/
    /*.large-middle .hc-dialog-window{*/
    /*    left:50%;*/
    /*}*/
}

/*edittable多表头时序号有空白*/
.hc-editable-table .resizable-table .row:nth-child(odd) .fix-content {
    display: flex;
}
/*绩效考核表导航栏各阶段宽度调节*/
hc-stage-card .hc-stage-card .stage-name { min-width: 40px;}

.hc-editable-table .resizable-table .fix-content.multi-header-content .cell-group:nth-child(2) {
    flex: 1;
}
/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}
