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


        /*隐藏右上角"新建"按钮*/
.pc-main-frame .header-banner > nav .icon.with-inner {
    display: none;
}

/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;
}
/*隐藏审批中心-我的待办list层的四个按钮*/



.model-list-style[name='WorkFlowInstanceAssignment-pending'] .hcm-nav-content .hcm-content .hcm-content-top .hcm-content-indicator .advance-query .simple .right-content .operates{
    display: none;
}
/*隐藏审批中心-我的已办list层的四个按钮*/



.model-list-style[name='WorkFlowInstanceAssignment-approved'] .hcm-nav-content .hcm-content .hcm-content-top .hcm-content-indicator .advance-query .simple .right-content .operates{
    display: none;
}

/*隐藏审批中心-我的已办list层的四个按钮*/



.model-list-style[name='WorkFlowInstance-mobileCard_myCreate'] .hcm-nav-content .hcm-content .hcm-content-top .hcm-content-indicator .advance-query .simple .right-content .operates{
    display: none;
}


.bill-third-process-page .process-block .process .process-info .process-content .info .info-content .hc-button {
    display:none;
}

/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}

