
.select-content-dialog[data-v-7392c01e] .el-dialog__body {
  padding-top: 10px;
}
[data-v-7392c01e] .el-dialog__body {
  display: flex;
  max-height: 67vh;
}
.dialog-footer[data-v-7392c01e] {
  text-align: center;
}
.select-content-dialog[data-v-95d4fb1c] .el-dialog__body {
  padding-top: 10px;
}
[data-v-95d4fb1c] .el-dialog__body {
  display: flex;
  max-height: 67vh;
}
.dialog-footer[data-v-95d4fb1c] {
  text-align: center;
}
.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
.se-multiple-select-wrap[data-v-062d2e24] {
  display: inline-block;
  width: 100%;
}
.virtual-select .el-input__inner[data-v-062d2e24] {
  min-height: 28px;
  height: auto;
  padding: 2px 30px 2px 10px;
  line-height: 22px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.virtual-select .el-select__tags[data-v-062d2e24] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -4px;
  position: relative;
  transform: translateY(0);
  top: 0;
}
.virtual-select .el-select__tags .el-tag[data-v-062d2e24] {
  margin: 2px 4px 2px 4px;
}
.virtual-select .el-select__placeholder[data-v-062d2e24] {
  color: #c0c4cc;
}
.se-multiple-se-dropdown[data-v-062d2e24] {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(233, 233, 233, 0.877);
  background: #fff;
  padding: 4px 0;
}
.virtual-list-wrap[data-v-062d2e24] {
  position: relative;
  height: 274px;
  background: #fff;
}
.virtual-list-loading[data-v-062d2e24] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  color: #d52b1e;
  font-size: 14px;
}
.virtual-list-loading .el-icon-loading[data-v-062d2e24] {
  margin-right: 6px;
  font-size: 18px;
}
.scroller[data-v-062d2e24] {
  height: 100%;
  background: #fff;
}
.scroller[data-v-062d2e24] .vue-recycle-scroller__item-wrapper {
  background: #fff;
}
.virtual-se-item[data-v-062d2e24] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  contain: layout style paint;
}
.virtual-se-item .virtual-se-item-left[data-v-062d2e24] {
  display: flex;
  align-items: center;
  min-width: 0;
}
.virtual-se-item .virtual-se-item-right[data-v-062d2e24] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.virtual-se-item span.se-name[data-v-062d2e24] {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.virtual-se-item .vsi-checkbox[data-v-062d2e24] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
}
.virtual-se-item .vsi-checkbox.is-checked[data-v-062d2e24] {
  background-color: #d52b1e;
  border-color: #d52b1e;
}
.virtual-se-item .vsi-checkbox.is-checked[data-v-062d2e24]::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.virtual-se-item .vsi-tag[data-v-062d2e24] {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  margin-right: 4px;
}
.virtual-se-item .vsi-tag--info[data-v-062d2e24] {
  background: #f4f4f5;
  color: #909399;
  border: 1px solid #e9e9eb;
}
.virtual-se-item .vsi-tag--warning[data-v-062d2e24] {
  background: #fdf6ec;
  color: #e6a23c;
  border: 1px solid #f5dab1;
}
.virtual-se-item .vsi-tag--success[data-v-062d2e24] {
  background: #f0f9eb;
  color: #67c23a;
  border: 1px solid #c2e7b0;
}
.virtual-se-item .vsi-tag--danger[data-v-062d2e24] {
  background: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fbc4c4;
}
.virtual-se-item.selected[data-v-062d2e24] {
  color: #d52b1e;
}
.virtual-se-item.is-disabled[data-v-062d2e24] {
  color: #c0c4cc;
  cursor: not-allowed;
}
.virtual-se-item.is-disabled .vsi-checkbox[data-v-062d2e24],
.virtual-se-item.is-disabled .vsi-tag[data-v-062d2e24] {
  opacity: 0.5;
}
.virtual-se-item[data-v-062d2e24]:not(.is-disabled):hover {
  background: #f5f7fa;
}
.filter-input-wrap[data-v-062d2e24] {
  padding: 8px;
  border-bottom: 1px solid #ebeef5;
}
.se-multiple-se .multiple-se-item[data-v-062d2e24] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.se-multiple-se .multiple-se-item span.se-name[data-v-062d2e24] {
  margin-left: 10px;
}
.se-multiple-se .multiple-se-item.selected[data-v-062d2e24]::after {
  content: none !important;
}
.se-multiple-se .multiple-se-item.selected.is-disabled[data-v-062d2e24] {
  color: #f56c6c !important;
  cursor: not-allowed;
}
.se-multiple-se .multiple-se-item.is-disabled .el-checkbox[data-v-062d2e24],
.se-multiple-se .multiple-se-item.is-disabled .el-tag[data-v-062d2e24] {
  opacity: 0.5;
}
.se-multiple-se .multiple-se-item[data-v-062d2e24] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #d52b1e !important;
  border-color: #d52b1e !important;
}
.se-multiple-se .multiple-se-item[data-v-062d2e24] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #fff !important;
}
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox, .se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox::after,
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox input[type=checkbox],
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__input,
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__input::after,
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__input input[type=checkbox],
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__inner,
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__inner::after,
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__inner input[type=checkbox] {
  cursor: pointer !important;
}
.se-multiple-se .multiple-se-item[data-v-062d2e24]:not(.is-disabled) .el-checkbox__input.is-disabled:not(.is-checked) .el-checkbox__inner {
  background-color: #ffffff !important;
  border-color: #dcdfe6 !important;
}
.checked[data-v-062d2e24] {
  color: #d52b1e;
  font-weight: bold;
}
.wrapper[data-v-062d2e24] {
  height: 34px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.virtual-select .el-select__tags span[data-v-062d2e24] {
  display: inline-block !important;
}
.el-image[data-v-b3577e68] {
  width: 200px;
  height: 200px;
}
[data-v-b3577e68] .el-dialog__header {
  padding-bottom: 0;
}
[data-v-b3577e68] .el-dialog__body {
  padding: 0;
}
[data-v-b3577e68] .el-dialog__footer {
  padding: 0;
}
.qrcode[data-v-b3577e68] {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qrcode h3[data-v-b3577e68] {
  color: #000;
}
[data-v-5e359f5a] .el-dialog {
  max-width: 90vw;
}
[data-v-5e359f5a] .el-dialog__body {
  padding: 0px;
  display: flex;
  max-height: 67vh;
}
.el-form[data-v-5e359f5a] {
  padding: 0 30px;
}
.el-form h4[data-v-5e359f5a] {
  margin-bottom: 5px;
  white-space: nowrap;
}
.el-form .el-form-item.push-to-msl[data-v-5e359f5a] {
  margin-top: 28px;
  display: flex;
}
.el-form .el-form-item.push-to-msl[data-v-5e359f5a] .el-form-item__error {
  top: 90%;
  padding-top: 0;
}
.el-form .el-form-item.push-to-msl .bind-wechat-link[data-v-5e359f5a] {
  text-decoration: underline;
  margin-left: 10px;
  color: #d52b1e !important;
}
.el-form .el-form-item[data-v-5e359f5a]:not(.no-mt) {
  margin-bottom: 10px !important;
}
.el-form .el-form-item.no-mb[data-v-5e359f5a] {
  margin-bottom: 0 !important;
}
.el-form .el-form-item[data-v-5e359f5a] .el-form-item__label {
  padding: 0;
}
.el-form .el-form-item.cate .el-radio-group[data-v-5e359f5a] {
  display: flex;
  padding: 4px 0;
}
.el-form .el-form-item.select-content[data-v-5e359f5a] {
  margin: 15px 0;
}
.el-form .el-form-item.request-type .el-radio[data-v-5e359f5a] {
  display: block;
  line-height: 32px;
}
.el-form .el-select[data-v-5e359f5a] {
  width: 100%;
}
.el-row.greetings-settings[data-v-5e359f5a], .el-row.request-type[data-v-5e359f5a] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.el-row.request-type[data-v-5e359f5a] {
  margin-top: 10px;
  padding: 5px 0 10px;
  background-color: #f4f7f9;
}
.el-row.request-type h4[data-v-5e359f5a] {
  margin-top: 5px;
  line-height: 25px;
}
.el-row .el-col.priority[data-v-5e359f5a], .el-row .el-col.schedule-date[data-v-5e359f5a], .el-row .el-col.interaction-date-time[data-v-5e359f5a], .el-row .el-col.interaction-type[data-v-5e359f5a] {
  width: auto !important;
}
.el-row .el-col.priority .el-form-item[data-v-5e359f5a] {
  min-width: 100px;
}
.el-row .el-col.interaction-type .el-form-item[data-v-5e359f5a] {
  min-width: 150px;
}
.el-row .el-col.settings[data-v-5e359f5a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0 !important;
}
.el-row .el-col.settings.msl[data-v-5e359f5a] {
  justify-content: flex-start;
}
.el-row .el-col.greetings[data-v-5e359f5a] {
  padding-left: 0 !important;
}
.el-row .times-select[data-v-5e359f5a] {
  width: 110px;
}
.el-row .datetime[data-v-5e359f5a] {
  display: flex;
  align-items: flex-end;
}
.el-row .datetime .el-date-editor[data-v-5e359f5a]:first-child {
  width: 125px !important;
}
.el-row .datetime .el-date-editor[data-v-5e359f5a]:last-child {
  width: 110px !important;
}
.el-row .datetime .el-date-editor .el-input__inner[data-v-5e359f5a] {
  padding-right: 10px !important;
}
.el-row .datetime .el-date-editor[data-v-5e359f5a]:first-child {
  margin-right: 5px;
}
.cate-intro[data-v-5e359f5a] {
  width: 455px;
  background: none;
}
.cate-intro[data-v-5e359f5a] th,
.cate-intro[data-v-5e359f5a] tr,
.cate-intro[data-v-5e359f5a] td {
  background: none !important;
}
.table-wrapper[data-v-5e359f5a] {
  padding: 10px 30px;
}
.table-wrapper .operation-actions .el-button[data-v-5e359f5a] {
  font-size: 16px;
  color: #0078a3;
}
.table-wrapper .operation-actions .el-button[data-v-5e359f5a]:hover {
  color: #37b7ee;
}
.dialog-footer[data-v-5e359f5a] {
  text-align: center;
}
[data-v-5e359f5a].el-form .el-form-item.request-type .el-radio .el-radio__label {
  white-space: break-spaces;
  word-break: break-word;
  vertical-align: top;
  display: inline-block;
}
.activity_options[data-v-5e359f5a] {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
@charset "UTF-8";
[data-v-0796795e] .el-dialog__body {
  padding: 0;
  display: flex;
  max-height: 70vh;
}
[data-v-0796795e] .el-scrollbar.dialog {
  min-width: auto;
}
.el-form-item[data-v-0796795e] {
  margin-bottom: 15px !important;
}
.el-form-item .el-select[data-v-0796795e],
.el-form-item .el-input[data-v-0796795e],
.el-form-item .el-textarea[data-v-0796795e] {
  width: 90%;
}
.el-form-item .push-to-msl-msg[data-v-0796795e] {
  position: absolute;
  left: 0px;
  top: 90%;
  color: #f56c6c;
  font-size: 12px;
  line-height: 12px;
}
.el-form-item .se-control[data-v-0796795e] {
  width: 90%;
  display: flex;
}
.el-form-item .se-control .el-select[data-v-0796795e] {
  flex: 1;
}
.el-form-item .se-control .el-select + .el-button[data-v-0796795e] {
  margin-left: 10px;
}
.el-form-item .upload-files[data-v-0796795e] {
  margin-top: 5px;
}
.el-form-item .upload-files .upload-file-item[data-v-0796795e] {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.el-form-item .upload-files .upload-file-item a[data-v-0796795e] {
  margin-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
}
.el-form-item .upload-files .upload-file-item span[data-v-0796795e] {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #d52b1e;
  display: none;
}
.el-form-item .upload-files .upload-file-item span[data-v-0796795e]:hover {
  color: #606266;
}
.el-form-item .upload-files .upload-file-item:hover span[data-v-0796795e] {
  display: block;
}
.el-form-item .security-level[data-v-0796795e],
.el-form-item .right-find[data-v-0796795e] {
  margin-top: 5px;
  width: 90%;
  color: #e6a23c;
  line-height: 20px;
  font-size: 12px;
  word-break: break-word;
}
.el-form-item .security-level[data-v-0796795e],
.el-form-item .security-level i[data-v-0796795e],
.el-form-item .right-find[data-v-0796795e],
.el-form-item .right-find i[data-v-0796795e] {
  font-weight: bold;
}
.el-form-item .security-level i[data-v-0796795e],
.el-form-item .right-find i[data-v-0796795e] {
  margin-right: 3px;
}
.el-form-item .security-level a[data-v-0796795e],
.el-form-item .right-find a[data-v-0796795e] {
  text-decoration: underline;
}
.footer[data-v-0796795e] {
  text-align: center;
}
[data-v-0796795e] .top-label {
  margin-bottom: 0px !important;
}
[data-v-0796795e] .top-label .el-form-item__label {
  position: static !important;
  /* 覆盖默认的相对定位 */
  float: none !important;
  /* 移除浮动 */
  width: 100% !important;
  /* 设置宽度为100% */
}
[data-v-0796795e] .top-label .el-form-item__content {
  margin-left: 0 !important;
  /* 移除默认的左边距 */
}
[data-v-0796795e] .row-line {
  width: 90%;
}
[data-v-0796795e] .row-line .el-form-item .el-select {
  width: 100% !important;
}
.activity_options[data-v-0796795e] {
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.checkbox-wrapper[data-v-0796795e] {
  display: flex;
  align-items: center;
}
[data-v-0796795e] .custom-confirm-dialog .el-dialog__body {
  width: 100%;
  display: block;
  padding: 10px 30px;
  color: #000000;
}
.confirm-divider[data-v-0796795e] {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 20px 0;
}

/*# sourceMappingURL=5.a62e38a8.css.map*/