.fade-enter-active,
.fade-leave-active {
	-webkit-transition: opacity .28s;
	transition: opacity .28s
}

.fade-enter,
.fade-leave-active {
	opacity: 0
}

.fade-transform-enter-active,
.fade-transform-leave-active {
	-webkit-transition: all .5s;
	transition: all .5s
}

.fade-transform-enter {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px)
}

.fade-transform-leave-to {
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px)
}

.breadcrumb-enter-active,
.breadcrumb-leave-active {
	-webkit-transition: all .5s;
	transition: all .5s
}

.breadcrumb-enter,
.breadcrumb-leave-active {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.breadcrumb-move {
	-webkit-transition: all .5s;
	transition: all .5s
}

.breadcrumb-leave-active {
	position: absolute
}

.has-gutter tr th {
	background-color: #ecf5ff
}

.el-table__body tr.current-row>td {
	background-color: #f5f7fa !important
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
	font-weight: 400 !important
}

.el-upload input[type=file] {
	display: none !important
}

.el-upload__input {
	display: none
}

.el-dialog {
	-webkit-transform: none;
	transform: none;
	left: 0;
	position: relative;
	margin: 0 auto
}

.upload-container .el-upload {
	width: 100%
}

.upload-container .el-upload .el-upload-dragger {
	width: 100%;
	height: 200px
}

.el-dropdown-menu a {
	display: block
}

.el-range-separator {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-time-panel {
	width: 150px
}

#app .main-container {
	min-height: 100%;
	-webkit-transition: margin-left .28s;
	transition: margin-left .28s;
	position: relative
}

#app .sidebar-container {
	-webkit-transition: width .28s;
	transition: width .28s;
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
	font-size: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	overflow: hidden;
	margin-left: 20px
}

#app .sidebar-container .horizontal-collapse-transition {
	-webkit-transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out;
	transition: width 0s ease-in-out, padding-left 0s ease-in-out, padding-right 0s ease-in-out
}

#app .sidebar-container .scrollbar-wrapper {
	overflow-x: hidden !important
}

#app .sidebar-container .el-scrollbar__bar.is-vertical {
	right: 0
}

#app .sidebar-container .el-scrollbar {
	height: 100%
}

#app .sidebar-container.has-logo .el-scrollbar {
	height: calc(100% - 50px)
}

#app .sidebar-container .is-horizontal {
	display: none
}

#app .sidebar-container a {
	display: inline-block;
	width: 100%;
	overflow: hidden
}

#app .sidebar-container .svg-icon {
	margin-right: -4px
}

#app .sidebar-container .sub-el-icon {
	margin-right: 12px;
	margin-left: -2px
}

#app .sidebar-container .el-menu {
	border: none;
	height: 100%;
	width: 100% !important
}

#app .sidebar-container .el-submenu .el-menu-item,
#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title {
	min-width: 240px !important
}

#app .hideSidebar .sidebar-container {
	width: 54px !important
}

#app .hideSidebar .main-container {
	margin-left: 54px
}

#app .hideSidebar .submenu-title-noDropdown {
	padding: 0 !important;
	position: relative
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
	padding: 0 !important
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
	margin-left: 20px
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
	margin-left: 19px
}

#app .hideSidebar .el-submenu {
	overflow: hidden
}

#app .hideSidebar .el-submenu>.el-submenu__title {
	padding: 0 !important
}

#app .hideSidebar .el-submenu>.el-submenu__title .svg-icon {
	margin-left: 20px
}

#app .hideSidebar .el-submenu>.el-submenu__title .sub-el-icon {
	margin-left: 19px
}

#app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title>span {
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
	display: inline-block
}

#app .el-menu--collapse .el-menu .el-submenu {
	min-width: 240px !important
}

#app .mobile .main-container {
	margin-left: 0
}

#app .mobile .sidebar-container {
	-webkit-transition: -webkit-transform .28s;
	transition: -webkit-transform .28s;
	transition: transform .28s;
	transition: transform .28s, -webkit-transform .28s;
	width: 240px !important
}

#app .mobile.hideSidebar .sidebar-container {
	pointer-events: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0)
}

#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
	-webkit-transition: none;
	transition: none
}

.el-menu--vertical>.el-menu .svg-icon {
	margin-right: 16px
}

.el-menu--vertical>.el-menu .sub-el-icon {
	margin-right: 12px;
	margin-left: -2px
}

.el-menu--vertical>.el-menu--popup {
	max-height: 100vh;
	overflow-y: auto
}

.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece {
	background: #d3dce6
}

.el-menu--vertical>.el-menu--popup::-webkit-scrollbar {
	width: 6px
}

.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb {
	background: #99a9bf;
	border-radius: 20px
}

.el-table__header .el-table__cell {
	height: 48px !important;
	background-color: #f9fbfc !important
}

.el-table__header .el-table__cell .cell {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999
}

.el-table__row {
	height: 48px !important
}

.el-table__row .el-table__cell {
	font-size: 14px;
	color: #666
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #fff;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #098aee;
	border: none
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	font-family: Microsoft YaHei
}

.el-pagination .el-select .el-input .el-input__inner {
	border: 1px solid #dcdcde
}

.el-pagination__editor.el-input .el-input__inner {
	border: 1px solid #dcdcde;
	width: 42px;
	height: 30px
}

.search-input {
	width: 210px !important
}

.page-bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-bar .total {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444;
	line-height: 53px
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
	border-bottom: 1px solid #eeeeef
}

.el-table__body-wrapper {
	overflow-y: auto;
	min-height: 427px
}

@media screen and (min-width:0\0) {
	.log-page .el-table__body-wrapper {
		min-height: 320px !important;
		height: calc(100vh - 450px) !important
	}
}

.el-table {
	min-height: 362px
}

.el-table .el-table__header-wrapper .is-leaf {
	border-bottom: none !important
}

.el-table ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: transparent
}

.el-table ::-webkit-scrollbar-thumb {
	width: 10px;
	background: #d6d6d6;
	border-radius: 3px
}

.el-table ::-webkit-scrollbar-track {
	background: transparent
}

.el-message {
	top: 100px !important;
	min-width: 214px;
	height: 60px;
	padding: 15px 24px 15px 24px;
	border: none;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
	background-color: #fff
}

.el-message .el-message__content {
	font-size: 16px;
	color: #000
}

.el-message .el-message__icon {
	margin-right: 14px;
	font-size: 24px
}

.el-message .el-icon-success {
	color: #31c37c
}

.el-message .el-icon-error {
	color: #f63
}

.el-message .el-icon-info {
	color: #00bbf2
}

.el-message .el-icon-warning {
	color: #ffa533
}

.el-icon-warning-color .el-icon-warning {
	color: #f63 !important
}

.el-form .el-form-item__error {
	line-height: 17px;
	color: #d65151 !important;
	padding-top: 0
}

.el-form .el-textarea__inner {
	border: 1px solid #d4d4d4
}

.el-form .el-input__inner {
	height: 40px !important;
	background: #fff !important;
	border: 1px solid #d4d4d4;
	border-radius: 2px !important;
	color: #333 !important;
	font-size: 14px !important
}

.el-form .el-input__inner::-webkit-input-placeholder,
.el-form .el-textarea__inner::-webkit-input-placeholder {
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important;
	color: #ccc !important
}

.el-form .el-input__inner:-moz-placeholder,
.el-form .el-input__inner::-moz-placeholder,
.el-form .el-textarea__inner:-moz-placeholder,
.el-form .el-textarea__inner::-moz-placeholder {
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important;
	color: #ccc !important
}

.el-form .el-input__inner:-ms-input-placeholder,
.el-form .el-textarea__inner:-ms-input-placeholder {
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important;
	color: #ccc !important
}

.el-form .el-input.is-disabled .el-input__inner {
	background: #fafafa !important;
	border: 1px solid #d4d4d4 !important;
	border-radius: 2px !important;
	color: #333 !important
}

.el-form .el-form-item__label,
.el-form .el-input.is-disabled .el-input__inner {
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important
}

.el-form .el-form-item__label {
	color: #666 !important;
	text-align: right !important
}

.el-form .el-icon-arrow-up:before {
	color: #bfc7dc !important
}

.el-form .el-form-item__label {
	padding: 0 9px 0 0 !important
}

.el-form .el-form-item {
	margin-bottom: 30px
}

.el-form .el-button--primary {
	border-radius: 2px;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important
}

.el-dialog {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 2px !important
}

.el-dialog .el-form .el-form-item {
	margin-bottom: 20px
}

.el-dialog .el-dialog__header {
	height: 56px !important;
	line-height: 56px !important;
	background: #fff !important;
	border-bottom: 1px solid #eee;
	border-radius: 2px !important;
	padding: 0 0 0 25px
}

.el-dialog .el-dialog__header .el-dialog__title {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333
}

.el-dialog .el-dialog__body {
	padding: 40px;
	max-height: 655px;
	min-height: 85px;
	overflow-y: auto
}

.el-dialog .el-dialog__footer {
	height: 72px;
	line-height: 72px;
	padding: 0 25px 0 0 !important;
	border-top: 1px solid #eee
}

.el-tabs__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 27px auto
}

.el-tabs__header .el-tabs__item {
	color: #999;
	padding: 0 35px 11px 35px !important;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.el-tabs__header .el-tabs__item,
.el-tabs__header .el-tabs__item.is-active {
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	line-height: 20px
}

.el-tabs__header .el-tabs__item.is-active {
	color: #000
}

.el-tabs__header .el-tabs__active-bar {
	padding: 0 20px !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	left: -20px !important;
	height: 3px !important;
	background: #4285f4 !important
}

.el-tabs__header .el-tabs__nav-wrap {
	margin: 0 auto
}

.el-tabs__header .el-tabs__nav-wrap:after {
	max-width: calc(100% - 30px);
	left: 15px !important
}

.codeDivCls {
	min-width: 107px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	background: #4285f4;
	color: #fff
}

.btnDisables,
.codeDivCls {
	border-top: 1px solid #4285f4 !important;
	border-right: 1px solid #4285f4 !important;
	border-bottom: 1px solid #4285f4 !important;
	border-left: 0 solid #4285f4 !important
}

.btnDisables {
	background-color: #4285f4 !important;
	border-radius: 0 2px 2px 0 !important;
	color: #fff !important
}

.btnEnable:hover {
	background-color: #66b1ff !important;
	color: #fff !important
}

.formDivCls .btnDisables {
	border: 1px solid #4285f4 !important
}

.formDivCls .codeDivCls {
	min-width: 107px;
	height: 40px;
	line-height: 14px;
	padding: 13px 0;
	border-radius: 0 4px 4px 0;
	border-top: 1px solid #4285f4 !important;
	border-right: 1px solid #4285f4 !important;
	border-bottom: 1px solid #4285f4 !important;
	border-left: 0 solid #4285f4 !important;
	cursor: pointer;
	background: #4285f4;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.eyeAllClass {
	cursor: pointer;
	margin-top: 14px;
	height: 11px;
	width: 18px;
	margin-left: -40px
}

.form-temp-tip {
	display: none;
	text-align: left;
	color: #d65151;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -3px
}

.form-temp-tip>span {
	font-size: 16px;
	font-weight: 700
}

.el-table__empty-text {
	line-height: 30px
}

#app .codeInput input,
#app .imgcodeInput input,
.el-dialog__wrapper .codeInput input,
.el-dialog__wrapper .imgcodeInput input {
	border-radius: 2px 0 0 3px !important;
	border-top: 1px solid #d4d4d4 !important;
	border-right: 0 solid #d4d4d4 !important;
	border-bottom: 1px solid #d4d4d4 !important;
	border-left: 1px solid #d4d4d4 !important
}

#app .smsInp input {
	border-radius: 2px 0 0 3px !important;
	border-top: 1px solid #ddd !important;
	border-right: 0 solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important
}

.el-dropdown-menu {
	border-radius: 2px !important
}

.greyButton {
	background: #eee;
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	border: 1px solid #eee !important
}

.greyButton:active {
	color: #333 !important;
	border-color: #eee !important;
	outline: 0
}

.greyButton:focus,
.greyButton:hover {
	border-color: #dcdcdc;
	background-color: #dcdcdc;
	color: #333 !important
}

.el-radio__input.is-checked+.el-radio__label {
	color: #4285f4 !important
}

.el-button--primary {
	background-color: #4285f4 !important;
	border-color: #4285f4 !important
}

.el-button--primary:hover {
	background-color: #66b1ff !important;
	border-color: #66b1ff !important;
	color: #fff !important
}

.el-button--text {
	color: #4285f4;
	background: 0 0
}

.el-pagination {
	float: right
}

.btn-next,
.btn-prev,
.el-pager li {
	min-width: 32px !important;
	height: 32px !important;
	line-height: 32px !important
}

.el-pagination .el-input__inner,
.el-pagination__jump,
.el-pagination__total {
	height: 32px !important;
	line-height: 32px !important;
	color: #333 !important;
	font-size: 14px !important
}

.el-pagination .el-select .el-input .el-input__inner,
.el-pagination__jump .el-input__inner {
	border-radius: 2px !important
}

.el-pagination__total {
	font-size: 14px !important;
	color: #999 !important
}

.el-pagination__total,
.number {
	font-family: Microsoft YaHei;
	font-weight: 400
}

.number {
	font-size: 14px;
	color: #333
}

.active {
	background: #fefefe;
	border: 1px solid #3858e6 !important;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #4285f4 !important
}

.logout /deep/ .el-loading-spinner .circular {
	height: 100px !important;
	width: 100px !important;
	-webkit-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite
}

.logout /deep/ .el-loading-spinner .el-loading-text {
	color: #409eff;
	margin: 15px 0 !important;
	font-size: 26px !important
}

.logout-img {
	-webkit-animation: loading-rotate 1s linear infinite;
	animation: loading-rotate 1s linear infinite;
	height: 100px;
	width: 100px;
	margin-top: 35vh;
	margin-left: calc(50% - 50px)
}

.logout-tip {
	margin: 15px 0 0 calc(50% - 54px) !important
}

.login-tip,
.logout-tip {
	color: #409eff;
	font-size: 26px !important
}

.login-tip {
	margin: 15px 0 0 calc(50% - 90px) !important
}

.session-tip {
	color: #409eff;
	margin: 15px 0 0 calc(50% - 130px) !important;
	font-size: 26px !important
}

.logout-content {
	width: 500px;
	min-height: 260px;
	text-align: center;
	margin: 50px auto 0 auto;
	-webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3);
	box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3)
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
	line-height: 32px !important
}

.spz-span {
	color: #4285f4;
	position: absolute;
	top: 0;
	right: -90px;
	z-index: 2;
	cursor: pointer
}

.spz-span:hover {
	opacity: .7
}

.kb-font-css {
	color: #333;
	font-size: 14px
}

.kb-font-css,
body {
	font-family: Microsoft YaHei
}

body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

label {
	font-weight: 700
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#app,
html {
	height: 100%
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

a:active,
a:focus {
	outline: none
}

a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none
}

div:focus {
	outline: none
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.app-container {
	padding: 20px
}

.page-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px !important
}

.page-title .icon {
	width: 6px;
	height: 32px;
	background: #4285f4;
	border-radius: 2px;
	margin-right: 12px
}

.page-title .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000
}

.el-button--primary {
	background-color: #4285f4;
	border-radius: 2px
}

.app-main {
	height: 100% !important
}

.app-main>div {
	height: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.centerLogo {
		top: 0 !important
	}

	.centerLogo,
	.cover {
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0
	}

	.cover {
		top: 0
	}
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
	border-bottom-color: #303133 !important
}

.el-tree-node>.el-tree-node__children {
	overflow: visible !important
}

.sidebarLogoFade-enter-active[data-v-d9c9708c] {
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s
}

.sidebarLogoFade-enter[data-v-d9c9708c],
.sidebarLogoFade-leave-to[data-v-d9c9708c] {
	opacity: 0
}

.sidebar-logo-container[data-v-d9c9708c] {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden
}

.sidebar-logo-container .sidebar-logo-link[data-v-d9c9708c] {
	height: 100%;
	width: 100%
}

.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-d9c9708c] {
	width: 37px;
	height: 26px;
	vertical-align: middle;
	margin-right: 6px
}

.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-d9c9708c] {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	font-size: 14px;
	font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
	vertical-align: middle
}

.sidebar-logo-container.collapse .sidebar-logo[data-v-d9c9708c] {
	margin-right: 0
}

.sub-el-icon[data-v-6dc15dc4] {
	color: currentColor;
	width: 1em;
	height: 1em
}

.menuNoWrap[data-v-e8a50d82] {
	text-overflow: ellipsis;
	white-space: nowrap
}

v::deep .nest-menu li[data-v-e8a50d82] {
	color: #000 !important;
	font-size: 16px !important;
	font-family: Microsoft YaHei !important;
	font-weight: 400 !important
}

.red-message[data-v-e8a50d82] {
	width: 10px;
	height: 10px;
	background: #ed5353;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 5px);
	right: 16%
}

.isChild[data-v-6b65cac2] {
	padding-left: 30px
}

[data-v-6b65cac2] .el-menu-item {
	padding-left: 28px !important
}

[data-v-6b65cac2] .el-menu-item,
[data-v-6b65cac2] .el-submenu__title {
	font-size: 16px !important;
	font-family: Microsoft YaHei, serif;
	font-weight: 400 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[data-v-6b65cac2] .el-submenu__title {
	line-height: 50px !important;
	height: 50px !important;
	padding-left: 13px !important
}

[data-v-6b65cac2] .el-submenu__title i {
	color: #444;
	font-size: 15px
}

[data-v-6b65cac2] .el-submenu__title>svg {
	min-width: 22px;
	min-height: 26px
}

[data-v-6b65cac2] .el-submenu.is-active .el-submenu__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff !important;
	background-color: #4285f4 !important;
	font-size: 16px !important;
	font-family: Microsoft YaHei, serif;
	font-weight: 400 !important;
	line-height: 50px !important;
	height: 50px !important;
	padding-left: 13px !important
}

[data-v-6b65cac2] .el-submenu.is-active .el-submenu__title i {
	color: #fff
}

[data-v-6b65cac2] .el-submenu.is-active .el-submenu__title>svg {
	-webkit-filter: drop-shadow(#fff 80px 0);
	filter: drop-shadow(#FFF 80px 0);
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px)
}

[data-v-6b65cac2] .el-submenu.is-active .el-submenu__title {
	border-bottom-color: #4285f4 !important
}

[data-v-6b65cac2] .el-menu-item.is-active {
	color: #4285f4 !important;
	background-color: #ebf7fc
}

[data-v-6b65cac2] .el-menu-item.is-active>svg {
	-webkit-filter: drop-shadow(#4285f4 80px 0);
	filter: drop-shadow(#4285F4 80px 0);
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px)
}

[data-v-6b65cac2] .el-menu-item.is-active.submenu-title-noDropdown,
[data-v-6b65cac2] .submenu-title-noDropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px !important;
	font-family: Microsoft YaHei, serif;
	font-weight: 400 !important;
	line-height: 50px !important;
	height: 50px !important;
	padding-left: 13px !important
}

[data-v-6b65cac2] .el-menu-item.is-active.submenu-title-noDropdown {
	color: #fff !important;
	background-color: #4285f4 !important
}

[data-v-6b65cac2] .el-menu-item.is-active.submenu-title-noDropdown i {
	color: #fff
}

[data-v-6b65cac2] .el-menu-item.is-active.submenu-title-noDropdown>svg {
	-webkit-filter: drop-shadow(#fff 80px 0);
	filter: drop-shadow(#FFF 80px 0);
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px)
}

.app-main[data-v-0362d51c] {
	min-height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden
}

.el-popup-parent--hidden .fixed-header {
	padding-right: 15px
}

.scroll-container[data-v-41421bb2] {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	width: 100%
}

.scroll-container[data-v-41421bb2] .el-scrollbar__bar {
	bottom: 0
}

.scroll-container[data-v-41421bb2] .el-scrollbar__wrap {
	height: 49px
}

.tags-view-container[data-v-8383d2a6] {
	height: 34px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d8dce5;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04)
}

.tags-view-container .tags-view-wrapper .tags-view-item[data-v-8383d2a6] {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d8dce5;
	color: #495060;
	background: #fff;
	padding: 0 8px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 4px
}

.tags-view-container .tags-view-wrapper .tags-view-item[data-v-8383d2a6]:first-of-type {
	margin-left: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item[data-v-8383d2a6]:last-of-type {
	margin-right: 15px
}

.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-8383d2a6] {
	background-color: #42b983;
	color: #fff;
	border-color: #42b983
}

.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-8383d2a6]:before {
	content: "";
	background: #fff;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: relative;
	margin-right: 2px
}

.tags-view-container .contextmenu[data-v-8383d2a6] {
	margin: 0;
	background: #fff;
	z-index: 3000;
	position: absolute;
	list-style-type: none;
	padding: 5px 0;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
}

.tags-view-container .contextmenu li[data-v-8383d2a6] {
	margin: 0;
	padding: 7px 16px;
	cursor: pointer
}

.tags-view-wrapper .tags-view-item .el-icon-close {
	width: 16px;
	height: 16px;
	vertical-align: 2px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.tags-view-wrapper .tags-view-item .el-icon-close:before {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	display: inline-block;
	vertical-align: -3px
}

.tags-view-wrapper .tags-view-item .el-icon-close:hover {
	color: #fff
}

[data-v-17afc4b5] .el-table__header-wrapper .el-checkbox__inner {
	display: none
}

.inputDeep[data-v-17afc4b5] .el-input__inner {
	border: none
}

[data-v-17afc4b5] .el-tabs__header {
	margin-top: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 25px
}

[data-v-17afc4b5] .el-tabs__header .el-tabs__item {
	font-size: 22px;
	font-family: MicroSoft YaHei
}

[data-v-17afc4b5] .el-dialog {
	width: 700px
}

[data-v-18015c80] .el-dialog__footer {
	text-align: center;
	margin-bottom: 20px
}

[data-v-18015c80] .el-table__header-wrapper .el-checkbox__inner {
	display: none
}

[data-v-18015c80] .el-pagination {
	margin-top: 10px
}

[data-v-18015c80] .el-pagination__sizes {
	margin: -5px 10px 0 0
}

[data-v-18015c80] .el-dialog__body {
	padding: 0 20px
}

.justifyCenter[data-v-18015c80] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.footer[data-v-18015c80] {
	width: 102%;
	min-width: 1024px;
	margin: 0 auto;
	padding: 24px 0 23px;
	position: relative;
	bottom: 0;
	margin-top: 19.5%;
	margin-left: -15px;
	background: #eaeceb
}

.footer .box[data-v-18015c80] {
	width: 383px;
	margin: auto
}

.footer .box .left[data-v-18015c80],
.footer .box .right[data-v-18015c80] {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444;
	line-height: 22px
}

.footer .box .left span[data-v-18015c80],
.footer .box .right span[data-v-18015c80] {
	display: block
}

.footer .box .right[data-v-18015c80] {
	margin-left: 16px
}

[data-v-bfacca2c] .el-dropdown-menu {
	border-radius: 2px !important
}

[data-v-bfacca2c] .el-dropdown {
	margin-right: 10px
}

[data-v-bfacca2c] .el-button--text {
	color: #000
}

.dropDownItem[data-v-bfacca2c] {
	border: none !important
}

.dropDownItem .el-dropdown-menu__item[data-v-bfacca2c] {
	border-radius: 2px 3px 0 0;
	background-color: #4285f4;
	padding: 0 0 30px 0 !important;
	margin-top: -11px !important;
	margin-bottom: -11px !important
}

.dropDownItem .el-dropdown-menu__item .el-row[data-v-bfacca2c] {
	width: 308px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fefefe;
	line-height: 26px
}

.dropDownItem[data-v-bfacca2c] {
	right: 20px !important;
	left: auto !important;
	width: 308px
}

.dropDownItem .el-dropdown-menu__item[data-v-bfacca2c]:hover {
	background-color: #4285f4;
	padding: 0 0 30px 0 !important;
	margin-top: -11px !important;
	margin-bottom: -11px !important
}

.dropDownItem .el-dropdown-menu__item:hover .el-row[data-v-bfacca2c] {
	width: 308px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fefefe;
	line-height: 26px
}

.switchDiv[data-v-bfacca2c] {
	width: 150px;
	line-height: 10px;
	border: 1px solid #fff;
	border-radius: 32px;
	color: #fff
}

[data-v-bfacca2c] .popper__arrow {
	left: 238px !important
}

[data-v-bfacca2c] .popper__arrow,
[data-v-bfacca2c] .popper__arrow:after {
	border-bottom-color: #4285f4 !important
}

.box[data-v-bfacca2c] {
	min-width: 1024px;
	width: 100%;
	border-radius: 2px;
	background-color: #fff
}

.header[data-v-bfacca2c] {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	height: 92px;
	position: relative
}

.header .img_[data-v-bfacca2c],
.header[data-v-bfacca2c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .img_[data-v-bfacca2c] {
	width: 40px;
	height: 40px;
	background: #d1d3d8;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.header .header-title[data-v-bfacca2c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header-title .logoNameCls[data-v-bfacca2c] {
	margin-left: 20px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #fefefe;
	letter-spacing: .1875rem
}

.header .title[data-v-bfacca2c] {
	display: inline-block;
	height: 47px;
	padding-left: 20px;
	border-left: 1px solid #a7b7d5;
	line-height: 47px;
	font-family: PingFang SC;
	font-size: 28px;
	font-weight: 800;
	color: #0037ae
}

.header .btns[data-v-bfacca2c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	line-height: 47px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400
}

.header .btns .about[data-v-bfacca2c],
.header .btns .logout[data-v-bfacca2c] {
	cursor: pointer
}

.header .btns .about[data-v-bfacca2c] {
	margin-left: 10px
}

#problemTextBoss h1[data-v-0ca1c1fe] {
	text-align: center;
	font-weight: 700 !important
}

#problemTextBoss b[data-v-0ca1c1fe] {
	font-weight: 700 !important
}

#problemTextBoss b[data-v-0ca1c1fe],
#problemTextBoss p[data-v-0ca1c1fe] {
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	-webkit-margin-before: 1em !important;
	margin-block-start: 1em !important;
	-webkit-margin-after: 1em !important;
	margin-block-end: 1em !important
}

#problemTextBoss h1[data-v-5e3202aa] {
	text-align: center;
	font-weight: 700 !important
}

#problemTextBoss b[data-v-5e3202aa],
#problemTextBoss p[data-v-5e3202aa] {
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	-webkit-margin-before: 1em !important;
	margin-block-start: 1em !important;
	-webkit-margin-after: 1em !important;
	margin-block-end: 1em !important
}

#problemTextBoss b[data-v-5e3202aa] {
	margin-right: 5px;
	font-weight: 700 !important
}

.textClick[data-v-d0d43b54] {
	cursor: pointer
}

.textClick[data-v-d0d43b54]:hover {
	color: #f0f8ff
}

[data-v-d0d43b54] .el-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: calc(100% - 150px);
	max-width: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	min-height: 400px
}

.selectLoginDialog[data-v-d0d43b54] .el-dialog .el-dialog__header {
	display: none !important
}

.selectLoginDialog[data-v-d0d43b54] .el-dialog .el-dialog__body {
	padding: 40px;
	height: 100%;
	max-height: 655px
}

.box1[data-v-d0d43b54] {
	line-height: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7d8084
}

.box1 .shu_xian[data-v-d0d43b54] {
	width: 1px;
	height: 12px;
	background: #4d5158;
	margin: 0 10px;
	display: inline-block
}

.footer[data-v-d0d43b54] {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	background: #1e2631;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .box[data-v-d0d43b54],
.footer[data-v-d0d43b54] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .box[data-v-d0d43b54] {
	height: 90px;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #4d5158;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7d8084;
	line-height: 22px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .box .left[data-v-d0d43b54] {
	width: 54px;
	height: 68px
}

.footer .box .box_right[data-v-d0d43b54] {
	width: 398px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7d8084;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dialog1 .chenghu[data-v-b1e3c422],
.dialog1 .info[data-v-b1e3c422] {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #444;
	line-height: 23px
}

.dialog1 .info[data-v-b1e3c422] {
	text-indent: 25px
}

.dialog1 .create[data-v-b1e3c422] {
	padding: 0 !important;
	font-size: 14px
}

.dialog1 .disabled-text[data-v-b1e3c422] {
	color: #d1d1d1
}

.dialog1 .tips[data-v-b1e3c422] {
	margin-top: 14px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444
}

.passwordForm[data-v-b1e3c422] .el-dialog .el-dialog__body {
	overflow-y: hidden
}

.dialog2 .chenghu[data-v-b1e3c422] {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #444;
	line-height: 23px
}

.dialog2 .check-button[data-v-b1e3c422] {
	border: 1px solid #4285f4;
	border-radius: 0 3px 3px 0;
	border-left: none
}

.dialog2 .form-tips[data-v-b1e3c422] {
	margin-left: 80px;
	font-size: 12px
}

.dialog2 .password-row[data-v-b1e3c422] {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dialog2 .password-row .eye-icon[data-v-b1e3c422] {
	text-align: center;
	cursor: pointer
}

.dialog2 .password-row .eye-icon img[data-v-b1e3c422] {
	height: 15px
}

.dialog2 .button-row[data-v-b1e3c422] {
	text-align: center;
	margin-top: 40px
}

.dialog2 .button-row .cancel-button[data-v-b1e3c422] {
	background: #fff;
	border: 1px solid #4285f4;
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-left: 60px;
	color: #4285f4
}

[data-v-b1e3c422] .el-radio__label {
	display: none
}

[data-v-b1e3c422] .el-button--primary {
	background-color: #4285f4
}

[data-v-b1e3c422] .el-table,
[data-v-b1e3c422] .el-table__body-wrapper {
	min-height: 0
}

[data-v-b1e3c422] .el-radio__input.is-checked .el-radio__inner:after {
	width: 14px;
	height: 14px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAATZJREFUOE9jZEACEm3PRf+xM+UyMDL4MvxnVAZLMf6/y/CfYTPTz3+TX1RJvoYpZ4QxxHpfBrMzM86L0ePgC9bgYNAQZgFL3Xj7h2HtjR8MSy79+PTz7/+kV8Xia8HmgQiQJkle5lVLAviZdEQhGtDBldd/GGLWf/z3/MvfMJBmRpDzWLmY72yLEuTDpQlmCEiz17L3n35/+6vCKNb7sinZkLO2zZEXLP/r73+GzmNfGRZf+g7mx+pxMpRbcTOwMUN8VbX/M8Pc89+bGcX6Xp7fFiFoYCzJCpZoPvyFYcrpbyguzTHlYqi15QGLnX3+m8FrxfsLjGK9rz7dyxHh5WaDmKg29TXDx5//UTTyszMy3MoWBYt9/fWfQWnKm89kanz9mRKnkhk4ZEcH2QmAoiQH00xKIgcAojvXFAfKqbcAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.user_agreement[data-v-3b4bc887] {
	font-size: 16px;
	line-height: 35px
}

.dialog-footer[data-v-3b4bc887] {
	text-align: center
}

[data-v-3b4bc887] .el-checkbox__inner {
	border-radius: 50% !important;
	width: 16px !important;
	height: 16px !important
}

[data-v-3b4bc887] .el-checkbox__inner:after {
	left: 5px !important;
	position: absolute !important;
	top: 2px !important
}

[data-v-3b4bc887] .el-dialog__body {
	padding: 30px 40px 20px 40px;
	max-height: 355px
}

[data-v-3b4bc887] .el-dialog__footer {
	padding: 10px 20px 40px 10px
}

.scrollbar-wrapper {
	overflow-x: hidden !important
}

[data-v-72ff8f12]:export {
	menuText: #000;
	menuActiveText: #4285f4;
	subMenuActiveText: #fff;
	menuBg: #fff;
	subMenuBg: #fff;
	sideBarWidth: 240px
}

.app-wrapper[data-v-72ff8f12] {
	background: #f2f2f4
}

.content[data-v-72ff8f12] {
	background: #f2f2f4;
	width: 100%;
	min-width: 1024px;
	margin: 20px auto
}

@media screen and (min-width:0\0) {
	.content[data-v-72ff8f12] {
		margin: 20px auto 0 auto
	}
}

.sidebar-container[data-v-72ff8f12] {
	min-width: 300px;
	background: #fff;
	min-height: calc(100vh - 134px) !important;
	margin-left: 20px;
	margin-bottom: 20px !important;
	border-radius: 0 0 2px 2px
}

.sidebar-container .sidebar-head[data-v-72ff8f12] {
	background: #3d77d8;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 2px 2px 0 0
}

.main-container[data-v-72ff8f12] {
	border-radius: 2px;
	background: #fff;
	min-height: calc(100vh - 134px) !important;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: auto
}

[data-v-72ff8f12] .el-scrollbar__wrap {
	overflow-x: hidden !important
}

.page-no-shadow[data-v-72ff8f12] {
	background: transparent
}

.s_Breadcrumb[data-v-dc258220] {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	margin: 40px 0 40px 38px;
	padding-left: 16px;
	position: relative
}

.s_Breadcrumb[data-v-dc258220]:after {
	content: "";
	width: 6px;
	height: 28px;
	background: #4285f4;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 5px
}

.caps_lock_container[data-v-59f7d852] {
	position: relative;
	z-index: 10;
	height: 34px;
	width: 179px;
	line-height: 34px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .45);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .45)
}

.caps_lock_container img[data-v-59f7d852] {
	margin-top: 7px;
	width: 18px;
	height: 18px
}

.caps_lock_container[data-v-59f7d852]:after {
	position: absolute;
	top: 34px;
	left: 16px;
	border-bottom: 6px solid transparent;
	content: " ";
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent
}

.content[data-v-59f7d852] {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	margin-left: 5px;
	display: inline-block
}

.svg-icon[data-v-9b33a78a] {
	width: 1em;
	height: 1em;
	vertical-align: -.35em;
	fill: #ccc;
	font-size: 32px;
	overflow: hidden
}

.nest-menu li span[data-v-9b33a78a] {
	color: #000
}

.svg-external-icon[data-v-9b33a78a] {
	background-color: currentColor;
	-webkit-mask-size: cover !important;
	mask-size: cover !important;
	display: inline-block
}