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


        /*表格线段*/

hc-list table{
    border-collapse:collapse;
}

hc-list th,hc-list tr td {
    border: 1px solid #ccc;
}

/*个人资料-头像-pc*/
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo {
    width: 135px;
    height: 170px;
}
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo img {
    width: 135px;
    border-radius: 0;
}
.employee-page.hcm-nav-content .content-panel .photo-block img{
      width:135px;
      height:170px;
      border-radius:0;
      }
.employee-page.hcm-nav-content .content-panel .photo-block img:hover{
      text-align: center;
      background: none;
      margin-left: 0; 
      width:135px;
      height:170px;
      border-radius:0;
      }
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo:hover {
    width: 135px;
    height: 170px;
}

/*个人资料-头像-mobile*/
/*.employee-page #emp-card-mobile .photo-block .emp-photo {*/
/*    width: 135px;*/
/*    height: 170px;*/
/*    border-radius:0;*/
/*    border: 2px solid #fff;*/
/*}*/
.employee-page #emp-card-mobile .photo-block .emp-photo {
    width: 67px;
    height: 85px;
    border-radius:0;
    border: 2px solid #fff;
}

/*.employee-page #emp-card-mobile .photo-block .emp-photo:hover{*/
/*    width: 135px;*/
/*    height: 170px;*/
/*    border-radius:0;*/
/*    border: 2px solid #fff;*/
/*}*/
.employee-page #emp-card-mobile .photo-block .emp-photo:hover{
    width: 67px;
    height: 85px;
    border-radius:0;
    border: 2px solid #fff;
}

/*人员管理-头像*/
.emp-details-base .head .emp-photo img {
    width: 135px;
    height: 170px;
    border-radius:0;
}
.emp-details-base .head .emp-photo .mask {
       border-radius: 0;
   }
.emp-details-base .head .emp-photo {
    width: 135px;
    height: 170px;
    border-radius:0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/*登陆界面标题-文字大小控制一行*/
.login-title{
    font-size:17px;
}

/*信息采集-头像*/
.hc-primary-photo .primary-photo.circle {
    width: 135px;
    height: 170px;
    border-radius: 0;
}
.hc-primary-photo .primary-photo:not(.circle) {
    border-radius: 0;
    width: 135px;
    height: 170px;
}

.employee-list-item .emp-photo img {
    float: left;
    width: 36px;
    height: 45px;
    border-radius: 2px;
}

/*通讯录表单字号大小*/
.mobile .hc-view .hc-form-field .hc-form-label{
    font-size:14px;
}

/*首页模块字号大小*/
.mobile .home-page>div .home-widget-box .home-service .home-service-item .title{
    font-size:13px;
}

/*移动端人员信息子集标题字号加粗*/
.mobile .emp-profile-block-head.title-mobile{
    font-weight:900;
    color:black;
}

.mobile .emp-profile-basic-info .hc-form .hc-form-group .title{
    font-weight:900;
    color:black;
}

.org_dept .header-title {
    font-size: 16px;
}
/*.mobile .mail_list .mail_header{*/
/*    position:fixed*/
    
/*}*/
/*.mobile .mail_list .content{*/
/*    padding-top:116px*/
    
/*}*/

/*测评打分页面题目描述字号增大*/
.hc-naire .pc .naire-form .naire-content .hc-form .content hc-form-component .hc-form-desc {
    font-size:17px;
    font-weight: bold;
     color: black;
}
.hc-form-field.hc-form-field .hc-form-desc {
    font-size:17px;
    font-weight: bold;
     color: black;
}
/*pc端右上角小信封中通知和待办的顺序互换*/
.message-list .header .selector {
    display: flex;
}
.message-list .header .selector>div {
    flex: 0 1 33.33%;
}
.message-list .header .selector>div.msg-notify {
    order: 1;
}
.message-list .header .selector>div.msg-task-done {
    order: 2;
}

/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
    display: block;
}
/*登录首页显示服务通道*/
.customer-service {
     display: flex;
}


/*隐藏移动端底部“首页”入口*/
/*.bottom-menu>.item:nth-child(3) {
    display:none;    

}*/

.circle .article-new-selector li {width: 33%;}
