
        .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;
}


/*登陆界面标题-文字大小控制一行*/
.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;
}

.pc-main-frame .header-banner>nav .with-inner .icon-hcm-add {
    display: none;
}

/*首页模块字号大小*/
.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;
}

/*隐藏移动端底部“同事”入口*/
.bottom-menu>.item:nth-child(2) {
    display:none;
}
.pc-main-frame .header-banner>nav .icon-hcm-question {
    display: none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}
.pc-main-frame .header-banner > nav .icon-hcm-customer-service {
    display: none;
}.new-portal .header-banner>nav .icon.icon-hcm-check {
    display: none;
}

/*移动端首页顶部搜索框及加号隐藏*/
.home-page .plugin-flow header {
    display:none;
}

/*培训课程顶部的学时、积分隐藏*/
/*.train_session_base_view_my .hcm-content-base .train_class_title .train_right_top .integral {*/
/*       display: none;*/
/*    }*/
.portal-job-detail-pc .detail-left .job-content .portal-job-title .portal-job-info span:nth-child(9) {
    display: none;
}