.bh-paper-pile-dialog .bh-footer {
	display: none;
}

.bh-paper-pile-dialog .bh-footer[bh-paper-pile-dialog-role-hide-container-guid] {
	display: none !important;
}

.bh-paper-pile-dialog-parentTitle-toSmall,
.bh-paper-pile-dialog-headerTitle,
body>main>article>h2 {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

@-webkit-keyframes bh-paper-pile-dialog-parentTitle-toRestore {
	0% {
		-webkit-transform: scaleX(.96);
		transform: scaleX(.96);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	32% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	100%,
	58% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 68px;
		font-size: 20px;
		font-weight: 700;
		color: var(--Text4);
		padding: 24px 16px;
		background-color: var(--Fill1)
	}
}

@keyframes bh-paper-pile-dialog-parentTitle-toRestore {
	0% {
		-webkit-transform: scaleX(.96);
		transform: scaleX(.96);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	32% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	100%,
	58% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 68px;
		font-size: 20px;
		font-weight: 700;
		color: var(--Text4);
		padding: 24px 16px;
		background-color: var(--Fill1)
	}
}

@-webkit-keyframes bh-paper-pile-dialog-parentTitle-toSmall {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	38% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 68px;
		font-size: 20px;
		font-weight: 700;
		color: var(--Text4);
		padding: 24px 16px;
		background-color: var(--Fill1)
	}

	80% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	100% {
		-webkit-transform: scaleX(.96);
		transform: scaleX(.96);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}
}

@keyframes bh-paper-pile-dialog-parentTitle-toSmall {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	38% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 68px;
		font-size: 20px;
		font-weight: 700;
		color: var(--Text4);
		padding: 24px 16px;
		background-color: var(--Fill1)
	}

	80% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}

	100% {
		-webkit-transform: scaleX(.96);
		transform: scaleX(.96);
		height: 32px;
		background-color: var(--Primary4);
		font-size: 16px;
		font-weight: 400;
		color: var(--Primary1);
		padding: 6px 16px;
		border-color: transparent
	}
}

.bh-paper-pile-dialog {
	border-radius: 8px;
}

.bh-paper-pile-dialog .bh-paper-pile-dialog-container {
	box-shadow: 0px 0px 15px var(--Fill7);
}

.bh-paper-pile-dialog .bh-paper-pile-dialog-container {
	border-radius: 8px;
}

.bh-header-bg {
	display: none;
}

.bh-footer {
	padding: unset;
}

.bh-footer-content {
	padding: 16px 0;
	height: 52px;
	line-height: 20px;
	color: var(--Text4);
}

.bh-card.bh-card-lv1 {
	box-shadow: none;
	border: 1px solid var(--Line1);
	border-radius: 2px;
}

html {
	height: 100%;
}

body>main {
	margin: 0px auto 1px;
	padding-top: 76px;
}

body>main>article {
	box-shadow: none;
	border-radius: 8px;
	box-shadow: 0px 0px 20px var(--Fill3);
	/* margin-top: 16px; */
}

.bh-paper-pile-dialog-footer {
	border-bottom: none;
	/* top: -66px; */
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

.bh-paper-pile-dialog-footer.bh-border-v {
	margin-top: 51px;
}

.bh-paper-pile-body {
	box-shadow: none;
	border-radius: 8px !important;
	border: none !important;
}

.bh-paper-pile-dialog .bh-paper-pile-body {
	box-shadow: none;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border: none !important;
}

body .bh-form-groupname {
	border-left: 4px solid var(--Fill1);
}

.sc-title-borderLeft {
	border-left: 4px solid var(--Primary7);
}

.jqx-scrollbar-state-normal {
	height: 8px !important;
}

.jqx-scrollbar-thumb-state-normal-horizontal {
	background: var(--Fill4);
	border-radius: 20px;
}

.jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-column-header,
.jqx-widget .jqx-grid-group-cell {
	border-color: var(--Line1);
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header,
.jqx-grid-header {
	border-color: var(--Line1);
}

.jqx-grid {
	border-color: var(--Line1);
}

.bh-headerBar-nav-more:hover,
.bh-headerBar-navigate a:hover .bh-headerBar-nav-item,
.bh-headerBar-nav-item.bh-active {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 60px;
	font-weight: 700;
}

.bh-headerBar-navigate.bh-unActive .bh-headerBar-nav-item.bh-active,
.bh-headerBar-nav-item.bh-active:hover {
	color: var(--Text1) !important;
}

.bh-headerBar-nav-item.bh-active ::after {
	content: "";
}

.bh-headerBar-navigate>a {
	background-color: unset;
}

.bh-headerBar-nav-item,
.bh-headerBar-nav-item.bh-hover:not(.bh-active) {
	color: var(--Text5);
}

.bh-headerBar-nav-item .iconfont {
	top: 20px;
}


.bh-headerBar-nav-item .iconfont.icon-keyboardarrowright {
	top: 12px;
}

.bh-headerBar-nav-item:hover {
	color: var(--Text5);
}

.bh-headerBar {
	height: 60px;
	margin-bottom: 16px;
}

.bh-headerBar-navigate {
	margin: -8px 0 0;
}

.bh-headerBar-navigate>a,
.bh-headerBar-nav-item {
	height: 60px;
}

.bh-header-nav-item-children .bh-headerBar-nav-item,
.bh-header-navMoreBox .bh-headerBar-nav-item {
	height: 42px;
	padding: 10px 20px 11px 16px;
}

.bh-headerBar-nav-item {
	padding: 18px 20px 11px 16px;
	font-size: 16px;
	font-family: 'Microsoft YaHei UI';
	font-weight: 400;
}

.bh-headerBar-nav-bar {
	display: none;
}

.bh-headerBar,
.bh-header-mini {
	background-color: var(--Fill1);
	box-shadow: inset 0px -1px 0px var(--Label6);
}

.bh-header-mini .bh-headerBar {
	background-color: var(--Fill1);
	margin-bottom: 0px;
	height: 32px;
}

.bh-header,
.bh-header-bg,
.bh-header-mini {
	transition: background-color 0.5s;
}

.bh-headerBar-nav-item.bh-active::after {
	content: "";
	display: block;
	width: 16px;
	height: 0px;
	top: 7px;
	position: relative;
	background: var(--Fill1);
	margin: 0 auto;
	border: 2px solid var(--Fill1);
	border-radius: 6px;
	transform: scale(100%, 50%);
	-webkit-transform: scale(100%, 50%);
	-moz-transform: scale(100%, 50%);
}

.bh-headerBar-nav-more {
	height: 60px;
	width: 60px;
	padding-top: 16px;
	background-color: unset;
	top: -2px;
}

.bh-headerBar-nav-more .iconfont {
	display: none;
}

.bh-headerBar-nav-more::before {
	content: '\66f4\591a';
	font-size: 16px;
	font-family: 'Microsoft YaHei UI';
	font-weight: 400;
	color: var(--Text5);
}

.bh-headerBar-nav-more:hover::before {
	content: '\66f4\591a';
	font-size: 16px;
	font-family: 'Microsoft YaHei UI';
	font-weight: 700;
}

.bh-header-nav-item-children,
.bh-header-navMoreBox {
	background-color: var(--Fill1);
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	border-radius: 8px;
	top: 68px;
	padding: 8px 0;
	height: fit-content !important;
}

.bh-header-navMoreBox-mini {
	top: 36px !important;
	position: fixed;
	height: fit-content !important;
}

.bh-header-navMoreBox-mini .bh-headerBar-nav-item {
	height: 42px !important;
	line-height: 38px;
}

.bh-header-nav-item-children>a.bh-active>.bh-headerBar-nav-item,
.bh-header-navMoreBox>a.bh-active>.bh-headerBar-nav-item,
.bh-header-nav-item-children>a.bh-active:hover>.bh-headerBar-nav-item,
.bh-header-navMoreBox>a.bh-active:hover>.bh-headerBar-nav-item,
.bh-header-nav-item-children>a:hover>.bh-headerBar-nav-item.bh-active,
.bh-header-navMoreBox>a:hover>.bh-headerBar-nav-item.bh-active {
	color: var(--Text1);
}

.bh-label-radio:hover {
	background: var(--Fill1);
}

.bh-label-radio,
.bh-advancedQuery-groupName {
	color: var(--Text5);
}

.bh-label-radio {
	border: 1px solid var(--Fill1);
}

.bh-header-navBarChildrenBox-bar,
.bh-header-navMoreBox-bar {
	display: none;
}

.bh-headerBar-imgBlock {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	height: 32px;
	width: 33px;
	margin-top: 5px;
	background: var(--Fill4);
	padding: 0 0 0 1px;
}

.bh-headerBar-imgBlock img {
	height: 32px;
	width: 32px;
	border-radius: 16px;
}

.bh-header-mini .bh-headerBar-imgBlock img {
	width: 24px;
	height: 24px;
	float: right;
}

.bh-header-mini .bh-headerBar-roleSwitch {
	height: 24px;
	padding-top: 2px;
	margin-top: 4px;
}

.bh-headerBar-roleSwitch {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 32px;
	margin-top: 5px;
	background: var(--Fill4);
	color: var(--Text5);
	padding-top: 6px;
}

.bh-headerBar-roleSwitch:after {
	border-top: 6px solid var(--Fill8);
	top: 13px;
}


.bh-header-mini .bh-headerBar-roleSwitch:after {
	top: 10px;
}

.bh-header-navMoreBox .bh-headerBar-nav-item.bh-active {
	border-radius: 0px;
}

.bh-header-navMoreBox .bh-active .bh-headerBar-nav-item::before,
.bh-header-navMoreBox .bh-headerBar-nav-item.bh-active::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 15px;
	top: 2px;
	left: -6px;
	position: relative;
	background: var(--Fill1);
	margin: 0 auto;
	border: 4px solid var(--Fill1);
	border-radius: 6px;
	transform: scale(50%, 100%);
	-webkit-transform: scale(50%, 100%);
	-moz-transform: scale(50%, 100%);
}

.bh-header-navMoreBox .bh-headerBar-nav-item.bh-active::after {
	content: none;
}

.bh-table-form .bh-form-block,
.bh-table-form.bh-form-block,
.bh-table-form .bh-form-group,
.bh-form-readonly-input,
.bh-form-readonly .bh-form-group,
.bh-form-readonly .bh-form-block,
.bh-form-readonly.bh-form-block {
	border-color: var(--Line1);
}

.jqx-input,
.jqx-dropdownlist-state-normal,
.bh-txt-input {
	border-width: 1px;
	border-color: var(--Line2);
}

.bh-radio input[type=radio]:checked+.bh-choice-helper:after,
.bh-radio input[type=radio]:disabled:checked+.bh-choice-helper:after {
	background-color: var(--Fill1);
	top: 2px;
	left: 6px;
	width: 8px;
	height: 8px;
}

.bh-checkbox:hover .bh-choice-helper:before,
.bh-radio:hover .bh-choice-helper:before,
.bh-checkbox .bh-choice-helper:after,
.jqx-dropdownlist-state-selected,
.jqx-input-group .jqx-input.jqx-fill-state-focus+.jqx-input-group-addon,
.jqx-input.jqx-fill-state-focus,
.bh-form-control:focus,
.bh-txt-input--focus,
.bh-form-control:focus,
.jqx-checkbox-check-checked {
	border-color: var(--Primary7);
	border-width: 1px;
}

.bh-form-control:focus,
.bh-txt-input--focus,
.bh-form-control:focus {
	box-shadow: inset 0 0 1px var(--Primary7);

}

.bh-checkbox .bh-choice-helper:before,
.bh-radio .bh-choice-helper:before {
	border: 1px solid var(--Line2);
}

.bh-checkbox .bh-choice-helper:before {
	border-radius: 4px;
}

.bh-label-radio.bh-active {
	border: var(--Primary7) 1px solid;
	background: var(--Fill1);
}

.bh-checkbox input[type=checkbox]:checked+.bh-choice-helper:after {
	-webkit-transform: scale(65%) rotate(-50deg);
	-ms-transform: scale(65%) rotate(-50deg);
	transform: scale(65%) rotate(-50deg);
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: var(--Fill1);
	border-bottom-width: 3px;
	border-left-width: 3px;
	left: 0;
	top: 5px;
}

.bh-checkbox input[type=checkbox]:checked+.bh-choice-helper:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.sc-panel-thing-1-operate,
.sc-panel-thingNoImg-1-operate,
.sc-panel-user-1-operate {
	text-align: center;
	opacity: 0.8;
}

.bh-headerBar-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	color: var(--Text6);
}

.bh-headerBar-logo img {
	visibility: hidden;
	height: 60px;
}

.bh-headerBar-logo {
	background: url('../images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
}

.bh-form-h-label {
	text-align: right;
}

.bh-form-group.bh-required .bh-form-label:before {
	position: relative;
	line-height: 20px;
	top: 2px;
	left: -3px;
}

.bh-table-form .form-validate-block .bh-form-group.bh-required .bh-form-label:before {
	left: -2px;
}

.bh-form-readonly.bh-form-horizontal .bh-required .bh-form-label {
	padding: 4px 4px 4px 6px;
}

.bh-form-readonly.bh-form-horizontal .bh-form-label,
.bh-form-readonly.bh-form-horizontal .bh-required .bh-form-label {
	line-height: 32px !important;
	height: 40px !important;
	max-height: 40px !important;
}

.bh-form-S .bh-form-group.bh-required .bh-form-label:before {
	left: -2px;
}

.bh-form-S .bh-required .bh-form-label {
	left: -6px;
	position: relative;
}

.jqx-window {
	border-radius: 8px;
	padding: 0;
}

.bh-dialog-icon-colorinformation,
.bh-dialog-icon-colorsuccess,
.bh-dialog-icon-colorwarning,
.bh-dialog-icon-colordanger {
	border-top: none;
}

.bh-dialog-img-con {
	width: 45px;
}

.bh-dialog-img-con i {
	margin-left: 20px;
	font-size: 20px;
}

.bh-dialog-title-text {
	width: 335px;
	margin-left: 45px;
}

.bh-dialog-content {
	padding: 0 33px 0 45px;
}

.bh-tip-primary .bh-tip-top-bar,
.bh-tip-success .bh-tip-top-bar,
.bh-tip-warning .bh-tip-top-bar,
.bh-tip-danger .bh-tip-top-bar,
.bh-tip-info .bh-tip-top-bar,
.bh-tip-loading .bh-tip-top-bar {
	display: none;
}

.bh-tip-closeIcon {
	top: 10px;
}

.bh-tip {
	min-width: 140px;
}

.bh-headerBar-userInfo-img,
.bh-headerBar-userInfo-img img {
	border-radius: 30px;
	margin-right: 12px;
}

.bh-headerBar-userIfon.bh-card {
	top: 64px !important;
	border-radius: 4px;
	width: 200px;
	height: 114px;
	padding: 20px 0 20px 20px;
}

.bh-btn {
	border-radius: 2px;
	min-width: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--Line1);
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	box-shadow: none;
}

.bh-btn-default {
	border: 1px solid var(--Line2);
}

.bh-form-readonly.bh-form-horizontal .bh-form-label {
	line-height: 32px;
}

.bh-form-readonly .bh-form-static {
	line-height: 40px;
	height: 39px;
}

.bh-form-readonly-input {
	min-height: 40px;
}

.bh-table-form .bh-form-readonly-input {
	padding: 6px !important;
}

.bh-table-form .bh-table-form-icon {
	top: 10px;
	right: 10px;
}

.jqx-window-header {
	margin-top: 19px;
	margin-left: 16px;
}

.jqx-window-content {
	padding: 0 16px;
	border-top: 1px solid var(--Line1);
	border-bottom: 1px solid var(--Line1);
	padding-top: 10px;
}

body .bh-form-groupname:before {
	content: "";
	border-radius: 2px;
	width: 4px;
	display: inline-block;
	height: 16px;
	position: absolute;
	left: -4px;
}

body {
	height: 100%;
}

#lwmask {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #777777;
	top: 0;
	left: 0;
}

.bh-property-dialog-container {
	right: 0px;
}

.bh-property-dialog-cover-fadeIn {
	background: var(--Fill0);
	opacity: 0.5;
}

.bh-headerBar-userIfon-name {
	color: var(--Text6) !important;
	font-weight: 700 !important;
}

.bh-headerBar-userInfo-detail>div {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--Text4);
	margin-bottom: 4px;
	max-width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gender-icon-1 {
	background: url(../images/icon-male.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 4px;
	width: 18px;
	height: 14px;
	display: inline-flex;
	position: relative;
	top: 4px;
	float: right;
}

.gender-icon-2 {
	background: url(../images/icon-female.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 4px;
	width: 18px;
	height: 14px;
	display: inline-flex;
	position: relative;
	top: 4px;
	float: right;
}

.sc-panel-thingNoImg-1 .sc-panel-thingNoImg-1-operate {
	display: flex;
}

.sc-panel-thingNoImg-1 .sc-panel-thingNoImg-1-operate>* {
	flex: 1;
}

.bh-schema-list>li {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
	color: var(--Text5);
}

.bh-bColor-info-3 {
	border-color: var(--Line1) !important;
}

.jqx-tabs-title {
	font-size: 16px;
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	color: var(--Text5);
}

.jqx-tabs-title-selected-top {
	font-weight: 700;
}

.bh-header-mini {
	box-shadow: 0 2px 8px rgb(0 0 0 / 28%);
}

.bh-header-mini .bh-headerBar-navigate {
	margin: -2px 0 0;
}

.bh-header-mini .bh-headerBar-title {
	line-height: 32px;
}

.bh-header-mini .bh-headerBar-logo {
	height: 32px;
}

.bh-header-mini .bh-headerBar-nav-more {
	height: 32px;
	margin-top: -1px;
}

.bh-header-mini .bh-headerBar-navigate>a,
.bh-header-mini .bh-headerBar-nav-item {
	height: 34px;
}

.bh-header-mini .bh-headerBar-imgBlock {
	margin-top: 4px;
	height: 24px;
}

.bh-header-nav-item-children {
	background-color: var(--Fill1) !important;
}

.bh-header-nav-item-children a:hover .bh-headerBar-nav-item {
	color: var(--Primary7) !important;
}

:focus-visible {
	outline-color: var(--Primary7);
	outline-width: 0.5px;
}

.bh-headerBar-iconBlock,
.bh-headerBar-iconBlock a {
	color: var(--Text5);
}

.jqx-window-content>.content>[emap-role=form]>.bh-table-form {
	margin-top: 15px;
}

.bh-table-form .bh-form-readonly-input .bh-form-static {
	background: var(--Fill1);
}

.bh-headerBar-menu {
	min-width: 282px;
}

.jqx-tabs-title-container {
	box-shadow: inset 0 -2px 0 0 var(--Line1);
}

.bh-footer-content,
html,
.jqx-scrollbar-state-normal,
.bh-pager,
.gm-add-block,
.jqx-listitem-state-hover,
.bh-header-nav-item-children>a:hover>.bh-headerBar-nav-item,
.bh-header-navMoreBox>a:hover>.bh-headerBar-nav-item,
.bh-label-radio:hover,
.bh-table-form .bh-form-group,
body,
.bh-header,
.bh-header-bg,
.bh-header-mini,
.jqx-grid-column-header,
.jqx-grid-columngroup-header {
	background-color: var(--Fill2);
	background: var(--Fill2);
}

/* .jqx-listitem-state-selected {
	color: var(--Primary7);
} */

.jqx-checkbox-default,
.jqx-combobox-state-normal,
.bh-form-control {
	border-color: var(--Line2);
}

.jqx-checkbox-check-checked {
	border-style: solid;
}

.jqx-checkbox-check-checked:after {
	border-color: var(--Primary7);
	left: calc(50% - 7px);
	top: calc(50% - 5px);
}

.jqx-listitem-state-selected {
	padding: 5px 4px;
}

.jqx-combobox-state-hover,
.jqx-combobox-state-focus {
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	padding: 0 4px;
}

input,
.bh-timePick-monthItem,
.bh-timePicker-rangeBox {
	border-color: var(--Line2);
}

.jqx-combobox-arrow-normal {
	right: 0px;
	left: unset !important;
}

.bh-dialog-icon-colorsuccess {
	color: var(--Success6) !important;
}

.bh-tip-success .iconfont {
	color: var(--Success6);
}

.bh-tip-warning .iconfont {
	color: var(--Warning6);
}

.bh-dialog-icon-colorwarning {
	color: var(--Warning6) !important;
}

.emap-upload-error-icon,
.bh-tip-danger .iconfont {
	color: var(--Error6);
}

.bh-timePick-tabItem:after {
	background-color: var(--Primary4);
}

.bh-btn-success.bh-active,
.bh-btn-success.bh-focus,
.bh-btn-success:active,
.bh-btn-success:focus,
.bh-btn-success:hover,
.bh-open>.bh-dropdown-toggle.bh-btn-success,
.emap-upload-success-icon,
.bh-btn-success {
	background: var(--Success6) !important;
	background-color: var(--Success6) !important;
}
/* 
.ivu-btn-success {
	background: var(--Success6);
	background-color: var(--Success6);
	border-color: var(--Success6);
}

.ivu-btn-success.active,
.ivu-btn-success:active,
.ivu-btn-success:hover {
	background: var(--Success5);
	background-color: var(--Success5);
	border-color: var(--Success5);
}

.ivu-btn-warning {
	background: var(--Warning6);
	background-color: var(--Warning6);
	border-color: var(--Warning6);
}

.ivu-btn-warning.active,
.ivu-btn-warning:active,
.ivu-btn-warning:hover {
	background: var(--Warning5);
	background-color: var(--Warning5);
	border-color: var(--Warning5);
}

.ivu-btn-error {
	background: var(--Error6);
	background-color: var(--Error6);
	border-color: var(--Error6);
}

.ivu-btn-error.active,
.ivu-btn-error:active,
.ivu-btn-error:hover {
	background: var(--Error5);
	background-color: var(--Error5);
	border-color: var(--Error5);
}

.ivu-btn-primary {
	background: var(--Primary7);
	background-color: var(--Primary7);
	border-color: var(--Primary7);
}

.ivu-btn-primary.active,
.ivu-btn-primary:active,
.ivu-btn-primary:hover {
	background: var(--Primary6);
	background-color: var(--Primary6);
	border-color: var(--Primary6);
} */

.bh-btn-warning {
	background: var(--Warning6) !important;
	background-color: var(--Warning6) !important;
	border-color: var(--Warning6);
	border-width: 1px;
}

.bh-btn-success {
	border-color: var(--Success6);
}

.bh-tip-primary .iconfont,
.bh-header-nav-item-children>a:hover>.bh-headerBar-nav-item,
.bh-header-navMoreBox>a:hover>.bh-headerBar-nav-item,
.bh-label-radio.bh-active,
.bh-label-radio:hover,
a,
.bh-file-img-text,
.bh-timePick-tabItem.bh-active,
.bh-menu-link-item.bh-active,
.bh-menu-link-item:hover,
.jqx-tabs-title-selected-top,
.bh-headerBar-navigate a:hover .bh-headerBar-nav-item,
.bh-headerBar-nav-more:hover::before,
.gm-member-delete {
	color: var(--Primary7);
}

.bh-dialog-icon-colorinformation {
	color: var(--Primary7) !important;
}

.bh-headerBar-nav-more:hover,
.bh-headerBar-navigate a:hover .bh-headerBar-nav-item,
.bh-headerBar-nav-item.bh-active,
[bh-form-role=bhForm] .bh-row.bh-active,
[bh-form-role=bhForm] .bh-row:hover,
.bhtc-datetimepicker-widget table td.day:hover,
.bhtc-datetimepicker-widget table td.hour:hover,
.bhtc-datetimepicker-widget table td.minute:hover,
.bhtc-datetimepicker-widget table td.second:hover,
.bhtc-datetimepicker-widget table thead tr:first-child th:hover,
.bhtc-datetimepicker-widget table td span:hover,
.bh-timePicker-rangeBox-time:hover,
.bh-timePicker-rangeBox-selectIcon:hover,
.jqx-grid-cell-hover {
	background: var(--Primary1);
}

.jqx-switchbutton-on.jqx-switchbutton,
.bh-checkbox input[type=checkbox]:checked+.bh-choice-helper:before,
.sc-panel-thing-1-operate,
.sc-panel-thingNoImg-1-operate,
.sc-panel-user-1-operate,
.bh-headerBar-nav-item.bh-active,
.bh-header-navMoreBox .bh-active .bh-headerBar-nav-item,
.bh-btn-primary,
.bh-btn-primary.bh-active,
.bh-btn-primary.bh-focus,
.bh-btn-primary:active,
.bh-btn-primary:focus,
.bh-btn-primary:hover,
.bh-open>.bh-dropdown-toggle.bh-btn-primary,
.bh-radio input[type=radio]:checked+.bh-choice-helper:before,
.bh-bg-primary {
	background-color: var(--Primary7) !important;
	background: var(--Primary7) !important;
}

.bh-btn-primary,
.bh-btn-primary.bh-active,
.bh-btn-primary.bh-focus,
.bh-btn-primary:active,
.bh-btn-primary:focus,
.bh-btn-primary:hover {
	border-color: var(--Primary7) !important;
}

.emap-upload-cell-edit a:hover,
.bhtc-datetimepicker-widget table td.bhtc-active,
.bhtc-datetimepicker-widget table td.bhtc-active:hover,
.jqx-tabs-title:after,
.jqx-combobox-multi-item,
body .bh-form-groupname:before,
.jqx-tabs-title.jqx-tabs-title-selected-top:after,
.bh-timePick-tabItem.bh-active:after,
.bhtc-datetimepicker-widget table td span.bhtc-active,
.bh-timePick-monthItem.bh-pre:hover {
	background-color: var(--Primary7);
	background: var(--Primary7);
}

.rightgrid-container,
.rightgrid-container:before {
	border-left-color: var(--Line3);
}

.bh-timePick-tab {
	border-bottom-color: var(--Primary1);
}

.bh-timePick-selectBoxCont {
	width: 457px;
}

.bh-timePick-selectBox {
	width: 440px;
}

.bh-timePick-custom {
	left: -430px;
}

.bh-timePick-selectMonthCont {
	left: 430px;
}

.bh-timePicker-selectMonthList {
	width: 408px;
}

.bh-timePick-monthItem {
	width: 34px;
}

.bh-timePick-customTime .bhtc-input-group {
	width: 149px;
}

.bh-file-upload {
	font-size: 14px;
}

.bh-form-horizontal [xtype="number"] input {
	width: calc(100% - 20px) !important;
}

.bh-form-horizontal [xtype="number-range"] .bh-num-range__input-wrap {
	width: calc(50% - 10px) !important;
}

.bh-form-horizontal [xtype="number-range"] .bh-num-range__input-wrap .bh-num-range__input {
	width: 100% !important;
}

.bh-form-horizontal [xtype="number-range"] .bh-num-range__input-wrap .bh-num-range__input input {
	width: calc(100% - 20px) !important;
}

a:hover {
	color: var(--Primary6);
}

.rightgrid-container .transparentGrid .jqx-grid-cell:hover {
	background-color: unset;
}

.bh-headerBar-nav-more.bh-active:after {
	border-bottom-color: var(--Primary7);
}

.bh-headerBar-roleBox-title:hover {
	background: var(--Fill2);
}