
        .cc-highlight {
            color:#3FBF3F!important;
        }
        .cc-highlight-bk {
            background-color:#3FBF3F!important;
        }
        .cc-highlight-fill {
            fill:#3FBF3F!important;
        }


        /*修改系统顶部样式*/
.pc-main-frame .header-banner>nav .icon{
    color:#ffffff;
}

.pc-main-frame .header-banner{
    background-color:#0a7E41;
}

.pc-main-frame .header-banner .logo-title{
    color:#ffffff!important;
}

.pc-main-frame .header-banner .logo-title:hover{
    color:#ffffff!important;
}

.pc-main-frame .header-banner>nav .icon:hover{
    color:#ffffff;
}

specialist-search .search-view>header{
    background-color:#ffffff;
}

.pc-main-frame .header-banner .user_box .user-box-banner:hover{
    opacity:1
}

/*
.mark-down img {
    width: 50%;
}
*/

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


.hc-list-homepage .custom-content .homepagelist{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left:19px;
}

/*隐藏“搜索”按钮*/

.new-portal .header-banner>nav .icon.icon-hcm-check {
    display: none;
}

/*移动端首页顶部搜索框及加号隐藏*/
.home-page .plugin-flow header {
    display:none;
}



/*在顶部增加投诉电话等信息*/
.pc-main-frame #nav-list:after {
    content: '运维热线：13791076552；热线电话：01068776140。\5efa\8bae\4e0e\6295\8bc9\ff08\6d6a\6f6e\ff09：0531-85106996';
    letter-spacing: 1px;
    position: fixed;
    right: 230px;
    top: 20px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
}
.board-report-is-selected-label {
    background-color: var(--hcm-theme-color);
}

.board-report-is-selected-label span, .board-report-is-selected-label div {
    color: #fff !important;
}
/*fix 仪表板容器组件内部行高问题 */
board-container hcm-board .hc-board-container {
    height: auto !important;
}

/*仪表板容器组件内部背景色 */
hc-board-component board-container .border-container hcm-board {
    background: #fff !important;
}

/*仪表板计数组件数字样式 */
.countSecBox .countSec .num {
    font-size: var(--hcm-font-size-12) !important;
}


/*仪表板计数组件文本样式 */
.countSecBox .countSec .text {
    font-size: var(--hcm-font-size-5) !important;
    margin-top: var(--hcm-mr-2) !important;
}

/*仪表板组件title取消下边框 */
hcm-board .hc-board-container .hc-board-component-container hc-board-component .hc-board-component-title {
    border-bottom: none;
}

/*仪表板组件title左侧边框及文本加粗 */
hcm-board .hc-board-container .hc-board-component-container hc-board-component .hc-board-component-title .title-content {
    border-left: var(--hcm-w-1) solid var(--hcm-theme-color);
    padding-left: var(--hcm-pd-2);
    font-weight: 700;
}
/*首页--仪表板--组件--搜索 by Sammi*/
hcm-board .hc-board-container .hc-board-component-container[key$="search"] hc-board-component .home-widget {
    background: #FBFDFF;
    padding-bottom: 0;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-search-component {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-search-component .u-icon {
	font-size: 24px;
	height: 56px;
	width: 56px;
	line-height: 28px;
	border-radius: 100%;
	border: 2px solid #3B82F6;
	display: flex;
	align-items: center;
	color: #3B82F6;
	font-weight: 800;
	justify-content: center;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-search-component .u-text {
	font-size: 42px;
	font-weight: 600;
}




/*首页--仪表板--组件--浏览 by Sammi*/
hcm-board .hc-board-container .hc-board-component-container[key$="browse"] hc-board-component .home-widget {
    background: #FEF9F8 ;
	padding-bottom: 0;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-browse-component {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-browse-component .u-icon {
	font-size: 24px;
	height: 56px;
	width: 56px;
	line-height: 28px;
	border-radius: 100%;
	border: 2px solid #F46E30;
	display: flex;
	align-items: center;
	color: #F46E30;
	font-weight: 800;
	justify-content: center;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-browse-component .u-text {
	font-size: 42px;
	font-weight: 600;
}


/*首页--仪表板--组件--平均年龄 by Sammi*/
hcm-board .hc-board-container .hc-board-component-container[key$="age"] hc-board-component .home-widget {
    background: #FBFDFF ;
	padding-bottom: 0;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-age-component {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-age-component .u-icon {
	font-size: 24px;
	height: 56px;
	width: 56px;
	line-height: 28px;
	border-radius: 100%;
	border: 2px solid #3B82F6;
	display: flex;
	align-items: center;
	color: #3B82F6;
	font-weight: 800;
	justify-content: center;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-age-component .u-count {
	font-family: D-DIN;
	font-size: 40px;
	font-weight: 700;
	text-align: right;
}

hcm-board .hc-board-container .hc-board-component-container hc-board-component .u-age-component .u-text {
	font-size: 24px;
	font-weight: 600;
}
/*分析报表--仪表板--组件padding by Sammi*/
hcm-board .hc-board-container .hc-board-component-container {
    padding: unset;
}

/*分析报表--仪表板--组件padding by Sammi*/
hcm-board .hc-board-container .hc-board-component-container hc-board-component {
    background: #fff;
    border-radius:4px;
    padding: unset;
}

/*分析报表--仪表板--组件--标题间距 by Sammi*/
hcm-board .hc-board-container .hc-board-component-container hc-board-component .hc-board-component-title{
    box-shadow: unset;
    margin: 0 16px;
}

