.theme-dark .search .el-input__inner {
  background-color: transparent;
}
.theme-dark .el-select-dropdown .search  .el-input__inner{
  color: #333 !important;
}

.theme-dark .dmoTabs .switch-paper-tab {
  border-right: 1px solid #132049;
}

.theme-dark .dmoTabs .switch-paper-tab,
.theme-dark .add-paper-tab {
  color: #D8D9DF;
  background-color: #2C344E;
}

.theme-dark .dmoTabs .switch-paper-tab.active,
.theme-dark .dmoTabs .switch-paper-tab:hover {
  /* background-color: #132049; */
  background-color: rgba(19, 32, 73, 0.8);
  color: #2EBFFF;
}
.theme-dark .sanjiao{
  border-top: 24px solid #2ebfff;
}


.theme-dark .dmoTabs .add {
  color: #2EBFFF;
}

/* tree 树形菜单 */
.theme-dark .el-tree {
  background-color: transparent;
}

.theme-dark .el-tree-node__content .el-icon-folder-opened {
  color: #B0B4BE;
}

.theme-dark .el-tree-node__content:hover,
.theme-dark .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,
.theme-dark .el-tree-node:focus>.el-tree-node__content {
  background-color: #2EC0FF !important;
  color: #fff;
}

.theme-dark .draggable-table-dvm {
  color: #B0B4BE;
  border: 1px solid #2EBFFF;
}

.theme-dark .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .el-icon-data-line,
.theme-dark .el-tree-node:focus>.el-tree-node__content .el-icon-data-line {
  color: #fff;
}


/* 表格基础行 */
.theme-dark .el-table tr {
  background-color: #132049;
}

/* 表格偶数行 */
.theme-dark .el-table--striped .el-table__body tr.el-table__row--striped td {
  background-color: #243158;
}

.theme-dark .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #314473;
}

.theme-dark .el-table {
  color: #B0B4BE;
}

.theme-dark .el-table th,
.theme-dark .el-table thead.is-group th {
  background-color: #0973A7;
  color: #FFFFFF;
}

.theme-dark .el-table,
.theme-dark .el-table th.is-leaf {
  border: none;
}

.theme-dark .el-table {
  background-color: transparent;
}

/* .theme-dark */

/*多选框 */
.theme-dark .el-checkbox__inner,
.theme-dark .el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: transparent;
}

.theme-dark .el-checkbox {
  color: #D8D9DF;
}

/* 全文检索的多选框样式 */
.theme-dark #searchScope .el-checkbox {
  /* color: #3a445e */
}

.theme-dark #searchScope .el-checkbox__inner {
  border: 1px solid rgba(5, 11, 20, 0.44);
}

.theme-dark .el-checkbox__input.is-checked .el-checkbox__inner,
.theme-dark .el-checkbox__input.is-indeterminate .el-checkbox__inner,
.theme-dark .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #2EBFFF;
  border-color: #2EBFFF;
}

.theme-dark .el-checkbox__inner:hover,
.theme-dark .el-checkbox__inner .is-focus,
.theme-dark .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #2EBFFF;
}

.theme-dark .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #2EBFFF;
}

.theme-dark .el-checkbox.is-bordered.is-checked {
  border-color: #2EBFFF
}

/* 切换条 */
.theme-dark .el-tabs__item {
color: #B0B4BE;
}

.theme-dark .el-tabs__item.is-active,
.theme-dark .el-tabs__item:hover {
  color: #2EBFFF;
  /* background: #2EBFFF; */
}

.theme-dark .el-tabs__active-bar {
  background-color: #2EBFFF;
}

.theme-dark .el-tabs__nav-wrap::after {
  background-color: #5E657A;
}

/* 分页 */
.theme-dark .el-pagination.is-background.el-pagination--small .btn-next,
.theme-dark .el-pagination.is-background.el-pagination--small .btn-prev,
.theme-dark .el-pagination.is-background.el-pagination--small .el-pager li {
  background-color: transparent;
  color: #D8D9DF
}

.theme-dark .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #2EBFFF;
}

.theme-dark .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #2EBFFF;
}

/* 按钮 */
.theme-dark .el-button {
  background-color: transparent;
  color: #B0B4BE;
}

.theme-dark .el-button:hover,
.theme-dark .el-button:focus {
  color: #2EC0FF;
  background-color: transparent;
  border-color: #2EC0FF;
}

.theme-dark .el-button:active {
  color: #2EC0FF;
  border-color: #2EC0FF;
}

.theme-dark .el-button--primary {
  background-color: #2EBFFF;
  color: #fff;
  border-color: #2EBFFF;
}

.theme-dark .el-button--primary:focus,
.theme-dark .el-button--primary:active,
.theme-dark .el-button--primary:hover {
  background-color: #2EC0FF;
  color: #fff;
  border-color: #2EC0FF;
}

/* 弹框 */
.theme-dark .el-dialog {
  background-color: #132049;
}

.theme-dark .el-dialog__title {
  color: #fff;
}

.theme-dark .el-dialog__body {
  color: #B0B4BE;
}

.theme-dark .el-dialog__headerbtn .el-dialog__close:hover {
  color: #2EC0FF;
}

.theme-dark .el-dialog__header {
  border-bottom: 2px solid #3A445E;
}

/* 消息框 */
.theme-dark .el-message-box {
  color: #B0B4BE;
  background-color: #0c1a39;
  border: none;
}

.theme-dark .el-message-box__title {
  color: #fff
}

.theme-dark .el-message-box__content {
  color: #B0B4BE;
}

/* 输入框 */

.theme-dark .el-input__inner,
.theme-dark .el-textarea__inner {
  background-color: #243158;
  color: #FFF;
  border:1px solid #DAE1EA;
}
.theme-dark .el-input__inner::placeholder
.theme-dark .el-textarea__inner::placeholder 
.theme-dark select::placeholder{
  color: #B0B4BE;
}

.theme-dark .DataFiltering .el-input__inner,
.theme-dark .el-date-editor .el-range-separator {
  color: #FFF;
}

.theme-dark .el-range-editor .el-range-input,
.el-date-editor .el-range-input {
  color: #FFF;
  background-color: transparent;
}

.theme-dark .el-input.is-disabled .el-input__inner {
  background-color: #666;
}

.theme-dark .el-input__inner:focus,
.theme-dark .el-textarea__inner:focus,
.theme-dark .el-range-editor.is-active {
  border-color: #2EBFFF;
}

/* 多级下来选择 */
.theme-dark .el-cascader .el-input .el-input__inner:focus, 
.theme-dark .el-cascader .el-input.is-focus .el-input__inner {
  border-color: #2EBFFF;
}

.theme-dark .el-cascader-node.in-active-path, 
.theme-dark .el-cascader-node.is-active,
.theme-dark .el-cascader-node.is-selectable.in-checked-path{
  color: #2EBFFF;
}

/* 表单 */
.theme-dark .el-form-item__label {
  color: #D8D9DF;
}


/* 抽取状态 */
.theme-dark .el-tag.el-tag--danger,
.theme-dark .el-tag.el-tag--success,
.theme-dark .el-tag.el-tag--warning,
.theme-dark .el-tag.el-tag--info,
.theme-dark .el-tag.el-tag--danger,
.theme-dark .el-tag {
  background-color: rgba(254, 240, 240, 0.2);
  border: none;
}

/* 抽取任务步骤进度条 */
.theme-dark .el-steps .el-step__head .el-step__line,
.theme-dark .el-steps .el-step__head.is-wait .el-step__icon {
  background-color: #202C49
}

.theme-dark .el-steps .el-step__head.is-wait {
  color: #fff;
  border-color: #202C49;
}

.theme-dark .el-steps .el-step__head.is-process {
  color: #fff;
  border-color: #2EBFFF;
}

.theme-dark .el-steps .el-step__head.is-process .el-step__icon {
  background-color: #2EBFFF;
}

.theme-dark .el-steps .el-step__head.is-success .el-step__line {
  background-color: #2EBFFF;
}

.theme-dark .el-steps .el-step__title.is-process {
  color: #D8D9DF
}

/* 抽取表格 */
.theme-dark .el-table--border th {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* 退出登录下拉菜单 */
.theme-dark .el-dropdown-menu__item:focus,
.theme-dark .el-dropdown-menu__item:not(.is-disabled):hover {
  color: #2EBFFF;
}

/* 下拉选这框 */
.theme-dark .el-select .el-input.is-focus .el-input__inner,
.theme-dark .el-select .el-input__inner:focus {
  border-color: #2EBFFF;
}

.theme-dark .el-select-dropdown__item.selected {
  color: #2EBFFF;
  /* color: #FFFFFF; */
}

/* 大屏设计配置菜单的下拉框 */
.theme-dark .public-config .el-input__inner {
  border: 1px solid #5E657A;
}

/* 单选框 */
.theme-dark .el-radio {
  color: #D8DADF;
}
/* 单选框 */
.theme-dark .table-report-wrap .el-radio {
  color: #666;
}

.theme-dark .el-radio__input.is-checked+.el-radio__label {
  color: #2EBFFF;
}

.theme-dark .el-radio__input.is-checked .el-radio__inner {
  border-color: #2ebfff;
  background: #2ebfff;
}

.theme-dark .el-radio__inner:hover {
  border-color: #2ebfff;
}

.theme-dark .el-radio__inner {
  background-color: transparent;
}

/* 滑块开启 */
.theme-dark .el-switch.is-checked .el-switch__core {
  border-color: #2EBFFF;
  background-color: #2EBFFF;
}

/* 透明度滑块 */
.theme-dark .el-slider__bar {
  background-color: #2ebfff;
}

.theme-dark .el-slider__button {
  border: 2px solid #2ebfff;
}

/* 大屏设计编辑器选择数据字段 */
/* .theme-dark .datav-popover {
  background: #3A445E;
  border: 1px solid #3A445E;
}

.theme-dark .datav-popover[x-placement^=top] .popper__arrow::after {
  border-top-color: #3A445E;
}

.theme-dark .datav-popover[x-placement^=top] .popper__arrow {
  border-top-color: #3A445E;
} */

/* 发布弹框选择主题的下来选择树 */
.theme-dark .selectTree {
  background: #3A445E;
  border: 1px solid #3A445E;
}

.theme-dark .selectTree .popper__arrow::after {
  border-top-color: #3A445E;
}

.theme-dark .selectTree .popper__arrow {
  border-top-color: #3A445E;
}

/* md文档样式 */

.theme-dark .markdown-body pre {
  background-color: #243158;
}

.theme-dark .markdown-body p {
  color: #D8D9DF;
}

.theme-dark .markdown-body h1,
.theme-dark .markdown-body h2 {
  border-color: transparent
}

.theme-dark .box_one{
	border-bottom: 1px dashed #5E657A;
}
.theme-dark .page-center .page-main .page-container .container-left .leftData .datas .title .btn{
	background: #2EBFFF;
}

.theme-dark .page-center .page-main .page-container .container-right .right-bottom .content ul li{
	
border: 1px solid #D8D9DF;
color: #D8D9DF;
border-radius: 2px;
}

.theme-dark .dvm-home-page{
	background:linear-gradient(-62deg, #142d6f, #132c6e);
}
.theme-dark .search-index-page .p2{
	color: #F7F7F7;
}
.theme-dark .img_box .box .text{
  padding-top: 5px;
  color: #597ef8;
}

.theme-dark .el-menu--horizontal > .el-menu-item{
  color: #FFFFFF;
}

.theme-dark .page-center .page-main .page-container .container-left .leftData .datas .colles .wenzi{
	color: #D8D9DF;
}

.theme-dark .versSion .verSion-body{
	background-color: #14234e;
}

.theme-dark .versSion .verSion-body .menu{
	background-color: #132049;
}
.theme-dark .etl-page{
	background-color: #1A2E60;
}

.theme-dark .dvm-modelDetails-body{
	background-color: #1a2e60;
}
.theme-dark .markdown-body table td, .markdown-body table th{
	color: #333;
}

.theme-dark .page-center .page-main .page-container .container-left .leftData .datas .title{
	color: #2EBFFF;
}

.theme-dark .el-dialog__body .el-tabs{
  background: #1a2e60;
  border: none;
  
}
.theme-dark .el-tabs__nav-scroll{
  background: #1a2e60;
}

.theme-dark .el-dialog--center .el-dialog__body .data-body .list .menu{
  background: #1a2e60;
}
.theme-dark .data-body .list .tables .el-checkbox__inner{
  background-color: #fff;
}
.theme-dark .el-dialog--center .el-dialog__body .data-body .list .menu .el-checkbox{
  color: #fff;
}
.theme-dark .el-dialog--center .el-dialog__body .data-body .list .menu .el-checkbox .el-checkbox__inner{
  background-color: #fff;
}
.theme-dark .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
  background-color: #3659a6;
  color: #2ebfff;
  border-right-color: #3659a6;
  border-left-color: #3659a6;
  border-bottom: 2px solid #2EBFFF;
}

/* .theme-dark .search-page .search-data .tab .span.active{
  background-color: #0973A7;
} */