@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, html {
  height: 100%;
  color: #222222;
  font-family: Montserrat-Medium, PingFang SC, Microsoft YaHei, Arial, sans-serif;
}
/* 此文件要在element主样式文件之后引入 */
/* 用了这种方法后，你不需要重写任何elementplus组件的颜色 */
:root {
  --el-color-primary-dark: $theme-color;
}
/* 核心组件的变量，下面这些样式是必须要写的 */
.el-link.el-link--primary:hover {
  color: var(--el-color-primary-light-2) !important;
}
.el-tag {
  --el-tag-bg-color: var(--el-color-primary-light-9);
  --el-tag-border-color: var(--el-color-primary-light-8);
  --el-tag-text-color: var(--el-color-primary);
  --el-tag-hover-color: var(--el-color-primary);
}
.el-button--default:active {
  border-color: var(--el-color-primary-dark) !important;
}
.el-button--primary {
  --el-button-bg-color: var(--el-color-primary);
  --el-button-border-color: var(--el-color-primary) !important;
  --el-button-hover-bg-color: var(--el-color-primary-light-2);
  --el-button-hover-border-color: var(--el-color-primary-light-2);
  --el-button-active-bg-color: var(--el-color-primary-dark);
  --el-button-active-border-color: var(--el-color-primary-dark);
}
.el-input__inner {
  line-height: 3;
}
.el-tabs__active-bar.is-top {
  transform: translateX(20px);
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 20px;
}
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 20px;
}
.el-tabs__nav-wrap::after {
  height: 1px;
}
.el-tabs__item {
  font-size: 14px;
  font-weight: 400;
}
.el-tabs__item.is-active {
  font-weight: 600;
}
.el-tabs__item:not(.is-active) {
  color: #888888;
}
.el-tabs__header {
  margin: 0;
}
.el-tabs__content {
  padding: 16px 20px 0;
}
.el-form-item__label {
  color: #222222;
}
.el-form-item {
  margin-bottom: 16px;
}
.el-form-item__error {
  padding-top: 4px;
}
.el-autocomplete {
  width: 100%;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #222222;
}
.form-item-select {
  width: 100%;
}
.el-select .el-input__wrapper {
  box-sizing: border-box;
}
.el-select .el-input__wrapper .el-input {
  border: 1px solid #D1D1D1;
  --el-input-placeholder-color: $text-color9;
}
.el-select .el-input__wrapper .el-input__inner {
  height: 30px;
  line-height: 20px;
  color: #222222;
}
.el-select .el-input__wrapper .el-input__suffix-inner .el-icon {
  color: #222;
  font-size: 16px;
}
.el-select .el-select__tags .el-select-tags-wrapper .el-tag {
  height: 28px;
}
.el-select .el-select__tags .el-select-tags-wrapper .el-tag .el-tag__content {
  display: flex;
}
.el-cascader .el-cascader__tags .el-tag {
  height: 29px;
  margin: 4px 0 2px 6px;
}
.el-cascader__search-input {
  height: 30px;
  margin: 3px 0 2px 11px;
}
.el-input {
  --el-input-placeholder-color: $text-color9;
}
.el-upload__tip {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.el-dialog__footer {
  text-align: center;
  padding-top: 0;
}
.el-overlay-dialog {
  display: flex;
}
.el-overlay-dialog .el-dialog {
  margin: auto;
}
.el-dialog__header {
  border-bottom: 1px solid #D1D1D1;
}
.tip-dialog {
  margin-top: calc((100vh - 295px) / 2);
}
.chart-dialog {
  width: 44%;
  height: 52vh;
  margin-top: 24vh;
}
.functional-evaluation-dialog {
  width: 900px;
  overflow-y: auto;
}
.functional-evaluation-dialog .el-dialog__body {
  padding-bottom: 24px;
  max-height: calc(80vh - 166px);
  overflow-y: auto;
}
.el-dialog__header {
  margin-right: 0;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  color: #222222;
}
.el-dialog__header .el-dialog__title {
  font-weight: 600;
  line-height: 24px;
}
.el-dialog__header .el-dialog__headerbtn {
  top: 0;
  width: fit-content;
  right: 20px;
}
.el-dialog__header .el-dialog__close {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #666;
  margin-left: 16px;
}
.el-dialog__header .el-dialog__close::before {
  content: "\e66b";
}
.el-dialog__header .el-dialog__close svg {
  display: none;
}
.el-dialog {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  border-radius: 4px;
}
.el-dialog__body {
  padding: 20px 16px 40px 20px;
  flex: 1;
  min-height: 140px;
  max-height: calc(80vh - 52px - 56px);
  line-height: 20px;
  box-sizing: border-box;
  color: #222;
  overflow: scroll;
}
.el-dialog.lg-dialog {
  width: 71vw;
  height: 71vh;
  margin-top: 14.5vh;
}
.el-dialog.md-dialog {
  width: 860px;
  height: 530px;
  margin-top: calc((100vh - 530px) / 2);
}
.el-dialog.sm-dialog {
  width: 440px;
  max-height: 295px;
  margin-top: calc((100vh - 295px) / 2);
}
.hiden-frequently-dialog-header > .el-dialog__header::after {
  display: none;
}
.create-project-dialog {
  width: 960px;
  height: 580px;
}
.create-project-dialog .el-dialog__body {
  padding: 20px;
  overflow: hidden;
}
.el-table .el-table__inner-wrapper thead tr {
  border: 1px solid #E8E8E8;
}
.el-table .cell {
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
}
.el-table .cell .iconfont {
  font-size: 20px;
}
.el-table .el-table__body-wrapper::-webkit-scrollbar {
  width: 7px;
}
.el-table .el-table__body-wrapper::-webkit-scrollbar-track {
  border-radius: 7px;
  background: none;
}
.el-table .el-table__body-wrapper::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.5);
}
.el-table th.is-leaf {
  background: #F5F5F5;
}
.el-table thead .cell {
  color: #666;
  word-break: keep-all;
}
.el-table tbody .cell {
  color: #222;
}
.el-table tbody .el-table__cell {
  padding: 10px 0;
}
.el-table .el-table__header thead tr th {
  padding: 7px 0;
}
.el-table .el-table__header thead tr th:first-child {
  border-radius: 4px 0 0 0;
}
.el-table .el-table__header thead tr th:last-child {
  border-radius: 0 4px 0 0;
}
.el-loading-mask.is-fullscreen {
  background: rgba(0, 0, 0, 0.5);
}
.el-loading-spinner::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3csvg%20width='82'%20height='81'%20viewBox='0%200%2082%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_7196_27)'%3e%3cpath%20d='M55.0738%2066.9361C64.7055%2061.8273%2071.2659%2051.6972%2071.2659%2040.0348C71.2659%2023.228%2057.6413%209.60336%2040.8345%209.60336C24.0277%209.60336%2010.403%2023.228%2010.403%2040.0348'%20stroke='%23FF8100'%20stroke-width='4'%20stroke-linecap='round'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7196_27'%20x='0.403046'%20y='3.60336'%20width='80.8628'%20height='77.3332'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='4'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7196_27'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7196_27'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;
  background-size: 40px 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(540deg);
  }
}
.el-loading-spinner .el-loading-text {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.el-loading-spinner .circular {
  display: none;
}
.el-button {
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  color: #222222;
}
.el-button:focus {
  border: 1px solid #D1D1D1;
  background-color: var(--el-color-white);
  color: #222222;
}
.el-button:hover {
  border: 1px solid #FF8100;
  background-color: #FFFFFF;
  color: #FF8100;
}
.el-button:focus-visible {
  outline: none;
}
.el-button > span {
  line-height: 20px;
}
.el-button--primary {
  border: 1px solid #FF8100;
  color: #FFFFFF;
  background-color: #FF8100;
}
.el-button--primary:focus {
  border: 1px solid #FF8100;
  color: #FFFFFF;
  background-color: #FF8100;
}
.el-button--primary:hover {
  background-color: #FF8100;
  border: 1px solid #FF8100;
  color: #FFFFFF;
}
.el-button--info {
  border: 1px solid #FF8100;
  color: #FF8100;
  background-color: #FFFFFF;
}
.el-button--info:focus {
  border: 1px solid #FF8100;
  color: #FF8100;
  background-color: #FFFFFF;
}
.el-button--info:hover {
  border: 1px solid #ffA833;
  background-color: #ffA833;
  color: #FFFFFF;
}
.el-button--danger {
  border: 1px solid #F14846 !important;
  color: #FFFFFF !important;
  background-color: #F14846 !important;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover,
.el-button.is-disabled:active {
  border: 1px solid #E8E8E8 !important;
  border-color: #E8E8E8 !important;
  color: #CCCCCC !important;
  background-color: #F5F5F5 !important;
}
.el-button.is-disabled .iconfont,
.el-button.is-disabled:focus .iconfont,
.el-button.is-disabled:hover .iconfont,
.el-button.is-disabled:active .iconfont {
  color: #CCCCCC !important;
}
.el-button.el-button--primary.is-disabled,
.el-button.el-button--primary.is-disabled:focus,
.el-button.el-button--primary.is-disabled:hover {
  border: 1px solid #E8E8E8 !important;
  border-color: #E8E8E8 !important;
  color: #CCCCCC !important;
  background-color: #F5F5F5 !important;
}
.el-button.el-button--primary.is-disabled .iconfont,
.el-button.el-button--primary.is-disabled:focus .iconfont,
.el-button.el-button--primary.is-disabled:hover .iconfont {
  color: #CCCCCC !important;
}
.el-button.el-button--small > span {
  line-height: 12px;
}
.el-button.el-button--info.has-iconfont:hover {
  border: 1px solid #FF8100;
  background-color: #fff1e5;
  color: #FF8100;
}
.el-button--primary.is-plain {
  background-color: #FFFFFF;
  color: #ff8100;
}
.el-button--primary.is-plain:hover {
  background-color: var(--el-color-primary);
  color: #FFFFFF;
}
.el-button--primary.is-plain:hover .iconfont {
  color: var(--el-color-white);
}
.el-button--primary.is-plain .iconfont {
  color: var(--el-color-primary);
}
.el-button--primary.setBottom {
  background-color: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}
.el-button--primary.setBottom:hover {
  background-color: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}
.el-button--primary.setBottom:hover .iconfont {
  color: var(--el-color-primary);
}
.el-button--primary.setBottom .iconfont {
  color: var(--el-color-primary);
}
.el-button.noSetBottom {
  background-color: #FFFFFF;
  border-color: var(--el-button-border-color);
  color: var(--el-button-text-color);
}
.el-button.noSetBottom:hover {
  background-color: #FFFFFF;
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}
.el-button.noSetBottom:hover .iconfont {
  color: var(--el-color-primary);
}
.el-button.noSetBottom .iconfont {
  color: var(--el-button-text-color);
}
.el-button--primary.is-color {
  background-color: #FFFFFF;
  color: var(--el-color-primary);
}
.el-button--primary.is-color:hover {
  background-color: var(--el-color-primary);
  color: var(--el-color-white);
}
.el-button--primary.is-color:hover .iconfont {
  color: var(--el-color-white);
}
.el-button--primary.is-color .iconfont {
  color: var(--el-color-primary);
}
.el-button.mr20:hover {
  background-color: var(--el-color-white);
}
.el-button.black-color {
  background-color: #FFFFFF;
  border-color: var(--el-button-border-color);
  color: var(--el-button-text-color);
}
.el-button.black-color:hover {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}
.el-radio__inner::after {
  background-color: var(--el-color-primary);
}
.el-radio__input.is-checked .el-radio__inner {
  background: var(--el-color-white);
  border: 5px solid #FF8100;
}
.el-radio__input.is-checked .el-radio__inner::after {
  width: 0px;
  height: 0px;
}
.el-radio {
  font-size: 16px;
  --el-radio-input-height: 16px;
  --el-radio-input-width: 16px;
}
.el-radio .el-radio__inner {
  border-color: #D1D1D1;
}
.el-radio .el-radio__inner:hover {
  color: #FF8100;
}
.el-radio .el-radio__input.is-disabled .el-radio__inner {
  background-color: #F5F5F5;
  border-color: #E8E8E8;
}
.el-radio .el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #FFFFFF;
  border-color: #FFCD99;
}
.el-radio .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #FFCD99;
}
.el-radio.el-radio--large .el-radio__inner {
  width: 16px;
  height: 16px;
}
.el-radio__label {
  color: #222222;
}
.el-radio__input.is-checked + .el-radio__label {
  color: #222222;
}
.design-message-box {
  padding-bottom: 15px;
}
.design-message-box .el-message-box__header {
  padding: 14px 0;
  margin: 0 20px;
  border-bottom: 1px solid #D1D1D1;
}
.design-message-box .el-message-box__header .el-message-box__headerbtn {
  right: 0;
}
.design-message-box .el-message-box__content {
  padding: 40px 20px;
  color: #000;
  font-size: 14px;
}
.design-message-box .el-message-box__btns {
  justify-content: center;
}
.design-message-box.old-project-message-box {
  max-width: min-content;
  min-width: 400px;
}
.design-message-box.old-project-message-box .el-message-box__btns {
  flex-wrap: nowrap;
}
.el-message .el-message__content {
  line-height: 20px;
  color: #222222;
}
.el-message .el-message__closeBtn {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #666;
  margin-left: 16px;
}
.el-message .el-message__closeBtn::before {
  content: "\e66b";
}
.el-message .el-message__closeBtn svg {
  display: none;
}
.el-message.el-message--info {
  border: 1px solid #2196F3;
  background-color: #EEF6FD;
}
.el-message.el-message--info .el-message-icon--info {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #2196F3;
  margin-right: 8px;
}
.el-message.el-message--info .el-message-icon--info::before {
  content: "\e6bd";
}
.el-message.el-message--info .el-message-icon--info svg {
  display: none;
}
.el-message.el-message--success {
  border: 1px solid #1CC40A;
  background-color: #E8F9E6;
}
.el-message.el-message--success .el-message-icon--success {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #1CC40A;
  margin-right: 8px;
}
.el-message.el-message--success .el-message-icon--success::before {
  content: "\e69f";
}
.el-message.el-message--success .el-message-icon--success svg {
  display: none;
}
.el-message.el-message--warning {
  border: 1px solid #FF8100;
  background-color: #FFF4E7;
}
.el-message.el-message--warning .el-message-icon--warning {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #FF9200;
  margin-right: 8px;
}
.el-message.el-message--warning .el-message-icon--warning::before {
  content: "\e6bb";
}
.el-message.el-message--warning .el-message-icon--warning svg {
  display: none;
}
.el-message.el-message--error {
  border: 1px solid #F44336;
  background-color: #FFEAEA;
}
.el-message.el-message--error .el-message-icon--error {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #F44336;
  margin-right: 8px;
}
.el-message.el-message--error .el-message-icon--error::before {
  content: "\e69e";
}
.el-message.el-message--error .el-message-icon--error svg {
  display: none;
}
.before-lang-change {
  min-height: 248px;
  min-width: 440px;
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.before-lang-change .el-message-box__header {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
}
.before-lang-change .el-message-box__header .el-message-box__close {
  font-size: 20px;
  color: #666;
}
.before-lang-change .el-message-box__header .el-message-box__title {
  line-height: 24px;
}
.before-lang-change .el-message-box__content {
  flex: 1;
  padding: 40px 20px;
  font-size: 14px;
  color: #222;
}
.before-lang-change .el-message-box__btns {
  justify-content: center;
}
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
  color: #666;
}
.el-message-box__headerbtn .el-message-box__close {
  color: #666;
}
.el-drawer__header {
  padding: 15px 0 13px 0;
  margin: 0 20px;
  color: #222;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #D9D9D9;
}
.el-drawer__body {
  border-top: none;
}
.el-drawer__footer {
  padding-top: 20px;
}
.azimuth-box-popver {
  width: 108px !important;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azimuth-box-popver .azimuth-box {
  width: 48px;
  height: 48px;
}
.azimuth-box-popver .azimuth-box-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 24px;
  color: #707070;
}
.max-length-tooltip {
  max-width: 400px;
}
.el-popover.el-popper {
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
}
.el-input.is-disabled .el-input__wrapper {
  background-color: #f5f5f5;
  color: #ccc;
}
.el-input .el-input__inner {
  --el-input-placeholder-color: $text-color9;
  color: #222222;
}
.el-input .el-input__inner::placeholder {
  color: #999999;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label::before {
  line-height: 20px;
  color: #F14846;
}
.el-form-item.is-error.is-required .el-input__wrapper {
  box-shadow: 0 0 0 1px #d1d1d1 inset;
}
.el-form-item.is-error.is-required .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset;
}
.el-form-item.is-error.is-required .el-form-item__error {
  color: #F14846;
}
.el-input-number .el-input-number__decrease, .el-input-number .el-input-number__increase {
  width: 23px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.el-input-number .el-input .el-input__wrapper {
  padding-left: 12px;
}
.el-input-number .el-input .el-input__inner {
  text-align: left;
}
.el-input {
  height: 32px;
}
.el-checkbox .el-checkbox__inner {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.el-checkbox .el-checkbox__inner::after {
  height: 6px;
  left: 5px;
  top: 2px;
}
.el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #FF8100;
}
.el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::after {
  border: 1.8px solid #fff;
  border-left: 0;
  border-top: 0;
}
.el-checkbox .el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #F5F5F5;
  border: 1px solid #E8E8E8;
}
.el-checkbox .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFFFFF;
  border: 1px solid #FFCD99;
}
.el-checkbox .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border: 1.5px solid #FFCD99;
  border-left: 0;
  border-top: 0;
}
.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #FFFFFF;
}
.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  background-color: #FF8100;
}
.el-checkbox .el-checkbox__input.is-indeterminate.is-disabled .el-checkbox__inner {
  background-color: #FFFFFF;
  border: 1px solid #FFCD99;
}
.el-checkbox .el-checkbox__input.is-indeterminate.is-disabled .el-checkbox__inner::before {
  background-color: #FFCD99;
}
.el-checkbox__label {
  color: #222;
}
.el-tag {
  color: #222222;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  background-color: #FFFFFF;
}
.el-tag .el-tag__content {
  line-height: 20px;
}
.el-tag--primary {
  border: 1px solid #FF8100;
  background-color: #FFF4E7;
}
.el-tag--info {
  background-color: #F5F5F5;
}
.el-switch .el-switch__core {
  border-color: var(--el-switch-border-color, #CCCCCC);
  background-color: #CCCCCC;
}
.el-switch.is-checked .el-switch__core {
  border-color: var(--el-switch-border-color, #FF8100);
  background-color: #FF8100;
}
.el-switch.is-disabled .el-switch__core {
  border-color: var(--el-switch-border-color, #F2F2F2);
  background-color: #F2F2F2;
}
.el-switch.is-checked.is-disabled .el-switch__core {
  border-color: var(--el-switch-border-color, #FFCD99);
  background-color: #FFCD99;
}
.el-date-editor .el-input__prefix-inner {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #666;
  margin-right: 16px;
}
.el-date-editor .el-input__prefix-inner::before {
  content: "\e67c";
}
.el-date-editor .el-input__prefix-inner .el-icon {
  display: none;
}
.is-disabled.el-input--prefix .el-input__prefix-inner {
  color: #CCC;
}
.el-input__suffix-inner .el-input__clear {
  font-style: normal;
  font-family: "iconfont" !important;
  font-size: 16px;
  margin-right: 8px;
}
.el-input__suffix-inner .el-input__clear::before {
  content: "\e6bc";
}
.el-input__suffix-inner .el-input__clear svg {
  display: none;
}
.el-popper {
  box-shadow: 0px 2px 16px 0px #00000029;
  border: none;
  font-size: 14px;
  padding: 8px 12px;
}
.customer-tooltip {
  max-width: 400px;
  min-width: 80px;
}
.el-dropdown {
  color: #222;
}
.el-dropdown-menu {
  padding: 8px 0;
}
.el-dropdown-menu__item {
  color: #222;
  min-width: 100px;
}
.el-dropdown-menu__item:hover {
  background-color: #FFF4E7;
  color: #ff8100;
}
.el-dropdown-menu__item.active {
  background-color: #FFF4E7;
  color: #ff8100;
}
.el-collapse {
  --el-collapse-content-text-color: #222;
}
.el-collapse-item__arrow.is-active {
  transform: rotate(-90deg);
}
.el-collapse-item__arrow {
  transform: rotate(90deg);
}
.el-divider--horizontal {
  --el-border-color: #e8e8e8;
}
.box-shadow {
  box-shadow: 0 0 8px 0 rgba(100, 100, 100, 0.5);
}
p {
  font-size: 14px;
}
li {
  list-style-type: none;
}
.cur {
  cursor: pointer;
}
.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.theme-color {
  color: var(--el-color-primary);
}
.width100 {
  width: 100%;
}
.for-container {
  width: 100%;
  height: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.text-r {
  text-align: right;
}
.text-c {
  text-align: center;
}
.flex-r {
  flex-direction: row-reverse;
}
.dis-flex {
  display: flex;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr15 {
  margin-right: 15px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.flex1 {
  flex: 1;
}
.big-title {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 33px;
  margin-bottom: 20px;
}
.pro-form-wrap {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
}
.pro-form-header {
  display: flex;
  align-items: center;
  height: 52px;
  margin: 0 24px 0 16px;
  padding-left: 4px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.pro-form-content {
  height: calc(100% - 54px);
  padding: 0 24px 20px 16px;
  overflow: hidden;
}
.pro-form-footer {
  position: absolute;
  bottom: 8px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 16px 0;
  box-sizing: border-box;
}
/**************滚动条样式 start****************/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
  background: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #dadada;
}
/**************滚动条样式 end****************/
.plain-theme-btn {
  color: var(--el-color-primary);
  border-color: var(--el-color-primary);
}
.el-input__inner {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.download-disable {
  cursor: not-allowed;
}
.download-disable .download-icon {
  color: #D8D8D8;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-header-show-all thead .el-table__cell {
  overflow: overlay;
  text-overflow: unset;
  /*定义滚动条高宽及背景*/
  /*定义滚动条*/
}
.list-header-show-all thead .el-table__cell::-webkit-scrollbar-track {
  display: inline-block;
  height: 5px;
}
.list-header-show-all thead .el-table__cell::-webkit-scrollbar {
  height: 5px;
}
.list-header-show-all thead .el-table__cell::-webkit-scrollbar-thumb {
  height: 5px;
}
.list-header-show-all thead .el-table__cell .cell {
  padding: 0 10px;
  word-break: keep-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custome-table-header-scroll thead td {
  overflow: overlay;
  text-overflow: unset;
  /*定义滚动条高宽及背景*/
  /*定义滚动条*/
}
.custome-table-header-scroll thead td::-webkit-scrollbar-track {
  display: inline-block;
  height: 5px;
}
.custome-table-header-scroll thead td::-webkit-scrollbar {
  height: 5px;
}
.custome-table-header-scroll thead td::-webkit-scrollbar-thumb {
  height: 5px;
}
.custome-table-header-scroll thead td > div {
  word-break: keep-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custome-table-header-scroll thead td .long_title {
  min-height: 20px;
}
.el-upload-dragger {
  padding: 24px 20px;
}
.form-error-tip-relative .el-form-item__content .el-form-item__error {
  position: relative;
}
.keyword-match {
  font-weight: bold;
}
.system-detail-dialog .el-dialog__body {
  padding: 20px 20px 0 20px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.system-detail-dialog .el-dialog__body .pv-detail-form, .system-detail-dialog .el-dialog__body .inverter-detail-form, .system-detail-dialog .el-dialog__body .battery-detail-form {
  position: static !important;
}
.system-detail-dialog .el-dialog__body .pv-detail-form .el-form-item, .system-detail-dialog .el-dialog__body .inverter-detail-form .el-form-item, .system-detail-dialog .el-dialog__body .battery-detail-form .el-form-item {
  width: 48%;
}
.system-detail-dialog .el-dialog__body .pv-detail-form .el-form-item:nth-child(2n), .system-detail-dialog .el-dialog__body .inverter-detail-form .el-form-item:nth-child(2n), .system-detail-dialog .el-dialog__body .battery-detail-form .el-form-item:nth-child(2n) {
  padding-right: 0;
}
.system-detail-dialog .el-dialog__body .pv-detail-form .model-tips, .system-detail-dialog .el-dialog__body .inverter-detail-form .model-tips, .system-detail-dialog .el-dialog__body .battery-detail-form .model-tips {
  margin-top: 2px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.system-detail-dialog .el-dialog__footer {
  padding-top: 20px;
}
.system-loading-detail-dialog .el-dialog__body {
  overflow: hidden;
}
.input-error-block .el-form-item__error {
  position: static !important;
  line-height: 14px !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  user-select: none;
}
.select-text {
  user-select: text;
}
.outline-none {
  outline: none;
}
.w-full {
  width: 100%;
}
.w-80 {
  width: 80%;
}
.w-60 {
  width: 60%;
}
.w-50 {
  width: 50%;
}
.w-40 {
  width: 40%;
}
.bg-white {
  background-color: #fff;
}
.text-primary {
  color: #FF8100;
}
.text-222 {
  color: #222222;
}
.text-333 {
  color: #333;
}
.text-666 {
  color: #666666;
}
.text-999 {
  color: #999999;
}
.bold {
  font-weight: bold;
}
.bold-500 {
  font-weight: 500;
}
.bold-400 {
  font-weight: 400;
}
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.text-ell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.text-wrap {
  white-space: wrap;
}
.break-all {
  word-break: break-all;
}
.align-right {
  text-align: right;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.shrink-0 {
  flex-shrink: 0;
}
.mr-0 {
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mr-4 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-24 {
  margin-right: 24px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-24 {
  margin-left: 24px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.pr-0 {
  padding-right: 0;
}
.pr-2 {
  padding-right: 2px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-24 {
  padding-right: 24px;
}
.pl-0 {
  padding-left: 0;
}
.pl-2 {
  padding-left: 2px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-24 {
  padding-left: 24px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pt-0 {
  padding-top: 0;
}
.pt-2 {
  padding-top: 2px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-24 {
  padding-top: 24px;
}/*原本使用的是ttf文件,自己压缩使用*/
@font-face {
  font-family: "Montserrat-Medium";
  src: url('/assets/Montserrat-Medium-CSRYRkhh.woff2');
  font-display:swap;
}
.dialog-footer button[data-v-09924453]:first-child {
  margin-right: 10px;
}
.alway-header[data-v-1f50a00f] {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
}#app {
  height: 100%;
}