
        .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-main-frame .header-banner > nav .icon-hcm-community-solid {
    display: none;
}

/*标题栏底色修改*/
.pc-main-frame .header-banner{
background-color: #fff;
}


/*个人资料-头像-pc*/
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo {
    border-radius: 0;
    width: 135px;
    height: 170px;
    
}
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo img {
width: 135px;
height:170px;
border-radius: 0;
}
.employee-page.hcm-nav-content .content-panel .photo-block img{
width:135px;
height:170px;
border-radius:0;
}

/*个人资料-头像-mobile*/
.employee-page #emp-card-mobile .photo-block .emp-photo {
width: 135px;
height: 170px;
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;
}

/*信息采集-头像*/
.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;
}
/*登陆界面标题-文字大小控制一行*/
.login-title{
    font-size:17px;
}

.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:hover{
width: 135px;
height: 170px;
border-radius:0;
border: 2px solid #fff;
}



/*首页模块字号大小*/
.mobile .home-page>div .home-widget-box .home-service .home-service-item .title{
    font-size:13px;
}



/*首页顶部左侧logo个性化高度增高*/
.pc-main-frame .header-banner>nav .logo-title .logo-panel .logo{
height:48px;
}

