.editor-customEventTree-itemWrap-wrap {
  position: relative;
  height: 30px;
  border: 1px solid #47e;
  border-radius: 2px;
  cursor: pointer;
}
.editor-customEventTree-itemWrap-wrap.onhasdel {
  padding-right: 24px;
}
.editor-customEventTree-itemWrap-wrap .condition--no-label .item-wrap-ico,
.editor-customEventTree-itemWrap-wrap .elseIf--no-label .item-wrap-ico,
.editor-customEventTree-itemWrap-wrap .condition--no-label .item-wrap-type,
.editor-customEventTree-itemWrap-wrap .elseIf--no-label .item-wrap-type {
  opacity: 0;
}
.editor-customEventTree-itemWrap-wrap .cell {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-left: 2px solid #47e;
}
.editor-customEventTree-itemWrap-wrap .cell .wrapType {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.editor-customEventTree-itemWrap-wrap .cell .wrapType .typeColor {
  fill: #47e;
}
.editor-customEventTree-itemWrap-wrap .cell .remarkCon {
  margin-right: 8px;
}
.editor-customEventTree-itemWrap-wrap .cell .remark {
  display: flex;
  align-items: center;
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap .cell .remark .icon {
  fill: #fff;
}
.editor-customEventTree-itemWrap-wrap .extra {
  padding: 0 0 0 22px;
}
.editor-customEventTree-itemWrap-wrap .ico {
  color: rgba(0, 0, 0, 0.25);
}
.editor-customEventTree-itemWrap-wrap .ico,
.editor-customEventTree-itemWrap-wrap .close {
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.editor-customEventTree-itemWrap-wrap .close {
  color: #fff;
  cursor: pointer;
}
.editor-customEventTree-itemWrap-wrap .name {
  height: 22px;
  margin-right: 4px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap .full {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.editor-customEventTree-itemWrap-wrap .full::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background-color: #e5e5e5;
  content: '';
}
.editor-customEventTree-itemWrap-wrap .full .editor-select-focused:not(.editor-select-disabled).editor-select .editor-select-selector {
  box-shadow: none;
}
.editor-customEventTree-itemWrap-wrap .full .editor-select-selector {
  border: none !important;
}
.editor-customEventTree-itemWrap-wrap .full .editor-select-selection__placeholder {
  height: auto;
  color: rgba(28, 36, 46, 0.75);
  line-height: 21px;
}
.editor-customEventTree-itemWrap-wrap .full .editor-select-selection-selected-value {
  margin-top: -1px;
}
.editor-customEventTree-itemWrap-wrap .full + .full {
  margin-left: 2px;
}
.editor-customEventTree-itemWrap-wrap .cell-left {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap .type {
  display: flex;
  align-items: center;
  margin-top: -0.5px;
  padding-right: 3px;
}
.editor-customEventTree-itemWrap-wrap .type i {
  display: block;
  padding: 0 4px 0 2px;
  color: #47e;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: initial;
  text-align: center;
  border-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap .editor-input,
.editor-customEventTree-itemWrap-wrap .editor-select,
.editor-customEventTree-itemWrap-wrap .editor-btn,
.editor-customEventTree-itemWrap-wrap .editor-cascader-picker {
  height: 22px;
  font-size: 12px;
}
.editor-customEventTree-itemWrap-wrap .editor-btn.editor-btn-default {
  background: transparent;
  border-color: transparent;
}
.editor-customEventTree-itemWrap-wrap .editor-btn.editor-btn-default .anticon + span {
  margin-left: 2px;
}
.editor-customEventTree-itemWrap-wrap .editor-btn.editor-btn-default:hover,
.editor-customEventTree-itemWrap-wrap .editor-btn.editor-btn-default:focus,
.editor-customEventTree-itemWrap-wrap .editor-btn.editor-btn-default:active {
  background: rgba(0, 0, 0, 0.45);
  border-color: transparent;
}
.editor-customEventTree-itemWrap-wrap .editor-cascader-picker {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}
.editor-customEventTree-itemWrap-wrap .editor-cascader-picker .editor-cascader-picker-arrow,
.editor-customEventTree-itemWrap-wrap .editor-cascader-picker .editor-cascader-picker-clear {
  color: rgba(28, 36, 46, 0.45);
}
.editor-customEventTree-itemWrap-wrap .editor-select-selection {
  background-color: transparent;
}
.editor-customEventTree-itemWrap-wrap .editor-select {
  width: 100%;
}
.editor-customEventTree-itemWrap-wrap .editor-select .editor-select-selection {
  color: #1c242e;
  border-color: transparent;
}
.editor-customEventTree-itemWrap-wrap .editor-select .editor-select-selection--single {
  height: 22px;
}
.editor-customEventTree-itemWrap-wrap .editor-select .editor-select-arrow {
  color: #bfbfbf;
}
.editor-customEventTree-itemWrap-wrap .editor-input {
  color: #1c242e;
  background: transparent;
  border-color: transparent;
}
.editor-customEventTree-itemWrap-wrap.width {
  width: 230px;
}
.editor-customEventTree-itemWrap-wrap.subWidth {
  width: 330px;
}
.editor-customEventTree-itemWrap-wrap.event {
  border: 1px solid #47e;
}
.editor-customEventTree-itemWrap-wrap.event .cell {
  border-left: 2px solid #47e;
}
.editor-customEventTree-itemWrap-wrap.event .cell .cell-left {
  background: #47e;
}
.editor-customEventTree-itemWrap-wrap.event .cell .cell-left .typeColor {
  fill: #fff;
}
.editor-customEventTree-itemWrap-wrap.event .cell .full {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
}
.editor-customEventTree-itemWrap-wrap.event .type {
  margin-top: 0;
}
.editor-customEventTree-itemWrap-wrap.event .type i {
  color: #fff;
}
.editor-customEventTree-itemWrap-wrap.action {
  width: 560px;
  border: 1px solid #11c9ac;
}
.editor-customEventTree-itemWrap-wrap.action .cell {
  height: 100%;
  border-left: 2px solid #11c9ac;
}
.editor-customEventTree-itemWrap-wrap.action .cell .typeColor {
  fill: #11c9ac;
}
.editor-customEventTree-itemWrap-wrap.action .type {
  margin-top: 0;
}
.editor-customEventTree-itemWrap-wrap.action .type i {
  color: #11c9ac;
}
.editor-customEventTree-itemWrap-wrap.action + .action {
  margin-left: 26px;
}
.editor-customEventTree-itemWrap-wrap.action.group {
  border-bottom-right-radius: 0;
}
.editor-customEventTree-itemWrap-wrap.action:not(:first-child) {
  border-radius: 0;
}
.editor-customEventTree-itemWrap-wrap.action:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  width: 1px;
  background: #11c9ac;
  content: '';
}
.editor-customEventTree-itemWrap-wrap.action:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap.cycle {
  background: #e8b339;
}
.editor-customEventTree-itemWrap-wrap.condition {
  width: 560px;
  height: 30px;
  border-top: none;
  border-right: 1px solid #f759ab;
  border-bottom: none;
  border-left: 1px solid #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition:first-child {
  border-top: 1px solid #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition:last-child {
  border-bottom: 1px solid #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition .cell {
  border-left: 2px solid #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition .cell .typeColor {
  fill: #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition .type i {
  color: #f759ab;
}
.editor-customEventTree-itemWrap-wrap.condition + .editor-customEventTree-itemWrap-wrap.condition.condition {
  margin-top: -2px;
}
.editor-customEventTree-itemWrap-wrap.condition.condition:not(:first-child),
.editor-customEventTree-itemWrap-wrap.condition.condition:not(:last-child) {
  border-radius: 0;
}
.editor-customEventTree-itemWrap-wrap.condition.condition:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap.condition.condition:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap.condition .editor-select-selection__rendered {
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap.condition .editor-select-selection__rendered .editor-select-selection__placeholder {
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap.elseIf {
  width: 560px;
  height: 30px;
  border-top: none;
  border-right: 1px solid #45d7ef;
  border-bottom: none;
  border-left: 1px solid #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf:first-child {
  border-top: 1px solid #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf:last-child {
  border-bottom: 1px solid #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf .cell {
  border-left: 2px solid #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf .cell .typeColor {
  fill: #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf .type i {
  color: #45d7ef;
}
.editor-customEventTree-itemWrap-wrap.elseIf + .editor-customEventTree-itemWrap-wrap.elseIf.elseIf {
  margin-top: -2px;
}
.editor-customEventTree-itemWrap-wrap.elseIf.elseIf:not(:first-child),
.editor-customEventTree-itemWrap-wrap.elseIf.elseIf:not(:last-child) {
  border-radius: 0;
}
.editor-customEventTree-itemWrap-wrap.elseIf.elseIf:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap.elseIf.elseIf:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-customEventTree-itemWrap-wrap.elseIf .editor-select-selection__rendered {
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap.elseIf .editor-select-selection__rendered .editor-select-selection__placeholder {
  height: 100%;
}
.editor-customEventTree-itemWrap-wrap.callback {
  height: 30px;
  background-color: #fff;
  border: 1px solid #a25fff;
}
.editor-customEventTree-itemWrap-wrap.callback .cell {
  height: 100%;
  border-left: 2px solid #a25fff;
}
.editor-customEventTree-itemWrap-wrap.callback .cell .typeColor {
  fill: #a25fff;
}
.editor-customEventTree-itemWrap-wrap.callback .type i {
  color: #a25fff;
}
.editor-customEventTree-itemWrap-wrap.shielding {
  height: 30px;
  background-color: #fff;
  border: 1px solid rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-wrap.shielding:first-child {
  border-top: 1px solid rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-wrap.shielding:last-child {
  border-bottom: 1px solid rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-wrap.shielding .cell {
  height: 100%;
  border-left: 2px solid rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-wrap.shielding .cell .typeColor {
  fill: rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-wrap.shielding .type i {
  color: rgba(28, 36, 46, 0.25);
}
.editor-customEventTree-itemWrap-showRemark .cell .remark .icon,
.editor-customEventTree-itemWrap-wrap:hover .cell .remark .icon {
  fill: rgba(28, 36, 46, 0.35);
}
.editor-customEventTree-itemWrap-showRemark .cell .remark .iconCheck,
.editor-customEventTree-itemWrap-wrap:hover .cell .remark .iconCheck {
  fill: #608cf0;
}
.editor-customEventTree-itemWrap-remarkWrap .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
}
.editor-customEventTree-itemWrap-remarkWrap .header .cancel {
  color: rgba(28, 36, 46, 0.45);
  cursor: pointer;
}
.editor-customEventTree-itemWrap-remarkWrap .header .save {
  color: #47e;
  cursor: pointer;
}
.editor-customEventTree-itemWrap-remarkWrap .text {
  width: 224px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.editor-customEventTree-itemWrap-remarkWrap .text .count {
  display: inline-block;
  width: 100%;
  padding-right: 4px;
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}
.editor-customEventTree-itemWrap-remarkWrap .text .count .num {
  color: #fa7570;
}
.editor-customEventTree-itemWrap-remarkWrap .text .editor-input-affix-wrapper:hover {
  border: none;
}
.editor-customEventTree-itemWrap-remarkWrap .text .editor-input {
  height: 84px;
  padding: 4px 8px;
  overflow-y: auto;
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  line-height: 20px;
  border: none;
  resize: none;
}
.editor-customEventTree-itemWrap-remarkWrap .text .editor-input:focus {
  border: none;
  box-shadow: none;
}
.editor-customEventTree-itemWrap-remarkWrap .text .editor-input::-webkit-scrollbar {
  width: 1px;
}
.editor-customEventTree-itemWrap-remarkWrap .textMax {
  border-color: #fa7570;
}
.editor-customEventTree-itemWrap-popoverWrap .editor-popover-inner-content {
  padding: 12px;
}
.editor-customEventTree-itemWrap-tip {
  font-size: 12px;
}
.editor-customEventTree-itemWrap-tip .editor-tooltip-inner {
  min-height: 20px;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
}
