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


        /*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;
}
/*隐藏移动端底部“我的”入口*/
.bottom-menu>.item:nth-child(5) {
    display:none;
}

/*标题栏底色修改*/
.pc-main-frame .header-banner{
background-color: #cbefff ;
}