.logoLine[data-v-0276edc3] {
  width: 100%;
  height: 1px;
  background: #edf2ef;
}
.nav-box[data-v-0276edc3] {
  /* height: 750px; */
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* background: yellow; */
}
.nav-title[data-v-0276edc3] {
  font-size: 13px;
  font-weight: 600;
  color: var(--textSearch);
  margin-left: 20px;
  margin-top: 30px;
}
.elDivider[data-v-0276edc3] {
  margin: 0px;
  margin-top: 12.5px;
  margin-left: 15px;
  background: #edf2ef;
  width: 155px;
  /* background: red; */
}
.elDividerFont[data-v-0276edc3] {
  margin: 0px;
  margin-top: 12.5px;
  margin-left: 55px;
  background: #edf2ef;
}
.nav-item[data-v-0276edc3] {
  height: 55px;
  border-left: 4px solid;
  border-color: #fff;
}
.routerlink[data-v-0276edc3] {
  text-decoration: none;
}
.nav-content[data-v-0276edc3] {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--textRegular);
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.nav-item-title[data-v-0276edc3] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  margin-top: 12.5px;
  margin-left: 10px;
  font-size: var(--sizeLarger);
  font-weight: 400;
  color: var(--textRegular);
}
.closeAllTips[data-v-0276edc3] {
  width: 110px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27ae60;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #d9d9d9;
  border-radius: 18px;
  border: 1px solid #edeef3;
  position: fixed;
  left: 16%;
  top: 22px;
  z-index: 99999;
  cursor: pointer;
}
.activity[data-v-0276edc3] {
  background: var(--themeTintColor);
  color: var(--themeColor);
  border-color: var(--themeColor);
  border-left: 4px solid;
}
.activityTitle[data-v-0276edc3] {
  color: #0dcba3;
  font-weight: 600;
}
.headerContent[data-v-0276edc3] {
  width: 75%;
}
.symbol-icon[data-v-0276edc3] {
  width: 18px;
  height: 18px;
  margin-left: 15px;
  margin-top: 12.5px;
}
.bageImage[data-v-0276edc3] {
  display: flex;
  margin-left: 9px;
}
.alertTips[data-v-0276edc3] {
  width: 846px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #d9d9d9;
  border-radius: 4px;
  border: 1px solid #edeef3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-message[data-v-0276edc3] {
  background: #ffffff !important;
  box-shadow: 0px 0px 8px 0px #d9d9d9 !important;
  border-radius: 4px !important;
  border: 1px solid #edeef3 !important;
  padding: 0 !important;
}
@media (max-width: 1360px) {
.nav-item-title[data-v-0276edc3] {
    width: 0px;
    height: 0px;
    color: white;
}
.elDivider[data-v-0276edc3] {
    margin: 0px;
    margin-top: 12.5px;
    margin-left: 15px;
    background: #edf2ef;
    width: 45px;
}
}

html,
body {
  margin: 0;
  padding: 0;
}
#app {
  min-width: 1360px;
}
.content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.viewbox {
  width: 100%;
}
.leftNav {
  width: 170px;
  /* min-height: calc(100vh - 70px); */
}
.rightView {
  width: calc(100% - 170px);
  background-color: #f6f6f6;
  min-height: calc(100vh - 70px);
  box-shadow: inset 0px 0px 10px 0px rgba(216, 222, 232, 0.5);
  /* background: red; */
}
@media (max-width: 1360px) {
.rightView {
    width: calc(100% - 60px);
}
.leftNav {
    width: 60px;
}
.closeAllTips {
    left: 7% !important;
}
}
@media (min-width: 1361px) and (max-width: 1450px) {
.closeAllTips {
    left: 9% !important;
}
}
@media (min-width: 1450px) and (max-width: 1580px) {
.closeAllTips {
    left: 12% !important;
}
}
@media (min-width: 1581px) and (max-width: 1620px) {
.closeAllTips {
    left: 14% !important;
}
}
@media (min-width: 1621px) {
.closeAllTips {
    left: 15% !important;
}
}
/*更改公共样式 - 以下为表单*/
/* 确认按钮样式 */
.el-button--primary {
  color: #fff !important;
  background-color: #0dcba3 !important;
  border-color: #0dcba3 !important;
  border-radius: 4px;
}
/* 确认按钮的浮动及点击 */
.el-button--primary:focus,
.el-button--primary:hover {
  background: #219452 !important;
  border-color: #219452 !important;
  color: #fff !important;
}
/* 取消按钮的浮动及点击 */
.el-button--info {
  color: #484d4a !important;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.el-button--info:focus,
.el-button--info:hover {
  color: #484d4a;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.el-button--danger {
  color: #FFF;
  background-color: #EB5757;
  border-color: #EB5757;
}
.el-button--danger:focus,
.el-button--danger:hover {
  color: #fff;
  background-color: #C84A4A;
  border-color: #C84A4A;
}
.el-input__inner {
  border: 1px solid #d9d9d9;
}
.el-input__inner::-moz-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.el-input__inner::placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* 谷歌 */
.el-input__inner::-webkit-input-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* 火狐 */
.el-input__inner:-moz-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*ie*/
.el-input__inner:-ms-input-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.el-input__inner:focus {
  border-color: #0dcba3;
}
.el-textarea__inner:focus {
  border-color: #0dcba3;
}
/* 设置detail的行高 */
.el-form-item__content {
  line-height: normal;
  position: relative;
  font-size: 12px;
}
/* 地区选择器 */
.el-select .el-input.is-focus .el-input__inner {
  border-color: #0dcba3;
}
.el-select .el-input__inner:focus {
  border-color: #0dcba3;
}
.el-select-dropdown__item.selected {
  color: #0dcba3;
  font-weight: 700;
}
/* 多选框 */
.el-radio__input.is-checked .el-radio__inner {
  border-color: #27ae60;
  background: #0dcba3;
}
.el-radio__inner:hover {
  border-color: #0dcba3;
}
.el-radio__input.is-checked + .el-radio__label {
  color: #0dcba3;
}
/*  el-tabs*/
.el-tabs__item {
  font-size: 16px;
  font-weight: 600;
}
.el-tabs__item.is-active {
  color: #0dcba3;
  font-size: 16px;
  font-weight: 600;
}
.el-tabs__item:hover {
  color: #0dcba3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.el-tabs__active-bar {
  background-color: #0dcba3;
  height: 3px;
}
.el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: none;
}
/* 方形选择框 */
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #0dcba3;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0dcba3;
  border-color: #0dcba3;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #0dcba3;
}
.el-checkbox__inner:hover {
  border-color: #0dcba3;
}
.el-form-item__label {
  text-align: left;
}
/* 分割线 */
.el-divider {
  background-color: #eeeeee;
}
/* 排序 */
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #0dcba3;
}
.el-table .descending .sort-caret.descending {
  border-top-color: #0dcba3;
}
.el-table thead {
  color: var(--textPool);
  font-size: var(--sizeRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}
/* .el-table th>.cell {
    padding-left: 13px;
} */
/* .el-table--border, .el-table--group {
    border: 0px;
}
.el-table--border{
    border: 0px;
} */
/* 下拉框 */
.el-dropdown-menu__item:hover {
  background: transparent !important;
  color: #0dcba3 !important;
}
/* 分页 */
.el-pager li {
  color: var(--textAbvious);
  font-size: var(--sizeLittle);
  font-weight: 400;
  cursor: default;
}
.el-pager li.active {
  color: #0dcba3;
  cursor: default;
}
.el-pager li:hover {
  color: #0dcba3;
}
.el-pagination__total {
  color: var(--textRegular);
  font-size: var(--sizeLittle);
  font-weight: 600;
}
.el-pagination button:hover {
  color: #0dcba3;
}
/* 选择框的图层 */
.dialog[data-v-3e1ec378] {
  z-index: 3001;
}
/* 标记去掉角标 */
.el-badge__content {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 800;
  color: #eb5757;
  background-color: unset;
  border: 0px solid;
}
/* loading */
.el-loading-mask {
  /* position: absolute; */
  z-index: 99999;
}
/* 表头在safari下的错位问题 */
body .el-table th.gutter {
  display: table-cell !important;
}
body .el-table colgroup.gutter {
  display: table-cell !important;
}
table {
  width: 100% !important;
}
/* 消息 */
.el-notification {
  background: rgba(0, 0, 0, 0.8);
}
.el-notification__content {
  color: #ffffff;
  margin-top: 0px;
}
/* el-hover */
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #f5f7f6 !important;
}
.el-table .success-row {
  background: #edf2ef;
}
/* 三级联动 */
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #0dcba3;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #0dcba3;
}
/* client进度条 */
.el-progress-bar__outer {
  background-color: #EDF2EF;
  border-radius: 4px;
}
.el-progress-bar__inner {
  background-color: #D7EEE0;
  text-align: center;
  border-radius: 4px;
}
.el-progress-bar__innerText {
  color: #0dcba3;
  font-size: 12px;
}
/* table表头修改 可能影响整体 */
.el-table td,
.el-table th {
  padding: 0px !important;
}
.el-pager li {
  cursor: pointer;
}
/* el-tooltip */
.atooltip {
  background: #f0f0f0 !important;
  font-size: 12px;
  font-weight: 400;
  width: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-left: -30px;
}
.atooltip.el-tooltip__popper[x-placement^="bottom"] .popper__arrow {
  border-top-color: #f0f0f0;
}
.atooltip.el-tooltip__popper[x-placement^="bottom"] .popper__arrow:after {
  border-top-color: #f0f0f0;
}
.atooltip.el-tooltip__popper.is-dark {
  color: #7D7D7D;
}
.atooltip.el-tooltip__popper {
  padding: 2px;
}
/* 加减器 */
/* +-号背景 */
.el-input-number__decrease,
.el-input-number__increase {
  background: #ffffff;
}
.el-input__inner {
  border-radius: 4px;
  border: 1px solid #cacfcc;
}
.el-input-number__increase {
  border-left: 1px solid #cacfcc;
}
.el-input-number__decrease {
  border-right: 1px solid #cacfcc;
}
.el-input-number__increase:focus,
.el-input-number__increase:hover {
  color: #0dcba3;
}
.el-input-number__decrease:hover {
  color: #0dcba3;
}
.el-input__inner:hover {
  border-color: #0dcba3;
}
.el-upload-dragger:hover {
  border-color: #0dcba3;
}
.el-upload-dragger:focus {
  border-color: #0dcba3;
}
.el-upload-list__item-name:hover {
  color: #0dcba3 !important;
}
.el-textarea__inner:hover {
  border-color: #0dcba3;
}
.el-input-number:hover .el-input__inner {
  border-color: #0dcba3 !important;
}
/* 日期选择器 */
.el-range-editor.el-input__inner {
  height: 26px;
}
.el-date-editor .el-range__icon {
  line-height: 18px;
}
.el-date-editor .el-range-separator {
  line-height: 18px;
  width: 6%;
}
/* 已选中的颜色 */
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background: #0dcba3;
}
/* 默认今天日期的颜色 */
.el-date-table td.today span {
  color: #0dcba3;
}
/* 鼠标移入的颜色 */
td.available div span:hover {
  color: #0dcba3;
}
/* .el-input--prefix .el-input__inner {
    padding-left: 60px;
} */
/* 鼠标移入的颜色 */
td.available:hover {
  color: #0dcba3 !important;
}
/* 聚焦时候，边框的颜色 */
.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border-color: #0dcba3;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #0dcba3;
}

/* @charset"utf-8" */

/* ---------------------------------------------公共变量------------------------------------------------------- */
:root {
  /* 主题色 */
  --themeColor: #0dcba3;
  --themeTintColor: #F5F6F9;
  /* 字体颜色 - 黑色 - 常规 */
  --textRegular: #484D4A;
  /* 特深 */
  --textSuper: #000000;
  /* 较深*/
  --textAbvious: #4A4A4A;
  /* 次要 */
  --textMinor: #CACFCC;
  /* 搜索框 */
  --textSearch: #9B9B9B;
  /* 多选说明*/
  --textSelect: #243147;
  /* miningPool */
  --textPool: #9AA19D;
  /* 边框 */
  --textBoard: rgba(186, 194, 206, 0.5);
  /* 背景 */
  --textBackground: #F6F6F6;


  /* 字号 - 大标题 */
  --sizeBigTitle: 28px;
  /* 中标题 */
  --sizeMiddleTitle: 20px;
  /* 较大 */
  --sizeLarger: 16px;
  /* 常规 */
  --sizeRegular: 14px;
  /* 小 */
  --sizeLittle: 12px;
}

.pubTitle {
  font-size: var(--sizeBigTitle);
  font-weight: 600;
  color: var(--textSuper);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 34px;
  margin-bottom: 20px;
}

.pubContentBox {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px 0px var(--textBoard);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* height: 650px; */
  height: calc(100vh - 150px);
  /* background: red; */
}

.pubHContentBox {
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px 0px var(--textBoard);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 4px;
  /* height: 650px; */
  height: calc(100vh - 190px);
  /* 这个是单独作用于数据中心下面的厂房页面的,不确定对其他页面是否有影响 */
  overflow-y: auto;

}

.pubLeftAllContent {
  width: 100%;
  height: 100%;
  /* background: red; */
  overflow-y: auto;
}

.pubLeftContent {
  width: 72%;
  height: 100%;
  /* background: yellow; */
  overflow-y: auto;
}

.pubRightContent {
  width: 28%;
  height: 100%;
  overflow-y: auto;
}

/* 字体字号 */
/* 黑色 */
.PubTextOfCommon {
  font-size: var(--sizeRegular);
  font-weight: 400;
  color: var(--textRegular);
  margin-bottom: var(--sizeLittle);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfCommonBold {
  font-size: var(--sizeRegular);
  font-weight: 400;
  color: var(--textRegular);
  margin-bottom: var(--sizeLittle);
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 16px;
}

.PubTextOfCommon28 {
  font-size: var(--sizeBigTitle);
  font-weight: 400;
  color: var(--textRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 34px;
}

.PubTextOfCommon12 {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: var(--textRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfCommon16 {
  font-size: var(--sizeLarger);
  font-weight: 400;
  color: var(--textRegular);
  line-height: 19px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfCommon16Bold {
  font-size: var(--sizeLarger);
  font-weight: 600;
  color: var(--textAbvious);
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* line-height:19px; */

}

.PubTextOfCommon20 {
  font-size: var(--sizeMiddleTitle);
  font-weight: 400;
  color: var(--textRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 24px;
}

.PubTextOfSettingTitle {
  font-size: var(--sizeMiddleTitle);
  font-weight: 600;
  color: var(--textRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 24px;
}

.PubTextOfFiltersTitle {
  font-size: var(--sizeLarger);
  font-weight: 600;
  color: var(--textAbvious);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 22px;
}



/* 灰色 */
.PubTextOfGray12 {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: var(--textPool);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 14px;
}

.PubTextOfGray {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: var(--textPool);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 14px;
}


/* 白色 */
.PubTextOfWhite22 {
  font-size: var(--sizeMiddleTitle);
  font-weight: 600;
  color: #FFFFFF;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfWhite36 {
  font-size: var(--sizeBigTitle);
  font-weight: 600;
  color: #FFFFFF;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* 绿色 */

.PubTextOfGreen {
  font-size: var(--sizeRegular);
  font-weight: 400;
  color: var(--themeColor);
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfGreen12 {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: var(--themeColor);
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* 红色 */
.PubTextOfRed {
  font-size: var(--sizeRegular);
  font-weight: 400;
  color: #eb5757;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfRed12 {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: #eb5757;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.PubTextOfOrg12 {
  font-size: var(--sizeLittle);
  font-weight: 400;
  color: #F2994A;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* ---------------------------------------------公共变量------------------------------------------------------- */

/*更改公共样式 - 以下为表单*/
/* 确认按钮样式 */
.el-button--primary {
  color: #fff !important;
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  border-radius: 4px;
}

/* 确认按钮的浮动及点击 */
.el-button--primary:focus,
.el-button--primary:hover {
  background: var(--themeColor) !important;
  border-color: var(--themeColor) !important;
  color: #fff !important;
}

/* 取消按钮的浮动及点击 */
.el-button--info {
  color: #484d4a !important;
  background-color: rgba(238, 238, 238, 1);
  border-color: rgba(238, 238, 238, 1);
}

.el-button--info:focus,
.el-button--info:hover {
  color: #484d4a;
  background-color: rgba(238, 238, 238, 1);
  border-color: rgba(238, 238, 238, 1);
}

.el-button--danger:focus,
.el-button--danger:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}

.el-input__inner {
  border: 1px solid #D9D9D9;
}

.el-input__inner::-moz-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.el-input__inner::placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* 谷歌 */
.el-input__inner::-webkit-input-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* 火狐 */
.el-input__inner:-moz-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/*ie*/
.el-input__inner:-ms-input-placeholder {
  font-size: var(--sizeRegular);
  font-weight: 600;
  color: var(--textSearch);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.el-input__inner:focus {
  border-color: var(--themeColor);
}

.el-textarea__inner:focus {
  border-color: var(--themeColor);
}

/* 设置detail的行高 */
.el-form-item__content {
  line-height: normal;
  position: relative;
  font-size: 12px;
}

/* 地区选择器 */
.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--themeColor);
}

.el-select .el-input__inner:focus {
  border-color: var(--themeColor);
}

.el-select-dropdown__item.selected {
  color: var(--themeColor);
  font-weight: 700;
}

/* 多选框 */
.el-radio__input.is-checked .el-radio__inner {
  border-color: var(--themeColor);
  background: var(--themeColor);
}

.el-radio__inner:hover {
  border-color: var(--themeColor);
}

.el-radio__input.is-checked+.el-radio__label {
  color: var(--themeColor);
}

/*  el-tabs*/
.el-tabs__item.is-active {
  color: var(--themeColor);
}

.el-tabs__item:hover {
  color: var(--themeColor);
  cursor: pointer;
}

.el-tabs__active-bar {
  background-color: var(--themeColor);
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: none;
}

/* 方形选择框 */
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: var(--themeColor);
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: var(--themeColor);
}

.el-checkbox__inner:hover {
  border-color: var(--themeColor);
}

.el-form-item__label {
  text-align: left;
}

/* 分割线 */
.el-divider {
  background-color: #eeeeee;
}

/* 排序 */
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: var(--themeColor);
}

.el-table .descending .sort-caret.descending {
  border-top-color: var(--themeColor);
}

.el-table thead {
  color: var(--textPool);
  font-size: var(--sizeRegular);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

/* 分页 */
.el-pager li {
  color: var(--textAbvious);
  font-size: var(--sizeLittle);
  font-weight: 400;
  cursor: default;
}

.el-pager li.active {
  color: var(--themeColor);
  cursor: default;
}

.el-pager li:hover {
  color: var(--themeColor);
}

.el-pagination__total {
  color: var(--textRegular);
  font-size: var(--sizeLittle);
  font-weight: 600;
}

/* 选择框的图层 */
.dialog[data-v-3e1ec378] {
  z-index: 3001;
}

/* 标记去掉角标 */
.el-badge__content {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 800;
  color: #eb5757;
  background-color: unset;
  border: 0px solid;
}

/* loading */
.el-loading-mask {
  /* position: absolute; */
  z-index: 99999;
}

/* 表头在safari下的错位问题 */
body .el-table th.gutter {
  display: table-cell !important;
}

body .el-table colgroup.gutter {
  display: table-cell !important;
}

table {
  width: 100% !important;
}

/* 消息 */
.el-notification {
  background: rgba(0, 0, 0, 0.8);
}

.el-notification__content {
  color: #FFFFFF;
  margin-top: 0px;
}

/* el-hover */

.el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: rgba(245, 247, 246, 1) !important;
}

.el-table__body tr.current-row>td {
  background-color: rgba(245, 247, 246, 1) !important;
}

.el-table .success-row {
  background: rgba(237, 242, 239, 1);
}


/* 三级联动 */
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: var(--themeColor);
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: var(--themeColor);
}

/* client进度条 */
.el-progress-bar__outer {
  background-color: #E1E6E3;
  border-radius: 4px;
}

.el-progress-bar__inner {
  background-color: #bde8cf;
  text-align: center;
  border-radius: 4px;
}

.el-progress-bar__innerText {
  color: var(--themeColor);
  font-size: 14px;
}

/* table表头修改 可能影响整体 */
.el-table td,
.el-table th {
  padding: 0px !important;

}

.el-table th>.cell {
  padding-left: 13px;
}

.el-pager li {
  cursor: pointer;
}

.el-button--default:hover {
  color: var(--themeColor);
  border-color: var(--themeColor)
}


.el-date-table .available:hover span {
  color: var(--themeColor);
}

.el-year-table td.today .cell:hover {
  color: var(--themeColor);
}

.el-date-picker__header-label:hover {
  color: var(--themeColor);
}

.el-date-picker__header-label,
.el-month-table td.today .cell,
.el-year-table td.today .cell,
.el-month-table td.current:not(.disabled) .cell,
.el-picker-panel__icon-btn:hover,
.el-month-table td .cell:hover,
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell,
.el-date-table td.today span {
  color: var(--themeColor);
}

.el-year-table td .cell:hover {
  color: var(--themeColor);
}

.el-date-table td.current:not(.disabled) span {
  background-color: var(--themeColor);
}

.el-loading-spinner .path {
  stroke: var(--themeColor);
}

.operation_btn {
  color: var(--themeColor);
  cursor: pointer
}

.el-button--text:focus,
.el-button--text:hover {
  color: var(--themeColor);
}
