@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;
}

.dangerColor[data-v-19ae0bd1] {
  color: #dc5c5c;
  border: none;
  background-color: transparent;
  font-size: 0.14rem;
}
.successColor[data-v-19ae0bd1] {
  color: #00b259;
  border: none;
  background-color: transparent;
  font-size: 0.14rem;
}
.progressColor[data-v-19ae0bd1] {
  color: #487dff;
  border: none;
  background-color: transparent;
  font-size: 0.14rem;
}
.formStyle[data-v-19ae0bd1] {
  width: 90%;
}
.formStyle .el-select[data-v-19ae0bd1] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-19ae0bd1] {
    width: 100%;
    border-radius: 0.08rem;
}
.site_list_box[data-v-19ae0bd1] {
  padding: 0 0.25rem 0 0.25rem;
  box-sizing: border-box;
  height: calc(100vh - 1.7rem);
  overflow: auto;
}
[data-v-19ae0bd1] .el-table img {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: block;
}
.greenState[data-v-19ae0bd1] {
  color: #00b259;
  background-color: rgba(0, 178, 89, 0.2);
  padding: 0.02rem 0.08rem 0.02rem 0.08rem;
  border-radius: 0.05rem;
}
.blueState[data-v-19ae0bd1] {
  color: #487dff;
  background-color: rgba(72, 125, 255, 0.2);
  padding: 0.02rem 0.08rem 0.02rem 0.08rem;
  border-radius: 0.05rem;
}
.demo-table-expand[data-v-19ae0bd1] {
  font-size: 0;
}
.demo-table-expand label[data-v-19ae0bd1] {
  width: 0.9rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-19ae0bd1] {
  margin-bottom: 0;
  width: 100%;
}
[data-v-19ae0bd1] .demo-table-expand .el-form-item__label {
  width: 0.9rem;
  margin-left: 26%;
}
[data-v-19ae0bd1] .demo-table-expand .el-form-item__content {
  margin-left: 17.5%;
}

[data-v-6a58d41c] .el-table th.el-table__cell > .cell {
  display: flex;
  justify-content: left;
  align-items: center;
}
[data-v-6a58d41c] .el-table__column-filter-trigger {
  display: inline-block;
  line-height: 0;
  cursor: pointer;
}
.el-form-item[data-v-6a58d41c] {
  margin-bottom: 0.1rem;
}
.formStyle[data-v-6a58d41c] {
  width: 90%;
}
.formStyle .el-select[data-v-6a58d41c] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-6a58d41c] {
    width: 100%;
    border-radius: 0.08rem;
}
.site_list_box[data-v-6a58d41c] {
  margin: 0.15rem 0.25rem 0 0.25rem;
  box-sizing: border-box;
  height: calc(100vh - 2.2rem);
  overflow: auto;
}
[data-v-6a58d41c] .el-table img {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: block;
}

.noData-box[data-v-24e4f59b] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noData-box .iconImg[data-v-24e4f59b] {
    width: 100%;
}
.noData-box .iconImg .icon[data-v-24e4f59b] {
      padding: 0 0 0 0.35rem;
}
.noData-box .iconImg img[data-v-24e4f59b] {
      width: 1.8rem;
      height: 1.8rem;
}
.noData-box p[data-v-24e4f59b] {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0.1rem 0;
    box-sizing: border-box;
}

.table-box[data-v-43a19a66] {
  width: 100%;
  height: 100%;
}
.cell-content[data-v-43a19a66] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.tooltipHeader[data-v-43a19a66] {
  width: 30%;
  font-size: 0.15rem;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bms-table-box[data-v-43a19a66] {
  width: 100%;
  height: 100%;
}

@charset "UTF-8";
.dataFluter[data-v-1072c9f8] {
  height: 0.22rem;
  line-height: 0.22rem;
  margin-left: 0.05rem;
}
[data-v-1072c9f8] .el-table__body-wrapper {
  background-color: #132033 !important;
}
.el-icon-arrow-right[data-v-1072c9f8]:before {
  color: white;
}
[data-v-1072c9f8] .el-drawer__header {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.23rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.2rem;
}
[data-v-1072c9f8] .el-checkbox__inner::after {
  height: 0.09rem;
  left: 0.06rem;
}
[data-v-1072c9f8] .el-drawer__body {
  padding: 0.25rem !important;
  border-top: 0.01rem solid rgba(64, 80, 108, 0.6);
}
[data-v-1072c9f8] .el-checkbox {
  width: 40%;
  height: 0.2rem;
  margin-bottom: 0.1rem;
}
[data-v-1072c9f8] .el-checkbox__inner {
  width: 0.18rem;
  height: 0.18rem;
}
[data-v-1072c9f8] .el-checkbox__label {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
[data-v-1072c9f8] .el-drawer.rtl {
  width: 56% !important;
  background-color: #1f2a37;
}
[data-v-1072c9f8] .el-table__body-wrapper {
  background-color: #061220;
}
.container[data-v-1072c9f8] {
  height: calc(100vh - 1.7rem);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #132033;
  margin: 0px 0.22rem 0 0.22rem;
}
.table-box[data-v-1072c9f8] {
  height: calc(100vh - 2.8rem);
  width: 100%;
}
.table-box .pag[data-v-1072c9f8] {
    margin-top: 1rem;
}
[data-v-1072c9f8] .el-table th > .cell {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: unset;
}
.dataFluterBtn[data-v-1072c9f8] {
  background: transparent;
  border: 1px solid #3e4b61;
  color: #fff;
  margin-top: 0.38rem;
  display: flex;
}
.dataFluterBtn img[data-v-1072c9f8] {
    width: 0.22rem;
    height: 0.22rem;
}
.marginTop41[data-v-1072c9f8] {
  margin-top: 0.41rem;
}

/* 自定义表格横向滚动条样式 */
.el-table__body-wrapper[data-v-1072c9f8]::-webkit-scrollbar {
  height: 0.12rem;
  /* 设置滚动条高度 */
}
.el-table__body-wrapper[data-v-1072c9f8]::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道颜色 */
  border-radius: 0.06rem;
  /* 轨道圆角 */
}
.el-table__body-wrapper[data-v-1072c9f8]::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #409eff, #67c23a);
  /* 滚动条滑块渐变颜色 */
  border-radius: 0.06rem;
  /* 滑块圆角 */
  border: 2px solid #f1f1f1;
  /* 滑块边框 */
}
.el-table__body-wrapper[data-v-1072c9f8]::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #67c23a, #e6a23c);
  /* 鼠标悬停时滑块颜色 */
}

.table-box[data-v-27eb2803] {
  width: 100%;
  height: 100%;
}
.cell-content[data-v-27eb2803] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.tooltipHeader[data-v-27eb2803] {
  width: 30%;
  font-size: 0.15rem;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bms-table-box[data-v-27eb2803] {
  width: 100%;
  height: 100%;
}

[data-v-1064b277] .el-table__body-wrapper {
  background-color: #061220;
}
.container[data-v-1064b277] {
  height: calc(100vh - 1.7rem);
  margin: 0.25rem 0.25rem 0 0.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #132033;
  padding: 0.1rem 0.1rem 0 0.1rem;
}
.table-box[data-v-1064b277] {
  height: calc(100vh - 2.8rem);
  width: 100%;
}
.table-box .pag[data-v-1064b277] {
    margin-top: 1rem;
}
[data-v-1064b277] .el-table th > .cell {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: unset;
}

.orderSide[data-v-7aeb4976] {
  width: 100%;
  height: 100%;
}

