@charset "UTF-8";
.tabs[data-v-0f55029d] {
  display: flex;
}
.tabs .tabsItem[data-v-0f55029d] {
    display: flex;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 7px;
}
.tab[data-v-0f55029d] {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  /* border-radius: 7px; */
  font-size: 14px;
  color: white;
  /* 字体颜色为白色 */
  transition: background-color 0.3s, color 0.3s;
}
.tab[data-v-0f55029d]:hover {
  background-color: #00509e;
  /* 悬停时的背景色 */
  border-radius: 7px;
}
.tab.active[data-v-0f55029d] {
  background-color: white;
  /* 被点击的背景颜色 */
  border-radius: 7px;
  color: #003366;
  /* 被点击时的字体颜色 */
}
.content[data-v-0f55029d] {
  margin-top: 20px;
}

.box[data-v-15318928] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@charset "UTF-8";
.el-icon-warning-outline[data-v-6299ad23] {
  margin-left: 8px;
  background-color: transparent !important;
}
.form-label[data-v-6299ad23] {
  color: rgba(255, 255, 255, 0.5);
}
.selectForm[data-v-6299ad23] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-6299ad23] {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-6299ad23] .selectButton .el-input__inner {
  width: 480px !important;
  border-radius: 8px !important;
}
.formStyle[data-v-6299ad23] {
  width: 90%;
}
.formStyle .el-select[data-v-6299ad23] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-6299ad23] {
    width: 100%;
    border-radius: 8px;
}
.el-cascader[data-v-6299ad23] {
  width: 100%;
  border-radius: 8px;
}
.ellipsis[data-v-6299ad23] {
  display: inline-block;
  max-width: 100%;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_13[data-v-6299ad23] {
  background-color: #121d2a;
  height: 145px;
  border-radius: 8px;
  display: flex;
  padding: 0 6px 0 6px;
}
.section_13 .text-wrapper[data-v-6299ad23] {
    border-radius: 8px;
    height: 100px;
    justify-content: flex-center;
    margin: 12px 6px 12px 6px;
    padding: 10px 15px 10px 12px;
}
.section_13 .text-wrapper.wrapper-0[data-v-6299ad23] {
      background-color: rgba(255, 50, 75, 0.1);
      color: #ff324b;
}
.section_13 .text-wrapper.wrapper-1[data-v-6299ad23] {
      background-color: rgba(224, 157, 0, 0.1);
      color: #e09d00;
}
.section_13 .text-wrapper.wrapper-2[data-v-6299ad23] {
      background-color: rgba(0, 132, 255, 0.1);
      color: #0084ff;
}
.section_13 .text-wrapper .title[data-v-6299ad23] {
      height: 14px;
      font-size: 14px;
      font-weight: 800;
      line-height: 14px;
      margin: 6px 0 0 6px;
}
.section_13 .text-wrapper .text[data-v-6299ad23] {
      height: 14px;
      font-size: 12px;
      font-weight: normal;
      line-height: 14px;
      margin: 6px 0 0 6px;
}
.stateRed[data-v-6299ad23] {
  height: 24px;
  background-color: rgba(255, 50, 75, 0.2);
  color: #ff324b;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.stateGreen[data-v-6299ad23] {
  height: 24px;
  background-color: rgba(64, 255, 156, 0.2);
  color: #40ff9c;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.stateBlue[data-v-6299ad23] {
  height: 24px;
  background-color: rgba(0, 132, 255, 0.2);
  color: #0084ff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.site_list_box[data-v-6299ad23] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 0 0 20px 0;
}
[data-v-6299ad23] .el-upload {
  background-color: #2c3743 !important;
  border-radius: 5px !important;
  color: #0084ff !important;
  border: 1px dashed #dfe4ec;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-6299ad23] .el-upload .el-icon-upload {
    font-size: 50px;
}
[data-v-6299ad23] .el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #8f959b;
  border: none;
  outline: 0;
  background-color: #2c3743;
  box-sizing: border-box;
}
[data-v-6299ad23] .el-textarea .el-input__count {
  background: transparent;
}

@charset "UTF-8";
.card[data-v-1fbffda5] {
  /* width: 450px;
  height: 335px; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 25px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.urgent-label[data-v-1fbffda5] {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  padding: 4px 8px;
  border-radius: 0px 8px 0px 13px;
  font-weight: bold;
  /* width: 60px; */
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.redbgc[data-v-1fbffda5] {
  background-color: #ff324b;
}
.yellowbgc[data-v-1fbffda5] {
  background-color: #e09d00;
}
.bluebgc[data-v-1fbffda5] {
  background-color: #0084ff;
}
.horizontal-line[data-v-1fbffda5] {
  height: 1px;
  /* 线的高度 */
  background-color: rgba(255, 255, 255, 0.2);
  /* 线的颜色 */
  width: 100%;
  /* 线的宽度 */
  margin: 15px 0;
  /* 上下间距 */
}
.card-header[data-v-1fbffda5] {
  margin: 21px 0 16px 0;
}
.device-top[data-v-1fbffda5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.device-title[data-v-1fbffda5] {
  /* width: 55px; */
  height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-style: normal;
}
.device-status-on[data-v-1fbffda5] {
  color: #40ff9c;
  background: rgba(64, 255, 156, 0.2);
  border: none;
  border-radius: 50px;
  width: 60px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.device-status-off[data-v-1fbffda5] {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50px;
  width: 60px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.device-count[data-v-1fbffda5] {
  color: #666;
  margin: 6px 0 0 0;
  font-family: "Sans_Regular", sans-serif;
}
.version-info[data-v-1fbffda5] {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.version-infoNoData[data-v-1fbffda5] {
  width: 100%;
  height: 377px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module[data-v-1fbffda5] {
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
}
.moduleItem[data-v-1fbffda5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.moduleName[data-v-1fbffda5] {
  color: rgba(255, 255, 255, 0.5);
}
.versionRed[data-v-1fbffda5] {
  color: #ff324b;
}
.arrowTop[data-v-1fbffda5] {
  margin-left: 5px;
}
.ellipsis[data-v-1fbffda5] {
  display: inline-block;
  max-width: 115px;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@charset "UTF-8";
.selectForm[data-v-07f39ede] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-07f39ede] {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-07f39ede] .selectButton .el-input__inner {
  width: 480px !important;
  border-radius: 8px !important;
}
.formStyle[data-v-07f39ede] {
  width: 90%;
}
.formStyle .el-select[data-v-07f39ede] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-07f39ede] {
    width: 100%;
    border-radius: 8px;
}
.ellipsis[data-v-07f39ede] {
  display: inline-block;
  max-width: 100%;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site_list_box[data-v-07f39ede] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 0 0 20px 0;
}
.el-cascader[data-v-07f39ede] {
  width: 100%;
  border-radius: 8px;
}

@charset "UTF-8";
.selectForm[data-v-105425ba] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-105425ba] {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-105425ba] .selectButton .el-input__inner {
  width: 480px !important;
  border-radius: 8px !important;
}
.formStyle[data-v-105425ba] {
  width: 90%;
}
.formStyle .el-select[data-v-105425ba] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-105425ba] {
    width: 100%;
    border-radius: 8px;
}
.ellipsis[data-v-105425ba] {
  display: inline-block;
  max-width: 100%;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-button--success.is-plain[data-v-105425ba] {
  color: #40ff9c;
  background: rgba(64, 255, 156, 0.2);
  border: none;
  border-radius: 50px;
  width: 50px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-button--danger.is-plain[data-v-105425ba] {
  color: #ff324b;
  background: rgba(255, 50, 75, 0.2);
  border: none;
  border-radius: 50px;
  width: 50px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stateRed[data-v-105425ba] {
  height: 24px;
  background-color: rgba(255, 50, 75, 0.2);
  color: #ff324b;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.stateGreen[data-v-105425ba] {
  height: 24px;
  background-color: rgba(64, 255, 156, 0.2);
  color: #40ff9c;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.stateBlue[data-v-105425ba] {
  height: 24px;
  background-color: rgba(0, 132, 255, 0.2);
  color: #0084ff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.stateGrey[data-v-105425ba] {
  height: 24px;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 15px;
}
.site_list_box[data-v-105425ba] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 0 0 20px 0;
}

.orderSide[data-v-1b396244] {
  width: 100%;
  height: 100%;
  padding: 24px;
}

