/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/nprogress/nprogress.css ***!
  \************************************************************************************************************************************************************************************/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/layout/components/HeaderContent.vue?vue&type=style&index=0&id=c73de762&lang=css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.resource-overview-head {
.ivu-tabs-tab {
		font-weight: 500;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/layout/components/HeaderContent.vue?vue&type=style&index=1&id=c73de762&lang=scss&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#header-content[data-v-c73de762] {
  min-width: 100%;
  height: 64px;
  position: sticky;
  top: -5px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
#header-content .header-logo[data-v-c73de762] {
    position: relative;
    padding-right: 3px;
}
#header-content .workbench[data-v-c73de762] {
    display: none;
}
}
#header-content .header-tab[data-v-c73de762] {
  margin-left: 6px;
}
#header-content .header-content-fixed[data-v-c73de762] {
  width: 100%;
  min-width: 1100px;
  height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
#header-content .header-logo[data-v-c73de762] {
  float: left;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1px;
}
#header-content .header-logo .logo[data-v-c73de762] {
  width: 116px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 38px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.17));
}
#header-content .header-logo .logo img[data-v-c73de762] {
  height: 48%;
  position: absolute;
  top: 9px;
}
#header-content .header-logo .logo span[data-v-c73de762] {
  font-size: 15px;
  font-weight: 500;
  color: #2a63f6;
  margin-left: 22px;
}
#header-content .header-logo .workbench[data-v-c73de762] {
  min-width: 90px;
  max-width: 180px;
  height: 100%;
  float: left;
  line-height: 39px;
  font-size: 17px;
  font-weight: 500;
  text-indent: 12px;
  margin-left: 10px;
  position: relative;
}
#header-content .header-logo .workbench[data-v-c73de762]:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #d8e0e5;
}
#header-content .header-logo[data-v-c73de762]:after {
  content: "";
  display: block;
  clear: both;
}
#header-content .header-tab[data-v-c73de762] {
  height: 100%;
  line-height: 18px;
  float: left;
}
#header-content .header-tab .tab-item[data-v-c73de762] {
  display: inline-block;
  text-align: center;
  padding: 11px 10px;
  margin: 0 6px;
  font-size: 14px;
  color: #323335;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header-content .header-tab .tab-item[data-v-c73de762]:hover {
  background-color: rgba(42, 85, 229, 0.08);
  font-weight: 500;
}
#header-content .header-tab .activation[data-v-c73de762] {
  color: #2a55e5;
  font-weight: 500;
  position: relative;
}
#header-content .header-tab .activation[data-v-c73de762]:after {
  font-weight: 500;
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background-color: #2a55e5;
  bottom: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#header-content .tools-main[data-v-c73de762] {
  display: none;
  position: relative;
}
#header-content .tools-main:hover .tools-main-menu[data-v-c73de762] {
  display: block;
}
#header-content .tools-main-menu[data-v-c73de762] {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 39px;
  left: 0px;
  padding-top: 3px;
}
#header-content .tools-main-menu .tools-menu[data-v-c73de762] {
  cursor: default;
  width: 500px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(244, 244, 244, 0.85);
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
#header-content .tools-main-menu .tools-menu .tools-menu-tab[data-v-c73de762] {
  width: 50%;
  float: left;
  padding: 12px 18px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#header-content .tools-main-menu .tools-menu .tools-menu-tab[data-v-c73de762]:hover {
  background: rgba(248, 248, 248, 0.7);
}
#header-content .tools-main-menu .tools-menu .tools-menu-tab .tools-menu-tab-title[data-v-c73de762] {
  font-size: 13px;
  font-weight: 500;
  color: #323232;
  line-height: 25px;
}
#header-content .tools-main-menu .tools-menu .tools-menu-tab .tools-menu-tab-describe[data-v-c73de762] {
  font-size: 12px;
  color: #7b7a7a;
}
#header-content .header-entrance[data-v-c73de762] {
  position: absolute;
  right: 0;
}
#header-content .header-entrance .header-entrance-tool[data-v-c73de762] {
  float: left;
  height: 100%;
  margin-right: 20px;
  position: relative;
  top: 11px;
}
#header-content .header-entrance .header-entrance-tool .tab-item[data-v-c73de762] {
  width: 30px;
  float: left;
  height: 18px;
  text-align: center;
  font-size: 14px;
  color: #323335;
  border-radius: 4px;
  text-align: center;
}
#header-content .header-entrance .header-entrance-tool .tab-item .ivu-icon[data-v-c73de762] {
  cursor: pointer;
}
#header-content .header-entrance .header-entrance-tool[data-v-c73de762] :after {
  content: "";
  display: block;
  clear: both;
}
#header-content .header-entrance .header-entrance-account-ram[data-v-c73de762] {
  width: 208px !important;
}
#header-content .header-entrance .header-entrance-account-ram .header-entrance-account-con[data-v-c73de762] {
  width: 208px !important;
}
#header-content .header-entrance .header-entrance-account-ram .account-info[data-v-c73de762] {
  width: 148px !important;
}
#header-content .header-entrance .header-entrance-account-ram .account-info .account-info-describe[data-v-c73de762] {
  width: 130px !important;
}
#header-content .header-entrance .header-entrance-account[data-v-c73de762] {
  float: left;
  width: 248px;
  height: 54px;
  margin-right: 20px;
  position: relative;
}
#header-content .header-entrance .header-entrance-account .header-entrance-account-con[data-v-c73de762] {
  width: 248px;
  height: 43px;
  padding-left: 8px;
  margin-left: 6px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  border-radius: 21.5px;
  cursor: pointer;
}
#header-content .header-entrance .header-entrance-account .account-avatar[data-v-c73de762] {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
}
#header-content .header-entrance .header-entrance-account .account-avatar img[data-v-c73de762] {
  border-radius: 50%;
  width: 100%;
}
#header-content .header-entrance .header-entrance-account .account-info[data-v-c73de762] {
  width: 188px;
  position: absolute;
  left: 50px;
  top: 4px;
}
#header-content .header-entrance .header-entrance-account .account-info .con[data-v-c73de762] {
  font-weight: 500;
  font-size: 12px;
  color: #323335;
}
#header-content .header-entrance .header-entrance-account .account-info .account-info-describe[data-v-c73de762] {
  width: 160px;
}
#header-content .header-entrance .header-entrance-account .operation[data-v-c73de762] {
  position: relative;
  cursor: auto;
}
#header-content .header-entrance .header-entrance-account .operation .operation-head .operation-head-title[data-v-c73de762] {
  color: #969aa0;
  font-size: 12px;
  padding-top: 12px;
  padding-left: 16px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-head .operation-head-info[data-v-c73de762] {
  position: relative;
  height: 50px;
  border-bottom: 1px solid rgba(223, 224, 226, 0.4901960784);
  margin-top: 8px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-head .operation-head-info .account-avatar[data-v-c73de762] {
  left: 16px;
  top: 6px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-head .operation-head-info .account-info[data-v-c73de762] {
  left: 60px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-head .operation-head-info .account-info .con[data-v-c73de762] {
  display: block;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info[data-v-c73de762] {
  border-bottom: 1px solid #dfe0e2;
  box-sizing: border-box;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info div[data-v-c73de762] {
  font-size: 11.5px;
  color: #999;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info div .con-ram[data-v-c73de762] {
  font-size: 10px;
  font-weight: 400;
  color: #356bc4 !important;
  border: 1px solid #356bc4;
  padding: 2.5px 6px;
  border-radius: 3px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info div .copy[data-v-c73de762] {
  font-size: 13px;
  color: #545454 !important;
  padding-left: 7px;
  cursor: pointer;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info div > span[data-v-c73de762]:nth-child(1) {
  display: inline-block;
  width: 56px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-account_info div > span[data-v-c73de762]:nth-child(2) {
  color: #545454;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents[data-v-c73de762] {
  padding: 5px 0 8px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents .operation-content[data-v-c73de762] {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  padding-left: 16px;
  color: #323335;
  cursor: pointer;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents .operation-content .item-icon[data-v-c73de762] {
  display: inline-block;
  margin-right: 8px;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents .operation-content .item-dis[data-v-c73de762] {
  display: inline-block;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents .operation-content .item-dis a[data-v-c73de762] {
  color: #323335;
}
#header-content .header-entrance .header-entrance-account .operation .operation-contents .operation-content[data-v-c73de762]:hover {
  background: #f4f4f5;
}
#header-content .header-entrance .header-entrance-account .operation[data-v-c73de762] {
  height: 0;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 280px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 999;
  transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
#header-content .header-entrance .header-entrance-account:hover .header-entrance-account-con[data-v-c73de762] {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.05);
}
#header-content .header-entrance .header-entrance-account .arrow[data-v-c73de762] {
  position: absolute;
  right: 4px;
  top: 10px;
  transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#header-content .header-entrance .header-entrance-account:hover .arrow[data-v-c73de762] {
  transform: rotate(180deg);
}
#header-content .header-entrance .header-entrance-account:hover .operation[data-v-c73de762] {
  height: auto;
  opacity: 1;
  z-index: 999;
  display: block !important;
}
#header-content .header-entrance .header-entrance-account-con[data-v-c73de762]:after {
  content: "";
  height: 23px;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -14px;
  margin: auto;
  border-left: 2px solid #d8e0e5;
}
#header-content .header-entrance[data-v-c73de762]:after {
  content: "";
  display: block;
  clear: both;
}
#header-content .text-read-only[data-v-c73de762] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#header-content .etsClassifyContent[data-v-c73de762] {
  overflow: hidden;
}
#header-content .etsClassifyContent > div[data-v-c73de762] {
  width: 80px;
  height: 71px;
  float: left;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header-content .etsClassifyContent > div[data-v-c73de762]:hover {
  background: #f6f6f9;
}
#header-content .etsClassifyContent .etsClassifyContentTitle[data-v-c73de762] {
  font-size: 12px;
  font-weight: 500;
}
#header-content[data-v-c73de762]:after {
  content: "";
  display: block;
  clear: both;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 全局 */
#app, body, html {
  width: 100%;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #f1f1fe, #fff);
}
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:-webkit-any-link {
  text-decoration: none;
}
a, button, input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  outline: none !important;
  -webkit-appearance: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  min-width: 1210px;
  overflow-x: auto;
}

/* H5邀请页面移动端适配 */
body.h5-page,
body:has(.h5-invite-page) {
  min-width: 100% !important;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
html:has(.h5-invite-page),
html:has(.h5-page) {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
#app:has(.h5-invite-page) {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
input {
  background: none !important;
}

/************** 字体样式强制调整 **************/
.numberFont {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

/************** 自定义a标签转按钮样式样式 **************/
.btnText {
  font-size: 12px;
  color: #108ee9;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
.btnText:hover {
  color: #0073bf;
}

/***************** 自定义表单必填样式 *****************/
.required {
  display: inline-block;
}
.required::after {
  content: "*";
  color: #c80000;
  margin-left: 6px;
}

/****************** 全局滚动条样式 ******************/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
:hover::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.24);
}
body:first-of-type {
  overflow: auto;
  scrollbar-width: 0; /* 对于Firefox, IE和Edge */
  -ms-overflow-style: none; /* 对于IE 10+ */
}
body:first-of-type::-webkit-scrollbar {
  display: none; /* 对于Webkit浏览器，隐藏滚动条 */
}

/********** 全局调整 View UI Plus 框架样式 **********/
/* 表格样式调整 */
.ivu-table th .ivu-icon-md-arrow-dropup {
  position: relative;
  top: -0.5px !important;
}
.ivu-table th .ivu-icon-md-arrow-dropdown {
  position: relative;
  top: -0.5px !important;
}
.ivu-table th .on {
  color: #515a6e !important;
}

/* Tooltip标签 文字提示字体大小和弹出样式调整 */
.ivu-tooltip-inner {
  font-size: 12px;
  min-height: 30px;
  padding: 5px 12px;
}

/* DatePicker标签 结尾日历icon图标，移动到开始位置 */
.icon-label-start .ivu-input-suffix {
  left: 0px !important;
}
.icon-label-start .ivu-input-with-suffix {
  padding-left: 32px !important;
}
.icon-label-start .ivu-input-with-suffix {
  padding-right: 4px !important;
}

/* 表单效验错误信息描述样式 */
.ivu-select .ivu-icon {
  cursor: pointer;
}
.ivu-input-wrapper .ivu-icon {
  cursor: pointer;
}
.ivu-modal-confirm {
  padding: 0 !important;
}
.ivu-form-item-error .ivu-form-item-error-tip {
  font-size: 12px !important;
  color: #c80000;
}
.ivu-form-item-error .ivu-select-arrow {
  color: #808695 !important;
}

/* 分页页长度选择下拉框定位样式优化 */
.ivu-page-options .ivu-page-options-sizer {
  position: relative;
}

/* Notice通知内容字体大小调整 */
.ivu-notice-desc {
  font-size: 13.5px !important;
}

/* Notice通知内容右侧添加外间距 */
.ivu-notice-desc {
  margin-right: 28px !important;
  word-break: break-all;
}

/* Notice通知内容z-index调整加大 */
.ivu-notice {
  z-index: 2000 !important;
}

/* 输入框、下拉框、时间选择，表单均取消box-shadow属性 */
.ivu-select-selection {
  background: none !important;
}
.ivu-select-selection:focus {
  box-shadow: none !important;
}
.ivu-input:focus {
  box-shadow: none !important;
}

/* 操作弹窗样式调整 */
/* 设置部分页面特殊样式 */
.exclusive-style .ivu-select-item {
  font-size: 12px !important;
}

/* 自定义规则板块样式 */
.rule-param {
  padding-top: 6px;
}
.rule-param > div {
  position: relative;
  margin-bottom: 0px;
  padding: 4px 15px;
  transition: all 0.3s;
}
.rule-param > div:hover {
  background: #f9f9fb;
}
.rule-param > div:hover .rule-param-number span {
  display: none;
}
.rule-param > div:hover .rule-param-number svg {
  display: inline;
  position: relative;
  top: 2px;
}
.rule-param > div:hover .rule-param-node {
  background: #ffffff;
  box-shadow: 0 0 1px 0.5px #dcdee2;
}
.rule-param > div:hover .rule-param-delete {
  display: block;
}
.rule-param > div .rule-param-number {
  background: #f9f9f8;
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  cursor: grab;
  opacity: 0.68;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rule-param > div .rule-param-number svg {
  display: none;
}
.rule-param > div .rule-param-number:hover span {
  display: none;
}
.rule-param > div .rule-param-number:hover svg {
  display: inline;
}
.rule-param > div .rule-param-analysis {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rule-param > div .rule-param-analysis .rule {
  margin: 0 5px;
  color: #888;
}
.rule-param > div .rule-param-analysis .biaoqian {
  border: 1px solid #f2f3f8;
  border-radius: 3px;
  padding: 0 8px;
  line-height: 24px;
  font-size: 11px;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出显示省略号 */
  max-width: 65px;
}
.rule-param > div .rule-param-node {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  height: 26px;
  margin-left: 36px;
  background: #f2f3f8;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 24px;
  transition: all 0.3s;
}
.rule-param > div .rule-param-node:hover {
  box-shadow: 0 0 1px 0.5px #366bf4;
}
.rule-param > div .rule-param-node .node-logo {
  position: relative;
  top: 1.5px;
}
.rule-param > div .rule-param-node .node-txt {
  padding-left: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rule-param > div .rule-param-delete {
  position: absolute;
  right: 15px;
  top: 10px;
  display: none;
  cursor: pointer;
}
.rule-param-body {
  left: 73px !important;
}
.rule-param-body .ivu-poptip-body {
  padding: 0 !important;
}
.rule-param-body1 {
  left: 290px !important;
}
.rule-param-body1 .ivu-poptip-body {
  padding: 0 !important;
}
.rule-param-new-body .ivu-poptip-body {
  padding: 0 !important;
}
.back-style {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 0;
  background: linear-gradient(rgba(67, 169, 241, 0.1215686275), rgba(255, 255, 255, 0.12), rgba(254, 254, 254, 0.03), rgba(248, 247, 254, 0.85));
}
.back-style-stack {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 0;
  background: url(/img/back2.425b4e83.png) no-repeat 100%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-size: 200% 200%;
  opacity: 0.065;
}
li {
  list-style: none;
}
.app-header {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.app-header-shadow {
  box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(232, 242, 249, 0.06);
  background: #fff;
}
.app-region {
  overflow-x: hidden;
}
