@charset "UTF-8";
.relationships-list[data-v-5521d8e0] {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 20px 0;
}
.relationships-list td[data-v-5521d8e0] {
  height: 32px;
  padding: 4px 8px;
  text-align: center;
  width: 50%;
}
.relationships-list thead td[data-v-5521d8e0] {
  background: rgba(33, 150, 243, 0.1);
  color: #666;
}
.relationships-list .table-content[data-v-5521d8e0] {
  max-height: 164px;
  overflow: auto;
  display: block;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.relationships-list .table-content tr[data-v-5521d8e0] {
  border-bottom: 1px solid #e8e8e8;
}
.relationships-list .table-content tr[data-v-5521d8e0]:last-child {
  border-bottom: none;
}
.relationships-list tr[data-v-5521d8e0] {
  width: 100%;
  display: table;
}
.relationships-list tr td[data-v-5521d8e0]:nth-child(2n+1) {
  border-right: 1px solid #e8e8e8;
}
.triggerSet-containers[data-v-5521d8e0] {
  height: 100vh;
}
.triggerSet-containers .header-box[data-v-5521d8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  background: #ffffff;
  height: 54px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.triggerSet-containers .header-box .left[data-v-5521d8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.triggerSet-containers .header-box .left .fa-houtui[data-v-5521d8e0] {
  margin-right: 8px;
}
.triggerSet-containers .header-box .left .back-txt[data-v-5521d8e0] {
  margin-left: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2196F3;
}
.triggerSet-containers .header-box .left .header-title[data-v-5521d8e0] {
  margin-left: 16px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1A1A1C;
}
.triggerSet-containers .containers[data-v-5521d8e0] {
  padding: 15px;
  height: calc(100% - 64px);
}
.triggerSet-containers .text-title[data-v-5521d8e0] {
  font-size: 16px;
  padding-left: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #DCDEE0;
}
.triggerSet-containers .trigger-selection[data-v-5521d8e0] {
  height: 171px;
  background: #ffffff;
}
.triggerSet-containers .trigger-selection .trigger-options[data-v-5521d8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
}
.triggerSet-containers .trigger-selection .trigger-options .trigger-btn[data-v-5521d8e0] {
  width: 50%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  text-align: left;
  background: #FFF;
  border: 1px solid #DCDFE6;
  /* 边框颜色 */
  border-radius: 3px;
  color: #606266;
  /* 文字颜色 */
  font-size: 14px;
  /* 文字大小 */
  cursor: pointer;
  /* 鼠标样式 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 过渡效果 */
}
.triggerSet-containers .trigger-selection .trigger-options .trigger-btn[data-v-5521d8e0]:hover, .triggerSet-containers .trigger-selection .trigger-options .trigger-btn[data-v-5521d8e0]:focus {
  color: #2196F3;
  /* 悬浮或激活时的文字颜色 */
  border-color: #2196F3;
  /* 悬浮或激活时的边框颜色 */
}
.triggerSet-containers .trigger-selection .trigger-options .trigger-btn .btn-left[data-v-5521d8e0] {
  padding-left: 16px;
  padding-top: 20px;
  font-size: 24px;
}
.triggerSet-containers .trigger-selection .trigger-options .trigger-btn .btn-right[data-v-5521d8e0] {
  padding-left: 12px;
  padding-top: 12px;
}
.triggerSet-containers .trigger-selection .trigger-options .trigger-btn .btn-right .fs-12[data-v-5521d8e0] {
  font-size: 12px;
}
.triggerSet-containers .trigger-condition[data-v-5521d8e0] {
  margin-top: 10px;
  background: #ffffff;
  height: calc(100% - 171px);
}
.triggerSet-containers .trigger-condition .condition-list[data-v-5521d8e0] {
  height: calc(100% - 60px);
  overflow: auto;
}
.triggerSet-containers .trigger-condition .condition-list[data-v-5521d8e0]  .el-card {
  margin: 15px;
}
.triggerSet-containers .trigger-condition .condition-list[data-v-5521d8e0]  .el-card .el-card__header {
  padding: 12px 20px;
}
.triggerSet-containers .trigger-condition .condition-list .node-list[data-v-5521d8e0] {
  max-height: 117px;
  overflow: auto;
}
.triggerSet-containers .trigger-condition .condition-list .list-top[data-v-5521d8e0] {
  width: 35vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  line-height: 25px;
}
.triggerSet-containers .trigger-condition .condition-list .card-list[data-v-5521d8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
}
.triggerSet-containers .trigger-condition .condition-list .card-list .number_circle[data-v-5521d8e0] {
  display: table-cell;
  border-radius: 18px;
  border: 1px solid #2196F3;
  /* 边框颜色 */
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  color: #2196F3;
  margin-right: 25px;
}
.triggerSet-containers .trigger-condition .condition-list .list[data-v-5521d8e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.triggerSet-containers .trigger-condition .condition-list .list .left-Top[data-v-5521d8e0] {
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  line-height: 25px;
}
.triggerSet-containers .trigger-condition .condition-list .list .center[data-v-5521d8e0] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 450px);
}
.triggerSet-containers .trigger-condition .condition-list .list .pre-line[data-v-5521d8e0] {
  white-space: pre-line;
}
.triggerSet-containers .trigger-condition .tip-empty[data-v-5521d8e0] {
  text-align: center;
  margin-top: 162px;
  margin-right: 20px;
  color: #999999;
}
.triggerSet-containers .Btn[data-v-5521d8e0] {
  width: 24px;
  height: 24px;
}
