.bottom-split[data-v-64db3c2f] {
  margin-bottom: 10px;
}
.filter-tag-wrap[data-v-64db3c2f] {
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d0cac1;
}
.filter-tag-wrap .tag-row[data-v-64db3c2f] {
  width: calc(100% - 50px);
  overflow-x: auto;
}
.filter-tag-wrap .tag-row .tag-scroll[data-v-64db3c2f] {
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-tag-wrap .tag-row .each-tag[data-v-64db3c2f] {
  box-sizing: border-box;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: none;
  position: relative;
}
.filter-tag-wrap .tag-row .each-tag p[data-v-64db3c2f] {
  line-height: 25px;
}
.filter-tag-wrap .tag-row .each-tag-big[data-v-64db3c2f] {
  height: 57px;
  line-height: 57px;
}
.filter-tag-wrap .tag-row .each-tag-actived[data-v-64db3c2f] {
  border-bottom: 3px solid #f79a07;
  color: #f79a07;
}


.tag-row::-webkit-scrollbar {
	width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 0px;
}
.tag-row::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}
.tag-row::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.single-filter-row-root[data-v-93b6a170] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-filter-row-root + .single-filter-row-root[data-v-93b6a170] {
  margin-top: 10px;
}
.single-filter-row-root .single-filter-row-value[data-v-93b6a170] {
  flex: 1;
  margin: 0 10px;
}

.single-filter-row-root .tag-input__wrapper {
  position: relative;
  width: 100%;
}
.single-filter-row-root .tag-input__wrapper.panel {
  max-width: 100% !important;
}
.single-filter-row-root .ti-input {
  min-height: 40px;
  padding: 0;
}
.single-filter-row-root .ti-tags {
  max-height: 200px;
  overflow-y: auto;
}
.single-filter-row-root .ti-tags .ti-tag {
  background-color: #fff !important;
  min-height: 24px;
  line-height: 24px;
  margin: 6px 4px;
  padding: 0 8px;
}
.single-filter-row-root .ti-tags .ti-actions {
  opacity: 0.7;
  margin-left: 6px;
}

.filter-item-root[data-v-64f8f470] {
  margin-top: 10px;
}
.filter-item-label[data-v-64f8f470] {
  font-weight: 700;
  padding: 10px 0 6px;
  display: block;
}

.fitler-list-enter-active,
.fitler-list-leave-active {
  transition: all 0.3s;
}
.fitler-list-enter,
.fitler-list-leave-to {
  opacity: 0;
  transform: translateX(150px);
}

.drawer-total-wrap[data-v-3a7b92a0] {
  height: 100%;
  position: relative;
}
.filter-list-footer[data-v-3a7b92a0] {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  border-top: 1px solid #d0cac1;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-list-footer > button[data-v-3a7b92a0]:last-child {
  margin-left: 10px;
}
.filter-setting[data-v-3a7b92a0] {
  position: relative;
}
.filter-setting-title[data-v-3a7b92a0] {
  width: 100%;
  align-items: center;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #d0cac1;
}
.filter-setting-title .close-drawer[data-v-3a7b92a0] {
  position: absolute;
  right: 20px;
}
.filter-setting-title .s-title[data-v-3a7b92a0] {
  width: 300px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.filter-setting-title .s-input[data-v-3a7b92a0] {
  width: 200px;
  margin-left: 5px;
}
.filter-list-wrap[data-v-3a7b92a0] {
  width: 100%;
  padding: 0 10px;
}
.filter-list-wrap .each-list[data-v-3a7b92a0] {
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecebe9;
  padding: 0 10px;
}
.filter-list-wrap .each-list[data-v-3a7b92a0]:first-child {
  border-top: 1px solid #ecebe9;
}
.filter-list-wrap .s-content .s-title[data-v-3a7b92a0] {
  font-weight: 600;
}
.filter-list-wrap .s-content .tooltip-content[data-v-3a7b92a0] {
  padding: 2.5px;
  padding-right: 60px;
}
.filter-list-wrap .s-content .tooltip-content p[data-v-3a7b92a0] {
  line-height: 20px;
}
.filter-list-wrap .s-content .tooltip-content .s-label[data-v-3a7b92a0] {
  margin-bottom: 15px;
}
.name-input-wrap[data-v-3a7b92a0] {
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.name-input-wrap .input-count[data-v-3a7b92a0] {
  color: #999999;
}

.filter-setting-title .s-input {
  --n-border: none !important;
  --n-border-hover: none !important;
  --n-border-focus: none !important;
}
.template-drawer {
  box-sizing: border-box;
}
.template-drawer div {
  box-sizing: border-box;
}
.template-drawer .n-drawer-body-content-wrapper {
  padding: 0 !important;
}

.filter-template[data-v-65094e1d] {
  position: relative;
}
.filter-template-title[data-v-65094e1d] {
  width: 100%;
  align-items: center;
  padding: 10px;
  position: relative;
}
.filter-template-title .close-drawer[data-v-65094e1d] {
  position: absolute;
  right: 20px;
}
.filter-template-title .s-title[data-v-65094e1d] {
  width: 100px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.filter-template-title .s-input[data-v-65094e1d] {
  width: 200px;
  margin-left: 5px;
}
.right-add[data-v-65094e1d] {
  margin-left: 10px;
}
.template-list-wrap[data-v-65094e1d] {
  width: 100%;
  padding: 0 10px;
}
.template-list-wrap .each-list[data-v-65094e1d] {
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecebe9;
  padding: 0 10px;
}
.template-list-wrap .each-list[data-v-65094e1d]:first-child {
  border-top: 1px solid #ecebe9;
}
.template-list-wrap .s-content .s-title[data-v-65094e1d] {
  font-weight: 600;
}
.template-list-wrap .s-content .tooltip-content[data-v-65094e1d] {
  padding: 2.5px;
  padding-right: 60px;
}
.template-list-wrap .s-content .tooltip-content p[data-v-65094e1d] {
  line-height: 20px;
}
.template-list-wrap .s-content .tooltip-content .s-label[data-v-65094e1d] {
  margin-bottom: 15px;
}
.warn-text-wrap[data-v-65094e1d] {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.warn-text-wrap .input-count[data-v-65094e1d] {
  color: #999999;
}

.filter-template .s-input {
  --n-border: none !important;
  --n-border-hover: none !important;
  --n-border-focus: none !important;
}
.ss-input {
  --n-border: none !important;
  --n-border-hover: none !important;
  --n-border-focus: none !important;
}
.template-drawer {
  box-sizing: border-box;
}
.template-drawer div {
  box-sizing: border-box;
}
.template-drawer .n-drawer-body-content-wrapper {
  padding: 0 !important;
}

.template-wrap[data-v-2d30856e] {
  width: 100%;
  background: #fff;
}
.template-wrap div[data-v-2d30856e] {
  box-sizing: border-box;
}
.template-wrap .template-row .template-btn[data-v-2d30856e] {
  width: 140px;
  height: 57px;
  border-bottom: 1px solid #d0cac1;
  cursor: pointer;
}
.template-wrap .template-row .s-template[data-v-2d30856e] {
  flex: 1;
  width: 0;
  word-break: break-word;
}
.template-wrap .template-row .wrap[data-v-2d30856e] {
  height: 100%;
  border-left: 1px solid #ecebe9;
  justify-content: center;
  align-items: center;
}
.template-wrap .template-row .wrap p[data-v-2d30856e] {
  margin-left: 10px;
}
.template-wrap .template-row .wrap:hover .wrap p[data-v-2d30856e] {
  color: #ffaa24;
}

.count-wrap[data-v-247f596c] {
  background: #fff;
  display: flex;
  height: 100px;
  background-color: #fff;
  padding: 20px;
}
.count-item[data-v-247f596c] {
  display: flex;
  flex: 1;
  justify-content: center;
}
.count-item .event-count[data-v-247f596c] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.count-item .event-count .left[data-v-247f596c] {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 12px;
  margin-right: 20px;
}
.count-item .event-count .count[data-v-247f596c] {
  font-size: 48px;
  font-weight: 700;
}
.count-item .event-count .s-num1[data-v-247f596c] {
  font-size: 48px;
  color: #f63232;
  font-weight: 700;
}
.count-item .event-count .s-num2[data-v-247f596c] {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.count-item .need-cursor[data-v-247f596c] {
  cursor: pointer;
}
.divider[data-v-247f596c] {
  width: 1px;
  height: 100%;
  background-color: #ecebe9;
  margin: 0 3vw;
  justify-content: center;
}
.colorHigh[data-v-247f596c] {
  color: #f79a07 !important;
}

.focus-extra-filter-wrapper {
  background-color: #fff;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: flex-end;
}
.focus-extra-filter-wrapper .select-wrap {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 10px 10px 0;
}
.focus-extra-filter-wrapper .select-wrap .n-base-selection__border {
  display: none;
}
.focus-extra-filter-wrapper .select-wrap .n-base-selection__state-border {
  display: none;
}
.focus-extra-filter-wrapper .alarm-wrap {
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
}
.focus-extra-filter-wrapper .alarm-wrap .n-input .n-input__border,
.focus-extra-filter-wrapper .alarm-wrap .n-input .n-input__state-border {
  display: none;
}
.focus-extra-filter-wrapper .alarm-wrap .c-icon {
  font-size: 16px;
  margin-right: 6px;
  transform: translateY(-6px);
}
.focus-extra-filter-wrapper .alarm-wrap span {
  line-height: 30px;
  font-size: 12px;
}
.focus-extra-filter-wrapper .alarm-wrap .first-picker {
  width: 67px;
}
.focus-extra-filter-wrapper .alarm-wrap .first-picker .n-input__suffix {
  display: none;
}

.c-icon[data-v-5fc33df7] {
  display: inline-flex;
  align-items: center;
  color: #91897c;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
}
.c-icon[data-v-5fc33df7]:focus,
.c-icon[data-v-5fc33df7]:active,
.c-icon[data-v-5fc33df7]:hover {
  color: #f79a07;
}
.c-icon--tiny[data-v-5fc33df7] {
  font-size: 12px;
}
.c-icon--small[data-v-5fc33df7] {
  font-size: 14px;
}
.c-icon--half[data-v-5fc33df7] {
  font-size: 16px;
}
.c-icon--medium[data-v-5fc33df7] {
  font-size: 18px;
}
.c-icon--large[data-v-5fc33df7] {
  font-size: 20px;
}
.c-icon--huge[data-v-5fc33df7] {
  font-size: 44px;
}
.c-icon--readonly[data-v-5fc33df7] {
  cursor: text;
}
.c-icon--readonly[data-v-5fc33df7]:hover {
  color: #91897c;
}
.c-icon--disabled[data-v-5fc33df7] {
  color: #ded9d3;
  cursor: not-allowed;
}
.c-icon--disabled[data-v-5fc33df7]:hover {
  color: #ded9d3;
}
.c-icon__svg[data-v-5fc33df7] {
  width: 1em;
  height: 1em;
  fill: currentColor;
  overflow: hidden;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
}

.ellipsis-wrapper {
  width: 100%;
  min-height: 66px;
}
.ellipsis-wrapper .row-ellipsis {
  position: absolute;
  right: 0;
  background: #fff;
  margin: 38px 0 0 10px;
}
.ellipsis-wrapper .last {
  display: flex;
  justify-content: space-between;
}
.row-wrapper {
  position: relative;
  overflow-y: hidden;
}
.row-wrapper .row-content {
  position: absolute;
}
.row-wrapper .c-icon {
  position: absolute;
  right: 0;
  background: #fff;
  margin: 43px 0 0 10px;
}

.vxe-table-wrapper {
  background-color: #fff;
}
.vxe-table-wrapper .vxe-loading > .vxe-loading--warpper {
  color: #f79e07 !important;
}
.vxe-table-wrapper .c-page {
  padding-right: 20px;
  padding-bottom: 20px;
}
.vxe-table-wrapper .vxe-table--header-wrapper {
  visibility: hidden;
}
.vxe-table-wrapper .first-column {
  transform: translateY(20px);
}
.vxe-table-wrapper .vxe-body--column {
  vertical-align: baseline;
}
.vxe-table-wrapper .vxe-body--column::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ededed;
}
.vxe-table-wrapper .vxe-cell {
  font-size: 12px;
}
.vxe-table-wrapper .column-title {
  color: #999;
  white-space: nowrap;
}
.vxe-table-wrapper .column-content {
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.deal-dealMsg-modal .tag-input__wrapper {
  max-width: 100% !important;
}

.vxe-cell[data-v-540a19ae] {
  position: relative;
}
.vxe-cell .tag-new[data-v-540a19ae] {
  position: absolute;
  top: 0;
  left: 1px;
  color: #fff;
  background: #F63232;
  border-radius: 0px 0px 6px 0px;
  padding: 0 4px;
  font-size: 12px;
}
.client-info-wrapper[data-v-540a19ae] {
  display: flex;
  align-items: flex-start;
}
.client-info-wrapper .c-icon[data-v-540a19ae] {
  transform: translate(0px, 6px);
  margin-right: 10px;
}
.empty-p[data-v-540a19ae] {
  color: #fff;
}

.threat-focus-page-wrapper {
  padding: 0 !important;
}
.threat-focus-page-wrapper .search-group__wrapper {
  margin-top: -10px;
}

