@charset "UTF-8";/* 公共颜色 ****************************************************************/	:root {		--ld-theme-color: #3B7CFF;/*主题色：深蓝*/		--ld-theme-red-color: #FF3B3B;/*红色*/		--ld-font-placeholder-color: #C8C9CC;/*placeholder字体颜色*/		--ld-font-default-color: #3B4859;/*字体颜色*/		--ld-font-balck3-color: #333333;		--ld-font-balck6-color: #666666;		--ld-font-balck9-color: #999999;		--ld-theme-grey-color: #C8C9CC;	}	:root {	    --ld-bg-color: #CFDEF5;/*背景色*/		--ld-bg-actived-color: #EFF4FF;/*选中背景色浅蓝色*/		--ld-bg-1-color: #F7F8FC;/*背景色1*/		--ld-bg-th-color: #F2F3F5;/*背景色灰色1*/		--ld-bg-td-color: #F7F8FA;/*背景色灰色2*/	    --ld-bg-list-th-color: #F2F5FB;/*背景色*/	    --ld-bg-list-td-default-color: #FFFFFF;/*列表默认背景色*/	    --ld-bg-list-td-diff-color: #F7F9FB;/*列表隔行换色*/	    --ld-bg-list-td-hover-color: #E4F0FF;/*列表悬浮背景色*/	    --ld-bg-list-td-selected-color: #E4F0FF;/*列表选中背景色*/	    --ld-bg-list-head-color: #ECF4FF;/*列表头部背景色*/	}	:root {		--ld-btn-bg-default-color: #F0F3F7;/*按钮默认背景色*/	    --ld-button-border-default-color: #DCDFE6;/*默认按钮*/	    --ld-button-bg-default-color: #FFFFFF;	    --ld-button-font-default-color: #333333;/*606266*/	    --ld-button-border-hover-default-color: #C6E2FF;	    --ld-button-bg-hover-default-color: #ECF5FF;	    --ld-button-bg-active-default-color: #ECF5FF;	    --ld-button-border-plain-color: #DCDFE6;/*基础按钮*/	    --ld-button-bg-plain-color: #FFFFFF;	    --ld-button-font-plain-color: #606266;	    --ld-button-bg-hover-plain-color: #ECF5FF;	    --ld-button-font-hover-plain-color: #FFFFFF;	    --ld-button-bg-active-plain-color: #FFFFFF;	    --ld-button-font-primary-color: #FFFFFF;/*确认按钮*/	    --ld-button-border-hover-primary-color: #66B1FF;	    --ld-button-bg-hover-primary-color: #66B1FF;	    --ld-button-font-hover-primary-color: #FFFFFF;	    --ld-button-border-active-primary-color: #1C61DA;	    --ld-button-bg-active-primary-color: #1C61DA;	    --ld-button-font-active-primary-color: #FFFFFF;	    --ld-button-border-cancel-color: #DCDFE6;/*取消按钮*/	    --ld-button-bg-cancel-color: #FFFFFF;	    --ld-button-font-cancel-color: #606266;	    --ld-button-border-hover-cancel-color: #C8C9CC;	    --ld-button-bg-hover-cancel-color: #F4F4F5;	    --ld-button-font-hover-cancel-color: #606266;	    --ld-button-border-active-cancel-color: #606266;	    --ld-button-bg-active-cancel-color: #F4F4F5;	    --ld-button-font-active-cancel-color: #606266;	    --ld-button-border-cancel1-color: #DCDFE6;/*取消按钮1*/	    --ld-button-bg-cancel1-color: #FFFFFF;	    --ld-button-font-cancel1-color: #606266;	    --ld-button-border-hover-cancel1-color: #606266;	    --ld-button-bg-hover-cancel1-color: #FFFFFF;	    --ld-button-font-hover-cancel1-color: #606266;	    --ld-button-border-active-cancel1-color: #606266;	    --ld-button-bg-active-cancel1-color: #FFFFFF;	    --ld-button-font-active-cancel1-color: #606266;	    --ld-button-border-info-color: #909399;/*信息按钮*/	    --ld-button-bg-info-color: #909399;	    --ld-button-font-info-color: #606266;	    --ld-button-border-hover-info-color: #B1B3B8;	    --ld-button-bg-hover-info-color: #B1B3B8;	    --ld-button-font-hover-info-color: #FFFFFF;	    --ld-button-border-active-info-color: #73767A;	    --ld-button-bg-active-info-color: #73767A;	    --ld-button-font-active-info-color: #FFFFFF;	}	:root {		--ld-border-default-color: #DCDFE6;/*边框线默认颜色*/		--ld-border-default1-color: #DCDEE0;/*边框线默认颜色*/		--ld-border-hover-color: #C0C4CC;/*边框线悬浮颜色*/		--ld-picklist-dark-color: #8392A7;/*下拉箭头颜色*/		--ld-input-bg-default-color: #FFFFFF;/*输入框默认背景色*/	}	:root {		--ld-block-interval-width: 10px;/*区块间隔宽度*/	}/* 字体图标 ****************************************************************/	@font-face {		font-family: "ldcrm_font_family"; /* Project id 4606813 */		src: url('fonts/ldcrm-iconfont.woff2?t=1750154400') format('woff2'),			url('fonts/ldcrm-iconfont.woff?t=1750154400') format('woff'),			url('fonts/ldcrm-iconfont.ttf?t=1750154400') format('truetype');	}	.ld-fonticon {		font-family: 'ldcrm_font_family' !important;		font-size: 18px; /* 调整图标大小 */		font-style: normal;		font-weight: normal;		color: var(--ld-font-balck6-color);		line-height: 1;		-webkit-font-smoothing: antialiased;		-moz-osx-font-smoothing: grayscale;		cursor: pointer;	}	.ld-fonticon:hover {		color: var(--ld-theme-color) !important;	}	.ld-fonticon-search::before {		content: '\e623';	}	.ld-fonticon-set::before {		content: '\e620';	}	.ld-fonticon-gobig::before {		content: '\e62c';	}	.ld-fonticon-gosmall::before {		content: '\e629';	}	.ld-fonticon-close::before {		content: '\e628';	}	.ld-fonticon-edit::before {		content: '\e62b';	}	.ld-fonticon-del::before {		content: '\e624';	}	.ld-fonticon-del:hover::before {		color: var(--ld-theme-red-color) !important;	}	.ld-fonticon-clean::before {		content: '\e672';	}	.ld-fonticon-clean:hover::before {		color: var(--ld-theme-red-color) !important;	}	.ld-fonticon-add::before {		content: '\e625';	}	.ld-fonticon-addhover::before {		content: '\e625';		color: var(--ld-theme-color);	}	.ld-fonticon-add2::before {		content: '\e635';	}	.ld-fonticon-choose::before {		content: '\e625';	}	.ld-fonticon-reduce::before {		content: '\e639';	}	.ld-fonticon-reduce:hover::before {		color: var(--ld-theme-red-color) !important;	}	.ld-fonticon-addfolder::before {		content: '\e636';	}	.ld-fonticon-approve::before {		content: '\e626';	}	.ld-fonticon-news::before {		content: '\e627';	}	.ld-fonticon-help::before,	.ld-fonticon-helpnohover::before {		content: '\e62a';	}	.ld-fonticon-helphover::before {		content: '\e62a';		color: var(--ld-theme-color);	}	.ld-fonticon-helpnohover:hover {		color: inherit !important;	}	.ld-fonticon-help2::before {		content: '\e62a';		color: var(--ld-theme-grey-color);	}	.ld-fonticon-help2:hover::before {		color: var(--ld-theme-color) !important;	}	.ld-fonticon-allocate::before {		content: '\e62d';	}	.ld-fonticon-gongshang::before,	.ld-fonticon-gongshang2::before {		content: '\e62f';	}	.ld-fonticon-gongshang2 {		vertical-align: middle;	}	.ld-fonticon-wuliu::before {		content: '\e630';	}	.ld-fonticon-wuliu {		vertical-align: middle;	}	.ld-fonticon-blank::before {		content: '\e632';	}	.ld-fonticon-warn1::before {		content: '\e633';	}	.ld-fonticon-warn2::before {		content: '\e634';	}	.ld-fonticon-canceldisplay::before {		content: '\e62e';	}	.ld-fonticon-more::before {		content: '\e637';	}	.ld-fonticon-sort::before {		content: '\e638';	}	.ld-fonticon-move::before {		content: '\e631';	}	.ld-fonticon-export::before {		content: '\e63a';	}	.ld-fonticon-import::before {		content: '\e67f';	}	.ld-fonticon-isreg::before {		content: '\e63b';	}	.ld-fonticon-online::before {		content: '\e63d';	}	.ld-fonticon-offline::before {		content: '\e63c';	}	.ld-fonticon-download::before {		content: '\e63e';	}	.ld-fonticon-addfile::before {		content: '\e63f';	}	.ld-fonticon-retract::before {		content: '\e640';	}	.ld-fonticon-toleft::before {		content: '\e641';	}	.ld-fonticon-toright::before {		content: '\e642';	}	.ld-fonticon-tag::before {		content: '\e64a';	}	.ld-fonticon-comment::before {		content: '\e644';	}	.ld-fonticon-copy::before {		content: '\e64c';	}	.ld-fonticon-phone::before {		content: '\e64b';	}	.ld-fonticon-telephone::before {		content: '\e670';	}	.ld-fonticon-calendar::before {		content: '\e649';	}	.ld-fonticon-users::before {		content: '\e643';	}	.ld-fonticon-searchscope::before {		content: '\e645';	}	.ld-fonticon-contact::before {		content: '\e67a';	}    .ld-fonticon-account::before {		content: '\e613';    }    .ld-fonticon-workdesk::before {	    content: '\e61c';    }    .ld-fonticon-workorder::before {	    content: '\e615';    }	.ld-fonticon-mail::before {		content: '\e646';	}	.ld-fonticon-email::before {		content: '\e657';	}	.ld-fonticon-price::before {		content: '\e647';	}    .ld-fonticon-customize::before {	    content: '\e600';    }    .ld-fonticon-projectmanage::before {	    content: '\e60f';    }	.ld-fonticon-fenlei::before {		content: '\e648';	}	.ld-fonticon-cangku::before {		content: '\e651';	}	.ld-fonticon-biaoqian::before {		content: '\e650';	}	.ld-fonticon-gaojichazhao::before {		content: '\e64f';	}	.ld-fonticon-pingpuchazhao::before {		content: '\e66e';	}	.ld-fonticon-view::before {		content: '\e671';	}	.ld-fonticon-list::before {		content: '\e66f';	}	.ld-fonticon-report::before {		content: '\e64e';	}	.ld-fonticon-map::before {		content: '\e64d';	}	.ld-fonticon-text::before {		content: '\e66b';	}	.ld-fonticon-number::before {		content: '\e654';	}	.ld-fonticon-percent::before {		content: '\e66c';	}	.ld-fonticon-currency::before {		content: '\e656';	}	.ld-fonticon-date::before {	 content: '\e649';	}	.ld-fonticon-picklist::before {		content: '\e652';	}	.ld-fonticon-url::before {		content: '\e659';	}	.ld-fonticon-checkbox::before {		content: '\e65d';	}	.ld-fonticon-textarea::before {		content: '\e655';	}	.ld-fonticon-multipicklist::before {		content: '\e669';	}	.ld-fonticon-skype::before {		content: '\e66d';	}	.ld-fonticon-time::before {		content: '\e660';	}	.ld-fonticon-datetime::before {		content: '\e663';	}	.ld-fonticon-mobile::before {		content: '\e64b';	}	.ld-fonticon-rfax::before {		content: '\e66a';	}	.ld-fonticon-qq::before {		content: '\e668';	}	.ld-fonticon-longtextarea::before {		content: '\e655';	}	.ld-fonticon-handwriting::before {		content: '\e65f';	}	.ld-fonticon-relatedmodulefield::before {		content: '\e653';	}	.ld-fonticon-reference::before {		content: '\e65e';	}	.ld-fonticon-fileattachment::before {		content: '\e665';	}	.ld-fonticon-selectoneuser::before {		content: '\e661';	}	.ld-fonticon-selectmultiuser::before {		content: '\e661';	}	.ld-fonticon-qrcode::before {		content: '\e664';	}	.ld-fonticon-richtext::before {		content: '\e667';	}	.ld-fonticon-signin::before {		content: '\e65c';	}	.ld-fonticon-picture::before {		content: '\e658';	}	.ld-fonticon-express::before {		content: '\e666';	}	.ld-fonticon-multireference::before {		content: '\e65e';	}	.ld-fonticon-zhidingleft::before {		content: '\e673';	}	.ld-fonticon-zhidingright::before {		content: '\e674';	}	.ld-fonticon-jiantouright::before {		content: '\e675';	}	.ld-fonticon-history::before {		content: '\e676';	}	.ld-fonticon-more2::before {		content: '\e67d';	}	.ld-fonticon-at::before {		content: '\e67e';	}	* {padding:0;margin:0}* {box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;}body, html {width:100%;height:100%;}body {margin:0;}body {    font-family: tahoma,arial,'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei',宋体;    font-size: 12px;    overflow: auto;    height: 100%;    color: #3B4859;	background: #fff;    position: relative;}article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {    display: block;}a:link, a:visited {text-decoration:none;color:var(--ld-theme-color);outline:0;}ol, ul {list-style:none;}.pop_up_02 .pop_up_content .add_new_list button, input, optgroup, select, textarea {    line-height: normal;}input,textarea {    font-family: tahoma,arial,'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei',宋体;    font-size: 12px;    -webkit-transition: box-shadow .3s ease-in-out;    -moz-transition: box-shadow .3s ease-in-out;    -o-transition: box-shadow .3s ease-in-out;}button, input, select, textarea {outline: 0;}[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {    -ms-touch-action: manipulation;    touch-action: manipulation;}input::-webkit-input-placeholder{color: #999;}h3 {font-size: 16px;font-weight: 700;line-height: 22px;margin-top: 0;margin-bottom: 0;}select option{padding:3px 5px;}.wrapper {    position: relative;    overflow-x: auto;    overflow-y: hidden;    width: 100%;    min-width: 800px;    height: 100%;    min-height: 630px;    background: #fff;    margin: 0;    padding: 0;}.ld-bg-color{	background-color: var(--ld-bg-color);}/* 公共阴影 ****************************************************************/  .ld-box-shadow {    box-shadow: 0 4px 10px 0 rgba(56, 92, 141, 0.2);  }/* 左侧导航 ****************************************************************/	.nav-menu {	    position: fixed;	    z-index: 1001;	    top: 0;	    left: 0;	    width: 60px;	    height: 100%;	    background: #2e68db;		transition-duration: 0.3s;	}	/* LOGO 图片 */		.logo {		    padding: 15px 0;		    text-align: center;		}		.logo-img {		    margin: 0 auto;			height: 36px;			display: block;		}		.logo-img .logo-pic {		    max-width: 140px;		    max-height: 36px;		}		.logo-img .logo-pic.logo-pic-mini {		    max-width: 36px;		    max-height: 36px;		}		.logo-img .logo-pic-normal {			display: none;		}	/* 搜索模块 */		.search-module-area {		    background-color: #f5f5f5;		    border-radius: 32px;    		margin: 5px 10px 0;		}		.search-module-box {		    height: 32px;		    padding: 0 5px 0 2px;		    position: relative;			overflow: hidden;		}		.search-module-box .searchmodule-clear-btn {		    background: url(../icon2021/top/del_16.png) 0 0 no-repeat;		    width: 16px;		    height: 16px;		    display: block;		    cursor: pointer;		    float: right;		    margin-top: 9px;		    visibility: hidden;		}		.search-module-box .searchmodule-clear-btn.show {		    visibility: visible;		}		.search-module-box input {		    font-size: 12px;		    line-height: 32px;		    float: right;		    width: calc(100% - 46px);		    height: 32px;		    padding-left: 0 !important;		    color: var(--ld-font-balck3-color);		    border: 1px solid transparent;		    background-color: #f5f5f5;		}	#suspensionmenu .nav-menu-body {	    height: calc(100% - 148px);	    height: -webkit-calc(100% - 148px);	    height: -moz-calc(100% - 148px);	    padding-top: 5px;	}	#suspensionmenu.pageleft_fold.isshowsettings .nav-menu-body {		height: calc(100% - 192px);		height: -webkit-calc(100% - 192px);		height: -moz-calc(100% - 192px);		padding-top: 5px;	}	#dropdownmenu{		height: 100%;	}	#suspensionmenu{		height: 100%;	}	#dropdownmenu .page-link a span{		max-width: calc(100% - 34px);		text-decoration: none;		white-space: nowrap;		overflow: hidden;		text-overflow: ellipsis;		display: block;	}	#dropdownmenu .nav-menu-body{		height: calc(100% - 147px);		height: -webkit-calc(100% - 147px);		height: -moz-calc(100% - 147px);		padding-top: 8px;	}	#dropdownmenu.pageleft_fold.isshowsettings .nav-menu-body{		height: calc(100% - 191px);		height: -webkit-calc(100% - 191px);		height: -moz-calc(100% - 191px);		padding-top: 8px;	}	.nav-menu-footer{		height: 44px;		width: 100%;		box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);	}	.nav-menu-footer .page-link{		line-height: 44px;		height: 44px;		padding: 0 10px 0 18px;		cursor: default;	}	.nav-menu-footer .dropdownmenu_ding{		height: 44px;line-height: 44px;	}	.nav-menu-footer .dropdownmenu_ding span{		display: block;	}	.nav-menu-footer .dropdownmenu_dingicon{		width: 20px;		height: 20px;		background-size: 100% 100%;		background-repeat: no-repeat;		margin-top: 12px;		float: left;	}	.nav-menu-footer .dropdownmenu_ding .page-link a{		opacity: 1;		height: 44px;	}	.nav-menu-footer .dropdownmenu_ding .page-link:hover a{		opacity: 1;		font-weight: 600;	}	.nav-menu-footer .dropdownmenu_dingicon.dingicon_hide{		background-image: url(../icon2024/left/dark/collapsemenu.png);	}	.nav-menu-footer .dropdownmenu_dingicon.darkicon.dingicon_hide{		background-image: url(../icon2024/left/light/collapsemenu.png);	}	.nav-menu-footer .dropdownmenu_dingicon.dingicon_show{		background-image: url(../icon2024/left/dark/expandmenu.png);	}	.nav-menu-footer .dropdownmenu_dingicon.darkicon.dingicon_show{		background-image: url(../icon2024/left/light/expandmenu.png);	}	.sub-menu {	    height: 100%;	}	.page-menu {	    margin: 0 0 20px 0;	}	.page-menu > ul {	    margin-bottom: 10px;	}	.page-menu li {	    cursor: default;	    height: 48px;	}	.page-link {	    line-height: 48px;	    height: 48px;	    padding: 0 15px 0 18px;	    cursor: default;	}	.page-link.selected {	    background: #2a83e8;	    border-right: 3px solid #F98064;	}	.page-link:hover {	    background: #2a83e8;	}	.page-link a {	    display: inline-block;	    max-width: 24px;	    text-overflow: ellipsis;	    overflow: hidden;	    white-space: nowrap;	    font-size: 14px;		color: #FFF;	}	.page-link a:hover{		text-decoration:none;	}	.page-link.selected a,	.page-link:hover a {	    color: #FFF;	}	.page-link img {	    display: inline-block;	    float: left;	    width: 24px;	    height: 24px;	    margin-top: 13px;		margin-right: 10px;	}/* 子菜单 **************************************************************/	.menu-thumbnail-box {		display: none;	    position: absolute;	    z-index: 10100;	    left: 70px;	    width: 160px;	    padding: 0;	    background: #fff;	    box-shadow: 3px 0 5px 0 rgb(0 0 0 / 20%);	}	.menu-thumbnail-body {	    overflow: hidden;    	min-height: 44px;	    max-height: 480px;	}	.menu-thumbnail-list {		padding: 0;		margin: 0;	}	.menu-thumbnail-list li {	    line-height: 48px;	    height: 48px;	    cursor: pointer;	}	.menu-thumbnail-box .menu-thumbnail-list li:first-child,	.menu-thumbnail-box .menu-thumbnail-list li:last-child {	    line-height: 48px;	    height: 48px;	}	.menu-thumbnail-box .menu-thumbnail-list li {	    line-height: 48px;	    height: 48px;	    cursor: pointer;	}	.menu-thumbnail-list li a {	    display: block;	    overflow: hidden;	    padding-left: 10px;	    white-space: nowrap;	    text-overflow: ellipsis;	    color: #3B4859;	    font-size: 14px;		padding-right: 25px;	}	.menu-thumbnail-list li a:hover{		background:#F3F3FC;		text-decoration:none;		color: var(--ld-theme-color);	}	.menu-thumbnail-list li a:hover .moduleblank {		display: inline-block;	}	.moduleblank {		display: none;		background: url(../leftimages/moduleblank.png) 0 1px no-repeat;		width: 18px;		height: 16px;		margin-top: 15px;		position: absolute;		right: 6px;	}	.moduleblank:hover {		background: url(../leftimages/moduleblank_on.png) 0 1px no-repeat;	}/* 右侧内容 **************************************************************/	.main-content {	    position: absolute;	    right: 0;	    left: 60px;	    overflow: hidden;	    height: 100%;		background-color: var(--ld-bg-color);		transition-duration: 0.3s;		top: 0;		bottom: 0;	}	.home-index{		background-color: var(--ld-bg-color);		height: 100%;	}	.header {	    position: relative;	    top: 0;	    height: 55px;	    padding: 0 15px;	    background: #fff;	    margin-left: var(--ld-block-interval-width);	}	.detail_crumbs {	    float: left;	    display: flex;	    align-items: center;	    height: 100%;	}	.detail_crumbs .detail_path li {	    font-size: 16px;	    line-height: 20px;	    float: left;	    padding-right: 10px;	    padding-left: 15px;	    color: var(--ld-font-default-color);	    background: url(../leftimages/path_arrow.png) left center no-repeat;	}	/*火狐浏览器*/	@-moz-document url-prefix(){		.detail_crumbs i.ld-fonticon-help {		    margin-top: 2px;		}	}	.detail_crumbs .detail_path li:nth-child(1) {	    padding-left: 0;	    background: 0 0;	}	.detail_crumbs .detail_path .detail_path_users span {	    color: #999;	    padding-left: 10px;	    font-size: 14px;	}	.function-btn {	    float: right;	}	.function-btn li {	    position: relative;	    float: left;	    text-align: center;		font-size: 14px;		color: var(--ld-font-default-color);	}	.function-btn>li:last-child {	    margin-left: 24px;	}	.topsec-more {		margin-right: 10px;	}	.page-topsec-area {	    background-color: #f5f5f5;	    border-radius: 30px;		margin: 11px 0 0 16px;	}	.page-topsec-area:hover{		background-color: #DBE7F8;	}	.page-topsec-area:hover .ui-autocomplete-input{		background-color: #DBE7F8;	}	.page-topsec-inputbox {	    height: 32px;	    padding: 0 15px;	    border-radius: 15px;	    position: relative;		border: 1px solid  #f5f5f5;	}	.page-topsec-inputbox .search-clear-btn,	.page-topsec-inputbox .call-clear-btn {	    background: url(../icon2021/top/del_16.png) center center no-repeat;	    width: 16px;	    height: 32px;	    cursor: pointer;	    float: right;	    visibility: hidden;	    padding: 0 12px;	}	.page-topsec-inputbox .search-set-btn {	    background: url(../leftimages/home-icons.png) 0 -156px no-repeat;	    width: 20px;	    height: 20px;	    display: block;	    background-position: -127px -56px;	    cursor: pointer;	    float: right;	    margin-top: 6px;	}	.page-topsec-inputbox .search-clear-btn.show,	.page-topsec-inputbox .call-clear-btn.show {	    visibility: visible;	}	.page-topsec-inputbox input {	    font-size: 12px;	    line-height: 29px;	    float: left;	    width: 200px;	    height: 29px;	    margin-top: 1px;	    padding-left: 0 !important;	    color: var(--ld-font-balck3-color);	    border: 1px solid transparent;	    background-color: #f5f5f5;	}	.page-topsec-area .ld-fonticon-search,	.page-topsec-area .ld-fonticon-set{		display: none;	}	.page-topsec-area:hover .ld-fonticon-search,	.page-topsec-area:hover .ld-fonticon-set{		display: block;	}	.function-btn li>a {		display: flex;		align-items: center;	    overflow: hidden;	    width: auto;	    height: 54px;	    margin-left: 16px;	    color: var(--ld-font-default-color);	}	.function-btn li:last-child a {		margin-left: 0;	}	.function-btn li>a i+span {		margin-left: 2px;	}	.function-btn li:hover a{		color: var(--ld-theme-color);	}    .function-btn li:hover b{	    color: var(--ld-theme-color);    }    .function-btn li .ld-fonticon-add{		margin-top: 1px;	}	.function-btn li .ld-fonticon-add::before,	.function-btn li .ld-fonticon-approve::before,	.function-btn li .ld-fonticon-news::before,	.function-btn li .ld-fonticon-workdesk::before,	.function-btn li .ld-fonticon-help::before{		font-size: 20px;	}	.function-btn li:hover .ld-fonticon-add::before,	.function-btn li:hover .ld-fonticon-approve::before,	.function-btn li:hover .ld-fonticon-news::before,	.function-btn li:hover .ld-fonticon-workdesk::before,	.function-btn li:hover .ld-fonticon-help::before{		color: var(--ld-theme-color);	}	.page-topsec-box:hover{background:0 0!important;}	.function-btn .topsec-more a {	    width: 85px;	    height: 55px;	    line-height: 55px;	    text-decoration: none;	}	.function-btn .quickcreate a {	    width: auto;	    text-decoration: none;	}	.quickly,.approveHeader,.noticeHeader {		display: none;		width: 410px;		padding-bottom:10px;		background-color: #fff;		position: absolute;		right: 0;		top: 54px;		cursor: default;		overflow:auto;		max-height:500px !important;		line-height:normal;		z-index: 10000 !important;		box-shadow: 0 4px 8px 0 rgba(97, 102, 211, 0.1);		border-radius: 3px;	}	.quickly .quickcreate_list{		max-height: 450px;		overflow: auto;		width: 100%;	}	.quickly-title{		display: block;	    width: 100%;	    height: 45px;	    line-height: 45px;	    background-color: #FFFFFF;	    border-radius: 5px 5px 0 0;	    overflow: hidden;	    text-align: left;    	padding-left: 15px;	    border-top: 1px solid #EEEEEE;		border-bottom: 1px solid #EEEEEE;	}	.quicklyset-btn{float: right;margin-right: 15px;margin-top: 15px;}	.quicklymodule{font-size:12px;float: left;width: 98px;padding: 12px 0;text-align: center;color: #666;cursor:pointer;}	.quicklyimgdiv{width:98px;height:40px;}	.quicklyimgdiv img{width:22px;height:22px;border-radius:50%;}	.quicklyimgdiv div{padding:5px 5px 0;}	.quicklyimgdiv div p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;vertical-align:middle;}	.crm-clearfix div:hover{color:var(--ld-theme-color) !important;}	.quickly .quickcreate-search-area{		margin: 10px 50px;	}	.approveHeader,.noticeHeader {		padding-bottom: 0;		width: 294px;	}	.approveHeader .approveHeaderCon {		padding: 12px;	}	.approveHeader .approveHeaderCon>div:first-child {		background: #FAFAFA;	}	.approveHeader .approveHeaderCon>div:first-child div{		color: #000000;	}	.approveHeader .approveHeaderCon .linkColor {		cursor:pointer;	}    .advanceHeader{		cursor: default;		line-height:normal;        margin:0 10px;        width: auto;    }	.noticeBox .noticeBox_T {	    display: block;	    width: 100%;	    height: 45px;	    background-color: #FFFFFF;	    border-radius: 5px 5px 0 0;	    overflow: hidden;	    border-top: 1px solid #EEEEEE;		border-bottom: 1px solid #EEEEEE;	}	.noticeBox .noticeBox_T span {	    float: left;	    font-size: 14px;	    color: #666;	    background: url(../icon2021/top/news_16.png) no-repeat 15px 17px;	    padding: 12px 0 0 35px;	}	.noticeBox .noticeBox_T span b {	    font-weight: normal;	    color: #999;	    font-size: 13px;	}	.noticeBox .noticeBox_T img {	    float: right;	    cursor: pointer;	    margin-top: 15px;	}	.noticeBox .noticeBox_T .notice_on_left,	.noticeBox .noticeBox_T .notice_off_left {	    margin-right: 8px;	    -webkit-transform: rotate(180deg);		-moz-transform: rotate(180deg);		-o-transform: rotate(180deg);		-ms-transform: rotate(180deg);		transform: rotate(180deg);	}	.noticeBox .noticeBox_T .notice_off_left {	    opacity: 0.3;	}	.noticeBox .noticeBox_T .notice_on_right {	    margin-right: 12px;	}	.noticeBox .noticeBox_T .notice_off_right {	    margin-right: 12px;	    opacity: 0.3;	}	.noticeBox .noticeBox_C {	    display: block;	    width: 100%;	    padding: 18px;	    background: #fff;	    overflow: auto;	    max-height: 300px;	    text-align: left !important;	}	.noticeBox .noticeBox_C p {	    font-size: 13px;	    color: #666;	    line-height: 24px;	}	.noticeBox .noticeBox_C p font {	    padding-left: 10px;	    color: #FF7F01;	}	.noticeBox .noticeBox_C p font a {	    width: auto;	    height: 24px;	    text-decoration: none;	    color: var(--ld-theme-color);	    padding: 0;	}	.noticeBox .noticeBox_B {	    height: 45px;	    line-height: 45px;	    border-top: 1px solid #eee;    }	.noticeBox .noticeBox_B div.noticeBox_B_Btn {		float: left;		width: 32.5%;		cursor: pointer;	}	.noticeBox .noticeBox_B div.noticeBox_B_Line {		float: left;		margin-top: 12px;		height: 20px;		border-right: 1px solid #EEEEEE;		-webkit-box-sizing: border-box;		-moz-box-sizing: border-box;		box-sizing: border-box;	}	.function-btn .notice a {	    width: auto;	    height: 55px;	    text-decoration: none;	}	.function-btn .notice .WarmRemindDiv_New a {	    height: 24px !important;	    line-height: 24px !important;	}	.function-btn .notice a b {	    position: absolute;	    font-weight: normal;	    top: 19px;	    left: 20px;	    width: 4px;	    height: 4px;	    background: #FF3F3F;	    border-radius: 3px;	}	.function-btn .approve a {	    width: auto;	    height: 55px;	    text-decoration: none;	}	.function-btn .approve a b {	    position: absolute;	    font-weight: normal;	    top: 19px;	    left: 20px;	    width: 4px;	    height: 4px;	    background: #FF3F3F;	    border-radius: 3px;	}	.dropdown-toggle span.user-icon {	    display: inline-block;	    width: 36px;	    height: 36px;	    background-size: 36px 36px;	    background-repeat: no-repeat;	    float: left;	    border-radius: 100%;	}	.dropdown-toggle span.user-name {		float: left;		line-height: 54px;		padding: 0 5px;	}	.oa-dropdown-toggle {        border-left: 5px solid transparent;	    border-right: 5px solid transparent;	    border-top: 5px solid var(--ld-picklist-dark-color);	    float: left;	    margin-top: 24px;	}	.header .dropdown-menu-rt li:hover i{background:url(../leftimages/oa_list_ico_hover.png) no-repeat left top}	.header .dropdown-menu-rt {	    font-size: 13px;	    position: absolute;	    z-index: 11000;	    top: 54px;	    right: 0;	    display: none;	    width: 125px;	    background-color: #fff;		box-shadow: 0 4px 8px 0 rgba(97, 102, 211, 0.1);		border-radius: 3px;	}	.header .dropdown-menu-rt li {	    line-height: 42px;	    width: 100%;	    height: 42px;	    cursor: pointer;	    box-shadow: 0 1px 0 0 #EEEEEE;	}	.dropdown-menu-rt li:hover{background-color:#F3F3FC;}	.header .dropdown-menu-rt li a {	    float: left;	    width: 76%;	    margin-left: 10px;	    text-decoration: none;	    color: #3d5266;	    text-align: left;	    height: 42px;	    white-space: nowrap;	    overflow: hidden;	    text-overflow: ellipsis;	}	.dropdown-menu-rt li:hover a{cursor:pointer;color:var(--ld-theme-color);}	.header .dropdown-menu-rt li i {	    background: url(../leftimages/oa_list_ico.png) no-repeat left top;	}	.header .dropdown-menu-rt li i {	    z-index: 2;	    float: left;	    margin: 10px 0 0 12px;	}	.header .dropdown-menu-rt li i.schedule {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left 0;	}	.header .dropdown-menu-rt li i.task {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -16px;	}	.header .dropdown-menu-rt li i.approval {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -48px;	}	.header .dropdown-menu-rt li i.workreport {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -64px;	}	.header .dropdown-menu-rt li i.colleague {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -80px;	}	.header .dropdown-menu-rt li i.group {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -96px;	}	.header .dropdown-menu-rt li i.rescenter {	    display: inline-block;	    width: 16px;	    height: 16px;	    background-position: left -32px;	}	.function-btn .backHomeLi {	    display: flex;	    align-items: center;	    height: 55px;	}	.function-btn .backHomeLi .backHomeBtn {	    height: 32px;	    line-height: 32px;	    border: 1px solid #DCDEE0;	    border-radius: 16px;	    padding: 0 12px;	    cursor: pointer;	    display: flex;	    align-items: center;	}	.function-btn .backHomeLi .backHomeBtn:hover img {	    content: url('../icon2024/left/light/left_nav_home_ico_hover.png');	}	.function-btn .backHomeLi .backHomeBtn:hover span {	    color: var(--ld-theme-color);	}/* 加载动画 **************************************************************/		.ContentLoadingDiv {	    display: none;	    position: fixed;	    top: 50%;	    left: calc(50%);	    transform: translate(-50%,-50%);	    -ms-transform: translate(-50%,-50%);	    -moz-transform: translate(-50%,-50%);	    -webkit-transform: translate(-50%,-50%);	    -o-transform: translate(-50%,-50%);	    z-index: 2147483588;	}/* 图标样式 **************************************************************/	.ld-icon-search{		cursor: pointer;		float: left;	    width: 16px;	    height: 25px;	}	.ld-icon-search{	    background: url(../icon2023/top/header-search.png) center center no-repeat;	    background-size: 16px 16px;	}	.ld-icon-search:hover{	    background: url(../icon2023/top/header-search-hover.png) center center no-repeat;	    background-size: 16px 16px;	}	.ld-icon-add,	.ld-icon-clear,	.ld-icon-select,	.ld-icon-set{		display: inline-block;		cursor: pointer;		width: 24px;	    height: 24px;		vertical-align: middle;	}	.ld-icon-add{		background: url(../icon2024/add.png) center center no-repeat;		background-size: 18px 18px;	}	.ld-icon-add-hover,.ld-icon-add:hover{		background: url(../icon2024/add-hover.png) center center no-repeat;		background-size: 18px 18px;	}	.ld-icon-clear{		background: url(../icon2023/top/clear.png) center center no-repeat;		background-size: 20px 20px;	}	.ld-icon-clear:hover{		background: url(../icon2023/top/clear-hover.png) center center no-repeat;		background-size: 20px 20px;	}	.ld-createedit-content .ld-icon-clear,	.ld-massedit-form .ld-icon-clear,	.ld-advance-task .ld-icon-clear,	.ld-approve-mandatoryfield .ld-icon-clear{		border: none;		margin-left: -5px;	}	.ld-icon-select{		background: url(../icon2023/top/select.png) center center no-repeat;		background-size: 18px 18px;	}	.ld-icon-select:hover{		background: url(../icon2023/top/select-hover.png) center center no-repeat;		background-size: 18px 18px;	}	.ld-icon-set{		background: url(../icon2024/set.png) center center no-repeat;		background-size: 18px 18px;	}	.ld-icon-set:hover{		background: url(../icon2024/set-hover.png) center center no-repeat;		background-size: 18px 18px;	}	/* 媒体查询-屏幕不同宽度隐藏指定区域 **************************************************************/	@media (max-width : 940px) {		.grid-view-title span.grid-view-name font {display: none;}/*后台设置说明*/	}	@media screen and (max-width: 1080px) {	    .function-btn .page-topsec-area {display:none;}/*更多搜索*/	}	@media (max-width : 1220px) {		.function-btn .quickcreate {display: none;}/*快速创建*/	}	@media (max-width : 1290px) {		.function-btn .helper {display: none;}/*帮助入口*/	}	@media screen and (max-width: 1400px) {	    .detail_path_users span {display:none;}/*用户管理,描述*/	}	@media screen and (max-width: 1530px) {	    .ld-language-en .detail_path_users span {display:none;}	}		.fontsup {		top: -4px;		position: relative;		font-size: 12px;		color:var(--ld-theme-red-color);		line-height: 0;		vertical-align: baseline;		font-weight: normal;		padding-left: 3px;	}	.headersetting{		width: 100%;		display: flex;		padding-bottom: 16px;	}	.headersetting:last-child{		padding-bottom: 0;	}	.headersetting-lable{		width: 30%;		line-height: 32px;	}	.headersetting-select{		width: 70%;		display: flex;		align-items: center;	}	.headersetting-select div.row-fluid{		margin-right:25px;	}/*菜单搜索弹出框样式********************************************************************/	.menusearchpopup{		position: absolute;		top: 0;		left: calc(100% + 15px);		max-height: 400px;		width: 600px;		background: #fff;		box-shadow: 0 2px 8px 0 rgba(19,9,40,0.12), 0 1px 2px 0 rgba(19,9,40,0.08);		border-radius: 4px;		overflow: hidden auto;	}	.menusearchpopup .menusearchpopup_div{		padding: 20px;	}	.menusearchpopup .menusearch_block{		margin-top: 8px;	}	.menusearchpopup .menusearch_blocktitle{		font-size: 16px;		color: #3B4854;		line-height: 22px;	}	.menusearchpopup .menusearch_blockcontent{		margin-top: 16px;		height: auto;		overflow: hidden;	}	.menusearchpopup .menusearch_history .menusearch_blockcontent{		max-height: 80px;		overflow: hidden;	}	.menusearchpopup .menusearch_history .menuhistory_tag{		display: inline-block;		height: 28px;		line-height: 28px;		font-size: 14px;		color: #3B4854;		border-radius: 14px;		background: #F2F3F5;		text-align: center;		padding: 0 16px;		min-width: 60px;		margin-right: 12px;		margin-bottom: 12px;		cursor: pointer;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item{		border-radius: 2px;		width: 170px;		height: 40px;		line-height: 38px;		padding: 0 12px;		float: left;		margin: 0 16px 16px 0;		background: #fff;		border: 1px solid #DCDEE0;		font-size: 14px;		color: var(--ld-button-font-default-color) !important;		cursor: pointer;		position: relative;		text-decoration: none;		white-space: nowrap;		overflow: hidden;		text-overflow: ellipsis;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item:hover .moduleblank{		display: block;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item .moduleblank{		margin-top: 11px;		top: 0;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item a{		color: var(--ld-button-font-default-color) !important;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item:nth-child(3n){		margin-right: 0;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item:hover{		background: #ECF5FF;		border: 1px solid #C6E2FF;		color: var(--ld-theme-color) !important;	}	.menusearchpopup .menusearch_blockcontent .menucontent_item:hover a{		color: var(--ld-theme-color) !important;	}	.menusearchpopup .menusearch_nonecontent{		text-align: center;padding: 50px 0;		line-height: 24px;		color: #666;	}	.menusearchpopup .menusearch_nonecontent img{		width: 160px;height: 88px;	}	#dropdownmenu ul.parenttab-items{	}	#dropdownmenu ul.parenttab-items li{		min-height: 40px;		line-height: 40px;		width: 100%;		position: relative;	}	#dropdownmenu ul.parenttab-items li .parenttab-item{		height: 40px;		margin: 0 8px;		border-radius: 6px;		padding: 0 2px 0 10px;		overflow: hidden;	}	#dropdownmenu ul.parenttab-items li .parenttab-item.page-link a{		display: block;		max-width: 24px;		text-overflow: ellipsis;		overflow: hidden;		white-space: nowrap;		font-size: 14px;		height: 40px;		opacity: 1;		line-height: 40px;	}	#dropdownmenu ul.parenttab-items li .parenttabrel-items .parenttab-item.page-link a{		font-size: 13px;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items li .parenttabrel-items .parenttab-item.page-link a{		opacity: 0.8;	}	#dropdownmenu ul.parenttab-items li .parenttab-item.page-link a img{		display: block;		float: left;		width: 24px !important;		height: 24px !important;		margin-top: 8px !important;		margin-right: 10px !important;		padding: 2px;	}	#dropdownmenu ul.parenttab-items li .parenttab-item.page-link a span{		line-height: 40px !important;	}	#dropdownmenu ul.parenttab-items li .parenttab-item:hover a{		opacity: 1;		font-weight: 500 !important;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items li .parenttabrel-items .parenttab-item:hover a{		opacity: 1;	}	#dropdownmenu ul.parenttab-items li .parenttab-item .moduleblank{		margin-top: 10px;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items li .parenttab-item:hover .moduleblank{		display: block;	}	#dropdownmenu ul.parenttab-items li.parenttab-li.selected .parenttab-item.selected a{		opacity: 1;		font-weight: 600 !important;	}	#dropdownmenu ul.parenttab-items .parenttabrel-items{		display: none;	}	#dropdownmenu.pageleft_fold ul.parenttab-items .parenttabrel-items ul{		max-height: 480px;		padding-bottom: 8px;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items .parenttabrel-items ul{		height: unset !important;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items .parenttabrel-items{		position: relative;		top: 0 !important;	}	#dropdownmenu.pageleft_fold ul.parenttab-items .parenttabrel-items{		position: fixed;		top: 0;		left: 55px;		width: 180px;		overflow: hidden;		z-index: 10100;		box-shadow: 4px 0 6px 0 rgba(200,201,204,0.5);	}	#dropdownmenu.pageleft_fold ul.parenttab-items .parenttabrel-items ul{		width: 170px !important;		float: right;		border-radius: 4px;		box-shadow: 2px 0 6px 0 rgba(200,201,204,0.5);	}	#dropdownmenu ul.parenttab-items .parenttabrel-items .parenttabrel-item{		position: relative;	}	#dropdownmenu.pageleft_unfold ul.parenttab-items .parenttabrel-items .parenttabrel-item{		padding-left: 34px;	}	#dropdownmenu ul.parenttab-items .parenttabrel-items .parenttabrel-item a{		line-height: 40px;	}	#dropdownmenu ul.parenttab-items li.parenttab-li .parenttab-item .ld_icon_arrowdown{		margin: 12px 7px 0 2px !important;		transform: translateY(60%) rotate(45deg);	}	#dropdownmenu ul.parenttab-items li.parenttab-li.selected .parenttab-item.selected .ld_icon_arrowdown{		margin: 9px 7px 0 2px !important;		transform: translateY(60%) rotate(135deg);	}	#dropdownmenu ul.parenttab-items li.parenttab-li .parenttab-item .parenttab-item-title{		float: left;max-width: calc(100% - 18px);text-decoration: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;	}	#dropdownmenu ul.parenttab-items li.parenttab-li li:hover .moduleblank{		display: block;		top: 2px;		right: 4px;	}	#dropdownmenu ul.parenttab-items li.parenttab-li li:hover .parenttabrel-item a{		padding-right: 20px;	}	#dropdownmenu .search-module-box input{		background-color: rgba(255,255,255,0);	}	#dropdownmenu .page-link.selected{		border: none;	}	#dropdownmenu .parenttab-item.nochildren.selected{		background: unset;	}	#dropdownmenu .moduleblank:hover {		background: url(../leftimages/moduleblank.png) 0 1px no-repeat;	}	#dropdownmenu .hoverparenttablabel{		height: 48px;		line-height: 48px;		height: 48px;		line-height: 48px;		opacity: 0.7;		text-overflow: ellipsis;		overflow: hidden;		white-space: nowrap;		font-weight: 400;	}	#dropdownmenu .parenttabrel-items li.parenttitle_li{		display: none;	}	#dropdownmenu .parenttabrel-items li.parenttitle_li a{		cursor: unset;	}	#dropdownmenu.pageleft_fold .parenttabrel-items li.parenttitle_li{		display: block;	}	#dropdownmenu.pageleft_fold ul.parenttab-items li .parenttabrel-items .parenttab-item{		padding-left: 18px;	}	.parenttitle_li.page-link:hover{		background: unset !important;	}	#dropdownmenu .parenttabrel_point{		position: absolute;		font-size: 24px !important;		top: -7px;		left: 27px;	}	#dropdownmenu.pageleft_fold .parenttabrel_point{		display: none !important;	}	.nav-menu-footer .nav-menu-footer-two .page-link{		padding: 0;	}	.nav-menu-footer .page-link img{		padding: 2px;	}	.nav-menu-footer .nav-menu-footer-two .page-link img{		float: left;		width: 20px;		height: 20px;		margin-top: 12px;		margin-right: 0;		padding: 0;	}	.pageleft_unfold .nav-menu-footer .nav-menu-footer-two{		width: 50%;		text-align: center;		float: left;		cursor: pointer;	}	.pageleft_unfold .nav-menu-footer .nav-menu-footer-two:first-child{		box-shadow: inset -1px 0 0 0 rgba(255,255,255,0.2);	}	.pageleft_fold .nav-menu-footer .nav-menu-footer-two{		width: 100%;		text-align: center;		float: left;		cursor: pointer;	}	#dropdownmenu .parenttab-title{		color: #969799;		min-height: 0 !important;		line-height: 13px !important;		padding: 24px 20px 8px 20px;	}	.fontnowrap{		white-space: nowrap !important;		overflow: hidden !important;		text-overflow: ellipsis !important;	}	.leftmenu-fonticon{		font-family: ldcrm_font_family;		padding: 2px;		float: left;		font-size: 20px;		height: 100%;		line-height: 38px;		font-weight: 500 !important;	}	.Prm_menu_div{		height: 50px;		width: 100%;		background: #fff;	}	.Prm_menu_div li.ld-NavBarItem,.Prm_menu_div li.ld-NavBarMore{		padding:0 20px;	}	.Prm_menu_div .ld-NavBarMore.WidthFixed {		 min-width: 0 !important;	}	.Prm_menu_div li.ld-NavBarItem::before ,.Prm_menu_div li.ld-NavBarMore::before{		position: absolute;		content: ' ';		left: -1px;		height: 20px;		top: 15px;		width: 1px;		background: #DCDEE0;	}    .Prm_menu_div li.ld-NavBarItem.cur{        background: var(--ld-bg-actived-color);    }	.Prm_menu_div li.ld-NavBarItem.cur::before, .Prm_menu_div li.ld-NavBarItem.cur + li.ld-NavBarItem::before{		display: none; /* 隐藏选中状态的 ::before 伪元素 */	}	.Prm_menu_div li.ld-NavBarItem.HightLight-Bottom::after{		content: ' ';		position: absolute;		display: none;		bottom: 0;		top:  unset;		left: 0;		width: 100%;		height: 2px;		background-color: var(--ld-theme-color);		border-radius: unset;	}    .Prm_menu_div li.ld-NavBarItem.HightLight-Bottom.cur::after{		display: block;    }	.prm_header_logo{		float: left;		display: flex;		align-items: center;		height: 100%;	}	.prm_header_logo img{		max-width: 126px;		max-height: 34px;	}	.prm_menu_anyname_span{		white-space: nowrap;		overflow: hidden;		text-overflow: ellipsis;		display: block;		width: 100%;		padding: 0 10px;		color: #999999;	}	.Prm_menu_div li.ld-NavBarMore.cur .ld-fonticon-more2::before,	.Prm_menu_div li.ld-NavBarMore:hover .ld-fonticon-more2::before {		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-account::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-account::before ,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-account.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-account.ld-fonticon::before {		content: '\e618';		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-contact::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-contact::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-contact.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-contact.ld-fonticon::before{		content: '\e67b';		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-workorder::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-workorder::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-workorder.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-workorder.ld-fonticon::before{		content: '\e60a';		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-projectmanage::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-projectmanage::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-projectmanage.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-projectmanage.ld-fonticon::before{		content: '\e602';		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-workdesk::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-workdesk::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-workdesk.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-workdesk.ld-fonticon::before{		content: '\e614';		color: var(--ld-theme-color) !important;	}	.Prm_menu_div li.ld-NavBarItem.cur .ld-fonticon-customize::before ,	.Prm_menu_div li.ld-NavBarItem:hover .ld-fonticon-customize::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem.cur .ld-fonticon-customize.ld-fonticon::before,	.Prm_menu_div li.ld-NavBarMore .ld-NavBarMoreItem:hover .ld-fonticon-customize.ld-fonticon::before{		content: '\e601';		color: var(--ld-theme-color) !important;	}