.btnBox[data-v-6f58bfbe] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.btnBox .btn[data-v-6f58bfbe] {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  color: var(--el-theme-primary-color);
  line-height: 30px;
  text-align: center;
  border-radius: 9px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.el-carousel__item .is-active[data-v-6f58bfbe] {
  position: relative;
}
.img-preview[data-v-6f58bfbe] {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 59px;
  height: 30px;
  text-align: center;
  background: rgba(217, 217, 217, 0.6);
  transform: rotate(45deg);
  cursor: pointer;
}
.img-preview .icon[data-v-6f58bfbe] {
  width: 16px;
  margin-top: 12px;
  transform: rotate(-45deg);
}
.el-carousel__item img[data-v-6f58bfbe] {
  cursor: pointer;
}
.empty-cnt[data-v-6f58bfbe] {
  color: #606266;
  font-size: 12px;
  text-align: center;
}
.empty-cnt img[data-v-6f58bfbe] {
  width: 100px;
  height: 100px;
}
.top-updown[data-v-6f58bfbe] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-6f58bfbe] {
  flex: 1;
  padding: 2px 0;
  color: #999;
  text-align: center;
  background: var(--index-top-card-background);
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-6f58bfbe] {
  padding: 0 10px;
  color: var(--index-top-card);
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-6f58bfbe] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-6f58bfbe] {
  margin: 0 !important;
  color: #555;
  font-size: 12px;
}
.top-updown .top-updown-item div[data-v-6f58bfbe] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-6f58bfbe] {
  margin-left: 10px;
}
.card[data-v-6f58bfbe] {
  flex-shrink: 0;
  width: 535px;
  height: 360px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 2px #bbb5b5;
  border-radius: 8px;
}
.card .top[data-v-6f58bfbe] {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.card .top .title[data-v-6f58bfbe] {
  width: 70%;
  height: 100%;
}
.card .top .title .txt[data-v-6f58bfbe] {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
}
.card .top .handle[data-v-6f58bfbe] {
  width: 30%;
}
@charset "UTF-8";
[data-v-11ff651b] .el-dialog__body {
  height: calc(100% - 37px);
}
[data-v-11ff651b] .el-dialog__body .body {
  height: 100%;
}
.loadingBox[data-v-11ff651b] {
  width: 100%;
  height: 100%;
}
#inspectRecordIframe[data-v-11ff651b] {
  width: 100%;
  height: calc(100% - 5px);
}
.workOrderList[data-v-11ff651b] {
  position: absolute;
  left: 40px;
  top: 80px;
  min-width: 20px;
  height: calc(100% - 120px);
  padding: 20px 5px;
  margin: 20px 0;
  box-sizing: border-box;
  transition: width 0.3s linear;
}
.workOrderList .el-icon-s-fold[data-v-11ff651b],
.workOrderList .el-icon-s-unfold[data-v-11ff651b] {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #024af3;
  cursor: pointer;
}
.workOrderList .workOrderListBox[data-v-11ff651b] {
  height: 100%;
  overflow: hidden scroll;
  transition: width 0.3s linear;
  width: 240px;
}
.workOrderList .workOrderListBox.shrink[data-v-11ff651b] {
  width: 0;
  transition: width 0.3s linear;
}
.workOrderList .workOrderListBox .workOrder[data-v-11ff651b] {
  padding: 5px 0 5px 10px;
  display: flex;
  gap: 10px;
  width: 230px;
  height: 200px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
  background-color: #ffffff;
}
.workOrderList .workOrderListBox .workOrder[data-v-11ff651b]:last-child {
  margin-bottom: 0;
}
.workOrderList .workOrderListBox .workOrder .tag[data-v-11ff651b] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #2f8ced;
  z-index: 2;
}
.workOrderList .workOrderListBox .workOrder .tag.draft[data-v-11ff651b] {
  background-color: #f59a23;
}
.workOrderList .workOrderListBox .workOrder .imgBox[data-v-11ff651b] {
  position: relative;
  width: 70px;
  height: 190px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.workOrderList .workOrderListBox .workOrder .imgBox img[data-v-11ff651b] {
  width: 100%;
  height: 100%;
}
.workOrderList .workOrderListBox .workOrder .imgBox .imgLen[data-v-11ff651b] {
  position: absolute;
  top: 2px;
  left: 2px;
  min-width: 19px;
  min-height: 19px;
  background-color: rgba(85, 85, 85, 0.9);
  color: #ffffff;
  text-align: center;
}
.workOrderList .workOrderListBox .workOrder .descBox[data-v-11ff651b] {
  padding-top: 10px;
  width: calc(100% - 80px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc[data-v-11ff651b] {
  margin: 2px 0;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc .label[data-v-11ff651b] {
  min-width: 52px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  margin-right: 5px;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc .label.minn[data-v-11ff651b] {
  min-width: 25px;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc .txt[data-v-11ff651b] {
  font-size: 12px;
  color: #7f7f7f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc .txt.red[data-v-11ff651b] {
  color: #d9001b;
}
.workOrderList .workOrderListBox .workOrder .descBox .desc.df[data-v-11ff651b] {
  display: flex;
  align-items: center;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox[data-v-11ff651b] {
  position: relative;
  width: 100%;
  height: 47px;
  margin-top: 1px;
  margin-bottom: 10px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox.p0[data-v-11ff651b] {
  padding: 0;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox.pr10[data-v-11ff651b] {
  padding-right: 10px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox.p10[data-v-11ff651b] {
  padding: 0 10px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox.p20[data-v-11ff651b] {
  padding: 0 20px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .el-icon-arrow-left[data-v-11ff651b] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .el-icon-arrow-right[data-v-11ff651b] {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList[data-v-11ff651b] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 2px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList.bgc[data-v-11ff651b] {
  background-color: #f2f2f2;
  border-radius: 5px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList .translateBox[data-v-11ff651b] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList .translateBox .topImgBox[data-v-11ff651b] {
  position: relative;
  width: 43px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #ffffff;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList .translateBox .topImgBox[data-v-11ff651b]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 2px solid #8e8f92;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList .translateBox .topImgBox.active[data-v-11ff651b]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 2px solid #2f8ced;
}
.workOrderList .workOrderListBox .workOrder .descBox .imgListBox .imgList .translateBox img[data-v-11ff651b] {
  width: 100%;
  height: 100%;
}
.workOrderList .workOrderListBox .HD[data-v-11ff651b] {
  width: 230px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 25px;
}
.workOrderList .workOrderListBox .HD[data-v-11ff651b]:last-child {
  margin-bottom: 0;
}
.workOrderList .workOrderListBox .HD .tag[data-v-11ff651b] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 6px 25px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #2f8ced;
  z-index: 2;
}
.workOrderList .workOrderListBox .HD img[data-v-11ff651b] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  /* 绝对定位 */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /* 自动外边距使图片居中 */
}
.btnBox[data-v-11ff651b] {
  position: absolute;
  bottom: 2%;
  right: 3%;
  display: flex;
  justify-content: flex-end;
}
.btnBox .checkList[data-v-11ff651b] {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
}
.btnBox .rectList[data-v-11ff651b] {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
}
.top-about[data-v-86cb107c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-86cb107c] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-86cb107c] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-86cb107c] {
  margin-left: 10px;
}
.top-updown[data-v-86cb107c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-86cb107c] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-86cb107c] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-86cb107c] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-86cb107c] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-86cb107c] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-86cb107c] {
  margin-left: 10px;
}
.top-cnt[data-v-86cb107c] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-86cb107c] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-86cb107c] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-86cb107c] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-86cb107c] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-86cb107c] {
  cursor: pointer;
}
.card_title-slot[data-v-86cb107c] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-86cb107c] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-86cb107c] {
  border-left: none !important;
}
.list-table[data-v-86cb107c]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-86cb107c]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-86cb107c]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-86cb107c]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-86cb107c]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-86cb107c]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-86cb107c]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-86cb107c] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-86cb107c] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-86cb107c] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-86cb107c] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-86cb107c] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-86cb107c] {
  position: relative;
  height: calc(100% - 60px);
}
.title-style[data-v-dd9a4076] {
  margin-top: 20px;
}
.title-style .el-col[data-v-dd9a4076] {
  padding-right: 10px;
  display: flex;
}
.title-style .item-title[data-v-dd9a4076] {
  display: block;
  flex-shrink: 0;
  line-height: 28px;
}
.title-style .item-cnt[data-v-dd9a4076] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 5em);
  height: 28px;
  line-height: 28px;
  font-family: "OpenSans-ExtraBold" !important;
}
.riskGrade[data-v-dd9a4076] {
  position: relative;
}
.pointer[data-v-dd9a4076]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.risk_grade_01[data-v-dd9a4076]::before,
.secure_risk_grade_01[data-v-dd9a4076]::before {
  background-color: #32a7f7;
}
.risk_grade_02[data-v-dd9a4076]::before,
.secure_risk_grade_02[data-v-dd9a4076]::before {
  background-color: #d70023;
}
.risk_grade_03[data-v-dd9a4076]::before,
.secure_risk_grade_03[data-v-dd9a4076]::before {
  background-color: #ea7f8e;
}
.risk_grade_04[data-v-dd9a4076]::before,
.secure_risk_grade_04[data-v-dd9a4076]::before {
  background-color: #f3c132;
}
.top-about[data-v-33e03436] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-33e03436] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-33e03436] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-33e03436] {
  margin-left: 10px;
}
.top-updown[data-v-33e03436] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-33e03436] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-33e03436] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-33e03436] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-33e03436] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-33e03436] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-33e03436] {
  margin-left: 10px;
}
.top-cnt[data-v-33e03436] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-33e03436] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-33e03436] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-33e03436] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-33e03436] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-33e03436] {
  cursor: pointer;
}
.card_title-slot[data-v-33e03436] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-33e03436] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-33e03436] {
  border-left: none !important;
}
.list-table[data-v-33e03436]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-33e03436]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-33e03436]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-33e03436]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-33e03436]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-33e03436]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-33e03436]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-33e03436] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-33e03436] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-33e03436] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-33e03436] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-33e03436] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-33e03436] {
  position: relative;
  height: calc(100% - 60px);
}
.top-about[data-v-05e922fd] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-05e922fd] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-05e922fd] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-05e922fd] {
  margin-left: 10px;
}
.top-updown[data-v-05e922fd] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-05e922fd] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-05e922fd] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-05e922fd] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-05e922fd] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-05e922fd] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-05e922fd] {
  margin-left: 10px;
}
.top-cnt[data-v-05e922fd] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-05e922fd] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-05e922fd] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-05e922fd] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-05e922fd] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-05e922fd] {
  cursor: pointer;
}
.card_title-slot[data-v-05e922fd] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-05e922fd] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-05e922fd] {
  border-left: none !important;
}
.list-table[data-v-05e922fd]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-05e922fd]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-05e922fd]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-05e922fd]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-05e922fd]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-05e922fd]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-05e922fd]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-05e922fd] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-05e922fd] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-05e922fd] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-05e922fd] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-05e922fd] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-05e922fd] {
  position: relative;
  height: calc(100% - 60px);
}
.top-about[data-v-1c4e41cf] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-1c4e41cf] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-1c4e41cf] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-1c4e41cf] {
  margin-left: 10px;
}
.top-updown[data-v-1c4e41cf] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-1c4e41cf] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-1c4e41cf] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-1c4e41cf] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-1c4e41cf] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-1c4e41cf] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-1c4e41cf] {
  margin-left: 10px;
}
.top-cnt[data-v-1c4e41cf] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-1c4e41cf] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-1c4e41cf] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-1c4e41cf] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-1c4e41cf] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-1c4e41cf] {
  cursor: pointer;
}
.card_title-slot[data-v-1c4e41cf] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-1c4e41cf] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-1c4e41cf] {
  border-left: none !important;
}
.list-table[data-v-1c4e41cf]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-1c4e41cf]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-1c4e41cf]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-1c4e41cf]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-1c4e41cf]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-1c4e41cf]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-1c4e41cf]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-1c4e41cf] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-1c4e41cf] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-1c4e41cf] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-1c4e41cf] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-1c4e41cf] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-1c4e41cf] {
  position: relative;
}
.top-about[data-v-767e542a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-767e542a] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-767e542a] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-767e542a] {
  margin-left: 10px;
}
.top-updown[data-v-767e542a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-767e542a] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-767e542a] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-767e542a] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-767e542a] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-767e542a] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-767e542a] {
  margin-left: 10px;
}
.top-cnt[data-v-767e542a] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-767e542a] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-767e542a] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-767e542a] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-767e542a] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-767e542a] {
  cursor: pointer;
}
.card_title-slot[data-v-767e542a] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-767e542a] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-767e542a] {
  border-left: none !important;
}
.list-table[data-v-767e542a]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-767e542a]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-767e542a]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-767e542a]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-767e542a]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-767e542a]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-767e542a]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-767e542a] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-767e542a] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-767e542a] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-767e542a] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-767e542a] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-767e542a] {
  position: relative;
  height: calc(100% - 60px);
}
.title-style[data-v-18b05ebe] {
  margin-top: 20px;
}
.title-style .el-col[data-v-18b05ebe] {
  padding-right: 10px;
  display: flex;
}
.title-style .item-title[data-v-18b05ebe] {
  display: block;
  flex-shrink: 0;
  line-height: 28px;
}
.title-style .item-cnt[data-v-18b05ebe] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 5em);
  height: 28px;
  line-height: 28px;
  font-family: "OpenSans-ExtraBold" !important;
}
.riskGrade[data-v-18b05ebe] {
  position: relative;
}
.pointer[data-v-18b05ebe]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.risk_grade_01[data-v-18b05ebe]::before,
.secure_risk_grade_01[data-v-18b05ebe]::before {
  background-color: #32a7f7;
}
.risk_grade_02[data-v-18b05ebe]::before,
.secure_risk_grade_02[data-v-18b05ebe]::before {
  background-color: #d70023;
}
.risk_grade_03[data-v-18b05ebe]::before,
.secure_risk_grade_03[data-v-18b05ebe]::before {
  background-color: #ea7f8e;
}
.risk_grade_04[data-v-18b05ebe]::before,
.secure_risk_grade_04[data-v-18b05ebe]::before {
  background-color: #f3c132;
}
.top-about[data-v-280b2340] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-280b2340] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-280b2340] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-280b2340] {
  margin-left: 10px;
}
.top-updown[data-v-280b2340] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-280b2340] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-280b2340] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-280b2340] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-280b2340] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-280b2340] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-280b2340] {
  margin-left: 10px;
}
.top-cnt[data-v-280b2340] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-280b2340] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-280b2340] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-280b2340] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-280b2340] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-280b2340] {
  cursor: pointer;
}
.card_title-slot[data-v-280b2340] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-280b2340] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-280b2340] {
  border-left: none !important;
}
.list-table[data-v-280b2340]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-280b2340]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-280b2340]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-280b2340]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-280b2340]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-280b2340]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-280b2340]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-280b2340] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-280b2340] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-280b2340] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-280b2340] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-280b2340] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-280b2340] {
  position: relative;
  height: calc(100% - 60px);
}
.top-about[data-v-220cab5d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-220cab5d] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-220cab5d] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-220cab5d] {
  margin-left: 10px;
}
.top-updown[data-v-220cab5d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-220cab5d] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-220cab5d] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-220cab5d] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-220cab5d] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-220cab5d] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-220cab5d] {
  margin-left: 10px;
}
.top-cnt[data-v-220cab5d] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-220cab5d] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-220cab5d] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-220cab5d] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-220cab5d] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-220cab5d] {
  cursor: pointer;
}
.card_title-slot[data-v-220cab5d] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-220cab5d] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-220cab5d] {
  border-left: none !important;
}
.list-table[data-v-220cab5d]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-220cab5d]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-220cab5d]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-220cab5d]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-220cab5d]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-220cab5d]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-220cab5d]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-220cab5d] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-220cab5d] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-220cab5d] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-220cab5d] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-220cab5d] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-220cab5d] {
  position: relative;
}
.top-about[data-v-08ce44b4] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-08ce44b4] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-08ce44b4] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-08ce44b4] {
  margin-left: 10px;
}
.top-updown[data-v-08ce44b4] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-08ce44b4] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-08ce44b4] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-08ce44b4] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-08ce44b4] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-08ce44b4] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-08ce44b4] {
  margin-left: 10px;
}
.top-cnt[data-v-08ce44b4] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-08ce44b4] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-08ce44b4] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-08ce44b4] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-08ce44b4] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-08ce44b4] {
  cursor: pointer;
}
.card_title-slot[data-v-08ce44b4] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-08ce44b4] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-08ce44b4] {
  border-left: none !important;
}
.list-table[data-v-08ce44b4]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-08ce44b4]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-08ce44b4]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-08ce44b4]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-08ce44b4]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-08ce44b4]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-08ce44b4]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-08ce44b4] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-08ce44b4] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-08ce44b4] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-08ce44b4] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-08ce44b4] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-08ce44b4] {
  position: relative;
  height: calc(100% - 60px);
}
.top-about[data-v-9a5f7dd2] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-9a5f7dd2] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-9a5f7dd2] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-9a5f7dd2] {
  margin-left: 10px;
}
.top-updown[data-v-9a5f7dd2] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-9a5f7dd2] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-9a5f7dd2] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-9a5f7dd2] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-9a5f7dd2] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-9a5f7dd2] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-9a5f7dd2] {
  margin-left: 10px;
}
.top-cnt[data-v-9a5f7dd2] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-9a5f7dd2] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-9a5f7dd2] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-9a5f7dd2] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-9a5f7dd2] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-9a5f7dd2] {
  cursor: pointer;
}
.card_title-slot[data-v-9a5f7dd2] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-9a5f7dd2] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-9a5f7dd2] {
  border-left: none !important;
}
.list-table[data-v-9a5f7dd2]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-9a5f7dd2]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-9a5f7dd2]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-9a5f7dd2]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-9a5f7dd2]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-9a5f7dd2]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-9a5f7dd2]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-9a5f7dd2] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-9a5f7dd2] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-9a5f7dd2] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-9a5f7dd2] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-9a5f7dd2] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-9a5f7dd2] {
  position: relative;
  height: calc(100% - 60px);
}
.top-about[data-v-3138faa5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-3138faa5] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-3138faa5] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-3138faa5] {
  margin-left: 10px;
}
.top-updown[data-v-3138faa5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-3138faa5] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-3138faa5] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-3138faa5] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-3138faa5] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-3138faa5] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-3138faa5] {
  margin-left: 10px;
}
.top-cnt[data-v-3138faa5] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-3138faa5] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-3138faa5] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-3138faa5] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-3138faa5] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-3138faa5] {
  cursor: pointer;
}
.card_title-slot[data-v-3138faa5] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-3138faa5] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-3138faa5] {
  border-left: none !important;
}
.list-table[data-v-3138faa5]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-3138faa5]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-3138faa5]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-3138faa5]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-3138faa5]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-3138faa5]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-3138faa5]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-3138faa5] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-3138faa5] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-3138faa5] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-3138faa5] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-3138faa5] {
  color: #79808e;
  font-size: 12px;
}
.top-cnt .bread-btn[data-v-3138faa5] {
  width: 70px !important;
}
.tableTitle[data-v-3138faa5] {
  font-size: 28px;
  color: #333333;
  text-align: center;
  padding: 10px 0px;
}
.top-about[data-v-3e009556] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-about .top-about-item[data-v-3e009556] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #777777;
  text-align: center;
  flex: 1;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  line-height: 39px;
}
.top-about .top-about-item .num[data-v-3e009556] {
  color: var(--index-top-card);
  font-size: 20px;
}
.top-about .top-about-item + .top-about-item[data-v-3e009556] {
  margin-left: 10px;
}
.top-updown[data-v-3e009556] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-updown .top-updown-item[data-v-3e009556] {
  background: var(--index-top-card-background);
  padding: 2px 0;
  color: #999;
  text-align: center;
  flex: 1;
  border-radius: 5px;
}
.top-updown .top-updown-item span[data-v-3e009556] {
  color: var(--index-top-card);
  padding: 0 10px;
  font-size: 18px;
}
.top-updown .top-updown-item span.m0[data-v-3e009556] {
  margin: 0 !important;
}
.top-updown .top-updown-item span .small[data-v-3e009556] {
  font-size: 12px;
  color: #555555;
  margin: 0 !important;
}
.top-updown .top-updown-item div[data-v-3e009556] {
  font-size: 12px;
}
.top-updown .top-updown-item + .top-updown-item[data-v-3e009556] {
  margin-left: 10px;
}
.top-cnt[data-v-3e009556] {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.top-cnt .bread[data-v-3e009556] {
  display: flex;
  margin-bottom: 20px;
}
.top-cnt .bread .bread-btn[data-v-3e009556] {
  display: inline-block;
  width: 113px;
  height: 30px;
  border: 1px solid var(--el-theme-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-theme-primary-color);
  box-sizing: border-box;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-cnt .bread .active[data-v-3e009556] {
  background-color: var(--el-theme-primary-color);
  color: white;
}
.top-cnt .bread .br[data-v-3e009556] {
  border-right: 1px solid var(--el-theme-primary-color);
}
.cursor[data-v-3e009556] {
  cursor: pointer;
}
.card_title-slot[data-v-3e009556] {
  cursor: pointer;
  display: flex;
  color: #d9001b;
  font-size: 14px;
}
.card_title-slot img[data-v-3e009556] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.list-table[data-v-3e009556] {
  border-left: none !important;
}
.list-table[data-v-3e009556]  tr {
  height: 35px;
  line-height: 35px;
}
.list-table[data-v-3e009556]  td {
  padding: 5px 0;
  border-bottom: 0;
}
.list-table[data-v-3e009556]  .el-table__header-wrapper .el-table__header::before {
  height: 0;
}
.list-table[data-v-3e009556]  .el-table__header-wrapper th {
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  background-color: #fefefe !important;
  border-right: none !important;
  padding: 2px 0;
}
.list-table[data-v-3e009556]  .el-table__row--striped td:first-child {
  border-radius: 8px 0 0 8px;
}
.list-table[data-v-3e009556]  .el-table__row--striped td:last-child {
  border-radius: 0 8px 8px 0;
}
.card[data-v-3e009556]  .card_title-text {
  font-size: 18px !important;
}
.dataBox[data-v-3e009556] {
  display: flex;
  justify-content: space-between;
  height: 45px;
  padding: 0 15px;
}
.dataBox .item[data-v-3e009556] {
  width: 116px;
  height: 100%;
  background-color: var(--index-top-card-background);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dataBox .item .num[data-v-3e009556] {
  color: var(--index-top-card);
  font-size: 18px;
  font-weight: 500;
}
.dataBox .item .num span[data-v-3e009556] {
  font-size: 12px;
  color: #555555;
}
.dataBox .item .label[data-v-3e009556] {
  color: #79808e;
  font-size: 12px;
}
.contentBox[data-v-3e009556] {
  position: relative;
  height: calc(100% - 60px);
}
