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


        .pc .pc-main-frame .header-banner>nav .left-conent .logo-title .logo-panel .logo{

        height:33px;

}

pc-main-side-nav .pc-main-nav .nav-body .category-content:hover::-webkit-scrollbar {
    width: 0;
    height: 0;
}

pc-main-side-nav .pc-main-nav .nav-body .category-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;
}
/*隐藏移动端底部“首页”入口*/
.bottom-menu>.item:nth-child(1) {
    display:none;    
}
/* 隐藏首页应用常用设置 */
.mobile body .container .circle .application-page .application-content .setting  {
    display: none ;
}
/* 调整PC消息样式 */
.message-list .list .message .content .top_item .name{
    order: 2;
    flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 26px;
    float: right;
    width: 28.6%;
    text-align: right;
}
.message-list .list .message .content .top_item .task-done-right-1{
   order:1;
   flex:1;
   width:unset;
}
.message-list .list .message .content .top_item .task-done-right-1 .task-done-1{
    float:left;
    font-size:16px;
}
/* 调整MOBILE消息样式 */
.hc-list-message .cus-message-row .message .content .middle-content-1 .message-top-area-show-1 .name-1{
    order: 2;
    flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 26px;
    float: right;
    width: 28.6%;
    text-align: right;
}
.hc-list-message .cus-message-row .message .content .middle-content-1 .message-top-area-show-1 .task-done-right-1{
   order:1;
   flex:1;
   width:unset;
}
.biz-required .label:after{
    content: "*";
    color: #999;
    position: absolute;
    top: 9px;
    width: 10px;
    text-align: center;
}
.hc-list-message .cus-message-row .message .content .middle-content-1 .message-top-area-show-1 .task-done-right-1 .task-done-1{
    float:left;
    font-size:16px;
}
.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;
}
/*绩效360考核打分界面更多操作按钮隐藏*/
.eval-obj-info .obj-info-fold .obj-info .obj-main .obj-btns span 
 {
    display: none;
}
.hc-title {
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}
/*绩效360考核打分界面考核关系名称全部显示*/
.pc hc-tab-pane>div#hc-tab-pane label {
    max-width: 14em;
}
/*绩效360打分界面滑杆粗细*/
hc-slider .custom-slider.rzslider .rz-bar {
    height: 8px;
}
/*绩效360打分界面滑杆按钮大小位置*/
hc-slider .custom-slider.rzslider .rz-pointer {
    height: 20px;
    top: -5px;
    width: 20px;
}
/*直接编辑底色蓝色*/
.virtual-scroll .virtual-scroll-container.modify .table-row .table-cell.editable {
    background-color: rgba(3, 169, 244, 0.2);
}
/*HCM服务通到*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}
/*团队绩效移动端样式*/
.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 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; }