.lt-content[data-v-27b23ee6] {
  /* background-color: #f9f9f9; */
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lt-content .item-left[data-v-27b23ee6] {
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.lt-content .item-left .item-left-title[data-v-27b23ee6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 !important;
  border-bottom: 1px solid #eee;
  position: relative;
  min-height: unset !important;
}
.lt-content .item-right[data-v-27b23ee6] {
  width: calc(100% - 300px);
}
.filter-list[data-v-27b23ee6] {
  height: 580px;
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.filter-list li[data-v-27b23ee6] {
  padding-left: 24px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filter-list li span[data-v-27b23ee6] {
  font-size: 14px;
}
.filter-list li .item_icon_box[data-v-27b23ee6] {
  display: none;
}
.filter-list li .item_icon_box i[data-v-27b23ee6] {
  margin-left: 8px;
}
.filter-list li .item_icon_box i[data-v-27b23ee6]:hover {
  color: #1E90FF;
}
.filter-list li.selected[data-v-27b23ee6] {
  background-color: #f0f7ff !important;
  color: #409eff;
}
.filter-list li.selected i[data-v-27b23ee6]:hover {
  color: #fff;
}
.filter-list li[data-v-27b23ee6]:hover {
  background-color: rgba(241, 241, 241, 0.5);
  cursor: pointer;
}
.filter-list li:hover .item_icon_box[data-v-27b23ee6] {
  display: block;
}
.search-content[data-v-c9b3640c] {
  padding: 0 10px;
}
.search-content .search-box[data-v-c9b3640c] {
  width: 800px;
  margin: 0 auto;
}
.search-content .search-box .search-right[data-v-c9b3640c] {
  width: 60%;
  padding-left: 10px;
}
.search-content .search-box .search-right .search-ipt-box[data-v-c9b3640c] {
  padding-left: 20px;
}
.search-content .search-box .search-right .el-radio-group[data-v-c9b3640c] {
  margin-left: 20px;
  margin-top: 20px;
  max-height: 480px;
  overflow: scroll;
}
.search-content .search-box .search-right .el-radio[data-v-c9b3640c] {
  height: 32px;
  display: block;
}
.pre-content[data-v-2383052f] {
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
}
[data-v-4034fc37] .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important;
}
[data-v-4034fc37] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 3px;
}
.el-card[data-v-4034fc37] {
  margin-bottom: 20px;
}
[data-v-4034fc37] .el-card__body {
  padding: 0 20px 10px;
}
.number-format[data-v-4034fc37] {
  text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 30px lightblue, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
}
.image-content[data-v-4034fc37] {
  margin-bottom: 20px;
}
.image-content .image-type[data-v-4034fc37] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-content .image-box[data-v-4034fc37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.image-content .image-box .image-remark[data-v-4034fc37] {
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.inspection-content[data-v-4034fc37] {
  margin-bottom: 20px;
}
.inspection-content .inspection-type[data-v-4034fc37] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inspection-content .inspection-box[data-v-4034fc37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.inspection-content .inspection-box .inspection-item[data-v-4034fc37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inspection-content .inspection-box .inspection-item .inspection-item-title[data-v-4034fc37] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.inspection-content .inspection-box .inspection-item .inspection-item-value[data-v-4034fc37] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.inspection-content .inspection-box .inspection-item .inspection-item-value .notice[data-v-4034fc37] {
  color: #ff0000;
}
[data-v-4034fc37] .el-descriptions-item__label {
  white-space: nowrap;
}
[data-v-4034fc37] .el-descriptions-item__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box.avue-view[data-v-4034fc37] {
  height: 100%;
  padding-bottom: 100px !important;
  overflow-y: scroll;
}
.fix-bottom[data-v-4034fc37] {
  width: 100%;
  height: 75px;
  padding: 0 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
}
.fix-bottom[data-v-4034fc37] .el-descriptions-item__cell {
  padding-bottom: 0;
}
.current-info-box[data-v-4034fc37] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #409EFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.current-info-box .current-info-header[data-v-4034fc37] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(#9dc0e2));
  background: linear-gradient(90deg, #409EFF 0%, #9dc0e2 100%);
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.current-info-box .current-info-ipt[data-v-4034fc37] {
  margin: 8px 12px 0;
}
.current-info-box .current-info-body[data-v-4034fc37] {
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.current-info-box .current-info-body .no-match[data-v-4034fc37] {
  width: 100%;
  height: 100%;
}
[data-v-7ac49c5a] .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important;
}
[data-v-7ac49c5a] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 3px;
}
.el-card[data-v-7ac49c5a] {
  margin-bottom: 20px;
}
[data-v-7ac49c5a] .el-card__body {
  padding: 0 20px 10px;
}
.number-format[data-v-7ac49c5a] {
  text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 30px lightblue, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
}
.image-content[data-v-7ac49c5a] {
  margin-bottom: 20px;
}
.image-content .image-type[data-v-7ac49c5a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-content .image-box[data-v-7ac49c5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.image-content .image-box .image-remark[data-v-7ac49c5a] {
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.inspection-content[data-v-7ac49c5a] {
  margin-bottom: 20px;
}
.inspection-content .inspection-type[data-v-7ac49c5a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inspection-content .inspection-box[data-v-7ac49c5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.inspection-content .inspection-box .inspection-item-value[data-v-7ac49c5a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.inspection-content .inspection-box .inspection-item-value .notice[data-v-7ac49c5a] {
  color: #ff0000;
}
[data-v-7ac49c5a] .el-descriptions-item__label {
  white-space: nowrap;
}
[data-v-7ac49c5a] .el-descriptions-item__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box.avue-view[data-v-7ac49c5a] {
  height: 100%;
  padding-bottom: 100px !important;
  overflow-y: scroll;
}
.fix-bottom[data-v-7ac49c5a] {
  width: 100%;
  height: 75px;
  padding: 0 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
}
.fix-bottom[data-v-7ac49c5a] .el-descriptions-item__cell {
  padding-bottom: 0;
}
.current-info-box[data-v-7ac49c5a] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #409EFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.current-info-box .current-info-header[data-v-7ac49c5a] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(#9dc0e2));
  background: linear-gradient(90deg, #409EFF 0%, #9dc0e2 100%);
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.current-info-box .current-info-ipt[data-v-7ac49c5a] {
  margin: 8px 12px 0;
}
.current-info-box .current-info-body[data-v-7ac49c5a] {
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.current-info-box .current-info-body .no-match[data-v-7ac49c5a] {
  width: 100%;
  height: 100%;
}
[data-v-c092a966] .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important;
}
[data-v-c092a966] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 3px;
}
.el-card[data-v-c092a966] {
  margin-bottom: 20px;
}
[data-v-c092a966] .el-card__body {
  padding: 0 20px 10px;
}
.number-format[data-v-c092a966] {
  text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 30px lightblue, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
}
.image-content[data-v-c092a966] {
  margin-bottom: 20px;
}
.image-content .image-type[data-v-c092a966] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-content .image-box[data-v-c092a966] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.image-content .image-box .image-remark[data-v-c092a966] {
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.inspection-content[data-v-c092a966] {
  margin-bottom: 20px;
}
.inspection-content .inspection-type[data-v-c092a966] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inspection-content .inspection-box[data-v-c092a966] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.inspection-content .inspection-box .inspection-item[data-v-c092a966] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inspection-content .inspection-box .inspection-item .inspection-item-title[data-v-c092a966] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.inspection-content .inspection-box .inspection-item .inspection-item-value[data-v-c092a966] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.inspection-content .inspection-box .inspection-item .inspection-item-value .notice[data-v-c092a966] {
  color: #ff0000;
}
[data-v-c092a966] .el-descriptions-item__label {
  white-space: nowrap;
}
[data-v-c092a966] .el-descriptions-item__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box.avue-view[data-v-c092a966] {
  height: 100%;
  padding-bottom: 100px !important;
  overflow-y: scroll;
}
.fix-bottom[data-v-c092a966] {
  width: 100%;
  height: 75px;
  padding: 0 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
}
.fix-bottom[data-v-c092a966] .el-descriptions-item__cell {
  padding-bottom: 0;
}
.current-info-box[data-v-c092a966] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #409EFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.current-info-box .current-info-header[data-v-c092a966] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(#9dc0e2));
  background: linear-gradient(90deg, #409EFF 0%, #9dc0e2 100%);
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.current-info-box .current-info-ipt[data-v-c092a966] {
  margin: 8px 12px 0;
}
.current-info-box .current-info-body[data-v-c092a966] {
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.current-info-box .current-info-body .no-match[data-v-c092a966] {
  width: 100%;
  height: 100%;
}
[data-v-c0e5ec44] .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important;
}
[data-v-c0e5ec44] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 3px;
}
.el-card[data-v-c0e5ec44] {
  margin-bottom: 20px;
}
[data-v-c0e5ec44] .el-card__body {
  padding: 0 20px 10px;
}
.number-format[data-v-c0e5ec44] {
  text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 30px lightblue, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
}
.image-content[data-v-c0e5ec44] {
  margin-bottom: 20px;
}
.image-content .image-type[data-v-c0e5ec44] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-content .image-box[data-v-c0e5ec44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.image-content .image-box .image-remark[data-v-c0e5ec44] {
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.inspection-content[data-v-c0e5ec44] {
  margin-bottom: 20px;
}
.inspection-content .inspection-type[data-v-c0e5ec44] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inspection-content .inspection-box[data-v-c0e5ec44] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.inspection-content .inspection-box .flex-row[data-v-c0e5ec44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.inspection-content .inspection-box .notice[data-v-c0e5ec44] {
  color: #ff0000;
}
[data-v-c0e5ec44] .el-descriptions-item__label {
  white-space: nowrap;
}
[data-v-c0e5ec44] .el-descriptions-item__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box.avue-view[data-v-c0e5ec44] {
  height: 100%;
  padding-bottom: 100px !important;
  overflow-y: scroll;
}
.fix-bottom[data-v-c0e5ec44] {
  width: 100%;
  height: 75px;
  padding: 0 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
}
.fix-bottom[data-v-c0e5ec44] .el-descriptions-item__cell {
  padding-bottom: 0;
}
.current-info-box[data-v-c0e5ec44] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #409EFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.current-info-box .current-info-header[data-v-c0e5ec44] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(#9dc0e2));
  background: linear-gradient(90deg, #409EFF 0%, #9dc0e2 100%);
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.current-info-box .current-info-ipt[data-v-c0e5ec44] {
  margin: 8px 12px 0;
}
.current-info-box .current-info-body[data-v-c0e5ec44] {
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.current-info-box .current-info-body .no-match[data-v-c0e5ec44] {
  width: 100%;
  height: 100%;
}
[data-v-67f949ea] .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px !important;
  height: 12px !important;
}
[data-v-67f949ea] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 3px;
}
.el-card[data-v-67f949ea] {
  margin-bottom: 20px;
}
[data-v-67f949ea] .el-card__body {
  padding: 0 20px 10px;
}
.number-format[data-v-67f949ea] {
  text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 30px lightblue, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
}
.image-content[data-v-67f949ea] {
  margin-bottom: 20px;
}
.image-content .image-type[data-v-67f949ea] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-content .image-box[data-v-67f949ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.image-content .image-box .image-remark[data-v-67f949ea] {
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.inspection-content[data-v-67f949ea] {
  margin-bottom: 20px;
}
.inspection-content .inspection-type[data-v-67f949ea] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inspection-content .inspection-box[data-v-67f949ea] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.inspection-content .inspection-box .flex-row[data-v-67f949ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.inspection-content .inspection-box .notice[data-v-67f949ea] {
  color: #ff0000;
}
[data-v-67f949ea] .el-descriptions-item__label {
  white-space: nowrap;
}
[data-v-67f949ea] .el-descriptions-item__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box.avue-view[data-v-67f949ea] {
  height: 100%;
  padding-bottom: 100px !important;
  overflow-y: scroll;
}
.fix-bottom[data-v-67f949ea] {
  width: 100%;
  height: 75px;
  padding: 0 20px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
}
.fix-bottom[data-v-67f949ea] .el-descriptions-item__cell {
  padding-bottom: 0;
}
.current-info-box[data-v-67f949ea] {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #409EFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.current-info-box .current-info-header[data-v-67f949ea] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(#9dc0e2));
  background: linear-gradient(90deg, #409EFF 0%, #9dc0e2 100%);
  color: #fff;
  font-size: 14px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.current-info-box .current-info-ipt[data-v-67f949ea] {
  margin: 8px 12px 0;
}
.current-info-box .current-info-body[data-v-67f949ea] {
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.current-info-box .current-info-body .no-match[data-v-67f949ea] {
  width: 100%;
  height: 100%;
}
