a:focus,
a:hover {
	color: #006eff;
}


#cf-service-sidebar {
	position: relative;
	z-index: 700;
	height: 100%;
	background-color: #fff;
	width: 236px;
	transition: all .3s ease-out 0s;
	border-right: 1px solid #dfe1e6;
}

#cf-service-sidebar.cf-sidebar-mini {
	width: 48px;
}

.cf-sidebar-wrapper {
	z-index: 95;
	font-size: 12px;
	color: #252b3a;
	height: 100%;
	background-color: #fff;
	position: relative;
}

.cf-sidebar-service-wrapper {
	height: 46px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.cf-sidebar-more-service-row {
	position: absolute;
	height: 46px;
	z-index: 100;
	width: 236px;
	cursor: pointer;
}

a.cf-sidebar-more-service-item {
	display: flex;
	height: 46px;
	width: 100%;
	text-decoration: none;
	color: #252b3a;
	white-space: nowrap;
}

.cf-sidebar-service-icon {
	color: #252b3a;
	display: flex;
	width: 47px;
	height: 50px;
	justify-content: center;
	align-items: center;
}

.hwsicon-frame-service-list {
	font-size: 16px !important;
}

#cf-show-all-service-box .cf-sidebar-service-icon {
	padding: 14px;
	height: 46px;
	font-size: 24px;
}

#cf-show-all-service-box .cf-sidebar-service-name {
	height: 46px;
	line-height: 46px;
	margin-top: 0;
}

.cf-sidebar-service-name,
.cf-sidebar-toolbar {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.cf-sidebar-service-name {
	display: inline-block;
	width: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cf-sidebar-mini .cf-sidebar-line {
	margin-left: 6px;
	margin-right: 6px;
}

.cf-sidebar-line {
	height: 1px;
	background-color: #dfe1e6;
	width: auto;
}

.cf-sidebar-wrapper .list-group {
	display: block;
	overflow-x: hidden;
	position: relative;
	height: calc(100% - 84px);
	cursor: pointer;
}

.cf-sidebar-wrapper .list-group .list-group-item {
	width: 236px;
	padding: 0px;
	height: 50px;
	border: none;
	position: relative;
}

.cf-sidebar-wrapper .list-group .list-group-item:hover,
.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child .leftmenu-item-child-li:hover,
.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-title:hover {
	background: #DFEDFF;
}
.cf-sidebar-wrapper .list-group .list-group-item.pitch  .cf-sidebar-service-name{
	color: #006eff;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child .leftmenu-item-child-li:hover {
	color: #006eff;
}

.cf-sidebar-wrapper .list-group .list-group-item:hover .cf-sidebar-service-icon {
	color: #006eff;
}

.cf-sidebar-wrapper .list-group .list-group-item>a {
	display: flex;
	align-items: center;
}



.cf-sidebar-toolbar {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: move;
	cursor: -ms-move;
}

.cf-sidebar-wrapper .list-group .list-group-item:hover .cf-sidebar-toolbar {
	display: inline-block;
}

.cf-sidebar-collection-service:hover {
	cursor: pointer;
	background-color: #fff;
}

.sortable-chosen>a {
	color: #006eff;
}

.ti-leftmenu-container {
	position: absolute;
	font-size: 14px;
	top: 0px;
	left: 48px;
	z-index: 90;
	width: 187px;
	height: 100%;
	background-color: #fff;
	color: #575d6c;
	box-shadow: 0 2px 4px 0 rgb(2 25 42 / 10%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ti-leftmenu-container .ti-leftmenu-panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	padding: 0 24px;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-title {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-title {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: calc(100% + 48px);
	position: relative;
	right: 24px;
	padding: 0 24px;
	cursor: pointer;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-title .pullDown-icon {
	position: absolute;
	font-size: 12px;
	color: #999;
	right: 24px;
	top: 13px;
	transition: all 0.2s linear;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item.active .leftmenu-item-title .pullDown-icon {
	transform: rotate(-180deg);
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child {
	position: relative;
	padding-left: 0px;
	height: 0px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s linear;
	opacity: 0;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item.active .leftmenu-item-child {
	height: auto;
	overflow: inherit;
	max-height: 1000px;
	opacity: 1;
}


.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child::before {
	position: absolute;
	left: 0px;
	width: 1px;
	top: 13px;
	content: "";
	height: calc(100% - 24px);
	background: #E5E5E5;
	;
	z-index: 1;
}


.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child .leftmenu-item-child-li {
	position: relative;
	display: block;
	line-height: 18px;
	padding: 10px 36px 10px 40px;
	cursor: pointer;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% + 48px);
	right: 24px;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child .leftmenu-item-child-li.active {
	color: #006eff;
}

.ti-leftmenu-container .ti-leftmenu-panel .ti-leftmenu-item .leftmenu-item-child .leftmenu-item-child-li.active::before {
	position: absolute;
	left: 24px;
	top: 10px;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background: #006eff;
	z-index: 10;
}


    .imgSidebar.ri-icon {
        font-size: 24px;
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }
    .imgSidebar.ri-icon[class*="ri-"] {
        font-size: 24px;
         width: 47px;
    }
    
    
    .full-menu-mode .page-body {
    min-width: calc(1366px - 236px);
    left: 236px;
    top: 0px;
    background: #EEF0F5;
    /* min-height: calc(100vh); */
}

.mini-menu-mode .page-body{
    min-width: auto;
    left: 48px;
}

.page-body.page-home {
    min-height: calc(100vh);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.3s 
ease-out;
}

.ActiveBack {
    color: #006eff;
    background-color: #E4F0FF;
}