/* src/assets/iconfont/iconfont.css */
@font-face {
  font-family: "iconfont";
  src:
    url("./media/iconfont.woff2?t=1752556010771") format("woff2"),
    url("./media/iconfont.woff?t=1752556010771") format("woff"),
    url("./media/iconfont.ttf?t=1752556010771") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiangmuguanli2:before {
  content: "\e664";
}
.icon-renwuguanli:before {
  content: "\e607";
}
.icon-qunfa1:before {
  content: "\e760";
}
.icon-xiaoximoban:before {
  content: "\e67b";
}
.icon-renqunbao:before {
  content: "\e606";
}
.icon-a-41kefuzhongxin:before {
  content: "\e605";
}

/* src/styles.less */
@font-face {
  font-family: "anticon";
  font-style: normal;
  font-weight: 400;
  src: url("./media/TQIWQtsYKOXNRhaAKZDR.ttf") format("truetype");
}
html body {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  color: #000000;
}
html body ul,
html body p {
  margin: 0;
  padding: 0;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.cursor {
  cursor: pointer;
}
.not-allow {
  cursor: not-allowed;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.display-none {
  display: none !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-bottom {
  vertical-align: bottom;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ellipsis-nowidth {
  width: 0;
  min-width: 100%;
}
.multiline-ellipsis {
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.word-break {
  word-break: break-all;
}
.white-space-wrap {
  white-space: pre-wrap;
}
.opacity-80 {
  opacity: 0.8;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.flex {
  display: flex;
}
.direction-column {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.item-center {
  align-items: center;
}
.self-center {
  align-self: center;
}
.item-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.align-start {
  align-items: flex-start;
}
.h6 {
  height: 6px !important;
}
.h20 {
  height: 20px !important;
}
.h30 {
  height: 30px !important;
}
.h32 {
  height: 32px !important;
}
.h44 {
  height: 44px !important;
}
.h54 {
  height: 54px !important;
}
.h64 {
  height: 64px !important;
}
.h120 {
  height: 120px !important;
}
.mh200 {
  max-height: 200px !important;
}
.minh40 {
  min-height: 40px !important;
}
.minh-100 {
  min-height: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-100vh {
  height: 100vh !important;
}
.lh20 {
  height: 20px !important;
  line-height: 20px !important;
}
.lh32 {
  height: 32px !important;
  line-height: 32px !important;
}
.lh40 {
  height: 40px !important;
  line-height: 40px !important;
}
.lh120 {
  height: 120px !important;
  line-height: 120px !important;
}
.w0 {
  width: 0px !important;
}
.w6 {
  width: 6px !important;
}
.w20 {
  width: 20px !important;
}
.w40 {
  width: 40px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px !important;
}
.w235 {
  width: 235px !important;
}
.w240 {
  width: 240px !important;
}
.w250 {
  width: 250px !important;
}
.w280 {
  width: 280px !important;
}
.w300 {
  width: 300px !important;
}
.w236 {
  width: 236px !important;
}
.w256 {
  width: 256px !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-80 {
  width: 80% !important;
}
.w-100 {
  width: 100% !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw220 {
  max-width: 220px !important;
}
.mw250 {
  max-width: 250px !important;
}
.mw270 {
  max-width: 270px !important;
}
.mw272 {
  max-width: 272px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw300 {
  max-width: 300px !important;
}
.mw360 {
  max-width: 360px !important;
}
.mw-60 {
  max-width: 60% !important;
}
.minw300 {
  min-width: 300px !important;
}
#u260_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64705882);
}
#u260 {
  border-width: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64705882);
}
#u260 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u260_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u263_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64705882);
}
#u263 {
  border-width: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64705882);
}
#u263 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u263_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u527_div {
  border-width: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 14px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64705882);
}
#u527 {
  border-width: 0px;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64705882);
}
#u527 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u527_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
}
#u488 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 15px;
  display: flex;
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
}
#u488 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u488_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 15px;
}
#u488_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1015 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11px;
  height: 11px;
  display: flex;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: none;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #b314e3;
}
#u1015 .text {
  position: absolute;
  left: 0px;
  top: 0px;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u1015_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11px;
  height: 11px;
}
#u1015_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u372_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11px;
  height: 11px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #b314e3;
}
#u372 {
  border-width: 0px;
  position: absolute;
  top: 0px;
  width: 11px;
  height: 11px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #b314e3;
}
#u372 .text {
  position: absolute;
  left: 0px;
  top: 0px;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u372_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u432_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
}
#u433 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  display: flex;
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #FFFFFF;
}
#u433 .text {
  position: absolute;
  align-self: center;
  text-align: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u433_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
}
#u433_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
}
#u437_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u437 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u437 .text {
  position: absolute;
  align-self: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u437_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u438_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u438 {
  border-width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u438 .text {
  position: absolute;
  align-self: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u438_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u441_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u441 {
  border-width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u441 .text {
  position: absolute;
  align-self: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u441_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u440_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u440 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "NotoSansSC",
    "Noto Sans SC",
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
#u440 .text {
  position: absolute;
  align-self: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u440_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u893_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #1E98D7;
}
#u893 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #b314e3;
}
#u893 .text {
  position: absolute;
  left: 0px;
  top: 0px;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u893_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u1135_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #1E98D7;
}
#u1135 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #b314e3;
}
#u1135 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u1135_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u1124_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #b314e3;
}
#u1124 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "Anticon Medium",
    "Anticon",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #b314e3;
}
#u1124 .text {
  position: absolute;
  left: 0px;
  top: 0px;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u1124_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u699 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  display: flex;
  transition: none;
}
#u699 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u699_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
#u699_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1176 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 555px;
  display: flex;
  transition: none;
}
#u1176 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1176_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 555px;
}
#u1176_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u475 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  display: flex;
  transition: none;
}
#u475 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u475_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
#u475_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u560_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#u560 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#u560 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
  top: 0;
}
#u560_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u1307 {
  border-width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
}
#u1307 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1307_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
}
#u1307_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1313 {
  border-width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: flex;
  transition: none;
}
#u1313 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1313_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
}
#u1313_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1541 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  display: flex;
  transition: none;
}
#u1541 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1541_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
}
#u1541_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1542 {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  display: flex;
  transition: none;
}
#u1542 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1542_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
#u1542_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1560_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64705882);
}
#u1560 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "anticon",
    "anticon Medium",
    sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
#u1560 .text {
  position: absolute;
  align-self: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u1560_text {
  border-width: 0px;
  white-space: nowrap;
  text-transform: none;
}
#u1563 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 2px;
  display: flex;
  -webkit-transform: rotate(43.57649928deg);
  -moz-transform: rotate(43.57649928deg);
  -ms-transform: rotate(43.57649928deg);
  transform: rotate(43.57649928deg);
  transition: none;
  color: #5A5A5A;
}
#u1563 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1563_img {
  border-width: 0px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 18px;
  height: 5px;
}
#u1563_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
#u1569_div {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 142px;
  height: 28px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  filter: drop-shadow(none);
  transition: none;
  font-family:
    "PingFangSC-Regular",
    "PingFang SC",
    sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#u1569 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 142px;
  height: 28px;
  display: flex;
  transition: none;
  transform-origin: 50% 50%;
  font-family:
    "PingFangSC-Regular",
    "PingFang SC",
    sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#u1569 .text {
  position: absolute;
  align-self: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  width: 100%;
}
#u1569_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
}
#u1621 {
  border-width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: flex;
  transition: none;
}
#u1621 .text {
  position: absolute;
  align-self: center;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  width: 100%;
}
#u1621_img {
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
#u1621_text {
  border-width: 0px;
  word-wrap: break-word;
  text-transform: none;
  visibility: hidden;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p16 {
  padding: 16px !important;
}
.p20 {
  padding: 20px !important;
}
.p24 {
  padding: 24px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.pr22 {
  padding-right: 22px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.pv2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.pv4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pv6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pv16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ph6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.margin-auto {
  margin: 0 auto;
}
.m0 {
  margin: 0 !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr42 {
  margin-right: 42px !important;
}
.mr52 {
  margin-right: 52px !important;
}
.mr56 {
  margin-right: 56px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.mh-16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mv-12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.mv6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mv16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.bg_color_f0f2f5 {
  background-color: #f0f2f5;
}
.bg_color_fff {
  background-color: #ffffff;
}
.bg_color_ff7159_33 {
  background-color: #980fc233;
}
.bg_color_000000_1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg_color_000000 {
  background-color: #000000;
}
.bg_color_f1f4f7 {
  background-color: #f1f4f7;
}
.bg_color_e5ddd5 {
  background-color: #e5ddd5;
}
.bg_color_f5 {
  background-color: #f5f5f5;
}
.bg_color_1e {
  background-color: #1e1e1e;
}
.bg_color_primary {
  background-color: #b314e3;
}
.bg_color_primary_light {
  background-color: #e1b3ef;
}
.bg_color_f8fafc {
  background-color: #f8fafc;
}
.color_00a5f4 {
  color: #00a5f4;
}
.color_ed654b {
  color: #b314e3;
}
.color_000000 {
  color: #000000;
}
.color_000000_25 {
  color: rgba(0, 0, 0, 0.25);
}
.color_000000_45 {
  color: rgba(0, 0, 0, 0.45);
}
.color_000000_65 {
  color: rgba(0, 0, 0, 0.65);
}
.color_000000_85 {
  color: rgba(0, 0, 0, 0.85);
}
.color_fff {
  color: #ffffff !important;
}
.color_red {
  color: red;
}
.color_75d779 {
  color: #75d779;
}
.color_primary {
  color: #b314e3 !important;
}
.color_0F172A {
  color: #0F172A;
}
.color_64748B {
  color: #64748B;
}
.color_1daa61 {
  color: #1daa61 !important;
}
.color_3B82F6 {
  color: #3B82F6 !important;
}
.color_8B5CF6 {
  color: #8B5CF6 !important;
}
.color_475569 {
  color: #475569 !important;
}
.color_6B7280 {
  color: #6B7280 !important;
}
.color_111827 {
  color: #111827 !important;
}
.color_10B981 {
  color: #10B981 !important;
}
.color_52c41a {
  color: #52c41a !important;
}
.color_faad14 {
  color: #faad14 !important;
}
.color_f5222d {
  color: #f5222d !important;
}
.color_1890ff {
  color: #1890ff !important;
}
.color_f59e0b {
  color: #f59e0b !important;
}
.color_d9 {
  color: #d9d9d9 !important;
}
.border2 {
  border-radius: 2px;
}
.border4 {
  border-radius: 4px;
}
.border6 {
  border-radius: 6px;
}
.border8 {
  border-radius: 8px;
}
.border12 {
  border-radius: 12px;
}
.border-50 {
  border-radius: 50%;
}
.border_bottom_f0f0f0 {
  border-bottom: 1px solid #f0f0f0;
}
.border_top_f0f0f0 {
  border-top: 1px solid #f0f0f0;
}
.border_top_e8e8e8 {
  border-top: 1px solid #e8e8e8;
}
.border_bottom_e8e8e8 {
  border-bottom: 1px solid #e8e8e8;
}
.fz12 {
  font-size: 12px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz26 {
  font-size: 26px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz30 {
  font-size: 30px !important;
}
.fz32 {
  font-size: 32px !important;
}
.fz36 {
  font-size: 36px !important;
}
.fz48 {
  font-size: 48px !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fwb {
  font-weight: bold !important;
}
.page-all-layout {
  position: relative;
  text-align: right;
}
.page-all-layout .ant-pagination-total-text {
  position: absolute;
  left: 0;
}
.layout-center .ant-table-thead > tr > th,
.layout-center .ant-table-tbody > tr > td {
  text-align: center;
}
.flow-preview-modal .ant-modal-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.flow-preview-modal .ant-modal-body {
  padding: 0 !important;
  background: transparent !important;
}
.flow-preview-modal .ant-modal-close {
  display: none !important;
}
.flow-preview-modal + .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.gap4 {
  gap: 2px;
}
.gap4 {
  gap: 4px;
}
.gap8 {
  gap: 8px;
}
.gap10 {
  gap: 10px;
}
.gap12 {
  gap: 12px;
}
.gap16 {
  gap: 16px;
}
.gap20 {
  gap: 20px;
}
.delete-btn {
  border-color: #625d5c;
  background: #625d5c;
  color: #fff;
}
.delete-btn:hover,
.delete-btn:active,
.delete-btn:focus {
  border-color: #625d5c;
  background: #625d5c;
  color: #fff;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
