axwen-test31 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1234) hide show
  1. package/.browserslistrc +3 -0
  2. package/.editorconfig +5 -0
  3. package/.env.dev +8 -0
  4. package/.env.sit +4 -0
  5. package/.env.uat +4 -0
  6. package/.eslintrc.bak +2 -0
  7. package/.prettierignore +0 -0
  8. package/.prettierrc +10 -0
  9. package/README.md +168 -0
  10. package/babel.config.js +10 -0
  11. package/commitlint.config.js +32 -0
  12. package/package.json +137 -0
  13. package/postcss.config.js +6 -0
  14. package/public/StreamSaver.js +310 -0
  15. package/public/favicon.ico +0 -0
  16. package/public/favicon_back.ico +0 -0
  17. package/public/index.html +94 -0
  18. package/public/mitm.html +166 -0
  19. package/public/sw.js +124 -0
  20. package/sj/folder/g6.js +9 -0
  21. package/sj/g6.js.map +1 -0
  22. package/sonar-project.properties +5 -0
  23. package/src/App.vue +46 -0
  24. package/src/_backup/api/init.js +23 -0
  25. package/src/_backup/api/system.js +232 -0
  26. package/src/_backup/views/init-submit-log.vue +46 -0
  27. package/src/_backup/views/init.vue +112 -0
  28. package/src/actions.js +22 -0
  29. package/src/api/act-type-manage.js +49 -0
  30. package/src/api/allocation-rule.js +14 -0
  31. package/src/api/analysis.js +13 -0
  32. package/src/api/anti-disturbance.js +25 -0
  33. package/src/api/attachment-approval.js +23 -0
  34. package/src/api/calculate.js +10 -0
  35. package/src/api/channel-comp.js +47 -0
  36. package/src/api/channel.js +69 -0
  37. package/src/api/common.js +45 -0
  38. package/src/api/customer/customer-explore.js +162 -0
  39. package/src/api/customer/customer-group.js +168 -0
  40. package/src/api/customer/customer-tags.js +47 -0
  41. package/src/api/event.js +143 -0
  42. package/src/api/file.js +52 -0
  43. package/src/api/gift.js +69 -0
  44. package/src/api/init.js +22 -0
  45. package/src/api/lottery.js +11 -0
  46. package/src/api/market/component-manage.js +16 -0
  47. package/src/api/market.js +507 -0
  48. package/src/api/monitor.js +115 -0
  49. package/src/api/newHome.js +36 -0
  50. package/src/api/oa.js +53 -0
  51. package/src/api/other.js +3 -0
  52. package/src/api/process.js +29 -0
  53. package/src/api/product.js +72 -0
  54. package/src/api/reach.js +126 -0
  55. package/src/api/reachsource.js +4 -0
  56. package/src/api/recommend/recommend-fund.js +96 -0
  57. package/src/api/report.js +44 -0
  58. package/src/api/resource/file.js +83 -0
  59. package/src/api/scene.js +72 -0
  60. package/src/api/system.js +144 -0
  61. package/src/api/task.js +5 -0
  62. package/src/api/temp-content.js +36 -0
  63. package/src/api/template/template-active.js +157 -0
  64. package/src/api/template/template-app-message.js +14 -0
  65. package/src/api/template/template-audio.js +17 -0
  66. package/src/api/template/template-game.js +10 -0
  67. package/src/api/template/template-h5.js +16 -0
  68. package/src/api/template/template-message.js +35 -0
  69. package/src/api/template/template-picture.js +19 -0
  70. package/src/api/template/template-task.js +9 -0
  71. package/src/api/user.js +71 -0
  72. package/src/api/yunhu.js +13 -0
  73. package/src/assets/fonts/D-DINExp-Bold.otf +0 -0
  74. package/src/assets/fonts/Helvetica-Bold.ttf +0 -0
  75. package/src/assets/fonts/fonts.less +8 -0
  76. package/src/assets/iconfont/iconfont.css +348 -0
  77. package/src/assets/iconfont/iconfont.eot +0 -0
  78. package/src/assets/iconfont/iconfont.js +1 -0
  79. package/src/assets/iconfont/iconfont.json +520 -0
  80. package/src/assets/iconfont/iconfont.svg +243 -0
  81. package/src/assets/iconfont/iconfont.ttf +0 -0
  82. package/src/assets/iconfont/iconfont.woff +0 -0
  83. package/src/assets/iconfont/iconfont.woff2 +0 -0
  84. package/src/assets/iconfont1/iconfont.css +359 -0
  85. package/src/assets/iconfont1/iconfont.js +1 -0
  86. package/src/assets/iconfont1/iconfont.json +611 -0
  87. package/src/assets/iconfont1/iconfont.ttf +0 -0
  88. package/src/assets/iconfont1/iconfont.woff +0 -0
  89. package/src/assets/iconfont1/iconfont.woff2 +0 -0
  90. package/src/assets/images/avatar.png +0 -0
  91. package/src/assets/images/brief-report/bg.png +0 -0
  92. package/src/assets/images/brief-report/download.png +0 -0
  93. package/src/assets/images/brief-report/summary.png +0 -0
  94. package/src/assets/images/canvas-icon/act.png +0 -0
  95. package/src/assets/images/canvas-icon/activeCst.png +0 -0
  96. package/src/assets/images/canvas-icon/activityCst.png +0 -0
  97. package/src/assets/images/canvas-icon/appPush.png +0 -0
  98. package/src/assets/images/canvas-icon/canvas-bg.png +0 -0
  99. package/src/assets/images/canvas-icon/chnlRespFlow.png +0 -0
  100. package/src/assets/images/canvas-icon/composeCst.png +0 -0
  101. package/src/assets/images/canvas-icon/content.png +0 -0
  102. package/src/assets/images/canvas-icon/cst.png +0 -0
  103. package/src/assets/images/canvas-icon/custFlow.png +0 -0
  104. package/src/assets/images/canvas-icon/ebankApp.png +0 -0
  105. package/src/assets/images/canvas-icon/equity.png +0 -0
  106. package/src/assets/images/canvas-icon/evtRespFlow.png +0 -0
  107. package/src/assets/images/canvas-icon/flowCst.png +0 -0
  108. package/src/assets/images/canvas-icon/intligCall.png +0 -0
  109. package/src/assets/images/canvas-icon/labelFlow.png +0 -0
  110. package/src/assets/images/canvas-icon/merge.png +0 -0
  111. package/src/assets/images/canvas-icon/prod.png +0 -0
  112. package/src/assets/images/canvas-icon/randomFlow.png +0 -0
  113. package/src/assets/images/canvas-icon/sms.png +0 -0
  114. package/src/assets/images/canvas-icon/teleSalesPlat.png +0 -0
  115. package/src/assets/images/canvas-icon/waitEvent.png +0 -0
  116. package/src/assets/images/canvas-icon/waitFixTime.png +0 -0
  117. package/src/assets/images/canvas-icon/waitToTime.png +0 -0
  118. package/src/assets/images/canvas-icon/weChat.png +0 -0
  119. package/src/assets/images/channel-icon/crm.png +0 -0
  120. package/src/assets/images/channel-icon/ebankapp.png +0 -0
  121. package/src/assets/images/channel-icon/intligcall.png +0 -0
  122. package/src/assets/images/channel-icon/manageapp.png +0 -0
  123. package/src/assets/images/channel-icon/sms.png +0 -0
  124. package/src/assets/images/channel-icon/telesalesplat.png +0 -0
  125. package/src/assets/images/channel-icon/wechat.png +0 -0
  126. package/src/assets/images/channel-icon/wechatminiprogram.png +0 -0
  127. package/src/assets/images/channel-icon/wechatpublicaccount.png +0 -0
  128. package/src/assets/images/egg.png +0 -0
  129. package/src/assets/images/expand.png +0 -0
  130. package/src/assets/images/icon-png/analysis/right-arrows.png +0 -0
  131. package/src/assets/images/icon-png/error.png +0 -0
  132. package/src/assets/images/icon-png/level-icon.png +0 -0
  133. package/src/assets/images/icon-png/success.png +0 -0
  134. package/src/assets/images/icon-png/warn.png +0 -0
  135. package/src/assets/images/icon-side-menu-svg/channel-selected.svg +1 -0
  136. package/src/assets/images/icon-side-menu-svg/channel.svg +23 -0
  137. package/src/assets/images/icon-side-menu-svg/cognization-selected.svg +1 -0
  138. package/src/assets/images/icon-side-menu-svg/cognization.svg +1 -0
  139. package/src/assets/images/icon-side-menu-svg/customer-selected.svg +1 -0
  140. package/src/assets/images/icon-side-menu-svg/customer.svg +1 -0
  141. package/src/assets/images/icon-side-menu-svg/event-selected.svg +1 -0
  142. package/src/assets/images/icon-side-menu-svg/event.svg +1 -0
  143. package/src/assets/images/icon-side-menu-svg/home-selected.svg +1 -0
  144. package/src/assets/images/icon-side-menu-svg/home.svg +1 -0
  145. package/src/assets/images/icon-side-menu-svg/kehu-selected.svg +1 -0
  146. package/src/assets/images/icon-side-menu-svg/kehu.svg +1 -0
  147. package/src/assets/images/icon-side-menu-svg/market-selected.svg +1 -0
  148. package/src/assets/images/icon-side-menu-svg/market.svg +1 -0
  149. package/src/assets/images/icon-side-menu-svg/oa-selected.svg +1 -0
  150. package/src/assets/images/icon-side-menu-svg/oa.svg +1 -0
  151. package/src/assets/images/icon-side-menu-svg/product-selected.svg +1 -0
  152. package/src/assets/images/icon-side-menu-svg/product.svg +1 -0
  153. package/src/assets/images/icon-side-menu-svg/report-selected.svg +1 -0
  154. package/src/assets/images/icon-side-menu-svg/report.svg +1 -0
  155. package/src/assets/images/icon-side-menu-svg/resourceManager-selected.svg +1 -0
  156. package/src/assets/images/icon-side-menu-svg/resourceManager.svg +1 -0
  157. package/src/assets/images/icon-side-menu-svg/scene-selected.svg +1 -0
  158. package/src/assets/images/icon-side-menu-svg/scene.svg +1 -0
  159. package/src/assets/images/icon-side-menu-svg/system-selected.svg +1 -0
  160. package/src/assets/images/icon-side-menu-svg/system.svg +1 -0
  161. package/src/assets/images/icon-side-menu-svg/template-selected.svg +1 -0
  162. package/src/assets/images/icon-side-menu-svg/template.svg +46 -0
  163. package/src/assets/images/icon-svg/biaoqian.svg +1 -0
  164. package/src/assets/images/icon-svg/biaoqianxin.svg +1 -0
  165. package/src/assets/images/icon-svg/big.svg +12 -0
  166. package/src/assets/images/icon-svg/disabled.svg +17 -0
  167. package/src/assets/images/icon-svg/fullscreen.svg +25 -0
  168. package/src/assets/images/icon-svg/huodongmoban.svg +1 -0
  169. package/src/assets/images/icon-svg/scene-icon.svg +29 -0
  170. package/src/assets/images/icon-svg/wenjianjiaguanbi.svg +1 -0
  171. package/src/assets/images/jiugongge.png +0 -0
  172. package/src/assets/images/login/login-bg.png +0 -0
  173. package/src/assets/images/login/logo.svg +16 -0
  174. package/src/assets/images/netError.png +0 -0
  175. package/src/assets/images/sceneDefaultBg.jpg +0 -0
  176. package/src/assets/images/starEmpty.png +0 -0
  177. package/src/assets/images/turntable_circle.png +0 -0
  178. package/src/assets/images/yatop-logo.png +0 -0
  179. package/src/assets/less/animation.less +116 -0
  180. package/src/assets/less/common.less +715 -0
  181. package/src/assets/less/index.less +9 -0
  182. package/src/assets/less/reset.less +295 -0
  183. package/src/assets/less/scroll.less +28 -0
  184. package/src/assets/less/var.less +74 -0
  185. package/src/assets/less/yt-ui-cover.less +12 -0
  186. package/src/assets/svg/1th.svg +27 -0
  187. package/src/assets/svg/2th.svg +27 -0
  188. package/src/assets/svg/3th.svg +23 -0
  189. package/src/assets/svg/activity.svg +45 -0
  190. package/src/assets/svg/activityCount.svg +43 -0
  191. package/src/assets/svg/activityCoverCount.svg +40 -0
  192. package/src/assets/svg/activityNum.svg +39 -0
  193. package/src/assets/svg/app.svg +55 -0
  194. package/src/assets/svg/bit.svg +11 -0
  195. package/src/assets/svg/bizline-active.svg +1 -0
  196. package/src/assets/svg/bizline.svg +1 -0
  197. package/src/assets/svg/channel.svg +37 -0
  198. package/src/assets/svg/chart-empty.svg +1 -0
  199. package/src/assets/svg/content-error.svg +1 -0
  200. package/src/assets/svg/content-loading.svg +1 -0
  201. package/src/assets/svg/custmoer-list.svg +1 -0
  202. package/src/assets/svg/empty.svg +30 -0
  203. package/src/assets/svg/empty_2.svg +28 -0
  204. package/src/assets/svg/equity.svg +39 -0
  205. package/src/assets/svg/event.svg +38 -0
  206. package/src/assets/svg/group.svg +24 -0
  207. package/src/assets/svg/labelCount.svg +34 -0
  208. package/src/assets/svg/line-center.svg +19 -0
  209. package/src/assets/svg/line-left.svg +19 -0
  210. package/src/assets/svg/menu-active.svg +1 -0
  211. package/src/assets/svg/menu.svg +1 -0
  212. package/src/assets/svg/message.svg +36 -0
  213. package/src/assets/svg/monitoring-icon.svg +1 -0
  214. package/src/assets/svg/org-active.svg +1 -0
  215. package/src/assets/svg/org.svg +1 -0
  216. package/src/assets/svg/product.svg +41 -0
  217. package/src/assets/svg/scene-share.svg +22 -0
  218. package/src/assets/svg/status-running.svg +19 -0
  219. package/src/assets/svg/status-stop.svg +16 -0
  220. package/src/assets/svg/template.svg +40 -0
  221. package/src/bus.js +3 -0
  222. package/src/components/Editor.vue +108 -0
  223. package/src/components/attachment-approval/assets/svg/file-icon-jpg.svg +1 -0
  224. package/src/components/attachment-approval/assets/svg/file-icon-pdf.svg +1 -0
  225. package/src/components/attachment-approval/assets/svg/file-icon-png.svg +1 -0
  226. package/src/components/attachment-approval/assets/svg/file-icon-word.svg +1 -0
  227. package/src/components/attachment-approval/assets/svg/upload-icon.svg +1 -0
  228. package/src/components/attachment-approval/attachment-approval-dialog.vue +240 -0
  229. package/src/components/attachment-approval/attachment-approval-item.vue +88 -0
  230. package/src/components/attachment-approval/attachment-approval.js +68 -0
  231. package/src/components/attachment-approval/attachment-approval.vue +124 -0
  232. package/src/components/channel-components-config/channel-class-rule.vue +54 -0
  233. package/src/components/channel-components-config/channel-fields.vue +0 -0
  234. package/src/components/channel-components-config/channel-reach-temp.vue +0 -0
  235. package/src/components/channel-components-config/channel-select-url-dialog.vue +145 -0
  236. package/src/components/channel-components-config/channel-select.vue +184 -0
  237. package/src/components/channel-components-config/channel-switch.vue +69 -0
  238. package/src/components/channel-components-config/channel-text.vue +75 -0
  239. package/src/components/channel-components-config/channel-time-range-picker.vue +100 -0
  240. package/src/components/channel-components-config/channel-time.vue +62 -0
  241. package/src/components/channel-components-config/channel-timerange.vue +67 -0
  242. package/src/components/channel-components-config/channel-turnover.vue +51 -0
  243. package/src/components/channel-components-config/configs.js +13 -0
  244. package/src/components/channel-components-config/field-key.vue +40 -0
  245. package/src/components/channel-components-view/channel-class-rule.vue +44 -0
  246. package/src/components/channel-components-view/channel-fields.vue +0 -0
  247. package/src/components/channel-components-view/channel-reach-temp.vue +57 -0
  248. package/src/components/channel-components-view/channel-select.vue +55 -0
  249. package/src/components/channel-components-view/channel-switch.vue +53 -0
  250. package/src/components/channel-components-view/channel-text.vue +72 -0
  251. package/src/components/channel-components-view/channel-time.vue +62 -0
  252. package/src/components/channel-components-view/channel-timerange.vue +113 -0
  253. package/src/components/channel-components-view/channel-turnover.vue +57 -0
  254. package/src/components/channel-params-loading.vue +100 -0
  255. package/src/components/chart/resize.js +55 -0
  256. package/src/components/chart/the-chart.vue +68 -0
  257. package/src/components/creator-select/index.vue +119 -0
  258. package/src/components/customer-explore-select/index.vue +248 -0
  259. package/src/components/customer-label-select/index.vue +184 -0
  260. package/src/components/customer-loading.vue +238 -0
  261. package/src/components/dynamic-components/form-date.vue +28 -0
  262. package/src/components/dynamic-components/form-input-number.vue +30 -0
  263. package/src/components/dynamic-components/form-input.vue +30 -0
  264. package/src/components/dynamic-components/form-multiple-select.vue +33 -0
  265. package/src/components/dynamic-components/form-select.vue +37 -0
  266. package/src/components/dynamic-components/form-time-picker.vue +28 -0
  267. package/src/components/ellipsisText.vue +45 -0
  268. package/src/components/empty.vue +22 -0
  269. package/src/components/event-edit/event-edit.vue +83 -0
  270. package/src/components/event-edit/index.js +3 -0
  271. package/src/components/form-img/form-img.vue +82 -0
  272. package/src/components/form-img/index.js +3 -0
  273. package/src/components/h5-editor.vue +344 -0
  274. package/src/components/image-selector/index.js +3 -0
  275. package/src/components/image-selector/main.vue +239 -0
  276. package/src/components/member-select.vue +89 -0
  277. package/src/components/product-select-dialog/index.vue +237 -0
  278. package/src/components/radio-table.vue +97 -0
  279. package/src/components/search-select.vue +150 -0
  280. package/src/components/split-panel/index.js +2 -0
  281. package/src/components/split-panel/index.less +114 -0
  282. package/src/components/split-panel/split.vue +159 -0
  283. package/src/components/split-panel/trigger.vue +43 -0
  284. package/src/components/system-layout.vue +88 -0
  285. package/src/components/tag-editor.vue +262 -0
  286. package/src/components/temp-content/channel-return-dialog.vue +227 -0
  287. package/src/components/temp-content/event-dialog.vue +298 -0
  288. package/src/components/temp-content/functions.js +47 -0
  289. package/src/components/temp-content/index.vue +378 -0
  290. package/src/components/temp-content/label-dialog.vue +291 -0
  291. package/src/components/temp-content/product-dialog.vue +268 -0
  292. package/src/components/temp-content/product-select-dialog.vue +225 -0
  293. package/src/components/temp-content/temp-content-preview.vue +221 -0
  294. package/src/components/temp-selector.vue +83 -0
  295. package/src/components/transform/download-act-btn.vue +245 -0
  296. package/src/components/transform/download-btn.vue +198 -0
  297. package/src/components/transform/uploader-btn.vue +143 -0
  298. package/src/components/transform/uploaderOptions.js +8 -0
  299. package/src/components/transform/utils/computeMD5.js +61 -0
  300. package/src/components/tree-select.vue +371 -0
  301. package/src/components/yt-editor.vue +303 -0
  302. package/src/components/yt-org/1.json +11720 -0
  303. package/src/components/yt-org/data.js +159 -0
  304. package/src/components/yt-org/index.js +3 -0
  305. package/src/components/yt-org/main.vue +143 -0
  306. package/src/components/yt-table-download.vue +226 -0
  307. package/src/components/yt-/342/200/216questionnaire/index.js +3 -0
  308. package/src/components/yt-/342/200/216questionnaire/main.vue +422 -0
  309. package/src/directive/common.js +8 -0
  310. package/src/directive/directives.js +13 -0
  311. package/src/directive/yt-dialog-drag/index.js +3 -0
  312. package/src/directive/yt-dialog-drag/yt-dialog-drag.js +88 -0
  313. package/src/directive/yt-hover/base.js +106 -0
  314. package/src/directive/yt-hover/index.js +14 -0
  315. package/src/hooks/index.js +1 -0
  316. package/src/hooks/system.js +18 -0
  317. package/src/icons/index.js +3 -0
  318. package/src/icons/resource/empty.png +0 -0
  319. package/src/icons/resource/icon.png +0 -0
  320. package/src/icons/resource/icon2.png +0 -0
  321. package/src/icons/resource/image.png +0 -0
  322. package/src/icons/svg/analysis-logo.svg +1 -0
  323. package/src/icons/svg/btn-export.svg +1 -0
  324. package/src/icons/svg/channel-class-rule.svg +1 -0
  325. package/src/icons/svg/channel-fields.svg +1 -0
  326. package/src/icons/svg/channel-reach-temp.svg +1 -0
  327. package/src/icons/svg/channel-select.svg +1 -0
  328. package/src/icons/svg/channel-switch.svg +1 -0
  329. package/src/icons/svg/channel-text.svg +1 -0
  330. package/src/icons/svg/channel-time.svg +1 -0
  331. package/src/icons/svg/channel-timerange.svg +1 -0
  332. package/src/icons/svg/channel-turnover.svg +1 -0
  333. package/src/icons/svg/earlyTermination.svg +20 -0
  334. package/src/icons/svg/equity-active.svg +1 -0
  335. package/src/icons/svg/equity.svg +1 -0
  336. package/src/icons/svg/event-file.svg +1 -0
  337. package/src/icons/svg/event-tree-icon.svg +1 -0
  338. package/src/icons/svg/finish.svg +20 -0
  339. package/src/icons/svg/full-screen.svg +12 -0
  340. package/src/icons/svg/monitoring-operate1.svg +1 -0
  341. package/src/icons/svg/monitoring-operate2.svg +1 -0
  342. package/src/icons/svg/monitoring-operate3.svg +1 -0
  343. package/src/icons/svg/more.svg +12 -0
  344. package/src/icons/svg/publish.svg +1 -0
  345. package/src/icons/svg/running.svg +20 -0
  346. package/src/icons/svg/scene-add.svg +1 -0
  347. package/src/icons/svg/scene-edit.svg +1 -0
  348. package/src/icons/svg/scene-sub.svg +1 -0
  349. package/src/icons/svg/tree-add.svg +1 -0
  350. package/src/icons/svg/tree-del.svg +1 -0
  351. package/src/icons/svg/tree-down.svg +1 -0
  352. package/src/icons/svg/tree-edit.svg +1 -0
  353. package/src/icons/svg/tree-file.svg +1 -0
  354. package/src/icons/svg/tree-refresh.svg +1 -0
  355. package/src/icons/svg/tree-up.svg +1 -0
  356. package/src/icons/svgo.yml +21 -0
  357. package/src/layout/layout-chrome-nav.vue +420 -0
  358. package/src/layout/layout-header.vue +393 -0
  359. package/src/layout/layout-nav.vue +583 -0
  360. package/src/layout/layout-side1.vue +290 -0
  361. package/src/layout/layout-water.vue +75 -0
  362. package/src/layout/layout.vue +610 -0
  363. package/src/layout/my-keep-alive.js +178 -0
  364. package/src/libs/yt-ui/index.js +9 -0
  365. package/src/main.js +149 -0
  366. package/src/micro-app.js +113 -0
  367. package/src/public-path.js +9 -0
  368. package/src/router/analysis.js +21 -0
  369. package/src/router/brief-report.js +13 -0
  370. package/src/router/channel.js +22 -0
  371. package/src/router/controlCenter.js +39 -0
  372. package/src/router/customer.js +367 -0
  373. package/src/router/event-center.js +409 -0
  374. package/src/router/gift.js +31 -0
  375. package/src/router/h5-lucky-draw.js +183 -0
  376. package/src/router/index.js +164 -0
  377. package/src/router/market-activity.js +31 -0
  378. package/src/router/market.js +499 -0
  379. package/src/router/monitoring-center.js +39 -0
  380. package/src/router/oa.js +41 -0
  381. package/src/router/process.js +58 -0
  382. package/src/router/productCenter.js +60 -0
  383. package/src/router/reach-center.js +349 -0
  384. package/src/router/report.js +274 -0
  385. package/src/router/scene.js +64 -0
  386. package/src/router/system.js +147 -0
  387. package/src/router/task.js +13 -0
  388. package/src/router/template.js +161 -0
  389. package/src/sensors.js +22 -0
  390. package/src/store/index.js +364 -0
  391. package/src/store/modules/common.js +37 -0
  392. package/src/store/modules/customerExplore.js +24 -0
  393. package/src/store/modules/market.js +31 -0
  394. package/src/store/modules/nav.js +97 -0
  395. package/src/store/variables.js +87 -0
  396. package/src/styles/common.less +4 -0
  397. package/src/styles/el-custom.less +106 -0
  398. package/src/styles/index.less +4 -0
  399. package/src/styles/tailwind.less +34 -0
  400. package/src/styles/yt-custom.less +31 -0
  401. package/src/utils/ajax.js +377 -0
  402. package/src/utils/auth.js +18 -0
  403. package/src/utils/buildHTML.js +194 -0
  404. package/src/utils/charts.js +51 -0
  405. package/src/utils/clickoutside.js +58 -0
  406. package/src/utils/copyLink.js +18 -0
  407. package/src/utils/deepClone.js +71 -0
  408. package/src/utils/dom.js +194 -0
  409. package/src/utils/encrypt.js +113 -0
  410. package/src/utils/getOptions.js +35 -0
  411. package/src/utils/htmlToPdf.js +56 -0
  412. package/src/utils/image.js +24 -0
  413. package/src/utils/index.js +786 -0
  414. package/src/utils/monitor.js +57 -0
  415. package/src/utils/repeatApi.js +39 -0
  416. package/src/utils/setProfile.js +21 -0
  417. package/src/utils/user.js +34 -0
  418. package/src/utils/variable.js +503 -0
  419. package/src/utils/xml.js +133 -0
  420. package/src/views/404.vue +96 -0
  421. package/src/views/abnormal-activity/index.vue +120 -0
  422. package/src/views/allocation-rule/common.js +12 -0
  423. package/src/views/allocation-rule/components/attr-select.vue +89 -0
  424. package/src/views/allocation-rule/index.vue +283 -0
  425. package/src/views/analysis/activity/Detail.vue +375 -0
  426. package/src/views/analysis/activity/Effect.vue +349 -0
  427. package/src/views/analysis/activity/Overview.vue +339 -0
  428. package/src/views/analysis/activity/index.vue +93 -0
  429. package/src/views/analysis/index.vue +12 -0
  430. package/src/views/analysis/utils.js +40 -0
  431. package/src/views/blank.vue +88 -0
  432. package/src/views/briefReportNew/components/bar-card.vue +110 -0
  433. package/src/views/briefReportNew/components/progress-list.vue +66 -0
  434. package/src/views/briefReportNew/components/tab-content.vue +179 -0
  435. package/src/views/briefReportNew/components/table-list.vue +102 -0
  436. package/src/views/briefReportNew/components/target-card.vue +75 -0
  437. package/src/views/briefReportNew/components/the-pending-table.vue +71 -0
  438. package/src/views/briefReportNew/components/the-pengding-progress.vue +75 -0
  439. package/src/views/briefReportNew/config/option.js +20 -0
  440. package/src/views/briefReportNew/index.vue +221 -0
  441. package/src/views/channel/avoidDisturb/avoid-disturb-range-picker.vue +49 -0
  442. package/src/views/channel/avoidDisturb/cstRange.vue +89 -0
  443. package/src/views/channel/avoidDisturb/index.vue +703 -0
  444. package/src/views/channel/channel-side.vue +354 -0
  445. package/src/views/channel/format.js +72 -0
  446. package/src/views/channel/index.vue +535 -0
  447. package/src/views/channel-components/components/component-left.vue +525 -0
  448. package/src/views/channel-components/components/component-view-item.vue +70 -0
  449. package/src/views/channel-components/components/components-configs.vue +104 -0
  450. package/src/views/channel-components/components/components-content.vue +288 -0
  451. package/src/views/channel-components/components/content-comp-dialog.vue +157 -0
  452. package/src/views/channel-components/config.js +273 -0
  453. package/src/views/channel-components/edit.vue +289 -0
  454. package/src/views/channel-components/index.vue +210 -0
  455. package/src/views/channel-components/util.js +20 -0
  456. package/src/views/controlCenter/chart-line.vue +64 -0
  457. package/src/views/controlCenter/chartOption.js +321 -0
  458. package/src/views/controlCenter/common-label.vue +48 -0
  459. package/src/views/controlCenter/content-card.vue +39 -0
  460. package/src/views/controlCenter/detail/channelDetail.vue +135 -0
  461. package/src/views/controlCenter/detail/eventDetail.vue +123 -0
  462. package/src/views/controlCenter/detail/labelDetail.vue +91 -0
  463. package/src/views/controlCenter/index.vue +146 -0
  464. package/src/views/controlCenter/label-card.vue +48 -0
  465. package/src/views/controlCenter/tab-content.vue +189 -0
  466. package/src/views/customer/app-act.vue +314 -0
  467. package/src/views/customer/bitmap/condition-save.vue +80 -0
  468. package/src/views/customer/bitmap/dialog.vue +129 -0
  469. package/src/views/customer/bitmap/loading-condition.vue +176 -0
  470. package/src/views/customer/bitmap/loading-log.vue +110 -0
  471. package/src/views/customer/bitmap/pre-loading.vue +241 -0
  472. package/src/views/customer/business-editor-tree.vue +309 -0
  473. package/src/views/customer/components/compound-tags-dialog.vue +141 -0
  474. package/src/views/customer/components/customer-to-group.vue +549 -0
  475. package/src/views/customer/components/reward-punishment.vue +106 -0
  476. package/src/views/customer/compound-tags.vue +231 -0
  477. package/src/views/customer/computed-tags/confirm-modal-new.vue +473 -0
  478. package/src/views/customer/computed-tags/confirm-modal.vue +116 -0
  479. package/src/views/customer/computed-tags/edit-modal-new.vue +512 -0
  480. package/src/views/customer/computed-tags/index.vue +290 -0
  481. package/src/views/customer/customer-ai-group-detail.vue +421 -0
  482. package/src/views/customer/customer-ai-group.vue +124 -0
  483. package/src/views/customer/customer-editor-header.vue +165 -0
  484. package/src/views/customer/customer-editor-list-multiple.vue +47 -0
  485. package/src/views/customer/customer-editor-list.vue +363 -0
  486. package/src/views/customer/customer-editor-org.vue +60 -0
  487. package/src/views/customer/customer-editor-save.vue +140 -0
  488. package/src/views/customer/customer-editor-tree-detail.vue +66 -0
  489. package/src/views/customer/customer-editor-tree.vue +457 -0
  490. package/src/views/customer/customer-get-from-group.vue +167 -0
  491. package/src/views/customer/customer-group-result-charts.vue +263 -0
  492. package/src/views/customer/customer-group-upload-detail.vue +211 -0
  493. package/src/views/customer/customer-group-upload-ext.vue +290 -0
  494. package/src/views/customer/customer-group-upload.vue +291 -0
  495. package/src/views/customer/customer-group.vue +521 -0
  496. package/src/views/customer/customer-judge-cst-group.vue +190 -0
  497. package/src/views/customer/customer-label-update-recycler.vue +151 -0
  498. package/src/views/customer/customer-label-update.vue +366 -0
  499. package/src/views/customer/customer-result-charts-detail.vue +387 -0
  500. package/src/views/customer/customer-result-charts.vue +264 -0
  501. package/src/views/customer/customer-result-checkbox.vue +58 -0
  502. package/src/views/customer/customer-result-fields-select-avyno.vue +298 -0
  503. package/src/views/customer/customer-result-fields-select-model.vue +241 -0
  504. package/src/views/customer/customer-result-fields-select-tab.vue +229 -0
  505. package/src/views/customer/customer-result-fields-select.vue +271 -0
  506. package/src/views/customer/customer-result-fields.vue +313 -0
  507. package/src/views/customer/customer-result-filter.vue +265 -0
  508. package/src/views/customer/customer-result.vue +499 -0
  509. package/src/views/customer/explore/customer-explore-detail.vue +421 -0
  510. package/src/views/customer/explore/customer-explore.vue +623 -0
  511. package/src/views/customer/explore/customer-twice-explore.vue +566 -0
  512. package/src/views/customer/growth-center.vue +156 -0
  513. package/src/views/customer/gruop/group-member.vue +338 -0
  514. package/src/views/customer/gruop/member-dialog.vue +179 -0
  515. package/src/views/customer/gruop/member-maintain.vue +241 -0
  516. package/src/views/customer/marketing-anti-disturbance.vue +199 -0
  517. package/src/views/customer/name-manage/index.vue +155 -0
  518. package/src/views/customer/name-manage/rule-name.vue +138 -0
  519. package/src/views/customer/personas/age-chart.vue +177 -0
  520. package/src/views/customer/personas/count-chart.vue +154 -0
  521. package/src/views/customer/personas/index.vue +220 -0
  522. package/src/views/customer/personas/level-chart.vue +143 -0
  523. package/src/views/customer/staff-center.vue +237 -0
  524. package/src/views/gift/gift-type-manage/gift-list-dialog.vue +115 -0
  525. package/src/views/gift/gift-type-manage/index.vue +85 -0
  526. package/src/views/gift/gift-type-manage/type-edit-dialog.vue +104 -0
  527. package/src/views/gift/gift-type-manage/type-select.vue +198 -0
  528. package/src/views/gift/gift-type-manage/type-table.vue +494 -0
  529. package/src/views/gift/gift-type-manage/type-tree.vue +333 -0
  530. package/src/views/gift/manage/index.vue +85 -0
  531. package/src/views/gift/manage/list/index.vue +545 -0
  532. package/src/views/gift/manage/pack/gift-select-dialog.vue +302 -0
  533. package/src/views/gift/manage/pack/gift-select.vue +201 -0
  534. package/src/views/gift/manage/pack/index.vue +583 -0
  535. package/src/views/gift/manage/pack/log-dialog.vue +294 -0
  536. package/src/views/gift/type/gift-list-dialog.vue +164 -0
  537. package/src/views/gift/type/gift-setting-dialog.vue +198 -0
  538. package/src/views/gift/type/index.vue +81 -0
  539. package/src/views/gift/type/type-edit-dialog.vue +109 -0
  540. package/src/views/gift/type/type-select.vue +184 -0
  541. package/src/views/gift/type/type-table.vue +482 -0
  542. package/src/views/gift/type/type-tree.vue +283 -0
  543. package/src/views/home-new/activity-data.vue +214 -0
  544. package/src/views/home-new/activity-strategy.vue +129 -0
  545. package/src/views/home-new/channel-data.vue +95 -0
  546. package/src/views/home-new/common/option.js +260 -0
  547. package/src/views/home-new/components/AnnoumcementDetail.vue +234 -0
  548. package/src/views/home-new/components/chart-container.vue +54 -0
  549. package/src/views/home-new/components/chart-parent.vue +111 -0
  550. package/src/views/home-new/components/chart-switch.vue +172 -0
  551. package/src/views/home-new/components/detail-card.vue +180 -0
  552. package/src/views/home-new/components/empty.vue +22 -0
  553. package/src/views/home-new/components/msg-card.vue +194 -0
  554. package/src/views/home-new/components/notice-card copy.vue +82 -0
  555. package/src/views/home-new/components/notice-card.vue +129 -0
  556. package/src/views/home-new/components/part-body.vue +36 -0
  557. package/src/views/home-new/components/ranking-list.vue +84 -0
  558. package/src/views/home-new/components/statistics-small-card.vue +70 -0
  559. package/src/views/home-new/components/tab-content.vue +168 -0
  560. package/src/views/home-new/index.vue +469 -0
  561. package/src/views/home-new/label-data.vue +271 -0
  562. package/src/views/home-new/list-data.vue +99 -0
  563. package/src/views/identify.vue +121 -0
  564. package/src/views/iframe/activity-detail-report.vue +31 -0
  565. package/src/views/iframe/analysis-activity-effectiveness.vue +31 -0
  566. package/src/views/iframe/analysis-activity-summary.vue +29 -0
  567. package/src/views/iframe/analysis-effectiveness-funnel.vue +29 -0
  568. package/src/views/iframe/analysis-market-effectiveness.vue +29 -0
  569. package/src/views/iframe/analysis-market-summary.vue +29 -0
  570. package/src/views/iframe/business-detail.vue +31 -0
  571. package/src/views/iframe/business-summary-account.vue +31 -0
  572. package/src/views/iframe/business-summary-branch.vue +31 -0
  573. package/src/views/iframe/business-summary-head.vue +31 -0
  574. package/src/views/iframe/business-summary-sub.vue +31 -0
  575. package/src/views/iframe/business-summary.vue +31 -0
  576. package/src/views/iframe/customer-purch-details.vue +31 -0
  577. package/src/views/iframe/customer-repurch-behavior.vue +31 -0
  578. package/src/views/iframe/product-sale-analysis.vue +31 -0
  579. package/src/views/iframe/product-sales-channel.vue +31 -0
  580. package/src/views/iframe/purch-product-detail.vue +31 -0
  581. package/src/views/iframe/self-analysis.vue +31 -0
  582. package/src/views/login/index.vue +184 -0
  583. package/src/views/login/login.less +97 -0
  584. package/src/views/market/act-type-setting/act-type-edit-dialog.vue +111 -0
  585. package/src/views/market/act-type-setting/act-type-select.vue +153 -0
  586. package/src/views/market/act-type-setting/act-type-table.vue +455 -0
  587. package/src/views/market/act-type-setting/act-type-tree.vue +235 -0
  588. package/src/views/market/act-type-setting/index.vue +71 -0
  589. package/src/views/market/business/components/add.vue +638 -0
  590. package/src/views/market/business/components/app-pop-template.vue +182 -0
  591. package/src/views/market/business/components/business-pause.vue +99 -0
  592. package/src/views/market/business/components/business-recover.vue +131 -0
  593. package/src/views/market/business/components/business-side-channel.vue +265 -0
  594. package/src/views/market/business/components/business-side-content.vue +503 -0
  595. package/src/views/market/business/components/business-side-customer.vue +257 -0
  596. package/src/views/market/business/components/business-side-detail.vue +305 -0
  597. package/src/views/market/business/components/business-side-opportunity-trigger.vue +427 -0
  598. package/src/views/market/business/components/util.js +379 -0
  599. package/src/views/market/business/index.vue +468 -0
  600. package/src/views/market/calculate/customer-group.vue +199 -0
  601. package/src/views/market/calculate/history-data.vue +457 -0
  602. package/src/views/market/calculate/index.vue +260 -0
  603. package/src/views/market/common/config.js +352 -0
  604. package/src/views/market/component-manage/index.vue +150 -0
  605. package/src/views/market/components/act-target.vue +548 -0
  606. package/src/views/market/components/activity-import-dialog.vue +115 -0
  607. package/src/views/market/components/channel-target.vue +204 -0
  608. package/src/views/market/components/corn-editor-dialog-new.vue +304 -0
  609. package/src/views/market/components/corn-editor.vue +115 -0
  610. package/src/views/market/components/cycle-setting.vue +321 -0
  611. package/src/views/market/components/event-group-selector.vue +140 -0
  612. package/src/views/market/components/event-template/apply-confirm.vue +56 -0
  613. package/src/views/market/components/event-template/index-origin.vue +357 -0
  614. package/src/views/market/components/event-template/index.vue +466 -0
  615. package/src/views/market/components/event-template/scene-template-index.vue +304 -0
  616. package/src/views/market/components/event-template/scene-template.vue +85 -0
  617. package/src/views/market/components/event-template/share-dialog.vue +111 -0
  618. package/src/views/market/components/event-template/template-item.vue +243 -0
  619. package/src/views/market/components/game-temp.vue +169 -0
  620. package/src/views/market/components/sub-activity-table.vue +173 -0
  621. package/src/views/market/components/target-run-time.vue +94 -0
  622. package/src/views/market/components/task-temp.vue +155 -0
  623. package/src/views/market/event/event-channel-status.vue +30 -0
  624. package/src/views/market/event/event-cycle.vue +773 -0
  625. package/src/views/market/event/event-delay.vue +102 -0
  626. package/src/views/market/event/event-log.vue +214 -0
  627. package/src/views/market/event/event-modify-dialog.vue +76 -0
  628. package/src/views/market/event/event-timeline.vue +80 -0
  629. package/src/views/market/event/event.vue +1226 -0
  630. package/src/views/market/event/lotteryManage.vue +602 -0
  631. package/src/views/market/external-act-manage/index.vue +329 -0
  632. package/src/views/market/group/group-analysis.vue +213 -0
  633. package/src/views/market/group/group-edit.vue +437 -0
  634. package/src/views/market/group/group-link.vue +127 -0
  635. package/src/views/market/group/group.vue +208 -0
  636. package/src/views/market/index.vue +441 -0
  637. package/src/views/market/lottery/creatActivity.vue +108 -0
  638. package/src/views/market/lottery/lotteryManage.vue +212 -0
  639. package/src/views/market/lottery/publish.vue +299 -0
  640. package/src/views/market/lottery/rewardTable.vue +310 -0
  641. package/src/views/market/lottery/uploadImage.vue +62 -0
  642. package/src/views/market/market-event-create/index.vue +371 -0
  643. package/src/views/market/market-event-create/market-event-base/cost-dialog.vue +103 -0
  644. package/src/views/market/market-event-create/market-event-base/costs-manager.vue +322 -0
  645. package/src/views/market/market-event-create/market-event-base/index.vue +947 -0
  646. package/src/views/market/market-event-create/market-event-detail/event-canvas.vue +1580 -0
  647. package/src/views/market/market-event-create/market-event-detail/event-main-btns.vue +1784 -0
  648. package/src/views/market/market-event-create/market-event-detail/event-main.vue +984 -0
  649. package/src/views/market/market-event-create/market-event-detail/index.vue +144 -0
  650. package/src/views/market/market-event-detail-pro/components/act-target-detail.vue +184 -0
  651. package/src/views/market/market-event-detail-pro/components/act-target.vue +273 -0
  652. package/src/views/market/market-event-detail-pro/components/test-group.vue +57 -0
  653. package/src/views/market/market-event-detail-pro/detail.json +218 -0
  654. package/src/views/market/market-event-detail-pro/event-canvas-detail.vue +826 -0
  655. package/src/views/market/market-event-detail-pro/event-detail-base.vue +765 -0
  656. package/src/views/market/market-event-detail-pro/event-detail-exam.vue +318 -0
  657. package/src/views/market/market-event-detail-pro/htmlGenerator/canvas.less +145 -0
  658. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/call.js +185 -0
  659. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/client.js +106 -0
  660. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/dynamic-channel.js +181 -0
  661. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/handbnk.js +120 -0
  662. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/phonebnk.js +166 -0
  663. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/sms.js +165 -0
  664. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/teleSalesPlat.js +150 -0
  665. package/src/views/market/market-event-detail-pro/htmlGenerator/channels/wechat.js +9 -0
  666. package/src/views/market/market-event-detail-pro/htmlGenerator/common.js +135 -0
  667. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/activityCst.js +58 -0
  668. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/composeCst.js +30 -0
  669. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/cst.js +165 -0
  670. package/src/views/market/market-event-detail-pro/htmlGenerator/customer/flowCst.js +30 -0
  671. package/src/views/market/market-event-detail-pro/htmlGenerator/index.js +148 -0
  672. package/src/views/market/market-event-detail-pro/htmlGenerator/optionsApi.js +290 -0
  673. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/activity.js +31 -0
  674. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/content.js +237 -0
  675. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/gift.js +72 -0
  676. package/src/views/market/market-event-detail-pro/htmlGenerator/resources/product.js +59 -0
  677. package/src/views/market/market-event-detail-pro/htmlGenerator/split/channel.js +17 -0
  678. package/src/views/market/market-event-detail-pro/htmlGenerator/split/channelBranch.js +103 -0
  679. package/src/views/market/market-event-detail-pro/htmlGenerator/split/customer.js +14 -0
  680. package/src/views/market/market-event-detail-pro/htmlGenerator/split/customerBranch.js +60 -0
  681. package/src/views/market/market-event-detail-pro/htmlGenerator/split/event.js +69 -0
  682. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventBranch.js +65 -0
  683. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventRespFlowBranchNoResp.js +5 -0
  684. package/src/views/market/market-event-detail-pro/htmlGenerator/split/eventRespFlowBranchResp.js +6 -0
  685. package/src/views/market/market-event-detail-pro/htmlGenerator/split/label.js +14 -0
  686. package/src/views/market/market-event-detail-pro/htmlGenerator/split/labelBranch.js +24 -0
  687. package/src/views/market/market-event-detail-pro/htmlGenerator/split/merge.js +20 -0
  688. package/src/views/market/market-event-detail-pro/htmlGenerator/split/random.js +29 -0
  689. package/src/views/market/market-event-detail-pro/htmlGenerator/split/randomBranch.js +22 -0
  690. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitEvent.js +123 -0
  691. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitFixTime.js +50 -0
  692. package/src/views/market/market-event-detail-pro/htmlGenerator/time/waitToTime.js +97 -0
  693. package/src/views/market/market-event-detail-pro/htmlGenerator/util.js +179 -0
  694. package/src/views/market/market-event-detail-pro/index.vue +373 -0
  695. package/src/views/market/market-event-detail-pro/market-event-approval-detail.vue +373 -0
  696. package/src/views/market/market-event-detail-pro/time/event-approve-time.vue +60 -0
  697. package/src/views/market/market-event-detail-pro/time/event-run-time.vue +89 -0
  698. package/src/views/market/market-event-detail-pro/time/event-watch-time.vue +99 -0
  699. package/src/views/market/market-event-edit/act-event.vue +675 -0
  700. package/src/views/market/market-event-edit/event-calc-btns.vue +107 -0
  701. package/src/views/market/market-event-edit/event-calc.vue +122 -0
  702. package/src/views/market/market-event-edit/event-canvas.vue +1593 -0
  703. package/src/views/market/market-event-edit/event-dialog-edit.vue +711 -0
  704. package/src/views/market/market-event-edit/event-main-btns.vue +1008 -0
  705. package/src/views/market/market-event-edit/event-main.vue +528 -0
  706. package/src/views/market/market-event-edit/event-publish-confirm.vue +47 -0
  707. package/src/views/market/market-event-edit/index.vue +62 -0
  708. package/src/views/market/market-event-edit/select/node-select-appact.vue +119 -0
  709. package/src/views/market/market-event-edit/select/node-select-channel-tag-ai.vue +192 -0
  710. package/src/views/market/market-event-edit/select/node-select-channel-tag.vue +242 -0
  711. package/src/views/market/market-event-edit/select/node-select-customer-ai-group.vue +113 -0
  712. package/src/views/market/market-event-edit/select/node-select-customer-detail.vue +196 -0
  713. package/src/views/market/market-event-edit/select/node-select-customer-group.vue +62 -0
  714. package/src/views/market/market-event-edit/select/node-select-customer.vue +105 -0
  715. package/src/views/market/market-event-edit/select/node-select-event.vue +123 -0
  716. package/src/views/market/market-event-edit/select/node-select-explore-group.vue +74 -0
  717. package/src/views/market/market-event-edit/select/node-select-explore.vue +86 -0
  718. package/src/views/market/market-event-edit/select/node-select-group.vue +884 -0
  719. package/src/views/market/market-event-edit/select/node-select-limit-time.vue +72 -0
  720. package/src/views/market/market-event-edit/select/node-select-maincontent-tag.vue +84 -0
  721. package/src/views/market/market-event-edit/select/node-select-message.vue +332 -0
  722. package/src/views/market/market-event-edit/select/node-select-questionnaire.vue +92 -0
  723. package/src/views/market/market-event-edit/select/node-select-suprecord.vue +97 -0
  724. package/src/views/market/market-event-edit/select/node-select-tag-customer.vue +210 -0
  725. package/src/views/market/market-event-edit/select/node-select-unique-customer.vue +83 -0
  726. package/src/views/market/market-event-edit/select/node-select.vue +280 -0
  727. package/src/views/market/market-event-edit/select/node-temp-detail.vue +88 -0
  728. package/src/views/market/market-event-edit/side/dialog-side.vue +87 -0
  729. package/src/views/market/market-event-edit/side/event-form.vue +837 -0
  730. package/src/views/market/market-event-edit/side/node-side-channel.vue +977 -0
  731. package/src/views/market/market-event-edit/side/node-side-content.vue +167 -0
  732. package/src/views/market/market-event-edit/side/node-side-customer.vue +425 -0
  733. package/src/views/market/market-event-edit/side/node-side-detail.vue +620 -0
  734. package/src/views/market/market-event-edit/side/node-side-event.vue +378 -0
  735. package/src/views/market/market-event-edit/side/node-side-merge-branch.vue +108 -0
  736. package/src/views/market/market-event-edit/side/node-side-merge-table.vue +149 -0
  737. package/src/views/market/market-event-edit/side/node-side-merge.vue +117 -0
  738. package/src/views/market/market-event-edit/side/node-side-strategy-branch-editor.vue +205 -0
  739. package/src/views/market/market-event-edit/side/node-side-strategy-branch.vue +286 -0
  740. package/src/views/market/market-event-edit/side/node-side-strategy-table.vue +210 -0
  741. package/src/views/market/market-event-edit/side/node-side-strategy.vue +200 -0
  742. package/src/views/market/market-event-edit/side/node-side-time-config.vue +45 -0
  743. package/src/views/market/market-event-edit/side/node-side-time.vue +126 -0
  744. package/src/views/market/market-event-edit/side/node-upload-customer-detail.vue +252 -0
  745. package/src/views/market/market-event-edit/side/qrcode-preview.vue +25 -0
  746. package/src/views/market/market-event-edit/time/event-approve-time.vue +58 -0
  747. package/src/views/market/market-event-edit/time/event-run-time.vue +88 -0
  748. package/src/views/market/market-event-edit/time/event-watch-time.vue +88 -0
  749. package/src/views/market/market-event-edit/util.js +1832 -0
  750. package/src/views/market/market-event-edit-pro/dialog/components/content-analysi-channel.vue +190 -0
  751. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-customer.vue +199 -0
  752. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-flow-branch.vue +170 -0
  753. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-flow.vue +168 -0
  754. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-waitEvent.vue +194 -0
  755. package/src/views/market/market-event-edit-pro/dialog/components/content-analysis-waitFixTime.vue +143 -0
  756. package/src/views/market/market-event-edit-pro/dialog/components/node-customer-list.vue +293 -0
  757. package/src/views/market/market-event-edit-pro/dialog/components/node-equity-list.vue +225 -0
  758. package/src/views/market/market-event-edit-pro/dialog/components/options.js +318 -0
  759. package/src/views/market/market-event-edit-pro/dialog/components/theEchartFunctional.vue +179 -0
  760. package/src/views/market/market-event-edit-pro/dialog/event-template-save.vue +93 -0
  761. package/src/views/market/market-event-edit-pro/dialog/fail-upload-list.vue +96 -0
  762. package/src/views/market/market-event-edit-pro/dialog/node-content-analysis.vue +86 -0
  763. package/src/views/market/market-event-edit-pro/dialog/node-content-error.vue +131 -0
  764. package/src/views/market/market-event-edit-pro/dialog/same-type-customer-list.vue +183 -0
  765. package/src/views/market/market-event-edit-pro/dialog/upload.vue +316 -0
  766. package/src/views/market/market-event-edit-pro/event-base.vue +594 -0
  767. package/src/views/market/market-event-edit-pro/event-calc-btns.vue +132 -0
  768. package/src/views/market/market-event-edit-pro/event-calc.vue +129 -0
  769. package/src/views/market/market-event-edit-pro/event-canvas.vue +1434 -0
  770. package/src/views/market/market-event-edit-pro/event-main-btns.vue +1187 -0
  771. package/src/views/market/market-event-edit-pro/event-main.vue +755 -0
  772. package/src/views/market/market-event-edit-pro/event-publish-confirm.vue +47 -0
  773. package/src/views/market/market-event-edit-pro/function/channel-func.js +18 -0
  774. package/src/views/market/market-event-edit-pro/function/getNodeForm.js +755 -0
  775. package/src/views/market/market-event-edit-pro/g6-config/behavior/active.js +35 -0
  776. package/src/views/market/market-event-edit-pro/g6-config/behavior/anchor-add-edge.js +536 -0
  777. package/src/views/market/market-event-edit-pro/g6-config/behavior/brush-select.js +266 -0
  778. package/src/views/market/market-event-edit-pro/g6-config/behavior/click-select.js +104 -0
  779. package/src/views/market/market-event-edit-pro/g6-config/behavior/copy-paste.js +317 -0
  780. package/src/views/market/market-event-edit-pro/g6-config/behavior/drag-canvas.js +167 -0
  781. package/src/views/market/market-event-edit-pro/g6-config/behavior/drag-node.js +518 -0
  782. package/src/views/market/market-event-edit-pro/g6-config/behavior/index.js +15 -0
  783. package/src/views/market/market-event-edit-pro/g6-config/behavior/key-delete.js +250 -0
  784. package/src/views/market/market-event-edit-pro/g6-config/behavior/paste.js +328 -0
  785. package/src/views/market/market-event-edit-pro/g6-config/behavior/search-node.js +72 -0
  786. package/src/views/market/market-event-edit-pro/g6-config/behavior/select-all.js +78 -0
  787. package/src/views/market/market-event-edit-pro/g6-config/behavior/template-use.js +51 -0
  788. package/src/views/market/market-event-edit-pro/g6-config/behavior/zoom-canvas.js +66 -0
  789. package/src/views/market/market-event-edit-pro/g6-config/common.js +84 -0
  790. package/src/views/market/market-event-edit-pro/g6-config/flow-line-readonly.js +59 -0
  791. package/src/views/market/market-event-edit-pro/g6-config/flow-line.js +306 -0
  792. package/src/views/market/market-event-edit-pro/g6-config/flow-node-readonly.js +171 -0
  793. package/src/views/market/market-event-edit-pro/g6-config/flow-node.js +420 -0
  794. package/src/views/market/market-event-edit-pro/g6-config/index.js +57 -0
  795. package/src/views/market/market-event-edit-pro/g6-config/plugins/AlignToolBar.js +369 -0
  796. package/src/views/market/market-event-edit-pro/g6-config/plugins/Base.js +65 -0
  797. package/src/views/market/market-event-edit-pro/g6-config/plugins/DefaultToolBar.js +425 -0
  798. package/src/views/market/market-event-edit-pro/g6-config/plugins/FullScreenToolBar.js +212 -0
  799. package/src/views/market/market-event-edit-pro/g6-config/plugins/Grid.js +66 -0
  800. package/src/views/market/market-event-edit-pro/g6-config/plugins/MenuToolBar.js +1858 -0
  801. package/src/views/market/market-event-edit-pro/g6-config/plugins/Minimap.js +510 -0
  802. package/src/views/market/market-event-edit-pro/g6-config/plugins/SearchToolBar.js +356 -0
  803. package/src/views/market/market-event-edit-pro/g6-config/plugins/ZoomToolBar.js +372 -0
  804. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignBottom.svg +12 -0
  805. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignCenter.svg +20 -0
  806. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignHorizontal.svg +12 -0
  807. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignLeft.svg +12 -0
  808. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignMiddle.svg +14 -0
  809. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignRight.svg +12 -0
  810. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignTop.svg +12 -0
  811. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/alignVertical.svg +12 -0
  812. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/beautify.svg +30 -0
  813. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/clear.svg +12 -0
  814. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/close.svg +12 -0
  815. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/detail.svg +20 -0
  816. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/download.svg +17 -0
  817. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/hide.svg +15 -0
  818. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/link.svg +17 -0
  819. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/more.svg +1 -0
  820. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/panorama.svg +10 -0
  821. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/redo.svg +11 -0
  822. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-allSelect.svg +14 -0
  823. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-copy.svg +24 -0
  824. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-del.svg +27 -0
  825. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-enable.svg +1 -0
  826. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-group.svg +15 -0
  827. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-paste.svg +25 -0
  828. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-stop.svg +1 -0
  829. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/rightClick-switch.svg +1 -0
  830. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/show.svg +15 -0
  831. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/template.svg +23 -0
  832. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/undo.svg +11 -0
  833. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/zoom-in.svg +12 -0
  834. package/src/views/market/market-event-edit-pro/g6-config/plugins/imgs/zoom-out.svg +12 -0
  835. package/src/views/market/market-event-edit-pro/g6-config/plugins/index.js +22 -0
  836. package/src/views/market/market-event-edit-pro/g6-config/plugins/util.js +6 -0
  837. package/src/views/market/market-event-edit-pro/g6-config/stack/index.js +111 -0
  838. package/src/views/market/market-event-edit-pro/g6-config/stack/linked-list.js +236 -0
  839. package/src/views/market/market-event-edit-pro/g6-config/stack/stack.js +61 -0
  840. package/src/views/market/market-event-edit-pro/index.vue +71 -0
  841. package/src/views/market/market-event-edit-pro/select/detail-test-run-customer.vue +252 -0
  842. package/src/views/market/market-event-edit-pro/select/endday-trigger-rule.vue +195 -0
  843. package/src/views/market/market-event-edit-pro/select/node-select-act-case-library.vue +283 -0
  844. package/src/views/market/market-event-edit-pro/select/node-select-act-gift-group-copy.vue +438 -0
  845. package/src/views/market/market-event-edit-pro/select/node-select-act-gift-group.vue +851 -0
  846. package/src/views/market/market-event-edit-pro/select/node-select-allocation-rule.vue +126 -0
  847. package/src/views/market/market-event-edit-pro/select/node-select-app-act-group.vue +84 -0
  848. package/src/views/market/market-event-edit-pro/select/node-select-appact.vue +120 -0
  849. package/src/views/market/market-event-edit-pro/select/node-select-call-name.vue +156 -0
  850. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag-ai.vue +191 -0
  851. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag-customer.vue +202 -0
  852. package/src/views/market/market-event-edit-pro/select/node-select-channel-tag.vue +341 -0
  853. package/src/views/market/market-event-edit-pro/select/node-select-content-act.vue +314 -0
  854. package/src/views/market/market-event-edit-pro/select/node-select-content-equity.vue +488 -0
  855. package/src/views/market/market-event-edit-pro/select/node-select-content-graphic-template-detail.vue +200 -0
  856. package/src/views/market/market-event-edit-pro/select/node-select-content-graphic-template.vue +118 -0
  857. package/src/views/market/market-event-edit-pro/select/node-select-content-pro.vue +412 -0
  858. package/src/views/market/market-event-edit-pro/select/node-select-content-tab.vue +409 -0
  859. package/src/views/market/market-event-edit-pro/select/node-select-content-temp-inside.vue +193 -0
  860. package/src/views/market/market-event-edit-pro/select/node-select-content-temp-outside.vue +268 -0
  861. package/src/views/market/market-event-edit-pro/select/node-select-customer-ai-group.vue +118 -0
  862. package/src/views/market/market-event-edit-pro/select/node-select-customer-detail.vue +195 -0
  863. package/src/views/market/market-event-edit-pro/select/node-select-customer-group-tag.vue +396 -0
  864. package/src/views/market/market-event-edit-pro/select/node-select-customer-group.vue +62 -0
  865. package/src/views/market/market-event-edit-pro/select/node-select-customer-import.vue +168 -0
  866. package/src/views/market/market-event-edit-pro/select/node-select-customer.vue +105 -0
  867. package/src/views/market/market-event-edit-pro/select/node-select-equity-adv.vue +119 -0
  868. package/src/views/market/market-event-edit-pro/select/node-select-event.vue +128 -0
  869. package/src/views/market/market-event-edit-pro/select/node-select-explore-group.vue +66 -0
  870. package/src/views/market/market-event-edit-pro/select/node-select-external-act-copy.vue +279 -0
  871. package/src/views/market/market-event-edit-pro/select/node-select-external-act.vue +228 -0
  872. package/src/views/market/market-event-edit-pro/select/node-select-group.vue +1129 -0
  873. package/src/views/market/market-event-edit-pro/select/node-select-label-group.vue +930 -0
  874. package/src/views/market/market-event-edit-pro/select/node-select-maincontent-tag.vue +84 -0
  875. package/src/views/market/market-event-edit-pro/select/node-select-message.vue +384 -0
  876. package/src/views/market/market-event-edit-pro/select/node-select-prod-adv.vue +115 -0
  877. package/src/views/market/market-event-edit-pro/select/node-select-prod-detail.vue +126 -0
  878. package/src/views/market/market-event-edit-pro/select/node-select-prod-pro-name.vue +345 -0
  879. package/src/views/market/market-event-edit-pro/select/node-select-strtg-name.vue +147 -0
  880. package/src/views/market/market-event-edit-pro/select/node-select-suprecord.vue +97 -0
  881. package/src/views/market/market-event-edit-pro/select/node-select-tag-customer.vue +162 -0
  882. package/src/views/market/market-event-edit-pro/select/node-select-unique-customer.vue +118 -0
  883. package/src/views/market/market-event-edit-pro/select/node-select.vue +462 -0
  884. package/src/views/market/market-event-edit-pro/select/node-side-channel-preview.vue +144 -0
  885. package/src/views/market/market-event-edit-pro/select/node-side-customer-group-detail.vue +20 -0
  886. package/src/views/market/market-event-edit-pro/select/node-side-wechat-sub.vue +99 -0
  887. package/src/views/market/market-event-edit-pro/select/node-temp-detail.vue +94 -0
  888. package/src/views/market/market-event-edit-pro/select/product-mix-mode-custom.vue +239 -0
  889. package/src/views/market/market-event-edit-pro/select/product-select-detail.vue +190 -0
  890. package/src/views/market/market-event-edit-pro/select/product-select.vue +166 -0
  891. package/src/views/market/market-event-edit-pro/select/realtime-trigger-rule.vue +257 -0
  892. package/src/views/market/market-event-edit-pro/side/act/node-side-act.vue +193 -0
  893. package/src/views/market/market-event-edit-pro/side/channels/channel-comp.js +616 -0
  894. package/src/views/market/market-event-edit-pro/side/channels/common.js +297 -0
  895. package/src/views/market/market-event-edit-pro/side/channels/dialog/channel-dynamic-select-dialog.vue +399 -0
  896. package/src/views/market/market-event-edit-pro/side/channels/dialog/channel-target.vue +140 -0
  897. package/src/views/market/market-event-edit-pro/side/channels/dialog/code-table.vue +110 -0
  898. package/src/views/market/market-event-edit-pro/side/channels/dialog/issue-fields-select.vue +91 -0
  899. package/src/views/market/market-event-edit-pro/side/channels/dialog/preview.vue +488 -0
  900. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-call.vue +388 -0
  901. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-client.vue +226 -0
  902. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-dynamic.vue +346 -0
  903. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-elecpin.vue +231 -0
  904. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-handbnk.vue +176 -0
  905. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-phonebnk.vue +478 -0
  906. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-sms.vue +486 -0
  907. package/src/views/market/market-event-edit-pro/side/channels/node-side-channel-wechat.vue +182 -0
  908. package/src/views/market/market-event-edit-pro/side/customer/node-side-activityCst.vue +255 -0
  909. package/src/views/market/market-event-edit-pro/side/customer/node-side-composeCst.vue +186 -0
  910. package/src/views/market/market-event-edit-pro/side/customer/node-side-customer.vue +606 -0
  911. package/src/views/market/market-event-edit-pro/side/customer/node-side-flowCst.vue +186 -0
  912. package/src/views/market/market-event-edit-pro/side/dialog-side.vue +550 -0
  913. package/src/views/market/market-event-edit-pro/side/equity/node-side-equity.vue +264 -0
  914. package/src/views/market/market-event-edit-pro/side/event-form.vue +992 -0
  915. package/src/views/market/market-event-edit-pro/side/merge/node-side-merge.vue +145 -0
  916. package/src/views/market/market-event-edit-pro/side/node-card-tips.vue +178 -0
  917. package/src/views/market/market-event-edit-pro/side/node-side-detail-scene.vue +392 -0
  918. package/src/views/market/market-event-edit-pro/side/node-side-detail.vue +853 -0
  919. package/src/views/market/market-event-edit-pro/side/node-side-strategy-branch-editor.vue +153 -0
  920. package/src/views/market/market-event-edit-pro/side/node-side-strategy-table.vue +270 -0
  921. package/src/views/market/market-event-edit-pro/side/node-side-time-config.vue +45 -0
  922. package/src/views/market/market-event-edit-pro/side/node-side-time.vue +125 -0
  923. package/src/views/market/market-event-edit-pro/side/node-upload-customer-detail.vue +214 -0
  924. package/src/views/market/market-event-edit-pro/side/node-upload-customer.vue +369 -0
  925. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-delay.vue +166 -0
  926. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-timer.vue +267 -0
  927. package/src/views/market/market-event-edit-pro/side/opportunity/node-side-opportunity-trigger.vue +814 -0
  928. package/src/views/market/market-event-edit-pro/side/resource/node-side-act.vue +194 -0
  929. package/src/views/market/market-event-edit-pro/side/resource/node-side-content.vue +679 -0
  930. package/src/views/market/market-event-edit-pro/side/resource/node-side-equity.vue +293 -0
  931. package/src/views/market/market-event-edit-pro/side/resource/node-side-prod.vue +227 -0
  932. package/src/views/market/market-event-edit-pro/side/split/node-side-merge.vue +141 -0
  933. package/src/views/market/market-event-edit-pro/side/split/node-side-split-channel-branch.vue +434 -0
  934. package/src/views/market/market-event-edit-pro/side/split/node-side-split-channel.vue +303 -0
  935. package/src/views/market/market-event-edit-pro/side/split/node-side-split-cst-branch.vue +241 -0
  936. package/src/views/market/market-event-edit-pro/side/split/node-side-split-cst.vue +187 -0
  937. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-new.vue +248 -0
  938. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-no-resp.vue +127 -0
  939. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch-resp.vue +127 -0
  940. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-branch.vue +757 -0
  941. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt-new.vue +873 -0
  942. package/src/views/market/market-event-edit-pro/side/split/node-side-split-evt.vue +169 -0
  943. package/src/views/market/market-event-edit-pro/side/split/node-side-split-label-branch.vue +242 -0
  944. package/src/views/market/market-event-edit-pro/side/split/node-side-split-label.vue +198 -0
  945. package/src/views/market/market-event-edit-pro/side/split/node-side-split-rdm-branch.vue +217 -0
  946. package/src/views/market/market-event-edit-pro/side/split/node-side-split-rdm.vue +200 -0
  947. package/src/views/market/market-event-edit-pro/time/event-approve-time.vue +60 -0
  948. package/src/views/market/market-event-edit-pro/time/event-run-time.vue +96 -0
  949. package/src/views/market/market-event-edit-pro/time/event-watch-time.vue +98 -0
  950. package/src/views/market/market-event-edit-pro/util.js +3877 -0
  951. package/src/views/market/marketing-anti-disturbance.vue +554 -0
  952. package/src/views/market/monitor/act-target-table.vue +123 -0
  953. package/src/views/market/monitor/card-item.vue +219 -0
  954. package/src/views/market/monitor/circulation-customer-list.vue +219 -0
  955. package/src/views/market/monitor/customer-list-extend.js +144 -0
  956. package/src/views/market/monitor/customer-list.vue +761 -0
  957. package/src/views/market/monitor/info-card.vue +160 -0
  958. package/src/views/market/monitor/monitor-base.vue +357 -0
  959. package/src/views/market/monitor/monitor-charts-analysis.vue +41 -0
  960. package/src/views/market/monitor/monitor-detail-customer-target-detail.vue +66 -0
  961. package/src/views/market/monitor/monitor-detail-customer.vue +445 -0
  962. package/src/views/market/monitor/monitor-detail.vue +90 -0
  963. package/src/views/market/monitor/monitor-info-cur.vue +193 -0
  964. package/src/views/market/monitor/monitor-info.vue +245 -0
  965. package/src/views/market/monitor/monitor.vue +261 -0
  966. package/src/views/market/monitor/summary/channel-analysis-search.vue +198 -0
  967. package/src/views/market/monitor/summary/channel-analysis.vue +38 -0
  968. package/src/views/market/monitor/summary/channel-table.vue +353 -0
  969. package/src/views/market/monitor/summary/common/option.js +191 -0
  970. package/src/views/market/monitor/summary/components/channel-analysis-chart.vue +738 -0
  971. package/src/views/market/monitor/summary/components/channel-task-done.vue +333 -0
  972. package/src/views/market/monitor/summary/components/chart-container.vue +56 -0
  973. package/src/views/market/monitor/summary/components/chart-funnel.vue +190 -0
  974. package/src/views/market/monitor/summary/components/chart-line.vue +64 -0
  975. package/src/views/market/monitor/summary/components/chart-parent.vue +71 -0
  976. package/src/views/market/monitor/summary/components/customer-list.vue +636 -0
  977. package/src/views/market/monitor/summary/components/detail-card.vue +167 -0
  978. package/src/views/market/monitor/summary/components/empty.vue +22 -0
  979. package/src/views/market/monitor/summary/components/label-analysis-improve.vue +708 -0
  980. package/src/views/market/monitor/summary/components/label-analysis-whole.vue +859 -0
  981. package/src/views/market/monitor/summary/components/options-common.js +35 -0
  982. package/src/views/market/monitor/summary/components/part-body.vue +29 -0
  983. package/src/views/market/monitor/summary/components/ranking-list.vue +160 -0
  984. package/src/views/market/monitor/summary/components/statistics-small-card.vue +143 -0
  985. package/src/views/market/monitor/summary/components/tab-content.vue +167 -0
  986. package/src/views/market/monitor/summary/components/target-customer-list.vue +277 -0
  987. package/src/views/market/monitor/summary/components/task-content.vue +103 -0
  988. package/src/views/market/monitor/summary/components/task-sort.vue +216 -0
  989. package/src/views/market/monitor/summary/index.vue +687 -0
  990. package/src/views/market/monitor/summary/select-checkbox.vue +116 -0
  991. package/src/views/market/monitor/summary/summary-analysis.vue +547 -0
  992. package/src/views/market/monitor/summary/summary-label-analysis.vue +180 -0
  993. package/src/views/market/monitor/summary/summary-label-process.vue +19 -0
  994. package/src/views/market/monitor/summary/summary-label-result.vue +490 -0
  995. package/src/views/market/monitor/summary/summary-line-wjf.vue +456 -0
  996. package/src/views/market/monitor/summary/summary-line.vue +300 -0
  997. package/src/views/market/monitor/summary/summary-table.vue +106 -0
  998. package/src/views/market/monitor/target-analysis.vue +383 -0
  999. package/src/views/market/monitor/target-customer-list.vue +403 -0
  1000. package/src/views/market/order/order-analysis-detail.vue +277 -0
  1001. package/src/views/market/order/order-analysis.vue +258 -0
  1002. package/src/views/market/order/order.vue +151 -0
  1003. package/src/views/market/remote-canvas.vue +76 -0
  1004. package/src/views/market/report/report-customer-branch.vue +147 -0
  1005. package/src/views/market/report/report-customer-detail-target.vue +100 -0
  1006. package/src/views/market/report/report-customer-detail.vue +120 -0
  1007. package/src/views/market/report/report-customer-sub.vue +163 -0
  1008. package/src/views/market/report/report-event-all.vue +182 -0
  1009. package/src/views/market/report/report-event-sub.vue +200 -0
  1010. package/src/views/market-activity/common/config.js +221 -0
  1011. package/src/views/market-activity/components/bar-card.vue +66 -0
  1012. package/src/views/market-activity/components/custom-date-picker.vue +214 -0
  1013. package/src/views/market-activity/components/switch-tabs.vue +101 -0
  1014. package/src/views/market-activity/components/tab-content.vue +166 -0
  1015. package/src/views/market-activity/config/constant.js +82 -0
  1016. package/src/views/market-activity/config/customer-result-checkbox.vue +58 -0
  1017. package/src/views/market-activity/config/customer-result-fields.vue +324 -0
  1018. package/src/views/market-activity/config/customer-result-filter.vue +265 -0
  1019. package/src/views/market-activity/config/customer-to-group.vue +530 -0
  1020. package/src/views/market-activity/config/empty.vue +22 -0
  1021. package/src/views/market-activity/config/ranking-list.vue +81 -0
  1022. package/src/views/market-activity/config/the-activity-table.vue +295 -0
  1023. package/src/views/market-activity/config/the-echart-functional.vue +176 -0
  1024. package/src/views/market-activity/config/the-effect-table.vue +572 -0
  1025. package/src/views/market-activity/config/the-grade-dialog.vue +415 -0
  1026. package/src/views/market-activity/config/the-indicator-drawer.less +34 -0
  1027. package/src/views/market-activity/config/the-indicator-drawer.vue +835 -0
  1028. package/src/views/market-activity/config/the-views-card.vue +105 -0
  1029. package/src/views/market-activity/config/the-views-effect.vue +320 -0
  1030. package/src/views/market-activity/config/the-views-level.vue +247 -0
  1031. package/src/views/market-activity/config/the-views-type.vue +82 -0
  1032. package/src/views/market-activity/index.vue +553 -0
  1033. package/src/views/market-activity/summary/abtest-analysys.vue +150 -0
  1034. package/src/views/market-activity/summary/channel-analysis-search.vue +193 -0
  1035. package/src/views/market-activity/summary/channel-analysis.vue +45 -0
  1036. package/src/views/market-activity/summary/channel-table.vue +375 -0
  1037. package/src/views/market-activity/summary/customer-list.vue +561 -0
  1038. package/src/views/market-activity/summary/index.vue +341 -0
  1039. package/src/views/market-activity/summary/market-event-edit-pro/event-canvas.vue +1337 -0
  1040. package/src/views/market-activity/summary/market-info.vue +281 -0
  1041. package/src/views/monitoring-center/forewarning/config/common.js +302 -0
  1042. package/src/views/monitoring-center/forewarning/config/index.vue +79 -0
  1043. package/src/views/monitoring-center/forewarning/config/tab-channel.vue +287 -0
  1044. package/src/views/monitoring-center/forewarning/config/tab-event.vue +252 -0
  1045. package/src/views/monitoring-center/forewarning/config/tab-label.vue +183 -0
  1046. package/src/views/monitoring-center/forewarning/config/tab-operate.vue +236 -0
  1047. package/src/views/monitoring-center/forewarning/config/tab-timeTask.vue +242 -0
  1048. package/src/views/monitoring-center/forewarning/record/index.vue +233 -0
  1049. package/src/views/monitoring-center/manage/common.js +909 -0
  1050. package/src/views/monitoring-center/manage/components/bg-intro.vue +34 -0
  1051. package/src/views/monitoring-center/manage/components/error-components-customer-detail.vue +111 -0
  1052. package/src/views/monitoring-center/manage/components/event-leakage-customer-detail.vue +133 -0
  1053. package/src/views/monitoring-center/manage/index.vue +54 -0
  1054. package/src/views/monitoring-center/manage/tab-channel.vue +433 -0
  1055. package/src/views/monitoring-center/manage/tab-event.vue +221 -0
  1056. package/src/views/monitoring-center/manage/tab-label.vue +232 -0
  1057. package/src/views/monitoring-center/manage/tab-operate.vue +501 -0
  1058. package/src/views/mul-activity-type/act-type-edit-dialog.vue +126 -0
  1059. package/src/views/mul-activity-type/index.vue +356 -0
  1060. package/src/views/oa/components/event-channel-approve.vue +75 -0
  1061. package/src/views/oa/index.vue +316 -0
  1062. package/src/views/oa/oa-confirm.vue +57 -0
  1063. package/src/views/oa/oa-detail.vue +609 -0
  1064. package/src/views/oa/oa-message.vue +254 -0
  1065. package/src/views/oa/progress-test.vue +13 -0
  1066. package/src/views/process/charts.vue +389 -0
  1067. package/src/views/process/index.vue +402 -0
  1068. package/src/views/process/pro-manage/index.vue +0 -0
  1069. package/src/views/process/pro-manage/pro-title.vue +56 -0
  1070. package/src/views/process/process-customer-log.vue +103 -0
  1071. package/src/views/process/process-customer.vue +189 -0
  1072. package/src/views/process/process-executor.vue +251 -0
  1073. package/src/views/process/process-org.vue +333 -0
  1074. package/src/views/process/process-risk.vue +232 -0
  1075. package/src/views/process/statistics.vue +159 -0
  1076. package/src/views/product/components/product-select-dialog.vue +253 -0
  1077. package/src/views/product/dialog/picture-upload.vue +139 -0
  1078. package/src/views/product/productMatchRules/components/groupList.vue +487 -0
  1079. package/src/views/product/productMatchRules/components/product-customer-to-group.vue +581 -0
  1080. package/src/views/product/productMatchRules/components/product-select-dialog-search.vue +227 -0
  1081. package/src/views/product/productMatchRules/components/product-select-dialog.vue +284 -0
  1082. package/src/views/product/productMatchRules/components/product-target-customer-list.vue +194 -0
  1083. package/src/views/product/productMatchRules/index.vue +804 -0
  1084. package/src/views/product/productMatchRules/intelligentMatching.vue +183 -0
  1085. package/src/views/product/productMatchRules/resource.js +329 -0
  1086. package/src/views/reach/business/add.vue +508 -0
  1087. package/src/views/reach/business/bannerjump.vue +362 -0
  1088. package/src/views/reach/business/businessCopy.vue +1017 -0
  1089. package/src/views/reach/business/businessDetail.vue +786 -0
  1090. package/src/views/reach/business/businessEdit.vue +1038 -0
  1091. package/src/views/reach/business/businessList.vue +466 -0
  1092. package/src/views/reach/business/businessNew.vue +1004 -0
  1093. package/src/views/reach/business/components/act-gift-group.vue +431 -0
  1094. package/src/views/reach/business/components/actList.vue +219 -0
  1095. package/src/views/reach/business/components/activitySelector.vue +439 -0
  1096. package/src/views/reach/business/components/common.js +45 -0
  1097. package/src/views/reach/business/components/external-act.vue +260 -0
  1098. package/src/views/reach/business/components/image-con-upload.js +34 -0
  1099. package/src/views/reach/business/components/image-con.vue +229 -0
  1100. package/src/views/reach/business/components/image-upload.vue +259 -0
  1101. package/src/views/reach/business/components/resource-side-customer-upload.vue +354 -0
  1102. package/src/views/reach/business/components/resource-side-reach-customer.vue +64 -0
  1103. package/src/views/reach/business/components/resource-state-picture-upload.vue +98 -0
  1104. package/src/views/reach/business/components/resourcedetail.vue +238 -0
  1105. package/src/views/reach/business/components/resourceformItem.vue +256 -0
  1106. package/src/views/reach/business/groupList.vue +396 -0
  1107. package/src/views/reach/business/index.vue +247 -0
  1108. package/src/views/reach/business/resource.js +330 -0
  1109. package/src/views/reach/resource/location-analyse.vue +239 -0
  1110. package/src/views/reach/resource/resource-analyse.vue +247 -0
  1111. package/src/views/reach/resource-state/add.vue +508 -0
  1112. package/src/views/reach/resource-state/bannerjump.vue +362 -0
  1113. package/src/views/reach/resource-state/components/act-gift-group.vue +431 -0
  1114. package/src/views/reach/resource-state/components/actList.vue +219 -0
  1115. package/src/views/reach/resource-state/components/activitySelector.vue +439 -0
  1116. package/src/views/reach/resource-state/components/common.js +45 -0
  1117. package/src/views/reach/resource-state/components/external-act.vue +260 -0
  1118. package/src/views/reach/resource-state/components/image-con-upload.js +34 -0
  1119. package/src/views/reach/resource-state/components/image-con.vue +229 -0
  1120. package/src/views/reach/resource-state/components/image-pop.vue +372 -0
  1121. package/src/views/reach/resource-state/components/image-upload.vue +259 -0
  1122. package/src/views/reach/resource-state/components/resource-side-customer-upload.vue +354 -0
  1123. package/src/views/reach/resource-state/components/resource-side-reach-customer.vue +64 -0
  1124. package/src/views/reach/resource-state/components/resource-state-picture-upload.vue +98 -0
  1125. package/src/views/reach/resource-state/components/resourceListHead.vue +250 -0
  1126. package/src/views/reach/resource-state/components/resourcecreate.vue +410 -0
  1127. package/src/views/reach/resource-state/components/resourcedetail.vue +409 -0
  1128. package/src/views/reach/resource-state/components/resourceformItem.vue +325 -0
  1129. package/src/views/reach/resource-state/groupList.vue +419 -0
  1130. package/src/views/reach/resource-state/index copy.vue +308 -0
  1131. package/src/views/reach/resource-state/index.vue +334 -0
  1132. package/src/views/reach/resource-state/resource.js +330 -0
  1133. package/src/views/reach/resource-state/resourceCopy.vue +1612 -0
  1134. package/src/views/reach/resource-state/resourceDetail.vue +1483 -0
  1135. package/src/views/reach/resource-state/resourceEdit.vue +1609 -0
  1136. package/src/views/reach/resource-state/resourceList.vue +555 -0
  1137. package/src/views/reach/resource-state/resourceNew copy.vue +1361 -0
  1138. package/src/views/reach/resource-state/resourceNew.vue +1499 -0
  1139. package/src/views/report/components/report-effect-monitor-fields.vue +234 -0
  1140. package/src/views/report/event/report-customer-branch.vue +228 -0
  1141. package/src/views/report/event/report-customer-detail-target.vue +113 -0
  1142. package/src/views/report/event/report-customer-detail.vue +149 -0
  1143. package/src/views/report/event/report-customer-sub.vue +258 -0
  1144. package/src/views/report/event/report-event-all.vue +250 -0
  1145. package/src/views/report/event/report-event-sub.vue +255 -0
  1146. package/src/views/report/event-effect-analysis/components/marketing-customer-detail-dialog.vue +137 -0
  1147. package/src/views/report/event-effect-analysis/event-effect-analysis-executor.vue +188 -0
  1148. package/src/views/report/event-effect-analysis/index.vue +53 -0
  1149. package/src/views/report/fieldsList.js +1162 -0
  1150. package/src/views/report/report-app-detail.vue +68 -0
  1151. package/src/views/report/report-app-month-detail.vue +67 -0
  1152. package/src/views/report/report-app-month.vue +151 -0
  1153. package/src/views/report/report-app.vue +175 -0
  1154. package/src/views/report/report-effect-monitor-customer.vue +236 -0
  1155. package/src/views/report/report-effect-monitor-default.vue +374 -0
  1156. package/src/views/report/report-effect-monitor-mechanism.vue +375 -0
  1157. package/src/views/report/report-effect-monitor-staff.vue +376 -0
  1158. package/src/views/report/report-effect-monitor.vue +69 -0
  1159. package/src/views/scene/scene-edit/event-main-btns.vue +1159 -0
  1160. package/src/views/scene/scene-edit/event-main.vue +900 -0
  1161. package/src/views/scene/scene-edit/index.vue +129 -0
  1162. package/src/views/scene/scene-library-manage/scene-center.vue +798 -0
  1163. package/src/views/scene/scene-library-manage/scene-log.vue +116 -0
  1164. package/src/views/scene/scene-library-manage/scene-mode-detail.vue +313 -0
  1165. package/src/views/scene/scene-library-manage/scene-quote.vue +148 -0
  1166. package/src/views/scene/scene-library-manage/scene-side.vue +362 -0
  1167. package/src/views/scene/scene-library-manage/scene-upload.vue +265 -0
  1168. package/src/views/scene/scene-personal-template/index.vue +457 -0
  1169. package/src/views/system/data-manage.vue +89 -0
  1170. package/src/views/system/menu/index.vue +359 -0
  1171. package/src/views/system/menu/system-menu-list.vue +270 -0
  1172. package/src/views/system/notice/index.vue +213 -0
  1173. package/src/views/system/notice/notice-dialog.vue +111 -0
  1174. package/src/views/system/productMatchRules/components/product-select-dialog.vue +219 -0
  1175. package/src/views/system/productMatchRules/index.vue +484 -0
  1176. package/src/views/system/productMatchRules/intelligentMatching.vue +183 -0
  1177. package/src/views/system/role/index.vue +247 -0
  1178. package/src/views/system/role/system-role-side.vue +267 -0
  1179. package/src/views/system/system-bitmap.vue +131 -0
  1180. package/src/views/system/system-bizline.vue +313 -0
  1181. package/src/views/system/system-configure.vue +288 -0
  1182. package/src/views/system/system-infomation.vue +479 -0
  1183. package/src/views/system/system-log.vue +96 -0
  1184. package/src/views/system/system-login.vue +150 -0
  1185. package/src/views/system/system-org.vue +363 -0
  1186. package/src/views/system/system-param.vue +356 -0
  1187. package/src/views/system/system-position-setting.vue +86 -0
  1188. package/src/views/system/system-position.vue +257 -0
  1189. package/src/views/system/system-sms.vue +146 -0
  1190. package/src/views/system/user/index.vue +259 -0
  1191. package/src/views/system/user/system-user-setting.vue +82 -0
  1192. package/src/views/task/visit-record.vue +205 -0
  1193. package/src/views/template/components/audio-upload.vue +171 -0
  1194. package/src/views/template/components/equity-list.vue +148 -0
  1195. package/src/views/template/components/game-add.vue +335 -0
  1196. package/src/views/template/components/gift-list.vue +149 -0
  1197. package/src/views/template/components/picture-upload.vue +166 -0
  1198. package/src/views/template/components/rewardTable.vue +323 -0
  1199. package/src/views/template/components/task-list.vue +184 -0
  1200. package/src/views/template/components/uploadImage.vue +67 -0
  1201. package/src/views/template/dialog/app-message.vue +226 -0
  1202. package/src/views/template/dialog/audio.vue +215 -0
  1203. package/src/views/template/dialog/fail-upload-list.vue +141 -0
  1204. package/src/views/template/dialog/h5.vue +234 -0
  1205. package/src/views/template/dialog/message-content.vue +138 -0
  1206. package/src/views/template/dialog/message.vue +472 -0
  1207. package/src/views/template/dialog/picture copy.vue +273 -0
  1208. package/src/views/template/dialog/picture.vue +304 -0
  1209. package/src/views/template/dialog/send-modal.vue +52 -0
  1210. package/src/views/template/dialog/task-message.vue +256 -0
  1211. package/src/views/template/dialog/upload.vue +253 -0
  1212. package/src/views/template/oa-fields-config/app-message.js +69 -0
  1213. package/src/views/template/oa-fields-config/audio.js +76 -0
  1214. package/src/views/template/oa-fields-config/computed-tags.js +28 -0
  1215. package/src/views/template/oa-fields-config/h5.js +98 -0
  1216. package/src/views/template/oa-fields-config/message.js +71 -0
  1217. package/src/views/template/oa-fields-config/picture.js +85 -0
  1218. package/src/views/template/template-activity/branch.vue +682 -0
  1219. package/src/views/template/template-activity/canvas-edit.vue +115 -0
  1220. package/src/views/template/template-activity/event-base-information.vue +498 -0
  1221. package/src/views/template/template-activity/event-base.vue +313 -0
  1222. package/src/views/template/template-activity/master.vue +755 -0
  1223. package/src/views/template/template-app-message.vue +477 -0
  1224. package/src/views/template/template-audio.vue +517 -0
  1225. package/src/views/template/template-game.vue +258 -0
  1226. package/src/views/template/template-h5.vue +468 -0
  1227. package/src/views/template/template-message.vue +563 -0
  1228. package/src/views/template/template-picture.vue +531 -0
  1229. package/src/views/template/template-task.vue +464 -0
  1230. package/src/views/template/template.less +28 -0
  1231. package/src/views/yunhu/employee-list.vue +190 -0
  1232. package/tailwind.config.js +25 -0
  1233. package/vue.config.js +341 -0
  1234. package/workspace.code-workspace +7 -0
@@ -0,0 +1,348 @@
1
+ @font-face {font-family: "iconfont";
2
+ src: url('iconfont.eot?t=1589937746356'); /* IE9 */
3
+ src: url('iconfont.eot?t=1589937746356#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
+ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
5
+ url('iconfont.woff?t=1589937746356') format('woff'),
6
+ url('iconfont.ttf?t=1589937746356') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
7
+ url('iconfont.svg?t=1589937746356#iconfont') format('svg'); /* iOS 4.1- */
8
+ }
9
+
10
+ .iconfont {
11
+ font-family: "iconfont" !important;
12
+ font-size: 16px;
13
+ font-style: normal;
14
+ -webkit-font-smoothing: antialiased;
15
+ -moz-osx-font-smoothing: grayscale;
16
+ }
17
+
18
+ .icon-NB-qudaoguanli:before {
19
+ content: "\e6fd";
20
+ }
21
+
22
+ .icon-NB-mingdanguanli:before {
23
+ content: "\e6f4";
24
+ }
25
+
26
+ .icon-NB-neirongguanli:before {
27
+ content: "\e6f5";
28
+ }
29
+
30
+ .icon-NB-huodongguanli:before {
31
+ content: "\e6f6";
32
+ }
33
+
34
+ .icon-NB-shijianguanli:before {
35
+ content: "\e6f7";
36
+ }
37
+
38
+ .icon-NB-xitongguanli:before {
39
+ content: "\e6f8";
40
+ }
41
+
42
+ .icon-NB-chanpinguanli:before {
43
+ content: "\e6f9";
44
+ }
45
+
46
+ .icon-NB-shenpiguanli:before {
47
+ content: "\e6fa";
48
+ }
49
+
50
+ .icon-NB-yingxiaorending:before {
51
+ content: "\e6fb";
52
+ }
53
+
54
+ .icon-NB-zhinengfenxi:before {
55
+ content: "\e6fc";
56
+ }
57
+ .icon-side-report:before {
58
+ content: "\e6cb";
59
+ }
60
+
61
+ .icon-oa:before {
62
+ content: "\e6c3";
63
+ }
64
+
65
+ .icon-product:before {
66
+ content: "\e6c4";
67
+ }
68
+
69
+ .icon-equity:before {
70
+ content: "\e6c6";
71
+ }
72
+
73
+ .icon-side-strategy:before {
74
+ content: "\e6c7";
75
+ }
76
+
77
+ .icon-side-event:before {
78
+ content: "\e6c8";
79
+ }
80
+
81
+ .icon-side-customer:before {
82
+ content: "\e6c9";
83
+ }
84
+
85
+ .icon-side-content:before {
86
+ content: "\e6ca";
87
+ }
88
+
89
+ .icon-loop:before {
90
+ content: "\e6c1";
91
+ }
92
+
93
+ .icon-quanyi:before {
94
+ content: "\e6c2";
95
+ }
96
+
97
+ .icon-percent:before {
98
+ content: "\e682";
99
+ }
100
+
101
+ .icon-customer-list:before {
102
+ content: "\e647";
103
+ }
104
+
105
+ .icon-cognization:before {
106
+ content: "\e647";
107
+ }
108
+
109
+ .icon-to-bottom:before {
110
+ content: "\e6be";
111
+ }
112
+
113
+ .icon-drag:before {
114
+ content: "\e6bf";
115
+ }
116
+
117
+ .icon-to-top:before {
118
+ content: "\e6c0";
119
+ }
120
+
121
+ .icon-sample:before {
122
+ content: "\e6bd";
123
+ }
124
+
125
+ .icon-template:before {
126
+ content: "\e6b9";
127
+ }
128
+
129
+ .icon-system:before {
130
+ content: "\e6ba";
131
+ }
132
+
133
+ .icon-market:before {
134
+ content: "\e6bc";
135
+ }
136
+
137
+ .icon-home:before {
138
+ content: "\e6bb";
139
+ }
140
+
141
+ .icon-folder-fill:before {
142
+ content: "\e679";
143
+ }
144
+
145
+ .icon-close:before {
146
+ content: "\e69f";
147
+ }
148
+
149
+ .icon-charts:before {
150
+ content: "\e6b7";
151
+ }
152
+
153
+ .icon-save:before {
154
+ content: "\e685";
155
+ }
156
+
157
+ .icon-report:before {
158
+ content: "\e686";
159
+ }
160
+
161
+ .icon-button:before {
162
+ content: "\e687";
163
+ }
164
+
165
+ .icon-menu:before {
166
+ content: "\e688";
167
+ }
168
+
169
+ .icon-point:before {
170
+ content: "\e689";
171
+ }
172
+
173
+ .icon-strategy:before {
174
+ content: "\e68a";
175
+ }
176
+
177
+ .icon-tag-double:before {
178
+ content: "\e68b";
179
+ }
180
+
181
+ .icon-edit:before {
182
+ content: "\e68c";
183
+ }
184
+
185
+ .icon-all:before {
186
+ content: "\e68d";
187
+ }
188
+
189
+ .icon-plus:before {
190
+ content: "\e68e";
191
+ }
192
+
193
+ .icon-running:before {
194
+ content: "\e68f";
195
+ }
196
+
197
+ .icon-folder:before {
198
+ content: "\e690";
199
+ }
200
+
201
+ .icon-customer:before {
202
+ content: "\e691";
203
+ }
204
+
205
+ .icon-loading:before {
206
+ content: "\e692";
207
+ }
208
+
209
+ .icon-progress:before {
210
+ content: "\e693";
211
+ }
212
+
213
+ .icon-target:before {
214
+ content: "\e694";
215
+ }
216
+
217
+ .icon-channel:before {
218
+ content: "\e695";
219
+ }
220
+
221
+ .icon-lock:before {
222
+ content: "\e696";
223
+ }
224
+
225
+ .icon-hot:before {
226
+ content: "\e697";
227
+ }
228
+
229
+ .icon-content:before {
230
+ content: "\e698";
231
+ }
232
+
233
+ .icon-filter:before {
234
+ content: "\e699";
235
+ }
236
+
237
+ .icon-delete:before {
238
+ content: "\e69a";
239
+ }
240
+
241
+ .icon-target-setting:before {
242
+ content: "\e69b";
243
+ }
244
+
245
+ .icon-org:before {
246
+ content: "\e69c";
247
+ }
248
+
249
+ .icon-event:before {
250
+ content: "\e69d";
251
+ }
252
+
253
+ .icon-question:before {
254
+ content: "\e69e";
255
+ }
256
+
257
+ .icon-schedule:before {
258
+ content: "\e6a0";
259
+ }
260
+
261
+ .icon-error:before {
262
+ content: "\e6a1";
263
+ }
264
+
265
+ .icon-warning:before {
266
+ content: "\e6a2";
267
+ }
268
+
269
+ .icon-search:before {
270
+ content: "\e6a3";
271
+ }
272
+
273
+ .icon-image:before {
274
+ content: "\e6a4";
275
+ }
276
+
277
+ .icon-time:before {
278
+ content: "\e6a5";
279
+ }
280
+
281
+ .icon-success:before {
282
+ content: "\e6a6";
283
+ }
284
+
285
+ .icon-warning-shadow:before {
286
+ content: "\e6a7";
287
+ }
288
+
289
+ .icon-download:before {
290
+ content: "\e6a8";
291
+ }
292
+
293
+ .icon-eye:before {
294
+ content: "\e6a9";
295
+ }
296
+
297
+ .icon-air:before {
298
+ content: "\e6aa";
299
+ }
300
+
301
+ .icon-up-double:before {
302
+ content: "\e6ab";
303
+ }
304
+
305
+ .icon-success-shadow:before {
306
+ content: "\e6ac";
307
+ }
308
+
309
+ .icon-down-double:before {
310
+ content: "\e6ad";
311
+ }
312
+
313
+ .icon-edit-shadow:before {
314
+ content: "\e6ae";
315
+ }
316
+
317
+ .icon-right:before {
318
+ content: "\e6af";
319
+ }
320
+
321
+ .icon-left:before {
322
+ content: "\e6b0";
323
+ }
324
+
325
+ .icon-total-shadow:before {
326
+ content: "\e6b1";
327
+ }
328
+
329
+ .icon-budget:before {
330
+ content: "\e6b2";
331
+ }
332
+
333
+ .icon-eye-close:before {
334
+ content: "\e6b3";
335
+ }
336
+
337
+ .icon-open:before {
338
+ content: "\e6b4";
339
+ }
340
+
341
+ .icon-tag:before {
342
+ content: "\e6b5";
343
+ }
344
+
345
+ .icon-setting:before {
346
+ content: "\e6b6";
347
+ }
348
+
Binary file
@@ -0,0 +1 @@
1
+ !(function (l) { var a; var c; var i; var h; var o; var t; var m; var v = '<svg><symbol id="icon-side-report" viewBox="0 0 1024 1024"><path d="M547.2 42.666667c42.752 0 79.018667 28.970667 87.552 68.010666l0.426667 2.901334 3.072 0.256c38.058667 4.266667 68.821333 31.573333 76.8 66.816l1.365333 8.277333 0.170667 1.92h103.765333c42.453333 0 77.866667 28.842667 86.058667 67.072l1.322666 8.362667 0.469334 8.576v628.266666c0 43.477333-34.56 79.232-78.890667 83.541334l-8.96 0.426666H173.184c-45.482667 0-82.901333-33.024-87.381333-75.392L85.333333 903.125333V274.858667c0-43.477333 34.56-79.232 78.890667-83.541334l8.96-0.426666 103.68-0.042667 0.256-1.92c4.352-36.394667 32.682667-65.962667 69.546667-73.728l8.618666-1.365333 2.986667-0.256 0.512-2.901334c7.296-33.450667 34.986667-59.52 69.674667-66.304l8.832-1.28 9.045333-0.426666h100.864zM276.48 258.688l-103.253333 0.042667a16.810667 16.810667 0 0 0-16.298667 11.861333l-0.597333 4.266667v628.266666c0 7.381333 5.248 13.653333 12.373333 15.530667l4.48 0.597333h647.168a16.810667 16.810667 0 0 0 16.256-11.861333l0.597333-4.266667V274.858667a16.298667 16.298667 0 0 0-12.373333-15.530667l-4.48-0.597333-103.381333-0.042667 0.085333 2.773333c0 44.202667-35.285333 80.64-80.298667 85.034667l-9.130666 0.426667H365.909333c-46.208 0-84.352-33.706667-88.96-76.714667l-0.426666-8.746667-0.042667-2.773333z m100.949333 299.178667l6.954667 6.656v231.978666l-6.954667 6.656H316.586667l-6.954667-6.656v-231.978666l6.954667-6.656h60.885333z m151.04-103.082667l6.912 6.613333v335.104l-6.954666 6.656h-60.885334l-6.954666-6.656v-335.104l6.954666-6.613333h60.885334z m150.528 179.84l6.954667 6.656v154.624l-6.954667 6.656h-60.885333l-6.954667-6.656V641.28l6.954667-6.656h60.885333zM547.157333 110.506667h-100.821333a18.346667 18.346667 0 0 0-17.92 13.610666l-0.512 4.010667v19.029333c0 16.64-12.544 30.506667-29.098667 33.365334l-6.4 0.554666h-26.453333a18.432 18.432 0 0 0-17.792 12.714667l-0.64 3.754667v63.914666c0 8.32 6.058667 15.36 14.165333 17.152l4.266667 0.469334h261.674667a18.346667 18.346667 0 0 0 17.92-13.568l0.512-4.053334V198.442667a18.133333 18.133333 0 0 0-14.336-16.938667l-4.096-0.426667h-26.496a35.114667 35.114667 0 0 1-34.944-27.818666l-0.554667-6.101334v-19.029333a18.090667 18.090667 0 0 0-18.432-17.621333z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-oa" viewBox="0 0 1024 1024"><path d="M916.0704 972.3904H112.64a33.28 33.28 0 0 1-33.4848-32.9216 33.28 33.28 0 0 1 33.4848-32.9216h803.4304c18.432 0 33.4848 14.848 33.4848 32.9216a33.28 33.28 0 0 1-33.4848 32.9216z m0-131.6864H112.64a33.28 33.28 0 0 1-33.4848-32.8704v-164.5568c0-54.272 45.2096-98.7648 100.4544-98.7648h214.2208c-6.656-39.4752-26.7776-77.312-55.1936-110.2336a227.7376 227.7376 0 0 1-58.624-153.088c0-62.464 25.088-121.7024 71.9872-166.144C398.848 70.6048 459.1104 49.152 524.3904 50.8416c120.5248 4.9664 222.6176 107.008 224.3072 225.4848 1.6896 59.2384-21.76 116.7872-61.952 161.28-28.416 29.5936-45.1584 65.792-51.8656 106.9056h214.272c55.2448 0 100.4032 44.4416 100.4032 98.7648v164.5568a33.28 33.28 0 0 1-33.4848 32.8704zM146.1248 774.912h736.512v-131.6352a33.28 33.28 0 0 0-33.4848-32.9216H598.016a33.28 33.28 0 0 1-33.4848-32.9216c0-69.12 25.088-134.912 71.9872-184.32 30.1056-31.232 45.1584-72.3968 45.1584-115.2-1.6384-85.504-73.6256-157.952-160.6656-161.2288-46.848-1.6384-90.368 14.848-122.2144 46.08a161.8944 161.8944 0 0 0-51.8656 118.4768c0 39.4752 15.0528 79.0016 41.8304 108.5952 48.5376 54.272 75.3152 120.1152 75.3152 187.5968a33.28 33.28 0 0 1-33.4336 32.9216H179.6096a33.28 33.28 0 0 0-33.4848 32.9216v131.584z" fill="#000000" ></path></symbol><symbol id="icon-product" viewBox="0 0 1024 1024"><path d="M424.4992 558.336a23.5008 23.5008 0 0 1 23.5008 23.5008V931.84a23.5008 23.5008 0 0 1-23.5008 23.5008H74.752A23.5008 23.5008 0 0 1 51.2 931.84v-350.0544c0-12.9536 10.496-23.5008 23.5008-23.5008H424.448z m462.336 0c12.9536 0 23.4496 10.5472 23.4496 23.5008V931.84a23.5008 23.5008 0 0 1-23.4496 23.5008h-350.1056a23.5008 23.5008 0 0 1-23.4496-23.5008v-350.0544c0-12.9536 10.496-23.5008 23.4496-23.5008h350.1056zM369.6128 616.2432H129.5872a20.48 20.48 0 0 0-20.48 20.48v240.2816c0 11.264 9.1648 20.48 20.48 20.48h240.0256a20.48 20.48 0 0 0 20.48-20.48v-240.2816a20.48 20.48 0 0 0-20.48-20.48z m462.336 0h-240.2816a20.48 20.48 0 0 0-20.48 20.48v240.2816c0 11.264 9.1648 20.48 20.48 20.48h240.2304a20.48 20.48 0 0 0 20.48-20.48v-240.2816a20.48 20.48 0 0 0-20.48-20.48zM751.2576 51.2512c6.1952 0.512 11.9808 3.4304 16.0256 8.192l199.7824 234.752a23.5008 23.5008 0 0 1 5.4272 17.152 23.5008 23.5008 0 0 1-7.9872 15.9744l-234.8032 199.7824a23.5008 23.5008 0 0 1-15.5136 4.9664 23.5008 23.5008 0 0 1-17.8176-7.7824L496.8448 289.536a23.5008 23.5008 0 0 1 2.56-33.1264L734.208 56.832a23.5008 23.5008 0 0 1 17.1008-5.5808z m-326.8096 40.5504a23.5008 23.5008 0 0 1 23.5008 23.5008v350.0544a23.5008 23.5008 0 0 1-23.5008 23.5008H74.752A23.5008 23.5008 0 0 1 51.2 465.3568V115.3024a23.5008 23.5008 0 0 1 23.5008-23.5008H424.448z m307.712 42.1888l-3.4304 2.4064-150.6304 128.768a20.48 20.48 0 0 0-2.2528 28.8768l129.024 151.04a20.48 20.48 0 0 0 25.4464 4.608l3.4304-2.3552 150.5792-128.768a20.48 20.48 0 0 0 2.304-28.8768l-129.024-151.04a20.48 20.48 0 0 0-25.4976-4.608z m-365.4656 18.5856H132.4544a20.48 20.48 0 0 0-20.48 20.48v234.5472c0 11.264 9.1648 20.48 20.48 20.48h234.2912a20.48 20.48 0 0 0 20.48-20.48v-234.496a20.48 20.48 0 0 0-20.48-20.48z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-equity" viewBox="0 0 1024 1024"><path d="M831.232 826.88H195.84c-11.9296 0-22.9888-9.216-26.624-22.528l-19.3536-64.4096 54.272-19.456 12.9536 42.9568h593.8688l105.8816-369.152a18.0736 18.0736 0 0 0-6.4512-20.4288c-2.7648-2.048-11.0592-7.168-19.3024 1.024l-168.4992 151.3472c-7.3728 6.144-15.6672 8.192-24.8832 6.144-8.2944-2.048-15.6672-9.216-19.3536-18.432L527.36 121.344c-3.6864-10.24-11.0592-11.264-14.7456-11.264a15.7696 15.7696 0 0 0-14.6944 10.24l-159.3344 394.752a28.3648 28.3648 0 0 1-19.3024 17.3568 28.2624 28.2624 0 0 1-24.8832-6.144L137.8816 381.0304c-9.216-7.168-16.5888-3.072-19.3536-1.024a18.0736 18.0736 0 0 0-6.4512 20.48l92.1088 320-54.3232 19.456L57.7536 419.84c-10.0864-34.816 1.8432-71.5776 28.5696-92.0064 27.648-20.48 62.6176-18.432 87.4496 5.12L302.6944 451.584l143.616-355.84c11.9808-29.6448 37.7856-48.0256 67.2256-48.0256 29.4912 0 55.296 19.4048 66.304 49.0496l136.2944 354.816 139.9296-124.7232c12.9024-11.264 28.5696-18.432 45.1072-18.432 14.7456 0 29.4912 5.12 42.3936 14.336 12.8512 9.216 22.0672 22.4768 27.648 37.8368 5.4784 17.408 6.4 35.7888 0.8704 53.1456l-113.2544 391.6288c-2.4576 8.8576-11.6736 16.0256-27.648 21.504z m7.168 142.4384H217.088a32.4608 32.4608 0 0 1-32.8704-31.744c0-17.3568 14.848-31.6928 32.8704-31.6928h621.312c18.0224 0 32.8704 14.336 32.8704 31.744 0 17.3568-14.848 31.6928-32.8704 31.6928z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-side-strategy" viewBox="0 0 1024 1024"><path d="M727.7568 47.104c27.392 0 52.5312 15.0016 66.048 39.2704l215.7056 387.072c13.312 23.9104 13.312 53.1968 0 77.1584l-215.7568 387.072a75.5712 75.5712 0 0 1-66.048 39.2192H296.2944a75.5712 75.5712 0 0 1-66.048-39.2704l-215.7056-387.072a79.4624 79.4624 0 0 1 0-77.1584l215.7568-387.072A75.5712 75.5712 0 0 1 296.2944 47.104h431.4624z m0 64.8704H296.2432a11.52 11.52 0 0 0-9.9328 6.144l-215.7568 387.072a14.1312 14.1312 0 0 0 0 13.6192l215.7568 387.072a11.52 11.52 0 0 0 9.9328 6.144h431.5136a11.52 11.52 0 0 0 9.9328-6.144l215.7568-387.072a14.1312 14.1312 0 0 0 0-13.6192l-215.7568-387.072a11.52 11.52 0 0 0-9.9328-6.144z m-224.256 155.4944l82.6368 92.3648h-49.3568v279.296a390.656 390.656 0 0 1 49.3568-79.0528c39.7312-50.3296 64.4096-67.7888 75.1616-73.9328l-42.9568-33.8944 115.9168-15.36v107.776l-35.4304-28.7232a309.1456 309.1456 0 0 0-95.488 121.1392c-35.4304 80.0768-33.28 138.5984-33.28 138.5984H438.0672s2.1504-58.5216-33.28-138.5984c-31.1296-69.8368-82.6368-111.9232-95.5392-121.1392l-36.4544 28.7232V436.8896l115.8656 15.36-41.8304 33.8944c10.752 6.144 35.4304 23.6032 75.1104 73.9328a390.656 390.656 0 0 1 49.3568 79.0528V359.8336h-49.3568l81.5616-92.3648z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-side-event" viewBox="0 0 1024 1024"><path d="M701.63 103.4c24.075 0 46.17 13.185 58.05 34.515l189.585 340.2c11.7 21.015 11.7 46.755 0 67.815l-189.63 340.2a66.42 66.42 0 0 1-58.05 34.47H322.415a66.42 66.42 0 0 1-58.05-34.515l-189.585-340.2a69.84 69.84 0 0 1 0-67.815l189.63-340.2A66.42 66.42 0 0 1 322.415 103.4h379.215z m0 57.015H322.37a10.125 10.125 0 0 0-8.73 5.4l-189.63 340.2a12.42 12.42 0 0 0 0 11.97l189.63 340.2a10.125 10.125 0 0 0 8.73 5.4h379.26a10.125 10.125 0 0 0 8.73-5.4l189.63-340.2a12.42 12.42 0 0 0 0-11.97l-189.63-340.2a10.125 10.125 0 0 0-8.73-5.4z m-85.77 128.88l-93.42 207.765 121.77 51.93-251.01 187.02 76.77-164.88-96.165-58.95 242.1-222.885z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-side-customer" viewBox="0 0 1024 1024"><path d="M922.7776 910.0288a30.976 30.976 0 1 1 4.1984 61.7472l-4.1984 0.256h-261.4272a30.976 30.976 0 1 1-4.1984-61.7472l4.1984-0.256h261.4272zM475.392 50.432c144.384 0 261.376 117.504 261.376 262.4512a262.2976 262.2976 0 0 1-162.56 242.7904c21.2992 5.6832 42.1376 13.1584 62.208 22.3744l2.3552 1.024a38.8096 38.8096 0 0 1-44.9536 51.9168l-5.0688-1.536-15.616-5.4784a322.304 322.304 0 0 0-97.792-15.7696c-176.5376 0-320.3584 140.544-326.5536 316.3136l-0.2048 11.776a32.7168 32.7168 0 0 1-65.3312-0.8704l0.0512 0.8192c0.0512-174.592 114.688-327.68 280.4224-376.9856l12.8-3.584A262.2976 262.2976 0 0 1 214.016 312.8832c0-144.896 117.0432-262.4512 261.4272-262.4512z m447.3856 726.7328a30.976 30.976 0 1 1 4.1984 61.7472l-4.1984 0.256h-261.4272a30.976 30.976 0 1 1-4.1984-61.7472l4.1984-0.256h261.4272z m0-132.864a30.976 30.976 0 1 1 4.1984 61.7472l-4.1984 0.256h-261.4272a30.976 30.976 0 1 1-4.1984-61.7472l4.1984-0.256h261.4272zM475.392 116.0704a196.4544 196.4544 0 0 0-196.096 196.8128 196.4544 196.4544 0 0 0 196.096 196.864 196.4544 196.4544 0 0 0 196.0448-196.864 196.4544 196.4544 0 0 0-196.096-196.8128z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-side-content" viewBox="0 0 1024 1024"><path d="M753.28 51.2c117.674667 0 213.717333 92.586667 219.306667 208.896l0.213333 10.666667v482.517333c0 117.674667-92.586667 213.717333-208.896 219.306667l-10.666667 0.213333H270.762667a219.562667 219.562667 0 0 1-219.306667-208.896l-0.213333-10.666667V270.762667c0-117.674667 92.586667-213.717333 208.896-219.306667l10.666666-0.213333h482.517334z m0 63.786667H270.72A155.776 155.776 0 0 0 115.242667 261.546667l-0.256 9.130666v482.56a155.776 155.776 0 0 0 146.602666 155.477334l9.130667 0.256h482.56a155.776 155.776 0 0 0 155.477333-146.602667l0.256-9.130667V270.72a155.733333 155.733333 0 0 0-155.733333-155.733333zM274.474667 635.946667a35.541333 35.541333 0 1 1 0 71.04 35.541333 35.541333 0 0 1 0-71.04z m465.024 4.309333c13.994667 0 25.344 13.653333 25.344 30.464 0 16.810667-11.349333 30.464-25.344 30.464H384.213333c-14.037333 0-25.386667-13.653333-25.386666-30.464 0-16.810667 11.349333-30.464 25.386666-30.464h355.285334z m-465.024-156.586667a35.541333 35.541333 0 1 1 0 71.082667 35.541333 35.541333 0 0 1 0-71.082667z m465.024 4.352c13.994667 0 25.344 13.653333 25.344 30.421334 0 16.810667-11.349333 30.464-25.344 30.464H384.213333c-14.037333 0-25.386667-13.653333-25.386666-30.464 0-16.810667 11.349333-30.421333 25.386666-30.421334h355.285334zM274.474667 331.434667a35.541333 35.541333 0 1 1 0 71.04 35.541333 35.541333 0 0 1 0-71.04z m465.024 4.266666c13.994667 0 25.344 13.653333 25.344 30.506667 0 16.810667-11.349333 30.421333-25.344 30.421333H384.213333c-14.037333 0-25.386667-13.653333-25.386666-30.421333 0-16.853333 11.349333-30.464 25.386666-30.464h355.285334z" fill="#000000" fill-opacity=".85" ></path></symbol><symbol id="icon-loop" viewBox="0 0 1024 1024"><path d="M138.478933 510.600533c0 203.605333 168.516267 372.1216 372.1216 372.1216 126.3616 0 231.697067-63.214933 301.909334-161.4848H721.237333v-70.212266h210.602667v210.602666h-70.178133v-84.241066c-84.2752 105.335467-210.6368 175.547733-351.061334 175.547733-245.76 0-442.333867-196.608-442.333866-442.368z m307.165867-175.5136c12.1856 0.1024 23.688533 0.853333 29.832533 6.997334l182.545067 105.335466c21.0944 14.0288 35.1232 35.089067 35.1232 63.146667 0 28.125867-14.0288 49.152-35.1232 63.214933l-182.545067 105.335467c-14.0288 6.997333-21.060267 6.997333-35.089066 6.997333-14.0288 0-21.060267 0-35.1232-6.997333-21.060267-14.062933-35.089067-35.1232-35.089067-63.214933v-210.602667c0-28.091733 14.0288-49.152 35.089067-63.214933 14.062933-7.031467 21.0944-7.031467 35.1232-7.031467z m-5.256533 70.178134v210.6368l182.545066-105.301334-182.545066-105.335466zM510.600533 68.266667c245.76 0 442.333867 196.608 442.333867 442.333866H882.688c0-203.605333-168.516267-372.1216-372.1216-372.1216-126.395733 0-238.728533 63.1808-308.906667 161.4848h98.269867v70.212267h-210.602667v-210.602667h70.178134v84.206934C243.780267 138.478933 370.141867 68.266667 510.634667 68.266667z" fill="#2c2c2c" fill-opacity=".45" ></path></symbol><symbol id="icon-quanyi" viewBox="0 0 1024 1024"><path d="M243.749693 878.682596h-16.300678c-15.374879 0-28.336067-11.010397-33.130384-26.848176l-63.31805-319.599095c-0.495964-1.421763-0.495964-2.87659-0.495964-4.298354 0 1.917727 0 3.835454 0.495964 5.290281l63.814014 319.566032c4.794317 15.341815 17.755505 26.848176 33.09732 26.848175h547.51101c17.755505 0 30.716694-10.547498 33.09732-26.385276l64.309978-320.061995a28.732838 28.732838 0 0 0-1.917727-16.763578L243.749693 878.682596zM761.965773 917.566161H243.782758c-17.755505 0-33.09732 15.341815-33.09732 33.09732 0 17.755505 15.341815 33.130384 33.09732 33.130384h518.249144c17.755505 0 33.064256-15.374879 33.064256-33.130384 0-17.755505-15.30875-33.09732-33.064256-33.09732z" fill="#E8A520" ></path><path d="M119.461156 479.464772c50.88589 0 90.232354-41.760155 90.232354-92.579916 0-50.918954-42.223055-88.314627-90.232354-88.314627C71.517985 298.570229 29.261866 340.29732 29.261866 388.769519c0 48.472199 39.842428 90.695253 90.19929 90.695253z m293.676719-277.838941c0 48.009299 39.842428 90.232354 90.19929 90.232354 48.472199 0 90.695253-39.842428 90.232354-90.232354 0-47.943171-42.223055-90.19929-90.232354-90.199289-47.943171 0-90.19929 39.842428-90.19929 90.199289zM784.54866 389.265483a90.19929 90.19929 0 1 0 180.398579 0 90.19929 90.19929 0 0 0-180.398579 0z" fill="#EFC572" ></path><path d="M861.323862 501.551695a31.377979 31.377979 0 0 0-30.749758-6.745108l-177.026025 55.217307-123.329674-215.942654c-6.712044-11.043461-17.259541-17.755505-28.303003-17.755505-10.580562 0-22.086923 6.712044-28.303003 17.755505l-123.329674 215.90959-177.555053-55.184243c-11.043461-4.794317-22.053859-2.380626-30.716694 6.745108-9.09267 6.712044-13.424088 19.673232-11.010397 30.68363l63.814014 319.599095c4.794317 15.341815 17.755505 26.848176 33.09732 26.848176h16.333742l627.129739-361.789086a53.167323 53.167323 0 0 0-10.051534-15.341815z" fill="#EFC572" ></path><path d="M457.873813 0.991928c47.976235 0 89.73639 41.760155 90.19929 89.73639V90.265418c0-48.009299-42.223055-90.232354-90.19929-90.232354-47.976235 0-90.19929 39.842428-90.199289 90.232354v0.4629c0-50.389926 42.223055-89.73639 90.199289-89.73639z m370.914821 187.639651c48.472199 0 89.73639 41.727091 90.232354 89.73639v-0.495964c0-47.976235-41.760155-90.19929-90.232354-90.199289-47.976235 0-90.19929 42.223055-90.199289 90.199289v0.495964c0-48.009299 42.223055-89.73639 90.199289-89.73639z m-732.703907 202.485502c9.09267-9.125735 19.673232-11.043461 30.683629-6.712044l176.59619 55.184243 123.329674-215.90959c6.712044-11.076526 17.755505-17.78857 28.303003-17.78857 11.043461 0 22.086923 6.712044 28.303003 17.755506l123.329674 215.90959 177.059089-55.151179c11.043461-4.298353 24.467549 0 30.716694 6.712044 4.298353 4.298353 7.670907 9.125735 9.588634 13.886987h0.495964a41.660962 41.660962 0 0 0-9.588634-14.878915 31.377979 31.377979 0 0 0-30.749758-6.678979l-177.05909 55.184243-123.329673-215.90959c-6.67898-11.076526-17.259541-17.78857-28.303003-17.78857-10.547498 0-22.053859 6.712044-28.303003 17.755505l-123.329674 215.90959-177.05909-55.647142c-11.010397-4.794317-22.053859-2.380626-30.683629 6.712044-7.703972 5.786245-12.498289 16.796642-12.002325 26.88124 0-10.084598 4.298353-20.169196 12.002325-25.426413z" fill="#FFB415" ></path></symbol><symbol id="icon-percent" viewBox="0 0 1024 1024"><path d="M162.94711076 894.95318798c-11.31184759 0-22.60896721-4.31558799-31.24014322-12.94676399-17.26235199-17.24762272-17.26235199-45.2326637 0-62.48028514l692.2615332-692.2615332c17.26235199-17.26235199 45.21793444-17.26235199 62.48028514 0 17.26235199 17.24762272 17.26235199 45.2326637 0 62.48028513l-692.26153319 692.26153321C185.55607798 890.63759997 174.25895965 894.95318798 162.94711076 894.95318798zM936.21797253 725.57004758c0-113.7076384-92.49792336-206.20556305-206.20556305-206.20556304s-206.20556305 92.49792336-206.20556306 206.20556304 92.49792336 206.20556305 206.20556306 206.20556307S936.21797253 839.27768598 936.21797253 725.57004758zM847.84415943 725.57004758c0 64.96948157-52.86226837 117.83174994-117.83174995 117.83174995s-117.83174994-52.86226837-117.83174995-117.83174995 52.86226837-117.83174994 117.83174995-117.83174994S847.84415943 660.60056601 847.84415943 725.57004758zM494.34890828 283.70098334c0-113.7076384-92.49792336-206.20556305-206.20556305-206.20556304s-206.20556305 92.49792336-206.20556305 206.20556304 92.49792336 206.20556305 206.20556305 206.20556306S494.34890828 397.40862304 494.34890828 283.70098334zM405.97509647 283.70098334c0 64.96948157-52.86226837 117.83174994-117.83174994 117.83174995s-117.83174994-52.86226837-117.83174994-117.83174995 52.86226837-117.83174994 117.83174994-117.83174994S405.97509647 218.73150307 405.97509647 283.70098334z" ></path></symbol><symbol id="icon-customer-list" viewBox="0 0 1024 1024"><path d="M683.52380915 812.09523835h257.14285752v-64.28571416h-257.14285752v64.28571416z m32.14285752-482.14285752a257.14285752 257.14285752 0 0 0-514.28571416 0 256.95 256.95 0 0 0 159.94285664 237.85714336A385.52142832 385.52142832 0 0 0 72.80952419 940.66666667h64.28571416a321.42857168 321.42857168 0 0 1 321.4285708-321.42857168 318.21428584 318.21428584 0 0 1 160.71428585 44.61428584V590.75952419a383.52857168 383.52857168 0 0 0-63.51428585-22.95A256.95 256.95 0 0 0 715.66666667 329.95238083z m-257.14285752 192.85714336a192.85714248 192.85714248 0 1 1 0-385.71428584 192.85714248 192.85714248 0 0 1 0 385.71428584zM683.52380915 940.66666667h257.14285752v-64.28571416h-257.14285752v64.28571416z m0-321.42857168v64.28571416h257.14285752V619.23809499h-257.14285752z" ></path></symbol><symbol id="icon-to-bottom" viewBox="0 0 1024 1024"><path d="M199.99999971 929.57333362v-69.60000058h624.00000058v69.60000058H199.99999971zM512 806.69333304l-24.95999971-23.99999942-242.88000029-242.88000029 49.92000029-49.92000029 183.35999971 183.36000058V98.69333362h69.59999971v574.56L730.40000029 489.89333304l49.91999942 49.92000029-242.87999942 242.88000029-25.44000029 23.99999942z" fill="#2c2c2c" ></path></symbol><symbol id="icon-drag" viewBox="0 0 1024 1024"><path d="M918.6875 480.359375l-101.14453125-101.09179688v106.20703126H536.046875v-281.60156251h106.20703125L541.00390625 102.78125a42.71484375 42.71484375 0 0 0-60.64453125 0L379.26757812 203.92578125h106.20703126v281.54882813h-281.60156251V379.26757812L102.78125 480.359375a42.71484375 42.71484375 0 0 0 0 60.64453125l101.14453125 101.19726563V536.046875h281.54882813v281.49609375H379.26757812L480.359375 918.6875a42.71484375 42.71484375 0 0 0 60.64453125 0l101.19726563-101.14453125H536.046875V536.046875h281.49609375v106.20703125l101.14453125-101.19726563a42.71484375 42.71484375 0 0 0 0-60.64453124z" fill="#2c2c2c" ></path></symbol><symbol id="icon-to-top" viewBox="0 0 1024 1024"><path d="M199.99999971 97.00999971v69.60000059h624.00000058V97.00999971H199.99999971zM512 219.8900003l-24.95999971 23.99999941-242.88000029 242.88000029 49.92000029 49.9200003 183.35999971-183.36000059v574.56h69.59999971V353.32999971L730.40000029 536.6900003l49.91999942-49.9200003-242.87999942-242.88000029-25.44000029-23.99999941z" fill="#2c2c2c" ></path></symbol><symbol id="icon-sample" viewBox="0 0 1024 1024"><path d="M659.27878311 103.44736838a71.98519703 71.98519703 0 0 1 4.08552649 143.88157865l-4.08552649 0.08881622h-6.90542798v153.45148013l188.66694123 461.17598675 0.66611837 3.3305919v4.21875a50.95805961 50.95805961 0 0 1-50.9580596 50.95805959H243.82072351a50.95805961 50.95805961 0 0 1-50.93585513-50.95805959v-4.21875l0.59950662-3.19736839 1.53207202-3.93009851 187.17927649-457.42351987V247.41776324h-6.88322351A71.98519703 71.98519703 0 0 1 371.22697351 103.55838825L375.3125 103.44736838h283.96628311zM358.25986838 174.45559189l-0.22203974 0.99917798 0.22203974 1.04358526a15.32072351 15.32072351 0 0 0 12.27878311 10.87993461l2.33141391 0.26644702 2.4424346-0.06661176h66.72286176v223.46052649l-0.66611838 3.35279553-182.64967135 446.32154636h517.12993459l-35.77055959-87.41694041H696.07072351a29.90871689 29.90871689 0 0 1-2.88651325-59.68421108l2.88651325-0.13322351 19.49506623-0.02220365-20.69407947-50.60279635h-51.40213824a29.90871689 29.90871689 0 0 1-2.88651244-59.68421027l2.88651244-0.13322351 26.91118459-0.02220447-20.71628311-50.58059188h-58.77384851a29.90871689 29.90871689 0 0 1-2.88651325-59.70641474l2.88651325-0.1332235h34.28289487l-20.69407946-50.60279637h-50.40296028a29.90871689 29.90871689 0 0 1-2.88651324-59.68421026l2.88651324-0.13322351 38.45723676-0.02220447v-50.60279553h-38.45723676a29.90871689 29.90871689 0 0 1-2.88651324-59.68421027l2.88651324-0.13322434 38.45723676-0.02220364V187.578125h59.8174346v0.04440811h7.74917715a15.32072351 15.32072351 0 0 0 16.20888162-11.12417798l0.17763163-1.06578973-0.19983527-0.97697351a15.49835513 15.49835513 0 0 0-12.30098675-10.94654553l-2.30921027-0.26644785-2.42023095 0.04440811-284.74342054-0.04440811a15.54276324 15.54276324 0 0 0-16.27549338 11.21299338zM489.79605298 734.03947351a22.20394702 22.20394702 0 1 1 0 44.40789487 22.20394702 22.20394702 0 0 1 0-44.40789487z m-66.61184271-66.61184189a22.20394702 22.20394702 0 1 1-1e-8 44.40789487 22.20394702 22.20394702 0 0 1 0-44.40789487z m66.61184271-111.01973675a44.40789487 44.40789487 0 1 1-1e-8 88.81578973 44.40789487 44.40789487 0 0 1 0-88.81578973z" ></path></symbol><symbol id="icon-template" viewBox="0 0 1024 1024"><path d="M832.170667 725.461333H405.290667A106.709333 106.709333 0 0 1 298.538667 618.666667V191.829333A106.709333 106.709333 0 0 1 405.333333 85.12h426.88a106.709333 106.709333 0 0 1 106.709334 106.709333v426.88a106.709333 106.709333 0 0 1-106.709334 106.752zM813.653333 156.970667H423.808c-29.44 0-53.333333 23.850667-53.333333 53.333333v390.912c0 29.482667 23.850667 53.418667 53.333333 53.418667h389.888a53.333333 53.333333 0 0 0 53.290667-53.418667V210.218667c0-29.44-23.850667-53.290667-53.333334-53.290667v0.042667zM156.714667 814.549333c0 29.44 23.893333 53.418667 53.376 53.418667h390.314666c29.44 0 53.333333-23.978667 53.333334-53.418667v-18.133333h71.68v35.754667a106.666667 106.666667 0 0 1-106.752 106.709333H191.829333a106.709333 106.709333 0 0 1-106.709333-106.709333V405.290667a106.666667 106.666667 0 0 1 106.709333-106.666667h36.138667V369.493333h-17.877333c-29.44 0-53.333333 23.893333-53.333334 53.333334v391.722666zM476.16 298.453333h284.330667a35.584 35.584 0 0 1 0 71.082667h-284.373334a35.584 35.584 0 1 1 0-71.082667z m0 142.293334h284.330667a35.584 35.584 0 0 1 0 71.082666h-284.373334a35.584 35.584 0 1 1 0-71.082666z" ></path></symbol><symbol id="icon-system" viewBox="0 0 1024 1024"><path d="M177.066667 697.728l330.026666 186.794667c0.426667 0.213333 0.853333 0.213333 1.194667 0.042666l330.112-186.837333V324.992L508.330667 138.24a1.194667 1.194667 0 0 0-1.194667 0L177.066667 324.949333v372.736z m368 240.768a76.330667 76.330667 0 0 1-74.709334 0L148.138667 757.333333a74.24 74.24 0 0 1-38.101334-64.768V330.154667c0-26.837333 14.506667-51.498667 38.101334-64.725334l322.218666-181.205333a76.330667 76.330667 0 0 1 74.709334 0l322.218666 181.205333c23.552 13.226667 38.101333 37.888 38.101334 64.725334v362.410666c0 26.88-14.506667 51.541333-38.101334 64.768l-322.218666 181.162667z m-24.192-285.013333c-77.653333 0-140.501333-61.141333-140.501334-136.533334 0-75.349333 62.848-136.576 140.501334-136.576s140.544 61.184 140.544 136.533334c0 75.392-62.890667 136.618667-140.544 136.618666z m0-53.973334c47.957333 0 86.528-37.12 86.528-82.56s-38.570667-82.602667-86.528-82.602666-86.528 37.162667-86.528 82.602666c0 45.397333 38.570667 82.56 86.528 82.56z" ></path></symbol><symbol id="icon-market" viewBox="0 0 1024 1024"><path d="M255.872 469.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v213.461333a42.666667 42.666667 0 0 1-85.333334 0V512a42.666667 42.666667 0 0 1 42.666667-42.666667zM512 298.496a42.666667 42.666667 0 0 1 42.666667 42.709333v384.213334a42.666667 42.666667 0 0 1-85.333334 0V341.248a42.666667 42.666667 0 0 1 42.666667-42.666667z m256.128-213.418667a42.666667 42.666667 0 0 1 42.666667 42.666667v597.674667a42.666667 42.666667 0 0 1-85.333334 0V127.786667a42.666667 42.666667 0 0 1 42.666667-42.666667zM127.786667 853.504h768.426666a42.666667 42.666667 0 0 1 0 85.376H127.744a42.666667 42.666667 0 0 1 0-85.376z" ></path></symbol><symbol id="icon-home" viewBox="0 0 1024 1024"><path d="M911.530667 454.570667l-323.712-337.024A104.277333 104.277333 0 0 0 512 85.12c-28.8 0-55.722667 11.52-75.818667 32.426667l-323.712 337.024c-33.365333 34.773333-29.098667 64.853333-23.552 77.397333 3.925333 8.917333 17.194667 33.408 55.466667 33.408h47.445333v259.242667c0 58.88 42.24 114.261333 102.314667 114.261333h137.813333v-274.346667c0-29.44-4.437333-45.824 25.6-45.824h108.885334c30.037333 0 25.6 16.384 25.6 45.824v274.346667h137.813333c60.032 0 102.314667-55.424 102.314667-114.261333V565.333333h47.445333c38.272 0 51.541333-24.490667 55.466667-33.408 5.546667-12.586667 9.813333-42.666667-23.552-77.44zM879.616 512h-100.821333v312.618667c0 29.44-18.944 60.885333-48.938667 60.885333h-84.48v-221.013333c0-58.837333-18.858667-99.114667-78.933333-99.114667h-108.885334c-60.074667 0-78.933333 40.277333-78.933333 99.157333v221.013334h-84.48c-29.994667 0-48.938667-31.530667-48.938667-60.928V512H144.426667c-0.938667 0-1.834667-3.669333-2.602667-3.712 1.834667-3.242667 5.034667-11.434667 10.325333-16.938667l323.712-336.725333c9.685333-10.112 23.338667-16.256 36.565334-16.128 13.226667-0.128 26.026667 6.016 35.712 16.128l323.712 336.725333c5.290667 5.546667 8.490667 13.696 10.325333 16.938667-0.768 0-1.621333 3.712-2.56 3.712z" ></path></symbol><symbol id="icon-folder-fill" viewBox="0 0 1024 1024"><path d="M950.857143 841.142857V285.257143c0-65.828571-62.171429-62.171429-62.171429-62.171429h-343.771428c-21.942857 0-32.914286-10.971429-32.914286-10.971428s-10.971429-21.942857-36.571429-62.171429-58.514286-36.571429-58.514285-36.571428H149.942857c-73.142857 0-76.8 73.142857-76.8 73.142857v650.971428c0 80.457143 58.514286 69.485714 58.514286 69.485715h760.685714c65.828571 3.657143 58.514286-65.828571 58.514286-65.828572z" fill="" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M163.114667 192.256h700.373333c21.461333 0 32.213333 10.709333 32.213333 32.170667s-10.752 32.170667-32.213333 32.170666H163.114667c-21.418667 0-32.170667-10.709333-32.170667-32.170666s10.752-32.170667 32.170667-32.170667z m0 574.72h700.373333c21.461333 0 32.213333 10.666667 32.213333 32.128s-10.752 32.213333-32.213333 32.213333H163.114667c-21.418667 0-32.170667-10.752-32.170667-32.213333s10.752-32.170667 32.170667-32.170667z m318.378666-381.952h382.037334c21.461333 0 32.170667 10.752 32.170666 32.213333 0 21.418667-10.709333 32.170667-32.170666 32.170667h-382.037334c-21.461333 0-32.170667-10.752-32.170666-32.170667 0-21.461333 10.709333-32.213333 32.170666-32.213333z m0 193.109333h382.037334c21.461333 0 32.170667 10.752 32.170666 32.170667 0 21.461333-10.709333 32.213333-32.170666 32.213333h-382.037334c-21.461333 0-32.170667-10.752-32.170666-32.213333 0-21.418667 10.709333-32.170667 32.170666-32.170667z m-351.573333-65.962666l191.317333-127.573334v255.146667l-191.317333-127.573333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-charts" viewBox="0 0 1024 1024"><path d="M184.106667 498.218667c0-14.293333 11.605333-25.898667 25.898666-25.898667h51.712c14.250667 0 25.856 11.605333 25.856 25.898667v206.848a25.941333 25.941333 0 0 1-25.856 25.898666H209.92a25.941333 25.941333 0 0 1-25.856-25.898666v-206.848z m247.893333-155.178667c0-14.293333 11.648-25.898667 25.898667-25.898667h51.712c14.293333 0 25.898667 11.605333 25.898666 25.898667v362.026667a25.941333 25.941333 0 0 1-25.898666 25.898666h-51.754667a25.941333 25.941333 0 0 1-25.813333-25.898666V343.04z m247.936-206.933333c0-14.293333 11.605333-25.856 25.898667-25.856h51.712c14.250667 0 25.856 11.648 25.856 25.856v568.96a25.941333 25.941333 0 0 1-25.856 25.898666h-51.754667a25.941333 25.941333 0 0 1-25.856-25.898666V136.149333z m206.933333 688.085333H110.933333c-14.250667 0-25.813333 20.053333-25.813333 44.586667 0 24.746667 11.52 44.629333 25.813333 44.629333h775.936c14.293333 0 25.813333-19.84 25.813334-44.629333 0-24.533333-11.52-44.586667-25.813334-44.586667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-save" viewBox="0 0 1024 1024"><path d="M854.272 111.786667c29.44 0 53.333333 23.893333 53.333333 53.333333v692.906667c0 29.44-23.893333 53.333333-53.333333 53.333333H214.741333c-29.44 0-53.333333-23.893333-53.333333-53.333333V165.12c0-29.44 23.893333-53.333333 53.333333-53.333333h639.573334-0.042667zM347.989333 431.573333a53.248 53.248 0 0 1-53.333333-53.248V165.12H214.741333v692.906667h639.658667V165.12H774.4v213.12c0 29.44-23.893333 53.333333-53.333333 53.333333H347.989333z m0-53.248H721.066667V165.12H347.989333v213.205333z m372.992 213.12a26.624 26.624 0 1 1 0.085334 53.248H347.989333a26.624 26.624 0 1 1 0-53.248h372.992z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-report" viewBox="0 0 1024 1024"><path d="M708.778667 85.76l195.669333 182.698667v616.362666c0 28.970667-25.173333 52.522667-56.234667 52.522667H193.194667c-30.976 0-56.234667-23.509333-56.234667-52.48V138.24c0-28.928 25.173333-52.48 56.234667-52.48h515.584z m4.138666 86.4V272.64h107.562667l-107.52-100.437333zM191.36 877.482667H850.346667V333.866667h-138.410667c-32 0-58.026667-23.466667-58.026667-52.352V148.565333H191.36v728.917334z m557.098667-347.306667c17.28 0 31.274667 13.013333 31.317333 29.141333 0 16.085333-13.994667 29.184-31.232 29.184H307.584c-17.237333 0-31.274667-13.098667-31.274667-29.184 0-16.128 14.037333-29.184 31.274667-29.184h440.874667z m0 158.677333c17.28 0 31.274667 13.056 31.317333 29.141334 0 16.128-13.994667 29.184-31.232 29.184H307.584c-17.237333 0-31.274667-13.056-31.274667-29.184 0-16.085333 14.037333-29.141333 31.274667-29.141334h440.874667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-button" viewBox="0 0 1024 1024"><path d="M234.794667 212.736h582.528c60.330667 0 109.226667 67.242667 109.226666 150.186667v300.373333c0 82.944-48.896 150.186667-109.226666 150.186667H234.794667c-60.330667 0-109.226667-67.242667-109.226667-150.186667v-300.373333c0-82.944 48.896-150.186667 109.226667-150.186667z m8.618666 52.266667c-38.954667 0-70.528 44.8-70.528 100.138666v300.373334c0 55.338667 31.573333 100.138667 70.528 100.138666h564.053334c38.912 0 70.485333-44.8 70.485333-100.138666v-300.373334c0-55.296-31.573333-100.138667-70.528-100.138666H243.370667z m7.296 135.466666h97.109334c21.077333 0 37.717333 5.973333 49.578666 17.877334 10.965333 11.221333 16.64 26.282667 16.64 45.226666 0 14.037333-2.986667 25.941333-8.618666 35.754667a53.76 53.76 0 0 1-24.32 20.693333c13.909333 3.157333 24.32 9.813333 31.445333 19.968 6.826667 9.813333 10.368 23.466667 10.368 40.32 0 25.258667-7.424 43.818667-21.973333 55.765334-12.458667 9.813333-30.293333 14.72-52.821334 14.72H250.709333V400.469333z m34.773334 33.664v71.509334h53.12c14.848 0 25.258667-3.157333 31.488-8.746667 5.930667-5.973333 9.173333-15.445333 9.173333-28.416 0-11.946667-3.242667-20.693333-9.173333-25.941333-6.528-5.632-16.64-8.405333-30.890667-8.405334H285.44z m0 105.173334v77.824h57.6c13.056 0 23.466667-2.474667 30.848-7.381334 9.514667-6.314667 14.250667-16.128 14.250666-30.122666 0-14.378667-3.541333-24.576-10.368-30.848-7.125333-6.314667-18.432-9.472-33.877333-9.472h-58.453333z m153.770666-138.837334h173.653334v35.072h-69.461334v215.253334h-34.730666v-215.253334h-69.461334v-35.072z m198.912 0h34.730667l104.832 180.565334h1.152V400.469333h35.029333v250.325334h-33.834666l-105.984-183.04h-1.194667v183.04h-34.730667V400.469333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-menu" viewBox="0 0 1024 1024"><path d="M159.189333 390.101333A53.717333 53.717333 0 0 1 159.146667 293.973333l345.685333-172.928a53.674667 53.674667 0 0 1 47.914667 0l347.989333 173.397334a53.674667 53.674667 0 0 1-0.085333 96.213333l-347.392 171.562667a53.546667 53.546667 0 0 1-47.701334-0.085334L159.189333 390.101333z m369.493334-221.013333l-345.6 172.885333 346.325333 172.032 347.306667-171.52-348.032-173.354666z m-386.816 365.824a26.88 26.88 0 1 1 25.216-47.445333l362.410666 192.256 362.496-191.701334a26.88 26.88 0 0 1 25.088 47.445334l-375.125333 198.314666a27.093333 27.093333 0 0 1-25.173333 0l-374.912-198.869333z m748.970666 117.973333a26.88 26.88 0 1 1 25.685334 47.274667l-374.186667 202.88a27.178667 27.178667 0 0 1-25.728-0.085333l-373.162667-203.349334a26.88 26.88 0 1 1 25.685334-47.189333l360.277333 196.394667 361.429333-195.925334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-point" viewBox="0 0 1024 1024"><path d="M512 108.629333c220.629333 0 403.370667 182.741333 403.370667 403.370667S732.586667 915.370667 512 915.370667 108.629333 732.586667 108.629333 512 291.413333 108.629333 512 108.629333z m0 47.445334c-194.432 0-355.925333 161.493333-355.925333 355.925333S317.568 867.925333 512 867.925333s355.925333-161.493333 355.925333-355.925333S706.432 156.074667 512 156.074667z m0 118.613333c129.706667 0 237.269333 107.605333 237.269333 237.312 0 129.706667-107.52 237.269333-237.269333 237.269333-129.706667 0-237.269333-107.52-237.269333-237.269333 0-129.706667 107.52-237.269333 237.269333-237.269333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-strategy" viewBox="0 0 1024 1024"><path d="M380.842667 730.154667v-51.712c0-11.733333-7.125333-24.405333-18.901334-32.128a299.093333 299.093333 0 0 1-135.04-250.624c-0.298667-166.016 132.224-301.184 296.533334-300.544 163.712 0.597333 296.362667 135.168 296.362666 300.501333a298.837333 298.837333 0 0 1-136.32 251.434667c-11.008 7.168-17.706667 18.901333-17.706666 29.738666v53.333334c0 33.962667-17.066667 64.725333-43.989334 82.773333v6.058667c0 54.784-44.16 99.370667-98.432 99.370666a98.986667 98.986667 0 0 1-98.474666-99.413333v-6.016a99.626667 99.626667 0 0 1-44.032-82.773333z m165.12 101.248v-23.04h-46.08v23.04a23.04 23.04 0 0 0 46.08 0z m46.08-92.16v-23.04h-138.24v23.04c0 12.672 10.368 23.04 23.04 23.04h92.16a23.04 23.04 0 0 0 23.04-23.04z m55.253333-153.514667a229.461333 229.461333 0 0 0 105.984-193.578667c0-127.061333-102.997333-231.722667-231.424-231.722666-127.872 0-227.882667 103.765333-229.162667 228.693333a229.973333 229.973333 0 0 0 104.917334 195.968 123.690667 123.690667 0 0 1 55.125333 85.034667h47.146667v-61.141334l-39.296-39.296a23.04 23.04 0 1 1 32.597333-32.597333l29.738667 29.824 29.824-29.781333a23.04 23.04 0 1 1 32.554666 32.597333l-39.338666 39.296v61.098667h46.933333a120.106667 120.106667 0 0 1 54.4-84.394667z m-89.045333-242.517333a23.04 23.04 0 0 1 20.608 33.365333l-46.08 92.117333a23.04 23.04 0 0 1-41.173334-20.608l29.397334-58.794666h-54.869334a23.04 23.04 0 0 1-20.693333-33.194667l46.08-93.696a23.04 23.04 0 0 1 41.386667 20.309333l-29.738667 60.501334h55.168-0.085333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-tag-double" viewBox="0 0 1024 1024"><path d="M861.184 589.226667l-406.485333-409.173334-249.344-8.106666-2.688-67.754667 298.069333 8.106667 379.392 379.392a55.594667 55.594667 0 0 1 0 78.592l-18.944 18.986666z m-57.045333 13.696c24.362667 21.674667 24.362667 56.917333-2.730667 81.322666l-208.64 208.64a55.594667 55.594667 0 0 1-78.592 0l-379.392-379.392-8.106667-298.069333 298.069334 8.106667 379.392 379.392zM270.293333 413.226667c32.512 0 56.874667-27.093333 59.605334-59.605334a60.16 60.16 0 0 0-59.605334-59.605333 60.16 60.16 0 0 0-59.648 59.605333 60.16 60.16 0 0 0 59.648 59.605334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-edit" viewBox="0 0 1024 1024"><path d="M498.261333 218.837333H165.12v639.701334h639.701333V525.226667l-0.042666-1.365334a39.978667 39.978667 0 1 1 79.957333 1.450667v359.765333c0 29.44-23.850667 53.333333-53.333333 53.333334H138.453333a53.333333 53.333333 0 0 1-53.290666-53.333334V192.213333c0-29.482667 23.893333-53.333333 53.333333-53.333333h359.808a39.978667 39.978667 0 1 1 0 80z m293.162667-40.021333L404.949333 565.333333v53.333334h53.333334l386.474666-386.474667-53.333333-53.333333z m137.344 75.946667L484.949333 698.581333h-160v-159.957333l443.946667-443.733333a31.658667 31.658667 0 0 1 22.485333-9.386667h0.042667c8.192 0 16.426667 3.072 22.656 9.301333l114.688 114.688c5.717333 5.76 9.258667 13.653333 9.258667 22.442667v0.341333a31.701333 31.701333 0 0 1-9.258667 22.485334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-all" viewBox="0 0 1024 1024"><path d="M512 900.48c-213.674667 0-388.48-174.805333-388.48-388.48S298.325333 123.52 512 123.52 900.48 298.325333 900.48 512 725.674667 900.48 512 900.48z m0-728.362667A337.792 337.792 0 0 0 172.117333 512 337.792 337.792 0 0 0 512 851.882667 337.792 337.792 0 0 0 851.882667 512 337.792 337.792 0 0 0 512 172.117333z m208.810667 208.768H303.189333c-14.549333 0-24.277333-9.685333-24.277333-24.277333 0-14.549333 9.728-24.277333 24.32-24.277333h417.578667c14.549333 0 24.277333 9.728 24.277333 24.32 0 14.506667-9.728 24.234667-24.32 24.234666z m0 155.392H303.189333c-14.549333 0-24.277333-9.728-24.277333-24.277333 0-14.549333 9.728-24.277333 24.32-24.277333h417.578667c14.549333 0 24.277333 9.728 24.277333 24.277333 0 14.549333-9.728 24.277333-24.32 24.277333z m0 155.392H303.189333c-14.549333 0-24.277333-9.728-24.277333-24.32 0-14.506667 9.728-24.234667 24.32-24.234666h417.578667c14.549333 0 24.277333 9.685333 24.277333 24.277333 0 14.549333-9.728 24.277333-24.32 24.277333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-plus" viewBox="0 0 1024 1024"><path d="M894.72 471.04h-348.288V133.034667c0-15.616-15.616-36.394667-36.394667-36.394667-20.821333 0-36.394667 20.778667-36.394666 41.6v337.92H135.68c-20.821333-5.205333-41.642667 15.616-41.642667 36.394667s20.821333 36.394667 36.394667 36.394666h337.92v337.92c5.248 20.821333 20.821333 41.6 41.642667 41.6 20.778667 0 36.394667-20.778667 36.394666-36.394666v-343.125334h343.125334c20.778667 0 36.394667-20.778667 36.394666-36.394666s-10.410667-41.6-31.189333-41.6z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-running" viewBox="0 0 1024 1024"><path d="M847.36 600.234667a52.906667 52.906667 0 1 1-0.042667-105.856 52.906667 52.906667 0 0 1 0 105.856z m-52.992-176.469334a35.285333 35.285333 0 1 1 0-70.570666 35.285333 35.285333 0 0 1 0 70.570666z m35.285333 282.368a70.613333 70.613333 0 1 1-141.184 0 70.613333 70.613333 0 0 1 141.226667 0z m-264.704-300.032a141.226667 141.226667 0 1 1 0-282.368 141.226667 141.226667 0 0 1 0 282.368z m-229.418666 388.266667a105.898667 105.898667 0 1 1 0-211.754667 105.898667 105.898667 0 0 1 0 211.754667z m-88.277334-264.704a123.52 123.52 0 1 1 0-247.082667 123.52 123.52 0 0 1 0 247.04z m317.696 194.133333a88.234667 88.234667 0 1 1 0 176.469334 88.234667 88.234667 0 0 1 0-176.469334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-folder" viewBox="0 0 1024 1024"><path d="M204.8 902.528a85.205333 85.205333 0 0 1-60.757333-25.216 85.12 85.12 0 0 1-25.173334-60.672V207.232c0-22.613333 9.173333-44.757333 25.173334-60.757333 16.042667-16.128 37.888-25.173333 60.629333-25.130667H452.266667c8.96 0 17.493333 4.266667 22.912 11.52l105.685333 140.885333h271.658667c22.954667 0 44.373333 8.96 60.586666 25.173334 16.213333 16.213333 25.088 37.674667 25.045334 60.586666v457.386667a84.906667 84.906667 0 0 1-25.173334 60.586667c-16.042667 16.213333-37.845333 25.216-60.586666 25.173333H204.8v-0.128zM204.8 178.56a28.373333 28.373333 0 0 0-28.714667 28.672V816.64c0 15.829333 12.842667 28.629333 28.672 28.629333h647.594667a28.757333 28.757333 0 0 0 28.544-28.416V359.381333a28.458667 28.458667 0 0 0-28.373333-28.458666H566.613333c-8.96 0-17.493333-4.266667-22.912-11.434667l-105.685333-140.928H204.842667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-customer" viewBox="0 0 1024 1024"><path d="M734.762667 648.234667c-8.021333-53.461333-33.28-96.213333-85.888-137.045334 15.658667-13.397333 33.706667-23.722667 53.162666-30.378666a93.525333 93.525333 0 0 1-40.149333-76.885334 94.037333 94.037333 0 0 1 94.165333-93.994666 94.037333 94.037333 0 0 1 94.165334 93.994666c0 31.744-16 59.946667-40.149334 76.885334a165.632 165.632 0 0 1 111.445334 156.032c-0.213333 7.594667-0.426667 11.392-0.64 11.392H734.72h0.042667z m-453.077334 0a21216.853333 21216.853333 0 0 1-184.96-0.682667v-10.709333a164.992 164.992 0 0 1 111.274667-155.904 93.525333 93.525333 0 0 1-40.106667-76.885334A94.037333 94.037333 0 0 1 261.973333 310.058667 94.037333 94.037333 0 0 1 356.266667 404.053333c0 31.744-16.042667 59.946667-40.149334 76.885334 16.64 5.717333 32.298667 14.08 46.293334 24.789333-47.189333 34.688-74.24 82.346667-80.64 142.464z m164.693334-176.341334l0.256-0.042666a118.784 118.784 0 0 1-57.6-101.973334 119.253333 119.253333 0 0 1 119.296-119.04 119.125333 119.125333 0 0 1 119.253333 119.04c0 41.216-21.12 77.653333-53.034667 99.029334a13.738667 13.738667 0 0 0-2.389333 25.045333c106.410667 59.733333 138.026667 112.341333 138.026667 196.693333 0 41.514667-21.930667 63.530667-70.229334 69.12l-270.037333-0.042666c-40.234667 0-61.909333-30.250667-61.909333-69.034667-4.394667-96.768 39.466667-160.896 133.76-195.84a13.738667 13.738667 0 0 0 4.565333-22.954667h0.042667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-loading" viewBox="0 0 1024 1024"><path d="M474.026667 123.050667a37.973333 37.973333 0 1 1 75.946666 0v151.808a37.973333 37.973333 0 1 1-75.946666 0V123.050667z m0 626.090666a37.973333 37.973333 0 1 1 75.946666 0v151.808a37.973333 37.973333 0 1 1-75.946666 0v-151.808z m426.922666-275.072a37.973333 37.973333 0 1 1 0 75.861334h-151.808a37.973333 37.973333 0 1 1 0-75.861334h151.808z m-626.090666 0a37.973333 37.973333 0 1 1 0 75.861334H123.050667a37.973333 37.973333 0 1 1 0-75.861334h151.808z m539.008 286.122667a37.973333 37.973333 0 1 1-53.674667 53.674667l-107.306667-107.349334a37.973333 37.973333 0 1 1 53.632-53.632l107.349334 107.306667zM371.114667 317.44a37.973333 37.973333 0 1 1-53.632 53.674667L210.133333 263.808a37.973333 37.973333 0 1 1 53.674667-53.674667l107.306667 107.349334z m389.077333-107.349333a37.973333 37.973333 0 1 1 53.674667 53.674666l-107.349334 107.306667a37.973333 37.973333 0 1 1-53.632-53.632l107.306667-107.349333zM317.44 652.885333a37.973333 37.973333 0 1 1 53.632 53.632l-107.306667 107.349334a37.973333 37.973333 0 1 1-53.674666-53.674667l107.349333-107.306667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-progress" viewBox="0 0 1024 1024"><path d="M898.816 483.498667c0.725333 9.429333 1.450667 18.858667 1.450667 28.501333A388.266667 388.266667 0 1 1 512 123.733333c202.538667 0 368.64 155.136 386.474667 353.066667l1.792 2.858667-1.450667 3.84zM512 162.56A349.44 349.44 0 1 0 861.44 512c0-5.973333-0.298667-11.776-1.066667-22.272l-0.170666-2.218667-0.085334-1.109333-0.64-8.576A349.184 349.184 0 0 0 512 162.517333z m-306.389333 348.544c0-171.52 135.978667-310.485333 303.744-310.485333 102.613333 0 0 0 0 0v310.485333l239.530666 190.421333c-55.594667 72.96-142.08 120.021333-239.530666 120.021334-167.765333 0-303.786667-139.008-303.786667-310.442667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-target" viewBox="0 0 1024 1024"><path d="M193.194667 590.762667h-5.589334a62.037333 62.037333 0 1 1 0-124.032h5.589334a341.504 341.504 0 0 1 273.493333-273.493334v-5.632a62.037333 62.037333 0 0 1 124.074667 0v5.589334a341.504 341.504 0 0 1 273.493333 273.493333h5.632a62.037333 62.037333 0 0 1 0 124.074667h-5.589333a341.504 341.504 0 0 1-273.493334 273.493333v5.632a62.037333 62.037333 0 0 1-124.074666 0v-5.589333a341.504 341.504 0 0 1-273.493334-273.493334z m335.573333 207.402666a269.44 269.44 0 1 0 0-538.88 269.44 269.44 0 0 0 0 538.88z m0-157.013333a112.426667 112.426667 0 1 1 0-224.853333 112.426667 112.426667 0 0 1 0 224.853333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-channel" viewBox="0 0 1024 1024"><path d="M756.053333 490.666667c-111.104 120.746667-166.826667 263.253333-167.68 429.269333l-49.066666-0.213333H462.933333l-58.026666 0.256c-0.853333-166.4-56.832-309.205333-168.448-430.08l-51.797334 46.592a6.314667 6.314667 0 0 1-10.538666-4.010667l-17.962667-176.341333a6.314667 6.314667 0 0 1 7.552-6.826667l173.44 36.352a6.314667 6.314667 0 0 1 2.986667 10.88l-36.906667 33.194667c65.621333 69.888 114.773333 146.602667 147.328 229.973333V241.664H392.32a6.314667 6.314667 0 0 1-5.077333-10.026667l104.576-143.146666a6.314667 6.314667 0 0 1 10.197333 0l104.618667 143.104a6.314667 6.314667 0 0 1-5.12 10.026666h-57.216v413.952c32.426667-81.493333 80.725333-156.586667 144.981333-225.066666l-40.106667-36.053334a6.314667 6.314667 0 0 1 2.986667-10.837333l173.44-36.352a6.314667 6.314667 0 0 1 7.594667 6.826667l-18.005334 176.298666a6.314667 6.314667 0 0 1-10.538666 4.010667L756.096 490.666667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-lock" viewBox="0 0 1024 1024"><path d="M473.728 623.658667a51.925333 51.925333 0 1 1 56.064-0.256v94.122666a27.861333 27.861333 0 0 1-28.032 28.032 28.074667 28.074667 0 0 1-28.032-28.032v-93.866666zM302.336 361.386667V285.610667a200.106667 200.106667 0 0 1 199.893333-199.936 200.106667 200.106667 0 0 1 199.893334 199.936v75.733333h37.12a100.608 100.608 0 0 1 100.48 100.48V797.866667a100.608 100.608 0 0 1-100.522667 100.48H264.32A100.608 100.608 0 0 1 163.754667 797.866667v-336.042667A100.608 100.608 0 0 1 264.277333 361.386667h38.058667z m56.021333 0h287.701334V285.610667a144 144 0 0 0-143.829334-143.872 144 144 0 0 0-143.872 143.872v75.733333zM264.277333 417.408c-24.490667 0-44.373333 19.968-44.458666 44.416V797.866667c0.042667 24.490667 19.968 44.373333 44.458666 44.458666h474.922667c24.533333 0 44.458667-19.968 44.458667-44.458666v-336.042667c0-24.490667-19.925333-44.416-44.458667-44.416H264.277333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-hot" viewBox="0 0 1024 1024"><path d="M740.138667 301.184c-103.68 31.189333-122.624 119.68-115.925334 175.872-73.941333-91.733333-70.912-197.333333-70.912-349.44-237.098667 94.421333-181.973333 366.634667-189.056 449.28-59.648-51.498667-70.912-174.677333-70.912-174.677333-62.976 34.176-94.549333 125.568-94.549333 199.68 0 179.242667 137.557333 324.522667 307.242667 324.522666 169.685333 0 307.242667-145.28 307.242666-324.522666 0-106.496-74.026667-155.648-73.130666-300.714667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-content" viewBox="0 0 1024 1024"><path d="M813.738667 105.472A125.44 125.44 0 0 1 938.837333 230.4v562.261333a125.44 125.44 0 0 1-125.098666 124.970667H250.709333a125.44 125.44 0 0 1-125.141333-124.970667V230.4a125.44 125.44 0 0 1 125.141333-124.928h563.029334z m-10.496 729.301333c31.744 0 57.770667-26.026667 57.770666-57.770666V233.173333c0-31.786667-26.026667-57.770667-57.770666-57.770666H256c-31.744 0-57.770667 25.984-57.770667 57.770666V776.96c0 31.786667 26.026667 57.770667 57.770667 57.770667h547.242667zM732.117333 312.32c13.738667 0 24.96 11.221333 24.96 24.917333a25.002667 25.002667 0 0 1-24.96 24.917334H333.653333a25.002667 25.002667 0 0 1-25.002666-24.917334c0-13.696 11.221333-24.917333 24.96-24.917333h398.549333z m-398.677333 224a25.002667 25.002667 0 0 1-24.96-24.96c0-13.696 11.221333-24.917333 24.96-24.917333h301.482667c13.738667 0 24.96 11.221333 24.96 24.917333a25.002667 25.002667 0 0 1-24.96 24.917333H333.44z m397.397333 124.586667c13.738667 0 24.96 11.221333 24.96 24.917333a25.002667 25.002667 0 0 1-24.96 24.96H332.373333a25.002667 25.002667 0 0 1-25.002666-24.96c0-13.653333 11.221333-24.917333 24.96-24.917333h398.549333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-filter" viewBox="0 0 1024 1024"><path d="M448.64 900.266667c-23.722667 0-47.658667-18.048-47.658667-58.325334v-344.490666L142.293333 211.370667a74.325333 74.325333 0 0 1-15.914666-25.856c-3.84-11.52-3.498667-23.04 1.024-33.194667 4.48-10.197333 12.757333-18.133333 23.893333-23.04 8.405333-3.669333 18.432-5.546667 29.781333-5.546667h661.845334c11.349333 0 21.333333 1.877333 29.781333 5.546667 11.136 4.906667 19.413333 12.842667 23.893333 23.04 4.522667 10.197333 4.864 21.674667 1.024 33.194667a74.325333 74.325333 0 0 1-15.914666 25.856l-258.730667 286.08v207.274666c0 39.168-22.741333 87.466667-52.906667 112.341334l-80.853333 66.56c-13.354667 11.050667-27.008 16.64-40.533333 16.64z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-delete" viewBox="0 0 1024 1024"><path d="M594.261333 732.373333a27.264 27.264 0 0 1-27.306666-27.306666V404.821333c0-15.104 12.117333-27.306667 27.306666-27.306666 15.104 0 27.306667 12.117333 27.306667 27.306666v300.245334c0 15.189333-12.202667 27.306667-27.306667 27.306666z m-163.797333 0a27.264 27.264 0 0 1-27.306667-27.306666V404.821333c0-15.104 12.117333-27.306667 27.306667-27.306666 15.104 0 27.306667 12.117333 27.306667 27.306666v300.245334c0 15.189333-12.117333 27.306667-27.306667 27.306666zM867.157333 268.373333h-136.448V213.76c0-45.098667-36.48-81.877333-81.237333-81.877333H375.893333c-45.098667 0-81.877333 36.778667-81.877333 81.92V268.373333H157.568a27.264 27.264 0 0 0-27.306667 27.306667c0 15.104 12.117333 27.306667 27.306667 27.306667h709.589333c15.104 0 27.349333-12.117333 27.349334-27.306667a27.221333 27.221333 0 0 0-27.306667-27.306667zM348.586667 213.76c0-14.933333 12.245333-27.306667 27.306666-27.306667h273.578667c14.933333 0 26.666667 11.946667 26.666667 27.306667v54.613333H348.586667V213.76z m354.986666 682.410667H321.450667a82.048 82.048 0 0 1-81.92-81.92V404.48a27.392 27.392 0 0 1 54.656 0v409.856c0 14.976 12.245333 27.306667 27.349333 27.306667h382.208c15.018667 0 27.306667-12.202667 27.306667-27.306667v-408.746667a27.306667 27.306667 0 1 1 54.698666 0v408.661334a82.474667 82.474667 0 0 1-82.176 81.962666z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-target-setting" viewBox="0 0 1024 1024"><path d="M885.717333 770.730667a28.714667 28.714667 0 1 1 0 57.472h-377.301333a115.114667 115.114667 0 0 1-222.805333 0H138.282667a28.714667 28.714667 0 1 1 0-57.472h147.328a115.114667 115.114667 0 0 1 222.805333 0h377.301333zM397.013333 857.856a58.410667 58.410667 0 1 0 0-116.778667 58.410667 58.410667 0 0 0 0 116.778667z m488.704-374.613333a28.714667 28.714667 0 1 1 0 57.514666h-147.328a115.029333 115.029333 0 0 1-222.805333 0H138.282667a28.714667 28.714667 0 1 1 0-57.514666h377.301333a115.029333 115.029333 0 0 1 222.805333 0h147.328z m-258.730666 87.168a58.410667 58.410667 0 1 0 0-116.778667 58.410667 58.410667 0 0 0 0 116.778667zM138.282667 253.269333a28.714667 28.714667 0 1 1 0-57.472h147.328a115.114667 115.114667 0 0 1 222.805333 0h377.301333a28.714667 28.714667 0 1 1 0 57.472h-377.301333a115.114667 115.114667 0 0 1-222.805333 0H138.282667z m258.730666-87.125333a58.410667 58.410667 0 1 0 0 116.778667 58.410667 58.410667 0 0 0 0-116.778667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-org" viewBox="0 0 1024 1024"><path d="M851.754667 609.066667h-97.066667v-72.789334c0-26.794667-21.76-48.554667-48.554667-48.554666h-169.856V414.933333h72.789334c26.794667 0 48.554667-21.76 48.554666-48.554666v-194.133334c0-26.752-21.76-48.512-48.554666-48.512h-194.133334c-26.794667 0-48.554667 21.76-48.554666 48.512v194.133334c0 26.794667 21.76 48.554667 48.554666 48.554666h72.789334v72.789334H317.866667c-26.794667 0-48.554667 21.76-48.554667 48.554666v72.789334H172.245333c-26.752 0-48.512 21.76-48.512 48.554666v194.133334c0 26.752 21.76 48.512 48.512 48.512h194.133334c26.794667 0 48.554667-21.76 48.554666-48.512v-194.133334c0-26.794667-21.76-48.554667-48.554666-48.554666H317.866667v-72.789334h388.266666v72.789334h-48.512c-26.794667 0-48.554667 21.76-48.554666 48.554666v194.133334c0 26.752 21.76 48.512 48.554666 48.512h194.133334c26.752 0 48.512-21.76 48.512-48.512v-194.133334c0-26.794667-21.76-48.554667-48.512-48.554666zM414.933333 366.378667v-194.133334h194.133334v194.133334h-194.133334z m-48.554666 291.242666v194.133334h-194.133334v-194.133334h194.133334z m485.376 194.133334h-194.133334v-194.133334h194.133334v194.133334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-event" viewBox="0 0 1024 1024"><path d="M278.869333 816.853333l-84.138666 24.32a12.970667 12.970667 0 0 1-16.384-14.336l9.088-62.421333a12.970667 12.970667 0 0 1 2.048-5.333333l109.312-163.925334a12.970667 12.970667 0 0 0-6.954667-19.626666l-174.890667-54.186667a12.970667 12.970667 0 0 1-7.04-19.456L320.426667 177.536a12.970667 12.970667 0 0 1 17.408-4.138667L410.88 216.32a12.970667 12.970667 0 0 1 4.266667 18.346667L292.138667 420.096a12.970667 12.970667 0 0 0 5.76 19.114667l168.576 71.04a12.970667 12.970667 0 0 1 5.845333 19.072l-186.24 282.24c-1.706667 2.56-4.266667 4.437333-7.210667 5.290666z m659.242667-46.976a50.56 50.56 0 0 1-49.877333 49.834667h-249.386667a50.56 50.56 0 0 1-49.877333-49.92 50.56 50.56 0 0 1 49.877333-49.834667h249.386667c27.392 0.426667 49.493333 22.485333 49.92 49.877334z m0-249.429333a50.56 50.56 0 0 1-49.877333 49.877333h-249.386667a50.56 50.56 0 0 1-49.877333-49.92 50.56 50.56 0 0 1 49.877333-49.834666h249.386667c27.392 0.384 49.493333 22.485333 49.92 49.877333z m0-249.386667a50.56 50.56 0 0 1-49.877333 49.877334h-249.386667a50.56 50.56 0 0 1-49.877333-49.877334 50.56 50.56 0 0 1 49.877333-49.92h249.386667c27.392 0.426667 49.493333 22.528 49.92 49.92z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-question" viewBox="0 0 1024 1024"><path d="M512 85.12C276.224 85.12 85.12 276.266667 85.12 512c0 235.776 191.146667 426.88 426.88 426.88 235.776 0 426.88-191.146667 426.88-426.88 0-235.776-191.146667-426.88-426.88-426.88z m-5.461333 677.546667a36.138667 36.138667 0 1 1 0.085333 0h-0.085333z m154.965333-351.573334c-2.133333 38.656-13.909333 69.034667-73.088 128.213334-30.037333 30.037333-48.981333 52.565333-50.901333 72.32a30.037333 30.037333 0 1 1-59.733334-5.888c4.010667-41.6 34.56-75.221333 68.138667-108.8 53.802667-53.76 54.656-70.826667 55.637333-89.002667a77.226667 77.226667 0 0 0-22.016-57.6 93.696 93.696 0 0 0-67.754666-28.842667h-0.128a89.770667 89.770667 0 0 0-89.472 89.642667 29.994667 29.994667 0 0 1-60.032 0 148.48 148.48 0 0 1 43.733333-105.728 148.608 148.608 0 0 1 105.642667-43.946667 154.026667 154.026667 0 0 1 111.530666 47.488c26.837333 28.16 40.448 64.426667 38.4 102.144h0.042667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-schedule" viewBox="0 0 1024 1024"><path d="M697.344 476.629333H360.064a28.416 28.416 0 0 0-28.074667 28.757334c0 15.914667 12.544 28.757333 28.074667 28.757333h337.365333a28.416 28.416 0 0 0 28.074667-28.757333 28.586667 28.586667 0 0 0-28.16-28.757334z m0 155.733334H360.064a28.416 28.416 0 0 0-28.074667 28.757333c0 15.872 12.544 28.757333 28.074667 28.757333h337.365333a28.416 28.416 0 0 0 28.074667-28.757333 28.586667 28.586667 0 0 0-28.16-28.757333z m169.898667-425.258667h-103.765334v-22.698667a28.416 28.416 0 0 0-28.074666-28.757333 28.416 28.416 0 0 0-28.117334 28.757333v22.698667H350.122667v-22.698667a28.416 28.416 0 0 0-28.117334-28.757333 28.416 28.416 0 0 0-28.074666 28.757333v22.698667H190.208c-35.754667 0-64.64 29.568-64.64 66.133333v521.813334c0 36.565333 28.885333 66.133333 64.64 66.133333h677.12c35.712 0 64.597333-29.568 64.597333-66.133333V273.237333c-0.085333-36.48-29.013333-66.133333-64.682666-66.133333zM190.208 273.237333H293.973333v14.890667c0 15.872 12.586667 28.757333 28.117334 28.757333a28.416 28.416 0 0 0 28.074666-28.757333v-14.890667h357.162667v14.890667c0 15.872 12.586667 28.757333 28.117333 28.757333a28.416 28.416 0 0 0 28.074667-28.757333v-14.890667h103.850667v90.112H190.208V273.237333z m677.034667 521.813334H190.208V420.608h677.12v374.442667h-0.085333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-error" viewBox="0 0 1024 1024"><path d="M512 85.12C276.224 85.12 85.12 276.266667 85.12 512c0 235.776 191.146667 426.88 426.88 426.88 235.776 0 426.88-191.146667 426.88-426.88 0-235.776-191.146667-426.88-426.88-426.88z m200.96 586.410667a26.709333 26.709333 0 0 1-37.376 38.186666L512 549.333333l-163.584 160.256a26.709333 26.709333 0 0 1-37.376-38.186666L473.898667 512 311.04 352.426667a26.752 26.752 0 0 1 37.333333-38.144L512 474.666667l163.584-160.256a26.709333 26.709333 0 1 1 37.376 38.186666L550.101333 512l162.858667 159.573333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-warning" viewBox="0 0 1024 1024"><path d="M85.12 512c0 235.776 191.146667 426.88 426.88 426.88 235.776 0 426.88-191.146667 426.88-426.88 0-235.776-191.146667-426.88-426.88-426.88C276.224 85.12 85.12 276.266667 85.12 512z m453.546667 240.128a26.666667 26.666667 0 1 1-53.248 0 26.666667 26.666667 0 0 1 53.248 0z m0-106.666667a26.709333 26.709333 0 0 1-53.333334 0V271.786667a26.709333 26.709333 0 0 1 53.333334 0v373.589333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-search" viewBox="0 0 1024 1024"><path d="M440.149333 691.626667a251.52 251.52 0 1 1-0.042666-503.04 251.52 251.52 0 0 1 0 503.04z m456.576 154.282666l-203.946666-203.946666a321.962667 321.962667 0 0 0 70.741333-201.813334 323.413333 323.413333 0 1 0-121.514667 252.629334l203.946667 203.946666a35.968 35.968 0 0 0 50.773333-50.773333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-image" viewBox="0 0 1024 1024"><path d="M796.714667 123.733333H227.285333c-14.293333 0-103.552 0-103.552 103.552v569.429334C123.733333 900.266667 227.285333 900.266667 227.285333 900.266667h569.429334c29.866667 0 50.901333-8.704 66.048-20.992l2.858666-2.218667c3.456-3.029333 6.613333-6.272 9.386667-9.642667 0.853333-0.981333 1.493333-2.005333 2.261333-3.029333 22.826667-29.866667 22.997333-67.669333 22.997334-67.669333V227.285333C900.266667 123.733333 811.093333 123.733333 796.714667 123.733333zM233.258667 841.472c-56.106667 0.085333-54.4-52.48-54.4-52.48v-24.746667c23.296-21.034667 96.085333-86.869333 127.658666-118.485333 4.096-4.053333 9.728-9.514667 15.914667-8.874667 6.528 0 12.458667 5.717333 12.544 5.717334l2.048 2.048c0.725333 0.597333 69.546667 61.866667 102.698667 95.061333 20.224 20.224 40.96 23.210667 53.845333 24.064a72.32 72.32 0 0 0 47.616-19.754667l53.546667-46.677333c5.546667-5.205333 10.666667-4.138667 18.432 3.541333 20.053333 20.053333 89.301333 92.501333 135.466666 140.8-120.746667 0-469.12-0.213333-515.370666-0.213333z m607.530666-50.645333s-0.170667 29.44-22.613333 43.52c-37.333333-39.253333-139.904-146.773333-165.802667-172.672-19.285333-19.285333-39.253333-23.637333-51.328-23.04a66.090667 66.090667 0 0 0-44.16 18.176l-53.674666 46.762666c-10.837333 10.325333-19.925333 1.28-24.277334-3.072-32.768-32.853333-96.341333-89.557333-104.32-96.64-5.290667-5.248-23.893333-21.76-50.688-22.4-14.08-0.725333-35.285333 3.712-56.661333 25.088a3294.976 3294.976 0 0 1-88.405333 82.773334V230.784c0-50.901333 36.821333-50.901333 50.901333-50.901333h560.085333c14.08 0 50.944 0 50.944 50.901333v560.042667zM641.408 281.6a131.669333 131.669333 0 0 0-131.456 131.626667c0 72.533333 59.008 131.584 131.413333 131.584a131.669333 131.669333 0 0 0 131.456-131.584c0-72.576-58.965333-131.626667-131.413333-131.626667z m0 207.744a76.117333 76.117333 0 0 1 0-152.234667 76.117333 76.117333 0 0 1 0 152.234667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-time" viewBox="0 0 1024 1024"><path d="M829.013333 552.234667h62.208c0 205.226667-167.978667 379.434667-379.434666 379.434666a376.96 376.96 0 0 1-379.434667-379.434666c0-192.853333 136.832-348.330667 323.413333-373.205334V85.76l199.082667 130.645333-199.04 130.602667V241.237333c-149.290667 24.874667-261.248 155.477333-261.248 310.997334 0 174.165333 143.061333 317.226667 317.226667 317.226666 174.165333 0 317.226667-143.061333 317.226666-317.226666z m-348.330666-130.602667h62.208v99.498667h174.165333v62.208h-236.373333v-161.706667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-success" viewBox="0 0 1024 1024"><path d="M512 85.12C276.224 85.12 85.12 276.266667 85.12 512c0 235.776 191.146667 426.88 426.88 426.88 235.776 0 426.88-191.146667 426.88-426.88 0-235.776-191.146667-426.88-426.88-426.88z m296.832 286.634667l-357.248 315.904a29.568 29.568 0 0 1-38.954667 0l-136.490666-118.570667a23.466667 23.466667 0 0 1 0-35.370667 29.568 29.568 0 0 1 38.954666 0l117.077334 100.864 337.792-298.197333a29.568 29.568 0 0 1 38.912 0 23.466667 23.466667 0 0 1 0 35.413333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-warning-shadow" viewBox="0 0 1024 1024"><path d="M701.738667 476.714667a213.546667 213.546667 0 0 1-71.168 414.72 213.248 213.248 0 0 1-177.493334-94.848H132.565333a47.445333 47.445333 0 0 1-47.445333-47.445334V132.565333c0-26.197333 21.248-47.445333 47.445333-47.445333h521.728c26.197333 0 47.445333 21.248 47.445334 47.445333v344.149334z" fill="#2c2c2c" fill-opacity=".2" ></path><path d="M382.933333 837.504c30.890667 0 32.768 50.56-0.426666 50.56h-119.893334c-36.48-0.469333-66.474667-22.016-77.226666-55.253333a104.448 104.448 0 0 1-4.224-29.482667c-0.426667-106.752-0.426667-162.944-0.426667-269.653333V279.466667c0-92.714667 51.456-98.773333 101.12-98.773334h403.498667c77.696 0 102.058667 26.666667 102.058666 101.12V332.373333c0 39.765333-50.56 35.114667-50.56 0V281.813333c0-37.461333-12.16-50.56-51.029333-50.56H281.813333c-41.642667 0-50.56 5.589333-50.56 50.56v505.130667c0 27.605333 14.976 50.56 50.56 50.56h101.12z m-0.426666-353.92c40.234667 0 35.072 51.029333 0 51.029333H331.861333c-37.888 0-36.522667-51.029333 0-51.029333h50.56zM331.861333 331.904h302.933334c40.234667 0 34.602667 51.029333 0 51.029333h-302.933334c-37.888 0-36.522667-51.029333 0-51.029333z m353.92 101.546667a251.818667 251.818667 0 0 1 251.861334 252.842666c0 139.52-113.28 251.861333-252.8 251.861334a252.032 252.032 0 0 1-251.861334-252.330667 252.544 252.544 0 0 1 252.8-252.330667z m-0.938666 454.144c110.933333 0.426667 202.24-89.898667 202.709333-200.362667a202.666667 202.666667 0 0 0-201.770667-203.178667c-110.506667 0-201.770667 90.325333-201.770666 201.301334 0 110.933333 89.898667 201.770667 200.832 202.24z m17.792-125.482667h-37.461334l-11.221333-224.725333h59.434667l-10.752 224.725333z m-19.2 23.893333c9.813333 0 18.261333 3.242667 24.832 9.344 6.058667 6.101333 9.813333 14.08 9.813333 23.893334 0 9.813333-3.754667 18.261333-9.813333 24.32a36.309333 36.309333 0 0 1-24.832 9.386666 32.810667 32.810667 0 0 1-23.893334-9.813333 29.866667 29.866667 0 0 1-10.24-23.893333 29.866667 29.866667 0 0 1 10.24-23.893334 32.426667 32.426667 0 0 1 23.893334-9.386666z" fill="#2c2c2c" ></path></symbol><symbol id="icon-download" viewBox="0 0 1024 1024"><path d="M555.434667 621.226667l229.077333-229.077334a29.866667 29.866667 0 1 1 42.24 42.24l-277.077333 277.12a34.56 34.56 0 0 1-48.042667 0L223.573333 434.901333a29.866667 29.866667 0 0 1 13.397334-50.005333 29.866667 29.866667 0 0 1 28.885333 7.722667l229.077333 229.12V157.738667a30.250667 30.250667 0 1 1 46.208-29.354667 30.250667 30.250667 0 0 1 13.824 29.354667l0.426667 463.445333zM188.970667 900.266667a30.293333 30.293333 0 0 1 0-60.032h672.384a30.293333 30.293333 0 0 1 0 60.032H188.970667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-eye" viewBox="0 0 1024 1024"><path d="M527.317333 308.48a187.434667 187.434667 0 1 0 0 374.826667 187.434667 187.434667 0 0 0 0-374.826667z m0 321.28a133.845333 133.845333 0 1 1-0.042666-267.690667 133.845333 133.845333 0 0 1 0 267.690667z m371.2-228.053333c-90.624-122.581333-223.317333-200.064-371.498666-200.064-148.138667 0-280.746667 77.482667-371.456 200.106666-40.021333 54.101333-40.021333 134.528 0 188.586667 90.666667 122.581333 223.36 200.106667 371.541333 200.106667 148.138667 0 280.789333-77.525333 371.498667-200.106667 39.978667-54.058667 39.978667-134.485333-0.042667-188.586667z m-40.234666 144.256c-84.053333 121.344-205.141333 191.018667-332.16 191.018666-126.890667 0-247.978667-69.674667-332.117334-190.976-20.010667-28.885333-20.010667-70.869333 0-99.797333 84.138667-121.386667 205.226667-190.933333 332.117334-190.933333 127.018667 0 248.106667 69.589333 332.16 190.933333 20.053333 28.885333 20.053333 70.912 0 99.754667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-air" viewBox="0 0 1024 1024"><path d="M888.149333 128.512c9.557333 6.912 13.44 16.213333 11.690667 27.733333l-110.933333 665.6a27.306667 27.306667 0 0 1-27.306667 22.912 29.525333 29.525333 0 0 1-10.368-2.133333l-196.266667-80.170667-104.917333 127.786667a25.429333 25.429333 0 0 1-21.205333 10.026667 23.765333 23.765333 0 0 1-9.514667-1.749334 27.008 27.008 0 0 1-13.226667-10.154666 27.050667 27.050667 0 0 1-4.992-15.829334v-151.210666L775.509333 262.4 312.277333 663.253333l-171.136-70.229333c-10.709333-4.010667-16.512-11.946667-17.365333-23.850667a25.685333 25.685333 0 0 1 13.866667-25.557333l721.066666-416a26.666667 26.666667 0 0 1 13.866667-3.882667c5.76 0 10.965333 1.578667 15.573333 4.778667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-up-double" viewBox="0 0 1024 1024"><path d="M544.981333 171.178667l1.621334 1.621333 365.781333 365.994667a40.874667 40.874667 0 0 1-28.8 69.546666 40.405333 40.405333 0 0 1-28.714667-11.946666l-338.688-338.901334-339.029333 338.858667a40.576 40.576 0 0 1-57.514667 0 40.874667 40.874667 0 0 1 0-57.557333L516.266667 142.378667l28.714666 28.8z m0 305.066666l1.621334 1.706667 365.781333 365.952a40.874667 40.874667 0 0 1-28.8 69.546667 40.405333 40.405333 0 0 1-28.714667-11.989334l-338.688-338.858666-339.072 338.858666a40.576 40.576 0 0 1-57.557333 0 40.874667 40.874667 0 0 1 0-57.557333l396.629333-396.458667 28.757334 28.8h0.042666z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-success-shadow" viewBox="0 0 1024 1024"><path d="M85.12 85.12m42.666667 0l673.578666 0q42.666667 0 42.666667 42.666667l0 673.578666q0 42.666667-42.666667 42.666667l-673.578666 0q-42.666667 0-42.666667-42.666667l0-673.578666q0-42.666667 42.666667-42.666667Z" fill="#2c2c2c" fill-opacity=".2" ></path><path d="M794.581333 938.24H323.328a143.189333 143.189333 0 0 1-143.061333-143.061333V324.010667A143.232 143.232 0 0 1 323.328 180.906667h317.866667a25.258667 25.258667 0 0 1 0 50.474666h-317.866667c-51.072 0-92.586667 41.514667-92.586667 92.544v471.210667c0 51.029333 41.514667 92.586667 92.586667 92.586667h471.253333c51.029333 0 92.586667-41.557333 92.586667-92.586667v-284.714667a25.258667 25.258667 0 0 1 50.432 0v284.714667a143.189333 143.189333 0 0 1-143.018667 143.061333z m-260.437333-231.168l-164.949333-204.544a25.216 25.216 0 1 1 39.296-31.701333l129.621333 160.725333 334.677333-335.872a25.258667 25.258667 0 1 1 35.754667 35.626667l-374.4 375.765333z" fill="#2c2c2c" ></path></symbol><symbol id="icon-down-double" viewBox="0 0 1024 1024"><path d="M484.693333 878.976l-1.578666-1.621333-365.824-365.994667a40.874667 40.874667 0 0 1 28.8-69.546667c10.794667 0 21.12 4.266667 28.714666 11.989334l338.688 338.858666 339.029334-338.858666a40.576 40.576 0 0 1 57.514666 0c15.786667 15.957333 15.786667 41.6 0 57.557333l-396.629333 396.458667-28.714667-28.842667z m0-305.066667l-1.578666-1.664-365.824-365.994666a40.874667 40.874667 0 0 1 28.8-69.546667c10.794667 0 21.12 4.309333 28.714666 11.989333l338.688 338.858667 339.072-338.858667a40.576 40.576 0 0 1 57.557334 0c15.786667 15.957333 15.786667 41.6 0 57.557334l-396.629334 396.458666-28.757333-28.8h-0.042667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-edit-shadow" viewBox="0 0 1024 1024"><path d="M85.12 130.048m42.666667 0l633.642666 0q42.666667 0 42.666667 42.666667l0 633.642666q0 42.666667-42.666667 42.666667l-633.642666 0q-42.666667 0-42.666667-42.666667l0-633.642666q0-42.666667 42.666667-42.666667Z" fill="#2c2c2c" fill-opacity=".2" ></path><path d="M374.698667 694.229333l18.645333-111.829333c2.645333-10.666667 7.978667-21.333333 15.957333-29.312l375.466667-378.112 111.829333 111.872-388.778666 391.424-133.12 15.957333zM784.768 249.6l-338.176 340.821333-7.978667 42.624 45.226667-5.333333 338.218667-340.821333-37.290667-37.290667z m29.312 644.394667H228.266667A53.418667 53.418667 0 0 1 174.933333 840.704V254.890667c0-29.312 23.978667-53.290667 53.290667-53.290667h306.218667c15.957333 0 26.624 10.666667 26.624 26.666667 0 15.957333-10.666667 26.624-26.624 26.624H228.266667v585.813333h585.813333v-306.218667c0-16 10.666667-26.666667 26.624-26.666666s26.624 10.666667 26.624 26.666666v306.218667c0 29.269333-23.978667 53.248-53.248 53.248z" fill="#2c2c2c" ></path></symbol><symbol id="icon-right" viewBox="0 0 1024 1024"><path d="M728.448 532.224l-385.706667 385.706667a34.133333 34.133333 0 0 1-48.213333-48.213334l365.482667-365.482666-353.706667-353.792a32.426667 32.426667 0 0 1 45.824-45.824l366.72 366.72a31.872 31.872 0 0 1 8.704 16.896c-0.725333-4.565333 0.256-5.12 0.896-4.181334a34.005333 34.005333 0 0 1 0 48.213334z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-left" viewBox="0 0 1024 1024"><path d="M295.552 491.776l385.706667-385.706667a34.133333 34.133333 0 0 1 48.213333 48.213334L363.946667 519.808l353.706666 353.792a32.426667 32.426667 0 0 1-45.824 45.824l-366.72-366.72a31.872 31.872 0 0 1-8.704-16.896c0.725333 4.565333-0.256 5.12-0.896 4.181333a34.005333 34.005333 0 0 1 0-48.213333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-total-shadow" viewBox="0 0 1024 1024"><path d="M849.152 846.848c0 24.277333-18.304 42.581333-42.538667 42.581333H244.309333a41.642667 41.642667 0 0 1-42.581333-42.581333V222.08c0-24.234667 18.346667-42.581333 42.581333-42.581333h562.304c24.234667 0 42.538667 18.346667 42.538667 42.581333v624.768z m-53.888-11.349333V233.472H255.658667v602.026667h539.605333zM306.773333 361.088a32.810667 32.810667 0 1 1 65.621334 0 32.810667 32.810667 0 0 1-65.621334 0z m0 157.781333a32.810667 32.810667 0 1 1 65.621334 0 32.810667 32.810667 0 0 1-65.621334 0z m0 157.738667a32.810667 32.810667 0 1 1 65.621334 0 32.810667 32.810667 0 0 1-65.621334 0z m421.418667-338.474667c7.808 0 15.616 11.221333 15.616 22.442667s-6.229333 22.485333-15.616 22.485333h-296.746667c-7.808 0-15.616-11.264-15.616-22.485333s6.229333-22.442667 15.616-22.442667h296.746667z m1.365333 162.005334c7.808 0 15.616 11.221333 15.616 22.442666 0 11.264-6.272 22.485333-15.616 22.485334h-296.789333c-7.808 0-15.616-11.221333-15.616-22.485334 0-11.221333 6.272-22.442667 15.616-22.442666H729.6z m-1.066666 158.293333c7.808 0 15.616 11.264 15.616 22.485333 0 11.264-6.229333 22.485333-15.616 22.485334H431.786667c-7.808 0-15.616-11.221333-15.616-22.485334 0-11.221333 6.229333-22.442667 15.616-22.442666h296.746666z" fill="#2c2c2c" ></path><path d="M107.605333 85.12m42.666667 0l543.744 0q42.666667 0 42.666667 42.666667l0 678.570666q0 42.666667-42.666667 42.666667l-543.744 0q-42.666667 0-42.666667-42.666667l0-678.570666q0-42.666667 42.666667-42.666667Z" fill="#2c2c2c" fill-opacity=".2" ></path></symbol><symbol id="icon-budget" viewBox="0 0 1024 1024"><path d="M170.453333 372.650667a33.066667 33.066667 0 0 0-3.84 7.936 105.813333 105.813333 0 0 0-27.52 70.570666v45.056l-18.688-89.685333c-4.266667-20.48-0.128-41.813333 11.434667-59.050667a79.36 79.36 0 0 1 50.261333-33.834666l532.352-109.354667a79.701333 79.701333 0 0 1 93.824 61.141333l16.554667 79.274667-1.322667 1.109333h-62.037333c3.584-6.357333 7.850667-12.245333 12.672-17.664l-11.178667-53.546666a33.365333 33.365333 0 0 0-39.253333-25.429334L253.013333 345.813333h-7.552c-16.64 0-33.066667 3.882667-48 11.392l-6.144 1.28c-8.490667 1.706667-16 6.826667-20.906666 14.165334z m712.533334 20.309333c15.061333 14.933333 24.362667 35.498667 24.362666 58.197333v85.333334l-12.373333 6.485333a54.613333 54.613333 0 0 0-21.333333 19.968 53.418667 53.418667 0 0 0 0 55.68c5.12 8.405333 12.501333 15.36 21.333333 19.968l12.373333 6.4v85.418667c0 22.613333-9.301333 43.264-24.32 58.154666-15.829333 15.573333-36.906667 24.234667-58.752 24.149334H245.461333a83.242667 83.242667 0 0 1-58.752-24.149334 81.706667 81.706667 0 0 1-24.362666-58.154666v-279.253334c0-22.698667 9.301333-43.264 24.362666-58.197333 15.786667-15.573333 36.864-24.234667 58.752-24.149333h578.816a83.2 83.2 0 0 1 58.666667 24.149333z m-49.066667 146.261333c7.04-11.52 16.256-21.418667 27.093333-29.184v-58.88a36.778667 36.778667 0 0 0-36.736-36.394666H245.461333a36.650667 36.650667 0 0 0-36.736 36.394666v279.253334a36.778667 36.778667 0 0 0 36.736 36.394666h578.816a36.650667 36.650667 0 0 0 36.693334-36.394666v-58.922667a98.986667 98.986667 0 0 1-27.050667-132.266667z m-316.8-100.736a153.898667 153.898667 0 0 1 108.672 44.586667 151.125333 151.125333 0 0 1 45.056 107.733333 151.082667 151.082667 0 0 1-45.056 107.648 153.898667 153.898667 0 0 1-108.714667 44.629334 153.941333 153.941333 0 0 1-108.629333-44.629334 151.125333 151.125333 0 0 1 0-215.381333 154.026667 154.026667 0 0 1 108.629333-44.586667h0.042667z m82.474667 233.941334a114.602667 114.602667 0 0 0 0-163.328 116.736 116.736 0 0 0-82.517334-33.834667c-32.170667 0-61.269333 12.928-82.432 33.792a114.602667 114.602667 0 0 0 0 163.370667c21.12 20.906667 50.261333 33.834667 82.432 33.834666a116.906667 116.906667 0 0 0 82.517334-33.792v-0.042666z m-36.650667-166.229334h25.770667l-51.2 77.141334h40.32v17.024h-46.976v23.466666h46.976v17.322667h-46.976v34.218667h-24.149334v-34.218667h-48.725333v-17.28h48.725333v-23.509333h-48.725333v-17.024h41.557333l-50.688-77.141334h27.221334c23.722667 38.272 38.058667 62.634667 43.136 72.917334h0.512c1.749333-4.266667 6.442667-12.8 14.250666-25.6l29.013334-47.36z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-eye-close" viewBox="0 0 1024 1024"><path d="M922.666667 457.685333a907.690667 907.690667 0 0 0-31.701334-22.912 4.053333 4.053333 0 0 1-1.834666-3.157333 4.010667 4.010667 0 0 1 1.28-3.413333c12.245333-11.776 24.149333-24.106667 35.413333-36.864 0.554667-0.512 0.896-1.066667 1.365333-1.621334 11.349333-15.061333 11.818667-35.584 1.109334-51.114666a25.258667 25.258667 0 0 0-6.570667-6.656 22.016 22.016 0 0 0-16.341333-3.84c-10.88 1.749333-18.901333 11.008-23.978667 17.92-42.069333 53.248-186.496 190.933333-350.293333 191.018666a388.778667 388.778667 0 0 1-127.232-22.698666l-36.096-14.634667a564.224 564.224 0 0 1-97.621334-56.490667l-25.557333-19.157333a432.128 432.128 0 0 1-63.573333-59.946667 21.717333 21.717333 0 0 0-2.005334-2.133333l-1.621333-1.493333c-5.632-5.290667-10.453333-9.813333-16.213333-12.288a21.802667 21.802667 0 0 0-24.106667 4.565333c-17.28 15.445333-12.928 37.504-2.986667 53.034667 0.981333 1.536 2.133333 2.986667 3.413334 4.352 14.464 14.506667 29.696 28.586667 45.525333 41.813333a4.394667 4.394667 0 0 1 1.536 3.328 4.053333 4.053333 0 0 1-1.834667 3.285333c-11.52 8.192-20.053333 14.464-22.4 16.170667-0.128 0-0.213333 0.085333-0.64 0.341333a29.696 29.696 0 0 0-10.197333 42.069334 31.573333 31.573333 0 0 0 41.813333 11.008c5.077333-2.730667 10.666667-6.912 18.602667-12.714667 6.741333-4.992 15.061333-11.178667 25.6-18.261333a4.693333 4.693333 0 0 1 5.290667 0.085333c26.154667 18.090667 53.973333 34.432 82.474666 48.682667a4.48 4.48 0 0 1 2.261334 2.645333 4.010667 4.010667 0 0 1-0.341334 3.285333l-26.069333 43.861334a29.141333 29.141333 0 0 0-3.2 22.784 29.866667 29.866667 0 0 0 14.464 18.432l0.170667 0.128c14.72 8.064 33.621333 3.157333 42.24-10.922667l29.866666-51.029333c1.109333-1.92 3.456-2.645333 5.546667-1.92a447.146667 447.146667 0 0 0 107.861333 24.874666c2.346667 0.298667 4.053333 2.133333 4.053334 4.266667v44.373333c0 16.597333 13.994667 30.208 31.146666 30.208a30.72 30.72 0 0 0 31.146667-30.250666v-45.056c0-2.133333 1.749333-3.968 4.138667-4.266667a414.72 414.72 0 0 0 106.24-25.6 4.693333 4.693333 0 0 1 5.674666 1.792l31.061334 53.162667 0.085333 0.085333a31.573333 31.573333 0 0 0 41.856 11.264l0.298667-0.170667a30.08 30.08 0 0 0 14.336-18.432 28.928 28.928 0 0 0-3.157334-22.741333l-28.458666-48.64a4.181333 4.181333 0 0 1 1.706666-5.845333c35.2-19.2 68.778667-41.6 99.968-66.56a4.650667 4.650667 0 0 1 5.418667-0.298667c22.826667 14.976 41.386667 28.330667 46.421333 32.170667a31.701333 31.701333 0 0 0 44.586667-9.386667 29.610667 29.610667 0 0 0-9.941333-40.533333z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-open" viewBox="0 0 1024 1024"><path d="M148.394667 178.730667h729.984c22.357333 0 33.536 11.178667 33.536 33.536s-11.178667 33.536-33.536 33.536H148.352c-22.314667 0-33.493333-11.178667-33.493333-33.536s11.178667-33.536 33.536-33.536z m0 598.997333h729.984c22.357333 0 33.536 11.178667 33.536 33.536s-11.178667 33.536-33.536 33.536H148.352c-22.314667 0-33.493333-11.178667-33.493333-33.536s11.178667-33.536 33.536-33.536z m331.818666-398.08h398.165334c22.357333 0 33.536 11.221333 33.536 33.578667s-11.178667 33.536-33.536 33.536h-398.165334c-22.357333 0-33.578667-11.178667-33.578666-33.536s11.221333-33.536 33.578666-33.536z m0 201.301333h398.165334c22.357333 0 33.536 11.178667 33.536 33.536s-11.178667 33.536-33.536 33.536h-398.165334c-22.357333 0-33.578667-11.178667-33.578666-33.536s11.221333-33.536 33.578666-33.536zM313.173333 512.170667L113.749333 645.12V379.178667l199.424 132.992z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-tag" viewBox="0 0 1024 1024"><path d="M200.874667 159.658667c-18.218667 4.565333-36.693333 23.210667-41.216 41.258666l-53.077334 212.053334c-4.522667 18.261333 2.858667 44.117333 15.232 56.490666L561.621333 909.226667a33.578667 33.578667 0 0 0 47.36-0.426667l299.946667-299.818667c13.184-13.226667 12.8-34.986667 0.426667-47.36L469.461333 121.856c-12.970667-12.970667-38.4-19.712-56.448-15.232L200.874667 159.658667z m143.573333 282.752a101.589333 101.589333 0 1 1 0-203.178667 101.589333 101.589333 0 0 1 0 203.178667z" fill="#000000" fill-opacity=".65" ></path></symbol><symbol id="icon-setting" viewBox="0 0 1024 1024"><path d="M832 541.738667c0.938667-9.728 1.536-19.541333 1.536-29.44 0-9.984-0.597333-19.797333-1.536-29.525334l74.794667-59.136a42.410667 42.410667 0 0 0 9.984-54.101333l-79.786667-139.52a42.24 42.24 0 0 0-52.224-18.346667l-87.637333 35.626667a314.197333 314.197333 0 0 0-50.218667-29.525333l-13.269333-94.72a42.581333 42.581333 0 0 0-41.813334-35.925334h-159.530666a42.24 42.24 0 0 0-41.813334 36.266667L377.173333 217.770667c-17.365333 8.106667-34.176 18.005333-50.261333 29.525333l-87.850667-35.754667a43.136 43.136 0 0 0-51.925333 18.474667l-79.786667 139.52a42.538667 42.538667 0 0 0 10.24 54.357333l74.496 58.88a305.152 305.152 0 0 0-1.536 29.482667c0 9.941333 0.597333 19.797333 1.536 29.482667l-74.88 59.136a42.496 42.496 0 0 0-9.813333 54.058666l79.786667 139.605334a42.410667 42.410667 0 0 0 52.224 18.261333l87.594666-35.626667c16.128 11.52 32.938667 21.461333 50.218667 29.482667l13.269333 94.848a42.154667 42.154667 0 0 0 41.813334 35.84h159.445333c20.693333 0 38.613333-15.36 41.898667-36.224l13.226666-94.421333c17.322667-8.106667 34.133333-17.962667 50.218667-29.525334l87.850667 35.84a42.496 42.496 0 0 0 52.053333-18.474666l79.573333-139.52a42.666667 42.666667 0 0 0-10.197333-54.528L832 541.738667z m-30.421333 229.674666l-99.285334-40.405333a22.144 22.144 0 0 0-22.186666 3.029333c-19.584 15.232-40.533333 27.52-62.293334 36.565334a22.528 22.528 0 0 0-13.525333 17.578666l-14.634667 104.533334-154.88 2.261333-14.933333-106.794667a22.485333 22.485333 0 0 0-13.568-17.578666c-21.589333-8.96-42.581333-21.333333-62.293333-36.565334a22.613333 22.613333 0 0 0-22.101334-2.986666l-95.829333 41.301333-80.597333-136.661333 84.224-66.517334a22.485333 22.485333 0 0 0 8.32-20.48 273.749333 273.749333 0 0 1-2.645334-36.437333c0-12.373333 1.024-24.490667 2.602667-36.394667a22.186667 22.186667 0 0 0-8.32-20.437333L146.261333 391.765333l76.288-138.666666 99.2 40.362666a22.314667 22.314667 0 0 0 22.186667-2.986666c19.626667-15.232 40.661333-27.562667 62.421333-36.693334a22.4 22.4 0 0 0 13.525334-17.536l12.416-104.362666 157.056-2.261334 14.933333 106.709334c1.109333 7.850667 6.314667 14.506667 13.610667 17.536 21.632 9.045333 42.666667 21.333333 62.293333 36.608a22.442667 22.442667 0 0 0 22.186667 3.029333l95.786666-41.258667 80.64 136.576-84.266666 66.602667a22.4 22.4 0 0 0-8.362667 20.394667c1.536 11.989333 2.645333 24.149333 2.645333 36.48 0 12.373333-1.066667 24.490667-2.645333 36.48a22.442667 22.442667 0 0 0 8.362667 20.394666l83.328 63.573334-76.288 138.666666zM512.128 343.552c-92.245333 0-167.296 75.690667-167.296 168.704s75.008 168.704 167.296 168.704 167.253333-75.648 167.253333-168.704c0-93.013333-75.008-168.704-167.253333-168.704z m0 292.693333c-67.584 0-122.581333-55.594667-122.581333-123.989333 0-68.394667 55.04-123.946667 122.581333-123.946667 67.584 0 122.538667 55.637333 122.538667 123.946667 0 68.352-55.04 123.946667-122.538667 123.946667z" fill="#000000" fill-opacity=".65" ></path></symbol></svg>'; var z = (a = document.getElementsByTagName('script'))[a.length - 1].getAttribute('data-injectcss'); if (z && !l.__iconfont__svg__cssinject__) { l.__iconfont__svg__cssinject__ = !0; try { document.write('<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>') } catch (l) { console && console.log(l) } } function s () { t || (t = !0, h()) }c = function () { var l; var a; var c; var i; var h; var o = document.createElement('div'); o.innerHTML = v, v = null, (l = o.getElementsByTagName('svg')[0]) && (l.setAttribute('aria-hidden', 'true'), l.style.position = 'absolute', l.style.width = 0, l.style.height = 0, l.style.overflow = 'hidden', a = l, (c = document.body).firstChild ? (i = a, (h = c.firstChild).parentNode.insertBefore(i, h)) : c.appendChild(a)) }, document.addEventListener ? ~['complete', 'loaded', 'interactive'].indexOf(document.readyState) ? setTimeout(c, 0) : (i = function () { document.removeEventListener('DOMContentLoaded', i, !1), c() }, document.addEventListener('DOMContentLoaded', i, !1)) : document.attachEvent && (h = c, o = l.document, t = !1, (m = function () { try { o.documentElement.doScroll('left') } catch (l) { return void setTimeout(m, 50) }s() })(), o.onreadystatechange = function () { o.readyState == 'complete' && (o.onreadystatechange = null, s()) }) }(window))