@charset "UTF-8";
.tabs[data-v-0f55029d] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tabs .tabsItem[data-v-0f55029d] {
    display: flex;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 0.25rem 0 0 0.25rem;
}
.tabs .siteName[data-v-0f55029d] {
    font-size: 0.23rem;
    padding: 0 0.3rem 0 0;
}
.tab[data-v-0f55029d] {
  height: 0.5rem;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  /* border-radius: 7px; */
  font-size: 0.14rem;
  color: white;
  /* 字体颜色为白色 */
  transition: background-color 0.3s, color 0.3s;
}
.tab[data-v-0f55029d]:hover {
  background-color: #303f50;
  /* 悬停时的背景色 */
}
.tab.active[data-v-0f55029d] {
  background-color: #303f50;
  /* 被点击的背景颜色 */
  color: #63b7f7;
  /* 被点击时的字体颜色 */
}
.content[data-v-0f55029d] {
  margin-top: 0.2rem;
  width: 100%;
  height: 10rem;
}

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

@charset "UTF-8";
[data-v-6299ad23] .el-table__cell div {
  display: flex;
}
.el-icon-warning-outline[data-v-6299ad23] {
  margin-left: 0.08rem;
  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: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-6299ad23] .selectButton .el-input__inner {
  width: 4.8rem !important;
  border-radius: 0.08rem !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: 0.08rem;
}
.el-cascader[data-v-6299ad23] {
  width: 100%;
  border-radius: 0.08rem;
}
.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: 1.45rem;
  border-radius: 0.08rem;
  display: flex;
  padding: 0 0.06rem 0 0.06rem;
}
.section_13 .text-wrapper[data-v-6299ad23] {
    border-radius: 0.08rem;
    height: 1rem;
    justify-content: flex-center;
    margin: 0.12rem 0.06rem 0.12rem 0.06rem;
    padding: 0.1rem 0.15rem 0.1rem 0.12rem;
}
.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: 0.14rem;
      font-size: 0.14rem;
      font-weight: 800;
      line-height: 0.14rem;
      margin: 0.06rem 0 0 0.06rem;
}
.section_13 .text-wrapper .text[data-v-6299ad23] {
      height: 0.14rem;
      font-size: 0.12rem;
      font-weight: normal;
      line-height: 0.14rem;
      margin: 0.06rem 0 0 0.06rem;
}
.stateRed[data-v-6299ad23] {
  height: 0.24rem;
  background-color: rgba(255, 50, 75, 0.2);
  color: #ff324b;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.stateGreen[data-v-6299ad23] {
  height: 0.24rem;
  background-color: rgba(64, 255, 156, 0.2);
  color: #40ff9c;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.stateBlue[data-v-6299ad23] {
  height: 0.24rem;
  background-color: rgba(0, 132, 255, 0.2);
  color: #0084ff;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.site_list_box[data-v-6299ad23] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 2rem);
  overflow: auto;
  padding: 0.25rem 0.25rem 0 0.25rem;
}
[data-v-6299ad23] .el-upload {
  background-color: #2c3743 !important;
  border-radius: 0.05rem !important;
  color: #0084ff !important;
  border: 1px dashed #dfe4ec;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-6299ad23] .el-upload .el-icon-upload {
    font-size: 0.5rem;
}
[data-v-6299ad23] .el-cascader__search-input {
  flex: 1;
  height: 0.24rem;
  min-width: 0.6rem;
  margin: 0.02rem 0 0.02rem 0.15rem;
  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;
}
[data-v-6299ad23] .el-tag.el-tag--info {
  background-color: #506378;
  border-color: transparent;
  color: #56c9ff;
}

@charset "UTF-8";
.card[data-v-1fbffda5] {
  /* width: 450px;
  height: 335px; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.08rem;
  padding: 0.25rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
}
.urgent-label[data-v-1fbffda5] {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  padding: 0.04rem 0.08rem;
  border-radius: 0px 0.08rem 0px 0.13rem;
  font-weight: bold;
  /* width: 60px; */
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  font-size: 0.14rem;
}
.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: 0.01rem;
  /* 线的高度 */
  background-color: rgba(255, 255, 255, 0.2);
  /* 线的颜色 */
  width: 100%;
  /* 线的宽度 */
  margin: 0.15rem 0;
  /* 上下间距 */
}
.card-header[data-v-1fbffda5] {
  margin: 0.21rem 0 0.16rem 0;
}
.device-top[data-v-1fbffda5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.device-title[data-v-1fbffda5] {
  /* width: 55px; */
  height: 0.28rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.28rem;
  text-shadow: 0px 0.02rem 0.04rem 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: 0.5rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.15rem;
  padding: 0 0.1rem 0 0.1rem;
}
.device-status-off[data-v-1fbffda5] {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0.5rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.15rem;
  padding: 0 0.1rem 0 0.1rem;
}
.device-count[data-v-1fbffda5] {
  color: #666;
  margin: 0.06rem 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: 3.77rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module[data-v-1fbffda5] {
  margin-bottom: 0.12rem;
  padding: 0.08rem;
  border-radius: 0.04rem;
  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: 0.05rem;
}
.ellipsis[data-v-1fbffda5] {
  display: inline-block;
  max-width: 1.15rem;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@charset "UTF-8";
.cardStyle[data-v-07f39ede] {
  width: 2.2rem;
  margin: 0.15rem 0.15rem 0 0;
  cursor: pointer;
}
.selectForm[data-v-07f39ede] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-07f39ede] {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-07f39ede] .selectButton .el-input__inner {
  width: 4.8rem !important;
  border-radius: 0.08rem !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: 0.08rem;
}
.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;
  min-height: calc(100vh - 1.3rem);
  max-height: calc(100vh - 1.3rem);
  overflow: auto;
  padding: 0.25rem 0.25rem 0 0.25rem;
  font-size: 0.16rem;
}
.el-cascader[data-v-07f39ede] {
  width: 100%;
  border-radius: 0.08rem;
}

@charset "UTF-8";
[data-v-105425ba] .el-table__cell div {
  display: flex;
}
.selectForm[data-v-105425ba] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-105425ba] {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-105425ba] .selectButton .el-input__inner {
  width: 4.8rem !important;
  border-radius: 0.08rem !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: 0.08rem;
}
.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: 0.5rem;
  width: 0.5rem;
  height: 0.28rem;
  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: 0.5rem;
  width: 0.5rem;
  height: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stateRed[data-v-105425ba] {
  height: 0.24rem;
  background-color: rgba(255, 50, 75, 0.2);
  color: #ff324b;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.stateGreen[data-v-105425ba] {
  height: 0.24rem;
  background-color: rgba(64, 255, 156, 0.2);
  color: #40ff9c;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.stateBlue[data-v-105425ba] {
  height: 0.24rem;
  background-color: rgba(0, 132, 255, 0.2);
  color: #0084ff;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.stateGrey[data-v-105425ba] {
  height: 0.24rem;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
}
.site_list_box[data-v-105425ba] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 2rem);
  overflow: auto;
  padding: 0.25rem 0.25rem 0 0.25rem;
}

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

