@charset "UTF-8";
.content[data-v-9bf7165e] {
  height: 84vh;
}
.header_box[data-v-9bf7165e] {
  margin-bottom: 20px;
}
.back_name[data-v-9bf7165e] {
  color: var(--tit-text-color);
  font-weight: 600;
  font-size: 16px;
  padding-left: 12px;
}
.content_name[data-v-9bf7165e] {
  color: var(--fs-color-3);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.status[data-v-9bf7165e] {
  padding: 3.5px 8px;
  border-radius: 39px;
  font-weight: 200;
  font-size: 12px;
  margin-left: 12px;
}
.Warning[data-v-9bf7165e] {
  color: var(--card-warning-color);
  background-color: var(--card-warning-bg);
}
.Failed[data-v-9bf7165e] {
  color: var(--card-error-color);
  background-color: var(--card-error-bg);
}
.Pass[data-v-9bf7165e] {
  color: var(--card-success-color);
  background-color: var(--card-success-bg);
}
.text[data-v-9bf7165e] {
  color: var(--card-rule-title-color);
  font-size: 12px;
  margin-bottom: 5px;
}
.node[data-v-9bf7165e] {
  background-color: rgba(43, 91, 252, 0.08);
  color: var(--tit-text-color);
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
  padding: 4px 10px;
  border-radius: 39px;
  margin-bottom: 15px;
  position: relative;
}
.node[data-v-9bf7165e]::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 27px;
  width: 15px;
  height: 90px;
  border-left: 2px solid #739efc;
  border-top: 2px solid #739efc;
}
.node[data-v-9bf7165e]::before {
  content: "";
  position: absolute;
  width: 15px;
  right: 11px;
  top: 27px;
  height: 90px;
  border-left: 2px solid #739efc;
  border-bottom: 2px solid #739efc;
}
.max[data-v-9bf7165e] {
  width: 100%;
}
.flowchart[data-v-9bf7165e] {
  border: 1px solid var(--page-bd-color);
  overflow: auto;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.content_box[data-v-9bf7165e] {
  margin-top: 15px;
  border-radius: 6px;
  padding: 16px 20px;
  cursor: pointer;
}
.card_box[data-v-9bf7165e] {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.card[data-v-9bf7165e] {
  width: 250px;
  height: 120px;
  border: 1px solid var(--page-bd-color);
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
}
.card.parent-active.card_successHover[data-v-9bf7165e] {
  border-color: var(--card-success-color);
}
.card.parent-active.card_warningHover[data-v-9bf7165e] {
  border-color: var(--card-warning-color);
}
.card.parent-active.card_errorHover[data-v-9bf7165e] {
  border-color: var(--card-error-color);
}
.card .card_title[data-v-9bf7165e] {
  font-size: 12px;
  padding: 4px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.card .card_title .title_name[data-v-9bf7165e] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 溢出部分显示为省略号 */
  padding-right: 20px;
}
.card .card_success[data-v-9bf7165e] {
  color: var(--card-success-color);
  background-color: var(--card-success-bg);
}
.card .card_warning[data-v-9bf7165e] {
  color: var(--card-warning-color);
  background-color: var(--card-warning-bg);
}
.card .card_error[data-v-9bf7165e] {
  color: var(--card-error-color);
  background-color: var(--card-error-bg);
}
.card_successHover[data-v-9bf7165e]:hover {
  border-color: var(--card-success-color);
}
.card_warningHover[data-v-9bf7165e]:hover {
  border-color: var(--card-warning-color);
}
.card_errorHover[data-v-9bf7165e]:hover {
  border-color: var(--card-error-color);
}
.card_content[data-v-9bf7165e] {
  padding: 12px 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: calc(3 * 1.2em + 24px);
  color: var(--text-color10);
}
.condition_box[data-v-9bf7165e] {
  margin-top: 17px;
  border: 1px solid var(--page-bd-color);
  border-radius: 6px;
}
.condition_box .condition_title[data-v-9bf7165e] {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: var(--card-rule-color);
  background-color: var(--card-rule-bg-color);
  padding: 0px 24px;
}
.condition_box .condition_title .title_div[data-v-9bf7165e] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 溢出部分显示为省略号 */
}
.condition_row[data-v-9bf7165e] {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 200px repeat(3, 1fr) 130px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid var(--page-bd-color);
  padding: 0px 20px 0 24px;
  cursor: pointer;
  color: var(--card-rule-text-color);
}
.condition_row[data-v-9bf7165e]:last-child {
  border-bottom: none;
}
.condition_row .condition_name[data-v-9bf7165e] {
  color: rgba(43, 91, 252, 0.85);
}
.condition_row .condition_describe[data-v-9bf7165e],
.condition_row .condition_currency[data-v-9bf7165e],
.condition_row .condition_name[data-v-9bf7165e] {
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 溢出部分显示为省略号 */
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.condition_row .condition_describe img[data-v-9bf7165e],
.condition_row .condition_currency img[data-v-9bf7165e],
.condition_row .condition_name img[data-v-9bf7165e] {
  margin-right: 5px;
}
.error_row[data-v-9bf7165e] {
  background-color: rgba(226, 51, 61, 0.04);
}
.error_currency[data-v-9bf7165e] {
  color: var(--card-error-color);
}
.condition_sym[data-v-9bf7165e] {
  background-color: var(--card-rule-sym-color);
  padding: 4px 16px;
  border-radius: 39px;
  color: var(--color-zx-5);
  margin-left: 5px;
  font-size: 16px;
  font-weight: 800;
}
.show_pdf[data-v-9bf7165e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 0 24px;
}
.show_pdf .icon-icon_qiehuan_you[data-v-9bf7165e] {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--btn-bd-color);
  background-color: var(--drawer-bg);
}
.condition_currency[data-v-9bf7165e] {
  margin-right: 5px;
}
.pdf_view_box[data-v-9bf7165e] {
  width: 100%;
  padding: 0 24px;
  height: 60vh;
  overflow-y: auto;
}
.content_flex[data-v-9bf7165e] {
  display: flex;
  justify-content: space-between;
  height: 80vh;
}
.content_flex .right[data-v-9bf7165e] {
  width: 45%;
}
.content_left[data-v-9bf7165e] {
  width: 55%;
  overflow: hidden;
}
.dataNode[data-v-9bf7165e] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dataNode .left[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-top: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .left .nodeFirst[data-v-9bf7165e] {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: -10px;
}
.dataNode .right[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-bottom: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .right .nodeRight[data-v-9bf7165e] {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 30px;
  top: -10px;
}
.dataNode .right .nodeRight .dataNodeLeft[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-top: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .right .nodeRight .dataNodeLeft .dataNode2[data-v-9bf7165e] {
  position: absolute;
  left: 30px;
  top: -10px;
}
.dataNode .right .nodeRight .dataNodeRight[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-bottom: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .right .nodeRight .dataNodeRight .dataNode3[data-v-9bf7165e] {
  position: absolute;
  left: 30px;
  top: -10px;
}
.dataNode .right .nodeRight .dataNodeRight .dataNode3 .dataNode3Left[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-top: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .right .nodeRight .dataNodeRight .dataNode3 .dataNode3Left .dataNode3LeftList[data-v-9bf7165e] {
  position: absolute;
  left: 30px;
  top: -10px;
}
.dataNode .right .nodeRight .dataNodeRight .dataNode3 .dataNode3Right[data-v-9bf7165e] {
  width: 15px;
  height: 120px;
  border-left: 2px solid #739efc;
  border-bottom: 2px solid #739efc;
  margin-left: 10px;
  position: relative;
}
.dataNode .right .nodeRight .dataNodeRight .dataNode3 .dataNode3Right .dataNode3RightList[data-v-9bf7165e] {
  position: absolute;
  left: 30px;
  bottom: -10px;
}
.rulesDataNode[data-v-9bf7165e] {
  display: flex;
  align-items: center;
}
.logic[data-v-9bf7165e] {
  padding: 4px 10px;
  color: var(--tit-text-color);
  font-size: 12px;
  margin: 0 10px;
  border-radius: 39px;
}
.and[data-v-9bf7165e] {
  background-color: rgba(43, 91, 252, 0.08);
}
.or[data-v-9bf7165e] {
  background-color: rgba(220, 141, 243, 0.3);
}
.zoom_box[data-v-9bf7165e] {
  border: 1px solid var(--page-bd-color);
  border-top: none;
  border-radius: 0 0 6px 6px;
}
[data-v-9bf7165e] .zoom-controls {
  display: flex;
  align-content: center;
  justify-content: space-between;
  background-color: rgba(127, 128, 131, 0.582);
  border-radius: 18px;
  text-align: right;
  width: 148px;
  padding: 13px 20px;
  color: #fff;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--page-bd-color);
}
[data-v-9bf7165e] .zoom-controls .big {
  font-size: 20px;
}
[data-v-9bf7165e] .zoom-controls .small {
  font-size: 20px;
}
[data-v-9bf7165e] .zoom-controls .anticon svg {
  color: #fff !important;
}
.smalls[data-v-9bf7165e] {
  cursor: pointer;
}
.table_list[data-v-9bf7165e] {
  height: calc(100vh - 525px);
  overflow: auto;
}
.look[data-v-9bf7165e] {
  margin-top: 200px;
  margin-left: 220px;
}
.condition_currency_text[data-v-9bf7165e] {
  display: block;
  max-width: 800px;
  white-space: wrap;
}
.close_icon[data-v-9bf7165e] {
  font-size: 18px;
}
.defaultStatus[data-v-9bf7165e] {
  display: flex;
  align-items: center;
}
.defaultStatus img[data-v-9bf7165e] {
  margin-right: 5px;
  margin-left: 10px;
}
.warning[data-v-9bf7165e] {
  color: #f4840f;
}
.error[data-v-9bf7165e] {
  color: #e2333d;
}
.condition_status[data-v-9bf7165e] {
  padding-left: 5px;
}
