/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/style/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** 主要文字颜色 */
/** 滚动条 */
/** 按钮颜色 */
/** 按钮文字颜色 */
/** 边框线样式 */
/** 清空icon颜色 */
/** 公共状态颜色/通用颜色 */
/* 一般颜色 */
/* 通用红色(错误/拒绝) */
/* 通用背景色(标签背景) */
/* 通用蓝色(鼠标流程单号滑过颜色/流程开始/处理中/活动中) */
/* 通用湖蓝色 加签/转办 */
/* 通用绿色 同意/已完成 */
/* 通用黄色 终止/退回 */
/* 通用边框颜色 */
/* 通用背景红色 */
/* 通用背景黄色 */
/* 通用背景蓝色 */
/* 通用背景绿色 */
/* 通用文字颜色 */
body {
  height: 100%;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #182033;
  text-underline-offset: 3px;
}

#centerApp {
  height: 100%;
}

.el-table tr .folio .cell {
  white-space: pre !important;
  text-align: left !important;
}

b,
strong,
label {
  font-size: 13px;
  font-weight: 400;
}

html {
  height: 100%;
  box-sizing: border-box;
}

ul,
menu,
dir,
p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none;
}

div:focus {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.el-header,
.el-aside,
.el-main,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 !important;
  margin: 0;
}

/* 排除掉支持webkit的浏览器 */
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-width: thin;
  }
}
/*滚动条  begin*/
* {
  scrollbar-face-color: #cccccc;
  /*面子*/
  scrollbar-arrow-color: #fff;
  /*箭头*/
  scrollbar-3dlight-color: #ccc;
  /*最外左*/
  scrollbar-highlight-color: #ccc;
  /*左二*/
  scrollbar-shadow-color: #ccc;
  /*右二*/
  scrollbar-darkshadow-color: #ccc;
  /*右一*/
  scrollbar-track-color: #eeeeee;
  /*滑道*/
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/*滚动条宽度*/
/*滚动条按钮*/
/*滑道全部*/
::-webkit-scrollbar-track-piece {
  background-color: transparent;
  /*滑道*/
  -webkit-border-radius: 0;
  /*滑道圆角宽度*/
}

::-webkit-scrollbar-thumb {
  background-color: #DEDFE2;
  /*滑动条表面*/
  border: solid 1px #DEDFE2;
  /*滑动条边框*/
  border-radius: 7px;
  /*滑动条圆角宽度*/
}

/*横竖滚动条交角*/
::-webkit-scrollbar-corner {
  background: none;
}

/*横竖滚动条交角图案*/
::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}

/*鼠标滑过滑动条*/
::-webkit-scrollbar-thumb:hover {
  background-color: #DEDFE2;
  border: solid 1px #DEDFE2;
  /*滑动条边框*/
}

/*滚动条 end*/
.paifont {
  cursor: pointer;
}

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.folio-cursor {
  cursor: auto;
}

body.mac {
  font-family: PingFangSC;
}
body.mac #app {
  font-family: PingFangSC;
}
body.mac * {
  font-family: PingFangSC;
}

body.pc {
  font-family: 思源黑体;
}
body.pc #app {
  font-family: 思源黑体;
}
body.pc * {
  font-family: 思源黑体;
}

/** 公共容器背景 白底颜色 */
.panel-bg {
  height: 100%;
}
.panel-bg .header-bar,
.panel-bg .main-table,
.panel-bg .footer-page {
  border: 1px solid rgba(24, 32, 51, 0.08);
  background-color: #ffffff;
}
.panel-bg .header-bar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel-bg .main-table,
.panel-bg .footer-page {
  border-bottom: none;
}
.panel-bg .main-table {
  border-top: none;
}

/** 公共容器背景 白底颜色 */
/** 公共点样式默认 */
.table-point {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 4px;
}

/** 表格全局样式 begin */
.ant-table-wrapper .ant-table-thead th.ant-table-column-sort {
  background: #fafafa !important;
}
.ant-table-wrapper .ant-table-thead > tr > th {
  font-weight: 500;
}
.ant-table-wrapper .ant-table-thead > tr > th, .ant-table-wrapper .ant-table-tbody > tr > td {
  color: #21293B;
  line-height: 20px;
}
.ant-table-wrapper .ant-table-tbody {
  height: auto !important;
  /* 收藏样式 begin*/
  /* 列表被选中后收藏样式 begin */
  /* 收藏样式 end*/
  /* 业务系统来源样式  begin  */
  /* 业务系统来源样式  end  */
  /* 人员样式 */
}
.ant-table-wrapper .ant-table-tbody tr.ant-table-row-selected > td {
  background-color: #fff;
}
.ant-table-wrapper .ant-table-tbody td.ant-table-column-sort {
  background-color: #fff;
}
.ant-table-wrapper .ant-table-tbody tr.current-row td {
  background-color: #F0F3FE !important;
}
.ant-table-wrapper .ant-table-tbody tr.current-row td .column-folio {
  cursor: pointer;
}
.ant-table-wrapper .ant-table-tbody tr.current-row td .column-folio .process-name {
  color: #4469EC;
}
.ant-table-wrapper .ant-table-tbody .column-folio {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-table-wrapper .ant-table-tbody .column-folio .folio-id {
  display: inline-block;
  max-width: calc(100% - 46px);
}
.ant-table-wrapper .ant-table-tbody .column-folio .folio-id .data-name {
  color: #4469EC;
  display: flex;
}
.ant-table-wrapper .ant-table-tbody .column-folio .folio-id .verification i {
  font-size: 12px;
  color: #FA9C0F;
  margin-left: 4px;
}
.ant-table-wrapper .ant-table-tbody .column-folio .folio-id .process-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  font-weight: 500;
}
.ant-table-wrapper .ant-table-tbody .column-folio .folio-id .folio {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
}
.ant-table-wrapper .ant-table-tbody .column-tooltip {
  cursor: pointer;
}
.ant-table-wrapper .ant-table-tbody .column-tooltip .process-name {
  color: #4469EC;
}
.ant-table-wrapper .ant-table-tbody .folio-id:hover, .ant-table-wrapper .ant-table-tbody .column-tooltip:hover {
  cursor: pointer;
}
.ant-table-wrapper .ant-table-tbody .folio-id:hover .process-name, .ant-table-wrapper .ant-table-tbody .column-tooltip:hover .process-name {
  text-decoration: underline;
  color: #4469EC;
}
.ant-table-wrapper .ant-table-tbody .concerned {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.06), rgba(24, 32, 51, 0.06)), #FFFFFF;
  border-radius: 100px;
  text-align: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.ant-table-wrapper .ant-table-tbody .concerned .aixin-icon {
  color: rgba(24, 32, 51, 0.45);
  line-height: 25px;
}
.ant-table-wrapper .ant-table-tbody .concerned .redaixin-icon {
  color: #F13549;
  line-height: 25px;
}
.ant-table-wrapper .ant-table-tbody .clickRowSty .concerned {
  background: #FFFFFF;
}
.ant-table-wrapper .ant-table-tbody .fullName-source {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0px 8px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  line-height: 24px;
  display: block;
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.1), rgba(24, 32, 51, 0.1)), #FFFFFF;
}
.ant-table-wrapper .ant-table-tbody .originator-item {
  display: flex;
  align-items: center;
  font-family: 苹方-简;
  font-size: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.ant-table-wrapper .ant-table-tbody .originator-item .originator-people {
  display: block;
  margin-left: 4px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-wrapper .ant-table-tbody .originator-item .personnel-avatar {
  flex-shrink: 0;
}
.ant-table-wrapper .ant-table-tbody .originator-item .origintor-avatar {
  flex-wrap: nowrap;
}
.ant-table-wrapper .ant-table-tbody .originator-item .origintor-avatar-name {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 30px);
  text-overflow: ellipsis;
}
.ant-table-wrapper .ant-table-tbody .originator-item .more-margin {
  margin-right: 16px;
}
.ant-table-wrapper .ant-table-tbody .originator-item .more-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  vertical-align: 0px;
  font-size: 12px;
  background: #E7E8EA;
  border: 1px solid #fff;
  position: absolute;
  left: 16px;
  z-index: 0;
  white-space: nowrap;
}
.ant-table-wrapper .ant-table-tbody .originator-item .personal-card {
  display: none;
  position: absolute;
  background: #fff;
  width: 220px;
  z-index: 1;
  left: 100%;
  top: -8px;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(24, 32, 51, 0.08), 0px 2px 8px 0px rgba(24, 32, 51, 0.08);
}
.ant-table-wrapper .ant-table-tbody .originator-item .personal-card .active-name {
  font-family: 苹方-简;
  font-size: 12px;
  font-weight: 500;
  color: #979AA3;
  line-height: 18px;
}
.ant-table-wrapper .ant-table-tbody .originator-item .personal-card .person-item {
  margin-top: 8px;
}
.ant-table-wrapper .ant-table-tbody .originator-item .personal-card .person-item .person-name {
  margin-left: 4px;
}
.ant-table-wrapper .ant-table-tbody .approve-item:hover .personal-card {
  display: block;
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb {
  background-color: #DEDFE2;
  border: solid 1px #DEDFE2;
  border-radius: 7px;
}
.ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover {
  background-color: #DEDFE2;
  border: solid 1px #DEDFE2;
}

/** 表格筛选按钮复写 */
.ant-table-filter-dropdown-btns .ant-btn.ant-btn-link.ant-btn-sm {
  border: 1px solid rgba(24, 32, 51, 0.14);
  color: rgba(24, 32, 51, 0.96);
}

/** 表格表头不换行 */
.ant-table-thead > tr > th {
  white-space: nowrap;
}

/* 流程状态、停留时间  样式  begin  */
.residen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-family: 苹方-简;
  font-size: 13px;
  line-height: 20px;
  height: 24px;
  border-radius: 4px;
}

.process-status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}

.residen3,
.process-status0 {
  background: linear-gradient(0deg, rgba(241, 53, 73, 0.2), rgba(241, 53, 73, 0.2)), #FFFFFF !important;
}
.residen3 .table-point,
.residen3 .cell-tag-point,
.process-status0 .table-point,
.process-status0 .cell-tag-point {
  background: #F13549;
}

.process-status1,
.process-status2 {
  background: linear-gradient(0deg, rgba(68, 105, 236, 0.2), rgba(68, 105, 236, 0.2)), #FFFFFF !important;
}
.process-status1 .table-point,
.process-status1 .cell-tag-point,
.process-status2 .table-point,
.process-status2 .cell-tag-point {
  background: #4469EC;
}

.process-status3 {
  background: linear-gradient(0deg, rgba(0, 186, 130, 0.2), rgba(0, 186, 130, 0.2)), #FFFFFF !important;
}
.process-status3 .table-point,
.process-status3 .cell-tag-point {
  background: #00BA82;
}

.residen2,
.process-status4 {
  background: linear-gradient(0deg, rgba(250, 156, 15, 0.2), rgba(250, 156, 15, 0.2)), #FFFFFF !important;
}
.residen2 .table-point,
.residen2 .cell-tag-point,
.process-status4 .table-point,
.process-status4 .cell-tag-point {
  background: #FA9C0F;
}

.residen1,
.process-status5 {
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.1), rgba(24, 32, 51, 0.1)), #FFFFFF !important;
}
.residen1 .table-point,
.residen1 .cell-tag-point,
.process-status5 .table-point,
.process-status5 .cell-tag-point {
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.45), rgba(24, 32, 51, 0.45)), #FFFFFF;
}

.residen1 {
  max-width: 100%;
}
.residen1 .system-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

/* 流程状态样式  end  */
/** 卡片全局样式 */
.main-cards {
  height: calc(100vh - 168px);
  overflow: auto;
  /** 隐藏滚动条 */
  /** 复选组包裹复选框 */
  /** 卡片 */
  /** 点击的卡片 */
}
.main-cards > .card-selects {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main-cards .card-item {
  border-radius: 4px;
  background-color: #ffffff;
  width: calc(25% - 6px);
  margin: 0 8px 8px 0;
  border: 1px solid #E7E8EA;
  display: flex;
  flex-direction: column;
  /** 卡片中内容样式 */
  /** 卡片下面的审批按钮样式 */
}
.main-cards .card-item:hover {
  border-color: #4469EC;
}
.main-cards .card-item .card-body {
  position: relative;
  padding: 16px;
  flex: 1;
  cursor: auto;
  /* 卡片的标题样式 */
  /** 卡片内容字段的样式 */
  /** 摘要 */
  /** 业务系统来源 */
  /** 发起人样式 */
  /** 审批人样式 */
  /* 附件 */
}
.main-cards .card-item .card-body .card-title {
  display: flex;
  align-items: center;
  /** 右上角的图标盒子 */
}
.main-cards .card-item .card-body .card-title .title-avatar {
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 8px;
  color: #182033;
  flex-shrink: 0;
}
.main-cards .card-item .card-body .card-title .title-name {
  margin-left: 8px;
  cursor: pointer;
  max-width: calc(100% - 104px);
  /* 流程名称样式 */
  /* 流程单号样式 */
}
.main-cards .card-item .card-body .card-title .title-name .card-name {
  font-family: 苹方-简;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
  color: #4469EC;
  display: flex;
}
.main-cards .card-item .card-body .card-title .title-name .card-name i {
  font-size: 12px;
  color: #FA9C0F;
  margin-left: 4px;
}
.main-cards .card-item .card-body .card-title .title-name .card-name:hover .overflow-ellipsis {
  text-decoration: underline;
}
.main-cards .card-item .card-body .card-title .title-name .card-folio {
  font-family: 苹方-简;
  font-size: 12px;
  line-height: 18px;
}
.main-cards .card-item .card-body .card-title .card-icon {
  align-self: flex-start;
  margin-left: auto;
  flex-shrink: 0;
  line-height: 20px;
  /** 图标样式 */
}
.main-cards .card-item .card-body .card-title .card-icon i {
  margin-right: 8px;
  cursor: pointer;
}
.main-cards .card-item .card-body .card-title .card-icon .redaixin-icon {
  color: #F13549;
}
.main-cards .card-item .card-body .card-content-item {
  margin-top: 16px;
  /** 字段中的提示词样式 */
}
.main-cards .card-item .card-body .card-content-item .item-title {
  color: #696E7A;
  margin-bottom: 4px;
  font-family: 苹方-简;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  /** 提示词右边的图标样式 */
}
.main-cards .card-item .card-body .card-content-item .item-title i {
  margin-right: 2px;
}
.main-cards .card-item .card-body .card-content-item > p {
  color: #21293B;
  font-size: 13px;
  line-height: 18px;
}
.main-cards .card-item .card-body .card-content-item .none-content {
  color: #979AA3;
}
.main-cards .card-item .card-body .card-summary > p {
  font-size: 13px;
  line-height: 18px;
}
.main-cards .card-item .card-body .card-system .system-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #21293B;
  font-size: 13px;
  line-height: 18px;
  height: 24px;
}
.main-cards .card-item .card-body .card-originator {
  /* 发起人内容样式 */
}
.main-cards .card-item .card-body .card-originator .originator-item {
  display: flex;
  align-items: center;
  font-family: 苹方-简;
  font-size: 13px;
  /* 发起人的名称 */
}
.main-cards .card-item .card-body .card-originator .originator-item .originator-people {
  display: block;
  padding: 0 4px;
  line-height: 18px;
}
.main-cards .card-item .card-body .card-originator .originator-item .start-time {
  display: inline-block;
  white-space: nowrap;
  border-left: 1px solid #E7E8EA;
  padding-left: 4px;
}
.main-cards .card-item .card-body .card-approverName {
  /* 人员样式 */
}
.main-cards .card-item .card-body .card-approverName .originator-item {
  display: flex;
  align-items: center;
  font-family: 苹方-简;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.main-cards .card-item .card-body .card-approverName .originator-item .originator-people {
  display: block;
  margin-left: 4px;
  line-height: 18px;
}
.main-cards .card-item .card-body .card-approverName .originator-item .origintor-avatar {
  flex-wrap: nowrap;
}
.main-cards .card-item .card-body .card-approverName .originator-item .more-margin {
  margin-right: 16px;
}
.main-cards .card-item .card-body .card-approverName .originator-item .more-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  vertical-align: 0px;
  font-size: 12px;
  background: #E7E8EA;
  border: 1px solid #fff;
  position: absolute;
  left: 16px;
}
.main-cards .card-item .card-body .card-approverName .approve-item .origintor-avatar-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-cards .card-item .card-body .card-annex {
  /* 显示的tag */
}
.main-cards .card-item .card-body .card-annex .annex-tag {
  background: #e7e8ea !important;
  color: #363D4D;
  border-radius: 4px;
  position: relative;
  padding: 2px 8px;
  cursor: pointer;
}
.main-cards .card-item .card-body .red-tips {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #F13549;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.main-cards .card-item .card-footer {
  border-top: 1px solid #E7E8EA;
  padding: 14px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* 审批按钮样式 */
}
.main-cards .card-item .card-footer .approver-button {
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-right: 10px;
}
.main-cards .card-item .card-footer .approver-button span {
  margin-left: 4px;
}
.main-cards .action-card {
  border-color: #4469EC;
}
.main-cards .k2-empty {
  width: 100%;
  height: calc(100% - 16px);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 4px;
  margin: 8px 0px;
}
.main-cards .k2-empty img {
  width: 200px;
}
.main-cards .k2-empty .empty-info {
  color: rgba(24, 32, 51, 0.45);
}

.k2-empty {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.k2-empty img {
  width: 200px;
}
.k2-empty .empty-info {
  color: rgba(24, 32, 51, 0.45);
}

.main-cards.empty-card {
  height: calc(100vh - 112px);
}

/* 鼠标移入时显示的附件列表 */
.annex-list {
  width: 275px;
  max-height: 370px;
  overflow-y: auto;
  border-radius: 4px;
  opacity: 1;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(24, 32, 51, 0.08), 0px 2px 8px 0px rgba(24, 32, 51, 0.08);
  padding: 8px 8px 4px;
  z-index: 5;
  /* 附件的每一项样式 */
}
.annex-list .annex-item {
  padding: 6px 12px;
  margin-bottom: 4px;
  border-radius: 4px;
  background: #F6F6F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  /* 附件名称样式 */
  /** 附件列表中的图标样式 */
}
.annex-list .annex-item > .annex-file {
  display: flex;
  width: calc(100% - 40px);
}
.annex-list .annex-item .annex-name {
  margin-left: 4px;
  font-family: 苹方-简;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 24px);
}
.annex-list .annex-item .annex-icon i {
  margin: 0 2px;
}

/** 流程状态基本样式 */
.status-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-family: 苹方-简;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.status-item .status-circle {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 4px;
}

/** 发起人头像样式 */
.originator-avatar {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #182033;
}

/** 发起人首字母为数字样式 提示色背景 */
.bg1 {
  background: #FEEBCF;
}

/** 发起人首字母为a-g样式 绿色背景 */
.bg2 {
  background: #CCF1E6;
}

/** 发起人首字母为h-n样式 蓝色背景 */
.bg3 {
  background: #CEE8FF;
}

/** 发起人首字母为o-u样式 主题色背景 */
.bg4 {
  background: #DAE1FB;
}

/** 发起人首字母为v-z样式 紫色背景 */
.bg5 {
  background: #E5DCFB;
}

/** 发起人首字母为其他字符串的样式 蓝绿色背景 */
.bg6 {
  background: #CFEFF1;
}

/** 文字溢出省略 */
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.to-inline-block {
  display: inline-block;
  width: 100%;
}

/** 全局底部按钮样式 begin */
.footer-btn {
  text-align: right;
}
.footer-btn .ant-btn {
  height: 32px;
  padding: 0px 16px;
  border-radius: 4px;
}
.footer-btn .ant-btn .paifont {
  margin-right: 4px;
}
.footer-btn .ant-btn:first-child {
  background-color: #4469EC !important;
  border: none !important;
  color: #FFFFFF !important;
}
.footer-btn .ant-btn + .ant-btn {
  margin-left: 8px;
}

/** 全局底部按钮样式 end */
/** 修改全局表头样式 begin */
.ant-table-column-title {
  z-index: auto !important;
}

/** 修改全局表头样式 end */
/** 修改全局下拉菜单样式 begin */
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected {
  background-color: #fff;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns {
  border-top: none;
  justify-content: end;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns .ant-btn {
  margin-left: 10px;
}

.ant-dropdown-menu {
  border-radius: 8px;
}

.ant-dropdown-menu-item-selected {
  color: #4469EC;
  background-color: rgba(68, 105, 236, 0.08);
}

/** 修改全局下拉菜单样式 end */
/** 修改全局气泡卡片样式 begin */
.ant-popover .ant-popover-inner {
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.05), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

/** 修改全局气泡卡片样式 end */
/** 修改全局选择框样式 begin */
.ant-select.ant-select-in-form-item {
  width: auto;
}

/** 修改全局选择框样式 end */
/** 修改全局tab样式 begin **/
.ant-tabs {
  color: rgba(24, 32, 51, 0.96);
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4469EC;
}
.ant-tabs .ant-tabs-tab:hover {
  color: rgba(24, 32, 51, 0.96);
}
.ant-tabs .ant-tabs-ink-bar {
  background: #4469EC;
}
.ant-tabs .ant-tabs-nav::before {
  border: none;
}

/** 修改全局tab样式 end */
/** 修改全局按钮样式 begin **/
.ant-btn {
  border-radius: 4px;
}

.ant-btn:hover, .ant-btn:focus {
  border: 1px solid rgba(24, 32, 51, 0.14);
  color: rgba(24, 32, 51, 0.96);
}

.ant-btn.ant-btn-primary {
  background: #4469EC;
  border-color: #4469EC;
  box-shadow: none;
  color: #fff;
}

.ant-btn.ant-btn-primary:hover, .ant-btn.ant-btn-primary:focus {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), #4469EC;
  color: #fff;
  border-color: #4469EC;
}

.ant-btn.ant-btn-primary.line {
  background: #fff;
  border-color: #4469EC;
  color: #4469EC;
  box-shadow: none;
}

.ant-btn.ant-btn-primary.line:hover, .ant-btn.ant-btn-primary.line:focus {
  background: linear-gradient(0deg, rgba(68, 105, 236, 0.06), rgba(68, 105, 236, 0.06)), #FFFFFF;
  color: #4469EC;
  border-color: #4469EC;
}

.ant-btn[disabled] {
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.04), rgba(24, 32, 51, 0.04)), #FFFFFF !important;
  border: 1px solid rgba(24, 32, 51, 0.14) !important;
  color: rgba(24, 32, 51, 0.3) !important;
}
.ant-btn[disabled] .paifont {
  color: rgba(24, 32, 51, 0.3) !important;
}

/** 修改全局按钮样式 end **/
/** 修改全局 modal-confirm  begin**/
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-content {
  border-radius: 8px;
  padding: 0;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-content .ant-modal-confirm-body .paifont {
  margin-right: 6px;
  font-size: 16px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-content .ant-modal-confirm-body .pai-bangzhu {
  color: #4469EC;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-content .ant-modal-confirm-body .pai-gantanhao {
  color: #FA9C0F;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-body {
  padding: 16px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-body > .anticon {
  font-size: 18px;
  margin-right: 10px;
  padding-top: 2px;
  color: #4469EC;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-title {
  color: rgba(24, 32, 51, 0.96);
  font-weight: 600;
  line-height: 20px;
  flex: 1;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-content {
  margin-left: 28px;
  color: rgba(24, 32, 51, 0.96);
  line-height: 20px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-btns {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-btns .ant-btn:first-child {
  margin-left: 8px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-confirm.k2-tip-modal .ant-modal-confirm-btns .ant-btn:last-child {
  margin-left: 0px;
}

/** 修改全局消息数垂直居中 **/
.ant-scroll-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-badge .ant-scroll-number .ant-scroll-number-only, .ant-badge .ant-scroll-number .ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: auto;
}

/** 修改全局消息数背景色 **/
.ant-badge-count {
  background: #F13549;
}
.ant-badge-count .ant-scroll-number-only {
  height: 18px;
}
.ant-badge-count .ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 18px;
  line-height: 18px;
}

.person-popv-name {
  width: 200px;
}
.person-popv-name .ant-popover-arrow-content {
  display: none;
}
.person-popv-name .ant-popover-inner-content {
  max-height: 318px;
  overflow: scroll;
  padding: 12px;
}
.person-popv-name .approver-person-item {
  display: flex;
  align-items: center;
  padding-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.person-popv-name .approver-person {
  width: calc(100% - 32px);
  flex: 1;
}
.person-popv-name .person-name + .person-name {
  border-top: 1px solid rgba(24, 32, 51, 0.08);
  margin-top: 12px;
  padding-top: 12px;
}
.person-popv-name .node-title {
  color: #adabab;
  font-size: 12px;
  font-weight: 500;
}

.drawer-close {
  background: #F6F6F7;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
}

.drawer-title {
  font-family: 苹方-简;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 8px;
}

/** message样式全局修改 */
.ant-message {
  left: auto;
  right: 10px;
  width: auto;
  z-index: 9999;
}
.ant-message .ant-message-notice .ant-message-notice-content {
  font-size: 16px;
  padding: 20px 24px;
}

@keyframes my-slide-in-animation {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/** Success paifont pai-chenggong */
.success-notification .ant-notification-notice-icon .paifont {
  color: #00BA82;
}
.success-notification .ant-notification-notice-with-icon {
  display: flex;
  align-items: center;
}
.success-notification .ant-notification-notice-message {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  line-height: revert !important;
  margin-inline-start: 24px !important;
}

/** Info  paifont pai-bangzhu */
.info-notification .ant-notification-notice-icon .paifont {
  color: #4469EC;
}

/** Warning paifont pai-jinggao1 */
.warning-notification .ant-notification-notice-icon .paifont,
.custom-warning-notification .ant-notification-notice-icon .paifont {
  color: #FA9C0F;
}

/** Error paifont pai-tongyong-shibaitishitubiao */
.error-notification .ant-notification-notice-icon .paifont {
  color: #F13549;
}

.success-notification,
.info-notification,
.warning-notification,
.custom-warning-notification,
.error-notification {
  animation: my-slide-in-animation 0.5s ease-in !important;
}
.success-notification .ant-notification-notice-icon .paifont,
.info-notification .ant-notification-notice-icon .paifont,
.warning-notification .ant-notification-notice-icon .paifont,
.custom-warning-notification .ant-notification-notice-icon .paifont,
.error-notification .ant-notification-notice-icon .paifont {
  display: inline-block;
  font-size: 20px;
}
.success-notification .ant-notification-notice-with-icon,
.info-notification .ant-notification-notice-with-icon,
.warning-notification .ant-notification-notice-with-icon,
.custom-warning-notification .ant-notification-notice-with-icon,
.error-notification .ant-notification-notice-with-icon {
  display: flex;
  align-items: center;
}
.success-notification .ant-notification-notice-message,
.info-notification .ant-notification-notice-message,
.warning-notification .ant-notification-notice-message,
.custom-warning-notification .ant-notification-notice-message,
.error-notification .ant-notification-notice-message {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  line-height: revert !important;
  margin-inline-start: 28px !important;
}

.success-notification, .success-message > .ant-message-notice-content {
  background: linear-gradient(0deg, rgba(0, 186, 130, 0.1), rgba(0, 186, 130, 0.1)), #FFFFFF;
  border-radius: 8px;
}

.info-notification, .info-message > .ant-message-notice-content {
  background: linear-gradient(0deg, rgba(68, 105, 236, 0.1), rgba(68, 105, 236, 0.1)), #FFFFFF;
  border-radius: 8px;
}

.warning-notification, .warning-message > .ant-message-notice-content {
  background: linear-gradient(0deg, rgba(250, 156, 15, 0.1), rgba(250, 156, 15, 0.1)), #FFFFFF;
  border-radius: 8px;
}
.warning-notification .ant-notification-notice-with-icon, .warning-message > .ant-message-notice-content .ant-notification-notice-with-icon {
  display: inline-block !important;
}
.warning-notification .ant-notification-notice-with-icon .ant-notification-notice-icon, .warning-message > .ant-message-notice-content .ant-notification-notice-with-icon .ant-notification-notice-icon {
  top: 30px !important;
}

.custom-warning-notification, .warning-message > .ant-message-notice-content {
  background: #FFFFFF;
  border-radius: 8px;
}
.custom-warning-notification .ant-notification-notice-with-icon, .warning-message > .ant-message-notice-content .ant-notification-notice-with-icon {
  display: inline-block !important;
}
.custom-warning-notification .ant-notification-notice-with-icon .ant-notification-notice-icon, .warning-message > .ant-message-notice-content .ant-notification-notice-with-icon .ant-notification-notice-icon {
  top: 30px !important;
}

.error-notification, .error-message > .ant-message-notice-content {
  background: linear-gradient(0deg, rgba(241, 53, 73, 0.1), rgba(241, 53, 73, 0.1)), #FFFFFF;
  border-radius: 8px;
}

/** 抽屉弹出样式 */
.ant-drawer {
  z-index: 1031;
}
.ant-drawer .ant-drawer-header {
  padding: 16px;
}
.ant-drawer .ant-drawer-content {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ant-drawer .ant-drawer-footer {
  background: #f6f6f7;
}

/** 自定义 tooltip 样式 */
/** 抽屉 人员头像 样式 */
.drawer-person {
  z-index: 9999;
}

/** tag 默认 样式 */
.ant-tag {
  padding: 2px 8px;
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.1), rgba(24, 32, 51, 0.1)), #FFFFFF;
}

/** 清空 icon 默认 样式 */
.paifont.close-circle {
  font-size: 12px;
  color: #BABDC2;
}

/**  向下小三角 icon 默认 样式 */
.paifont.pai-fangxiang-xia {
  font-size: 12px;
  color: #BABDC2;
}

/** 流转记录抽屉样式 */
.transfer-drawer .transfer-drawer-header .pai-xiayige.paifont {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(24, 32, 51, 0.04);
  border-radius: 4px;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 600;
}
.transfer-drawer .transfer-drawer-header .pai-xiayige.paifont:hover {
  background: linear-gradient(0deg, rgba(24, 32, 51, 0.04), rgba(24, 32, 51, 0.04)), linear-gradient(0deg, rgba(24, 32, 51, 0.06), rgba(24, 32, 51, 0.06)), #fff;
}
.transfer-drawer .ant-drawer-content {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.transfer-drawer .ant-drawer-body {
  padding: 0px;
}
.transfer-drawer .transfer-records {
  margin: 0px;
  border: none;
  border-radius: 0px;
  width: 480px;
  right: 0px;
}
.transfer-drawer .transfer-records .transfer-records-body .transfer-main .ant-timeline-item {
  width: 100%;
}

.ant-table .tb-cell-a {
  color: #4469EC !important;
  cursor: pointer;
}
.ant-table .cell-tag {
  display: flex;
  align-items: center;
}
.ant-table .cell-tag .process-status {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 8px;
  text-align: center;
  padding: 0px 0px;
  border-radius: 4px;
  margin-right: 4px;
}
.ant-table .cell-tag .cell-tag-point {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.ant-table .cell-tag .column-tooltip {
  width: calc(100% - 12px);
}
.ant-table .operation-btn i {
  color: #4469EC !important;
}

.ant-input {
  border-radius: 4px !important;
}

.ant-input:hover {
  border-color: #4469EC !important;
}

.ant-input-affix-wrapper-focused {
  border-color: #4469EC !important;
  box-shadow: none !important;
}

.ant-picker {
  border-radius: 4px !important;
}

.ant-picker:hover {
  border-color: #4469EC !important;
}

.ant-picker-focused {
  border-color: #4469EC !important;
  box-shadow: none !important;
}

.ant-picker-active-bar {
  background: #4469EC !important;
}

.ant-select-selector {
  border-radius: 4px !important;
}

.ant-select:hover .ant-select-selector {
  border-color: #4469EC !important;
}

/* 下拉框 设置选中项的样式 */
.ant-select-item-option-selected {
  /* 设置选中时的背景颜色 */
  background-color: #F0F3FE !important;
  /* 设置选中时的文本颜色 */
  color: #4469EC !important;
  font-weight: 500 !important;
}

.ant-input-affix-wrapper {
  border-radius: 4px !important;
}

.ant-input-affix-wrapper:hover {
  border-color: #4469EC !important;
}

/* 按钮 鼠标 移入样式 */
.ant-btn-default:not(:disabled):hover {
  color: #4469EC;
  border-color: #4469EC;
  background: none;
}

/* switch 选中项的样式 */
.ant-switch-checked {
  background: #4469EC !important;
}

/* 分页样式 */
.ant-pagination-item-link-icon {
  color: #4469EC !important;
}

.ant-pagination .ant-pagination-prev.ant-pagination-disabled:hover .ant-pagination-item-link {
  background-color: rgba(24, 32, 51, 0.04);
}

.ant-pagination .ant-pagination-next.ant-pagination-disabled:hover .ant-pagination-item-link {
  background-color: rgba(24, 32, 51, 0.04);
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #4469EC !important;
}

.ant-pagination .ant-select-selection-item {
  line-height: 26px !important;
}

/* checkbox 样式 */
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #4469EC !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4469EC !important;
  border-color: #4469EC !important;
}

.ant-checkbox-wrapper-checked:hover .ant-checkbox-inner, .ant-checkbox-checked:hover .ant-checkbox-inner {
  background-color: #4469EC !important;
}

.ant-checkbox-wrapper:hover .ant-checkbox-checked:after {
  border-color: #4469EC !important;
}

.ant-select-dropdown .ant-select-item.custom-page-class {
  padding: 5px 8px !important;
}

@media screen and (max-width: 767px) {
  .layout {
    width: 1920px !important;
  }
  body {
    overflow-x: scroll !important;
  }
  .layout-right {
    margin-left: 56px !important;
  }
  .layout-siderbar {
    position: fixed !important;
    background: url(/static/img/layout-bg.06ade263.png);
    background-size: auto 100vh;
    z-index: 2000;
  }
  .layout-siderbar .sider-menu {
    height: calc(100% - 120px) !important;
  }
  .login-main {
    width: 480px !important;
    height: 500px !important;
  }
  .login-img .logo {
    z-index: 1000 !important;
  }
  .login-img .login-1 {
    display: none !important;
  }
  .main-cards {
    height: calc(100vh - 168px) !important;
  }
  .card-selects .card-item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .transfer-records {
    display: inline-block !important;
  }
  .mainColumn-wrap-right .right-body {
    padding: 0 16px 16px !important;
  }
  .mainColumn-wrap-right .right-body .list-item, .mainColumn-wrap-right .right-body .list-item-colse {
    width: calc((100% - 40px) / 4) !important;
  }
  .mainColumn-wrap-right .right-body .list-item:nth-of-type(4n), .mainColumn-wrap-right .right-body .list-item-colse:nth-of-type(4n) {
    margin-right: 0px !important;
  }
  .not-found-wrap .main-center .right-img {
    display: none !important;
  }
  .account-body .personnel-content {
    height: calc(100% - 173px);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    overflow: hidden !important;
  }
  .layout-right {
    margin-left: 0px !important;
  }
  .layout-siderbar .sider-menu {
    height: calc(100% - 120px) !important;
  }
  .login-main {
    width: 480px !important;
    height: 500px !important;
  }
  .login-img .logo {
    z-index: 1000 !important;
  }
  .login-img .login-1 {
    display: none !important;
  }
  .main-cards {
    height: calc(100vh - 168px) !important;
  }
  .card-selects .card-item {
    width: calc(50% - 4px);
  }
  .card-selects .card-item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .process-search-content .header-bar {
    height: 56px !important;
    flex-direction: row !important;
  }
  .workbench .left-list, .history-task .left-list {
    width: 100% !important;
  }
  .workbench .left-list .header-bar, .history-task .left-list .header-bar {
    justify-content: space-between !important;
  }
  .workbench .left-list .header-bar .bar-button, .history-task .left-list .header-bar .bar-button {
    flex: inherit !important;
  }
  .workbench .left-list .header-bar .header-search, .history-task .left-list .header-bar .header-search {
    max-width: 632px;
    width: auto !important;
  }
  .process-search-content .left-list .header-bar {
    height: 50px !important;
    flex-direction: row !important;
  }
  .close-table {
    width: 100% !important;
  }
  .process-search-content {
    width: 100% !important;
  }
  .transfer-records {
    display: none !important;
  }
  .history-task .bar-button {
    line-height: 45px !important;
  }
  .transfer-drawer .transfer-records {
    display: inline-block !important;
  }
  .transfer-drawer .transfer-drawer-header .pai-xiayige.paifont {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(24, 32, 51, 0.04);
    border-radius: 4px;
    font-size: 16px;
    margin-right: 8px;
  }
  .transfer-drawer .ant-drawer-content {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .transfer-drawer .ant-drawer-body {
    padding: 0px;
  }
  .transfer-drawer .transfer-records {
    margin: 0px;
    border: none;
    border-radius: 0px;
    width: 480px;
    right: 0px;
  }
  .transfer-drawer .transfer-records .transfer-records-body .transfer-main .ant-timeline-item {
    width: 100%;
  }
  .my-account .ant-form-item {
    width: 190px !important;
  }
  .mainColumn-wrap-right .right-body {
    padding: 0 0 16px 16px !important;
  }
  .mainColumn-wrap-right .right-body .list-item, .mainColumn-wrap-right .right-body .list-item-colse {
    width: calc((100% - 28px) / 2) !important;
  }
  .mainColumn-wrap-right .right-body .list-item:nth-of-type(2n), .mainColumn-wrap-right .right-body .list-item-colse:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .not-found-wrap .main-center .right-img {
    display: none !important;
  }
  .account-body .personnel-content {
    height: calc(100% - 173px);
    overflow-y: scroll;
  }
  .workbench-en .my-tasks .header-bar, .history-task-en .my-tasks .header-bar {
    height: 115px !important;
    flex-direction: column !important;
  }
  .workbench-en .my-tasks .header-bar .bar-button, .history-task-en .my-tasks .header-bar .bar-button {
    flex: inherit !important;
  }
  .workbench-en .my-tasks .header-bar .header-search, .history-task-en .my-tasks .header-bar .header-search {
    justify-content: flex-start !important;
  }
  .workbench-en .my-tasks .main-cards, .history-task-en .my-tasks .main-cards {
    height: calc(100vh - 228px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 868px) {
  .workbench .header-bar {
    height: 115px !important;
    flex-direction: column !important;
  }
  .workbench .header-bar .bar-button {
    flex: inherit !important;
  }
  .workbench .header-bar .header-search {
    justify-content: flex-start !important;
  }
  .workbench .my-cc .main-cards, .workbench .my-communication .main-cards {
    height: calc(100vh - 228px) !important;
  }
  .history-task .my-application .header-bar {
    height: 115px !important;
    flex-direction: column !important;
  }
  .history-task .my-application .header-bar .bar-button {
    flex: inherit !important;
  }
  .history-task .my-application .header-bar .header-search {
    justify-content: flex-start !important;
  }
  .my-tasks .main-cards, .my-application .main-cards {
    height: calc(100vh - 228px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 950px) {
  .history-task-en .my-application .header-bar {
    height: 115px !important;
    flex-direction: column !important;
  }
  .history-task-en .my-application .header-bar .bar-button {
    flex: inherit !important;
  }
  .history-task-en .my-application .header-bar .header-search {
    justify-content: flex-start !important;
  }
  .history-task-en .my-application .main-cards {
    height: calc(100vh - 228px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 840px) {
  .history-task-en .my-cc .header-bar {
    height: 115px !important;
    flex-direction: column !important;
  }
  .history-task-en .my-cc .header-bar .bar-button {
    flex: inherit !important;
  }
  .history-task-en .my-cc .header-bar .header-search {
    justify-content: flex-start !important;
  }
  .history-task-en .my-cc .main-cards {
    height: calc(100vh - 228px) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  body {
    overflow: hidden !important;
  }
  .layout-right {
    margin-left: 0px !important;
  }
  .login-main {
    width: 480px !important;
    height: 500px !important;
  }
  .login-img .login-block {
    padding-left: 8% !important;
    width: 60% !important;
    padding-right: 2% !important;
  }
  .login-img .login-log {
    width: 80% !important;
  }
  .main-cards {
    height: calc(100vh - 168px) !important;
  }
  .card-selects .card-item {
    width: calc(50% - 4px);
  }
  .card-selects .card-item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .workbench .left-list, .history-task .left-list {
    width: 100%;
  }
  .workbench .left-list .header-bar, .history-task .left-list .header-bar {
    justify-content: space-between !important;
  }
  .workbench .left-list .header-bar .bar-button, .history-task .left-list .header-bar .bar-button {
    flex: inherit !important;
  }
  .workbench .left-list .header-bar .header-search, .history-task .left-list .header-bar .header-search {
    max-width: 632px;
    width: auto !important;
  }
  .process-search-content .left-list .header-bar {
    height: 50px !important;
    flex-direction: row !important;
  }
  .transfer-records {
    display: inline-block !important;
  }
  .process-search-content {
    width: 100% !important;
  }
  .history-task .bar-button {
    line-height: 45px !important;
  }
  .mainColumn-wrap-right .right-body {
    padding: 0 0 16px 16px !important;
  }
  .mainColumn-wrap-right .right-body .list-item, .mainColumn-wrap-right .right-body .list-item-colse {
    width: calc((100% - 28px) / 2) !important;
  }
  .mainColumn-wrap-right .right-body .list-item:nth-of-type(2n), .mainColumn-wrap-right .right-body .list-item-colse:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .ant-pagination {
    font-size: 12px !important;
  }
  .account-body .personnel-content {
    height: calc(100% - 173px);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .login-main {
    width: 480px !important;
    height: 500px !important;
  }
  .layout-right {
    margin-left: 0px !important;
  }
  .login-img .login-block {
    padding-left: 12% !important;
    width: 60% !important;
    padding-right: 6% !important;
  }
  .login-img .login-block .login-log {
    width: 560px !important;
  }
  .main-cards {
    height: calc(100vh - 168px) !important;
  }
  .card-selects .card-item {
    width: calc(25% - 6px) !important;
  }
  .card-selects .card-item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .workbench .left-list, .history-task .left-list {
    width: 100%;
  }
  .workbench .left-list .header-bar, .history-task .left-list .header-bar {
    justify-content: space-between !important;
  }
  .workbench .left-list .header-bar .header-search, .history-task .left-list .header-bar .header-search {
    max-width: 632px;
    width: auto !important;
  }
  .transfer-records {
    display: inline-block !important;
  }
  .mainColumn-wrap-right .right-body {
    padding: 0 0 16px 16px !important;
  }
  .mainColumn-wrap-right .right-body .list-item, .mainColumn-wrap-right .right-body .list-item-colse {
    width: calc((100% - 38px) / 3) !important;
  }
  .mainColumn-wrap-right .right-body .list-item:nth-of-type(3n), .mainColumn-wrap-right .right-body .list-item-colse:nth-of-type(3n) {
    margin-right: 0px !important;
  }
  .account-body .personnel-content {
    height: calc(100% - 173px);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1920px) {
  .login-main {
    width: 480px !important;
    height: 500px !important;
  }
  .layout-right {
    margin-left: 0px !important;
  }
  .login-img .login-block {
    padding-left: 12% !important;
    width: 60% !important;
    padding-right: 6% !important;
  }
  .login-img .login-block .login-log {
    width: 560px !important;
  }
  .card-selects .card-item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .mainColumn-wrap-right .right-body .list-item:nth-of-type(4n), .mainColumn-wrap-right .right-body .list-item-colse:nth-of-type(4n) {
    margin-right: 0px !important;
  }
  .account-body .personnel-content {
    height: calc(100% - 173px);
    overflow-y: scroll;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/iconfont/iconfont.css ***!
  \********************************************************************************************************************************************************************************/
@font-face {
  font-family: "paifont"; /* Project id 371233 */
  src: url(/static/fonts/iconfont.495c0cc8.woff2) format('woff2'),
       url(/static/fonts/iconfont.5d3d8f9d.woff) format('woff'),
       url(/static/fonts/iconfont.3ef774fd.ttf) format('truetype');
}

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

.pai-wen1:before {
  content: "\eb51";
}

.pai-AI:before {
  content: "\eb50";
}

.pai-daima1:before {
  content: "\eb4f";
}

.pai-mokuaipinhe:before {
  content: "\eb4e";
}

.pai-shuju2:before {
  content: "\eb4d";
}

.pai-shengcheng:before {
  content: "\eb4c";
}

.pai-zhudaohang:before {
  content: "\e8ab";
}

.pai-ailogo:before {
  content: "\e964";
}

.pai-tongji:before {
  content: "\ea36";
}

.pai-gonggao1:before {
  content: "\e95f";
}

.pai-yihuangoutong:before {
  content: "\e960";
}

.pai-tongji1:before {
  content: "\e961";
}

.pai-daiban1:before {
  content: "\e962";
}

.pai-shouye-liuchengbanli:before {
  content: "\e963";
}

.pai-fenxi_fenxi:before {
  content: "\e965";
}

.pai-tuichu31:before {
  content: "\eb48";
}

.pai-gerenzhongxin:before {
  content: "\eb4a";
}

.pai-tuichu3:before {
  content: "\e95e";
}

.pai-zhihang:before {
  content: "\eb42";
}

.pai-shenhejueding:before {
  content: "\eb3e";
}

.pai-huishen:before {
  content: "\eb47";
}

.pai-shenhe:before {
  content: "\eb46";
}

.pai-shenpi-binghang:before {
  content: "\eb43";
}

.pai-xizhi:before {
  content: "\eb44";
}

.pai-weikaishi:before {
  content: "\e95d";
}

.pai-checkboxchecked:before {
  content: "\e95a";
}

.pai-checkbox:before {
  content: "\e95b";
}

.pai-banxuanzhong:before {
  content: "\e95c";
}

.pai-yiwancheng:before {
  content: "\e955";
}

.pai-shalou:before {
  content: "\e956";
}

.pai-gongwenbao:before {
  content: "\e953";
}

.pai-yunxiazai:before {
  content: "\e952";
}

.pai-fuzhushuxian:before {
  content: "\e949";
}

.pai-xinxitubiao:before {
  content: "\e948";
}

.pai-gantetu:before {
  content: "\eb3d";
}

.pai-zip11:before {
  content: "\eb3a";
}

.pai-word1:before {
  content: "\eb3b";
}

.pai-baiban:before {
  content: "\eb3c";
}

.pai-ppt1:before {
  content: "\eb39";
}

.pai-pdf:before {
  content: "\eb38";
}

.pai-liuchengtu:before {
  content: "\eb37";
}

.pai-text:before {
  content: "\eb36";
}

.pai-pic:before {
  content: "\eb35";
}

.pai-markdown:before {
  content: "\eb34";
}

.pai-excel1:before {
  content: "\eb32";
}

.pai-buzhimingwenjian:before {
  content: "\eb31";
}

.pai-siweidaotu:before {
  content: "\eb30";
}

.pai-ziyuanxhdpi:before {
  content: "\e947";
}

.pai-ren:before {
  content: "\eb22";
}

.pai-gangwei2:before {
  content: "\eb1b";
}

.pai-ren-2:before {
  content: "\eb2a";
}

.pai-bianji21:before {
  content: "\eaff";
}

.pai-liebiao21:before {
  content: "\eaf5";
}

.pai-guanlihoutai:before {
  content: "\eb25";
}

.pai-fujian1:before {
  content: "\eb1d";
}

.pai-shenpi:before {
  content: "\eb28";
}

.pai-sousuo2:before {
  content: "\eb1f";
}

.pai-shangchuan3:before {
  content: "\eb19";
}

.pai-zigongsi:before {
  content: "\eb1c";
}

.pai-zhuangtai1:before {
  content: "\eb1a";
}

.pai-shijian21:before {
  content: "\eb16";
}

.pai-shanchu21:before {
  content: "\eb14";
}

.pai-rili1:before {
  content: "\eb15";
}

.pai-laiyuan:before {
  content: "\eb08";
}

.pai-xiazai2:before {
  content: "\eb13";
}

.pai-fanhui1:before {
  content: "\eb18";
}

.pai-wenjianjia-2:before {
  content: "\eafc";
}

.pai-tianjia4:before {
  content: "\eb17";
}

.pai-you:before {
  content: "\eb09";
}

.pai-zuzhi2:before {
  content: "\eb12";
}

.pai-tuodong1:before {
  content: "\eaf9";
}

.pai-che:before {
  content: "\eb01";
}

.pai-youxiang:before {
  content: "\eaf8";
}

.pai-shoucang-2:before {
  content: "\eafe";
}

.pai-tishi1:before {
  content: "\eaf7";
}

.pai-shoucang:before {
  content: "\eafb";
}

.pai-baocun2:before {
  content: "\eaf0";
}

.pai-tianjia11:before {
  content: "\eaf4";
}

.pai-wenjianjia4:before {
  content: "\eaf1";
}

.pai-liuzhuan1:before {
  content: "\eaf2";
}

.pai-wenjian2:before {
  content: "\eaf3";
}

.pai-tuichu2:before {
  content: "\eaed";
}

.pai-fangda2:before {
  content: "\eaec";
}

.pai-gengduo2:before {
  content: "\eb20";
}

.pai-jiedian3:before {
  content: "\eb27";
}

.pai-guanzhu:before {
  content: "\eaf6";
}

.pai-qingkong1:before {
  content: "\eb29";
}

.pai-quyu:before {
  content: "\eb00";
}

.pai-fabu3:before {
  content: "\eb26";
}

.pai-fuzhi3:before {
  content: "\eb1e";
}

.pai-huodongshenqing:before {
  content: "\e93f";
}

.pai-qiyeweixin:before {
  content: "\e940";
}

.pai-huodongquerenxuanzhong:before {
  content: "\e941";
}

.pai-shouyexuanzhong:before {
  content: "\e942";
}

.pai-huodong:before {
  content: "\e943";
}

.pai-huodongweixuan:before {
  content: "\e944";
}

.pai-huodongqueren:before {
  content: "\e945";
}

.pai-shouye4:before {
  content: "\e946";
}

.pai-jindu:before {
  content: "\e93e";
}

.pai-jilu1:before {
  content: "\ead9";
}

.pai-chanpin:before {
  content: "\e93d";
}

.pai-order:before {
  content: "\e93b";
}

.pai-renshi:before {
  content: "\e937";
}

.pai-xiezuo:before {
  content: "\e936";
}

.pai-sheji:before {
  content: "\e93c";
}

.pai-kefu:before {
  content: "\e93a";
}

.pai-operations:before {
  content: "\e939";
}

.pai-gongzuohuibai:before {
  content: "\e938";
}

.pai-bumen1:before {
  content: "\e932";
}

.pai-saoma:before {
  content: "\e933";
}

.pai-erweima1:before {
  content: "\e934";
}

.pai-pc2:before {
  content: "\e935";
}

.pai-jiejuefangan:before {
  content: "\e930";
}

.pai-wentihuizong:before {
  content: "\e931";
}

.pai-dian-lan:before {
  content: "\ead7";
}

.pai-dian-lv:before {
  content: "\ead6";
}

.pai-dian-hui:before {
  content: "\ead5";
}

.pai-new1:before {
  content: "\ead4";
}

.pai-HRrenli:before {
  content: "\e92b";
}

.pai-MFshengchan:before {
  content: "\e92c";
}

.pai-FNcaiwu:before {
  content: "\e92d";
}

.pai-CMshangwu:before {
  content: "\e92e";
}

.pai-CSgongsi:before {
  content: "\e92f";
}

.pai-nianjia:before {
  content: "\e928";
}

.pai-shijian2:before {
  content: "\e927";
}

.pai-caiwushujuhuizong:before {
  content: "\e92a";
}

.pai-xinpin:before {
  content: "\e925";
}

.pai-fenlei1:before {
  content: "\e926";
}

.pai-a-zu182:before {
  content: "\e929";
}

.pai-shezhimian1:before {
  content: "\eacf";
}

.pai-qiandao-kaoqindaqia:before {
  content: "\e924";
}

.pai-arrowdown:before {
  content: "\e922";
}

.pai-arrowup:before {
  content: "\e923";
}

.pai-ppt:before {
  content: "\e918";
}

.pai-PDF:before {
  content: "\e920";
}

.pai-word:before {
  content: "\e921";
}

.pai-zip1:before {
  content: "\e915";
}

.pai-excel:before {
  content: "\e916";
}

.pai-tupian2:before {
  content: "\e917";
}

.pai-yewuliucheng:before {
  content: "\e919";
}

.pai-recisousuo:before {
  content: "\e914";
}

.pai-fujian:before {
  content: "\e912";
}

.pai-accessories:before {
  content: "\e913";
}

.pai-youxianji:before {
  content: "\e911";
}

.pai-naozhong:before {
  content: "\e910";
}

.pai-arrow:before {
  content: "\e90d";
}

.pai-arrow_down:before {
  content: "\e90e";
}

.pai-xiangmuleixing:before {
  content: "\e909";
}

.pai-wenjianleixingFileTypes11:before {
  content: "\e90a";
}

.pai-rentou:before {
  content: "\e8c1";
}

.pai-houtui:before {
  content: "\e8af";
}

.pai-chenggong1:before {
  content: "\ea70";
}

.pai-jinggao31:before {
  content: "\ea6f";
}

.pai-cuowu1:before {
  content: "\ea6e";
}

.pai-jinggao12:before {
  content: "\ea6d";
}

.pai-tishi:before {
  content: "\ea6c";
}

.pai-zongfenzongjieshu:before {
  content: "\eace";
}

.pai-zongfenzongkaishi:before {
  content: "\eacb";
}

.pai-youyi:before {
  content: "\eac7";
}

.pai-zuoyi:before {
  content: "\eac8";
}

.pai-tuodong:before {
  content: "\eac6";
}

.pai-anquanmian:before {
  content: "\e8b6";
}

.pai-fenleimian:before {
  content: "\e8b8";
}

.pai-tuanduimian:before {
  content: "\e8bf";
}

.pai-woguanbi:before {
  content: "\ea8e";
}

.pai-Hexagon:before {
  content: "\e8c0";
}

.pai-qingkongshuju:before {
  content: "\eac4";
}

.pai-huodongzhong:before {
  content: "\e8b5";
}

.pai-complete:before {
  content: "\e8b2";
}

.pai-not_started:before {
  content: "\e8ae";
}

.pai-changjianwenti:before {
  content: "\e8ac";
}

.pai-huifu:before {
  content: "\e8ad";
}

.pai-chidao:before {
  content: "\e8aa";
}

.pai-zaotuix:before {
  content: "\e8a6";
}

.pai-kuanggong:before {
  content: "\e8a8";
}

.pai-chuqin:before {
  content: "\e8a9";
}

.pai-duoyuyan:before {
  content: "\e8a3";
}

.pai-wo3:before {
  content: "\eac2";
}

.pai-talk:before {
  content: "\e8a2";
}

.pai-wenjian1:before {
  content: "\e8a1";
}

.pai-shixingjiedian:before {
  content: "\eac0";
}

.pai-biaodanmoban:before {
  content: "\eabf";
}

.pai-yiyoubiaodanmoban:before {
  content: "\eabe";
}

.pai-guize:before {
  content: "\eaad";
}

.pai-biaodan1:before {
  content: "\eaae";
}

.pai-shenqing:before {
  content: "\eaaf";
}

.pai-caidan2:before {
  content: "\eab0";
}

.pai-zidingyi:before {
  content: "\eab1";
}

.pai-yuanshuju:before {
  content: "\eab2";
}

.pai-renyuan2:before {
  content: "\eab3";
}

.pai-gangwei1:before {
  content: "\eab4";
}

.pai-jiaose1:before {
  content: "\eab5";
}

.pai-daiban:before {
  content: "\eab6";
}

.pai-yewuzidian11:before {
  content: "\eab7";
}

.pai-zuzhi1:before {
  content: "\eab8";
}

.pai-jiedian2:before {
  content: "\eab9";
}

.pai-liucheng61:before {
  content: "\eaba";
}

.pai-yiban21:before {
  content: "\eabb";
}

.pai-xitongzidian1:before {
  content: "\eabd";
}

.pai-zhucefangfa:before {
  content: "\eabc";
}

.pai-a-youxianji:before {
  content: "\e90f";
}

.pai-cardvip:before {
  content: "\e8a0";
}

.pai-tipvip:before {
  content: "\e89f";
}

.pai-caozuoshouce:before {
  content: "\e90c";
}

.pai-a-juxing75:before {
  content: "\e90b";
}

.pai-jiaoyishencha1:before {
  content: "\eaa6";
}

.pai-gongju2:before {
  content: "\eaa8";
}

.pai-wenjuan1:before {
  content: "\eaa7";
}

.pai-jiancha1:before {
  content: "\eaa1";
}

.pai-sou1:before {
  content: "\eaa0";
}

.pai-kehuxinxi1:before {
  content: "\ea9c";
}

.pai-sou:before {
  content: "\ea94";
}

.pai-gongju1:before {
  content: "\ea95";
}

.pai-jiancha:before {
  content: "\ea96";
}

.pai-kehuxinxi:before {
  content: "\ea97";
}

.pai-wenjuan:before {
  content: "\ea9b";
}

.pai-vipmaijiaxiu:before {
  content: "\e89e";
}

.pai-huabu:before {
  content: "\ea86";
}

.pai-hulve:before {
  content: "\ea83";
}

.pai-lianlu:before {
  content: "\ea82";
}

.pai-a-6:before {
  content: "\ea7e";
}

.pai-a-9:before {
  content: "\ea7d";
}

.pai-a-3:before {
  content: "\ea7c";
}

.pai-a-10:before {
  content: "\ea7b";
}

.pai-a-5:before {
  content: "\ea73";
}

.pai-a-8:before {
  content: "\ea72";
}

.pai-a-1:before {
  content: "\ea71";
}

.pai-a-2:before {
  content: "\ea81";
}

.pai-a-4:before {
  content: "\ea7f";
}

.pai-a-7:before {
  content: "\ea74";
}

.pai-wancheng3:before {
  content: "\ea6b";
}

.pai-baobiao1:before {
  content: "\ea6a";
}

.pai-shipin:before {
  content: "\ea68";
}

.pai-qingkong:before {
  content: "\ea67";
}

.pai-xiufu:before {
  content: "\ea66";
}

.pai-tianjiaxinzeng:before {
  content: "\e89a";
}

.pai-zhedie21:before {
  content: "\e99b";
}

.pai-piliangshenpi:before {
  content: "\ea63";
}

.pai-xiaoxi21:before {
  content: "\ea64";
}

.pai-a-baobiaofalse:before {
  content: "\ea65";
}

.pai-quanzeshouce:before {
  content: "\ea5d";
}

.pai-quanzegangwei:before {
  content: "\ea5c";
}

.pai-jicheng:before {
  content: "\ea5a";
}

.pai-zhuce:before {
  content: "\ea5b";
}

.pai-a-renwumianfalse:before {
  content: "\ea59";
}

.pai-a-shouyemianfalse:before {
  content: "\ea57";
}

.pai-yichangmian:before {
  content: "\e89b";
}

.pai-xiaoximian1:before {
  content: "\e89c";
}

.pai-xiaoxitixingmian:before {
  content: "\e89d";
}

.pai-liuchengmian:before {
  content: "\e8b3";
}

.pai-liuzhuanmian:before {
  content: "\e8be";
}

.pai-zhaohui1:before {
  content: "\ea54";
}

.pai-feiqi:before {
  content: "\ea55";
}

.pai-fankui1:before {
  content: "\ea52";
}

.pai-daili1:before {
  content: "\ea53";
}

.pai-a-jiedianbinghang:before {
  content: "\ea51";
}

.pai-shangtianjia:before {
  content: "\e906";
}

.pai-xiatianjia:before {
  content: "\e907";
}

.pai-tianjiaziji:before {
  content: "\e908";
}

.pai-icon-tongyidaiban:before {
  content: "\ea44";
}

.pai-shanchu1:before {
  content: "\e757";
}

.pai-PostgreSQL:before {
  content: "\ea42";
}

.pai-zhuangtai:before {
  content: "\e959";
}

.pai-chaxunliucheng:before {
  content: "\ea41";
}

.pai-shenpimian:before {
  content: "\e899";
}

.pai-gengduofuwu:before {
  content: "\ea39";
}

.pai-chaosongmian:before {
  content: "\e898";
}

.pai-yibanmian:before {
  content: "\e897";
}

.pai-guidang1:before {
  content: "\ea37";
}

.pai-shijian1:before {
  content: "\ea38";
}

.pai-woderenwumian:before {
  content: "\e88c";
}

.pai-biaodanfabumian:before {
  content: "\e88f";
}

.pai-shouyemian:before {
  content: "\e896";
}

.pai-fuxuanzu:before {
  content: "\e7b8";
}

.pai-danxuanzu:before {
  content: "\e7b9";
}

.pai-wenbenkuang:before {
  content: "\e7ba";
}

.pai-shuzikuang:before {
  content: "\e7bb";
}

.pai-zhidukuang:before {
  content: "\e7bc";
}

.pai-xialakuang:before {
  content: "\e88b";
}

.pai-shijianriqi:before {
  content: "\e88d";
}

.pai-wenbenyu1:before {
  content: "\e88e";
}

.pai-HTML1:before {
  content: "\e890";
}

.pai-anniu:before {
  content: "\e891";
}

.pai-chufakuang:before {
  content: "\e892";
}

.pai-tupian1:before {
  content: "\e893";
}

.pai-lianjie2:before {
  content: "\e894";
}

.pai-kaiguan:before {
  content: "\e895";
}

.pai-sousuoshuru:before {
  content: "\e8a5";
}

.pai-daibanshixiang:before {
  content: "\e87d";
}

.pai-faqiliucheng:before {
  content: "\e884";
}

.pai-shouye3:before {
  content: "\e887";
}

.pai-wodedaiban2:before {
  content: "\e888";
}

.pai-wodedaiyue:before {
  content: "\e889";
}

.pai-wodeyiban1:before {
  content: "\e88a";
}

.pai-faqiliucheng_woyongyoudeliucheng_MMG:before {
  content: "\ea30";
}

.pai-faqiliucheng_quanbuliucheng_MMG:before {
  content: "\ea34";
}

.pai-dingbu_tongyong_xiangyou_MMG:before {
  content: "\ea28";
}

.pai-shouye_wodeshenqing_MMG:before {
  content: "\ea29";
}

.pai-shouye_zuixingonggao_MMG:before {
  content: "\ea2a";
}

.pai-shouye__woderenwu_MMG:before {
  content: "\ea2b";
}

.pai-caogaoxiang_chakantubiao_MMG:before {
  content: "\ea2c";
}

.pai-shouye_daibanshixiang_MMG:before {
  content: "\ea2d";
}

.pai-shouye_kuaijiefaqi_MMG:before {
  content: "\ea2e";
}

.pai-shouye_wodedaiban_MMG:before {
  content: "\ea2f";
}

.pai-tongyong_gongzuotai_MMG:before {
  content: "\ea1d";
}

.pai-tongyong_wodefankui_MMG:before {
  content: "\ea1e";
}

.pai-tongyong_chaxunliucheng_MMG:before {
  content: "\ea1f";
}

.pai-tongyong_wodedaili_MMG:before {
  content: "\ea26";
}

.pai-tongyong_wodebanjie_MMG:before {
  content: "\ea27";
}

.pai-left_caogaoxiang_MMG:before {
  content: "\e9fa";
}

.pai-left_liuchengzhongxin_MMG:before {
  content: "\e9fe";
}

.pai-left_dailishezhi_MMG:before {
  content: "\ea01";
}

.pai-left_chaosongwode_MMG:before {
  content: "\ea04";
}

.pai-left_xinfaqi_MMG:before {
  content: "\ea06";
}

.pai-left_woderenwu_MMG:before {
  content: "\ea09";
}

.pai-dingbu_tongyong_xiangzuo_MMG:before {
  content: "\ea0a";
}

.pai-dingbu_tongyong_youcegengduo_MMG:before {
  content: "\ea0b";
}

.pai-left_shouye_MMG:before {
  content: "\ea0d";
}

.pai-wodeyiban_liucheng1_MMG:before {
  content: "\ea11";
}

.pai-xinfaqi_chalv_MMG:before {
  content: "\ea12";
}

.pai-wodeyiban_liucheng2_MMG:before {
  content: "\ea13";
}

.pai-xinfaqi_caiwu_MMG:before {
  content: "\ea14";
}

.pai-left_wodeyiban_MMG:before {
  content: "\ea15";
}

.pai-xinfaqi_tishi_MMG:before {
  content: "\ea17";
}

.pai-left_wodeshenqing_MMG:before {
  content: "\ea18";
}

.pai-xinfaqi_renshi_MMG:before {
  content: "\ea19";
}

.pai-kapianshibuju_youcekapian_woshou_MMG:before {
  content: "\e997";
}

.pai-kapianshibuju_youcekapian_dingbushijian_MMG:before {
  content: "\e99a";
}

.pai-search_MMG:before {
  content: "\e9a4";
}

.pai-create_dingwei_MMG:before {
  content: "\e9a6";
}

.pai-kapianshibuju_youcekapian_biaoqian_MMG:before {
  content: "\e9a7";
}

.pai-kapianshibuju_youcekapian_pingfenmoren1_MMG:before {
  content: "\e9a8";
}

.pai-kapianshibuju_youcekapian_geren_MMG:before {
  content: "\e9a9";
}

.pai-kapianshibuju_youcekapian_dingbushijian2_MMG:before {
  content: "\e9ab";
}

.pai-create_six_MMG:before {
  content: "\e9ac";
}

.pai-kapianshibuju_youcekapian_pingfenxuanzhong_MMG:before {
  content: "\e9ad";
}

.pai-kapianshibuju_youcekapian_pingfenmoren2_MMG:before {
  content: "\e9ae";
}

.pai-kapianshibuju_youcekapian_qidong_MMG:before {
  content: "\e9af";
}

.pai-kapianshibuju_youcekapian_renwuziliao_MMG:before {
  content: "\e9b2";
}

.pai-kapianshibuju_youcekapian_tuanti_MMG:before {
  content: "\e9b4";
}

.pai-kapianshibuju_youcekapian_liucheng_MMG:before {
  content: "\e9b5";
}

.pai-kapianshibuju_youcekapian_wenjian_MMG:before {
  content: "\e9b6";
}

.pai-kapianshibuju_youcekapian_wenjianshuxie_MMG:before {
  content: "\e9b8";
}

.pai-liebiaobuju_youce_star_MMG:before {
  content: "\e9b9";
}

.pai-tongyong_dingbu_left_MMG:before {
  content: "\e9ba";
}

.pai-tongyong_left_MMG:before {
  content: "\e9bc";
}

.pai-tongyong_right_MMG:before {
  content: "\e9bd";
}

.pai-liebiaobuju_youce_stop_MMG:before {
  content: "\e9be";
}

.pai-tongyong_measure_duihao:before {
  content: "\e9bf";
}

.pai-tongyong_Group_MMG:before {
  content: "\e9c0";
}

.pai-tianxie_RIGHTTop_MMG:before {
  content: "\e9c3";
}

.pai-tongyong_dingbu_right_shijian_MMG:before {
  content: "\e9c5";
}

.pai-liebiaobuju_Action_MMG:before {
  content: "\e9c6";
}

.pai-zhuzhuangtongji_zhu_MMG:before {
  content: "\e9c7";
}

.pai-tongyong_kuaizhuangqiehuanbiaoqian_MMG:before {
  content: "\e9ca";
}

.pai-tongyong_Favorites_MMG:before {
  content: "\e9cc";
}

.pai-tongyong_shijianqiehuanbiaoqian_MMG:before {
  content: "\e9d0";
}

.pai-tongyong_tongjituqiehuanbiaoqian_MMG:before {
  content: "\e9d2";
}

.pai-zhuzhuangtongji_up_MMG:before {
  content: "\e9d4";
}

.pai-liebiaobuju_xiazai_MMG:before {
  content: "\e9d5";
}

.pai-tongyong_shaixuan_MMG:before {
  content: "\e9d6";
}

.pai-tongyong_liebiaoqiehuanbiaoqian_MMG:before {
  content: "\e9d8";
}

.pai-tongyong_riliqiehuanbiaoqian_MMG:before {
  content: "\e9d9";
}

.pai-tianxie_leftTop_MMG:before {
  content: "\e9da";
}

.pai-kapianshibuju_youcekapian_woshou_MMG1:before {
  content: "\e9db";
}

.pai-tongyong_dingbu_right_xinxi_MMG:before {
  content: "\e9dc";
}

.pai-zhuzhuangtongji_down_MMG:before {
  content: "\e9dd";
}

.pai-create_one_MMG:before {
  content: "\e9de";
}

.pai-create_three_MMG:before {
  content: "\e9df";
}

.pai-kapianshibuju_youcewenjianjia_MMG:before {
  content: "\e9e0";
}

.pai-create_two_MMG:before {
  content: "\e9e1";
}

.pai-shanchu_MMG:before {
  content: "\e9e3";
}

.pai-create_five_MMG:before {
  content: "\e9e4";
}

.pai-tongji_zhexiantu:before {
  content: "\e9ce";
}

.pai-tongji_bingzhuangtu:before {
  content: "\e9e6";
}

.pai-tongji_zhuzhuangtu:before {
  content: "\e9e8";
}

.pai-shanchu2:before {
  content: "\e7b7";
}

.pai-qingchu:before {
  content: "\e7b6";
}

.pai-tianjiayemian:before {
  content: "\e957";
}

.pai-tianjiacaidan:before {
  content: "\e958";
}

.pai-fuwu2:before {
  content: "\e954";
}

.pai-yk_yuanquan_fill:before {
  content: "\e7b3";
}

.pai-yuanquan:before {
  content: "\e7b5";
}

.pai-gantanhao:before {
  content: "\e7b4";
}

.pai-gonghao:before {
  content: "\e951";
}

.pai-dakai1:before {
  content: "\e885";
}

.pai-xinjian1:before {
  content: "\e886";
}

.pai-wutupian1:before {
  content: "\e883";
}

.pai-icon_question:before {
  content: "\e882";
}

.pai-zip:before {
  content: "\e881";
}

.pai-niantie:before {
  content: "\e880";
}

.pai-fuzhi11:before {
  content: "\e87e";
}

.pai-yiyoubiaodan:before {
  content: "\e87c";
}

.pai-gongsixinxiweihu:before {
  content: "\e905";
}

.pai-shangchuan2:before {
  content: "\e87a";
}

.pai-quanxianpeizhi1:before {
  content: "\e904";
}

.pai-iconset0264:before {
  content: "\e6a3";
}

.pai-zhiduliucheng:before {
  content: "\e69d";
}

.pai-liebiao:before {
  content: "\e698";
}

.pai-biaodanwancheng:before {
  content: "\e717";
}

.pai-wendang:before {
  content: "\e690";
}

.pai-zhucedengluyanzhengma:before {
  content: "\e62c";
}

.pai-menu1:before {
  content: "\e61b";
}

.pai-denglutongji:before {
  content: "\e669";
}

.pai-quanxian:before {
  content: "\e61c";
}

.pai-lanmupeizhi:before {
  content: "\e61f";
}

.pai-objects:before {
  content: "\e91a";
}

.pai-qita:before {
  content: "\e645";
}

.pai-weibiaoti562:before {
  content: "\e643";
}

.pai-kongzhi:before {
  content: "\e61d";
}

.pai-liuchengmoxing:before {
  content: "\e7d1";
}

.pai-ruanjianfuwu:before {
  content: "\e64b";
}

.pai-SCMliucheng:before {
  content: "\e61e";
}

.pai-zuzhijiagou1:before {
  content: "\e62b";
}

.pai-erweima:before {
  content: "\e638";
}

.pai-detail:before {
  content: "\e622";
}

.pai-caogaoxiang:before {
  content: "\e623";
}

.pai-block:before {
  content: "\e630";
}

.pai-shouye:before {
  content: "\e634";
}

.pai-ceshi:before {
  content: "\e624";
}

.pai-liebiao1:before {
  content: "\e626";
}

.pai-gangweiquanxian:before {
  content: "\e628";
}

.pai-kaifazhong:before {
  content: "\e6c5";
}

.pai-caidan:before {
  content: "\e627";
}

.pai-shujujicheng:before {
  content: "\e663";
}

.pai-yunyingguanli:before {
  content: "\e629";
}

.pai-zhiwei:before {
  content: "\e7bd";
}

.pai-set-process:before {
  content: "\e746";
}

.pai-biaodan:before {
  content: "\e665";
}

.pai-rizhi:before {
  content: "\e69e";
}

.pai-yewu:before {
  content: "\e62d";
}

.pai-biaodanku:before {
  content: "\e63d";
}

.pai-renwuguanli:before {
  content: "\e657";
}

.pai-shezhi:before {
  content: "\e65b";
}

.pai-yiji-yunweiguanli:before {
  content: "\eaa9";
}

.pai-liucheng:before {
  content: "\e631";
}

.pai-icon--:before {
  content: "\e77a";
}

.pai-moban:before {
  content: "\e600";
}

.pai-jiankong:before {
  content: "\e6cf";
}

.pai-renyuanxiangqing:before {
  content: "\e633";
}

.pai-huijikemuweihu:before {
  content: "\e636";
}

.pai-ces:before {
  content: "\e639";
}

.pai-blockly:before {
  content: "\e63c";
}

.pai-chixujicheng:before {
  content: "\e637";
}

.pai-yusuankemuweihu:before {
  content: "\e63a";
}

.pai-wangguan:before {
  content: "\e632";
}

.pai-yusuanbianzhi1:before {
  content: "\e63e";
}

.pai-yonghu:before {
  content: "\e635";
}

.pai-tubiao313:before {
  content: "\e63f";
}

.pai-cunrucaogaoxiang:before {
  content: "\e679";
}

.pai-cuowu:before {
  content: "\e646";
}

.pai-tongyi:before {
  content: "\e647";
}

.pai-jsontijiao:before {
  content: "\e655";
}

.pai-fuwuliucheng:before {
  content: "\e648";
}

.pai-yiban:before {
  content: "\e64c";
}

.pai-sousuo:before {
  content: "\e64a";
}

.pai-icon-xinzeng:before {
  content: "\e64e";
}

.pai-chouti:before {
  content: "\e64f";
}

.pai-proxy-settings:before {
  content: "\e69a";
}

.pai-wodedaibanx:before {
  content: "\e651";
}

.pai-xinzeng:before {
  content: "\e652";
}

.pai-jinzhi:before {
  content: "\e654";
}

.pai--zongjiandengji:before {
  content: "\e6c8";
}

.pai-guanbi:before {
  content: "\e672";
}

.pai-kuaijin:before {
  content: "\e659";
}

.pai-guanbi1:before {
  content: "\e65a";
}

.pai-wenjianjia1:before {
  content: "\e66f";
}

.pai-yemian:before {
  content: "\e677";
}

.pai-yuyan:before {
  content: "\e678";
}

.pai-caidanshezhi:before {
  content: "\e67c";
}

.pai-shou:before {
  content: "\e680";
}

.pai-renyuan:before {
  content: "\e6ac";
}

.pai-tubiao_yuyannengli:before {
  content: "\e675";
}

.pai-duorenyonghu-copy:before {
  content: "\e644";
}

.pai-drafts:before {
  content: "\e685";
}

.pai-organization:before {
  content: "\e683";
}

.pai-management:before {
  content: "\e682";
}

.pai-data-synchronization:before {
  content: "\e764";
}

.pai-shouqi:before {
  content: "\e858";
}

.pai-fast-back1:before {
  content: "\eaab";
}

.pai-zhankai:before {
  content: "\e6a1";
}

.pai-fast-forward1:before {
  content: "\eaac";
}

.pai-treeandobjgrid:before {
  content: "\e617";
}

.pai-custom:before {
  content: "\e619";
}

.pai-treeandrelgrid:before {
  content: "\e60e";
}

.pai-treeandform:before {
  content: "\e60f";
}

.pai-objgridandform:before {
  content: "\e60a";
}

.pai-relgridandform:before {
  content: "\e60b";
}

.pai-default:before {
  content: "\e6a0";
}

.pai-close-circle:before {
  content: "\e77e";
}

.pai-banben:before {
  content: "\e71d";
}

.pai-fanhui:before {
  content: "\e77b";
}

.pai-check-circle:before {
  content: "\e77d";
}

.pai-shang:before {
  content: "\e783";
}

.pai-shouye1:before {
  content: "\e7c2";
}

.pai-moye:before {
  content: "\e7c3";
}

.pai-daochu1:before {
  content: "\e7c0";
}

.pai-shuoming:before {
  content: "\e71c";
}

.pai-info-circle:before {
  content: "\e71e";
}

.pai-duihua:before {
  content: "\e7c1";
}

.pai-paiming:before {
  content: "\e7be";
}

.pai-bianji1:before {
  content: "\e7bf";
}

.pai-xiazai:before {
  content: "\e7af";
}

.pai-anzhuang:before {
  content: "\e7b0";
}

.pai-new2:before {
  content: "\e7b1";
}

.pai-zhuanfa-:before {
  content: "\e71b";
}

.pai-duigou1:before {
  content: "\e713";
}

.pai-guolv:before {
  content: "\e716";
}

.pai-twocolumns:before {
  content: "\e711";
}

.pai-jia:before {
  content: "\e712";
}

.pai-jian:before {
  content: "\e715";
}

.pai-addfollow:before {
  content: "\e714";
}

.pai-chilun:before {
  content: "\e710";
}

.pai-lajixiang:before {
  content: "\e701";
}

.pai-xiajiantou:before {
  content: "\e703";
}

.pai-gongsi:before {
  content: "\e705";
}

.pai-xiajiantou1:before {
  content: "\e707";
}

.pai-cf-c64:before {
  content: "\e6f5";
}

.pai-kongzhiqi:before {
  content: "\e6f6";
}

.pai-zhongxinyuan:before {
  content: "\e6f3";
}

.pai-changjinghua:before {
  content: "\e70d";
}

.pai-wenjianjia3:before {
  content: "\e70e";
}

.pai-jiedianleizhongxinguanli:before {
  content: "\e9cf";
}

.pai-ba:before {
  content: "\e6f7";
}

.pai-structure:before {
  content: "\e6ff";
}

.pai-fuzhi1:before {
  content: "\e800";
}

.pai-ziwopinggu:before {
  content: "\e6f8";
}

.pai-zhushujuguanli:before {
  content: "\e6fc";
}

.pai-fl-zuzhi:before {
  content: "\e700";
}

.pai-liucheng1:before {
  content: "\e6b0";
}

.pai-password:before {
  content: "\e69f";
}

.pai-fuzhi:before {
  content: "\e661";
}

.pai-multilingual:before {
  content: "\e68e";
}

.pai-button-refresh:before {
  content: "\e6ae";
}

.pai-xunhuan:before {
  content: "\e6b2";
}

.pai-xunijiedian:before {
  content: "\e6b5";
}

.pai-pintu:before {
  content: "\e6fa";
}

.pai-quxiao1:before {
  content: "\e6b3";
}

.pai-appraisal-m:before {
  content: "\e6b4";
}

.pai-wenhao:before {
  content: "\e721";
}

.pai-yingyongguanli:before {
  content: "\eb67";
}

.pai-screening:before {
  content: "\e6b8";
}

.pai-xinzengxunijiedian:before {
  content: "\e6c0";
}

.pai-add:before {
  content: "\e6ba";
}

.pai-yuangonglizhi:before {
  content: "\e6c1";
}

.pai-biaoqian:before {
  content: "\e6bb";
}

.pai-link-analysis:before {
  content: "\e6c4";
}

.pai-yuangongzaizhi:before {
  content: "\e6c2";
}

.pai-zuixingonggao:before {
  content: "\e6dd";
}

.pai-shitizuzhi:before {
  content: "\e6d6";
}

.pai-xiala:before {
  content: "\e7f4";
}

.pai-wodeshenqing:before {
  content: "\e6dc";
}

.pai-lianjie:before {
  content: "\e6d7";
}

.pai-chakan:before {
  content: "\e6e1";
}

.pai-bumen:before {
  content: "\e6e2";
}

.pai-liucheng4:before {
  content: "\e6d8";
}

.pai-shezhi2:before {
  content: "\e6df";
}

.pai-wodedaiban:before {
  content: "\e6da";
}

.pai-xiaoxi1:before {
  content: "\e6db";
}

.pai-fabu:before {
  content: "\e6e4";
}

.pai-jinfabu:before {
  content: "\e6e5";
}

.pai-baocun:before {
  content: "\e6e6";
}

.pai-fangdajing:before {
  content: "\e6e0";
}

.pai-icon-:before {
  content: "\e6e8";
}

.pai-jinyong:before {
  content: "\e6e9";
}

.pai-touzimingxi:before {
  content: "\e6e7";
}

.pai-liuchengdingyi-copy:before {
  content: "\eb69";
}

.pai-shenqingshenpi1:before {
  content: "\e6eb";
}

.pai-gongzuoliucheng:before {
  content: "\e6ec";
}

.pai-config-link-audit:before {
  content: "\e6ee";
}

.pai-yewujueseguanli:before {
  content: "\eb68";
}

.pai-daoru:before {
  content: "\e6ed";
}

.pai-daochu:before {
  content: "\e6ef";
}

.pai-clock:before {
  content: "\e6f2";
}

.pai-qubiezhen:before {
  content: "\e6f4";
}

.pai-jinggao2:before {
  content: "\e6f0";
}

.pai-jian-wenjian:before {
  content: "\e6f1";
}

.pai-daoxu:before {
  content: "\e6a5";
}

.pai-shangchuan:before {
  content: "\e62e";
}

.pai-relation1:before {
  content: "\e733";
}

.pai-APIceshi:before {
  content: "\e66a";
}

.pai-sign-in:before {
  content: "\e6cb";
}

.pai-zhengxu1:before {
  content: "\e6a6";
}

.pai-permission-group:before {
  content: "\e69c";
}

.pai-renyuanquanxian2:before {
  content: "\e8b4";
}

.pai-xieyiguanli:before {
  content: "\e903";
}

.pai-zuzhi:before {
  content: "\e790";
}

.pai-juan:before {
  content: "\e91b";
}

.pai-buzhoutiao3:before {
  content: "\e8f7";
}

.pai-wangguan11:before {
  content: "\e91f";
}

.pai-controls:before {
  content: "\e603";
}

.pai-service:before {
  content: "\e604";
}

.pai-buzhoutiao2:before {
  content: "\e8de";
}

.pai-list:before {
  content: "\e605";
}

.pai-menu:before {
  content: "\e606";
}

.pai-object:before {
  content: "\e607";
}

.pai-authority:before {
  content: "\e608";
}

.pai-relation:before {
  content: "\e609";
}

.pai-form:before {
  content: "\e610";
}

.pai-trash:before {
  content: "\e613";
}

.pai-todo:before {
  content: "\e612";
}

.pai-review:before {
  content: "\e614";
}

.pai-ide:before {
  content: "\e611";
}

.pai-caigoujihua:before {
  content: "\e602";
}

.pai-reviewrefuse:before {
  content: "\e615";
}

.pai-reviewagree:before {
  content: "\e616";
}

.pai-wxbsousuotuiguang:before {
  content: "\e60d";
}

.pai-organizationframework:before {
  content: "\e60c";
}

.pai-msnui-sys-set:before {
  content: "\e72d";
}

.pai-wendangbiaodan:before {
  content: "\e620";
}

.pai-shengpi:before {
  content: "\e63b";
}

.pai-xinjianliucheng:before {
  content: "\e6fe";
}

.pai-icon2:before {
  content: "\e62a";
}

.pai-xingzhuang:before {
  content: "\e950";
}

.pai-fenpeiquanxian11:before {
  content: "\e94e";
}

.pai-zhongzhi1:before {
  content: "\e94f";
}

.pai-jiegouhuayunweiguanli:before {
  content: "\e94a";
}

.pai-shujuyuan:before {
  content: "\e94b";
}

.pai-zhengzexiaoyan:before {
  content: "\e94c";
}

.pai-kehuduanhanshu:before {
  content: "\e94d";
}

.pai-zuofeihetong:before {
  content: "\e902";
}

.pai-hetongliebiao:before {
  content: "\e901";
}

.pai-wangguan1:before {
  content: "\e91e";
}

.pai-daoru1:before {
  content: "\e9a3";
}

.pai-tianjiabiaoge:before {
  content: "\e87b";
}

.pai-jisuan:before {
  content: "\e91c";
}

.pai-anniu1:before {
  content: "\e91d";
}

.pai-hetongquanxianguanli:before {
  content: "\e8f8";
}

.pai-hetongyujing:before {
  content: "\e8f9";
}

.pai-a-hetongtongjijingxiaoshang:before {
  content: "\e8fa";
}

.pai-a-hetongtongjigongyingshang:before {
  content: "\e8fb";
}

.pai-hetongtaizhang:before {
  content: "\e8fc";
}

.pai-mobanquanxianguanli:before {
  content: "\e8fd";
}

.pai-wendangduibi:before {
  content: "\e8fe";
}

.pai-hetongbaobiao:before {
  content: "\e900";
}

.pai-gongyijuankuan:before {
  content: "\e878";
}

.pai-duixiangming:before {
  content: "\e8f4";
}

.pai-shujuku:before {
  content: "\e8f5";
}

.pai-xiangmumingcheng:before {
  content: "\e8f6";
}

.pai-mobanguanli:before {
  content: "\e8f1";
}

.pai-xinxiguanli:before {
  content: "\e8f2";
}

.pai-xitongcaidan:before {
  content: "\e8f3";
}

.pai-liuchengleixing:before {
  content: "\e8ee";
}

.pai-gongxiangliucheng:before {
  content: "\e8ef";
}

.pai-gongxiangpipei:before {
  content: "\e8f0";
}

.pai-jiegouhua:before {
  content: "\e877";
}

.pai-gongsi1:before {
  content: "\e874";
}

.pai-xiangmu:before {
  content: "\e875";
}

.pai-daochushuju:before {
  content: "\e99c";
}

.pai-hetongleixingweihu:before {
  content: "\e8e9";
}

.pai-hetongguanli:before {
  content: "\e8ea";
}

.pai-hetongweihu:before {
  content: "\e8eb";
}

.pai-hetongshiyongfanweiweihu:before {
  content: "\e8ec";
}

.pai-jicaiguanliyuanweihu:before {
  content: "\e8ed";
}

.pai-jujue:before {
  content: "\e8e2";
}

.pai-gaikuang1:before {
  content: "\e8e3";
}

.pai-gongzuotai1:before {
  content: "\e8e4";
}

.pai-renyuan1:before {
  content: "\e8e5";
}

.pai-fuzhiyingyong:before {
  content: "\e8e6";
}

.pai-fuzhiyiyouyingyong:before {
  content: "\e8e7";
}

.pai-renwuliucheng1:before {
  content: "\e8e8";
}

.pai-yituihui2:before {
  content: "\e8e1";
}

.pai-gaikuang:before {
  content: "\e8dd";
}

.pai-renwuliucheng:before {
  content: "\e8e0";
}

.pai-buzhoutiao:before {
  content: "\eb6c";
}

.pai-buzhoutiao1:before {
  content: "\e8df";
}

.pai-yingyong2:before {
  content: "\e873";
}

.pai-yejianqingtian:before {
  content: "\e8ca";
}

.pai-taiyang:before {
  content: "\e8dc";
}

.pai-tiaoguoquanxianpeizhi:before {
  content: "\e8c9";
}

.pai-gongsixinxiweihu1:before {
  content: "\e8db";
}

.pai-yuchakanquanxianpeizhi:before {
  content: "\e8d9";
}

.pai-wodeyuchakan:before {
  content: "\e8da";
}

.pai-zhushujushezhi:before {
  content: "\e8c2";
}

.pai-jingxiaoshangzhanghuxinxi:before {
  content: "\e8c4";
}

.pai-bumenxinxi:before {
  content: "\e8c5";
}

.pai-shenpiquanxianweihu:before {
  content: "\e8c7";
}

.pai-baobiaopeizhi:before {
  content: "\e8c8";
}

.pai-chexingshujuweihu:before {
  content: "\e8cb";
}

.pai-teshuquanxianshezhi:before {
  content: "\e8cc";
}

.pai-liuchengbaobiao:before {
  content: "\e8cd";
}

.pai-wodechaosong1:before {
  content: "\e8ce";
}

.pai-yinhangzhanghuguanliquanxian:before {
  content: "\e8cf";
}

.pai-yuangongxinxi:before {
  content: "\e8d0";
}

.pai-wodedaiban1:before {
  content: "\e8d1";
}

.pai-zhiwuxinxi:before {
  content: "\e8d2";
}

.pai-youjiantixingguize:before {
  content: "\e8d3";
}

.pai-zhushujushezhi1:before {
  content: "\e8d4";
}

.pai-LOA:before {
  content: "\e8d5";
}

.pai-yushenpiquanxianweihu:before {
  content: "\e8d6";
}

.pai-zhanghaoguanxiweihu:before {
  content: "\e8d7";
}

.pai-a-PMAUCweihu:before {
  content: "\e8d8";
}

.pai-caidan1:before {
  content: "\e8ba";
}

.pai-renyuanquanxian3:before {
  content: "\e8bb";
}

.pai-zidian2:before {
  content: "\e8bc";
}

.pai-biaodanmian:before {
  content: "\e8bd";
}

.pai-tiaoguo:before {
  content: "\e86d";
}

.pai-jiantou1:before {
  content: "\e86f";
}

.pai-chakanxiangqing1:before {
  content: "\e870";
}

.pai-zhankai2:before {
  content: "\e871";
}

.pai-txt1:before {
  content: "\e872";
}

.pai-zujian1:before {
  content: "\e876";
}

.pai-bangzhu2:before {
  content: "\e86e";
}

.pai-nvmian:before {
  content: "\e86b";
}

.pai-nanmian:before {
  content: "\e86c";
}

.pai-lizhi:before {
  content: "\e86a";
}

.pai-duixiangmoxing:before {
  content: "\e868";
}

.pai-yidong-shangxia:before {
  content: "\e866";
}

.pai-jiaosemian:before {
  content: "\e879";
}

.pai-gangweimian:before {
  content: "\e87f";
}

.pai-xian:before {
  content: "\e864";
}

.pai-qukuailian:before {
  content: "\e865";
}

.pai-guanbi2:before {
  content: "\e863";
}

.pai-meihua:before {
  content: "\e862";
}

.pai-guolvziduan:before {
  content: "\e8b7";
}

.pai-fuwu:before {
  content: "\e8b9";
}

.pai-shuomingmian:before {
  content: "\e861";
}

.pai-weizhi:before {
  content: "\e860";
}

.pai-wenjianjia11:before {
  content: "\e85f";
}

.pai-jiedianshezhi:before {
  content: "\e85e";
}

.pai-womian:before {
  content: "\e85d";
}

.pai-fangxiang-fanhui1:before {
  content: "\e85c";
}

.pai-zidian1:before {
  content: "\e85b";
}

.pai-liuchengchaxun:before {
  content: "\e85a";
}

.pai-tuichu1:before {
  content: "\e852";
}

.pai-dingdan:before {
  content: "\e859";
}

.pai-yiban2:before {
  content: "\e857";
}

.pai-shiliyunhang:before {
  content: "\e856";
}

.pai-paixu-zheng:before {
  content: "\e854";
}

.pai-paixu-dao:before {
  content: "\e855";
}

.pai-zhuanban:before {
  content: "\e853";
}

.pai-txt:before {
  content: "\e850";
}

.pai-rp:before {
  content: "\e851";
}

.pai-zip-copy:before {
  content: "\eb6a";
}

.pai-zaodan:before {
  content: "\e84f";
}

.pai-shixiao:before {
  content: "\e84e";
}

.pai-kaishishijian:before {
  content: "\e84c";
}

.pai-jieshushijian:before {
  content: "\e84d";
}

.pai-shaixuanmian:before {
  content: "\e84b";
}

.pai-shiyongquanxian1:before {
  content: "\e849";
}

.pai-fenpeiquanxian1:before {
  content: "\e84a";
}

.pai-gongzuotai:before {
  content: "\e848";
}

.pai-shujuquanxian:before {
  content: "\e8a4";
}

.pai-mokuaiquanxiandingyi2:before {
  content: "\e8a7";
}

.pai-quanjushenpihangweipeizhi:before {
  content: "\e8b0";
}

.pai-fankuiguanli:before {
  content: "\e8b1";
}

.pai-gongju:before {
  content: "\e8c3";
}

.pai-bangzhushujuweihu:before {
  content: "\e8c6";
}

.pai-xitongzidian:before {
  content: "\e846";
}

.pai-yewuzidian1:before {
  content: "\e847";
}

.pai-fenpeiquanxian:before {
  content: "\e819";
}

.pai-shiyongquanxian:before {
  content: "\e81a";
}

.pai-aixinmian:before {
  content: "\e845";
}

.pai-jiedian1:before {
  content: "\e818";
}

.pai-wo2:before {
  content: "\e816";
}

.pai-wo11:before {
  content: "\e817";
}

.pai-New:before {
  content: "\e815";
}

.pai-jieshu:before {
  content: "\e813";
}

.pai-kaishi:before {
  content: "\e814";
}

.pai-a:before {
  content: "\e811";
}

.pai-q:before {
  content: "\e812";
}

.pai-changjingshenpi:before {
  content: "\e80d";
}

.pai-dingwei:before {
  content: "\e80e";
}

.pai-fankui:before {
  content: "\e80f";
}

.pai-wutupian:before {
  content: "\e80c";
}

.pai-xinjian:before {
  content: "\e809";
}

.pai-zuijinshiyong:before {
  content: "\e80a";
}

.pai-dakai:before {
  content: "\e80b";
}

.pai-biaodan-shujumoxing:before {
  content: "\e808";
}

.pai-liucheng-kongbai:before {
  content: "\e7f6";
}

.pai-liucheng-juzhen:before {
  content: "\e7f7";
}

.pai-biaodan-kongbai:before {
  content: "\e7fa";
}

.pai-shouqi1:before {
  content: "\e7e1";
}

.pai-youjian1:before {
  content: "\e7e0";
}

.pai-jiaose:before {
  content: "\e7df";
}

.pai-renyuanquanxian1:before {
  content: "\e7e6";
}

.pai-quxiaoguding:before {
  content: "\e7e7";
}

.pai-guding:before {
  content: "\e7ea";
}

.pai-baocun11:before {
  content: "\e7f3";
}

.pai-fabu21:before {
  content: "\e7f5";
}

.pai-sqlserver:before {
  content: "\e7de";
}

.pai-ORACLE:before {
  content: "\e7dc";
}

.pai-MySQL:before {
  content: "\e7dd";
}

.pai-chushihua:before {
  content: "\e7d9";
}

.pai-zhongxintijiao:before {
  content: "\e7da";
}

.pai-guidang:before {
  content: "\e7db";
}

.pai-guifanxingfenxi:before {
  content: "\e841";
}

.pai-liuchengmingchenghuizong:before {
  content: "\e842";
}

.pai-shuliangfenxibaobiao:before {
  content: "\e843";
}

.pai-xitongLicenseguanli:before {
  content: "\e844";
}

.pai-liebiao3:before {
  content: "\e83f";
}

.pai-yingyong1:before {
  content: "\e840";
}

.pai-chulishichangfenxi:before {
  content: "\e83b";
}

.pai-gonggaoguanli:before {
  content: "\e83c";
}

.pai-liushuihaoliebiao:before {
  content: "\e83d";
}

.pai-mokuaiquanxiandingyi:before {
  content: "\e83e";
}

.pai-biaodanshejiqi:before {
  content: "\e81b";
}

.pai-biaodankongjianguanli:before {
  content: "\e81c";
}

.pai-biaodanjimuguanli:before {
  content: "\e81d";
}

.pai-a-APIguanli:before {
  content: "\e81e";
}

.pai-guizeliebiao1:before {
  content: "\e81f";
}

.pai-liuchengshili:before {
  content: "\e820";
}

.pai-fabu2:before {
  content: "\e821";
}

.pai-shujutongbu:before {
  content: "\e822";
}

.pai-liuchengshuxing1:before {
  content: "\e823";
}

.pai-biaodanfabu:before {
  content: "\e824";
}

.pai-daorudaochu1:before {
  content: "\e825";
}

.pai-fuwubaimingdan:before {
  content: "\e826";
}

.pai-fuwulianlufenxi:before {
  content: "\e827";
}

.pai-xitongdenglurizhi:before {
  content: "\e828";
}

.pai-renyuanquanxian:before {
  content: "\e829";
}

.pai-quanxianchaxun:before {
  content: "\e82a";
}

.pai-fenjiquanxian:before {
  content: "\e82b";
}

.pai-xinfenjiquanxian:before {
  content: "\e82c";
}

.pai-jiekoushouquan:before {
  content: "\e82d";
}

.pai-yewuzidian:before {
  content: "\e82e";
}

.pai-jiaoseguanli:before {
  content: "\e82f";
}

.pai-renyuanchushihua:before {
  content: "\e830";
}

.pai-tongzhimoban:before {
  content: "\e831";
}

.pai-zuzhileibieweihu:before {
  content: "\e832";
}

.pai-caogaoxiang1:before {
  content: "\e833";
}

.pai-jiaoseshouquan2:before {
  content: "\e834";
}

.pai-liuchengchaoshishezhi:before {
  content: "\e835";
}

.pai-zidian:before {
  content: "\e836";
}

.pai-zuzhigangwei:before {
  content: "\e837";
}

.pai-a-zuzhigangweixuni:before {
  content: "\e838";
}

.pai-rizhiguanli:before {
  content: "\e839";
}

.pai-dingyi:before {
  content: "\e83a";
}

.pai-chulishiduanfenxi:before {
  content: "\e7e2";
}

.pai-wodechaosong:before {
  content: "\e7e3";
}

.pai-xinfaqi:before {
  content: "\e7e4";
}

.pai-renjunshichang:before {
  content: "\e7e5";
}

.pai-baobiaozhongxin:before {
  content: "\e7e8";
}

.pai-shuliangfenxi:before {
  content: "\e7e9";
}

.pai-liuchenggaikuang:before {
  content: "\e7eb";
}

.pai-shouye2:before {
  content: "\e7ec";
}

.pai-wodebanjie:before {
  content: "\e7ed";
}

.pai-wodedaili:before {
  content: "\e7ee";
}

.pai-wodegoutong:before {
  content: "\e7ef";
}

.pai-wodeshenqing1:before {
  content: "\e7f0";
}

.pai-wodeyiban:before {
  content: "\e7f1";
}

.pai-woderenwu:before {
  content: "\e7f2";
}

.pai-liuchengmoniqi:before {
  content: "\e7f8";
}

.pai-liuchengpeizhi:before {
  content: "\e7f9";
}

.pai-xinliuchengpeizhi:before {
  content: "\e7fb";
}

.pai-zujianzhongxin:before {
  content: "\e7fc";
}

.pai-zhushujuzhongxin:before {
  content: "\e7fd";
}

.pai-yunweizhongxin:before {
  content: "\e7fe";
}

.pai-xitongshezhi:before {
  content: "\e7ff";
}

.pai-shouquanzhongxin:before {
  content: "\e801";
}

.pai-kaifazhongxin:before {
  content: "\e802";
}

.pai-liuchengshejiqi:before {
  content: "\e803";
}

.pai-yuanshujushejiqi:before {
  content: "\e804";
}

.pai-guanxidingyi:before {
  content: "\e805";
}

.pai-jiediancaozuopeizhi:before {
  content: "\e806";
}

.pai-guizeliebiao:before {
  content: "\e807";
}

.pai-jiangxu:before {
  content: "\e7d7";
}

.pai-shengxu:before {
  content: "\e7d8";
}

.pai-ziduan:before {
  content: "\e7d4";
}

.pai-zengchang:before {
  content: "\e7d5";
}

.pai-zhujian:before {
  content: "\e7d6";
}

.pai-zhanshisousuo:before {
  content: "\e7d2";
}

.pai-zhediesousuo:before {
  content: "\e7d3";
}

.pai-jinggao3:before {
  content: "\e7ce";
}

.pai-yichang:before {
  content: "\e7d0";
}

.pai-xitongzijian:before {
  content: "\e7c9";
}

.pai-dianhua:before {
  content: "\e7ca";
}

.pai-bangzhushipin:before {
  content: "\e7cb";
}

.pai-anquan1:before {
  content: "\e7cd";
}

.pai-zhuangshi2:before {
  content: "\e7c6";
}

.pai-zhuangshi1:before {
  content: "\e7c8";
}

.pai-suoxiao1:before {
  content: "\e7c4";
}

.pai-fangda1:before {
  content: "\e7c5";
}

.pai-fangxiang-fanhui:before {
  content: "\e724";
}

.pai-duihua1:before {
  content: "\e725";
}

.pai-fangxiang-you:before {
  content: "\e726";
}

.pai-fangxiang-zuo:before {
  content: "\e727";
}

.pai-baocun1:before {
  content: "\e729";
}

.pai-gangwei:before {
  content: "\e72a";
}

.pai-fangxiang-xia:before {
  content: "\e72b";
}

.pai-aixin:before {
  content: "\e72c";
}

.pai-gengduo1:before {
  content: "\e72e";
}

.pai-daohang-zhedie:before {
  content: "\e72f";
}

.pai-fuzhi2:before {
  content: "\e730";
}

.pai-fangxiang-shang:before {
  content: "\e732";
}

.pai-fenxiang:before {
  content: "\e734";
}

.pai-duihua11:before {
  content: "\e735";
}

.pai-kongbai:before {
  content: "\e736";
}

.pai-fabu1:before {
  content: "\e737";
}

.pai-tiaojie:before {
  content: "\e738";
}

.pai-biaoge:before {
  content: "\e739";
}

.pai-lianjie1:before {
  content: "\e73a";
}

.pai-fangxiang-xia1:before {
  content: "\e73b";
}

.pai-bangong:before {
  content: "\e73c";
}

.pai-daili:before {
  content: "\e73d";
}

.pai-daan:before {
  content: "\e73e";
}

.pai-fangxiang-shang1:before {
  content: "\e73f";
}

.pai-liuzhuan:before {
  content: "\e740";
}

.pai-bianji2:before {
  content: "\e741";
}

.pai-loudou:before {
  content: "\e742";
}

.pai-paixu11:before {
  content: "\e743";
}

.pai-ceng:before {
  content: "\e744";
}

.pai-anquan:before {
  content: "\e745";
}

.pai-jian1:before {
  content: "\e747";
}

.pai-pifu:before {
  content: "\e748";
}

.pai-daima:before {
  content: "\e749";
}

.pai-sanjiao-xia:before {
  content: "\e74a";
}

.pai-sanjiao-shangxia:before {
  content: "\e74b";
}

.pai-daohang-zhankai:before {
  content: "\e74c";
}

.pai-gou:before {
  content: "\e74d";
}

.pai-shaixuan:before {
  content: "\e74e";
}

.pai-jiaqian:before {
  content: "\e74f";
}

.pai-rili:before {
  content: "\e750";
}

.pai-paixu2:before {
  content: "\e751";
}

.pai-paixu-shang:before {
  content: "\e752";
}

.pai-shangyige-copy:before {
  content: "\eb6b";
}

.pai-shuju:before {
  content: "\e753";
}

.pai-sanjiao-shang:before {
  content: "\e754";
}

.pai-shezhi3:before {
  content: "\e755";
}

.pai-shan:before {
  content: "\e756";
}

.pai-liucheng6:before {
  content: "\e758";
}

.pai-sanjiao-you:before {
  content: "\e759";
}

.pai-liebiao2:before {
  content: "\e75a";
}

.pai-sanjiao-zuo:before {
  content: "\e75b";
}

.pai-suo:before {
  content: "\e75c";
}

.pai-shitu:before {
  content: "\e75d";
}

.pai-fenlei:before {
  content: "\e75e";
}

.pai-shangchuan1:before {
  content: "\e75f";
}

.pai-hanshu:before {
  content: "\e762";
}

.pai-shuaxin1:before {
  content: "\e763";
}

.pai-shouji:before {
  content: "\e765";
}

.pai-tuichu:before {
  content: "\e766";
}

.pai-shijian:before {
  content: "\e767";
}

.pai-tupian:before {
  content: "\e768";
}

.pai-sousuo1:before {
  content: "\e769";
}

.pai-suokai:before {
  content: "\e76a";
}

.pai-shuoming1:before {
  content: "\e76b";
}

.pai-tuandui:before {
  content: "\e76c";
}

.pai-wode:before {
  content: "\e76d";
}

.pai-wenjian-zhedie:before {
  content: "\e76e";
}

.pai-wenjian-zhankai:before {
  content: "\e76f";
}

.pai-xiayige:before {
  content: "\e770";
}

.pai-xiangji:before {
  content: "\e771";
}

.pai-xiazai1:before {
  content: "\e772";
}

.pai-wenti:before {
  content: "\e773";
}

.pai-wenjian:before {
  content: "\e774";
}

.pai-xiaoxitixing:before {
  content: "\e775";
}

.pai-xiaoxi2:before {
  content: "\e776";
}

.pai-yidong-shangcharu:before {
  content: "\e777";
}

.pai-yanjing-bi:before {
  content: "\e778";
}

.pai-yidong-shousuo:before {
  content: "\e779";
}

.pai-yanjing-kai:before {
  content: "\e77c";
}

.pai-yidong-xiacharu:before {
  content: "\e780";
}

.pai-yuechi:before {
  content: "\e781";
}

.pai-yidong-shangyiru:before {
  content: "\e782";
}

.pai-yidong-youcharu:before {
  content: "\e784";
}

.pai-xunhuan1:before {
  content: "\e785";
}

.pai-yidong-youyiru:before {
  content: "\e786";
}

.pai-yidong-zhankai:before {
  content: "\e787";
}

.pai-yidong-zuoyiru:before {
  content: "\e788";
}

.pai-yidong-zuocharu:before {
  content: "\e789";
}

.pai-zhuye:before {
  content: "\e78a";
}

.pai-yiyue:before {
  content: "\e78b";
}

.pai-zeng:before {
  content: "\e78c";
}

.pai-yingyong:before {
  content: "\e78d";
}

.pai-zhankai1:before {
  content: "\e78e";
}

.pai-yuyan1:before {
  content: "\e78f";
}

.pai-y-gou:before {
  content: "\e791";
}

.pai-zujian:before {
  content: "\e792";
}

.pai-f-gou:before {
  content: "\e793";
}

.pai-y-cha:before {
  content: "\e794";
}

.pai-yiwen:before {
  content: "\e795";
}

.pai-yidong-xiayiru:before {
  content: "\e796";
}

.pai-zuzhijiagou2:before {
  content: "\e797";
}

.pai-jiafen:before {
  content: "\e798";
}

.pai-PC:before {
  content: "\e799";
}

.pai-wps-excel:before {
  content: "\e79a";
}

.pai-wps-pdf:before {
  content: "\e79b";
}

.pai-wps-img:before {
  content: "\e79c";
}

.pai-wps-word:before {
  content: "\e79d";
}

.pai-wps-ppt:before {
  content: "\e79e";
}

.pai-yidong-zuocharu1:before {
  content: "\e79f";
}

.pai-paixu-xia:before {
  content: "\e7a0";
}

.pai-shuaxin11:before {
  content: "\e7a1";
}

.pai-piliangcaozuo:before {
  content: "\e7a2";
}

.pai-shaixuanlie:before {
  content: "\e7a3";
}

.pai-dayin:before {
  content: "\e7a4";
}

.pai-chaosong:before {
  content: "\e7a5";
}

.pai-yinzhang:before {
  content: "\e7a6";
}

.pai-fangda:before {
  content: "\e7a7";
}

.pai-suoxiao:before {
  content: "\e7a8";
}

.pai-yuanchicun:before {
  content: "\e7a9";
}

.pai-shou1:before {
  content: "\e7aa";
}

.pai-juzhen:before {
  content: "\e7ab";
}

.pai-wo1:before {
  content: "\e7ac";
}

.pai-banben1:before {
  content: "\e7ad";
}

.pai-shouce:before {
  content: "\e7ae";
}

.pai-liuchengshuxing:before {
  content: "\e7b2";
}

.pai-eye-fill:before {
  content: "\e869";
}

.pai-eyeclose-fill:before {
  content: "\e8ff";
}

.pai-wendang-excel:before {
  content: "\e723";
}

.pai-zhongwen:before {
  content: "\e71f";
}

.pai-yingwen:before {
  content: "\e720";
}

.pai-xiala1:before {
  content: "\e760";
}

.pai-diqiu:before {
  content: "\e71a";
}

.pai-xiajiantou2:before {
  content: "\e718";
}

.pai-shangjiantou:before {
  content: "\e719";
}

.pai-bug:before {
  content: "\e70c";
}

.pai-tiaoshi:before {
  content: "\e709";
}

.pai-shenpilishi:before {
  content: "\e70a";
}

.pai-liucheng5:before {
  content: "\e70b";
}

.pai-weibiaoti517:before {
  content: "\e706";
}

.pai-zuojiantou:before {
  content: "\e702";
}

.pai-youjiantou:before {
  content: "\e704";
}

.pai-zhongzhimima:before {
  content: "\e6fd";
}

.pai-fcc:before {
  content: "\e6f9";
}

.pai-issue:before {
  content: "\e6fb";
}

.pai-yunhangyici:before {
  content: "\e6ea";
}

.pai-zhixingzhongduan:before {
  content: "\e761";
}

.pai-shuzishurukuang:before {
  content: "\e6e3";
}

.pai-jiedian:before {
  content: "\e6de";
}

.pai-paixu1:before {
  content: "\e6d9";
}

.pai-yewudanyuan:before {
  content: "\e6d3";
}

.pai-xunizuzhi:before {
  content: "\e6d5";
}

.pai-loading:before {
  content: "\e6d4";
}

.pai-jinggao1:before {
  content: "\e6ce";
}

.pai-xiaoxi:before {
  content: "\e6d1";
}

.pai-chenggong:before {
  content: "\e6d0";
}

.pai-tongyong-shibaitishitubiao:before {
  content: "\e6d2";
}

.pai-zhongzhi:before {
  content: "\e810";
}

.pai-kpi-dashboard:before {
  content: "\e6cd";
}

.pai-process-report:before {
  content: "\e6cc";
}

.pai-multilingual-list:before {
  content: "\e731";
}

.pai-relational-list:before {
  content: "\e6ca";
}

.pai-process-maintenance:before {
  content: "\e722";
}

.pai-rbac:before {
  content: "\e6c9";
}

.pai-message-console:before {
  content: "\e6c7";
}

.pai-shezhi1:before {
  content: "\e6c3";
}

.pai-bangzhu:before {
  content: "\e6be";
}

.pai-jijiangshouqing:before {
  content: "\e6a4";
}

.pai-paixu:before {
  content: "\e6c6";
}

.pai-android-settings:before {
  content: "\e6bd";
}

.pai-daorudaochu:before {
  content: "\ea69";
}

.pai-tongxunlu:before {
  content: "\e6b9";
}

.pai-liucheng3:before {
  content: "\e6b6";
}

.pai-dengpao-tianchong:before {
  content: "\e6b7";
}

.pai-fenzu:before {
  content: "\e6af";
}

.pai-liucheng2:before {
  content: "\e6b1";
}

.pai-synchronization:before {
  content: "\e6ab";
}

.pai-project:before {
  content: "\e6aa";
}

.pai-statistics:before {
  content: "\e6a9";
}

.pai-bianji:before {
  content: "\e6a8";
}

.pai-mobanf:before {
  content: "\e6ad";
}

.pai-beian:before {
  content: "\e6a7";
}

.pai-banquan:before {
  content: "\e6a2";
}

.pai-lianxidianhua:before {
  content: "\e65f";
}

.pai-youjian:before {
  content: "\ea1c";
}

.pai-zuzhiguanli:before {
  content: "\e65c";
}

.pai-wenjianjia2:before {
  content: "\e69b";
}

.pai-component:before {
  content: "\e728";
}

.pai-lego-factory:before {
  content: "\e697";
}

.pai-methods-registra:before {
  content: "\e696";
}

.pai-roject-details:before {
  content: "\e9b1";
}

.pai-relationship-details:before {
  content: "\e77f";
}

.pai-object-details:before {
  content: "\e695";
}

.pai-process-designer:before {
  content: "\e694";
}

.pai-log-management:before {
  content: "\e68f";
}

.pai-personnel-details:before {
  content: "\e68d";
}

.pai-involved:before {
  content: "\e68c";
}

.pai-yiban1:before {
  content: "\e649";
}

.pai-mytask:before {
  content: "\e68b";
}

.pai-authorization-code:before {
  content: "\e708";
}

.pai-process-configuration:before {
  content: "\e68a";
}

.pai-function-settings:before {
  content: "\e689";
}

.pai-timeou-reminding:before {
  content: "\e688";
}

.pai-template-details:before {
  content: "\e687";
}

.pai-notification:before {
  content: "\e686";
}

.pai-portal-page:before {
  content: "\e70f";
}

.pai-news:before {
  content: "\e684";
}

.pai-configuration-center:before {
  content: "\e6bf";
}

.pai-homepage:before {
  content: "\e658";
}

.pai-myapply:before {
  content: "\e640";
}

.pai-new-launch:before {
  content: "\e681";
}

.pai-chakanxiangqing:before {
  content: "\e67a";
}

.pai-codepen:before {
  content: "\e692";
}

.pai-tianjia2:before {
  content: "\e662";
}

.pai-menu-configuration:before {
  content: "\e664";
}

.pai-menu-mainten:before {
  content: "\e667";
}

.pai-post-management:before {
  content: "\e66c";
}

.pai-gengduo:before {
  content: "\e66d";
}

.pai-shuaxin:before {
  content: "\e66e";
}

.pai-tianjia:before {
  content: "\e670";
}

.pai-quanxianweihu:before {
  content: "\e671";
}

.pai-personnel-management:before {
  content: "\e673";
}

.pai-system-dictionary:before {
  content: "\e674";
}

.pai-business-dictionary:before {
  content: "\e676";
}

.pai-history:before {
  content: "\e67b";
}

.pai-quxiaoshoucang:before {
  content: "\e67d";
}

.pai-quxiaoshoucang1:before {
  content: "\e67e";
}

.pai-related:before {
  content: "\e67f";
}

.pai-xia:before {
  content: "\e65d";
}

.pai-shangxia:before {
  content: "\e641";
}

.pai-jinggao:before {
  content: "\e64d";
}

.pai-tongzhi:before {
  content: "\e693";
}

.pai-operation:before {
  content: "\e650";
}

.pai-registry-center:before {
  content: "\e65e";
}

.pai-test-directory:before {
  content: "\e660";
}

.pai-development:before {
  content: "\e699";
}

.pai-yiwen-yuan-tianchong:before {
  content: "\e7cc";
}

.pai-gonggao:before {
  content: "\e653";
}

.pai-more:before {
  content: "\e666";
}

.pai-yuyan-shi:before {
  content: "\e691";
}

.pai-wenjianjia:before {
  content: "\e656";
}

.pai-process-center:before {
  content: "\e6bc";
}

.pai-report-center-copy:before {
  content: "\eaaa";
}

.pai-wofaqi:before {
  content: "\e642";
}

.pai-bangzhuwenhao2:before {
  content: "\e7c7";
}

.pai-jingxiang:before {
  content: "\e668";
}

.pai-htmal5icon09:before {
  content: "\e625";
}

.pai-jiedianbianji:before {
  content: "\e7cf";
}

.pai-QQ:before {
  content: "\e621";
}

.pai-wechat:before {
  content: "\e66b";
}

.pai-k2:before {
  content: "\e61a";
}

.pai-nebulogy:before {
  content: "\e618";
}

.pai-zuzhijiagou:before {
  content: "\e62f";
}

.pai-logo:before {
  content: "\e601";
}


/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/iconfont/demo.css ***!
  \****************************************************************************************************************************************************************************/
/* Logo 字体 */
@font-face {
  font-family: "iconfont logo";
  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
  src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}

.logo {
  font-family: "iconfont logo";
  font-size: 160px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* tabs */
.nav-tabs {
  position: relative;
}

.nav-tabs .nav-more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  color: #666;
}

#tabs {
  border-bottom: 1px solid #eee;
}

#tabs li {
  cursor: pointer;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  color: #666;
}


#tabs .active {
  border-bottom-color: #f00;
  color: #222;
}

.tab-container .content {
  display: none;
}

/* 页面布局 */
.main {
  padding: 30px 100px;
  width: 960px;
  margin: 0 auto;
}

.main .logo {
  color: #333;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1;
  height: 110px;
  margin-top: -50px;
  overflow: hidden;
  *zoom: 1;
}

.main .logo a {
  font-size: 160px;
  color: #333;
}

.helps {
  margin-top: 40px;
}

.helps pre {
  padding: 20px;
  margin: 10px 0;
  border: solid 1px #e7e1cd;
  background-color: #fffdef;
  overflow: auto;
}

.icon_lists {
  width: 100% !important;
  overflow: hidden;
  *zoom: 1;
}

.icon_lists li {
  width: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  list-style: none !important;
  cursor: default;
}

.icon_lists li .code-name {
  line-height: 1.2;
}

.icon_lists .icon {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 42px;
  margin: 10px auto;
  color: #333;
  transition: font-size 0.25s linear, width 0.25s linear;
}

.icon_lists .icon:hover {
  font-size: 100px;
}

.icon_lists .svg-icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
      normalize.css 中也包含这行 */
  overflow: hidden;
}

.icon_lists li .name,
.icon_lists li .code-name {
  color: #666;
}

/* markdown 样式 */
.markdown {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.highlight {
  line-height: 1.5;
}

.markdown img {
  vertical-align: middle;
  max-width: 100%;
}

.markdown h1 {
  color: #404040;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  color: #404040;
  margin: 1.6em 0 0.6em 0;
  font-weight: 500;
  clear: both;
}

.markdown h1 {
  font-size: 28px;
}

.markdown h2 {
  font-size: 22px;
}

.markdown h3 {
  font-size: 16px;
}

.markdown h4 {
  font-size: 14px;
}

.markdown h5 {
  font-size: 12px;
}

.markdown h6 {
  font-size: 12px;
}

.markdown hr {
  height: 1px;
  border: 0;
  background: #e9e9e9;
  margin: 16px 0;
  clear: both;
}

.markdown p {
  margin: 1em 0;
}

.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
  width: 80%;
}

.markdown ul>li {
  list-style: circle;
}

.markdown>ul li,
.markdown blockquote ul>li {
  margin-left: 20px;
  padding-left: 4px;
}

.markdown>ul li p,
.markdown>ol li p {
  margin: 0.6em 0;
}

.markdown ol>li {
  list-style: decimal;
}

.markdown>ol li,
.markdown blockquote ol>li {
  margin-left: 20px;
  padding-left: 4px;
}

.markdown code {
  margin: 0 3px;
  padding: 0 5px;
  background: #eee;
  border-radius: 3px;
}

.markdown strong,
.markdown b {
  font-weight: 600;
}

.markdown>table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  border: 1px solid #e9e9e9;
  width: 95%;
  margin-bottom: 24px;
}

.markdown>table th {
  white-space: nowrap;
  color: #333;
  font-weight: 600;
}

.markdown>table th,
.markdown>table td {
  border: 1px solid #e9e9e9;
  padding: 8px 16px;
  text-align: left;
}

.markdown>table th {
  background: #F7F7F7;
}

.markdown blockquote {
  font-size: 90%;
  color: #999;
  border-left: 4px solid #e9e9e9;
  padding-left: 0.8em;
  margin: 1em 0;
}

.markdown blockquote p {
  margin: 0;
}

.markdown .anchor {
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-left: 8px;
}

.markdown .waiting {
  color: #ccc;
}

.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
  opacity: 1;
  display: inline-block;
}

.markdown>br,
.markdown>p>br {
  clear: both;
}


.hljs {
  display: block;
  background: white;
  padding: 0.5em;
  color: #333333;
  overflow-x: auto;
}

.hljs-comment,
.hljs-meta {
  color: #969896;
}

.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
  color: #df5000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #a71d5d;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
  color: #0086b3;
}

.hljs-section,
.hljs-name {
  color: #63a35c;
}

.hljs-tag {
  color: #333333;
}

.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #795da3;
}

.hljs-addition {
  color: #55a532;
  background-color: #eaffea;
}

.hljs-deletion {
  color: #bd2c00;
  background-color: #ffecec;
}

.hljs-link {
  text-decoration: underline;
}

/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {

  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/layout/siderbar/siderbar.vue?vue&type=style&index=0&id=6ce4e4b8&lang=scss&scoped=true ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** 主要文字颜色 */
/** 滚动条 */
/** 按钮颜色 */
/** 按钮文字颜色 */
/** 边框线样式 */
/** 清空icon颜色 */
/** 公共状态颜色/通用颜色 */
/* 一般颜色 */
/* 通用红色(错误/拒绝) */
/* 通用背景色(标签背景) */
/* 通用蓝色(鼠标流程单号滑过颜色/流程开始/处理中/活动中) */
/* 通用湖蓝色 加签/转办 */
/* 通用绿色 同意/已完成 */
/* 通用黄色 终止/退回 */
/* 通用边框颜色 */
/* 通用背景红色 */
/* 通用背景黄色 */
/* 通用背景蓝色 */
/* 通用背景绿色 */
/* 通用文字颜色 */
.layout-siderbar[data-v-6ce4e4b8] {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  background: #ffffff;
  border-right: 1px solid rgba(24, 32, 51, 0.08);
}
.layout-siderbar .menu-icon[data-v-6ce4e4b8] {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: relative;
}
.layout-siderbar .menu-icon .icon.top-svg-icon[data-v-6ce4e4b8] {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(24, 32, 51, 0.08);
  padding: 6px;
  border-radius: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.layout-siderbar .sider-menu[data-v-6ce4e4b8] {
  width: 200px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
}
.layout-siderbar .sider-menu .menu-header[data-v-6ce4e4b8] {
  width: 200px;
  margin-top: 10px;
  padding-left: 16px;
}
.layout-siderbar .sider-menu .menu-header .menu-item[data-v-6ce4e4b8] {
  height: 56px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.layout-siderbar .sider-menu .menu-header .menu-item:hover .pai-gengduo1[data-v-6ce4e4b8]::before {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left top, #3C64F0 10%, #8CF2FF 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layout-siderbar .sider-menu .menu-header .menu-item:hover span[data-v-6ce4e4b8] {
  color: #4469EC !important;
  cursor: pointer;
}
.layout-siderbar .sider-menu .menu-header .menu-item span[data-v-6ce4e4b8]:nth-child(2), .layout-siderbar .sider-menu .menu-header .menu-item .menu-btn-span[data-v-6ce4e4b8] {
  font-family: 苹方-简;
  font-size: 14px;
  font-weight: normal;
  line-height: 56px;
  color: rgba(68, 105, 236, 0.65);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.layout-siderbar .sider-menu .menu-header .menu-item .menu-btn-span[data-v-6ce4e4b8] {
  padding-left: 10px;
}
.layout-siderbar .sider-menu .menu-header .menu-btn[data-v-6ce4e4b8] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  align-self: stretch;
}
.layout-siderbar .sider-menu .menu-header .menu-btn .paifont[data-v-6ce4e4b8] {
  font-size: 25px;
  color: rgba(68, 105, 236, 0.45);
}
.layout-siderbar .sider-menu .menu-header .is-activity[data-v-6ce4e4b8] {
  background-color: rgba(68, 105, 236, 0.1);
  border-radius: 8px;
  margin-right: 8px;
}
.layout-siderbar .sider-menu .menu-header .is-activity i[data-v-6ce4e4b8] {
  background-image: -webkit-linear-gradient(left top, #3C64F0 10%, #8CF2FF 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layout-siderbar .sider-menu .menu-header .is-activity span[data-v-6ce4e4b8] {
  color: #4469EC !important;
}
.layout-siderbar .sider-menu .menu-header .is-activity[data-v-6ce4e4b8]::before {
  display: inline-block;
  content: " ";
  width: 3px;
  height: 40px;
  background-color: #4469EC;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.layout-siderbar.no-border[data-v-6ce4e4b8] {
  border-right: none;
}
.home-overlayClassName[data-v-6ce4e4b8] {
  max-width: 50px !important;
  background: #999 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/layout/siderbar/siderbar.vue?vue&type=style&index=1&id=6ce4e4b8&lang=scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** 主要文字颜色 */
/** 滚动条 */
/** 按钮颜色 */
/** 按钮文字颜色 */
/** 边框线样式 */
/** 清空icon颜色 */
/** 公共状态颜色/通用颜色 */
/* 一般颜色 */
/* 通用红色(错误/拒绝) */
/* 通用背景色(标签背景) */
/* 通用蓝色(鼠标流程单号滑过颜色/流程开始/处理中/活动中) */
/* 通用湖蓝色 加签/转办 */
/* 通用绿色 同意/已完成 */
/* 通用黄色 终止/退回 */
/* 通用边框颜色 */
/* 通用背景红色 */
/* 通用背景黄色 */
/* 通用背景蓝色 */
/* 通用背景绿色 */
/* 通用文字颜色 */
.change-language:hover {
  background-color: #F6F6F7;
  border-radius: 8px;
}
.change-language:hover .showSelectLang .ant-select-selector {
  background-color: #F6F6F7 !important;
  transition: none !important;
}
.showSelectLang {
  width: 94px;
}
.showSelectLang .ant-select-selector {
  border: none !important;
  padding-right: 11px !important;
  padding-left: 0 !important;
  height: 20px !important;
  transition: none !important;
  box-shadow: none !important;
}
.showSelectLang .ant-select-selection-item {
  color: black !important;
  line-height: 20px !important;
}
.showSelectLang .ant-select-arrow {
  display: flex;
  align-items: center;
}
.showSelectLang .ant-select-arrow i {
  font-size: 16px;
}
.showSelectLang .ant-select-dropdown {
  padding: 0px;
  padding-top: 4px;
  min-width: 120px !important;
  width: 120px !important;
  left: 92px !important;
  top: -20px !important;
  height: 84px;
}
.showOptionLang {
  margin: 0 4px 4px 4px;
  border-radius: 4px;
  width: 112px;
  height: 36px;
}
.showOptionLang.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #F0F3FE;
  color: #829BF2;
}
.siderbar-popover {
  padding-left: 0px;
}
.siderbar-popover .ant-popover-inner-content {
  padding: 0px;
}
.siderbar-popover .ant-popover-inner-content .popover-btn {
  margin-bottom: 4px;
}
.siderbar-popover .ant-popover-inner-content .popover-btn a {
  width: 140px;
  height: 36px;
  display: flex;
  align-items: center;
}
.siderbar-popover .ant-popover-inner-content .popover-btn:hover {
  cursor: pointer;
}
.siderbar-popover .ant-popover-inner-content .popover-btn:hover a {
  background-color: #ffffff;
  color: #4469EC !important;
}
.siderbar-popover .ant-popover-inner-content .popover-btn:hover span {
  color: #4469EC !important;
}
.siderbar-popover .ant-popover-inner-content .popover-btn:nth-last-child(1) {
  margin-bottom: 0px;
}
.siderbar-popover .ant-popover-inner-content .popover-btn i {
  margin: 0 8px 0 12px;
  font-size: 22px;
  color: rgba(68, 105, 236, 0.45);
}
.siderbar-popover .ant-popover-inner-content .popover-btn span {
  font-family: PingFang SC;
  font-size: 14px;
}
.siderbar-popover .ant-popover-inner-content .is-activity-po i {
  background-image: -webkit-linear-gradient(left top, #3C64F0 10%, #8CF2FF 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.siderbar-popover .ant-popover-inner-content .is-activity-po a, .siderbar-popover .ant-popover-inner-content .is-activity-po span {
  color: #4469EC !important;
}
.siderbar-popover .ant-popover-arrow {
  display: none;
}
.siderbar-popover .ant-popover-inner {
  border-radius: 8px;
  padding: 4px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/layout/index.vue?vue&type=style&index=0&id=038e7047&lang=scss&scoped=true ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** 主要文字颜色 */
/** 滚动条 */
/** 按钮颜色 */
/** 按钮文字颜色 */
/** 边框线样式 */
/** 清空icon颜色 */
/** 公共状态颜色/通用颜色 */
/* 一般颜色 */
/* 通用红色(错误/拒绝) */
/* 通用背景色(标签背景) */
/* 通用蓝色(鼠标流程单号滑过颜色/流程开始/处理中/活动中) */
/* 通用湖蓝色 加签/转办 */
/* 通用绿色 同意/已完成 */
/* 通用黄色 终止/退回 */
/* 通用边框颜色 */
/* 通用背景红色 */
/* 通用背景黄色 */
/* 通用背景蓝色 */
/* 通用背景绿色 */
/* 通用文字颜色 */
.layout[data-v-038e7047] {
  overflow: hidden;
  height: 100%;
  background: url(/static/img/layout-bg.06ade263.png);
  background-size: cover;
  opacity: 1;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.layout .page-header[data-v-038e7047] {
  flex-shrink: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.layout .page-header .header-content[data-v-038e7047] {
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.layout .page-header .logo[data-v-038e7047] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}
.layout .page-header .logo .logo-icon[data-v-038e7047] {
  font-size: 28px;
}
.layout .layout-body[data-v-038e7047] {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  min-height: 0;
}
.layout .layout-right[data-v-038e7047] {
  position: relative;
  opacity: 1;
  flex: 1;
  overflow: auto;
  min-width: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-family: PingFangSC; */
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #182033;
}

