.advice-body[data-v-563ced1c] {
  width: 100%;
  max-height: calc(50vh - 118px);
  border: 1px solid var(--bd-color-2);
  padding: 10px;
  border-radius: 6px;
  overflow-y: auto;
}
.advice-body[data-v-563ced1c] {
  border: 2px solid var(--bd-color-3);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /*第一个linear-gradient表示内填充渐变色，第二个linear-gradient表示边框渐变色*/
  background-image: var(--img-bg);
}
/*闪动的原点*/
.dot-box[data-v-563ced1c] {
  display: flex;
}
.dot1[data-v-563ced1c],
.dot2[data-v-563ced1c],
.dot3[data-v-563ced1c] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #2b5bfc;
  animation: blink-563ced1c 3s infinite;
}
.dot2[data-v-563ced1c] {
  animation-delay: 0.5s;
}
.dot3[data-v-563ced1c] {
  animation-delay: 1s;
}
@keyframes blink-563ced1c {
0% {
    opacity: 1;
}
50% {
    opacity: 0.8;
}
100% {
    opacity: 0.2;
}
}
.content[data-v-563ced1c] {
  display: flex;
}
.data-box[data-v-563ced1c] {
  display: inline-block;
  width: 18%;
  border: 1px solid var(--btn-bd-color1);
  height: 100%;
  margin-right: 20px;
  padding: 16px;
  border-radius: 6px;
}
.data-box .title[data-v-563ced1c] {
  font-size: 14px;
}
.data-box .progress-box[data-v-563ced1c] {
  text-align: center;
  margin: 20px 0px;
  margin-bottom: 0px;
  height: 130px;
}
.data-box .data-content[data-v-563ced1c] {
  display: inline-block;
  width: 100%;
}
[data-v-563ced1c] .progress-box .ant-progress-circle .ant-progress-text {
  top: 40%;
}
.banner_min[data-v-563ced1c] {
  width: 100%;
  height: 67px;
  background: var(--bg-color1);
  margin-bottom: 12px;
  border-radius: 6px;
  padding: 12px 16px;
}
.banner_min[data-v-563ced1c]:nth-child(1) {
  background: rgba(43, 91, 252, 0.08);
}
.banner_title[data-v-563ced1c] {
  font-weight: 400;
  color: #80889e;
  font-size: 12px;
}
.banner_content[data-v-563ced1c] {
  color: var(--text-color1);
  font-size: 16px;
  font-weight: 400;
}
.failclass[data-v-563ced1c] {
  background: #ffe7e7;
  color: #ff1e1e;
}
.failclass .banner_title[data-v-563ced1c],
.failclass .banner_content[data-v-563ced1c] {
  color: #ff1e1e;
}
.title-content .category[data-v-563ced1c] {
  display: inline-block;
  min-width: 5%;
}
.title-content .verification-result[data-v-563ced1c] {
  display: inline-block;
  float: right;
}
[data-v-563ced1c] .ant-progress-inner {
  width: 184px !important;
  height: 184px !important;
}
.check-box[data-v-563ced1c] {
  display: inline-block;
  width: 82%;
}
[data-v-563ced1c].ant-collapse-item {
  background-color: rgba(73, 111, 153, 0.04);
  margin-bottom: 12px;
  border-radius: 6px;
}
[data-v-563ced1c] .ant-collapse-header {
  height: 48px;
  font-size: 14px;
  color: var(--color-font-1);
}
.ant-collapse-header[data-v-563ced1c]:hover {
  background-color: #eaf6f9;
}
[data-v-563ced1c] .ant-collapse-content-box {
  padding: 0px;
}
[data-v-563ced1c] .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 8px;
}
.body-content[data-v-563ced1c] {
  border: 1px solid var(--btn-bd-color1);
  border-radius: 6px;
}
.body-content .group-title[data-v-563ced1c] {
  height: 40px;
  line-height: 40px;
  padding: 0px 24px;
  background: rgba(73, 111, 153, 0.04);
  border-bottom: 1px solid var(--btn-bd-color1);
}
.group-title[data-v-563ced1c] {
  /*display: flex;*/
  font-size: 14px;
  color: var(--text-color2);
}
.group-title span[data-v-563ced1c] {
  flex: 1;
}
.file-box[data-v-563ced1c] {
  vertical-align: top;
  padding: 13px 24px;
  font-size: 14px;
  color: var(--table-text-color);
  /*display: flex;*/
  position: relative;
  border-bottom: 1px solid var(--btn-bd-color1);
  /*.file-box-1,
    .file-box-2,
    .file-box-3,
    .file-box-4 {
      flex: 1;
    }
    .file-box-4 {
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 80px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
    }*/
}
.file-box span[data-v-563ced1c] {
  color: #2b5bfc;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.file-box-1[data-v-563ced1c] {
  vertical-align: top;
  display: inline-block;
  width: 22%;
}
.file-box-1 p[data-v-563ced1c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-box-2[data-v-563ced1c] {
  display: inline-block;
  width: 30%;
  white-space: normal;
  padding: 0px 10px;
  word-wrap: break-word;
}
.file-box-2 p[data-v-563ced1c] {
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-563ced1c] .edit-icon {
  margin-left: 10px;
  cursor: pointer;
}
[data-v-563ced1c] .edit-icon svg {
  font-size: 18px;
}
[data-v-563ced1c] .edit-icon svg:hover {
  color: #2b5bfc;
}
.file-box-3[data-v-563ced1c] {
  vertical-align: top;
  display: inline-block;
  width: 18%;
}
.edit-box[data-v-563ced1c] {
  display: flex;
  align-items: center;
  position: relative;
}
.pass-btn[data-v-563ced1c] {
  position: absolute;
  padding: 4px 10px;
  border-radius: 4px;
  width: 126px;
  background-color: #fff;
  z-index: 111;
  bottom: -22px;
  right: -136px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.pass-btn[data-v-563ced1c]:hover {
  color: #2b5bfc;
}
.file-box-4[data-v-563ced1c] {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.file-box[data-v-563ced1c]:last-child {
  border-bottom: none;
}
.file-box-3[data-v-563ced1c] {
  text-align: center;
}
.mar-right-24[data-v-563ced1c] {
  margin-right: 24px;
}
.circle[data-v-563ced1c] {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #8080ff;
  border-radius: 100%;
  margin-right: 6px;
}
.circle-2[data-v-563ced1c] {
  background: #1dbd4a;
}
.circle-3[data-v-563ced1c] {
  background: #f4840f;
}
.circle-4[data-v-563ced1c] {
  background: #e2333d;
}
.status-style[data-v-563ced1c] {
  color: #f4840f;
  display: inline-block;
  padding: 4px 10px;
  background: #fff3e0;
  border-radius: 39px;
  font-size: 12px;
}
.failed-style[data-v-563ced1c] {
  color: #e2333d;
  background: #ffeaeb;
}
.pass-style[data-v-563ced1c] {
  color: #1dbd4a;
  background: #e3f8f1;
}
.ant-progress-text > span[data-v-563ced1c] {
  font-size: 18px;
  color: var(--text-color1);
}
.ant-progress-text > p[data-v-563ced1c] {
  color: var(--text-color1);
  font-size: 11px;
  margin-top: 5px;
}
.begin[data-v-563ced1c] {
  position: relative;
  left: -62px;
  bottom: -15px;
  color: var(--text-color1) !important;
  font-size: 11px !important;
}
.end[data-v-563ced1c] {
  position: relative;
  right: -64px;
  bottom: -18px;
  color: var(--text-color1) !important;
  font-size: 11px !important;
}

.lcModel_b .el-message-box__headerbtn {
  display: none;
}
