.wind-loading[data-v-3b94f70a] {
  position: absolute;
  z-index: 9999;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.wind-loading.is-fullscreen[data-v-3b94f70a] {
  position: fixed;
}
.wind-loading__contaienr[data-v-3b94f70a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  text-align: center;
}
.wind-loading__contaienr .loading-img[data-v-3b94f70a] {
  width: 70px;
  display: inline-block;
}
.wind-loading__contaienr .loading-img.is-small[data-v-3b94f70a] {
  width: 30px;
}
.wind-loading__contaienr .loading-text[data-v-3b94f70a] {
  text-align: center;
  color: $wind-loading-text-color;
}
.wind-loading__contaienr .circular[data-v-3b94f70a] {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
          animation: loading-rotate 2s linear infinite;
}
.wind-loading__contaienr .path[data-v-3b94f70a] {
  -webkit-animation: loading-dash-3b94f70a 1.5s ease-in-out infinite;
          animation: loading-dash-3b94f70a 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}
@-webkit-keyframes loading-dash-3b94f70a {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
}
}
@keyframes loading-dash-3b94f70a {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
}
}
/*# sourceMappingURL=src/components/wind-ui/package/loading/Loading.css.map */
.wind-loading-parent--relative {
  position: relative !important;
}
.wind-loading-parent--hidden {
  overflow: hidden !important;
}
/*# sourceMappingURL=src/components/wind-ui/package/loading/Loading.css.map */
.wind-icon[data-v-2e1f6060] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.wind-icon__size-mini[data-v-2e1f6060] {
  width: 12px;
  height: 12px;
}
.wind-icon.is-pointer[data-v-2e1f6060] {
  cursor: pointer;
}
.wind-icon.is-vertical-align[data-v-2e1f6060] {
  vertical-align: middle;
}
.wind-icon.is-disabled[data-v-2e1f6060] {
  filter: grayscale(100%);
  cursor: not-allowed;
}
.wind-icon-svg[data-v-2e1f6060] {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.wind-icon-svg svg[data-v-2e1f6060] {
  overflow: hidden;
  display: inline-block;
}
/*# sourceMappingURL=src/components/wind-ui/package/icon/icon.css.map */
.w-tag[data-v-30fd9e46] {
  display: inline-block;
  margin-left: 4px;
}
.w-tag__style[data-v-30fd9e46] {
  font-size: 12px;
  min-width: 48px;
  padding: 0 5px;
  height: 24px;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
  line-height: 24px;
}
.w-tag__style.style-orange[data-v-30fd9e46] {
  color: #e54900;
  background-color: #f2e3dd;
}
.w-tag__style.style-green[data-v-30fd9e46] {
  color: #00a14c;
  background-color: #d4efd5;
}
.w-tag__style.style-red[data-v-30fd9e46] {
  color: #fff;
  background-color: #f47d7e;
}
.w-tag__style.style-blue[data-v-30fd9e46] {
  color: #0088ae;
  background-color: #d4e9f1;
}
.w-tag__style.style-gray[data-v-30fd9e46] {
  color: #7c7c7c;
  background-color: #ebebeb;
}
.w-tag__style.style-cyan[data-v-30fd9e46] {
  color: #00a6a2;
  background-color: #d4eeef;
}
.w-tag__style.style-pink[data-v-30fd9e46] {
  color: #e3086b;
  background-color: #ffe0ee;
}
.w-tag__style.style-black[data-v-30fd9e46] {
  background-color: #f00;
}
.w-tag__style.style-deep-green[data-v-30fd9e46] {
  background-color: #00a14c;
}
.w-tag__style.style-small[data-v-30fd9e46] {
  height: 18px;
  line-height: 18px;
}
.w-tag__style.style-default[data-v-30fd9e46] {
  height: 24px;
  line-height: 24px;
}
.w-tag__style.style-large[data-v-30fd9e46] {
  height: 36px;
  line-height: 36px;
}
.w-tag__style.style-red-border[data-v-30fd9e46] {
  border: 2px #ed4f31 solid;
  color: #ed4f31;
}
.w-tag__style.is-plain[data-v-30fd9e46] {
  background-color: transparent !important;
}
/*# sourceMappingURL=src/components/wind-ui/package/tag/Tag.css.map */
.wind-dialog__header[data-v-5a13ab10] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 20px;
}
.wind-dialog[data-v-5a13ab10] .wind-custom-dialog {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.wind-dialog[data-v-5a13ab10] .wind-custom-dialog.wind-dialog-is-heightFullscreen {
  height: 100%;
}
.wind-dialog[data-v-5a13ab10] .wind-custom-dialog .el-dialog__title {
  font-size: 14px;
}
.wind-dialog[data-v-5a13ab10] .wind-custom-dialog .el-dialog__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.wind-dialog[data-v-5a13ab10] .wind-dialog-is-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}
.wind-dialog[data-v-5a13ab10] .wind-dialog-is-tabs {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
}
.wind-dialog__bottom[data-v-5a13ab10] {
  text-align: right;
  height: 40px;
  line-height: 40px;
}
/*# sourceMappingURL=src/components/wind-ui/package/dialog/Dialog.css.map */
.wind-dialog.wind-custom-dialog {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.wind-dialog.wind-custom-dialog.wind-dialog-is-heightFullscreen {
  height: 100%;
}
.wind-dialog.wind-custom-dialog .el-dialog__title {
  font-size: 14px;
}
.wind-dialog.wind-custom-dialog .el-dialog__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
/*# sourceMappingURL=src/components/wind-ui/package/dialog/Dialog.css.map */
.wind-app-container[data-v-4e6e906e] {
  flex: 1;
  display: flex;
  text-align: left;
  background-color: #f2f3f5;
  overflow: auto;
}
.wind-app-container__direction-column[data-v-4e6e906e] {
  flex-direction: column;
}
.wind-app-container__direction-row[data-v-4e6e906e] {
  flex-direction: row;
}
/*# sourceMappingURL=src/components/wind-ui/package/app-container/AppContainer.css.map */
.wind-link[data-v-303326e0] {
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
}
.wind-link.is-block[data-v-303326e0] {
  display: block;
}
.wind-link.is-disabled[data-v-303326e0] {
  cursor: not-allowed;
}
.wind-link.is-underline[data-v-303326e0] {
  text-decoration: underline;
}
.wind-link .wind-link-icon[data-v-303326e0] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  position: relative;
  top: 5px;
}
.wind-link-default[data-v-303326e0]:hover {
  color: #00d0cb;
}
.wind-link-gray[data-v-303326e0] {
  color: #333;
}
.wind-link-gray[data-v-303326e0]:hover {
  opacity: 0.7;
}
.wind-link-primary[data-v-303326e0] {
  color: #00d0cb;
}
.wind-link-primary[data-v-303326e0]:hover {
  opacity: 0.7;
  color: #00d0cb;
}
.wind-link-danger[data-v-303326e0] {
  color: #ed4f31;
}
.wind-link-danger[data-v-303326e0]:hover {
  color: #ed4f31;
}
.wind-link[data-v-303326e0] .el-switch {
  vertical-align: bottom;
}
.rightIcon[data-v-303326e0] {
  float: right;
  margin-left: 6px;
  width: 12px !important;
  height: 12px !important;
}
.smallIcon[data-v-303326e0] {
  width: 12px !important;
}
.largeIcon[data-v-303326e0] {
  width: 24px !important;
  height: 40px !important;
}
/*# sourceMappingURL=src/components/wind-ui/package/link/Link.css.map */
.upload-file[data-v-f79dae20] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.upload-file .upload-file__file-list[data-v-f79dae20] {
  flex: 1;
  flex-direction: row;
  display: flex;
  margin-bottom: 10px;
  flex-flow: wrap;
}
.upload-file .upload__drag-range[data-v-f79dae20] {
  width: 260px;
  height: 32px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dashed #c9cdd4;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.upload-file .upload__drag-range.is-dragging[data-v-f79dae20] {
  border-color: #00d0cb;
  background-color: #b5f5f4;
  color: #00d0cb;
}
.upload-file .upload__drag-range[data-v-f79dae20]:not(.is-disabled):hover {
  color: #00d0cb;
  border-color: #00d0cb;
}
.upload-file .upload__drag-range.is-disabled[data-v-f79dae20] {
  border-color: #eee;
  background-color: #eee;
  cursor: not-allowed;
  color: #999;
}
.upload-file .upload__drag-range .upload-add-icon[data-v-f79dae20] {
  font-size: 16px;
  position: relative;
  top: -2px;
  left: -5px;
}
.upload-file .upload__drag-range .upload__question-icon[data-v-f79dae20] {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}
.upload-file .file-list__block[data-v-f79dae20] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 260px;
  height: 32px;
  background-color: #f2f3f5;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.upload-file .file-list__block .file-icon[data-v-f79dae20] {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.upload-file .file-list__block .file-name[data-v-f79dae20] {
  flex: 1;
}
/*# sourceMappingURL=src/components/wind-ui/package/upload/Upload.css.map */
.upload-file[data-v-5bd1636e] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.upload-file__file-item[data-v-5bd1636e] {
  position: relative;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.upload-file__file-item-shade[data-v-5bd1636e] {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-file .upload-file__file-list[data-v-5bd1636e] {
  flex: 1;
  flex-direction: row;
  display: flex;
  margin-bottom: 10px;
  flex-flow: wrap;
}
.upload-file .upload__drag-range[data-v-5bd1636e] {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dashed #c9cdd4;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.upload-file .upload__drag-range p[data-v-5bd1636e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-file .upload__drag-range p[data-v-5bd1636e]:first-child {
  font-size: 24px;
}
.upload-file .upload__drag-range.is-dragging[data-v-5bd1636e] {
  border-color: #00d0cb;
  background-color: #b5f5f4;
  color: #00d0cb;
}
.upload-file .upload__drag-range[data-v-5bd1636e]:not(.is-disabled):hover {
  color: #00d0cb;
  border-color: #00d0cb;
}
.upload-file .upload__drag-range.is-disabled[data-v-5bd1636e] {
  border-color: #eee;
  background-color: #eee;
  cursor: not-allowed;
  color: #999;
}
.upload-file .upload__drag-range .upload-add-icon[data-v-5bd1636e] {
  font-size: 16px;
  position: relative;
  top: -2px;
  left: -5px;
}
.upload-file .upload__drag-range .upload__question-icon[data-v-5bd1636e] {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}
.upload-file .file-list__block[data-v-5bd1636e] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 260px;
  height: 32px;
  background-color: #f2f3f5;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.upload-file .file-list__block .file-icon[data-v-5bd1636e] {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.upload-file .file-list__block .file-name[data-v-5bd1636e] {
  flex: 1;
}
/*# sourceMappingURL=src/components/wind-ui/package/upload-image/UploadImage.css.map */
.upload-file[data-v-50ffde18] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.upload-file__file-item[data-v-50ffde18] {
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-right: 12px;
  display: inline-block;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.upload-file__file-item-icon[data-v-50ffde18] {
  width: 20px;
  height: 20px;
  z-index: 99;
  position: absolute;
  cursor: pointer;
}
.upload-file__file-item-shade[data-v-50ffde18] {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-file__file-item-del-btn[data-v-50ffde18] {
  position: absolute;
  width: 6px;
  height: 6px;
  color: #fc4e49;
  left: 11px;
  top: -5px;
  transform: rotate(-45deg);
}
.upload-file .upload-file__file-list[data-v-50ffde18] {
  display: inline-block;
}
.upload-file .upload__drag-range[data-v-50ffde18] {
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 12px;
}
.upload-file .upload__drag-range[data-v-50ffde18]:not(.is-disabled):hover {
  color: #00d0cb;
  border-color: #00d0cb;
}
.upload-file .upload__drag-range.is-disabled[data-v-50ffde18] {
  border-color: #eee;
  background-color: #eee;
  cursor: not-allowed;
  color: #999;
}
.upload-file .upload__drag-range .upload-add-icon[data-v-50ffde18] {
  font-size: 16px;
  position: relative;
  top: -2px;
  left: -5px;
}
.upload-file .upload__drag-range .upload__question-icon[data-v-50ffde18] {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}
.upload-file .file-list__block[data-v-50ffde18] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 260px;
  height: 32px;
  background-color: #f2f3f5;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.upload-file .file-list__block .file-icon[data-v-50ffde18] {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.upload-file .file-list__block .file-name[data-v-50ffde18] {
  flex: 1;
}
/*# sourceMappingURL=src/components/wind-ui/package/dt-upload-image/UploadImage.css.map */
.wind-upload__input[data-v-6322a32e] {
  display: none;
}
/*# sourceMappingURL=src/components/wind-ui/package/upload-hide/Upload-hide.css.map */
.wind-collapse[data-v-f9a72b20] {
  background-color: #fff;
  position: relative;
}
.wind-collapse.is-fullScreen[data-v-f9a72b20] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wind-collapse__title[data-v-f9a72b20] {
  display: flex;
  flex-direction: row;
  height: 25px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.wind-collapse__title .title-text[data-v-f9a72b20] {
  flex: 1;
}
.wind-collapse__title .title-arrow[data-v-f9a72b20] {
  width: 20px;
}
.wind-collapse__title .title-arrow__icon[data-v-f9a72b20] {
  width: 10px;
  height: 10px;
  transition: transform 0.3s;
}
.wind-collapse__title .title-arrow__icon.is-expanded[data-v-f9a72b20] {
  transform: rotate(90deg);
}
.wind-collapse__title.is-expanded[data-v-f9a72b20]::after {
  content: ' ';
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  left: 20px;
  border-bottom: 1px solid #dbdbdb;
  transform: scaleY(0.5);
}
.wind-collapse__title.is-disabled[data-v-f9a72b20] {
  cursor: unset;
}
.wind-collapse__wrapper[data-v-f9a72b20] {
  overflow: hidden;
  padding-top: 10px;
}
.wind-collapse__wrapper.is-fullScreen[data-v-f9a72b20] {
  flex: 1;
}
.wind-collapse__wrapper.is-flex[data-v-f9a72b20] {
  display: flex;
}
.wind-collapse__wrapper.is-animate[data-v-f9a72b20] {
  transition: height 0.3s ease-in-out;
  will-change: height;
}
.wind-collapse__content[data-v-f9a72b20] {
  width: 100%;
}
.wind-collapse__content.is-flex[data-v-f9a72b20] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=src/components/wind-ui/package/collapse/Collapse.css.map */
.wind-scroll-bar[data-v-af9f0d0e] {
  flex: 1;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.wind-scroll-bar[data-v-af9f0d0e] .el-scrollbar__wrap {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  scrollbar-width: none;
}
.wind-scroll-bar[data-v-af9f0d0e] .el-scrollbar__wrap::-webkit-scrollbar {
  display: none;
}
.wind-scroll-bar[data-v-af9f0d0e] .el-scrollbar__wrap::-webkit-scrollbar-thumb {
  display: none;
}
.wind-scroll-bar[data-v-af9f0d0e] .el-scrollbar__wrap::-webkit-scrollbar-track {
  display: none;
}
.wind-scroll-bar-y[data-v-af9f0d0e] el-scrollbar__wrap {
  overflow-x: hidden;
}
.wind-scroll-bar-x[data-v-af9f0d0e] el-scrollbar__wrap {
  overflow-y: hidden;
}
/*# sourceMappingURL=src/components/wind-ui/package/scroll-bar/ScrollBar.css.map */
.wind-scroll-bar.is-flex >.el-scrollbar__wrap {
  display: flex;
  flex-direction: column;
}
.wind-scroll-bar.is-flex >.el-scrollbar__wrap >.el-scrollbar__view {
  flex: 1;
  display: flex;
}
/*# sourceMappingURL=src/components/wind-ui/package/scroll-bar/ScrollBar.css.map */
.wind-simple-table[data-v-f733efe2] {
  display: flex;
  flex-direction: column;
}
.wind-simple-table__container[data-v-f733efe2] {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
.wind-simple-table__main-table[data-v-f733efe2] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wind-simple-table__title[data-v-f733efe2] {
  display: flex;
  background-color: #f7f8fa;
  flex-shrink: 0;
}
.wind-simple-table__body[data-v-f733efe2] {
  flex: 1;
  overflow: auto;
}
.wind-simple-table__body .wind-simple-table__tr[data-v-f733efe2] {
  display: flex;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.wind-simple-table__body .wind-simple-table__tr .wind-simple-table__td[data-v-f733efe2] {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.wind-simple-table__sumTr[data-v-f733efe2] {
  display: flex;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 12px;
}
.wind-simple-table__sumTr .wind-simple-table__sumTd[data-v-f733efe2] {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.wind-simple-table__bottom[data-v-f733efe2] {
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px dashed #c0ccda;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*# sourceMappingURL=src/components/wind-ui/package/simple-table/SimpleTable.css.map */
.wind-simple-table__column[data-v-61fa3176] {
  overflow: hidden;
  box-sizing: border-box;
}
.wind-simple-table__column .wind-simple-table__th[data-v-61fa3176] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
/*# sourceMappingURL=src/components/wind-ui/package/simple-table/SimpleTableColumn.css.map */
.fx-app-tabs[data-v-07db4b83] {
  overflow: hidden;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__header {
  border-bottom: none;
  margin: 0;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__header .el-tabs__nav {
  border: none;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item {
  font-size: 12px;
  border-bottom: none;
  border-left: none !important;
  position: relative;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item:hover {
  color: #333;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item::before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e4e7ed;
  position: absolute;
  top: 10px;
  left: 0px;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item.is-active {
  background-color: #f2f3f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #333;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item.is-active::before {
  display: none;
}
.fx-app-tabs[data-v-07db4b83] .el-tabs__item.is-active+.el-tabs__item::before {
  display: none;
}
/*# sourceMappingURL=src/components/common-ui/app-tabs/AppTabs.css.map */
.filter-bar[data-v-2f278b32] {
  display: flex;
  flex-direction: row;
  padding: 18px 0 0 11px;
  box-sizing: border-box;
}
.filter-bar__row[data-v-2f278b32] {
  flex: 1;
  display: flex;
  align-items: center;
}
.filter-bar .btn-tools[data-v-2f278b32] {
  height: 32px;
  display: flex;
  margin-right: 16px;
  width: 210px;
  float: left;
}
.filter-bar .filter-btn-tools[data-v-2f278b32] {
  display: flex;
  align-items: center;
}
.filter-bar .filter-btn-tools__extend[data-v-2f278b32] {
  font-size: 12px;
  margin-right: 5px;
  margin-left: 20px;
}
.filter-bar .filter-btn-tools[data-v-2f278b32]:hover {
  opacity: 0.7;
}
.filter-bar .placeholder[data-v-2f278b32] {
  height: 100%;
  width: 1px;
}
/*# sourceMappingURL=src/components/common-ui/list-filter/ListFilter.css.map */
.list-header[data-v-1616fb47] {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.list-header__title[data-v-1616fb47] {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-header__subheading[data-v-1616fb47] {
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.list-header__btn-tools[data-v-1616fb47] {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}
/*# sourceMappingURL=src/components/common-ui/list-header/ListHeader.css.map */
.list-header[data-v-1e570e19] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.list-header__title[data-v-1e570e19] {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-header__subheading[data-v-1e570e19] {
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.list-header__btn-tools[data-v-1e570e19] {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}
/*# sourceMappingURL=src/components/common-ui/bill-header/BillHeader.css.map */
.bill-info-row[data-v-4e6d7351] {
  display: flex;
  flex-direction: row;
}
/*# sourceMappingURL=src/components/common-ui/bill-info/BillInfoRow.css.map */
.bill-info__cell[data-v-4894b2fb] {
  width: 360px;
  height: 40px;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.bill-info__cell-label[data-v-4894b2fb] {
  width: 120px;
  height: 40px;
  color: #a1a1a1;
}
.bill-info__cell-value[data-v-4894b2fb] {
  width: 260px;
  height: 40px;
}
.bill-info__cell.is-more[data-v-4894b2fb] {
  height: 80px;
}
/*# sourceMappingURL=src/components/common-ui/bill-info/BillInfoCell.css.map */
.order-list__table[data-v-2505e8a9] {
  overflow: auto;
  flex: 1;
}
.order-list__pagination[data-v-2505e8a9] {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.table-sum[data-v-2505e8a9] {
  display: flex;
  flex: 1;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
.table-sum-summary-span[data-v-2505e8a9] {
  display: flex;
  margin-right: 25px;
}
/*# sourceMappingURL=src/components/common-ui/main-table/MainTable.css.map */
.order-list[data-v-c87b2b2e] {
  height: 100%;
}
.order-list__table[data-v-c87b2b2e] {
  overflow: auto;
  flex: 1;
}
.order-list__pagination[data-v-c87b2b2e] {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.order-list__pagination[data-v-c87b2b2e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.order-list__pagination__info[data-v-c87b2b2e] {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.order-list__pagination__info-cell[data-v-c87b2b2e] {
  width: 200px;
}
.order-list__pagination__info-cell .info-cell__label[data-v-c87b2b2e] {
  display: inline-block;
  width: 80px;
  color: #a1a1a1;
}
.order-list__pagination__info-cell-short[data-v-c87b2b2e] {
  width: 120px;
  padding-right: 10px;
}
.order-list__pagination__info-cell-short .info-cell__label[data-v-c87b2b2e] {
  display: inline-block;
  width: 60px;
  color: #a1a1a1;
}
.order-list__pagination__file[data-v-c87b2b2e] {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}
.order-list__pagination__file-cell[data-v-c87b2b2e] {
  width: 60px;
}
.order-list__pagination__file-cell .info-cell__label[data-v-c87b2b2e] {
  display: inline-block;
  width: 80px;
  color: #a1a1a1;
}
/*# sourceMappingURL=src/components/common-ui/detail-table/DetailTable.css.map */
.order-list__table .el-table--scrollable-x .el-scrollbar__wrap {
  overflow: auto !important;
}
/*# sourceMappingURL=src/components/common-ui/detail-table/DetailTable.css.map */
.order-list[data-v-2baeb189] {
  height: 100%;
}
.order-list__table[data-v-2baeb189] {
  overflow: auto;
  flex: 1;
}
.order-list__pagination[data-v-2baeb189] {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.order-list .virtual[data-v-2baeb189] {
  position: absolute;
  top: -8px !important;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.order-list .virtual_move[data-v-2baeb189] {
  cursor: move;
}
.order-list__pagination[data-v-2baeb189] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.order-list__pagination__info[data-v-2baeb189] {
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.order-list__pagination__info-cell[data-v-2baeb189] {
  width: 200px;
}
.order-list__pagination__info-cell .info-cell__label[data-v-2baeb189] {
  display: inline-block;
  width: 80px;
  color: #a1a1a1;
}
.order-list__pagination__info-cell-short[data-v-2baeb189] {
  width: 120px;
  padding-right: 10px;
}
.order-list__pagination__info-cell-short .info-cell__label[data-v-2baeb189] {
  display: inline-block;
  width: 60px;
  color: #a1a1a1;
}
.order-list__pagination__file[data-v-2baeb189] {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}
.order-list__pagination__file-cell[data-v-2baeb189] {
  width: 60px;
}
.order-list__pagination__file-cell .info-cell__label[data-v-2baeb189] {
  display: inline-block;
  width: 80px;
  color: #a1a1a1;
}
.darg_active_left .virtual[data-v-2baeb189] {
  border-left: 2px dotted #666 !important;
}
.darg_active_right .virtual[data-v-2baeb189] {
  border-right: 2px dotted #666 !important;
}
.thead-cell[data-v-2baeb189] {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  overflow: initial;
  position: relative;
}
.thead-cell[data-v-2baeb189]:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 16px;
}
.virtual[data-v-2baeb189] {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 2px;
  cursor: move;
  z-index: 10;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.virtual[data-v-2baeb189]:hover {
  opacity: 1;
  background: #999;
}
.virtual.virtual_move[data-v-2baeb189] {
  background: #409eff;
  opacity: 1;
}
/*# sourceMappingURL=src/components/common-ui/form-table/FormTable.css.map */
.list-state-tag[data-v-bb9dcbdc] {
  display: inline-block;
  flex-direction: row;
  align-items: center;
}
.list-state-tag__dot[data-v-bb9dcbdc] {
  min-width: 30px;
  height: 25px;
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-weight: bolder;
}
.list-state-tag__dot.dot-red[data-v-bb9dcbdc] {
  background-color: #ed4f31;
}
.list-state-tag__dot.dot-green[data-v-bb9dcbdc] {
  background-color: #60c769;
}
.list-state-tag__dot.dot-blue[data-v-bb9dcbdc] {
  background-color: #318cf2;
}
.list-state-tag__dot.dot-orange[data-v-bb9dcbdc] {
  background-color: #f19149;
}
.list-state-tag__dot.dot-gray[data-v-bb9dcbdc] {
  background-color: #ebebeb;
}
.list-state-tag__dot.dot-black[data-v-bb9dcbdc] {
  background-color: $fxBlack3;
}
.list-state-tag__dot.dot-deep-green[data-v-bb9dcbdc] {
  background-color: #00a14c;
}
/*# sourceMappingURL=src/components/common-ui/state-tag/Fx-details-state-tag.css.map */
html {
  font-family: '微软雅黑', -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif !important;
  word-spacing: 1px;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  color: #333;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  height: 100%;
  font-size: 12px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  background-color: #fff;
}
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #00d0cb;
}
a,
label,
button,
input,
select {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
select,
button {
  vertical-align: baseline;
  border-radius: 0;
  background-color: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button::-moz-focus-inner,
input,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=search],
input[type=tel],
input[type=text],
input[type='password'] {
  -webkit-appearance: none; /*去除系统默认的样式*/
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
}
input:disabled,
input[disabled] {
  opacity: 1;
  color: #969799;
  -webkit-text-fill-color: #969799;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}
:focus {
  outline: none !important;
}
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
a {
  cursor: pointer;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fx-price-font {
  color: #fc4e49;
}
.fx-default-font {
  color: #00d0cb;
}
.fx-warn-font {
  color: #fc4e49;
}
.fx-green-font {
  color: $fxGreen;
}
.fx-shadow-block {
  box-shadow: 2px -2px 5px #eee;
  border: 1px solid #eee;
  border-radius: 5px;
}
.fx-shadow-down {
  box-shadow: 2px -2px 6px #eee;
}
.fx-shadow-up {
  box-shadow: 0px -2px 2px #eee;
}
.fx-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fx-red-dot:after {
  top: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  content: ' ';
  position: absolute;
  border-radius: 100%;
  background-color: #f44;
}
.fx-no-radius {
  border-radius: 0 !important;
}
.fx-Pseudo-btn::after {
  background-color: #ccc;
  content: " ";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fx-Pseudo-btn:active::after {
  opacity: 0.4;
}
.fx-block-title::before {
  width: 5px;
  height: 20px;
  border-radius: 0px 2.5px 2.5px 0px;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  margin-right: 11px;
  margin-left: 5px;
  background-color: #00d0cb;
  border-radius: 2px;
}
.fx-custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.fx-custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background-color: #ccc;
}
.fx-custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.fx-custom-scroll-light::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
}
.fx-custom-scroll-light::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(184,180,180,0.2);
  background-color: #ccc;
}
.fx-custom-scroll-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(184,180,180,0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.fx-bottom-line {
  position: relative;
}
.fx-bottom-line::after {
  content: '';
  display: block;
  border-bottom: 1px solid #eee;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 20px;
}
.fx-cursor {
  cursor: pointer;
}
.fx-page-first-container {
  overflow: auto;
}
.fx-common__order-list {
  flex: 1;
  margin: 4px 16px 16px 16px;
  display: flex;
  flex-flow: column;
}
.fx-common__radius-block {
  border-radius: 8px;
  width: 100%;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.fx-common_table-cell {
  border-right: transparent !important;
}
.fx-common_table-cell .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fx-common_table-row {
  height: 42px !important;
}
.fx-common_table-row .el-table__cell {
  padding: 6px 0;
}
.fx-common_table-row .el-input__inner {
  height: 26px;
}
.fx-common_table-row-emphasize {
  height: 42px !important;
  background-color: rgba(242,243,245,0.5) !important;
}
.fx-common_table-row-emphasize .el-table__cell {
  padding: 6px 0;
}
.fx-common_table-row-emphasize .el-input__inner {
  height: 26px;
}
.fx-common_table-header-cell,
.fx-common_detail-table-header-cell {
  font-weight: 900;
  color: #000;
  position: relative !important;
  border-right: none !important;
}
.fx-common_table-header-cell::after,
.fx-common_detail-table-header-cell::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #eee;
  top: 10px;
  right: 0px;
}
.fx-common_table-header-cell .cell,
.fx-common_detail-table-header-cell .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fx-common_detail-table-header-cell {
  background-color: #f2f3f5 !important;
}
.fx-common_detail-table-header-cell::after {
  background-color: #c9cdd4;
}
.fx-common_table-no-border .el-table__border-left-patch {
  background-color: #fff;
}
.fx-common_table-no-border .el-table__border-right-patch {
  background-color: #fff;
}
.fx-common_table-no-border .el-table--border::after {
  width: 0;
  background-color: #fff;
}
.fx-common-filter-date-select {
  width: 160px !important;
}
.fx-common-filter-date-select-long {
  width: 200px !important;
}
.fx-common-filter-date-range-form-long {
  width: 502px !important;
}
.fx-common-filter-date-range {
  width: 372px !important;
}
.fx-common-filter-date-range-form {
  width: 422px !important;
}
.fx-common-filter-date-range-stock {
  width: 330px !important;
}
.fx-common-filter-item {
  width: 135px !important;
}
.fx-common-form-input {
  width: 135px !important;
  height: 32px !important;
}
.fx-full-screen-dialog {
  display: flex;
  flex-direction: column;
}
.fx-full-screen-dialog .el-dialog__body {
  flex: 1;
  display: flex;
}
.fx-common-button-large {
  height: 28px;
  line-height: 28px;
}
.fx-common-dialog-title {
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.fx-common-dialog-title::before {
  width: 3px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #538ffd;
  border-radius: 2px;
}
:root {
  --el-font-size-base: 12px;
  --el-color-primary: #00d0cb;
  --el-color-primary-light-3: rgba(0,208,203,0.7);
  --el-color-primary-dark-2: #00b0ac;
  --el-color-primary-light-9: #fff;
  --el-color-primary-light-7: #c9cdd4;
  --el-color-primary-light-2: rgba(0,208,203,0.7);
}
.el-form-item__label {
  font-size: 12px;
  padding: 0;
}
.el-radio__label {
  font-size: 12px;
}
.el-popover {
  box-sizing: border-box;
}
.el-select-dropdown .el-select-dropdown__item {
  font-size: 12px;
}
.el-switch.is-disabled:not(.is-checked ) .el-switch__core {
  background-color: #ccc;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__body {
  padding-top: 10px;
}
.el-dialog .el-dialog__header {
  margin-right: 0;
  --el-dialog-padding-primary: 0;
  position: relative;
}
.el-dialog .el-dialog__headerbtn {
  top: 0;
}
.el-button--default {
  --el-button-hover-text-color: #afb0b1;
  --el-button-active-border-color: #333;
  --el-button-active-text-color: #333;
}
.el-button--primary {
  --el-button-hover-text-color: #fff;
  --el-button-active-border-color: #00b0ac;
  --el-button-active-text-color: #fff;
}
.el-table {
  font-size: 12px;
}
.el-table--border .el-table__inner-wrapper::after {
  display: none;
}
.el-table .el-table__cell {
  z-index: 0;
}
.el-table__header-wrapper .el-table-column--selection .el-checkbox {
  position: relative;
  top: 4px;
}
/*# sourceMappingURL=src/assets/stylus/main.css.map */
#app {
  height: 100%;
}
/*# sourceMappingURL=src/App.css.map */
