* {
	padding: 0px;
	margin: 0px;
	font-weight: 100;
}

html, body {
	color: #a0e3ff;
	height: 100%;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	font-family: 微软雅黑,SimSun,FangSong,SimHei,KaiTi;
}

body {
	background: #041e46 url(/ETL/img/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

[class^=edvs-icon], [class*=" el-icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 element-icons;
}

iframe {
	border-style: none;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

table th, table td {
	font-weight: 100;
}

ul.list > li {
	line-height: 40px;
	list-style-type: none;
	vertical-align: middle;
}

.fill {
	width: 100%;
	height: 100%;
}

.required::after {
	content: '*';
	color: red;
	top: -10px;
}

textarea, input[type="text"], input[type="number"], input[type="password"] {
	outline: none;
	font-family: 微软雅黑,SimSun,FangSong,SimHei,KaiTi;
}

input[type="text"]:not(.el-input__inner), input[type="password"], input[type="number"], input[type="tel"] {
	width: 140px;
	height: 28px;
	color: currentColor;
	padding: 0 4px;
	margin-left: 5px;
	box-sizing: border-box;
	border: 1px solid currentColor;
	background: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: rgb(192, 196, 204);
}

.edvs-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.edvs-icon {
	width: 15px;
	height: 15px;
	font-size: 15px;
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.edvs-tree-html {
	display: inline-block;
}

.edvs-tree-components {
	display: inline-block;
	vertical-align: middle;
}

.edvs-tree-buts {
	display: inline-block;
}

.edvs-tree-buts > i {
	width: auto;
	min-width: 16px;
	height: 16px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 5px;
}

.edvs-table {
	width: 100%;
	font-size: 16px;
}

.edvs-table .cell {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.edvs-table thead {
	font-size: 18px;
}

.edvs-table tr {
	height: 40px;
	border-bottom: 1px solid rgba(51, 85, 110, .3);
}

.edvs-table tr.edvs-table-check {
	color: #a0e3ff;
	background: rgba(160, 227, 255, .2);
}

.edvs-table tbody tr:not(.edvs-table-check):hover {
	color: #a0e3ff;
	background: rgba(160, 227, 255, .05);
}

.edvs-table thead > tr:last-child {
	border-bottom: 2px solid rgba(117, 189, 229, .5);
}

.edvs-table tbody {
	color: #d9efff;
}

.edvs-dialog-table {
	width: 100%;
	font-size: 16px;
}

.edvs-dialog-table > thead {
	font-size: 18px;
}

.edvs-dialog-table tr {
	height: 40px;
}

.edvs-dialog-table > tbody > tr > td {
	text-align: right;
}

.edvs-dialog-table > tbody > tr >  th {
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.edvs-dialog-table .el-date-editor.el-input.el-date-editor--date,
.edvs-dialog-table .el-date-editor.el-input.el-date-editor--datetime {
	width: 140px;
}

.edvs-drop-down {
	display: inline-block;
	position: relative;
	z-index: 402;
}

.edvs-drop-down > button {
	min-width: 110px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid currentColor;
	background: transparent;
	outline: none;
	margin: 0px;
	font-size: 14px;
}

.edvs-drop-down > .drop-down-panel {
	width: auto;
	background: #000f3a;
	padding: 10px 0;
	border: 1px solid rgba(117,189,229,.5);
	position: absolute;
	left: 0px;
	display: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
}

.drop-down-panel-hide {
	opacity: 0;
	transform: translateY(-30px);
}

.drop-down-panel ul {
	font-size: 14px;
	list-style: none;
}

.drop-down-panel ul > li {
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
}

.edvs-arrow-top {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px; left: 50%;
	transform: translate(-50%, -100%);
	border-style:solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent rgba(160, 227, 255, .2);
}

.edvs-arrow-top::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px; left: 50%;
	transform: translate(-50%, 0px);
	border-style:solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #000f3a;
}

.edvs-arrow-bottom {
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0px; left: 50%;
	transform: translate(-50%, 100%);
	border-style:solid;
	border-width: 10px 10px 0;
	border-color: rgba(160, 227, 255, .2) transparent transparent;
}

.edvs-arrow-bottom::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 2px; left: 50%;
	transform: translate(-50%, 0px);
	border-style:solid;
	border-width: 10px 10px 0;
	border-color: #000f3a transparent transparent;
}

.drop-down-panel ul > li:hover {
	background: rgba(160, 227, 255, .2);
}

.edvs-table-tree {
	width: 100%; height: 100%;
	position: relative;
}

.edvs-table-tree table {
	table-layout: fixed;
}

.edvs-table-tree .edvs-table tbody tr:not(.edvs-table-check):hover {
	background: rgba(160, 227, 255, .05);
}

.table-tree-content-show {
	position: absolute;
	top: 0px; left: 0px;
	overflow: hidden;
	z-index: 0;
}

.table-tree-content-show > .edvs-table {
	position: relative;
}

.table-tree-top,
.table-tree-bottom {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.table-tree-top {
	top: 0px;
}

.table-tree-bottom {
	bottom: 0px;
}

.table-tree-top > .edvs-table,
.table-tree-bottom > .edvs-table {
	position: relative;
}

.table-tree-left,
.table-tree-right {
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 0;
	overflow: hidden;
}

.table-tree-left {
	left: 0px;
}

.table-tree-left > .left-table-cet {
	width: 100%;
	position: absolute;
	left: 0px;
	overflow: hidden;
}

.table-tree-right > .right-table-cet {
	position: absolute;
	right: 0px;
	overflow: hidden;
}

.table-tree-left > .left-table-cet > .edvs-table,
.table-tree-right > .right-table-cet > .edvs-table {
	position: relative;
}

.table-tree-right {
	right: 0px;
}

.table-tree-left > div:first-child,
.table-tree-right > div:first-child {
	position: absolute;
	top: 0px;
}

.table-tree-left > div:last-child,
.table-tree-right > div:last-child {
	position: absolute;
	bottom: 0px;
}

.table-tree-left > div:first-child,
.table-tree-left > div:last-child {
	width: 100%;
	left: 0px;
}

.table-tree-right > div:first-child,
.table-tree-right > div:last-child {
	right: 0px;
}

.edvs-dialog-table input[type="text"], .edvs-dialog-table input[type="text"]:focus,
.edvs-dialog-table input[type="tel"], .edvs-dialog-table input[type="tel"]:focus,
.edvs-dialog-table input[type="number"], .edvs-dialog-table input[type="number"]:focus,
.edvs-dialog-table input[type="password"], .edvs-dialog-table input[type="password"]:focus {
	outline: none;
	border: 0px;
	margin: 0px;
	background: transparent;
	border-bottom: 1px solid #a0e3ff;
}

input[type="text"]:disabled, input[type="tel"]:disabled,
input[type="number"]:disabled, input[type="password"]:disabled,
select:disabled, textarea:disabled {
	color: rgba(255, 255, 255, .4);
	border-color: rgba(255, 255, 255, .4);
}

select:disabled {
	background-image: url(/ETL/img/main/down-disabled.png);
}

.edvs-dialog-table select {
	margin: 0px;
}

.edvs-textBut {
	cursor: pointer;
	position: relative;
	padding-bottom: 3px;
	display: inline-block;
}

.edvs-textBut::after {
	content: " ";
	width: 100%;
	height: 0px;
	opacity: .7;
	position: absolute;
	bottom: 5%; left: 0px;
	display: inline-block;
	background: currentcolor;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.edvs-textBut:hover::after {
	height: 2px;
}

.edvs-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.edvs-buttons > .edvs-button:not(:last-of-type) {
	border-right: 0px;
}

.edvs-button {
	min-width: 80px;
	height: 28px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
	padding: 0px 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid currentColor;
	box-sizing: border-box;
	white-space: nowrap;
	opacity: .8;
}

.edvs-button:hover {
	opacity: 1;
}

.edvs-button[disable],
.edvs-button[disable]:link,
.edvs-button[disable]:visited,
.edvs-button[disable]:hover,
.edvs-button[disable]:active {
	cursor: none;
	color: rgba(255, 255, 255, .4);
	border-color: rgba(255, 255, 255, .4);
}

.edvs-button, .edvs-button:link, .edvs-button:visited, .edvs-button:hover, .edvs-button:active {
	color: #a0e3ff;
    text-decoration: none;
}

.createBut, .moveUpBut, .moveDownBut, .nextBut, .previBut, .genderlessBut, .updateBut, .okBut {
	color: #a0e3ff;
}

.edvs-button > i::before {
	margin-right: 3px;
}

.removeBut, .removeBut:link, .removeBut:hover, .removeBut:active {
	color: #ff736e;
}

.cancelBut, .cancelBut:link, .cancelBut:hover, .cancelBut:active {
	color: #698B9C;
}

/*通用树组件样式*/
.edvs-tree {
	width: 100%;
	height: 100%;
}

.edvs-tree ul, .edvs-tree li {
	width: 100%;
}

.edvs-tree .edvs-tree-item {
	width: 100%;
	height: 25px;
	cursor: pointer;
	line-height: 25px;
	font-size: 16px;
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
	position: relative;
}

.edvs-tree-checkInp {
	width: 15px;
	height: 15px;
	position:relative;
	vertical-align: middle;
}

.edvs-tree-ct > span[title] {
	padding: 0 4px;
}

.edvs-tree-check > span[title] {
	background: rgba(160, 227, 255, .4);
}

.edvs-tree .edvs-tree-item:not(.edvs-tree-check):hover {
	background: rgba(160, 227, 255, .1);
}

.edvs-tree-sel {
	width: 15px;
	height: 15px;
	line-height: 13px;
	text-align: center;
	font-size: 13px;
    margin-left: 4px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(160,227,255, .6);
    box-sizing: border-box;
}

.edvs-tree-ct {
	height: 25px;
	display: inline-block;
	white-space: nowrap;
}

.drag-over-pre > div {
  	border-top: 1px solid #5786c0;
}

.drag-over-inner > div span[title] {
  	background: #5786c0;
}

.drag-over-next > div {
  	border-bottom: 1px solid #5786c0;
}

.drag-over-pre > div::before,
.drag-over-inner > div::before,
.drag-over-next > div::before {
	color: rgba(255, 0, 0, .8);
	font-size: 25px;
	font-weight: 900;
	position: absolute;
	top: 50%; left: 0px;
	display: inline-block;
	transform: translateY(-50%);
	font: normal normal normal 14px/1 element-icons;
}

.drag-over-pre > div::before {
	content: "\e6e6";
}

.drag-over-inner > div::before {
	content: "\e6ea";
}

.drag-over-next > div::before {
	content: '\e6eb';
}

input[type="button"], input[type="submit"] {
	min-width: 80px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #a0e3ff;
	box-sizing: border-box;
}

 textarea {
 	width: 80%;
	height: 26px;
	color: #a0e3ff;
	overflow: auto;
	padding-left: 4px;
	box-sizing: border-box;
	border: 1px solid #a0e3ff;
	background: rgba(0, 0, 0, 0.1);
}

/*下拉框样式*/
select {
	color: #a0e3ff;
	min-width: 140px;
	height: 28px;
  	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	background: url(/ETL/img/main/selectDown.png) no-repeat;
  	background-position: center right 4px;
  	background-size: 12px 12px;
  	padding-right: 28px;
  	padding-left: 5px;
  	text-align: center;
  	border: 1px solid #a0e3ff;
  	margin-left: 10px;
  	box-sizing: border-box;
} 

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
 
select option {
	color: #a0e3ff;
	border-style:none;
    background:#1a5189;
}
select option:hover {
	border-style:none;
    background:#1386e2;
}
select option:checked {
	border-style:none;
}

/*分页样式*/
.pageNumber {/*左侧数字栏样式*/
	width: 40px;
	height: 24px;
	line-height: 20px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
	margin: 0 5px;
	text-align: center;
	border: 1px solid #a0e3ff;
	box-sizing: border-box;
}

.pageNumber.focus {
	cursor: auto;
	background: rgba(160, 227, 255, 0.38);
}

.page-zIndex {
	z-index: 1000;
}

.page_pageBut {
	width:40px;
	height: 24px;
	cursor: pointer;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid currentColor;
	background: rgba(160, 227, 255, .2);
}

.edvs-footer-page {
	height: 40px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.panel {
	background: rgba(0, 15, 58, .5);
}

.linePanel {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000f3a;
	box-sizing: border-box;
}

.linePanelNoColor {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}

.system-style-normal .edvs-bgColor {
	background-color: #000f3a;
}

.edvs-search-line {
	font-size: 20px;
	background: #000f3a;
	padding: 0px 10px;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.edvs-search-line-left {
	position: absolute;
	top: 50%; left: 10px;
	transform: translateY(-50%);
}

.edvs-search-line-right {
	position: absolute;
	top: 50%; right: 10px;
	transform: translateY(-50%);
}

.edvs-search-query > * {
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.edvs-search-query .el-date-editor.el-input {
	margin-left: 5px;
}

.edvs-search-query > *:not(:first-child) {
	margin-left: 10px;
}

.edvs-search-line-center {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

[v-cloak] {
	display: none;
}

.edvs-layout-column {
	display: flex;
	flex-direction: column;
}

.edvs-layout-column > .edvs-layout-auto, .edvs-layout-row > .edvs-layout-auto {
	flex: 1;
	overflow: hidden;
}

.edvs-layout-column > *:not(:last-child):not(.edvs-footer-page) {
	margin-bottom: 4px;
}

.edvs-layout-row {
	display: flex;
	flex-direction: row;
}

.edvs-layout-row > :nth-child(n):not(:last-child) {
	margin-right: 4px;
}

/*菜单级联选择*/
.edvs-menu-cascader {
	font-size: 12px;
	position: relative;
	display: inline-block;
}

.edvs-menu-cascader > .closeBut {
	cursor: pointer;
	position: absolute;
	top: 50%; right: 4px;
	transform: translateY(-50%);
}

/*登录页面 start*/
.login_main {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

#login-topLeftLogo {
	width: 100%;
	height: 60px;
	background: url(/ETL/img/dptLogo/currencyLogo.png) no-repeat;
	background-size: auto 100%;
	position: fixed;
	top: 0px; left: 0px;
}

.login_box {
	width: 500px;
	height: 484px;
	color: #fff;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
	background: rgba(14,72,123,0.2);
	text-align: center;
	border: 1px solid rgba(0, 184, 255, .2);
	box-shadow: rgba(0, 184, 255, .2) 0px 0px 30px;
}

.login_box::before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px; left: 0px;
	z-index: -1;
	box-shadow: rgba(0, 184, 255, .2) 0px 0px 15px inset;
}

.login_subTitle {
	color: #0983d0;
	font-size: 38px;
	margin: 53px 0px 0px 0px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #fff;
}

.login-angle-topLeft, .login-angle-topRight, .login-angle-bottomLeft, .login-angle-bottomRight {
	width: 43px;
	height: 41px;
	position: absolute;
	display: inline-block;
	text-rendering: auto;
	background: url(/ETL/img/angle.png) no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-angle-topLeft {
	top: 0px; left: 0px;
	background-position: -51px -48px;
}

.login-angle-topRight {
	top: 0px; right: 0px;
	background-position: 6px -48px;
}

.login-angle-bottomLeft {
	bottom: -6px; left: 0px;
	background-position: -51px 5px;
}

.login-angle-bottomRight {
	bottom: 0px; right: 0px;
	background-position: 7px 5px;
}

.login_box > .list {
	margin: 50px 80px 0px 80px;
}

.login_box > .list > :first-child {
	width: 100%;
	margin-bottom: 40px;
}

.login_box > .list input {
	width: 100%;
	height: 56px;
	margin: 0px;
	color: #FFF;
	border: 0px;
	outline: none;
	border-radius: 4px;
	border-color: #9b9b9b;
	padding-left: 44px;
	font-size: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.05);
}

.login_userName, .login_pwd {
	width: 100%;
	position: relative;
}

.login_userName::before {
	font-size: 25px;
	color: #fff;
	width: 40px; height: 40px;
	display: inline-block;
	position: absolute;
	top: 7px; left: 0px;
}

.login_pwd::before {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	width: 40px; height: 40px;
	position: absolute;
	top: 7px; left: 0px;
}

.login_clear:hover {
	opacity: .6;
}

.login_but {
	width: 100%;
	height: 56px;
	margin-top: 83px;
	padding: 0 80px;
	box-sizing: border-box;
}

.login_but > input[type="button"] {
	font-size: 26px;
}

.login_but > input {
	color: #fff;
	border: 0px;
	outline: none;
	opacity: .9;
	border-radius: 4px;
	background: linear-gradient(#67c4e8, #3471ab);
}

.login_but > input:hover {
	opacity: 1;
}

.login_co {
	font-size: 18px;
	color: rgba(255, 255, 255, .5);
	position: absolute;
	left: 50%; bottom: 30px;
	transform: translateX(-50%);
}
/*登录页面 end*/

/*main.html start*/
.main_full {
	visibility: hidden;
}

.main_full #main {
	visibility: visible;
	position: fixed;
	top: 0px; left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.header {
	height: 50px;
	text-align: right;
	background-image: url(/ETL/img/dptLogo/currencyLogo.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.main_userLogo {
	height: 100%;
	font-size: 20px;
	margin-right: 10px;
	line-height: 50px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.main_userName > span {
	font-size: 20px;
}

.main_userLogo i {
	font-size: 28px;
}

.main_list {
	display: inline-flex;
	position: relative;
	align-items: center;
	margin-right: 6px;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, .6);;
}

.swiper-container {
	--swiper-navigation-size: 20px;
}

ul.main_list > li {
	width: 32px;
	height: 32px;
	margin-right: 4px;
	display: inline-block;
	background-size: 100% 100%;
}

.notice-buts {
	width: auto;
	height: auto;
	position: absolute;
	top: 40px; left: -20px;
	z-index: 10;
	color: #d9efff;
	padding: 4px 20px;
	background: #071d5f;
	box-sizing: border-box;
	overflow: hidden;
	transform: translateY(0px);
	box-shadow: 3px 3px 18px #000,
            -3px -3px 18px #081f67;
    transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.notice-buts-hide {
	height: 0px;
	padding: 0px;
	transform: translateY(-50%);
}

.notice-buts > li {
	white-space: nowrap;
}

.notice-buts > li > span:hover {
	color: #a0e3ff;
}

.wap-notice {
	cursor: pointer;
	position: relative;
}

.wap-notice.hasNotice::after {
	content: "";
	display: inline-block;
}

.notice-count {
	text-align: center;
	min-height: 16px;
	min-width: 16px;
	line-height: normal;
	display: inline-block;
	transform: translate(60%, -40%) scale(.85, .85);
}

.wap-notice.hasNotice::after {
	min-height: 8px;
	min-width: 8px;
	transform: translate(20%, -40%) scale(.85, .85);
}

.notice-count,
.wap-notice.hasNotice::after {
	position: absolute;
	top: 0px; right: 0px;
	border-radius: 50%;
	background: red;
	font-size: 12px;
}

#main-body {
	overflow: hidden;
}

#main {
	overflow: hidden;
	position: relative;
}

.main-shuffling-left {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%; left: 10px;
	z-index: 40;
	transform: translateY(-50%);
	background: red;
}

.main-shuffling-right {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%; right: 10px;
	z-index: 40;
	transform: translateY(-50%);
	background: blue;
}

.content-icons {
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 2.5px;
}

.content-icons > * {
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.content-full-icon > .el-icon-top-right {
	position: absolute;
	top: -1px; right: -1px;
}

.content-full-icon > .el-icon-bottom-left {
	position: absolute;
	bottom: -1px; left: -1px;
}

.content-resize-icon > .el-icon-bottom-left {
	position: absolute;
	top: -1px; right: -1px;
}

.content-resize-icon > .el-icon-top-right {
	position: absolute;
	bottom: -1px; left: -1px;
}

.content-footer-menus {
	cursor: pointer;
    position: absolute;
    top: 50%; right: 50px;
    transform: translateY(-50%);
}

ul.content-footer-menus > li {
	width: 20px;
	height: 20px;
}

#content-footer-bar {
	height: 25px;
	line-height: 25px;
	font-size: 20px;
}

#content-menuName {
	font-size: 16px;
}

/*nav start*/
.nav-flowMenus {
	width: 60px;
	height: 100%;
}

.main-nav {
	width: 200px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	transition: width .2s;
	-o-transition: width .2s;
	-moz-transition: width .2s;
	-webkit-transition: width .2s;
}

.nav-footer {
	height: 25px;
	line-height: 25px;
	width: 100%;
	cursor: pointer;
	font-size: 20px;
	position: relative;
}

.nav-footer > .el-icon-d-arrow-left {
	position: absolute;
	top: 50%; right: 0px;
	transform: translateY(-50%);
}

.nav-footer > .el-icon-d-arrow-right {
	position: absolute;
	top: 50%; left: 0px;
	transform: translateY(-50%);
}

@keyframes navBack {
	from {transform: translate(0px, -50%);}
	to {transform: translate(100%, -50%);}
}

@keyframes navForward {
	from {transform: translate(0px, -50%);}
	to {transform: translate(-150px, -50%);}
}

.nav-footer-back {
	animation: navBack 3s infinite;
	-webkit-animation: navBack 3s infinite;
	-o-animation: navBack 3s infinite;
	-moz-animation: navBack 3s infinite;
}

.nav-footer-forward {
	animation: navForward 6s infinite;
	-webkit-animation: navForward 6s infinite;
	-o-animation: navForward 6s infinite;
	-moz-animation: navForward 6s infinite;
}

.list-menu-move {
  transition: transform .5s;
}

.list-menu-item {
  transition: all .5s;
  display: inline-block;
}

.list-menu-enter, .list-menu-leave-to,.list-menu-leave-active {
  opacity: 0;
  transform: translateY(0px);
}

.list-menu-leave-active {
  position: absolute;
}
.component-fade-enter-active, .component-fade-leave-active {
  transition: opacity .5s ease;
}
.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}

.nav-items {
	width: 100%;
}
.nav-items ul {
	width: 100%;
}

.nav-items li {
	list-style: none;
}

.nav-default-item {
	color: #698b9c;
	position: relative;
}

.nav-items .nav-item {
	margin-top: 2px;
}

.nav-items .nav-item.clearMargin {
	margin: 0px;
}

.nav-items [data-list-level="1"] {
	height: 60px;
	font-size: 20px;
	padding-left: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.nav-items [data-list-level="2"] {
	height: 50px;
	font-size: 18px;
	overflow: hidden;
}

.nav-items [data-list-level="3"] {
	height: 40px;
	font-size: 16px;
	overflow: hidden;
}

.nav-items [data-list-level="1"]::before {
	content: "";
	width: 2px; height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px; left: 0px;
}

.nav-default-item[data-list-level="1"]::before {
	background: #698b9c;
}

.nav-item-content {
	cursor: pointer;
	position: relative;
	align-items: center;
	transform: translateX(0);
	box-sizing: border-box;
	background-color: rgba(98, 238, 255, .05);
}

.nav-items [data-list-level="1"] > .nav-item-content {
	padding-left: 35px;
	box-sizing: border-box;
}

.nav-flowMenus [data-list-level="1"] > .nav-item-content {
	padding: 0px;
}

.nav-flowMenus .edvs-layout-bgLogo {
	opacity: .7;
	background-size: 100% 100%;
}

.nav-check-item[data-list-level="1"] .edvs-layout-bgLogo {
	opacity: 1;
}

.edvs-layout-bgLogo {
	opacity: .7;
	width: 30px; height: 30px;
	position: absolute;
	top: 15px; left: 0px;
	background-size: 100% 100%;
}

.nav-items [data-list-level="2"] > .nav-item-content {
	padding-left: 20px;
}

.nav-items [data-list-level="3"] > .nav-item-content {
	padding-left: 40px;
}

.nav-items .nav-item-content::before {
	content: "";
	display: inline-block;
	width: 0px; height: 100%;
	position: absolute;
	top: 0px; left: 0px;
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.nav-default-item .nav-item-content::before {
	background: rgba(98, 238, 255, .1);
}

.nav-default-item .nav-item-content:hover::before {
	width: 100%;
}

.nav-check-item {
	color: #a0e3ff;
	position: relative;
}

.nav-check-item[data-list-level="1"]::before {
	background: #a0e3ff;
}

.nav-check-item .nav-item-content {
	background-color: transparent;
}

.nav-check-item[data-list-level="1"] .nav-item-content::before {
	width: 100%;
	background: linear-gradient(to right, rgba(160, 227, 255, .2) 50%, rgba(160, 227, 255, .05));
}

.nav-check-item[data-list-level="2"] .nav-item-content::before, .nav-check-item[data-list-level="3"] .nav-item-content::before {
	width: 100%;
	background-color: rgba(160, 227, 255, .2);
}

.nav-check-item[data-list-level="3"] .nav-item-content::after {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 8px; height: 8px;
	background: #a0e3ff;
	position: absolute;
	top: 16px; left: 25px;
}

.nav-item-content > div {
	overflow: hidden;
}

.nav-item-i {
	text-align: center;
	font-size: 30px;
	margin-top: 0px;
	transform: rotate(0deg);
}

.nav-item-i.open {
	margin-top: 10px;
	transform: rotate(90deg);
}

.nav-level2-panel {
	width: 180px;
	position: fixed;
	top: 54px; left: 41px;
	z-index: 3;
}

.nav-level3-panel {
	width: 180px;
	position: fixed;
	top: 54px; left: 221px;
	z-index: 3;
}

#nav-level-2 {
	width: 100%;
	list-style: none;
	padding: 2px;
	padding-top: 0px;
	box-sizing: border-box;
}

#nav-level-2 > li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
}

#nav-level-2 > li > .nav-item-i {
	position: absolute;
	top: 50%; right: 0px;
	transform: translateY(-50%);
	z-index: -1;
}

.nav-flowMenus [data-list-level="2"] > .nav-item-content,
.nav-flowMenus [data-list-level="3"] > .nav-item-content {
	text-align: left;
	padding-left: 10px;
}

.nav-flowMenus [data-list-level="3"] > .nav-item-content::after {
	display: none;
}
/*nav end*/
/*main.html end*/

/*user info start*/
#info-user {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 999;
}

.info-user-param {
	background: #031535;
}

.info-user-cont {
	width: 675px;
	height: 594px;
	position: absolute;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, .3);
}

.info-user-head {
	text-align: left;
}

.info-user-foot {
	border-top: 1px solid rgba(33, 120, 156, .5);
}

.info-user-top {
	height: 116px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid rgba(33, 120, 156, .5);
}

.info-user-close {
	font-size: 18px;
	cursor: pointer;
}

.info-user-userInfo {
	width: 100%;
	height: 73px;
	margin-top: 3px;
	padding-left: 73px;
	font-size: 18px;
	position: relative;
	box-sizing: border-box;
}

.info-user-name {
	font-size: 18px;
}

.info-user-rightBut {
	width: 120px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 6px; right: 10px;
}

.info-user-logout {
	color: #698B9C;
	border-color: #698B9C;
	line-height: 24px;
}

.info-user-modify {
	color: #698B9C;
	margin-top: 5px;
	border-color: #698B9C;
}

.info-user-logo {
	cursor: pointer;
	width: 64px; height: 64px;
	position: absolute;
	top: 4px; left: 4px;
	border-radius: 50%;
	background-size: 65px 65px;
	background-repeat: no-repeat;
	border: 1px solid rgba(255, 255, 255, .3);
}

.info-user-logo::before {
	content: '更换头像';
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%; left: 50%;
	font-size: 14px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	background: radial-gradient(rgba(221, 221, 221, .3), rgba(0, 0, 0, .9));
	transform: translate(-50%, -50%);
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-o-transition: opacity .1s;
}

.info-user-logo:hover::before {
	opacity: 1;
}

.info-user-name, .info-user-dep {
	height: 50%;
	line-height: 2;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.info-user-userInfo > div:not(.info-user-logo) > span {
	margin-left: 10px;
}

.info-md-buts {
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
}
/*user info end*/

.main-layout > .page-layout {
	margin: 0px;
	display: none;
}

.main-layout > .page-layout > div {
	border: 0px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

/*page.html start*/.page-butLine {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#page-butLine + div {
	overflow: hidden;
}

#edvs-pageTable tbody > tr > :first-child {
	cursor: pointer;
}

#edvs-pageTable tbody > tr > :first-child > i {
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
}

@keyframes edvs-down-ani {
	from {opacity: 0; transform: translateY(-40px);}
	top {opaity: 1; transform: translateY(0px)}
}

.edvs-down-ani {
	animation: edvs-down-ani .5;
	-webkit-animation: edvs-down-ani .5;
	-o-animation: edvs-down-ani .5;
	-moz-animation: edvs-down-ani .5;
}

#edvs-pageTable [data-name-level="2"] {
	margin-left: 15px;
}

#edvs-pageTable [data-name-level="3"] {
	margin-left: 30px;
}

.page-mLeft10 {
	margin-left: 10px;
}

.page-stepLine {
	font-size: 25px;
	padding-left: 10px;
	box-sizing: border-box;
}

.page-firstPage {
	width: 50%;
	margin: 0 auto;
}

.page-layout-grid {
	display: grid;
	width: 50%;
	margin: 0px auto;
	margin-bottom: 1px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.page-layout-grid > div {
	gap: 0px;
	padding: 1px 10px;
	box-sizing: border-box;
}

.page-layout-first {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
}

.page-layout-second {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.page-layout-third {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.page-layout-fourth, .page-layout-fifth, .page-layout-sixth {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}

.page-layout-fourth > .itemCollspan {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.page-layout-fifth > .itemCollspan {
	grid-column: 2 / 4;
	grid-row: 1 / 3;
}

.page-layout {
	position: relative;
	margin-top: 5px;
	gap: 4px;
}

.page-layout > div {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .3);
}

div[data-layout-winno] > iframe:not(.terminal-frame) {
	width: 100%;
	height: 100%;
	border-style: none;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}

/*手机端菜单配置样式*/
#terminal-frames {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px; left: 0px;
}

.terminal.page-loadPage,
.terminal-iframes {
	width: 360px;
	height: 590px;
	font-size: 0px;
	overflow: hidden;
	box-shadow: 20px 20px 60px #0b293a,
             -20px -20px 60px #0f374e;
}

.page-layout-free.terminal-iframes {
	height: 540px;
}

.terminal-iframes.page-layout-free {
	display: block;
}

.terminal-item {
	position: relative;
}

.terminal-iframes.page-layout-free > div {
	display: block;
}

.terminal-iframes.page-layout .page-setting-a {
	width: 100%;
}

.terminal-layout.page-step-second > .terminal-iframes > div {
	border: 0px;
}

.terminal-layout.page-step-second {
	display: flex;
	align-items: center;
	justify-content: center;
}

.terminal.page-loadPage.modules > .terminal-frame {
	height: 320px;
}

.terminal-frame {
	width: 100%;
	height: 640px;
	border-style: none;
}

.page-layout > .page-bRight0, .but-noRight {
	border-right: 0px;
}

.page-layout > .page-bTop0 {
	border-top: 0px;
}

.page-layout-grid > .page-layout-check > div {
	background: rgba(255, 255, 255, .05);
}

.page-li-parent {
	height: 30px;
	margin-top: 10px;
	font-size: 14px;
}

.page-li-parent:first-child {
	margin: 0px;
}

.page-li-child {
	width: auto;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

.page-li-child input, .page-li-child span {
	vertical-align: middle;
}

#page-menu-logos {
	width: 420px;
	max-height: 230px;
	display: flex;
	flex-wrap: wrap;
}

#page-menu-logos img {
	width: 35px;
	height: 35px;
	padding: 5px;
	margin: 2px 10px 8px 0px;
	cursor: pointer;
	box-sizing: border-box;
}
#page-largeScreenTemplate-logos {
	width: 35px;
	max-height: 35px;
	display: flex;
	flex-wrap: wrap;
}

#page-largeScreenTemplate-logos img {
	width: 35px;
	height: 35px;
	padding: 5px;
	margin: 2px 10px 8px 0px;
	cursor: pointer;
	box-sizing: border-box;
}

#page-menu-logos .edvs-button:last-child {
	margin: 2px 10px 8px 0px;
}

.page-logo-check {
    color: #a0e3ff;
    background: rgba(160, 227, 255, .2);
}

/*第二步*/
.page-step-second > .page-layout {
	margin: 0px;
}

.page-step-second > .page-layout > div {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .1);
}

.page-setting-outer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 401;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
}

.page-layout .page-setting-a {
	width: 410px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.page-layout .page-setting-a .page-setting {
	height: 100%;
	display: inline-block;
}

.page-layout .page-setting-a .edvs-button {
	width: 130px;
	margin-right: 4px;
	margin-bottom: 4px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
/* 窗口遮罩 */
#page_panel {
	/*窗口辅助幕布,z-index必须要小于.page_windowShade的z-index*/
	width: 100%; height: 100%;
	position: fixed;
	top: 0px; left: 0px;
	z-index: 2;
}

#childPageConfig_loadPage {
	overflow: hidden;
}

#page_loadPage {
	box-sizing: border-box;
	background: #031535;
}

.param-setting {
	display: none;
}

.page-layoutBox {
	width: 50%;
	margin: 0px auto;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 170px;
}

/*自由布局 start*/
#page-free-box {
	position: relative;
	padding: 44px 0 0 0;
}

.page-free-info {
	margin: -8px 0 0 10px;
	cursor: pointer;
	color: gray;
	opacity: 0.7;
}

.page-free-info:hover {
	opacity: 1;
}

#page-free-box .linePanelNoColor {
	position: absolute;
	top: 0px; left: 0px;
}

#page-free-box input {
	width: 30px;
	border-width: 0 0 1px 0;
}

.page-layout-free {
	display: grid;
	position: relative;
	gap: 4px;
}

.page-layout-free > div {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .1);
}

.page-layout-free.config {
	padding: 54px 0 0 54px;
	box-sizing: border-box;
}

.page-layout-free > .page-layout-configTop {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
	padding-left: 54px;
	box-sizing: border-box;
	gap: 4px;
	border: 0px;
}

.page-layout-free > .page-layout-configLeft {
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0px; left: 0px;
	padding-top: 54px;
	box-sizing: border-box;
	gap: 4px;
	border: 0px;
}

.page-layout-configLeft > div {
	display: inline-flex;
	align-items: flex-end;
}
/*page.html end*/

/*弹窗 start*/
.window-panel {
	position: fixed;
	top: 0px; left: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
}

.window-content {
	position: absolute;
	border: 1px solid #21789C;
	background: #091c41;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
	font-size: 16px;
}

.window-header > span {
	color: #A0E3FF;
	font-size: 18px;
	margin-left: 10px;
}

.window-header > .close {
	position: absolute;
	top: 50%; right: 10px;
	font-size: 16px;
	cursor: pointer;
	transform: translateY(-50%);
}

.window-header {
	cursor: move;
	height: 50px;
	line-height: 50px;
	color: #A0E3FF;
	position: relative;
}

.window-body {
	background: #031535;
}

.window-footer {
	height: 50px;
}

.window-body, .window-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.window-body .require::before {
	content: '*';
	color: red;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 4px;
	display: inline-block;
}

.window-footer > .edvs-button:not(:last-of-type) {
	border-right: 0px;
}

.window-content > :nth-child(n):not(:last-child) {
	margin: 0px;
}

.window-show-animate {
	animation: windowShow .5s forwards;
}

@keyframes windowShow {
	0% {opacity: 0}
	100% {opacity: 1}
}

.window-hide-animate {
	animation: windowHide .5s forwards;
}

@keyframes windowHide {
	0% {opacity: 1; transform: translateY(0)}
	100% {opacity: 0; transform: translateY(-25%)}
}
/*弹窗 end*/

.SHOW_ENGLISH {
	display: none;
}

/*覆盖element-ui默认样式*/
/*下拉菜单*/
.system-style-normal .el-dropdown {
	color: currentColor;
}

.system-style-normal .el-dropdown-menu {
	background-color: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-dropdown-menu__item {
	color: currentColor;
}

.system-style-normal .el-dropdown-menu__item:focus,
.system-style-normal .el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: rgba(160, 227, 255, .2);
}
/*下拉菜单 end*/

/* 模糊匹配框 start */
.system-style-normal .el-autocomplete-suggestion li {
	color: currentColor;
}

.system-style-normal .el-autocomplete-suggestion {
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.system-style-normal  .el-autocomplete-suggestion li.highlighted,
.system-style-normal  .el-autocomplete-suggestion li:hover {
	background-color: rgba(160, 227, 255, .2);
}
/* 模糊匹配框 end */

.system-style-normal .el-picker-panel,
.system-style-normal .el-picker-panel__footer {
	/* 时间框背景, 按钮栏 */
	color: currentColor;
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-popper[x-placement^=bottom] .popper__arrow,
.system-style-normal .el-date-picker__time-header {
	border-bottom-color: rgba(117,189,229,.5);
}

.system-style-normal .el-popper[x-placement^=bottom] .popper__arrow:::after {
	border-bottom-color: #000f3a;
}

.system-style-normal .el-popper[x-placement^=top] .popper__arrow {
	border-top-color: rgba(117,189,229,.5);
}

.system-style-normal .el-popper[x-placement^=top] .popper__arrow::after {
	border-top-color: #000f3a;
}

.system-style-normal .el-date-table th {
	/* 修改数字颜色 */
	color: currentColor;
	border-bottom-color: rgba(117, 189, 229, .5);
}

.system-style-normal .el-popper[x-placement^=bottom] .popper__arrow::after {
	border-bottom-color: #000f3a;
}

.system-style-normal .el-button.is-plain:focus,
.system-style-normal .el-button.is-plain:hover {
	/*确定按钮样式*/
	background: rgba(160, 227, 255, .2);
}


.system-style-normal .el-picker-panel__icon-btn,
.system-style-normal .el-date-picker__header-label,
.system-style-normal .el-date-table td.next-month,
.system-style-normal .el-date-table td.prev-month,
.system-style-normal .el-month-table td .cell,
.system-style-normal .el-year-table td .cell {
	/*月份字体颜色*/
	color: #698b9c;
}

.system-style-normal .el-button:not(.el-button--text) {
	color: currentColor;
	border: 1px solid currentColor;
	background: transparent;
}

.system-style-normal .el-input__prefix/*, .system-style-normal .el-input__suffix*/ {
	display: none;
}

.el-select {
	margin-left: 5px;
}

.edvs-dialog-table .el-select {
	margin-left: 0px;
}

.system-style-normal .el-select-dropdown__item {
	color: currentColor;
}

.system-style-normal .el-select-dropdown {
	border: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-select .el-input__suffix {
	display: inline-block;
}

.system-style-normal .el-select-dropdown.el-popper {
	background: #000f3a;
}

.system-style-normal .el-select-dropdown__item.selected {
	color: currentColor;
	background-color: rgba(160, 227, 255, .05);
}

.system-style-normal .el-select-dropdown__item.hover {
	background: rgba(98, 238, 255, .2);
}

.system-style-normal .el-input {
	width: 100%;
	height: 28px;
	color: currentColor;
	box-sizing: border-box;
}

.system-style-normal .el-input > .el-input__inner {
	width: 100%;
	height: 100%;
	color: currentColor;
	padding: 0 4px;
	border-radius: 0px;
	border-color: currentColor;
	background: rgba(0, 0, 0, 0.1);
}

.system-style-normal .el-date-editor.el-input.el-date-editor--date {
	width: 90px;
}

.system-style-normal .el-date-editor.el-input, .el-date-editor.el-input__inner {
	width: 150px;
}

.system-style-normal .el-input .el-input__icon {
	line-height: 30px;
}

.system-style-normal .el-date-picker__header--bordered {
	border-bottom-color: rgba(117, 189, 229, .5);
}

.system-style-normal .el-input.el-date-editor--date {
	width: 150px;
}

.system-style-normal .el-input.el-date-editor--time {
	width: 120px;
}

/*时间背景色hh:mm:ss*/
.system-style-normal .el-time-panel.el-popper {
	color: currentColor;
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-time-spinner__item {
	color: #698b9c;
}

.system-style-normal .el-input.is-disabled .el-input__inner {
	color: rgba(255, 255, 255, .4);
	border-color: rgba(255, 255, 255, .4);
	background-color: transparent;
}

.system-style-normal .el-select .el-input.is-disabled .el-input__inner:hover {
	border-color: rgba(255, 255, 255, .4);
}

.system-style-normal .el-time-spinner__item.disabled {
	color: #698b9c;
}

.system-style-normal .el-time-spinner__item.active:not(.disabled) {
	color: #409EFF;
}

.system-style-normal .el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: rgba(255, 255, 255, .2);
}

.system-style-normal .el-time-panel__content::after, .el-time-panel__content::before {
	border-top: 1px solid rgba(117,189,229,.5);
	border-bottom: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-picker-panel__footer {
	border-left: 0px;
	border-bottom: 0px;
	margin-right: -1px;
	margin-top: -1px;
}

.system-style-normal .el-time-panel__footer {
	border-top: 1px solid rgba(117,189,229,.5);
}

.system-style-normal .el-cascader__dropdown {
	border-style: none;
}

.el-cascader-menu {
	color: currentColor;
}

.system-style-normal .el-cascader-menu {
	border-color: rgba(117,189,229,.5);
}

.system-style-normal .el-cascader-panel {
	color: currentColor;
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
	box-sizing: border-box;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
	background-color: rgba(160, 227, 255, .2);
}
/*覆盖element-ui end*/

/* vueTree point measure icon color*/
.el-icon-white-color {
	color:rgb(255,255,255);
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: rgba(160, 227, 255, .05);
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: currentColor;
    background-color: rgba(160, 227, 255, .05);
}
.el-tag.el-tag--info {
    background-color: rgba(160, 227, 255, .05);
    border-color: 1px solid rgba(51, 85, 110, .3);
    color: currentColor;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
	background: rgba(160, 227, 255, .2);
}

.terminal-item .el-carousel__indicators--horizontal {
	/*菜单配置页面不显示指示器*/
	display: none;
}

/*按钮组样式 start*/
.edvs-tree-components .el-radio-button__inner,
.edvs-tree-components .el-checkbox-button__inner {
	/*树形控件的按钮组*/
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.el-radio-button__inner,
.el-checkbox-button__inner {
	color: currentColor;
	font-size: 16px;
	padding: 0px 6px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .4);
	border-left: 0px;
	height: 40px;
	line-height: 40px;
	background: rgba(98, 238, 255, .05);
}

.el-radio-button:first-child .el-radio-button__inner,
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
	border-left: 1px solid rgba(255, 255, 255, .4);
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner,
.el-checkbox-button.is-checked .el-checkbox-button__inner {
	color: currentColor;
	background: rgba(160, 227, 255, .4);
	border-color: rgba(255, 255, 255, .4);
}
/*按钮组样式 end*/

/*color start*/
.edvs-tree-ct .el-color-picker {
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
}

.edvs-tree-ct .el-color-picker__trigger {
	height: 14px;
	width: 14px;
	padding: 0px;
	font-size: 12px;
	box-sizing: border-box;
}
/*color end*/


/*系统风格样式2*/
.system-style {
	color: black;
	background: rgb(241, 242, 246);
}

.system-style #login_page {
	background: #041e46 url(/ETL/img/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.system-style .header {
	color: white;
	background-color: rgb(1, 140, 181);
}

.system-style .main-nav > div:first-child {
	color: white;
	background: rgb(48, 66, 78);
}

.system-style .edvs-search-line,
.system-style .nav-footer {
	background: white;
}

.system-style .nav-default-item {
	color: rgb(131, 149, 159);
}

.system-style .nav-check-item {
	color: white;
	background: rgb(9, 142, 251);
}

.system-style .panel {
	background: white;
}

.system-style .edvs-table tr {
	color: black;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.system-style .edvs-table tr.edvs-table-check {
	background: rgba(0, 0, 0, .2);
}

.system-style .edvs-table tbody tr:not(.edvs-table-check):hover {
	color: #000;
	background: rgba(0, 0, 0, .05);
}

.system-style .edvs-table thead > tr:last-child {
	border-bottom: 2px solid rgba(0, 0, 0, .5);
}

.system-style .edvs-table tbody {
	color: #d9efff;
}

.system-style .edvs-button,
.system-style .edvs-button:link,
.system-style .edvs-button:visited,
.system-style .edvs-button:hover,
.system-style .edvs-button:active {
	color: #000;
}

.system-style .createBut,
.system-style .moveUpBut,
.system-style .moveDownBut,
.system-style .nextBut,
.system-style .previBut,
.system-style .genderlessBut,
.system-style .updateBut,
.system-style .okBut {
	color: #000;
}

.system-style .removeBut,
.system-style .removeBut:link,
.system-style .removeBut:hover,
.system-style .removeBut:active {
	color: #ff736e;
}

.system-style .cancelBut,
.system-style .cancelBut:link,
.system-style .cancelBut:hover,
.system-style .cancelBut:active {
	color: #698B9C;
}

/*覆盖element-ui默认样式*/
.system-style .el-picker-panel,
.system-style .el-picker-panel__footer {
	/* 时间框背景, 按钮栏 */
	color: currentColor;
}

.system-style .el-date-table th {
	/* 修改数字颜色 */
	color: currentColor;
}

.system-style .el-button:not(.el-button--text) {
	color: currentColor;
	border: 1px solid currentColor;
}

.system-style .el-input__prefix, .system-style .el-input__suffix {
	display: none;
}

.system-style .el-select-dropdown__item {
	color: currentColor;
}

.system-style .el-select .el-input__suffix {
	display: inline-block;
}

.system-style .el-select-dropdown__item.selected {
	color: currentColor;
}

.system-style .el-input {
	width: 100%;
	height: 28px;
	color: currentColor;
	box-sizing: border-box;
}

.system-style .el-input > .el-input__inner {
	width: 100%;
	height: 100%;
	color: currentColor;
	padding: 0 4px;
	border-radius: 0px;
	border: 1px solid currentColor;
}

.system-style .el-date-editor.el-input.el-date-editor--date {
	width: 90px;
}

.system-style .el-date-editor.el-input, .el-date-editor.el-input__inner {
	width: 150px;
}

.system-style .el-input .el-input__icon {
	line-height: 30px;
}

.system-style .el-input.el-date-editor--date {
	width: 150px;
}

.system-style .el-input.el-date-editor--time {
	width: 120px;
}

/*时间背景色hh:mm:ss*/
.system-style .el-time-panel.el-popper {
	color: currentColor;
}

.system-style .el-picker-panel__footer {
	border-left: 0px;
	border-bottom: 0px;
	margin-right: -1px;
	margin-top: -1px;
}
/*覆盖element-ui end*/

/* 工作流start */
.workFlow-nav {
	width: 240px;
	overflow: hidden;
	position: relative;
	padding-top: 44px;
	box-sizing: border-box;
}

.workFlow-nav-title {
	position: absolute;
	top: 0px; left: 0px;
}

.workFlow-nav-title > .el-icon-plus {
	cursor: pointer;
}

.workFlow-nav-title > span {
	margin-left: 4px;
}

.workFlow-nav li {
	position: relative;
	padding-left: 8px;
	box-sizing: border-box;
}
/* 工作流end */

/*树形控件*/
.system-style .edvs-tree-sel {
	border-color: currentColor
}

/* dongfeng定制颜色
body {
	background: #041e46 url(/DONGFENG/img/largeScreenPage/bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

body.dongfeng-blueShallow {
	color: white;
	background-image: url(/DONGFENG/img/largeScreenPage/bg.png);
}

.dongfeng-blueShallow .edvs-bgColor {
	background-color: rgba(8, 32, 162, 0.6);
}

.dongfeng-blueShallow .edvs-search-line,
.dongfeng-blueShallow .nav-footer {
	background: rgba(8, 32, 162, 0.6);
	box-shadow: rgba(0, 184, 255, .5) 0px 0px 10px inset;
}

.dongfeng-blueShallow .header {
	color: white;
	box-shadow: rgba(0, 184, 255, .5) 0px 0px 10px inset;
}

.dongfeng-blueShallow .nav-default-item {
	color: white;
}

.dongfeng-blueShallow .window-content,
.dongfeng-blueShallow .window-body {
	background: rgb(8, 32, 162);
	box-shadow: rgba(0, 184, 255, .5) 0px 0px 10px inset;
}

.dongfeng-blueShallow .window-header,
.dongfeng-blueShallow .window-footer {
	box-shadow: rgba(0, 184, 255, .5) 0px 0px 10px inset;
}

.dongfeng-blueShallow .info-user-param {
	background-color: transparent;
}

.dongfeng-blueShallow .el-picker-panel,
.dongfeng-blueShallow .el-picker-panel__footer {
	color: currentColor;
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-popper[x-placement^=bottom] .popper__arrow,
.dongfeng-blueShallow .el-date-picker__time-header {
	border-bottom-color: rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-popper[x-placement^=bottom] .popper__arrow:::after {
	border-bottom-color: #000f3a;
}

.dongfeng-blueShallow .el-popper[x-placement^=top] .popper__arrow {
	border-top-color: rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-popper[x-placement^=top] .popper__arrow::after {
	border-top-color: #000f3a;
}

.dongfeng-blueShallow .el-date-table th {
	color: currentColor;
	border-bottom-color: rgba(117, 189, 229, .5);
}

.dongfeng-blueShallow .el-popper[x-placement^=bottom] .popper__arrow::after {
	border-bottom-color: #000f3a;
}

.dongfeng-blueShallow .el-button.is-plain:focus,
.dongfeng-blueShallow .el-button.is-plain:hover {
	background: rgba(160, 227, 255, .2);
}


.dongfeng-blueShallow .el-picker-panel__icon-btn,
.dongfeng-blueShallow .el-date-picker__header-label,
.dongfeng-blueShallow .el-date-table td.next-month,
.dongfeng-blueShallow .el-date-table td.prev-month,
.dongfeng-blueShallow .el-month-table td .cell,
.dongfeng-blueShallow .el-year-table td .cell {
	color: #698b9c;
}

.dongfeng-blueShallow .el-button:not(.el-button--text) {
	color: currentColor;
	border: 1px solid currentColor;
	background: rgba(160, 227, 255, .2);
}

.dongfeng-blueShallow .el-input__prefix, .dongfeng-blueShallow .el-input__suffix {
	display: none;
}

.dongfeng-blueShallow .el-select-dropdown__item {
	color: currentColor;
}

.dongfeng-blueShallow .el-select-dropdown {
	border: 1px solid rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-select .el-input__suffix {
	display: inline-block;
}

.dongfeng-blueShallow .el-select-dropdown.el-popper {
	background: #000f3a;
}

.dongfeng-blueShallow .el-select-dropdown__item.selected {
	color: currentColor;
	background-color: rgba(160, 227, 255, .05);
}

.dongfeng-blueShallow .el-select-dropdown__item.hover {
	background: rgba(98, 238, 255, .2);
}

.dongfeng-blueShallow .el-input {
	width: 100%;
	height: 28px;
	color: currentColor;
	box-sizing: border-box;
}

.dongfeng-blueShallow .el-input > .el-input__inner {
	width: 100%;
	height: 100%;
	color: currentColor;
	padding: 0 4px;
	border-radius: 0px;
	border: 1px solid currentColor;
	background: rgba(0, 0, 0, 0.1);
}

.dongfeng-blueShallow .el-date-editor.el-input.el-date-editor--date {
	width: 90px;
}

.dongfeng-blueShallow .el-date-editor.el-input, .el-date-editor.el-input__inner {
	width: 150px;
}

.dongfeng-blueShallow .el-input .el-input__icon {
	line-height: 30px;
}

.dongfeng-blueShallow .el-date-picker__header--bordered {
	border-bottom-color: rgba(117, 189, 229, .5);
}

.dongfeng-blueShallow .el-input.el-date-editor--date {
	width: 150px;
}

.dongfeng-blueShallow .el-input.el-date-editor--time {
	width: 120px;
}

.dongfeng-blueShallow .el-time-panel.el-popper {
	color: currentColor;
	background: #000f3a;
	border: 1px solid rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-time-spinner__item {
	color: #698b9c;
}

.dongfeng-blueShallow .el-input.is-disabled .el-input__inner {
	color: rgba(255, 255, 255, .4);
	border-color: rgba(255, 255, 255, .4);
	background-color: transparent;
}

.dongfeng-blueShallow .el-select .el-input.is-disabled .el-input__inner:hover {
	border-color: rgba(255, 255, 255, .4);
}

.dongfeng-blueShallow .el-time-spinner__item.disabled {
	color: #698b9c;
}

.dongfeng-blueShallow .el-time-spinner__item.active:not(.disabled) {
	color: #409EFF;
}

.dongfeng-blueShallow .el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: rgba(255, 255, 255, .2);
}

.dongfeng-blueShallow .el-time-panel__content::after, .el-time-panel__content::before {
	border-top: 1px solid rgba(117,189,229,.5);
	border-bottom: 1px solid rgba(117,189,229,.5);
}

.dongfeng-blueShallow .el-picker-panel__footer {
	border-left: 0px;
	border-bottom: 0px;
	margin-right: -1px;
	margin-top: -1px;
}

.dongfeng-blueShallow .el-time-panel__footer {
	border-top: 1px solid rgba(117,189,229,.5);
}

.dongfeng-blueShallow .edvs-button,
.dongfeng-blueShallow .edvs-button:link,
.dongfeng-blueShallow .edvs-button:visited,
.dongfeng-blueShallow .edvs-button:hover,
.dongfeng-blueShallow .edvs-button:active {
	color: white;
}

.dongfeng-blueShallow .createBut,
.dongfeng-blueShallow .moveUpBut,
.dongfeng-blueShallow .moveDownBut,
.dongfeng-blueShallow .nextBut,
.dongfeng-blueShallow .previBut,
.dongfeng-blueShallow .genderlessBut,
.dongfeng-blueShallow .updateBut,
.dongfeng-blueShallow .okBut {
	color: currentColor;
}

.dongfeng-blueShallow .panel,
.dongfeng-blueShallow .panel {
	background: rgba(8, 32, 162, 0.6);
}
 */
 