
        .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 .inner-icon.icon-hcm-add {
    display: none;
}.bottom-menu>.item:nth-child(2) {
    display:none;
}
/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}
