.bpm-properties {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 325px;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -webkit-transform: translateX(345px);
          transform: translateX(345px);
}
.bpm-properties.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bpm-properties .ant-form input[type="file"] {
  display: none;
}
.bpm-properties .ant-select {
  min-width: auto;
}
.bpm-properties .bpm-properties-wrapping {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bpm-properties .bpm-properties-wrapping * {
  font-size: 12px;
}
.bpm-properties .bpm-properties-wrapping .textarea-wrap {
  padding: 4px 11px;
  min-height: 94px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.bpm-properties .bpm-properties-header {
  height: 76px;
  border-radius: 8px 8px 0px 0px;
  padding: 0 15px;
  background-image: linear-gradient(142deg, #90cefc 0%, #5488fd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bpm-properties .bpm-properties-header .label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 6px;
  border-left: 2px solid #fff;
  line-height: 1;
  word-break: keep-all;
}
.bpm-properties .bpm-properties-header .name {
  width: 180px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bpm-properties .bpm-properties-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
}
.bpm-properties .bpm-properties-content.padding {
  padding: 15px;
}
.bpm-properties .bpm-end-event .form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.bpm-properties .bpm-end-event .form-header .label {
  color: #333333;
  font-weight: 600;
}
.bpm-properties .bpm-end-event .form-header .button {
  color: #5894ff;
  cursor: pointer;
}
.bpm-properties .bpm-sequence .form-header .name {
  color: #333333;
  font-weight: 600;
}
.bpm-properties .bpm-sequence .form-header .button {
  color: #5894ff;
  font-weight: 400;
  cursor: pointer;
}
.bpm-properties .bpm-sequence .sequence-list-item {
  margin-top: 10px;
}
.bpm-properties .bpm-user-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bpm-properties .bpm-user-task .ant-tabs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bpm-properties .bpm-user-task .tabpane-wrapping {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
}
.bpm-properties .bpm-user-task .user-task-wrapping .user-task-cell {
  padding: 20px 15px;
}
.bpm-properties .bpm-user-task .user-task-wrapping .user-task-cell .cell-name {
  color: #333333;
  font-weight: 600;
}
.bpm-properties .bpm-user-task .user-task-wrapping .user-task-cell + .user-task-cell {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bpm-properties .bpm-user-task .user-task-approver .approver-property {
  padding-top: 4px;
}
.bpm-properties .bpm-user-task .user-task-approver .approver-property-extra {
  height: 20px;
  margin-top: 20px;
}
.bpm-properties .bpm-user-task .user-task-approver .approver-user-setting .ant-radio-wrapper {
  margin-top: 5px;
}
.bpm-properties .bpm-user-task .user-task-property {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-y: auto;
}
.bpm-properties .bpm-user-task .user-task-property .node-approver {
  padding-top: 4px;
}
.bpm-properties .bpm-user-task .user-task-property .node-approver .node-approver-item {
  margin-bottom: 10px;
}
.bpm-properties .bpm-user-task .user-task-property .indicator .header,
.bpm-properties .bpm-user-task .user-task-property .node-copy .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.bpm-properties .bpm-user-task .user-task-property .indicator .header .label,
.bpm-properties .bpm-user-task .user-task-property .node-copy .header .label {
  color: #333333;
  font-weight: 600;
}
.bpm-properties .bpm-user-task .user-task-property .indicator .header .button,
.bpm-properties .bpm-user-task .user-task-property .node-copy .header .button {
  color: #5894ff;
  cursor: pointer;
}
.bpm-properties .bpm-user-task .conditions-list-item {
  margin-top: 10px;
}
.bpm-properties .bpm-user-task .conditions-item-add {
  margin: 10px 0;
  display: inline-block;
}
.bpm-properties .bpm-assignees-wrapping {
  padding: 20px 15px;
}
.bpm-properties .bpm-assignees-wrapping .conditions-list-item {
  margin-top: 10px;
}
.bpm-properties .bpm-assignees-wrapping .conditions-item-add {
  margin: 10px 0;
  display: inline-block;
}
.bpm-properties .bpm-copy-strategy .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.bpm-properties .bpm-copy-strategy .header .label {
  color: #333333;
  font-weight: 600;
}
.bpm-properties .bpm-copy-strategy .header .button {
  color: #5894ff;
  cursor: pointer;
}
.bpm-properties .bpm-copy-strategy .conditions-list-item {
  margin-top: 10px;
}
.bpm-properties .bpm-copy-strategy .conditions-item-add {
  margin: 10px 0;
  display: inline-block;
}

@font-face {
  font-family: "flow-iconfont"; /* Project id 1176781 */
  src: url(data:font/woff2;base64,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) format('woff2'),
       url(data:font/woff;base64,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) format('woff'),
       url(/crm-web/fonts/iconfont.e8417535.ttf) format('truetype');
}

.flow-iconfont {
  font-family: "flow-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.baohanwangguan2:before {
  content: "\e65f";
}

.huchiwangguan1:before {
  content: "\e65e";
}

.duanxinrenwu:before {
  content: "\e61b";
}

.youjianrenwu:before {
  content: "\e61d";
}

.yonghurenwu1:before {
  content: "\e61f";
}

.zhedie21:before {
  content: "\e600";
}

.niantie1:before {
  content: "\e601";
}

.tianjia1:before {
  content: "\e605";
}

.xiayibu1:before {
  content: "\e607";
}

.suoxiao1:before {
  content: "\e608";
}

.shuaxin1:before {
  content: "\e609";
}

.shezhi1:before {
  content: "\e60a";
}

.shangyibu1:before {
  content: "\e60c";
}

.guanbi1:before {
  content: "\e60d";
}

.danxuanxuanzhong1:before {
  content: "\e610";
}

.fuzhi1:before {
  content: "\e611";
}

.danxuanweixuanzhong1:before {
  content: "\e612";
}

.jiantouxiala1:before {
  content: "\e616";
}

.shangyibu2:before {
  content: "\e617";
}

.fangda1:before {
  content: "\e618";
}

.danxuanxuanzhong:before {
  content: "\e668";
}

.danxuanweixuanzhong:before {
  content: "\e669";
}

.weixuanzhong:before {
  content: "\e65a";
}

.xuanzhong:before {
  content: "\e65c";
}

.tianjia:before {
  content: "\e666";
}

.zhedie2:before {
  content: "\e667";
}

.guanbi:before {
  content: "\e658";
}

.shanchu:before {
  content: "\e648";
}

.baocun:before {
  content: "\e649";
}

.shangyibu:before {
  content: "\e64a";
}

.fangda:before {
  content: "\e64b";
}

.fuzhi:before {
  content: "\e64c";
}

.shuaxin:before {
  content: "\e64d";
}

.suoxiao:before {
  content: "\e64e";
}

.xiayibu:before {
  content: "\e64f";
}

.niantie:before {
  content: "\e650";
}

.liuzhuanxian:before {
  content: "\e651";
}

.kaishi:before {
  content: "\e652";
}

.jieshu:before {
  content: "\e653";
}

.wenbenzhushi:before {
  content: "\e656";
}


.flow-toolbar-max {
  width: 100%;
  height: 60px;
}
.flow-toolbar {
  position: relative;
  z-index: 2;
}
.flow-toolbar .toolbar-banner-container {
  height: 60px;
  background-color: #40a9ff;
  color: #fff;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
  padding: 0;
}
.flow-toolbar .toolbar-banner-container.toolbar-banner-container-scrolling {
  padding-right: 1.5rem;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev {
  left: 0px;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-next {
  right: 0px;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next {
  position: absolute;
  width: 1.5rem;
  height: 7.6rem;
  cursor: pointer;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  z-index: 2;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev .toolbar-banner-prev-icon,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next .toolbar-banner-prev-icon,
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev .toolbar-banner-next-icon,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next .toolbar-banner-next-icon {
  display: inline-block;
  width: inherit;
  text-align: center;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev .toolbar-banner-prev-icon .iconfont,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next .toolbar-banner-prev-icon .iconfont,
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev .toolbar-banner-next-icon .iconfont,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next .toolbar-banner-next-icon .iconfont {
  font-size: 1rem;
  color: #000;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev.toolbar-banner-arrow-show,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next.toolbar-banner-arrow-show {
  visibility: visible;
}
.flow-toolbar .toolbar-banner-container .toolbar-banner-prev.toolbar-banner-btn-disabled,
.flow-toolbar .toolbar-banner-container .toolbar-banner-next.toolbar-banner-btn-disabled {
  visibility: hidden;
}
.flow-toolbar .toolbar-banner-wrap,
.flow-toolbar .toolbar-banner-scroll {
  overflow: hidden;
  width: 100%;
  height: 60px;
}
.flow-toolbar .toolbar-banner {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.flow-toolbar-list {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
.flow-toolbar-list .box-left {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 8px;
}
.flow-toolbar-list .box-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow-toolbar-list .box-right {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow-toolbar-list .box-btn {
  cursor: pointer;
  padding: 0px 0.5rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow-toolbar-list .box-btn .box-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-toolbar-list .box-btn .btn-icon {
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-toolbar-list .box-btn .btn-icon .flow-iconfont {
  font-size: 32px;
}
.flow-toolbar-list .box-btn.box-btn-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.flow-toolbar-list .box-btn.box-btn-magnify .box-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow-toolbar-list .insert-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.08rem;
  height: 6.2rem;
  background-color: #ccc;
  margin-top: 0.67rem;
  margin-bottom: 0.67rem;
  margin-left: 1.67rem;
  margin-right: 1.67rem;
}
.flow-box,
.flow-edit,
.flow-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}
a.bjs-powered-by {
  display: none;
}
.flow-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.flow-canvas {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-canvas .djs-container {
  background-color: #F6F6F6;
}
.flow-canvas .djs-label {
  font-family: 'Microsoft YaHei';
  font-size: 1.33rem !important;
  color: #666 !important;
}
.flow-canvas .djs-palette {
  width: 220px !important;
  left: 0px;
  top: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
.flow-canvas .djs-palette .entry {
  color: #C2C2C2;
}
.flow-canvas .djs-palette .entry:hover {
  color: #40a9ff;
}
.flow-canvas .djs-palette .highlighted-entry {
  color: #40a9ff;
}
.flow-canvas .djs-palette .djs-palette-entries .group:not(:last-child) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.flow-canvas .djs-palette .djs-palette-entries .group {
  background: #fff;
}
.flow-canvas .djs-palette .djs-palette-entries .group-wrap {
  background: #F3F8FF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow-canvas .djs-palette .djs-palette-entries .group-wrap .flow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #333333;
  padding: 8px;
}
.flow-canvas .djs-palette .djs-palette-entries .group-wrap .entry-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 26px;
}
.flow-canvas .djs-palette .djs-palette-entries .group-wrap .entry-wrap .flow-iconfont {
  color: #919191;
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.flow-canvas .djs-palette .djs-palette-entries .group-wrap .entry-wrap .entry-title {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.flow-canvas .djs-context-pad .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
}
.flow-canvas .djs-context-pad .entry {
  width: 40px;
  height: 40px;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-canvas .djs-context-pad.open {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
}
.flow-property {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  z-index: 1;
  background: #fff;
  color: #333;
  -webkit-box-shadow: -2px 2px 2px 1px #efefef;
          box-shadow: -2px 2px 2px 1px #efefef;
}
.flow-property .ant-collapse {
  border: none;
  border-radius: 0px;
  background: #fff;
}
.flow-property .ant-collapse .ant-collapse-header {
  background: #40a9ff;
  color: #fff !important;
  padding: 0.5rem 3rem;
}
.flow-property .ant-collapse .ant-collapse-content {
  border: none;
}
.flow-property .ant-collapse .ant-collapse-content-box {
  padding: 0.5rem;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.flow-property .ant-collapse .ant-collapse-item {
  border-bottom: 1px solid #fff;
}
.flow-property .ant-collapse .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0px;
}

.bpm-view-box,
.bpm-view-canvas {
  width: 100%;
  height: 100%;
}
.bpm-view-box {
  background-color: #F6F6F6;
}
.bpm-view-box .highlight-passed .djs-visual > :nth-child(1) {
  stroke: #a1ea68 !important;
  stroke-width: 2px!important;
}
.bpm-view-box .highlight-passed.djs-connection .djs-visual > :nth-child(1) {
  marker-end: url(#sequenceflow-arrow-passed) !important;
}
.bpm-view-box .highlight-notPass .djs-visual > :nth-child(1) {
  stroke: red !important;
  stroke-width: 2px!important;
}
.bpm-view-box .highlight-notPass.djs-connection .djs-visual > :nth-child(1) {
  marker-end: url(#sequenceflow-arrow-notPass) !important;
}
.bpm-view-box .highlight-current .djs-outline {
  stroke: #a1ea68 !important;
  stroke-width: 3px!important;
  stroke-dasharray: 4,4;
  -webkit-animation: rotation 18S linear infinite;
          animation: rotation 18S linear infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: inherit;
}
@-webkit-keyframes rotation {
  to {
    stroke-dashoffset: 100%;
  }
}
@keyframes rotation {
  to {
    stroke-dashoffset: 100%;
  }
}

a.bjs-powered-by,
.djs-search-container {
  display: none;
}
.bpm-start-box {
  width: 100%;
  height: 350px;
  background-color: #F6F6F6;
  z-index: 100000000;
}
.bpm-start-box .bpm-canvas {
  width: 100%;
  height: 100%;
}
.bpm-start-box .bpm-popup {
  position: fixed;
  width: 300px;
  padding-bottom: 10px;
  z-index: 100000000;
}
.bpm-start-box .bpm-popup p {
  margin: 0;
  line-height: 1.5;
}
.bpm-start-box .bpm-popup .bpm-popup-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  -webkit-box-shadow: 3px 3px 7px #00000012;
          box-shadow: 3px 3px 7px #00000012;
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bpm-start-box .bpm-popup .bpm-popup-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  height: 170px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px #00000026;
          box-shadow: 0 2px 8px #00000026;
  overflow-y: auto;
}
.bpm-start-box .bpm-popup .bpm-popup-content p + p {
  margin-top: 3px;
}

.page[data-v-3e095486] {
  margin-top: 8px;
}

[data-v-13ee8057] .el-scrollbar__view .tree-scrollr- {
  height: 100%;
}
[data-v-13ee8057] .vxe-form--item-content .el-input {
  display: inline-block !important;
}
[data-v-13ee8057] .page-pageination .el-input {
  display: inline-block !important;
}
a[data-v-13ee8057] {
  cursor: pointer;
}
[data-v-13ee8057] .vxe-form--item-trigger-node {
  min-width: 60px;
}
/*滚动条整体部分*/
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/*滚动条的轨道*/
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar-track {
  background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar-thumb {
  background-color: rgba(221, 222, 224, 0.3);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(221, 222, 224, 0.8);
}
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar-thumb:active {
  background-color: rgba(221, 222, 224, 0.8);
}
/*边角，即两个滚动条的交汇处*/
.mytable-scrollbar[data-v-13ee8057] ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
.page[data-v-13ee8057] {
  height: 100%;
  position: relative;
}
.page .bottom-pageination[data-v-13ee8057] {
  margin-top: 15px;
}
[data-v-13ee8057] .table-header {
  background: #e8e8e8;
}
a[data-v-13ee8057] {
  color: #409eff;
}

.modal-content[data-v-92727ebe] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content .org-tree[data-v-92727ebe] {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content .opration[data-v-92727ebe] {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content .opration > div[data-v-92727ebe]:last-child {
  margin-top: 20px;
}
.modal-content .org-table[data-v-92727ebe] {
  height: 100%;
  padding-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content .org-table .page[data-v-92727ebe] {
  min-width: 100%;
}
.modal-content .tools[data-v-92727ebe] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}
.modal-content .tools .danger[data-v-92727ebe] {
  color: #f56c6c !important;
}
.modal-content .tools .tools-title[data-v-92727ebe] {
  line-height: 30px;
  margin: 0;
}
.modal-content[data-v-92727ebe] .tree-style {
  height: calc(48vh - 2px);
}


.bpm-userSelect-custom-message {
	z-index: 99999 !important;
}

.bpm-map-approve[data-v-babacbfc] {
  width: 100%;
  height: calc(100vh - 400px);
}

.approve-wrap[data-v-22a4fb4b] {
  height: 100%;
}
.dialog-approve[data-v-22a4fb4b] {
  height: calc(100vh - 410px);
}
.dialog-view[data-v-22a4fb4b] {
  height: calc(100vh - 56px);
}
.content[data-v-22a4fb4b] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .form-embed[data-v-22a4fb4b] {
  position: relative;
  margin-bottom: 70px;
}
.content .form-embed > .el-button[data-v-22a4fb4b] {
  position: absolute;
  right: 0px;
  z-index: 99;
}
[data-v-22a4fb4b] .drawer-scrollbar {
  overflow-x: hidden;
}
.upload-box[data-v-22a4fb4b] {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  margin-right: 10px;
}
.footer[data-v-22a4fb4b] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 99;
  background-color: white;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.footer-item-title[data-v-22a4fb4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
}
.footer .footer-title[data-v-22a4fb4b] {
  font-size: 15px;
  line-height: 16px;
  width: 125px;
  padding-right: 12px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.footer .form-title[data-v-22a4fb4b] {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.footer .form-title + div[data-v-22a4fb4b] {
  width: 100%;
}
.footer .btn-list[data-v-22a4fb4b] {
  margin-top: 10px;
}
.footer .user-list[data-v-22a4fb4b] {
  border: 1px solid #dcdfe6;
  min-height: 32px;
  padding: 4px;
  border-radius: 4px;
}
.footer .user-list[data-v-22a4fb4b] .el-tag {
  margin: 2px 0 2px 6px;
}
.page-responsive-mini .footer .form-title[data-v-22a4fb4b] {
  font-size: var(--font-size-small, 13px);
}
.page-responsive .drawer-scrollbar-once[data-v-22a4fb4b] {
  height: calc(100vh - 290px) !important;
  max-height: calc(100vh - 290px) !important;
}

.drawer-scrollbar.drawer-scrollbar-once {
  height: calc(100vh - 290px) !important;
  max-height: calc(100vh - 290px) !important;
}
.page-responsive-mini .drawer-scrollbar.drawer-scrollbar-once {
  height: calc(100vh - 250px) !important;
  max-height: calc(100vh - 250px) !important;
}

.page[data-v-c251cc48] {
  margin-top: 8px;
}

.modal-content[data-v-549fb45b] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-content .communication-line[data-v-549fb45b] {
  margin: 0 5%;
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
}
.modal-content .communication[data-v-549fb45b] {
  width: 35%;
}
.modal-content .chooseContent[data-v-549fb45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
.modal-content .chooseContent-one[data-v-549fb45b] {
  margin-right: 10px;
  padding: 2px;
  border-radius: 5px;
  background: #ed81a3;
  margin-top: 5px;
  color: white;
}
.modal-content .org-tree[data-v-549fb45b] {
  width: 20%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.modal-content .org-table[data-v-549fb45b] {
  width: 30%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content .org-table2[data-v-549fb45b] {
  width: 50%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content .org-opration[data-v-549fb45b] {
  width: 10%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-content .org-opration > div[data-v-549fb45b]:last-child {
  margin-top: 20px;
}
.modal-content .tools-checkbox[data-v-549fb45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 0 5px;
}
.modal-content .tools[data-v-549fb45b] {
  height: 65px;
  padding: 0 0 20px;
}
.modal-content .tools .query[data-v-549fb45b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content .tools .query .el-input[data-v-549fb45b] {
  margin: 0 5px;
}
.modal-content .tools .danger[data-v-549fb45b] {
  color: #f56c6c !important;
}
.modal-content .tools .tools-title[data-v-549fb45b] {
  line-height: 30px;
  margin: 0;
}
.modal-content[data-v-549fb45b] .tree-style {
  height: calc(48vh - 2px);
}

.notice-detail-main .main-notice .notice-title[data-v-feea1d08] {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.notice-detail-main .main-notice .view[data-v-feea1d08] {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #409eff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice-detail-main .main-notice .view-left-title[data-v-feea1d08] {
  font-size: 20px;
  color: #1d1d1d;
  letter-spacing: 0;
  font-weight: 600;
}
.notice-detail-main .main-notice .view-left-content[data-v-feea1d08] {
  font-size: 16px;
  color: #1d1d1d;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 30px;
}
.notice-detail-main .main-notice .view-right[data-v-feea1d08] {
  width: 246px;
  max-width: 246px;
  min-width: 246px;
  margin-left: 24px;
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: inline-block;
  background: #fafafa;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
}
.notice-detail-main .main-notice .view-right-title[data-v-feea1d08] {
  font-size: 22px;
  color: #1d1d1d;
  letter-spacing: 0;
  font-weight: 600;
}
.notice-detail-main .main-notice .view-right-content[data-v-feea1d08] {
  font-size: 12px;
  margin-top: 16px;
}
.notice-detail-main .main-notice .view-right-content > p[data-v-feea1d08] {
  margin-bottom: 16px;
}
.notice-detail-main .separate-style[data-v-feea1d08] {
  margin: 0 10px;
}
.notice-detail-main .openPreview-style[data-v-feea1d08] {
  cursor: pointer;
  color: #409eff;
}
.notice-detail-main .previewImg-style[data-v-feea1d08] {
  max-width: "450px";
  max-height: "450px";
  margin: "auto";
}
.notice-detail-main .main-system[data-v-feea1d08] {
  padding: 20px 20px 0px 20px;
}
.notice-detail-main .main-system .system-order[data-v-feea1d08] {
  border-top: 1px solid #f3eeee;
  padding: 10px 0;
}
.notice-detail-main .main-system .system-order span[data-v-feea1d08] {
  font-size: 16px;
  color: #409eff;
  cursor: pointer;
}
.notice-detail-main .main-system p[data-v-feea1d08]:first-child {
  margin-bottom: 16px;
}
.notice-detail-main .main-system p[data-v-feea1d08]:not(:first-child) {
  color: #a7a7a7;
  font-size: 12px;
  margin-bottom: 7px;
}

.el-picker-panel {
  z-index: 9999 !important;
}
.page .el-loading-mask {
  z-index: 999;
}


[data-v-2f70a49d] .vxe-input.is--disabled .vxe-input--inner {
  background: #f5f7fa !important;
}

.box-wrapper[data-v-a71bb682] {
  border: 1px solid #dcdfe6;
  padding: 2px 8px;
  background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
}
.box-wrapper .tag-item[data-v-a71bb682] {
  margin-bottom: 2px;
  margin-right: 4px;
  display: inline-block;
}
.box-wrapper .placeholder[data-v-a71bb682] {
  color: var(--el-text-color-placeholder);
}
.box-wrapper.is-disabled[data-v-a71bb682] {
  background-color: var(--el-fill-color-light);
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}

.ant-select-selector {
  height: 28px !important;
  border: 1px solid #dcdfe6 !important;
}
.ant-select-selection-placeholder {
  color: #adb0b7 !important;
  font-size: 12px !important;
}

.new-modal-k .ant-modal-content .ant-modal-body {
  padding: 0;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-content {
  min-height: 300px;
  padding: 24px;
  max-height: 500px;
  overflow-y: auto;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-content::-webkit-scrollbar {
  width: 4px;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 24px;
  border-top: 1px solid #e8e8e8;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-footer-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-footer-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.new-modal-k .ant-modal-content .ant-modal-body .new-modal-k-main-footer > div > button {
  min-width: 80px;
}

.pw_input_cp[data-v-54e7d5ee] {
  width: 100%;
}

.new-password-progress > span[data-v-20de9db4] {
  font-size: 12px;
  color: #969696;
}
.new-password-progress .el-progress[data-v-20de9db4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.new-password-progress .el-progress[data-v-20de9db4] .el-progress__text {
  font-size: 12px !important;
  color: #969696;
}

.update-password-form .el-form-item .form-item .form-item-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.update-password-form .el-form-item .form-item .form-item-tip > span.pwd-tip {
  font-size: 12px;
  line-height: 30px;
  color: #969696;
}
.update-password-form .el-form-item .form-item .form-item-tip > div.new-password-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 236px;
  height: 32px;
}

.update-theme-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 50px;
  min-height: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
.update-theme-config > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
  gap: 10px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.update-theme-config > li:hover {
  border-color: #1890ff;
}
.update-theme-config > li > div.theme-item-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 100px;
  min-height: 70px;
}
.update-theme-config > li > div.theme-item-bg > div.el-image__error {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.update-theme-config > li > i.anticon {
  position: absolute;
  right: 7px;
  top: 7px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.update-theme-config > li.theme-is-checked {
  border-color: #1890ff;
}
.update-theme-config > li.theme-is-checked > i.anticon {
  opacity: 1;
  color: #1890ff;
}

.update-personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
  min-height: 300px;
}
.update-personal-info > div:first-child {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.update-personal-info > div:first-child.update-personal-info-clear .update-after-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.update-personal-info > div:first-child.update-personal-info-clear .update-after-avatar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
}
.update-personal-info > div:first-child.update-personal-info-clear .update-after-avatar > div > span {
  cursor: pointer;
}
.update-personal-info > div:first-child.update-personal-info-clear .update-after-avatar > div > span:first-child {
  color: #1890ff;
}
.update-personal-info > div:first-child.update-personal-info-clear .update-after-avatar > div > span:last-child {
  color: #dd2b0e;
}
.update-personal-info > div:first-child > i {
  font-size: 16p;
}
.update-personal-info > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.update-personal-info > div:last-child > div.personal-info-avatar {
  color: blue;
}
.update-personal-info > div:last-child > div.personal-info-avatar > span.form-image-upload {
  height: auto;
  cursor: pointer;
}

.header-nclassical-right-settings {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-nclassical-right-settings > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0 3px;
}
.header-nclassical-right-settings > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nclassical-right-settings > div > div > span {
  text-overflow: ellipsis;
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
}
.el-dialog__body {
  overflow-x: hidden;
  max-height: auto !important;
  height: auto !important;
}
.ant-popover.nclassical-right-settings-overlay {
  z-index: 2001;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content {
  padding: 5px 2px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 180px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child > div > span:last-child {
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child > .ant-btn-link {
  padding: 0;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child > .ant-btn-link > i {
  vertical-align: middle;
  font-size: 12px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:first-child > .ant-btn-link > span {
  margin-left: 4px;
  font-size: 12px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  color: #000;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-userinfo > div:last-child > span:first-child {
  font-size: 12px;
  color: #999;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child {
  width: 150px;
  margin: 0;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 140px;
  background: #ececec;
  height: 1px;
  bottom: 0px;
  margin: 0 auto;
  opacity: 1;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li:hover {
  background: rgba(0, 0, 0, 0.07);
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li:hover::before {
  opacity: 0;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li.switch-position-disabled {
  cursor: not-allowed;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li.switch-position-disabled:hover {
  background: transparent;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content-switch .ant-popover .ant-popover-inner-content ul.right-settings-content-child > li.switch-position-disabled:hover::before {
  opacity: 1;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content > div {
  position: relative;
  padding: 6px 10px 6px 10px;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content > div:not(:first-child) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #000;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content > div:not(:first-child)::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  background: #ececec;
  height: 1px;
  top: 0px;
  margin: 0 auto;
  opacity: 1;
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content > div:not(:first-child):hover {
  background: rgba(0, 0, 0, 0.07);
}
.ant-popover.nclassical-right-settings-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content .right-settings-content > div:not(:first-child):hover::before {
  opacity: 0;
}
.overdue-content {
  text-align: center;
  color: red;
}
.overdue-footer {
  text-align: center;
}

.logobox[data-v-81107bb0] {
  position: relative;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 10px;
}
.logobox > div[data-v-81107bb0] {
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logobox > div.bg-image-mini[data-v-81107bb0] {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  margin: 0 auto;
  line-height: 60px;
}
.logobox > div.bg-image-mini > img[data-v-81107bb0] {
  height: 40px;
}
.logobox[name="open"] .no-is-menu[data-v-81107bb0] {
  display: none;
}
.logobox[name="open"] .bg-image-mini[data-v-81107bb0] {
  opacity: 0;
  width: 0;
}
.logobox[name="open"] .bg-image[data-v-81107bb0] {
  opacity: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.logobox[name="close"] .no-is-menu[data-v-81107bb0] {
  display: none;
}
.logobox[name="close"] .bg-image[data-v-81107bb0] {
  opacity: 0;
  width: 0;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.logobox[name="close"] .bg-image-mini[data-v-81107bb0] {
  opacity: 1;
  width: calc(100% - 20px);
}
.logobox img[data-v-81107bb0] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}

.b-layout-sider:hover .logobox[name="close"] .bg-image {
  opacity: 1 !important;
  width: 100% !important;
}
.b-layout-sider:hover .logobox[name="close"] .bg-image-mini {
  opacity: 0 !important;
  width: 0 !important;
}

.header-nclassical-collect {
  font-size: 17px;
  cursor: pointer;
}
div.ant-popover.header-nclassical-right-collect {
  z-index: 2001;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content {
  padding: 5px 6px;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 160px;
  margin: 0;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li > span span.b-icon {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  opacity: 0;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li > span span.b-icon:hover {
  color: #0F62C5;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li:hover {
  background: rgba(0, 0, 0, 0.07);
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li:hover > span span.b-icon {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li.collect-drag-item-isactive > span span.b-icon,
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul > li.sortable-chosen > span span.b-icon {
  opacity: 0;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  font-weight: 400;
  color: #0F62C5;
  line-height: 20px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul + div:hover {
  background: rgba(0, 0, 0, 0.07);
}
div.ant-popover.header-nclassical-right-collect > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content div.right-collect-content .right-collect-ul + div > i {
  margin-right: 3px;
}

.header-nclassical-right-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header-nclassical-right-ip > sup.ant-badge-count {
  top: 2px;
  right: 2px;
  -webkit-transform: translate(50%, -50%) scale(0.8);
          transform: translate(50%, -50%) scale(0.8);
}
.ant-popover.nclassical-right-ip-overlay {
  z-index: 2001;
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content {
  padding: 5px 6px;
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 160px;
  margin: 0;
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul > li > span.ant-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul > li > span.ant-badge > sup {
  position: relative;
  top: 2px;
  padding: 0 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul > li:hover {
  background: rgba(0, 0, 0, 0.07);
}
.ant-popover.nclassical-right-ip-overlay > div.ant-popover-content > div.ant-popover-inner .ant-popover-inner-content ul.right-ip-ul > li:last-child {
  border-bottom: none;
}

.progressWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.progressWrap .iconfont {
  margin-right: 5px;
}
.resetPopover {
  z-index: 2001;
}
.resetPopover .ant-popover-content {
  width: 380px;
}
.resetPopover .ant-popover-inner-content {
  padding: 12px 0 12px 16px !important;
}
.gressWrap {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  margin: 0 10px;
}
.gress_title {
  margin: 0 10px;
  color: #222;
}
.deletes {
  margin-left: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #c9c9c9;
}
.gress_clear {
  margin-right: 16px;
}
.gress_right {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
}
.gress_down {
  color: #939393;
}
.gress_right a,
.gress_right span {
  font-size: 12px;
}
.notask {
  text-align: center;
  color: #777;
  padding: 30px 0;
}
.header-nclassical-right-us > sup.ant-badge-count {
  top: 2px;
  right: 2px;
  -webkit-transform: translate(50%, -50%) scale(0.8);
          transform: translate(50%, -50%) scale(0.8);
}
.pover-scrollbar.el-scrollbar__wrap {
  overflow-x: hidden;
}
.file-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file-box-flex .gress_title {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}
.file-box-flex .gress_title a {
  color: #333;
}
.file-box-flex .gress_state {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.gress_state {
  text-align: center;
}
.bz-ellipsis-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  /* 这里控制超出几行省略 */
  -webkit-box-orient: vertical;
}

.page-toolbar[data-v-26e75e20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-toolbar .total[data-v-26e75e20] {
  font-size: 12px;
}
.delete-icon[data-v-26e75e20] {
  color: #f56c6c !important;
  cursor: pointer;
}

.shareInfos[data-v-4aebaf3f] {
  margin-bottom: 18px;
  min-height: 33px;
}
.shareInfos .form-title[data-v-4aebaf3f] {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.delete-icon[data-v-4aebaf3f] {
  color: #f56c6c !important;
  cursor: pointer;
}

.closing-details-top[data-v-6e264516] {
  margin-bottom: 20px;
}

.flex[data-v-0246ece9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-0246ece9] {
  color: red;
}
.button[data-v-0246ece9] {
  padding: 0;
}
.button .el-icon[data-v-0246ece9] {
  margin-right: 5px;
}

.flex[data-v-56a857d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-56a857d0] {
  color: red;
}
.button[data-v-56a857d0] {
  padding: 0;
}
.button .el-icon[data-v-56a857d0] {
  margin-right: 5px;
}

.flex[data-v-59f31ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-59f31ca8] {
  color: red;
}
.button[data-v-59f31ca8] {
  padding: 0;
}
.button .el-icon[data-v-59f31ca8] {
  margin-right: 5px;
}

.flex[data-v-93b97678] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-93b97678] {
  color: red;
}
.button[data-v-93b97678] {
  padding: 0;
}
.button .el-icon[data-v-93b97678] {
  margin-right: 5px;
}


.balltrack {
  z-index: 999;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color, #409eff);
  border-radius: 100px;
  -webkit-animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
          animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.dialog-footer[data-v-f4303304] {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
  background-color: white;
}
.dialog-footer .tip[data-v-f4303304] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fc1925;
}
[data-v-f4303304] .el-upload-dragger,[data-v-f4303304] .el-upload {
  width: 98%;
}
.flex[data-v-f4303304] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex .upload-demo[data-v-f4303304] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.select-template[data-v-f4303304] {
  padding: 10px 0;
}
.select-template .el-button[data-v-f4303304],
.select-template .downloadController[data-v-f4303304] {
  margin-left: 10px;
}
.export-file-box[data-v-f4303304] .el-upload,
.export-file-box[data-v-f4303304] .el-upload__tip {
  display: none;
}
.export-file-box[data-v-f4303304] .file-list {
  margin-bottom: 10px;
}

.flex[data-v-83a03af6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-83a03af6] {
  color: red;
}
.button[data-v-83a03af6] {
  padding: 0;
}
.button .el-icon[data-v-83a03af6] {
  margin-right: 5px;
}

.toolbar[data-v-5c1fedd5] {
  margin-bottom: 20px;
}
.flex[data-v-5c1fedd5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox[data-v-5c1fedd5] {
  margin-left: 5px;
}


.toolbar {
  margin-bottom: 20px;
}

.flex[data-v-2b3447d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox[data-v-2b3447d0] {
  margin-left: 5px;
}


.box[data-v-bfb9fabc] {
  padding-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-style[data-v-bfb9fabc] {
  width: 80px;
}

.formula-editor-wrapper[data-v-32bcda36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  overflow: hidden;
}
.formula-editor[data-v-32bcda36] {
  padding: 10px;
  outline: none;
  min-height: 41px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.formula-editor[data-v-32bcda36]:empty:before {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #ccc;
  content: attr(data-empty-tip);
}
.formula-editor[data-v-32bcda36] .field-widget {
  margin: 2px;
  border-radius: 5px;
}
.formula-error[data-v-32bcda36] {
  background-color: #f56c6c;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}

.rebate-policy-formula .input-box {
  height: 100px;
}
.rebate-policy-formula .input-box .formula-editor-wrapper {
  height: 100%;
  overflow-y: auto;
}
.rebate-policy-formula .title {
  font-size: 14px;
  font-weight: 500;
}
.rebate-policy-formula .title > span {
  color: var(--error-color, #fc1925);
}
.rebate-policy-formula .title1 {
  font-size: 14px;
  font-weight: 500;
}
.rebate-policy-formula .rebate-content .content-item {
  display: inline-block;
  margin-right: 20px;
}
.rebate-policy-formula .rebate-content .content-item > span {
  color: #b1b1b1;
}
.rebate-policy-formula .rebate-content .content-item > span:hover {
  cursor: pointer;
  color: var(--link-color, #1890ff);
}
.rebate-policy-formula .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rebate-policy-formula .rebate-item {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rebate-policy-formula .rebate-item .rebate-box {
  width: 48%;
}
.rebate-policy-formula .rebate-item .rebate-box .btns .ant-btn .anticon-delete {
  color: var(--error-color, #fc1925);
}
.rebate-policy-formula .rebate-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.policy-formula-wrapper[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.policy-formula-wrapper h6[data-v-b6aa8c36] {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
.policy-formula-wrapper h5[data-v-b6aa8c36] {
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 0;
}
.policy-formula-wrapper .rebate-matching-order[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.policy-formula-wrapper .rebate-matching-order > div[data-v-b6aa8c36] {
  border: 1px solid #d7dae2;
  padding: 10px;
  border-radius: 5px;
}
.policy-formula-wrapper section[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.policy-formula-wrapper section .item-editor-head[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 41px !important;
  padding: 0 10px;
  border-bottom: 1px solid #d7dae2;
}
.policy-formula-wrapper section .item-editor-head h6[data-v-b6aa8c36] {
  padding: 0;
}
.policy-formula-wrapper section .editor-wrapper[data-v-b6aa8c36] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.policy-formula-wrapper section .editor-wrapper > div[data-v-b6aa8c36] {
  border: 1px solid #d7dae2;
  background-color: #fff;
  border-radius: 5px;
}
.policy-formula-wrapper section .editor-wrapper > div[data-v-b6aa8c36]:not(.policy-formula-wrapper section .editor-wrapper > div:last-child) {
  margin-bottom: 10px;
}
.policy-formula-wrapper section .editor-wrapper[data-v-b6aa8c36]:empty:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ccc;
  content: attr(data-empty-tip);
}
.policy-formula-wrapper section .editor-wrapper .editor-header[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0 10px;
  border-bottom: 1px solid #d7dae2;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .formula-editor[data-v-b6aa8c36] {
  height: 100%;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body[data-v-b6aa8c36] .formula-editor-wrapper {
  height: 100%;
  border: none;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap[data-v-b6aa8c36] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap[data-v-b6aa8c36]:not(.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap:last-child) {
  border-right: 1px solid #d7dae2;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap h6[data-v-b6aa8c36] {
  padding: 10px 0;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap > div[data-v-b6aa8c36] {
  height: 100px;
}
.policy-formula-wrapper > div[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.policy-formula-wrapper > div > div[data-v-b6aa8c36] {
  overflow: hidden;
  border: 1px solid #d7dae2;
  border-radius: 5px;
  padding: 10px;
  overflow-y: auto;
}
.policy-formula-wrapper > div[data-v-b6aa8c36]:first-child {
  width: 200px;
  margin-right: 10px;
}
.policy-formula-wrapper > div[data-v-b6aa8c36]:nth-child(2) {
  width: 200px;
  margin-right: 10px;
}
.policy-formula-wrapper > div[data-v-b6aa8c36]:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper > div > div[data-v-b6aa8c36]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper .group-wrap button[data-v-b6aa8c36] {
  padding: 0;
  background-color: transparent;
  border: none;
}
.group-wrap[data-v-b6aa8c36]:not(.policy-formula-wrapper:last-child) {
  margin-bottom: 10px;
}
.policy-formula-wrapper .tag-wrap[data-v-b6aa8c36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.policy-formula-wrapper .tag-wrap[data-v-b6aa8c36] > * {
  margin-bottom: 8px;
  cursor: pointer;
}

.flex[data-v-5c3beacc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-5c3beacc] {
  color: red;
}
.button[data-v-5c3beacc] {
  padding: 0;
}
.button .el-icon[data-v-5c3beacc] {
  margin-right: 5px;
}

.flex[data-v-1d905e44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-1d905e44] {
  color: red;
}
.button[data-v-1d905e44] {
  padding: 0;
}
.button .el-icon[data-v-1d905e44] {
  margin-right: 5px;
}


.toolbar {
  margin-bottom: 20px;
}


.toolbar {
  margin-bottom: 20px;
}

.flex[data-v-1e828778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox[data-v-1e828778] {
  margin-left: 5px;
}


.box[data-v-caf39dd6] {
  padding-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-style[data-v-caf39dd6] {
  width: 80px;
}

.formula-editor-wrapper[data-v-18ba7eb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  overflow: hidden;
}
.formula-editor[data-v-18ba7eb6] {
  padding: 10px;
  outline: none;
  min-height: 41px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.formula-editor[data-v-18ba7eb6]:empty:before {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #ccc;
  content: attr(data-empty-tip);
}
.formula-editor[data-v-18ba7eb6] .field-widget {
  background: #f5f5f5;
  padding: 2px 5px;
  margin: 2px;
  border-radius: 5px;
}
.formula-error[data-v-18ba7eb6] {
  background-color: #f56c6c;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
}

.rebate-policy-formula .input-box {
  height: 100px;
}
.rebate-policy-formula .input-box .formula-editor-wrapper {
  height: 100%;
  overflow-y: auto;
}
.rebate-policy-formula .title {
  font-size: 14px;
  font-weight: 500;
}
.rebate-policy-formula .title > span {
  color: var(--error-color, #fc1925);
}
.rebate-policy-formula .title1 {
  font-size: 14px;
  font-weight: 500;
}
.rebate-policy-formula .rebate-content .content-item {
  display: inline-block;
  margin-right: 20px;
}
.rebate-policy-formula .rebate-content .content-item > span {
  color: #b1b1b1;
}
.rebate-policy-formula .rebate-content .content-item > span:hover {
  cursor: pointer;
  color: var(--link-color, #1890ff);
}
.rebate-policy-formula .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rebate-policy-formula .rebate-item {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rebate-policy-formula .rebate-item .rebate-box {
  width: 48%;
}
.rebate-policy-formula .rebate-item .rebate-box .btns .ant-btn .anticon-delete {
  color: var(--error-color, #fc1925);
}
.rebate-policy-formula .rebate-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.policy-formula-wrapper[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.policy-formula-wrapper h6[data-v-310b4fec] {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
.policy-formula-wrapper h5[data-v-310b4fec] {
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 0;
}
.policy-formula-wrapper .rebate-matching-order[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.policy-formula-wrapper .rebate-matching-order > div[data-v-310b4fec] {
  border: 1px solid #d7dae2;
  padding: 10px;
  border-radius: 5px;
}
.policy-formula-wrapper section[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.policy-formula-wrapper section .item-editor-head[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 41px !important;
  padding: 0 10px;
  border-bottom: 1px solid #d7dae2;
}
.policy-formula-wrapper section .item-editor-head h6[data-v-310b4fec] {
  padding: 0;
}
.policy-formula-wrapper section .editor-wrapper[data-v-310b4fec] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.policy-formula-wrapper section .editor-wrapper > div[data-v-310b4fec] {
  border: 1px solid #d7dae2;
  background-color: #fff;
  border-radius: 5px;
}
.policy-formula-wrapper section .editor-wrapper > div[data-v-310b4fec]:not(.policy-formula-wrapper section .editor-wrapper > div:last-child) {
  margin-bottom: 10px;
}
.policy-formula-wrapper section .editor-wrapper[data-v-310b4fec]:empty:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ccc;
  content: attr(data-empty-tip);
}
.policy-formula-wrapper section .editor-wrapper .editor-header[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0 10px;
  border-bottom: 1px solid #d7dae2;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .formula-editor[data-v-310b4fec] {
  height: 100%;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body[data-v-310b4fec] .formula-editor-wrapper {
  height: 100%;
  border: none;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap[data-v-310b4fec] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap[data-v-310b4fec]:not(.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap:last-child) {
  border-right: 1px solid #d7dae2;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap h6[data-v-310b4fec] {
  padding: 10px 0;
}
.policy-formula-wrapper section .editor-wrapper .editor-content-body .editor-wrap > div[data-v-310b4fec] {
  height: 100px;
}
.policy-formula-wrapper > div[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.policy-formula-wrapper > div > div[data-v-310b4fec] {
  overflow: hidden;
  border: 1px solid #d7dae2;
  border-radius: 5px;
  padding: 10px;
  overflow-y: auto;
}
.policy-formula-wrapper > div[data-v-310b4fec]:first-child {
  width: 200px;
  margin-right: 10px;
}
.policy-formula-wrapper > div[data-v-310b4fec]:nth-child(2) {
  width: 200px;
  margin-right: 10px;
}
.policy-formula-wrapper > div[data-v-310b4fec]:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper > div > div[data-v-310b4fec]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy-formula-wrapper .group-wrap button[data-v-310b4fec] {
  padding: 0;
  background-color: transparent;
  border: none;
}
.group-wrap[data-v-310b4fec]:not(.policy-formula-wrapper:last-child) {
  margin-bottom: 10px;
}
.policy-formula-wrapper .tag-wrap[data-v-310b4fec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.policy-formula-wrapper .tag-wrap[data-v-310b4fec] > * {
  margin-bottom: 8px;
  cursor: pointer;
}

.flex[data-v-164a4f43] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redContent[data-v-164a4f43] {
  color: red;
}
.button[data-v-164a4f43] {
  padding: 0;
}
.button .el-icon[data-v-164a4f43] {
  margin-right: 5px;
}

.image-wrap[data-v-a77d13ce] {
  height: calc(100vh - 170px);
  overflow-y: auto;
}
.emptyContent[data-v-a77d13ce] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list[data-v-a77d13ce] {
  padding: 20px 0;
}
.list + .list[data-v-a77d13ce] {
  border-top: 1px solid #efefef;
}
.col-item[data-v-a77d13ce] {
  margin-bottom: 20px;
}
.photo-item[data-v-a77d13ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.image-item[data-v-a77d13ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.image-item img[data-v-a77d13ce] {
  width: 160px;
  height: 160px;
}
.image-item .image-detail[data-v-a77d13ce] {
  margin-left: 5px;
}
.image-item .image-detail-item[data-v-a77d13ce] {
  margin-bottom: 8px;
}
.hover[data-v-a77d13ce]:hover {
  text-decoration: underline;
}


.page[data-v-59412445]{
    min-width: 320px !important;
}

.begin .total[data-v-c41598ee] {
  font-size: 14px;
  color: red;
}
.begin .img[data-v-c41598ee] {
  width: 200px;
  height: 200px;
}
.begin .title-card[data-v-c41598ee] {
  font-size: 14px;
  padding: 5px;
  background: #b4d2ea;
  margin-bottom: 10px;
}
.begin .wrapper[data-v-c41598ee] {
  margin: 10px 0;
}

.submit .total[data-v-1e23a389] {
  font-size: 14px;
  color: red;
}
.submit .img[data-v-1e23a389] {
  width: 200px;
  height: 200px;
}
.submit .title-card[data-v-1e23a389] {
  font-size: 14px;
  padding: 5px;
  background: #b4d2ea;
  margin-bottom: 10px;
}
.submit .wrapper[data-v-1e23a389] {
  margin: 10px 0;
}

.end .total[data-v-22211cc9] {
  font-size: 14px;
  color: red;
}
.end .img[data-v-22211cc9] {
  width: 200px;
  height: 200px;
}
.end .title-card[data-v-22211cc9] {
  font-size: 14px;
  padding: 5px;
  background: #b4d2ea;
  margin-bottom: 10px;
}
.end .wrapper[data-v-22211cc9] {
  margin: 10px 0;
}


.balltrack {
  z-index: 999;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color, #409eff);
  border-radius: 100px;
  -webkit-animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
          animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.dialog-footer[data-v-2cdc3c0e] {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
  background-color: white;
}
.dialog-footer .tip[data-v-2cdc3c0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fc1925;
}
[data-v-2cdc3c0e] .el-upload-dragger,[data-v-2cdc3c0e] .el-upload {
  width: 98%;
}
.flex[data-v-2cdc3c0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex .upload-demo[data-v-2cdc3c0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.select-template[data-v-2cdc3c0e] {
  padding: 10px 0;
}
.select-template .el-button[data-v-2cdc3c0e],
.select-template .downloadController[data-v-2cdc3c0e] {
  margin-left: 10px;
}
.export-file-box[data-v-2cdc3c0e] .el-upload,
.export-file-box[data-v-2cdc3c0e] .el-upload__tip {
  display: none;
}
.export-file-box[data-v-2cdc3c0e] .file-list {
  margin-bottom: 10px;
}


.page[data-v-177f9500]{
    min-width: 320px !important;
}


.dialog-style {
    padding-bottom: 0;
}

.el-message .el-message__content {
  line-height: normal !important;
}
div.ant-notification:has(div.home-notification-content) {
  z-index: 2001;
}

.layout-edit > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  height: 100%;
  padding: 24px 24px 10px 10px;
}
.layout-edit-render-title,
.layout-edit-select-title,
.layout-edit .layout-edit-select-range-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ebef;
  font-size: 17px;
  font-weight: bold;
}
.layout-edit-render {
  height: 100%;
  width: 65%;
}
.layout-edit-render-main {
  height: 550px;
  width: 100%;
  padding: 12px 0;
}
.layout-edit-select {
  position: relative;
  height: 100%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.layout-edit-select > div:first-child {
  font-size: 17px;
  font-weight: bold;
}
.layout-edit-select > div:last-child {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: end;
}
.layout-edit-select-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  gap: 6px;
}
.layout-edit-select-main > div {
  height: 160px;
  background: #eaeaea;
}
.layout-edit-select-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.layout-edit-select-range > div.el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.layout-edit-components {
  position: relative;
  width: calc(50% - 3px);
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.layout-edit-components > .el-icon-success {
  position: absolute;
  color: var(--primary-color, #409eff);
  opacity: 0;
  font-size: 20px;
  right: 7px;
  top: 7px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout-edit-components-row {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-edit-components-row::before,
.layout-edit-components-row::after {
  display: none !important;
}
.layout-edit-components-row > .el-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-edit-components-row > .el-col-12 {
  width: calc(50% - 6px);
}
.layout-edit-components-row-select > .el-col-12 {
  width: calc(50% - 3px);
}
.layout-edit-components-used > .el-icon-success {
  opacity: 1;
  color: #ffffff;
}
.layout-edit-components-checked {
  border-color: var(--primary-color, #409eff);
}
.layout-edit-components-checked > .el-icon-success {
  color: var(--primary-color, #409eff);
  opacity: 1;
}
.layout-edit-components-content {
  height: 100%;
  width: 100%;
}
.layout-edit-components-content:not(:has(.layout-edit-components-content)) {
  background: #f5f5f5;
}
.layout-edit-components-content > div.component-select-module {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
.layout-edit-components-content > div.component-select-module .component-select-module-main {
  width: 100%;
  height: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #d3dce6;
}
.layout-edit-components-content > div.component-select-module .component-select-module-main-empty {
  color: #f56c6c;
}
.layout-edit-components-content > div.component-select-module .component-select-module-header {
  height: 32px;
  width: 100%;
  background: #d3dce6;
  margin-bottom: 10px;
}
.layout-edit-split {
  width: 1px;
  height: 100%;
  border-right: 2px dashed #000;
}
@supports ((-webkit-mask: none) or (mask: none)) {
  .layout-edit-split {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#34538b), to(var(--primary-color, #409eff))) no-repeat;
    background: linear-gradient(to bottom, #34538b, var(--primary-color, #409eff)) no-repeat;
    -webkit-mask: linear-gradient(to right, var(--primary-color, #409eff) 6px, transparent 6px) repeat-x, linear-gradient(to bottom, var(--primary-color, #409eff) 6px, transparent 6px) repeat-y, linear-gradient(to right, #000 6px, transparent 6px) repeat-x 0 100%, linear-gradient(to bottom, #000 6px, transparent 6px) repeat-y 100% 0;
    -webkit-mask-size: 8px 2px, 2px 8px, 8px 2px, 2px 8px;
  }
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style {
  height: 30vh !important;
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style .modal-container:has(div.layout-edit-modal-content) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style .modal-container:has(div.layout-edit-modal-content) .layout-edit-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style .modal-container:has(div.layout-edit-modal-content) .layout-edit-modal-content > div {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style .modal-container:has(div.layout-edit-modal-content) .layout-edit-modal-content > div > span {
  width: 80px;
}
.layout-edit-modal-dialog:has(div.layout-edit-modal-content) .dialog-style .modal-container:has(div.layout-edit-modal-content) .layout-edit-modal-content > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.el-input.is-disabled .el-input__inner {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
.el-textarea.is-disabled .el-textarea__inner {
  color: #000 !important;
}
.ant-input-number-disabled .ant-input-number-input {
  color: #000 !important;
}
.el-tag.el-tag--info {
  color: #000 !important;
}
.el-range-editor.is-disabled input {
  color: #000 !important;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: #000 !important;
}
.el-select .el-select__wrapper::-webkit-input-placeholder {
  color: #9698A5 !important;
}
.el-select .el-select__wrapper::-moz-placeholder {
  color: #9698A5 !important;
}
.el-select .el-select__wrapper:-ms-input-placeholder {
  color: #9698A5 !important;
}
.el-select .el-select__wrapper::-ms-input-placeholder {
  color: #9698A5 !important;
}
.el-select .el-select__wrapper::placeholder {
  color: #9698A5 !important;
}
.el-select__selected-item {
  color: #000 !important;
}
.page-search .is-transparent {
  color: #9698A5 !important;
}
.ant-modal-content .is-transparent {
  color: #9698A5 !important;
}
.ant-modal-content .el-input__wrapper .el-input__inner::-webkit-input-placeholder {
  color: #9698A5 !important;
}
.ant-modal-content .el-input__wrapper .el-input__inner::-moz-placeholder {
  color: #9698A5 !important;
}
.ant-modal-content .el-input__wrapper .el-input__inner:-ms-input-placeholder {
  color: #9698A5 !important;
}
.ant-modal-content .el-input__wrapper .el-input__inner::-ms-input-placeholder {
  color: #9698A5 !important;
}
.ant-modal-content .el-input__wrapper .el-input__inner::placeholder {
  color: #9698A5 !important;
}
.el-input__wrapper .el-input__inner::-webkit-input-placeholder {
  color: #000 !important;
}
.el-input__wrapper .el-input__inner::-moz-placeholder {
  color: #000 !important;
}
.el-input__wrapper .el-input__inner:-ms-input-placeholder {
  color: #000 !important;
}
.el-input__wrapper .el-input__inner::-ms-input-placeholder {
  color: #000 !important;
}
.el-input__wrapper .el-input__inner::placeholder {
  color: #000 !important;
}
.el-input__wrapper .el-input__inner:disabled {
  color: #000 !important;
}
.el-input.is-disabled .el-input__inner {
  -webkit-text-fill-color: #000;
}
.common-filter-modal .el-input__inner::-webkit-input-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner::-moz-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner:-ms-input-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner::-ms-input-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner::placeholder {
  color: #9698A5 !important;
}
.page-search .ant-select-selection__placeholder,
.common-filter-modal .ant-select-selection__placeholder {
  color: #9698A5 !important;
}
.page-search .ant-select-search__field__placeholder,
.common-filter-modal .ant-select-search__field__placeholder {
  color: #9698A5 !important;
  margin-left: 0 !important;
}
.page-search .ant-select-selection,
.common-filter-modal .ant-select-selection {
  border-color: #DCDFE6;
}
.ant-select-selection:hover {
  border-color: #d9d9d9 !important;
}
.ant-select-focused .ant-select-selection {
  border-color: var(--primary-color) !important;
}
/* Chrome/Opera/Safari */
.page-search .el-input__inner::-webkit-input-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner::-webkit-input-placeholder {
  color: #9698A5 !important;
}
/* Firefox 19+ */
.page-search .el-input__inner::-moz-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner::-moz-placeholder {
  color: #9698A5 !important;
}
/* IE 10+ */
.page-search .el-input__inner:-ms-input-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner:-ms-input-placeholder {
  color: #9698A5 !important;
}
/* Firefox 18- */
.page-search .el-input__inner:-moz-placeholder {
  color: #9698A5 !important;
}
.common-filter-modal .el-input__inner:-moz-placeholder {
  color: #9698A5 !important;
}
.vxe-input--wrapper .vxe-input--inner {
  -webkit-text-fill-color: #000 !important;
}
.vxe-table--render-default {
  color: #000;
}
.black-table.el-table--border,
.el-table--group {
  border: 1px solid #000 !important;
}
.black-table.el-table td.el-table__cell,
.black-table.el-table th.el-table__cell.is-leaf,
.black-table.el-table--border th.el-table__cell,
.black-table .el-table__fixed-right-patch {
  border-color: #000 !important;
}

