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

@charset "UTF-8";
/* 搜索框样式 */
.search-container[data-v-f4c266c8] {
  border-radius: 0.1rem;
  display: flex;
}
.search-form[data-v-f4c266c8] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 状态切换样式 */
.status-tabs[data-v-f4c266c8] {
  display: flex;
  margin-bottom: 0.02rem;
  background-color: #203146;
  padding: 0.07rem;
  align-items: center;
}
.tab-item[data-v-f4c266c8] {
  text-align: center;
  padding: 0.1rem 0.2rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.06rem;
  position: relative;
  margin: 0 0.04rem;
  font-size: 0.14rem;
}
.tab-item[data-v-f4c266c8]:hover {
  background-color: rgba(46, 154, 255, 0.1);
}
.tab-item.active[data-v-f4c266c8]::after {
  content: "";
  position: absolute;
  bottom: -0.07rem;
  left: 10%;
  width: 80%;
  height: 0.02rem;
  background-color: #409eff;
  border-radius: 0.02rem;
}

/* 标签等级颜色 */
.tab-level-p1[data-v-f4c266c8] {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: linear-gradient(235deg, #dc5c5c, #ffa9a9);
  margin-right: 0.06rem;
}
.tab-level-p2[data-v-f4c266c8] {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: linear-gradient(235deg, #dc805c, #ffcda9);
  margin-right: 0.06rem;
}
.tab-level-p3[data-v-f4c266c8] {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: linear-gradient(235deg, #5c82dc, #a9deff);
  margin-right: 0.06rem;
}
.tab-level-p5[data-v-f4c266c8] {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: linear-gradient(235deg, #646b76, #a8a8a8);
  margin-right: 0.06rem;
}
.tab-level-p4[data-v-f4c266c8] {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: linear-gradient(235deg, #46c869, #8deaa2);
  margin-right: 0.06rem;
}
.tab-status-active[data-v-f4c266c8] {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff324b, #ff6b81);
  margin-right: 0.06rem;
}
.tab-status-ended[data-v-f4c266c8] {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #67c23a, #85ce61);
  margin-right: 0.06rem;
}

/* 表格容器 */
/* 故障表格样式 */
.fault-table[data-v-f4c266c8] {
  width: 100%;
}

/* 故障等级样式 */
.level-p1[data-v-f4c266c8] {
  color: #ff324b;
  background-color: rgba(255, 50, 75, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}
.level-p2[data-v-f4c266c8] {
  color: #e09d00;
  background-color: rgba(224, 157, 0, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}
.level-p3[data-v-f4c266c8] {
  color: #a9deff;
  background-color: rgba(92, 130, 220, 0.15);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}
.level-p4[data-v-f4c266c8] {
  color: #67c23a;
  background-color: rgba(103, 194, 58, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}
.level-p5[data-v-f4c266c8] {
  color: #909399;
  background-color: rgba(144, 147, 153, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}

/* 状态样式 */
.status-active[data-v-f4c266c8] {
  color: #ff324b;
  background-color: rgba(255, 50, 75, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}
.status-ended[data-v-f4c266c8] {
  color: #67c23a;
  background-color: rgba(103, 194, 58, 0.1);
  padding: 0.02rem 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
}

/* 站点名称容器 */
.site-name-container[data-v-f4c266c8] {
  display: flex;
  align-items: center;
}
.site-link-btn[data-v-f4c266c8] {
  padding: 0;
  margin-left: 0.04rem;
  color: #409eff;
}
.site-link-btn[data-v-f4c266c8]:hover {
  color: #66b1ff;
}

/* 故障详情弹窗样式 */
.fault-dialog[data-v-f4c266c8] {
  background-color: #132033 !important;
  border: none !important;
  border-radius: 0.08rem !important;
}
.fault-dialog .el-dialog__header[data-v-f4c266c8] {
  background-color: #1e293b !important;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1) !important;
  padding: 0.1rem !important;
}
.fault-dialog .el-dialog__title[data-v-f4c266c8] {
  color: #ffffff !important;
  font-size: 0.16rem !important;
  font-weight: 600 !important;
}
.fault-dialog .el-dialog__headerbtn .el-dialog__close[data-v-f4c266c8] {
  color: #89a1bf !important;
}
.fault-dialog .el-dialog__body[data-v-f4c266c8] {
  background-color: #132033 !important;
  padding: 0.2rem !important;
  color: #ffffff !important;
}
[data-v-f4c266c8] .el-dialog__body {
  padding: 0.3rem 0.3rem !important;
}
.fault-dialog-content[data-v-f4c266c8] {
  width: 100%;
}
.dialog-row[data-v-f4c266c8] {
  display: flex;
  margin-bottom: 0.16rem;
  align-items: flex-start;
}
.dialog-label[data-v-f4c266c8] {
  width: 1rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.dialog-value[data-v-f4c266c8] {
  flex: 1;
  font-size: 0.14rem;
  color: #ffffff !important;
  line-height: 1.5;
}
.dialog-value-content[data-v-f4c266c8] {
  flex: 1;
  font-size: 0.14rem;
  color: #ffffff !important;
  padding: 0.2rem 0;
  line-height: 2;
}
.fault-name[data-v-f4c266c8] {
  color: #409eff !important;
}
.solution[data-v-f4c266c8] {
  white-space: pre-wrap;
}
.dialog-divider[data-v-f4c266c8] {
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.2rem 0;
}
.fault-dialog .el-dialog__footer[data-v-f4c266c8] {
  background-color: #132033 !important;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1) !important;
  padding: 0.16rem 0.2rem !important;
  text-align: right;
}
.fault-dialog .el-dialog__footer .el-button[data-v-f4c266c8] {
  background-color: #1e293b !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.fault-dialog .el-dialog__footer .el-button[data-v-f4c266c8]:hover {
  background-color: rgba(46, 154, 255, 0.1) !important;
  border-color: rgba(46, 154, 255, 0.5) !important;
}

/* 分页容器 */
.pagination-container[data-v-f4c266c8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.16rem;
  border-radius: 0.1rem;
}
.page-info[data-v-f4c266c8] {
  color: #89a1bf;
  font-size: 0.14rem;
}

/* 浮窗样式 */
.section_13[data-v-f4c266c8] {
  background-color: #121d2a;
  border-radius: 0.08rem;
  padding: 0.12rem;
  max-width: 9rem;
}
.section_13 .text-wrapper[data-v-f4c266c8] {
    border-radius: 0.08rem;
    margin: 0 0.08rem 0.08rem 0;
    padding: 0.12rem;
    flex: 1;
    min-width: 1.5rem;
    max-width: 1.6rem;
}
.section_13 .text-wrapper.wrapper-0[data-v-f4c266c8] {
      background-color: rgba(255, 50, 75, 0.1);
      color: #ff324b;
}
.section_13 .text-wrapper.wrapper-1[data-v-f4c266c8] {
      background-color: rgba(224, 157, 0, 0.1);
      color: #e09d00;
}
.section_13 .text-wrapper.wrapper-2[data-v-f4c266c8] {
      background-color: rgba(92, 130, 220, 0.15);
      color: #a9deff;
}
.section_13 .text-wrapper.wrapper-3[data-v-f4c266c8] {
      background-color: rgba(103, 194, 58, 0.1);
      color: #67c23a;
}
.section_13 .text-wrapper.wrapper-4[data-v-f4c266c8] {
      background-color: rgba(144, 147, 153, 0.1);
      color: #909399;
}
.section_13 .text-wrapper .title[data-v-f4c266c8] {
      font-size: 0.14rem;
      font-weight: 800;
      margin-bottom: 0.08rem;
      display: block;
}
.section_13 .text-wrapper .text[data-v-f4c266c8] {
      font-size: 0.12rem;
      font-weight: normal;
      line-height: 1.4;
}
.open-icon[data-v-f4c266c8] {
  width: 0.24rem;
  height: 0.2rem;
}

/* 主容器样式 */
.site_list_box[data-v-f4c266c8] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 1.3rem);
  overflow: auto;
  padding: 0.25rem;
  background-color: #0c141c;
}

/* 分页样式 */
[data-v-f4c266c8] .el-pagination button {
  background-color: #132033 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #89a1bf !important;
}
[data-v-f4c266c8] .el-pagination__sizes .el-input .el-input__inner {
  background-color: #132033 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #89a1bf !important;
}
[data-v-f4c266c8] .el-pagination__total {
  color: #89a1bf !important;
}
[data-v-f4c266c8] .el-pagination__jump .el-input .el-input__inner {
  background-color: #132033 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #89a1bf !important;
}
[data-v-f4c266c8] .el-pagination__active {
  background-color: rgba(46, 154, 255, 0.2) !important;
  border: 1px solid rgba(46, 154, 255, 0.5) !important;
  color: #ffffff !important;
}
[data-v-f4c266c8] .el-date-table td.today {
  color: #409eff !important;
}
[data-v-f4c266c8] .el-checkbox__inner {
  width: 0.18rem;
  height: 0.18rem;
}
[data-v-f4c266c8] .el-checkbox__inner::after {
  left: 0.06rem;
  top: 0.03rem;
}

