.editor-recomend .editor-popover-arrow-content {
  background-color: rgba(233, 235, 252, 0.9);
}
.editor-recomend .editor-popover-content {
  background-color: white;
  border-radius: 6px;
}
.editor-recomend .editor-popover-inner {
  background: linear-gradient(93deg, rgba(68, 119, 238, 0.1) 0%, rgba(162, 95, 255, 0.1) 31%, rgba(17, 201, 172, 0.1) 49%, rgba(17, 201, 172, 0.05) 82%), linear-gradient(180deg, rgba(243, 245, 250, 0.1) 0%, #f3f5fa 34%);
}
.editor-recomend .editor-popover-inner .editor-popover-inner-content {
  padding: 12px 16px;
}
.editor-recomend .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c242e;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.editor-recomend .content .title .close {
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
  cursor: pointer;
}
.editor-recomend .content .tips {
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.editor-recomend .content .actionItem {
  margin-top: 12px;
  padding: 12px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%) #fff;
  border-radius: 12px;
}
.editor-recomend .content .actionItem .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
}
.editor-recomend .content .actionItem .title .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.editor-recomend .content .actionItem .title .icon .iconImg {
  position: absolute;
  top: -4px;
  left: -8px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
}
.editor-recomend .content .actionItem .title .tit {
  flex: 1;
  color: #1c242e;
}
.editor-recomend .content .actionItem .title .editor-btn.editor-btn-link {
  display: flex;
  align-items: center;
  color: #47e;
}
.editor-recomend .content .actionItem .title .editor-btn.editor-btn-link .right {
  margin-left: 4px;
  font-size: 10px;
}
.editor-recomend .content .actionItem .event-show {
  width: 303px;
}
.editor-recomend .content .actionItem .event-show .group {
  position: relative;
}
.editor-recomend .content .actionItem .event-show .group .item {
  position: relative;
  min-height: 24px;
  padding: 0;
  padding-top: 2px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_v_line,
.editor-recomend .content .actionItem .event-show .group .item .item_h_line {
  position: absolute;
  left: 0;
  z-index: 1;
  background: #e5e5e5;
}
.editor-recomend .content .actionItem .event-show .group .item .item_v_line {
  top: 0;
  bottom: 0;
  width: 0.5px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_h_line {
  top: 13px;
  width: 20px;
  height: 1px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_tools {
  position: absolute;
  left: -36px;
  width: 16px;
  height: 36px;
  padding: 0;
  font-size: 9.6px;
  line-height: 36px;
  text-align: right;
}
.editor-recomend .content .actionItem .event-show .group .item .switch {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  width: 20px;
  font-size: 9.6px;
  text-align: center;
}
.editor-recomend .content .actionItem .event-show .group .item .switch span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-recomend .content .actionItem .event-show .group .item .switch .anticon {
  color: #555b63;
  font-size: 8px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_main {
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 1px 4px;
  padding-left: 17px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_main.close > div.action.group:first-child {
  border-bottom-right-radius: 6px;
}
.editor-recomend .content .actionItem .event-show .group .item .item_main.close + div.group {
  display: none;
}
.editor-recomend .content .actionItem .event-show .group .plain-full-text {
  color: #1c242e;
}
.editor-recomend .content .actionItem .event-show .group .placeholder-text {
  color: rgba(28, 36, 46, 0.25);
}
.editor-recomend .content .actionItem .event-show .group .plain-full-text,
.editor-recomend .content .actionItem .event-show .group .placeholder-text {
  display: flex;
  align-items: center;
  margin-left: 8px;
  overflow: hidden;
  font-size: 9.6px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-recomend .content .actionItem .event-show .group .plain-full-text .actionTitleText,
.editor-recomend .content .actionItem .event-show .group .placeholder-text .actionTitleText {
  max-width: fit-content;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap {
  position: relative;
  height: 24px;
  border: 1px solid #47e;
  border-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .condition--no-label .item-wrap-ico,
.editor-recomend .content .actionItem .event-show .recommend-wrap .elseIf--no-label .item-wrap-ico,
.editor-recomend .content .actionItem .event-show .recommend-wrap .condition--no-label .item-wrap-type,
.editor-recomend .content .actionItem .event-show .recommend-wrap .elseIf--no-label .item-wrap-type {
  opacity: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .cell {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-left: 2px solid #47e;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .cell .wrapType {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .cell .wrapType .typeColor {
  fill: #47e;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .ico {
  color: rgba(0, 0, 0, 0.25);
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .name {
  height: 22px;
  margin-right: 4px;
  padding: 0 4px;
  font-size: 9.6px;
  line-height: 22px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full {
  position: relative;
  flex: 1;
  overflow: hidden;
  zoom: 0.8;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background-color: #e5e5e5;
  content: '';
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full .editor-select-focused:not(.editor-select-disabled).editor-select .editor-select-selector {
  box-shadow: none;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full .editor-select-selector {
  border: none !important;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full .editor-select-selection__placeholder {
  height: auto;
  color: rgba(28, 36, 46, 0.75);
  line-height: 21px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full .editor-select-selection-selected-value {
  margin-top: -1px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .full + .full {
  margin-left: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .cell-left {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .type {
  display: flex;
  align-items: center;
  margin-top: -0.5px;
  padding-right: 3px;
  zoom: 0.8;
}
.editor-recomend .content .actionItem .event-show .recommend-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-recomend .content .actionItem .event-show .recommend-wrap .editor-btn.editor-btn-default {
  background: transparent;
  border-color: transparent;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .editor-btn.editor-btn-default .anticon + span {
  margin-left: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap .editor-btn.editor-btn-default:hover,
.editor-recomend .content .actionItem .event-show .recommend-wrap .editor-btn.editor-btn-default:focus,
.editor-recomend .content .actionItem .event-show .recommend-wrap .editor-btn.editor-btn-default:active {
  background: rgba(0, 0, 0, 0.45);
  border-color: transparent;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.width {
  max-width: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.subWidth {
  max-width: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event .cell .cell-left {
  background: #47e;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event .cell .cell-left .typeColor {
  fill: #fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event .type {
  margin-top: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event .type i {
  color: #fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action {
  border: 1px solid #11c9ac;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action .cell {
  height: 100%;
  border-left: 2px solid #11c9ac;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action .cell .typeColor {
  fill: #11c9ac;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action .type {
  margin-top: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action .type i {
  color: #11c9ac;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action + .action {
  margin-left: 26px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action.group {
  border-bottom-right-radius: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action:not(:first-child) {
  border-radius: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  width: 1px;
  background: #11c9ac;
  content: '';
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.action:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.cycle {
  background: #e8b339;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition {
  height: 24px;
  border-top: none;
  border-right: 1px solid #f759ab;
  border-bottom: none;
  border-left: 1px solid #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition:first-child {
  border-top: 1px solid #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition:last-child {
  border-bottom: 1px solid #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition .cell {
  border-left: 2px solid #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition .cell .typeColor {
  fill: #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition .type i {
  color: #f759ab;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition + .editor-recomend .content .actionItem .event-show .recommend-wrap.condition.condition {
  margin-top: -2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition.condition:not(:first-child),
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition.condition:not(:last-child) {
  border-radius: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition.condition:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition.condition:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition .editor-select-selection__rendered {
  height: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.condition .editor-select-selection__rendered .editor-select-selection__placeholder {
  height: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf {
  height: 24px;
  border-top: none;
  border-right: 1px solid #45d7ef;
  border-bottom: none;
  border-left: 1px solid #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf:first-child {
  border-top: 1px solid #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf:last-child {
  border-bottom: 1px solid #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf .cell {
  border-left: 2px solid #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf .cell .typeColor {
  fill: #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf .type i {
  color: #45d7ef;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf + .editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf.elseIf {
  margin-top: -2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf.elseIf:not(:first-child),
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf.elseIf:not(:last-child) {
  border-radius: 0;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf.elseIf:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf.elseIf:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf .editor-select-selection__rendered {
  height: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.elseIf .editor-select-selection__rendered .editor-select-selection__placeholder {
  height: 100%;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.callback {
  height: 24px;
  background-color: #fff;
  border: 1px solid #a25fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.callback .cell {
  height: 100%;
  border-left: 2px solid #a25fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.callback .cell .typeColor {
  fill: #a25fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.callback .type i {
  color: #a25fff;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event {
  border: 1px solid #47e;
}
.editor-recomend .content .actionItem .event-show .recommend-wrap.event .cell {
  border-left: 2px solid #47e;
}
