@charset "UTF-8";html {
  box-sizing: border-box;
}

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

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

a:hover,
a:link,
a:visited,
a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

input,
textarea {
  outline: none;
  border: none;
  resize: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#app {
  width: 100%;
  height: 100%;
}

/* transition fade-slide */
.fade-slide-leave-active,
.fade-slide-enter-active {
  transition: all 0.3s;
}

.fade-slide-enter-from {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-slide-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* 自定义滚动条样式 */
.kl-scroll {
  overflow: auto;
}
.kl-scroll::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

.kl-scroll-x {
  overflow-x: auto;
}
.kl-scroll-x::-webkit-scrollbar {
  width: 0;
  height: 8px;
}

.kl-scroll-y {
  overflow-y: auto;
}
.kl-scroll-y::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.kl-scroll::-webkit-scrollbar-thumb,
.kl-scroll-x::-webkit-scrollbar-thumb,
.kl-scroll-y::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
}
.kl-scroll::-webkit-scrollbar-thumb:hover,
.kl-scroll-x::-webkit-scrollbar-thumb:hover,
.kl-scroll-y::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.n-modal .n-card-header {
  padding: 17px 24px;
  border-bottom: 1px solid #ecedf2;
  font-size: 16px;
}
.n-modal .n-card__content {
  padding: 32px;
}
.n-modal .n-card__footer {
  padding: 12px 24px;
  border-top: 1px solid #ecedf2;
}

.n-input-wrapper,
.n-base-selection-label {
  background: #fff !important;
}

.n-input--disabled .n-input-wrapper,
.n-input--disabled .n-base-selection-label,
.n-input--disabled .n-base-selection-tags,
.n-base-selection--disabled .n-input-wrapper,
.n-base-selection--disabled .n-base-selection-label,
.n-base-selection--disabled .n-base-selection-tags {
  background-color: #f2f3f5 !important;
}

.n-data-table .n-data-table-base-table-body .n-data-table-tr:not(.n-data-table-tr--summary) {
  height: 60px;
}
.n-data-table .n-data-table-base-table-body .n-data-table-td--summary {
  padding: 4px 12px !important;
  background: #f7f8fa !important;
  height: 0px !important;
}
.n-data-table .n-data-table-base-table-header .n-data-table-tr {
  height: 56px;
}
.n-data-table .n-pagination-quick-jumper .n-input-wrapper .n-input__input-el {
  text-align: center;
}
.n-data-table .n-pagination {
  width: 100%;
  height: 53px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}
.n-data-table .n-pagination .n-pagination-prefix {
  color: #1d2129;
  margin-right: auto;
}

.n-card-header .n-base-icon {
  background: #fff !important;
}

.n-card .n-base-close::before {
  background-color: #fff !important;
}

.n-data-table .n-form-item-feedback-wrapper {
  min-height: 0;
}
.n-data-table .n-form-item-feedback-wrapper:not(:empty) {
  min-height: 24px;
}

.n-message-container.n-message-container--top {
  top: 60px;
}

.home-outer .option-item:hover .n-ellipsis > span {
  color: #0e67dc;
}
.home-outer .option-item.margin-top-8 {
  margin-top: 8px;
}
.home-outer .option-item.margin-bottom-8 {
  margin-bottom: 8px;
}

.n-data-table .n-scrollbar > .n-scrollbar-container {
  margin-bottom: -1px;
}

.n-data-table .n-data-table-td.n-data-table-td--last-row {
  border-bottom: 1px solid var(--n-merged-border-color);
}

.bottom-bar > span {
  line-height: 29px;
}

.n-message {
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 20px;
}

.n-form-item.n-form-item--left-labelled .n-form-item-label {
  grid-template-columns: auto 1fr;
}

.dialog--submit-hint-langs .hint-langs--submit-dialog {
  max-height: 336px;
  overflow-y: auto;
  line-height: 28px;
}

.WeComInfo_normal .n-data-table-base-table-header {
  overflow: auto;
}
.WeComInfo_normal .n-data-table-base-table-header::-webkit-scrollbar {
  display: none;
}
.WeComInfo_normal ::-webkit-scrollbar {
  width: 9px !important;
  height: 8px !important;
}

.n-base-select-menu .n-base-select-option.n-base-select-option--selected.n-base-select-option--pending::before {
  background: rgba(14, 103, 218, 0.1) !important;
}

.n-base-select-menu .n-base-select-option {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.n-data-table .n-data-table-th {
  padding-left: 16px;
  padding-right: 16px;
}

.n-data-table-resize-button {
  right: 0 !important;
}.h-full {
  height: 100%;
}

.wh-full {
  width: 100%;
  height: 100%;
}

.m-auto {
  margin: auto;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.f-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.auto-bg {
  background-color: rgb(255, 255, 255);
}

.pointer {
  cursor: pointer;
}@font-face {
  font-family: "iconfont"; /* Project id 4484897 */
  src: url('/assets/iconfont-b501ae91.eot?t=1764740812216'); /* IE9 */
  src: url('/assets/iconfont-b501ae91.eot?t=1764740812216#iefix') format('embedded-opentype'), 
       url('/assets/iconfont-61094adb.woff2?t=1764740812216') format('woff2'),
       url('/assets/iconfont-07becbad.woff?t=1764740812216') format('woff'),
       url('/assets/iconfont-4aea5322.ttf?t=1764740812216') format('truetype'),
       url('/assets/iconfont-d37f0fdc.svg?t=1764740812216#iconfont') format('svg');
}

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

.icon-AIzhinengti:before {
  content: "\e7e7";
}

.icon-OCRwendangshibie:before {
  content: "\e7e6";
}

.icon-tongxunlu:before {
  content: "\e7e5";
}

.icon-message:before {
  content: "\e7e4";
}

.icon-xuanzhuan:before {
  content: "\e7e0";
}

.icon-suoxiao:before {
  content: "\e7e1";
}

.icon-fangda:before {
  content: "\e7e2";
}

.icon-dengbili:before {
  content: "\e7e3";
}

.icon-discountAndActivity:before {
  content: "\e7df";
}

.icon-quxiaozhuanhuan:before {
  content: "\e7de";
}

.icon-huiyi:before {
  content: "\e7dc";
}

.icon-richeng:before {
  content: "\e7dd";
}

.icon-zhuanfa1:before {
  content: "\e658";
}

.icon-bianji-2:before {
  content: "\e7db";
}

.icon-zhuanfa:before {
  content: "\e7da";
}

.icon-yuyinzhuanwenzi:before {
  content: "\e7d9";
}

.icon-fuzhi:before {
  content: "\e7d8";
}

.icon-yinyong:before {
  content: "\e7d6";
}

.icon-chehui:before {
  content: "\e7d7";
}

.icon-wuwangluo:before {
  content: "\e7d5";
}

.icon-shanchu:before {
  content: "\e7d4";
}

.icon-yuyin1:before {
  content: "\e7d1";
}

.icon-biaoqingbao:before {
  content: "\e7d2";
}

.icon-wenzi:before {
  content: "\e7d3";
}

.icon-file-new1:before {
  content: "\e7d0";
}

.icon-file-new:before {
  content: "\e7cf";
}

.icon-unordered-list-new:before {
  content: "\e7c4";
}

.icon-caifu-new:before {
  content: "\e7c5";
}

.icon-shangcheng-new:before {
  content: "\e7c6";
}

.icon-user-add-new:before {
  content: "\e7c7";
}

.icon-a-generalbingzhuangtu-new:before {
  content: "\e7c8";
}

.icon-folder-new:before {
  content: "\e7c9";
}

.icon-calendar02-new:before {
  content: "\e7ca";
}

.icon-common-new:before {
  content: "\e7cb";
}

.icon-history-new:before {
  content: "\e7cc";
}

.icon-biaodankongjiantubiao-fenzu-new:before {
  content: "\e7cd";
}

.icon-biaodankongjiantubiao-tupianshangchuan-new:before {
  content: "\e7ce";
}

.icon-edit-new:before {
  content: "\e7be";
}

.icon-qianbao-new:before {
  content: "\e7bf";
}

.icon-cheliangguanli-new:before {
  content: "\e7c0";
}

.icon-a-generalkanbanshitu-new:before {
  content: "\e7c1";
}

.icon-home-1-new:before {
  content: "\e7c2";
}

.icon-home-new:before {
  content: "\e7c3";
}

.icon-user-group-new:before {
  content: "\e7ba";
}

.icon-home-2-new:before {
  content: "\e7bb";
}

.icon-desktop-new:before {
  content: "\e7bc";
}

.icon-image-new:before {
  content: "\e7bd";
}

.icon-biaodankongjiantubiao-biaoge-new:before {
  content: "\e7b7";
}

.icon-interaction-new:before {
  content: "\e7b8";
}

.icon-biaodankongjiantubiao-shijianfanwei-new:before {
  content: "\e7b9";
}

.icon-tongxunlu-N-new:before {
  content: "\e7b0";
}

.icon-zidingyimenhu-new:before {
  content: "\e7b1";
}

.icon-a-generalzhexiantu-new:before {
  content: "\e7b2";
}

.icon-mobile-new:before {
  content: "\e7b3";
}

.icon-fuwenben-new:before {
  content: "\e7b4";
}

.icon-storage-new:before {
  content: "\e7b5";
}

.icon-camera-new:before {
  content: "\e7b6";
}

.icon-share-alt-new:before {
  content: "\e7aa";
}

.icon-biaodankongjian-yinhangka-1-new:before {
  content: "\e7ab";
}

.icon-a-generalkapianshitu-new:before {
  content: "\e7ac";
}

.icon-biaodankongjiantubiao-renyuan-2-new:before {
  content: "\e7ad";
}

.icon-biaodankongjian-yinhangka-new:before {
  content: "\e7ae";
}

.icon-biaodankongjiantubiao-renyuan-new:before {
  content: "\e7af";
}

.icon-yinyongbiaodan-new:before {
  content: "\e7a6";
}

.icon-shitusheji1-new:before {
  content: "\e7a7";
}

.icon-stamp-new:before {
  content: "\e7a8";
}

.icon-a-generalzhuzhuangtu-new:before {
  content: "\e7a9";
}

.icon-qian-1-new:before {
  content: "\e79d";
}

.icon-a-Addressbook-new:before {
  content: "\e79e";
}

.icon-liebiaoshitu-new:before {
  content: "\e79f";
}

.icon-biaodankongjiantubiao-shujuguanlian-new:before {
  content: "\e7a0";
}

.icon-rizhichaxun-new:before {
  content: "\e7a1";
}

.icon-shuzhi-new:before {
  content: "\e7a2";
}

.icon-pen-new:before {
  content: "\e7a3";
}

.icon-baobiaosheji-new:before {
  content: "\e7a4";
}

.icon-gantetu-new:before {
  content: "\e7a5";
}

.icon-apps-new:before {
  content: "\e793";
}

.icon-a-ProcessCenter-new:before {
  content: "\e794";
}

.icon-settings-new:before {
  content: "\e795";
}

.icon-public-new:before {
  content: "\e796";
}

.icon-calendar1-new:before {
  content: "\e797";
}

.icon-qian-new:before {
  content: "\e798";
}

.icon-yuyan-new:before {
  content: "\e799";
}

.icon-tool-new:before {
  content: "\e79a";
}

.icon-a-generalcengjishitu-new:before {
  content: "\e79b";
}

.icon-settings-1-new:before {
  content: "\e79c";
}

.icon-piliangzhipai:before {
  content: "\e792";
}

.icon-caiwu-2-new:before {
  content: "\e788";
}

.icon-caiwu-new:before {
  content: "\e789";
}

.icon-Union-1-new:before {
  content: "\e78a";
}

.icon-Union-new:before {
  content: "\e78b";
}

.icon-yingyongsheji-caidan-new:before {
  content: "\e78c";
}

.icon-caiwu-1-new:before {
  content: "\e78d";
}

.icon-zhibiaoka-new:before {
  content: "\e78e";
}

.icon-Union-2-new:before {
  content: "\e78f";
}

.icon-apps1-new:before {
  content: "\e790";
}

.icon-biaodankongjiantubiao-riqifanwei-new:before {
  content: "\e791";
}

.icon-remenIcon:before {
  content: "\e62b";
}

.icon-bingtu1-L:before {
  content: "\e787";
}

.icon-dayinji1-L:before {
  content: "\e786";
}

.icon-lianjie1-L:before {
  content: "\e73d";
}

.icon-canyin3-L1:before {
  content: "\e73e";
}

.icon-xiangji1-L:before {
  content: "\e73f";
}

.icon-qiche1-L:before {
  content: "\e741";
}

.icon-vip1-l:before {
  content: "\e742";
}

.icon-yinzhang1-L:before {
  content: "\e744";
}

.icon-biaoge1-L:before {
  content: "\e74d";
}

.icon-liucheng1-L:before {
  content: "\e77f";
}

.icon-huaxue1-L:before {
  content: "\e780";
}

.icon-xunhuan2-M:before {
  content: "\e781";
}

.icon-shijian1-L:before {
  content: "\e782";
}

.icon-fenxiang1-L:before {
  content: "\e783";
}

.icon-loudou1-L:before {
  content: "\e784";
}

.icon-biaoqian1-L:before {
  content: "\e785";
}

.icon-canyin3-L:before {
  content: "\e73a";
}

.icon-xiaoxi:before {
  content: "\e77d";
}

.icon-a-1:before {
  content: "\e77e";
}

.icon-tubiaosheji-sandiantu:before {
  content: "\e778";
}

.icon-tubiaosheji-mianjitu:before {
  content: "\e779";
}

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

.icon-tubiaosheji-ditu:before {
  content: "\e77b";
}

.icon-tubiaosheji-leida:before {
  content: "\e77c";
}

.icon-hangshizheng:before {
  content: "\e775";
}

.icon-jiashizheng:before {
  content: "\e776";
}

.icon-shebaoka:before {
  content: "\e777";
}

.icon-unlink:before {
  content: "\e774";
}

.icon-idcard1:before {
  content: "\e773";
}

.icon-pingpuduoxuan:before {
  content: "\e76b";
}

.icon-xiadanduoxuan:before {
  content: "\e772";
}

.icon-baobiaohuizong:before {
  content: "\e769";
}

.icon-catering02:before {
  content: "\e76a";
}

.icon-catering01:before {
  content: "\e75f";
}

.icon-home-03:before {
  content: "\e760";
}

.icon-home-02:before {
  content: "\e761";
}

.icon-home-01:before {
  content: "\e762";
}

.icon-building03:before {
  content: "\e763";
}

.icon-building02:before {
  content: "\e764";
}

.icon-building01:before {
  content: "\e765";
}

.icon-application05:before {
  content: "\e766";
}

.icon-application04:before {
  content: "\e767";
}

.icon-application03:before {
  content: "\e768";
}

.icon-application02:before {
  content: "\e759";
}

.icon-application01:before {
  content: "\e75a";
}

.icon-form05:before {
  content: "\e75b";
}

.icon-form4:before {
  content: "\e75c";
}

.icon-form03:before {
  content: "\e75d";
}

.icon-form02:before {
  content: "\e75e";
}

.icon-form01:before {
  content: "\e74e";
}

.icon-menu03:before {
  content: "\e74f";
}

.icon-menu02:before {
  content: "\e750";
}

.icon-menu01:before {
  content: "\e751";
}

.icon-list05:before {
  content: "\e752";
}

.icon-list04:before {
  content: "\e753";
}

.icon-list03:before {
  content: "\e754";
}

.icon-list02:before {
  content: "\e755";
}

.icon-list1:before {
  content: "\e756";
}

.icon-bianji03:before {
  content: "\e757";
}

.icon-bianji02:before {
  content: "\e758";
}

.icon-bianji01:before {
  content: "\e74a";
}

.icon-wenjianjia1-L:before {
  content: "\e74b";
}

.icon-folder02-L:before {
  content: "\e74c";
}

.icon-pic3-L:before {
  content: "\e743";
}

.icon-pic1-L:before {
  content: "\e745";
}

.icon-money5-L:before {
  content: "\e746";
}

.icon-money4-L:before {
  content: "\e747";
}

.icon-money3-L:before {
  content: "\e748";
}

.icon-money2-L:before {
  content: "\e749";
}

.icon-money1-L:before {
  content: "\e739";
}

.icon-Form6-L:before {
  content: "\e73b";
}

.icon-Form5-L:before {
  content: "\e73c";
}

.icon-Form3-L:before {
  content: "\e740";
}

.icon-Form2-L:before {
  content: "\e730";
}

.icon-Form1-L:before {
  content: "\e731";
}

.icon-user4-L:before {
  content: "\e732";
}

.icon-user3-L:before {
  content: "\e733";
}

.icon-user2-L:before {
  content: "\e726";
}

.icon-user1-L:before {
  content: "\e727";
}

.icon-shopping4-L:before {
  content: "\e728";
}

.icon-shopping3-L:before {
  content: "\e72a";
}

.icon-shopping2-L:before {
  content: "\e72d";
}

.icon-shopping1-L:before {
  content: "\e72e";
}

.icon-setting3-L:before {
  content: "\e72f";
}

.icon-setting2-L:before {
  content: "\e723";
}

.icon-setting1-L:before {
  content: "\e725";
}

.icon-liancha:before {
  content: "\e601";
}

.icon-xuanzebiaodan:before {
  content: "\e771";
}

.icon-scan:before {
  content: "\e76f";
}

.icon-dayin:before {
  content: "\e76e";
}

.icon-caidanguanli:before {
  content: "\e76d";
}

.icon-erweima:before {
  content: "\e76c";
}

.icon-link-select:before {
  content: "\e722";
}

.icon-jiantou-youhua:before {
  content: "\e624";
}

.icon-jiantou-zuohua:before {
  content: "\e625";
}

.icon-a-biaodankongjiandingwei:before {
  content: "\e721";
}

.icon-a-Frame427319244:before {
  content: "\e720";
}

.icon-hot-word:before {
  content: "\e63c";
}

.icon-a-Frame1912055109:before {
  content: "\e657";
}

.icon-liuchengzhongxin:before {
  content: "\e655";
}

.icon-home2:before {
  content: "\e656";
}

.icon-yishezhi:before {
  content: "\e618";
}

.icon-a-Frame1912055121:before {
  content: "\e63a";
}

.icon-a-Frame1912055117:before {
  content: "\e63e";
}

.icon-Union:before {
  content: "\e63f";
}

.icon-a-VectorStroke:before {
  content: "\e654";
}

.icon-jixubofang:before {
  content: "\e71f";
}

.icon-zanting1:before {
  content: "\e71b";
}

.icon-koushushenpi:before {
  content: "\e716";
}

.icon-zhinengbobao:before {
  content: "\e717";
}

.icon-zhinengchaxun:before {
  content: "\e718";
}

.icon-zanting:before {
  content: "\e711";
}

.icon-jixu:before {
  content: "\e713";
}

.icon-queren:before {
  content: "\e714";
}

.icon-quxiao:before {
  content: "\e715";
}

.icon-bofang:before {
  content: "\e70d";
}

.icon-boyin:before {
  content: "\e70e";
}

.icon-camera1:before {
  content: "\e70b";
}

.icon-qiehuanqiye:before {
  content: "\e70a";
}

.icon-zidingyicaozuo:before {
  content: "\e709";
}

.icon-a-ProcessCenter-p:before {
  content: "\e707";
}

.icon-liuchengtuzhang:before {
  content: "\e706";
}

.icon-yongliangguanli:before {
  content: "\e648";
}

.icon-fuwudingdan:before {
  content: "\e651";
}

.icon-Licensetongjiguanli:before {
  content: "\e652";
}

.icon-jiantou-shanghua:before {
  content: "\e622";
}

.icon-jiantou-xiahua:before {
  content: "\e623";
}

.icon-yuyan:before {
  content: "\e705";
}

.icon-biaodankongjian-yinhangka:before {
  content: "\e704";
}

.icon-yingyongzhongxin:before {
  content: "\e701";
}

.icon-yuyin:before {
  content: "\e702";
}

.icon-xiaoluzhushou:before {
  content: "\e703";
}

.icon-caifu:before {
  content: "\e6f9";
}

.icon-qianbao:before {
  content: "\e6fc";
}

.icon-caiwu:before {
  content: "\e6fd";
}

.icon-qian:before {
  content: "\e6fe";
}

.icon-caiwu-1:before {
  content: "\e6ff";
}

.icon-call:before {
  content: "\e639";
}

.icon-Frame:before {
  content: "\e629";
}

.icon-yingyong-N:before {
  content: "\e6f3";
}

.icon-shouye-N:before {
  content: "\e6f7";
}

.icon-yingyong-P:before {
  content: "\e6d3";
}

.icon-tongxunlu-N:before {
  content: "\e6d4";
}

.icon-shouye-P:before {
  content: "\e6d5";
}

.icon-tongxunlu-p:before {
  content: "\e6ef";
}

.icon-biaodankongjian-danlianguanxuan:before {
  content: "\e6d2";
}

.icon-cloud-download:before {
  content: "\e6ec";
}

.icon-check1:before {
  content: "\e6f1";
}

.icon-a-tipsminus:before {
  content: "\e6f0";
}

.icon-biaodankongjian-guanlianduoxuan:before {
  content: "\e6e9";
}

.icon-command1:before {
  content: "\e6e7";
}

.icon-cheliangguanli:before {
  content: "\e6e0";
}

.icon-jiudianguanli:before {
  content: "\e6e3";
}

.icon-gongshijisuan:before {
  content: "\e6df";
}

.icon-shangchuanzhishangcheng:before {
  content: "\e617";
}

.icon-link:before {
  content: "\e616";
}

.icon-wenzishibie:before {
  content: "\e6de";
}

.icon-caogao:before {
  content: "\e6dc";
}

.icon-yingyongmokuai:before {
  content: "\e631";
}

.icon-xitongshezhi:before {
  content: "\e633";
}

.icon-guanwangpeizhi:before {
  content: "\e634";
}

.icon-zuhuguanli:before {
  content: "\e635";
}

.icon-home1:before {
  content: "\e638";
}

.icon-qudaoguanli:before {
  content: "\e62f";
}

.icon-zhibiaoka:before {
  content: "\e612";
}

.icon-quzhong:before {
  content: "\e613";
}

.icon-zhinengzhushou:before {
  content: "\e6db";
}

.icon-baobiaosheji:before {
  content: "\e6d8";
}

.icon-shitusheji1:before {
  content: "\e6d9";
}

.icon-zidingyimenhu:before {
  content: "\e68d";
}

.icon-shangcheng:before {
  content: "\e6d6";
}

.icon-yonghushouye:before {
  content: "\e6d7";
}

.icon-yingyongsheji-caidan:before {
  content: "\e6d1";
}

.icon-liuchengzhongxin-caidan:before {
  content: "\e6cb";
}

.icon-rizhichaxun:before {
  content: "\e6cd";
}

.icon-liuchengjiankong:before {
  content: "\e6c9";
}

.icon-biaodankongjiantubiao-xialaxuanze:before {
  content: "\e6c8";
}

.icon-biaodankongjiantubiao-renyuan:before {
  content: "\e6bb";
}

.icon-biaodankongjiantubiao-kaiguan:before {
  content: "\e6bc";
}

.icon-biaodankongjiantubiao-diqu:before {
  content: "\e6bd";
}

.icon-biaodankongjiantubiao-duohangxianshi:before {
  content: "\e6be";
}

.icon-biaodankongjiantubiao-danhangshuru:before {
  content: "\e6bf";
}

.icon-biaodankongjiantubiao-duohangshuru:before {
  content: "\e6c0";
}

.icon-biaodankongjiantubiao-bumen:before {
  content: "\e6c2";
}

.icon-biaodankongjiantubiao-danxuan:before {
  content: "\e6c4";
}

.icon-biaodankongjiantubiao-biaoge:before {
  content: "\e6c5";
}

.icon-biaodankongjiantubiao-danhangxianshi:before {
  content: "\e6c6";
}

.icon-biaodankongjiantubiao-fujianshangchuan:before {
  content: "\e6a7";
}

.icon-biaodankongjiantubiao-shijianxuanze:before {
  content: "\e6aa";
}

.icon-biaodankongjiantubiao-shuzhijisuan:before {
  content: "\e6ad";
}

.icon-biaodankongjiantubiao-bianhao:before {
  content: "\e6af";
}

.icon-biaodankongjiantubiao-wenbenbiaoti:before {
  content: "\e6b1";
}

.icon-biaodankongjiantubiao-riqixuanze:before {
  content: "\e6b2";
}

.icon-biaodankongjiantubiao-tupianshangchuan:before {
  content: "\e6b3";
}

.icon-biaodankongjiantubiao-riqifanwei:before {
  content: "\e6b4";
}

.icon-biaodankongjiantubiao-shujuguanlian:before {
  content: "\e6b5";
}

.icon-biaodankongjiantubiao-fuwenben:before {
  content: "\e6b6";
}

.icon-biaodankongjiantubiao-duoxuan:before {
  content: "\e6b7";
}

.icon-yinyongbiaodan:before {
  content: "\e6b8";
}

.icon-biaodankongjiantubiao-shijianfanwei:before {
  content: "\e6b9";
}

.icon-biaodankongjiantubiao-fenzu:before {
  content: "\e6ba";
}

.icon-mp4:before {
  content: "\e6a5";
}

.icon-txt:before {
  content: "\e68e";
}

.icon-Unknown:before {
  content: "\e690";
}

.icon-Word:before {
  content: "\e692";
}

.icon-excel:before {
  content: "\e693";
}

.icon-Png:before {
  content: "\e697";
}

.icon-jpg:before {
  content: "\e69b";
}

.icon-default:before {
  content: "\e69c";
}

.icon-pdf:before {
  content: "\e69f";
}

.icon-File-zip:before {
  content: "\e6a3";
}

.icon-ppt:before {
  content: "\e6a4";
}

.icon-edit-fuwenben:before {
  content: "\e68b";
}

.icon-biaodansheji-buju-zuoyou:before {
  content: "\e687";
}

.icon-biaodansheji-buju-shangxia:before {
  content: "\e688";
}

.icon-tuichudenglu:before {
  content: "\e61c";
}

.icon-suo:before {
  content: "\e61d";
}

.icon-safe:before {
  content: "\e611";
}

.icon-shejiquanxian:before {
  content: "\e610";
}

.icon-a-folder-addchuangjianfenzu:before {
  content: "\e60f";
}

.icon-apps1:before {
  content: "\e615";
}

.icon-liebiaoshitu:before {
  content: "\e685";
}

.icon-a-generalzhuzhuangtu:before {
  content: "\e686";
}

.icon-a-generalzhexiantu:before {
  content: "\e684";
}

.icon-a-generalbingzhuangtu:before {
  content: "\e67f";
}

.icon-a-generalcengjishitu:before {
  content: "\e680";
}

.icon-gantetu:before {
  content: "\e681";
}

.icon-a-generalkapianshitu:before {
  content: "\e682";
}

.icon-a-generalkanbanshitu:before {
  content: "\e683";
}

.icon-a-generalpushpin-select:before {
  content: "\e67e";
}

.icon-a-generalpushpin:before {
  content: "\e66a";
}

.icon-a-generaldrag-dot:before {
  content: "\e664";
}

.icon-a-generaldrag-dot-vertical:before {
  content: "\e679";
}

.icon-calendar02:before {
  content: "\e67d";
}

.icon-schedule_clock:before {
  content: "\e673";
}

.icon-calendar1:before {
  content: "\e674";
}

.icon-calendar_clock:before {
  content: "\e675";
}

.icon-schedule1:before {
  content: "\e677";
}

.icon-underline:before {
  content: "\e67a";
}

.icon-italic:before {
  content: "\e67b";
}

.icon-bold:before {
  content: "\e67c";
}

.icon-danhangshuru:before {
  content: "\e670";
}

.icon-xialaxuanze:before {
  content: "\e66c";
}

.icon-duohangshuru:before {
  content: "\e66d";
}

.icon-shuzhi:before {
  content: "\e65e";
}

.icon-kaiguan:before {
  content: "\e65f";
}

.icon-gongshi:before {
  content: "\e661";
}

.icon-fuwenben:before {
  content: "\e662";
}

.icon-danxuan:before {
  content: "\e669";
}

.icon-user01:before {
  content: "\e738";
}

.icon-Jump:before {
  content: "\e737";
}

.icon-ying:before {
  content: "\e734";
}

.icon-fan:before {
  content: "\e735";
}

.icon-zhong:before {
  content: "\e736";
}

.icon-delete:before {
  content: "\e729";
}

.icon-edit:before {
  content: "\e72b";
}

.icon-copy:before {
  content: "\e72c";
}

.icon-unordered-list:before {
  content: "\e724";
}

.icon-a-ProcessCenter:before {
  content: "\e71e";
}

.icon-a-Addressbook:before {
  content: "\e71c";
}

.icon-yonghuguanli:before {
  content: "\e71d";
}

.icon-camera:before {
  content: "\e70f";
}

.icon-command:before {
  content: "\e710";
}

.icon-desktop:before {
  content: "\e712";
}

.icon-common:before {
  content: "\e719";
}

.icon-apps:before {
  content: "\e71a";
}

.icon-file:before {
  content: "\e700";
}

.icon-email:before {
  content: "\e708";
}

.icon-drive-file:before {
  content: "\e70c";
}

.icon-lock:before {
  content: "\e6ee";
}

.icon-layout:before {
  content: "\e6f2";
}

.icon-interaction:before {
  content: "\e6f4";
}

.icon-image:before {
  content: "\e6f5";
}

.icon-folder:before {
  content: "\e6f6";
}

.icon-idcard:before {
  content: "\e6f8";
}

.icon-loading:before {
  content: "\e6fa";
}

.icon-a-JobID:before {
  content: "\e6fb";
}

.icon-public:before {
  content: "\e6e1";
}

.icon-old-version:before {
  content: "\e6e2";
}

.icon-pen:before {
  content: "\e6e4";
}

.icon-phone:before {
  content: "\e6e5";
}

.icon-notification:before {
  content: "\e6e6";
}

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

.icon-menu:before {
  content: "\e6ea";
}

.icon-loop:before {
  content: "\e6eb";
}

.icon-mobile:before {
  content: "\e6ed";
}

.icon-user-group:before {
  content: "\e6ce";
}

.icon-user-add:before {
  content: "\e6cf";
}

.icon-tool:before {
  content: "\e6d0";
}

.icon-stamp:before {
  content: "\e6da";
}

.icon-storage:before {
  content: "\e6dd";
}

.icon-video-camera:before {
  content: "\e6c7";
}

.icon-unlock:before {
  content: "\e6ca";
}

.icon-user:before {
  content: "\e6cc";
}

.icon-find-replace:before {
  content: "\e6c1";
}

.icon-filter:before {
  content: "\e6c3";
}

.icon-zoom-out:before {
  content: "\e6ae";
}

.icon-zoom-in:before {
  content: "\e6b0";
}

.icon-menu-fold:before {
  content: "\e69a";
}

.icon-caret-right:before {
  content: "\e69d";
}

.icon-down-circle:before {
  content: "\e69e";
}

.icon-arrow-up:before {
  content: "\e6a0";
}

.icon-down:before {
  content: "\e6a1";
}

.icon-caret-up:before {
  content: "\e6a2";
}

.icon-caret-left:before {
  content: "\e6a6";
}

.icon-caret-down:before {
  content: "\e6a8";
}

.icon-arrow-left:before {
  content: "\e6a9";
}

.icon-arrow-right:before {
  content: "\e6ab";
}

.icon-arrow-down:before {
  content: "\e6ac";
}

.icon-up-circle:before {
  content: "\e689";
}

.icon-to-bottom:before {
  content: "\e68a";
}

.icon-up:before {
  content: "\e68c";
}

.icon-to-top:before {
  content: "\e68f";
}

.icon-swap:before {
  content: "\e691";
}

.icon-left-circle:before {
  content: "\e694";
}

.icon-right-circle:before {
  content: "\e695";
}

.icon-right:before {
  content: "\e696";
}

.icon-left:before {
  content: "\e698";
}

.icon-menu-unfold:before {
  content: "\e699";
}

.icon-left-copy:before {
  content: "\e770";
}

.icon-launch:before {
  content: "\e66e";
}

.icon-download:before {
  content: "\e66f";
}

.icon-home:before {
  content: "\e671";
}

.icon-history:before {
  content: "\e672";
}

.icon-eye:before {
  content: "\e676";
}

.icon-at:before {
  content: "\e678";
}

.icon-save:before {
  content: "\e65b";
}

.icon-settings:before {
  content: "\e65c";
}

.icon-share-external:before {
  content: "\e65d";
}

.icon-search:before {
  content: "\e660";
}

.icon-poweroff:before {
  content: "\e663";
}

.icon-refresh:before {
  content: "\e665";
}

.icon-more-vertical:before {
  content: "\e666";
}

.icon-more:before {
  content: "\e667";
}

.icon-list:before {
  content: "\e668";
}

.icon-eye-invisible:before {
  content: "\e66b";
}

.icon-upload:before {
  content: "\e653";
}

.icon-share-internal:before {
  content: "\e659";
}

.icon-share-alt:before {
  content: "\e65a";
}

.icon-plus:before {
  content: "\e649";
}

.icon-check:before {
  content: "\e64a";
}

.icon-check-square:before {
  content: "\e64b";
}

.icon-info-circle:before {
  content: "\e64c";
}

.icon-exclamation-circle:before {
  content: "\e64d";
}

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

.icon-clock-circle:before {
  content: "\e64f";
}

.icon-check-circle:before {
  content: "\e650";
}

.icon-close-circle:before {
  content: "\e62d";
}

.icon-stop:before {
  content: "\e641";
}

.icon-question:before {
  content: "\e642";
}

.icon-question-circle:before {
  content: "\e643";
}

.icon-close:before {
  content: "\e644";
}

.icon-plus-circle:before {
  content: "\e645";
}

.icon-minus-circle:before {
  content: "\e646";
}

.icon-info:before {
  content: "\e647";
}

.icon-info-circle-fill:before {
  content: "\e640";
}

.icon-check-circle-fill:before {
  content: "\e63b";
}

.icon-exclamation-circle-fill:before {
  content: "\e63d";
}

.icon-question-circle-fill:before {
  content: "\e62e";
}

.icon-plus-circle-fill:before {
  content: "\e632";
}

.icon-minus-circle-fill:before {
  content: "\e627";
}

.icon-pause-circle-fill:before {
  content: "\e636";
}

.icon-close-circle-fill:before {
  content: "\e637";
}

._loading_1vj2u_1{position:absolute;top:calc(470 / 960 * 100%);left:calc(470 / 1440 * 100%);width:calc(500 / 1440 * 100%);z-index:999}._text_1vj2u_9{display:flex;justify-content:center;align-items:center;width:100%;margin-top:40px;font-size:14px;font-weight:500;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}._progress_1vj2u_21{height:12px;background:linear-gradient(45deg,#006cf7 25%,#4898ff 25%,#4898ff 50%,#006cf7 50%,#006cf7 75%,#4898ff 75%);background:linear-gradient(45deg,#006cf7 25%,#4898ff 25% 50%,#006cf7 50% 75%,#4898ff 75%);background-size:40px 40px;border-radius:10px;animation:_progress_1vj2u_21 .25s linear infinite}@keyframes _progress_1vj2u_21{0%{background-position:0 0}to{background-position:40px 0}}._error_1vj2u_46{position:absolute;top:calc(343 / 960 * 100%);left:calc((100% - 340px)/2);width:340px;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}._error-text_1vj2u_55{display:flex;justify-content:center;align-items:center;width:100%;margin-top:16px;font-size:14px;font-weight:500;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}._btn_1vj2u_67{display:flex;align-items:center;justify-content:center;margin:27px auto auto;width:-moz-fit-content;width:fit-content;padding:7px 20px;border-radius:2px;background-color:#0e67da;color:#fff;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 768px){._loading_1vj2u_1{top:45%;left:20%;width:60%;z-index:999}._text_1vj2u_9{margin-top:20px}._error_1vj2u_46{top:calc(216 / 844 * 100%)}._error-text_1vj2u_55{margin-top:25px;font-size:16px}}
