.absolute[data-v-053345f6] {
  position: absolute;
}
.relative[data-v-053345f6] {
  position: relative;
}
.flex[data-v-053345f6] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.custom-scrollbar[data-v-053345f6] {
  overflow: auto !important;
}
.custom-scrollbar[data-v-053345f6]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 6px;
}
.custom-scrollbar[data-v-053345f6]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #c0c0c1;
}
.custom-scrollbar[data-v-053345f6]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.scrollbarStyle[data-v-053345f6] ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  height: 8px;
}
.scrollbarStyle[data-v-053345f6] ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #c0c0c1;
}
.scrollbarStyle[data-v-053345f6] ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.ant-tree li[data-v-053345f6] {
  width: 100%;
}
.ant-tree li .ant-tree-node-content-wrapper[data-v-053345f6] {
  padding: 0px !important;
  display: inline-block;
  width: calc(100% - 10px);
  margin-right: 10px;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected[data-v-053345f6],
.ant-tree li .ant-tree-node-content-wrapper[data-v-053345f6]:hover {
  background-color: #e5f6ff !important;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected[data-v-053345f6] {
  background: var(--primary-color) !important;
  color: #fff;
}
.card-view-container[data-v-053345f6] {
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
.card-view-container[data-v-053345f6]::before {
  position: absolute;
  content: attr(header);
  display: block;
  font-size: 16px;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  color: #525a5d;
  margin-bottom: 20px;
}
.card-view-container[data-v-053345f6]::after {
  position: absolute;
  left: 130px;
  top: 20px;
  content: attr(unit);
  font-size: 14px;
  height: 18px;
  display: flex;
  align-items: center;
  color: #999;
  margin-bottom: 20px;
}
.zhgd-data-report-header[data-v-053345f6] {
  padding: 10px 10px;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.zhgd-data-report-header[data-v-053345f6]::before {
  content: " ";
  height: 18px;
  padding-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 18px;
}
.zhgd-bnt-interval[data-v-053345f6]::before {
  content: attr(header);
  color: #e4e5e9;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.solid-line[data-v-053345f6] {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
[data-v-053345f6] .ant-modal-header {
  border-top: 5px solid var(--primary-color) !important;
}
.ant-modal-header[data-v-053345f6] {
  border-top: 5px solid var(--primary-color) !important;
}
[data-v-053345f6] .ant-input[disabled] {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
[data-v-053345f6] .ant-select-disabled {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
[data-v-053345f6] .ant-select-disabled .ant-select-selection {
  background: #f3f4f6;
  border: 0;
}
.ant-input-number-disabled[data-v-053345f6] {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
.amap-logo[data-v-053345f6],
.amap-copyright[data-v-053345f6] {
  display: none !important;
}
.box-shadow[data-v-053345f6] {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.box-sizing[data-v-053345f6] {
  box-sizing: border-box;
}
.flex-center[data-v-053345f6] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
[data-v-053345f6] .ant-carousel {
  height: 100%;
}
[data-v-053345f6] .ant-carousel .slick-slider,[data-v-053345f6] .ant-carousel .slick-track,[data-v-053345f6] .ant-carousel .slick-list,[data-v-053345f6] .ant-carousel .slick-slide > div {
  height: 100%;
}
.common-data-statistical-warp[data-v-053345f6] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
}
.common-data-statistical-warp .data-statistical-list[data-v-053345f6] {
  flex: 1;
  flex-shrink: 0;
  padding: 10px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
.common-data-statistical-warp .data-statistical-list[data-v-053345f6]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 38px;
  background: #ededed;
  transform: translateY(-50%);
}
.common-data-statistical-warp .data-statistical-list[data-v-053345f6]:last-child::after {
  display: none;
}
.common-data-statistical-warp .data-statistical-list .icon[data-v-053345f6] {
  width: 44px;
  height: 44px;
  background: #e9ecf3;
  border-radius: 2px;
  margin-right: 22px;
}
.common-data-statistical-warp .data-statistical-list .data-statistical-nums[data-v-053345f6] {
  font-size: 40px;
  font-weight: bold;
  padding-left: 30px;
  color: var(--primary-color);
}
.common-data-statistical-warp .data-statistical-list .data-statistical-nums span[data-v-053345f6] {
  color: #666;
  margin-left: 20px;
  font-size: 20px;
}
.iframe-container[data-v-053345f6] {
  box-sizing: border-box;
  padding: 0 10px 0 10px;
}
[data-v-053345f6] .bj-icon.bj-icon-zhanglayajiang {
  font-size: 20px;
}
[data-v-053345f6] .ant-menu-submenu-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text-button-group .table-more-btns[data-v-053345f6] {
  color: red;
}
.text-button-group .ant-btn-link[data-v-053345f6] {
  color: var(--primary-color);
  margin: 0 16px;
  position: relative;
  background: none !important;
  padding: 0;
}
.text-button-group .ant-btn-link.danger[data-v-053345f6] {
  color: #ff4d4f;
}
.text-button-group .ant-btn-link[disabled="disabled"][data-v-053345f6] {
  color: rgba(0, 0, 0, 0.25);
}
.text-button-group .ant-btn-link[data-v-053345f6]::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #e4e5e9;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.text-button-group .ant-btn-link[data-v-053345f6]:first-child {
  margin-left: 0;
}
.text-button-group .ant-btn-link[data-v-053345f6]:last-child {
  margin-right: 0;
}
.text-button-group .ant-btn-link[data-v-053345f6]:last-child::after {
  display: none;
}
.vxe-pager[data-v-053345f6] {
  height: 80px;
  flex-shrink: 0;
  padding-right: 30px;
  text-align: right;
}
.vxe-pager .is--active .vxe-input .vxe-input--inner[data-v-053345f6] {
  border: 1px solid var(--primary-color) !important;
}
.vxe-pager .vxe-input[data-v-053345f6] {
  height: 36px !important;
}
.vxe-pager .vxe-pager--jump input[data-v-053345f6] {
  height: 36px !important;
}
.vxe-pager .vxe-pager--jump input[data-v-053345f6]:focus {
  border: 1px solid var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper[data-v-053345f6] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper[data-v-053345f6] {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper span[data-v-053345f6] {
  margin: 0 4px;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper span[data-v-053345f6]:last-of-type {
  color: var(--primary-color);
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn[data-v-053345f6] {
  min-width: 40px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 14px;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn.is--active[data-v-053345f6] {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn.is--active[data-v-053345f6]:hover {
  color: #fff !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn[data-v-053345f6]:hover {
  color: var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-053345f6],
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-053345f6] {
  width: 40px;
  height: 36px;
  background: #ffffff !important;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-053345f6]:active,
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-053345f6]:active,
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-053345f6]:hover,
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-053345f6]:hover {
  color: var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-prev[data-v-053345f6],
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-next[data-v-053345f6] {
  width: 40px;
  height: 36px;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-prev .vxe-pager--jump-icon[data-v-053345f6],
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-next .vxe-pager--jump-icon[data-v-053345f6] {
  color: var(--primary-color);
}
.file-name-type[data-v-053345f6] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  padding: 8px;
  padding-top: 0;
  margin-top: 5px;
  height: 135px;
  width: 100%;
  overflow: auto !important;
  overflow-x: hidden !important;
}
.file-name-type[data-v-053345f6]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 6px;
}
.file-name-type[data-v-053345f6]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #c0c0c1;
}
.file-name-type[data-v-053345f6]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.file-name-type .file-name[data-v-053345f6] {
  cursor: pointer;
  height: 100%;
  width: 100%;
  flex: 1;
  overflow: hidden;
  display: flex;
}
.file-name-type .file-name .file-name-text[data-v-053345f6] {
  flex: 1;
  width: 100%;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-name-type .file-list[data-v-053345f6] {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #525a5d;
  height: 22px;
  padding: 3px 3px;
  border-radius: 2px;
}
.file-name-type .size-color[data-v-053345f6] {
  color: #999999;
}
.file-name-type .file-list[data-v-053345f6]:hover {
  color: var(--primary-color) !important;
  background-color: var(--border-color-base);
}
.file-name-type .file-list:hover .size-color[data-v-053345f6] {
  color: var(--primary-color) !important;
}
.file-name-type .file-download-list[data-v-053345f6] {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #525a5d;
  height: 22px;
  padding: 3px 3px;
  border-radius: 2px;
}
.file-name-type .file-download-list[data-v-053345f6]:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.file-name-type .file-download-list:hover .size-color[data-v-053345f6] {
  color: var(--primary-color);
}
.file-name-type .file-download-list:hover .file-name-text[data-v-053345f6] {
  text-decoration: underline;
}
.file-name-type .check-icon[data-v-053345f6] {
  color: #4bc964;
  margin-left: 8px;
}
.file-name-type .close-icon[data-v-053345f6] {
  cursor: pointer;
  margin-left: 8px;
  color: #ff3f4a;
}
.file-name-type .download-icon[data-v-053345f6] {
  cursor: pointer;
  color: var(--primary-color);
  margin-left: 8px;
}
.result-container[data-v-053345f6] {
  background: #fff;
  margin-top: 10px;
}
.result-container .common-result-container-header[data-v-053345f6] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.result-container .common-result-container-header[data-v-053345f6]::before {
  content: attr(header);
  font-size: 16px;
  color: #525a5d;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  height: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
input[data-v-053345f6]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bfbfbf;
}
input[data-v-053345f6]::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfbfbf;
}
input[data-v-053345f6]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfbfbf;
}
input[data-v-053345f6]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
[data-v-053345f6] .vxe-cell--checkbox {
  color: var(--primary-color);
}
[data-v-053345f6] .vxe-table .vxe-cell--checkbox {
  color: #606266;
}
[data-v-053345f6] .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon:before,[data-v-053345f6] .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon:before {
  border-color: var(--primary-color);
}
[data-v-053345f6] .vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon:before {
  border-color: var(--primary-color);
}
[data-v-053345f6] .ant-collapse {
  border-radius: 0;
  border: none;
  background: #fff;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item {
  border: 0;
  border-bottom: 1px solid #f3f4f6;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 0px;
  margin-left: auto;
  margin-right: 30px;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-text {
  flex: 1;
  padding: 20px 0px 18px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-text::before {
  content: attr(header);
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--primary-color);
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra .icon {
  transform: scale(0.75);
  margin-left: 4px;
  transition: 0.3s;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra .icon.active {
  transform: scale(0.75) rotate(180deg);
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-content {
  border: none;
}
[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.beam-layout-container[data-v-053345f6] {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}
.beam-layout-container .beam-table-container[data-v-053345f6] {
  margin: 10px 0 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.beam-layout-container .beam-table-container .table-header[data-v-053345f6] {
  padding: 0 20px;
  height: 74px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.beam-layout-container .beam-table-container .table-header[data-v-053345f6]::before {
  content: attr(header);
  height: 18px;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 18px;
}
.beam-layout-container .beam-table-container .main[data-v-053345f6] {
  flex: 1;
  height: 100%;
}
.beam-layout-container .beam-table-container .pager-container[data-v-053345f6] {
  flex-shrink: 0;
}
input[type="number"][data-v-053345f6] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
}
input[type="number"][data-v-053345f6]::-webkit-inner-spin-button,
input[type="number"][data-v-053345f6]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Safari */
  margin: 0;
}
.custom-page-modal-container[data-v-053345f6] {
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  overflow: hidden;
}
.custom-page-modal-container .custom-page-header-container[data-v-053345f6] {
  flex-shrink: 0;
  padding: 0 20px;
  height: 46px;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.custom-page-modal-container .custom-page-header-container[data-v-053345f6]::before {
  content: attr(header);
  height: 18px;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 18px;
}
.custom-page-modal-container .custom-page-header-container .back-button[data-v-053345f6] {
  color: var(--primary-color);
  background: #f1f2f7 !important;
  border: none;
}
.custom-page-modal-container .custom-page-header-container .back-button.ant-btn[data-v-053345f6] {
  margin-right: 0;
}
.custom-page-modal-container .custom-page-body-container[data-v-053345f6] {
  background-color: #fff;
  flex: 1;
}
.custom-page-modal-container .custom-page-footer-container[data-v-053345f6] {
  flex-shrink: 0;
  margin-top: 2px;
  height: 72px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.custom-todo-container[data-v-053345f6] {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-todo-container .todo-table-container[data-v-053345f6] {
  margin-top: 10px;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  background-color: #fff;
}
.custom-todo-container .todo-table-container .data-report-header[data-v-053345f6] {
  padding: 0 20px;
  height: 58px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-todo-container .todo-table-container .data-report-header[data-v-053345f6]::before {
  content: attr(header);
  height: 18px;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 18px;
}
.custom-todo-container .todo-table-container .data-report-main[data-v-053345f6] {
  flex: 1;
}
.custom-todo-container .todo-table-container .data-report-page[data-v-053345f6] {
  flex-shrink: 0;
}
[data-v-053345f6] .custom-form-modal .ant-modal-body {
  padding: 0;
}
[data-v-053345f6] .custom-form-modal .custom-body-container {
  padding: 20px 70px 20px 20px;
  max-height: 600px;
  overflow: auto !important;
}
[data-v-053345f6] .custom-form-modal .custom-body-container::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 6px;
}
[data-v-053345f6] .custom-form-modal .custom-body-container::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #c0c0c1;
}
[data-v-053345f6] .custom-form-modal .custom-body-container::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
[data-v-053345f6] .custom-form-modal .custom-body-container .ant-form-item {
  display: flex;
}
[data-v-053345f6] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-label {
  flex-shrink: 0;
  width: 140px;
}
[data-v-053345f6] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-label label {
  color: #999999;
}
[data-v-053345f6] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-control-wrapper {
  flex: 1;
}
[data-v-053345f6] .custom-form-modal .custom-footer-container {
  box-sizing: border-box;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  text-align: center;
}
[data-v-053345f6] .custom-form-modal .custom-footer-container button:last-child {
  margin-left: 20px;
}
.process-monitoring-container[data-v-053345f6] {
  height: 100%;
  padding: 10px 0px 10px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
.process-monitoring-container .go-top-button[data-v-053345f6] {
  position: fixed;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.process-monitoring-container .header[data-v-053345f6] {
  padding: 11px 20px;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f3f4f6;
}
.process-monitoring-container .header[data-v-053345f6]::before {
  content: attr(header);
  height: 18px;
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 18px;
}
.process-monitoring-container .header .back-button[data-v-053345f6] {
  color: var(--primary-color);
  background: #f1f2f7 !important;
  border: none;
}
.process-monitoring-container .main[data-v-053345f6] {
  background-color: #fff;
  flex: 1;
  height: 100%;
  overflow: auto !important;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
.process-monitoring-container .main[data-v-053345f6]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 6px;
}
.process-monitoring-container .main[data-v-053345f6]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #c0c0c1;
}
.process-monitoring-container .main[data-v-053345f6]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.process-monitoring-container .main .node-container[data-v-053345f6] {
  border-bottom: 1px solid #e8ebf0;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse {
  border-radius: 0;
  border: none;
  background: #fff;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: none;
  border-bottom: 1px solid #e8ebf0;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item::before {
  position: absolute;
  left: 30px;
  top: 20px;
  content: attr(title);
  font-size: 14px;
  color: #525a5d;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-content-box {
  padding: 0;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 0;
  margin-left: auto;
  margin-right: 30px;
  border-radius: 0;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-custom-header {
  color: var(--primary-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-custom-header .icon {
  transform: scale(0.75);
  margin-left: 4px;
  transition: 0.3s;
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-custom-header .icon.active {
  transform: scale(0.75) rotate(180deg);
}
.process-monitoring-container .main[data-v-053345f6] .ant-collapse .ant-collapse-item .ant-collapse-content {
  border: none;
}
.process-monitoring-container .main .base-info-container[data-v-053345f6] {
  padding: 0 80px 10px 20px;
}
.process-monitoring-container .main .base-info-container .step-details-item:last-child .line[data-v-053345f6]::after {
  display: none;
}
.process-monitoring-container .main .base-info-container .step-details-item .left[data-v-053345f6] {
  width: 200px;
  height: 20px;
  color: #333;
  text-align: right;
  font-size: 14px;
}
.process-monitoring-container .main .base-info-container .step-details-item .left .status[data-v-053345f6] {
  margin-top: -4px;
}
.process-monitoring-container .main .base-info-container .step-details-item .left .status.success[data-v-053345f6] {
  color: #4bc964;
}
.process-monitoring-container .main .base-info-container .step-details-item .left .status.reject[data-v-053345f6] {
  color: #ff3f4a;
}
.process-monitoring-container .main .base-info-container .step-details-item .left .status.recomplete[data-v-053345f6] {
  color: #0098ff;
}
.process-monitoring-container .main .base-info-container .step-details-item .line[data-v-053345f6] {
  width: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.process-monitoring-container .main .base-info-container .step-details-item .line[data-v-053345f6]:before {
  width: 13px;
  height: 13px;
  border: 2px solid #0098ff;
  border-radius: 50%;
  content: "";
  margin-bottom: 4px;
}
.process-monitoring-container .main .base-info-container .step-details-item .line[data-v-053345f6]::after {
  content: "";
  flex: 1;
  width: 2px;
  background: #0098ff;
  margin-bottom: 4px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right[data-v-053345f6] {
  flex: 1;
  margin-bottom: 40px;
  font-size: 14px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-title[data-v-053345f6] {
  color: var(--primary-color);
  margin-top: -4px;
  font-size: 16px;
  margin-bottom: 10px;
  justify-content: space-between;
  position: relative;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-title .people[data-v-053345f6] {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-title .pec[data-v-053345f6] {
  color: #0098ff;
  font-size: 20px;
  margin-top: -4px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .view-details-button[data-v-053345f6] {
  margin: 10px 0 0 0;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] {
  border: 1px solid #ededed;
  padding: 16px 20px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-col:last-child .ant-form-item {
  border-right: none;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item {
  margin: 0;
  height: 40px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item.item-label-max .ant-form-item-label {
  width: 220px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-label {
  width: 150px;
  background: #f3f4f6;
  line-height: 32px;
  height: 32px;
  margin-top: 4px;
  margin-left: 4px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
  flex-shrink: 0;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-label label {
  color: #666;
  font-size: 14px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-control-wrapper {
  flex: 1;
  overflow: hidden;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control {
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  color: #2a2b2f;
  overflow: hidden;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc[data-v-053345f6] .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container[data-v-053345f6] {
  border: 1px solid #ededed;
  border-bottom: none;
  border-right: none;
  position: relative;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container[data-v-053345f6]::before {
  width: 1px;
  height: 100%;
  background: #ededed;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container[data-v-053345f6]::after {
  width: 100%;
  height: 1px;
  background: #ededed;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container .textarea-item[data-v-053345f6] {
  border-bottom: 1px solid #ededed;
  justify-content: start;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container .textarea-item .label[data-v-053345f6] {
  flex-shrink: 0;
  width: 150px;
  background: #f3f4f6;
  line-height: 32px;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .text-container .textarea-item .value[data-v-053345f6] {
  padding: 6px 10px 6px 10px;
  color: #2a2b2f;
  line-height: 24px;
  word-break: break-all;
  font-size: 14px;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container .label[data-v-053345f6] {
  color: #666;
  font-size: 14px;
  margin-right: 6px;
  flex-shrink: 0;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style[data-v-053345f6] {
  border: 1px solid #ededed;
  border-top: none;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style .label[data-v-053345f6] {
  margin: 4px 10px 4px 4px;
  width: 150px;
  background: #f3f4f6;
  box-sizing: border-box;
  padding: 6px 10px;
  flex-shrink: 0;
  color: #666;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style .value[data-v-053345f6] {
  padding: 6px 0;
  flex: 1;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style[data-v-053345f6] .bj-upload-file {
  width: 100%;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style[data-v-053345f6] .bj-upload-file .choosed-file-warp {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  border: none;
}
.process-monitoring-container .main .base-info-container .step-details-item .right .node-desc .file-container.table-style[data-v-053345f6] .bj-upload-file .choosed-file-warp .file-list {
  padding-left: 0;
}

.absolute[data-v-d44a8192] {
  position: absolute;
}
.relative[data-v-d44a8192] {
  position: relative;
}
.flex[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.custom-scrollbar[data-v-d44a8192] {
  overflow: auto !important;
}
.custom-scrollbar[data-v-d44a8192]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.16rem;
  height: 0.16rem;
}
.custom-scrollbar[data-v-d44a8192]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.26667rem;
  background: #c0c0c1;
}
.custom-scrollbar[data-v-d44a8192]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.26667rem;
  background: #fff;
}
.scrollbarStyle[data-v-d44a8192] ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.21333rem;
  height: 0.21333rem;
}
.scrollbarStyle[data-v-d44a8192] ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.26667rem;
  background: #c0c0c1;
}
.scrollbarStyle[data-v-d44a8192] ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.26667rem;
  background: #fff;
}
.ant-tree li[data-v-d44a8192] {
  width: 100%;
}
.ant-tree li .ant-tree-node-content-wrapper[data-v-d44a8192] {
  padding: 0 !important;
  display: inline-block;
  width: calc(100% - 0.26667rem);
  margin-right: 0.26667rem;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected[data-v-d44a8192],
.ant-tree li .ant-tree-node-content-wrapper[data-v-d44a8192]:hover {
  background-color: #e5f6ff !important;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected[data-v-d44a8192] {
  background: var(--primary-color) !important;
  color: #fff;
}
.card-view-container[data-v-d44a8192] {
  padding: 0.53333rem;
  background: #fff;
  position: relative;
  margin-bottom: 0.26667rem;
}
.card-view-container[data-v-d44a8192]::before {
  position: absolute;
  content: attr(header);
  display: block;
  font-size: 0.42667rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-left: 0.08rem solid var(--primary-color);
  padding-left: 0.26667rem;
  color: #525a5d;
  margin-bottom: 0.53333rem;
}
.card-view-container[data-v-d44a8192]::after {
  position: absolute;
  left: 3.46667rem;
  top: 0.53333rem;
  content: attr(unit);
  font-size: 0.37333rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #999;
  margin-bottom: 0.53333rem;
}
.zhgd-data-report-header[data-v-d44a8192] {
  padding: 0.26667rem 0.26667rem;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.zhgd-data-report-header[data-v-d44a8192]::before {
  content: " ";
  height: 0.48rem;
  padding-left: 0.26667rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 0.48rem;
}
.zhgd-bnt-interval[data-v-d44a8192]::before {
  content: attr(header);
  color: #e4e5e9;
  font-size: 0.37333rem;
  font-family: Microsoft YaHei;
}
.solid-line[data-v-d44a8192] {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
[data-v-d44a8192] .ant-modal-header {
  border-top: 0.13333rem solid var(--primary-color) !important;
}
.ant-modal-header[data-v-d44a8192] {
  border-top: 0.13333rem solid var(--primary-color) !important;
}
[data-v-d44a8192] .ant-input[disabled] {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
[data-v-d44a8192] .ant-select-disabled {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
[data-v-d44a8192] .ant-select-disabled .ant-select-selection {
  background: #f3f4f6;
  border: 0;
}
.ant-input-number-disabled[data-v-d44a8192] {
  color: #000000;
  border: 0;
  background: #f3f4f6;
}
.amap-logo[data-v-d44a8192],
.amap-copyright[data-v-d44a8192] {
  display: none !important;
}
.box-shadow[data-v-d44a8192] {
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.14);
}
.box-sizing[data-v-d44a8192] {
  box-sizing: border-box;
}
.flex-center[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
[data-v-d44a8192] .ant-carousel {
  height: 100%;
}
[data-v-d44a8192] .ant-carousel .slick-slider,[data-v-d44a8192] .ant-carousel .slick-track,[data-v-d44a8192] .ant-carousel .slick-list,[data-v-d44a8192] .ant-carousel .slick-slide > div {
  height: 100%;
}
.common-data-statistical-warp[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  background: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 0.26667rem;
}
.common-data-statistical-warp .data-statistical-list[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0.26667rem 0;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #666;
  font-size: 0.48rem;
  font-weight: bold;
}
.common-data-statistical-warp .data-statistical-list[data-v-d44a8192]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.02667rem;
  height: 1.01333rem;
  background: #ededed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-data-statistical-warp .data-statistical-list[data-v-d44a8192]:last-child::after {
  display: none;
}
.common-data-statistical-warp .data-statistical-list .icon[data-v-d44a8192] {
  width: 1.17333rem;
  height: 1.17333rem;
  background: #e9ecf3;
  border-radius: 0.05333rem;
  margin-right: 0.58667rem;
}
.common-data-statistical-warp .data-statistical-list .data-statistical-nums[data-v-d44a8192] {
  font-size: 1.06667rem;
  font-weight: bold;
  padding-left: 0.8rem;
  color: var(--primary-color);
}
.common-data-statistical-warp .data-statistical-list .data-statistical-nums span[data-v-d44a8192] {
  color: #666;
  margin-left: 0.53333rem;
  font-size: 0.53333rem;
}
.iframe-container[data-v-d44a8192] {
  box-sizing: border-box;
  padding: 0 0.26667rem 0 0.26667rem;
}
[data-v-d44a8192] .bj-icon.bj-icon-zhanglayajiang {
  font-size: 0.53333rem;
}
[data-v-d44a8192] .ant-menu-submenu-title {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.text-button-group .table-more-btns[data-v-d44a8192] {
  color: red;
}
.text-button-group .ant-btn-link[data-v-d44a8192] {
  color: var(--primary-color);
  margin: 0 0.42667rem;
  position: relative;
  background: none !important;
  padding: 0;
}
.text-button-group .ant-btn-link.danger[data-v-d44a8192] {
  color: #ff4d4f;
}
.text-button-group .ant-btn-link[disabled="disabled"][data-v-d44a8192] {
  color: rgba(0, 0, 0, 0.25);
}
.text-button-group .ant-btn-link[data-v-d44a8192]::after {
  content: "";
  position: absolute;
  height: 0.42667rem;
  width: 0.02667rem;
  background: #e4e5e9;
  right: -0.42667rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.text-button-group .ant-btn-link[data-v-d44a8192]:first-child {
  margin-left: 0;
}
.text-button-group .ant-btn-link[data-v-d44a8192]:last-child {
  margin-right: 0;
}
.text-button-group .ant-btn-link[data-v-d44a8192]:last-child::after {
  display: none;
}
.vxe-pager[data-v-d44a8192] {
  height: 2.13333rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.8rem;
  text-align: right;
}
.vxe-pager .is--active .vxe-input .vxe-input--inner[data-v-d44a8192] {
  border: 0.02667rem solid var(--primary-color) !important;
}
.vxe-pager .vxe-input[data-v-d44a8192] {
  height: 0.96rem !important;
}
.vxe-pager .vxe-pager--jump input[data-v-d44a8192] {
  height: 0.96rem !important;
}
.vxe-pager .vxe-pager--jump input[data-v-d44a8192]:focus {
  border: 0.02667rem solid var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 0.53333rem;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper span[data-v-d44a8192] {
  margin: 0 0.10667rem;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--left-wrapper span[data-v-d44a8192]:last-of-type {
  color: var(--primary-color);
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn[data-v-d44a8192] {
  min-width: 1.06667rem;
  height: 0.96rem;
  background: #ffffff;
  border: 0.02667rem solid #dddddd;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 0.37333rem;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn.is--active[data-v-d44a8192] {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn.is--active[data-v-d44a8192]:hover {
  color: #fff !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--num-btn[data-v-d44a8192]:hover {
  color: var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-d44a8192],
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-d44a8192] {
  width: 1.06667rem;
  height: 0.96rem;
  background: #ffffff !important;
  border: 0.02667rem solid #dddddd;
  border-radius: 0;
  box-shadow: none !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-d44a8192]:active,
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-d44a8192]:active,
.vxe-pager .vxe-pager--wrapper .vxe-pager--next-btn[data-v-d44a8192]:hover,
.vxe-pager .vxe-pager--wrapper .vxe-pager--prev-btn[data-v-d44a8192]:hover {
  color: var(--primary-color) !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-prev[data-v-d44a8192],
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-next[data-v-d44a8192] {
  width: 1.06667rem;
  height: 0.96rem;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-prev .vxe-pager--jump-icon[data-v-d44a8192],
.vxe-pager .vxe-pager--wrapper .vxe-pager--jump-next .vxe-pager--jump-icon[data-v-d44a8192] {
  color: var(--primary-color);
}
.file-name-type[data-v-d44a8192] {
  font-size: 0.37333rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0;
  border: 0.02667rem solid #dcdee2;
  border-radius: 0.10667rem;
  padding: 0.21333rem;
  padding-top: 0;
  margin-top: 0.13333rem;
  height: 3.6rem;
  width: 100%;
  overflow: auto !important;
  overflow-x: hidden !important;
}
.file-name-type[data-v-d44a8192]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.16rem;
  height: 0.16rem;
}
.file-name-type[data-v-d44a8192]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.26667rem;
  background: #c0c0c1;
}
.file-name-type[data-v-d44a8192]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.26667rem;
  background: #fff;
}
.file-name-type .file-name[data-v-d44a8192] {
  cursor: pointer;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.file-name-type .file-name .file-name-text[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  line-height: 0.37333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-name-type .file-list[data-v-d44a8192] {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.26667rem;
  color: #525a5d;
  height: 0.58667rem;
  padding: 0.08rem 0.08rem;
  border-radius: 0.05333rem;
}
.file-name-type .size-color[data-v-d44a8192] {
  color: #999999;
}
.file-name-type .file-list[data-v-d44a8192]:hover {
  color: var(--primary-color) !important;
  background-color: var(--border-color-base);
}
.file-name-type .file-list:hover .size-color[data-v-d44a8192] {
  color: var(--primary-color) !important;
}
.file-name-type .file-download-list[data-v-d44a8192] {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.26667rem;
  color: #525a5d;
  height: 0.58667rem;
  padding: 0.08rem 0.08rem;
  border-radius: 0.05333rem;
}
.file-name-type .file-download-list[data-v-d44a8192]:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.file-name-type .file-download-list:hover .size-color[data-v-d44a8192] {
  color: var(--primary-color);
}
.file-name-type .file-download-list:hover .file-name-text[data-v-d44a8192] {
  text-decoration: underline;
}
.file-name-type .check-icon[data-v-d44a8192] {
  color: #4bc964;
  margin-left: 0.21333rem;
}
.file-name-type .close-icon[data-v-d44a8192] {
  cursor: pointer;
  margin-left: 0.21333rem;
  color: #ff3f4a;
}
.file-name-type .download-icon[data-v-d44a8192] {
  cursor: pointer;
  color: var(--primary-color);
  margin-left: 0.21333rem;
}
.result-container[data-v-d44a8192] {
  background: #fff;
  margin-top: 0.26667rem;
}
.result-container .common-result-container-header[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0.53333rem;
}
.result-container .common-result-container-header[data-v-d44a8192]::before {
  content: attr(header);
  font-size: 0.42667rem;
  color: #525a5d;
  border-left: 0.08rem solid var(--primary-color);
  padding-left: 0.26667rem;
  height: 0.48rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
input[data-v-d44a8192]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bfbfbf;
}
input[data-v-d44a8192]::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfbfbf;
}
input[data-v-d44a8192]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfbfbf;
}
input[data-v-d44a8192]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
[data-v-d44a8192] .vxe-cell--checkbox {
  color: var(--primary-color);
}
[data-v-d44a8192] .vxe-table .vxe-cell--checkbox {
  color: #606266;
}
[data-v-d44a8192] .vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon:before,[data-v-d44a8192] .vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon:before {
  border-color: var(--primary-color);
}
[data-v-d44a8192] .vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon:before {
  border-color: var(--primary-color);
}
[data-v-d44a8192] .ant-collapse {
  border-radius: 0;
  border: none;
  background: #fff;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item {
  border: 0;
  border-bottom: 0.02667rem solid #f3f4f6;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 0;
  margin-left: auto;
  margin-right: 0.8rem;
  border-radius: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 0.53333rem 0 0.48rem 0.8rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-text::before {
  content: attr(header);
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.37333rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--primary-color);
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra .icon {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin-left: 0.10667rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-header .customize-extra .icon.active {
  -webkit-transform: scale(0.75) rotate(180deg);
          transform: scale(0.75) rotate(180deg);
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-content {
  border: none;
}
[data-v-d44a8192] .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.beam-layout-container[data-v-d44a8192] {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 0.26667rem 0.26667rem 0.26667rem;
  overflow: hidden;
}
.beam-layout-container .beam-table-container[data-v-d44a8192] {
  margin: 0.26667rem 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.beam-layout-container .beam-table-container .table-header[data-v-d44a8192] {
  padding: 0 0.53333rem;
  height: 1.97333rem;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.beam-layout-container .beam-table-container .table-header[data-v-d44a8192]::before {
  content: attr(header);
  height: 0.48rem;
  border-left: 0.08rem solid var(--primary-color);
  padding-left: 0.26667rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 0.48rem;
}
.beam-layout-container .beam-table-container .main[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
}
.beam-layout-container .beam-table-container .pager-container[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
input[type="number"][data-v-d44a8192] {
  /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
}
input[type="number"][data-v-d44a8192]::-webkit-inner-spin-button,
input[type="number"][data-v-d44a8192]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Safari */
  margin: 0;
}
.custom-page-modal-container[data-v-d44a8192] {
  height: 100%;
  box-sizing: border-box;
  padding: 0.26667rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  overflow: hidden;
}
.custom-page-modal-container .custom-page-header-container[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0 0.53333rem;
  height: 1.22667rem;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.05333rem;
}
.custom-page-modal-container .custom-page-header-container[data-v-d44a8192]::before {
  content: attr(header);
  height: 0.48rem;
  border-left: 0.08rem solid var(--primary-color);
  padding-left: 0.26667rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 0.48rem;
}
.custom-page-modal-container .custom-page-header-container .back-button[data-v-d44a8192] {
  color: var(--primary-color);
  background: #f1f2f7 !important;
  border: none;
}
.custom-page-modal-container .custom-page-header-container .back-button.ant-btn[data-v-d44a8192] {
  margin-right: 0;
}
.custom-page-modal-container .custom-page-body-container[data-v-d44a8192] {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.custom-page-modal-container .custom-page-footer-container[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-top: 0.05333rem;
  height: 1.92rem;
  background-color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.custom-todo-container[data-v-d44a8192] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.custom-todo-container .todo-table-container[data-v-d44a8192] {
  margin-top: 0.26667rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  background-color: #fff;
}
.custom-todo-container .todo-table-container .data-report-header[data-v-d44a8192] {
  padding: 0 0.53333rem;
  height: 1.54667rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.custom-todo-container .todo-table-container .data-report-header[data-v-d44a8192]::before {
  content: attr(header);
  height: 0.48rem;
  border-left: 0.08rem solid var(--primary-color);
  padding-left: 0.26667rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525a5d;
  line-height: 0.48rem;
}
.custom-todo-container .todo-table-container .data-report-main[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.custom-todo-container .todo-table-container .data-report-page[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
[data-v-d44a8192] .custom-form-modal .ant-modal-body {
  padding: 0;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container {
  padding: 0.53333rem 1.86667rem 0.53333rem 0.53333rem;
  max-height: 16rem;
  overflow: auto !important;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.16rem;
  height: 0.16rem;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.26667rem;
  background: #c0c0c1;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.26667rem;
  background: #fff;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container .ant-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-label {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 3.73333rem;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-label label {
  color: #999999;
}
[data-v-d44a8192] .custom-form-modal .custom-body-container .ant-form-item .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
[data-v-d44a8192] .custom-form-modal .custom-footer-container {
  box-sizing: border-box;
  border-top: 0.02667rem solid #e8e8e8;
  padding: 0.53333rem 0;
  text-align: center;
}
[data-v-d44a8192] .custom-form-modal .custom-footer-container button:last-child {
  margin-left: 0.53333rem;
}
.home-flowPath-container[data-v-d44a8192] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.home-flowPath-container .code-body-container[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.home-flowPath-container .code-body-container .banner[data-v-d44a8192] {
  width: 100%;
  height: 8.53333rem;
  background: url(../images/banner_1_bed99003027afde0b56c8219e582fa97.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.home-flowPath-container .code-body-container .banner .sub-title[data-v-d44a8192] {
  position: absolute;
  left: 1.6rem;
  bottom: 1.06667rem;
  color: #ffffff;
}
.home-flowPath-container .code-body-container .tab-warp[data-v-d44a8192] {
  width: 100%;
  height: 2.88rem;
  background: #ffffff;
  border-radius: 1.06667rem 1.06667rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.06667rem;
}
.home-flowPath-container .code-body-container .tab-warp .tab-item[data-v-d44a8192] {
  height: 100%;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.96rem;
  color: #333333;
  margin-right: 1.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.home-flowPath-container .code-body-container .tab-warp .tab-item.active[data-v-d44a8192] {
  color: #1e7cff;
  position: relative;
}
.home-flowPath-container .code-body-container .tab-warp .tab-item.active[data-v-d44a8192]::before {
  content: "";
  width: 1.28rem;
  height: 0.21333rem;
  background: #1e7cff;
  border-radius: 0.10667rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.home-flowPath-container .code-body-container .main[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
}
.home-flowPath-container .code-body-container .main[data-v-d44a8192] .van-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-flowPath-container .code-body-container .main .process-item[data-v-d44a8192]:first-child {
  margin-top: 1.28rem;
}
.home-flowPath-container .code-body-container .main .process-item:last-child .left .line[data-v-d44a8192] {
  display: none;
}
.home-flowPath-container .code-body-container .main .process-item[data-v-d44a8192] {
  margin: 0 0.8rem 0 0.8rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.home-flowPath-container .code-body-container .main .process-item .left[data-v-d44a8192] {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.home-flowPath-container .code-body-container .main .process-item .left .dot[data-v-d44a8192] {
  position: absolute;
  top: 1.22667rem;
  width: 0.37333rem;
  height: 0.37333rem;
  background: #ffffff;
  border: 0.08rem solid #5bd0a6;
  border-radius: 50%;
}
.home-flowPath-container .code-body-container .main .process-item .left .line[data-v-d44a8192] {
  position: absolute;
  top: 1.6rem;
  width: 0.05333rem;
  height: 100%;
  border-left: 0.10667rem solid #b9bcc5;
}
.home-flowPath-container .code-body-container .main .process-item .right[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  margin: 0 0 0.53333rem 0.8rem;
  box-sizing: border-box;
  padding: 0.8rem;
  background: #ffffff;
  box-shadow: 0 0 0.42667rem 0 rgba(201, 206, 218, 0.2);
  border-radius: 0.26667rem;
  position: relative;
}
.home-flowPath-container .code-body-container .main .process-item .right .state[data-v-d44a8192] {
  position: absolute;
  right: 0.64rem;
  top: 0.64rem;
  width: 3.09333rem;
  height: 2.45333rem;
}
.home-flowPath-container .code-body-container .main .process-item .right .state img[data-v-d44a8192] {
  height: 100%;
  width: 100%;
}
.home-flowPath-container .code-body-container .main .process-item .right .title[data-v-d44a8192] {
  font-size: 0.96rem;
  color: #333333;
  margin: 0 0 0.8rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.home-flowPath-container .code-body-container .main .process-item .right .content[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.home-flowPath-container .code-body-container .main .process-item .right .content .user-time[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.home-flowPath-container .code-body-container .main .process-item .right .content .user-time .row[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  line-height: 100%;
  font-size: 0.8rem;
  color: #8e8e8e;
  margin-bottom: 0.53333rem;
}
.home-flowPath-container .code-body-container .main .process-item .right .content .user-time .row .lable[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.home-flowPath-container .code-body-container .main .process-item .right .content .user-time .row .value[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  word-break: break-all;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] {
  margin: 0 0.8rem 0.53333rem 0.8rem;
  background: #ffffff;
  box-shadow: 0 0 0.42667rem 0 rgba(201, 206, 218, 0.2);
  border-radius: 0.26667rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}
.home-flowPath-container .code-body-container .main .card-list .title[data-v-d44a8192] {
  font-size: 0.96rem;
  color: #333333;
  margin: 0 0 0.8rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-flowPath-container .code-body-container .main .card-list .subtitle[data-v-d44a8192] {
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 0.53333rem;
}
.home-flowPath-container .code-body-container .main .card-list .state[data-v-d44a8192] {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.33333rem;
  height: 1.65333rem;
  border-radius: 0 0.26667rem 0 0.26667rem;
  font-size: 0.74667rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.home-flowPath-container .code-body-container .main .card-list .state.cancel[data-v-d44a8192] {
  background: rgba(170, 176, 188, 0.2);
  color: #aab0bc;
}
.home-flowPath-container .code-body-container .main .card-list .state.pending[data-v-d44a8192] {
  background: rgba(0, 152, 255, 0.2);
  color: #0098ff;
}
.home-flowPath-container .code-body-container .main .card-list .state.normal[data-v-d44a8192] {
  color: #5bd0a6;
  background: rgba(91, 208, 166, 0.2);
}
.home-flowPath-container .code-body-container .main .card-list .row[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-size: 0.8rem;
  color: #8e8e8e;
  margin-bottom: 0.53333rem;
  line-height: 100%;
}
.home-flowPath-container .code-body-container .main .card-list .row .lable[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.home-flowPath-container .code-body-container .main .card-list .row .value[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  word-break: break-all;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home-flowPath-container .code-body-container .main .card-list .row .value .images[data-v-d44a8192] {
  width: 5.49333rem;
  height: 4.16rem;
  background: #f8f9fb;
  border: 0.02667rem solid #eaeaea;
  border-radius: 0.21333rem;
  margin: 0 0.53333rem 0.53333rem 0;
}
.home-flowPath-container .code-body-container .main .card-list .line-row[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-size: 0.8rem;
  color: #8e8e8e;
  margin-bottom: 0.53333rem;
}
.home-flowPath-container .code-body-container .main .card-list .line-row .item[data-v-d44a8192] {
  line-height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.home-flowPath-container .code-body-container .main .card-list .line-row .item .lable[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.home-flowPath-container .code-body-container .main .card-list .line-row .item .value[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-overflow: ellipsis;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192]:first-child {
  margin-top: 0.53333rem;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__title {
  padding: 10px 0;
  position: relative;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__title .van-cell__title {
  font-size: 14px;
  color: #1e7cff;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__title .open {
  border: 1px solid #1e7cff;
  background: #1e7cff;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__title .close {
  background: #ffffff;
  border: 1px solid #dbdbdb;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__title .arrow-icon {
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.home-flowPath-container .code-body-container .main .card-list[data-v-d44a8192] .van-collapse .van-collapse-item__content {
  padding: 10px 0;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .header[data-v-d44a8192] {
  height: 1.86667rem;
  background: #e6f1ff;
  border: 0.02667rem solid #eaeaea;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.74667rem;
  color: #666666;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .header .th[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .body[data-v-d44a8192] {
  font-size: 0.8rem;
  color: #333333;
  border: 0.02667rem solid #eaeaea;
  border-top: 0;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .body .th[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 2.13333rem;
  border-bottom: 0.02667rem solid #eaeaea;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .body .th[data-v-d44a8192]:last-of-type {
  border-bottom: 0;
}
.home-flowPath-container .code-body-container .main .card-list .table-container .body .th .td[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-flowPath-container .code-body-container .main .card-list .test-container[data-v-d44a8192] {
  margin-bottom: 0.53333rem;
}
.home-flowPath-container .code-body-container .main .card-list .btns-group[data-v-d44a8192] {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  font-size: 0.8rem;
  color: #ffffff;
  margin-top: 0.8rem;
}
.home-flowPath-container .code-body-container .main .card-list .btns-group .btn[data-v-d44a8192] {
  width: 5.33333rem;
  height: 1.49333rem;
  border-radius: 0.74667rem;
  background: #1e7cff;
  margin-right: 0.53333rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.home-flowPath-container .code-body-container .main .card-list .btns-group .btn[data-v-d44a8192]:last-of-type {
  margin-right: 0 !important;
}
.home-flowPath-container .popup-container[data-v-d44a8192] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.home-flowPath-container .popup-container .popup-header[data-v-d44a8192] {
  height: 2.34667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.home-flowPath-container .popup-container .popup-header .close[data-v-d44a8192] {
  font-weight: 500;
  font-size: 0.8rem;
  color: #666666;
}
.home-flowPath-container .popup-container .popup-header .confirm[data-v-d44a8192] {
  font-weight: 500;
  font-size: 0.8rem;
  color: #1e7cff;
}
.home-flowPath-container .popup-container .popup-body[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.home-flowPath-container .popup-container .popup-body .search-condition[data-v-d44a8192] .van-search {
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  border-radius: 50%;
}
.home-flowPath-container .popup-container .popup-body .search-condition[data-v-d44a8192] .van-search .van-search__content {
  border-radius: 36px;
}
.home-flowPath-container .popup-container .popup-body .select-container[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 0 0.8rem 0.26667rem 0.8rem;
  box-sizing: border-box;
  overflow: auto;
}
.home-flowPath-container .popup-container .popup-body .select-container .select-item[data-v-d44a8192] {
  height: 1.86667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.home-flowPath-container .popup-container .popup-body .select-container .select-item .name[data-v-d44a8192] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 1.06667rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-flowPath-container .popup-container .popup-body .select-container .select-item .icon[data-v-d44a8192] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.06667rem;
}
.home-flowPath-container .popup-container .popup-body .select-container .select-item.active .name[data-v-d44a8192] {
  color: #1e7cff;
}

