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,359 @@
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 2436687 */
3
+ src: url('iconfont.woff2?t=1657111355703') format('woff2'),
4
+ url('iconfont.woff?t=1657111355703') format('woff'),
5
+ url('iconfont.ttf?t=1657111355703') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .iconshangsheng:before {
17
+ content: "\e64e";
18
+ }
19
+
20
+ .iconxiajiang:before {
21
+ content: "\e64f";
22
+ }
23
+
24
+ .iconshanchu5:before {
25
+ content: "\e658";
26
+ }
27
+
28
+ .iconyanjing:before {
29
+ content: "\e6cf";
30
+ }
31
+
32
+ .iconyanjing1:before {
33
+ content: "\e6d1";
34
+ }
35
+
36
+ .iconshanchu1:before {
37
+ content: "\e603";
38
+ }
39
+
40
+ .iconweChat:before {
41
+ content: "\e62f";
42
+ }
43
+
44
+ .iconactiveCst:before {
45
+ content: "\e744";
46
+ }
47
+
48
+ .iconcst:before {
49
+ content: "\e745";
50
+ }
51
+
52
+ .iconzujian:before {
53
+ content: "\e743";
54
+ }
55
+
56
+ .iconzujianshouqi1:before {
57
+ content: "\e742";
58
+ }
59
+
60
+ .iconzujianshouqi:before {
61
+ content: "\e741";
62
+ }
63
+
64
+ .iconappPush:before {
65
+ content: "\e72e";
66
+ }
67
+
68
+ .iconsms:before {
69
+ content: "\e72f";
70
+ }
71
+
72
+ .iconintligCall:before {
73
+ content: "\e730";
74
+ }
75
+
76
+ .iconebankApp:before {
77
+ content: "\e731";
78
+ }
79
+
80
+ .iconteleSalesPlat:before {
81
+ content: "\e732";
82
+ }
83
+
84
+ .iconequity:before {
85
+ content: "\e733";
86
+ }
87
+
88
+ .iconact:before {
89
+ content: "\e734";
90
+ }
91
+
92
+ .iconmingdan:before {
93
+ content: "\e735";
94
+ }
95
+
96
+ .iconprod:before {
97
+ content: "\e736";
98
+ }
99
+
100
+ .iconcontent:before {
101
+ content: "\e737";
102
+ }
103
+
104
+ .iconmerge:before {
105
+ content: "\e738";
106
+ }
107
+
108
+ .iconlabelFlow:before {
109
+ content: "\e739";
110
+ }
111
+
112
+ .iconrandomFlow:before {
113
+ content: "\e73a";
114
+ }
115
+
116
+ .iconwaitEvent:before {
117
+ content: "\e73b";
118
+ }
119
+
120
+ .iconcustFlow:before {
121
+ content: "\e73c";
122
+ }
123
+
124
+ .iconwaitToTime:before {
125
+ content: "\e73d";
126
+ }
127
+
128
+ .iconwaitFixTime:before {
129
+ content: "\e73e";
130
+ }
131
+
132
+ .iconevtRespFlow:before {
133
+ content: "\e73f";
134
+ }
135
+
136
+ .iconchnlRespFlow:before {
137
+ content: "\e740";
138
+ }
139
+
140
+ .iconneirong:before {
141
+ content: "\e72c";
142
+ }
143
+
144
+ .iconhuiju:before {
145
+ content: "\e72d";
146
+ }
147
+
148
+ .iconrizhi:before {
149
+ content: "\e729";
150
+ }
151
+
152
+ .iconbiaoqianxin:before {
153
+ content: "\e72a";
154
+ }
155
+
156
+ .iconxinxi:before {
157
+ content: "\e72b";
158
+ }
159
+
160
+ .iconjinhangzhong:before {
161
+ content: "\e727";
162
+ }
163
+
164
+ .iconwancheng1:before {
165
+ content: "\e728";
166
+ }
167
+
168
+ .iconchanpin-moren:before {
169
+ content: "\e721";
170
+ }
171
+
172
+ .iconchanpin-zhineng:before {
173
+ content: "\e722";
174
+ }
175
+
176
+ .iconhuashu-zhineng:before {
177
+ content: "\e723";
178
+ }
179
+
180
+ .iconhuashu-moren:before {
181
+ content: "\e724";
182
+ }
183
+
184
+ .iconqixian:before {
185
+ content: "\e725";
186
+ }
187
+
188
+ .iconlianjie:before {
189
+ content: "\e726";
190
+ }
191
+
192
+ .iconxiayi:before {
193
+ content: "\e71f";
194
+ }
195
+
196
+ .iconshangyi:before {
197
+ content: "\e720";
198
+ }
199
+
200
+ .iconchanpin:before {
201
+ content: "\e716";
202
+ }
203
+
204
+ .iconrizhongshijian:before {
205
+ content: "\e717";
206
+ }
207
+
208
+ .iconsucaiku:before {
209
+ content: "\e718";
210
+ }
211
+
212
+ .iconshishishijian:before {
213
+ content: "\e719";
214
+ }
215
+
216
+ .iconhuodongmoban:before {
217
+ content: "\e71a";
218
+ }
219
+
220
+ .iconxinjian:before {
221
+ content: "\e71b";
222
+ }
223
+
224
+ .iconzhouqishezhi:before {
225
+ content: "\e71c";
226
+ }
227
+
228
+ .iconhuodongmubiaoshezhi:before {
229
+ content: "\e71d";
230
+ }
231
+
232
+ .iconbiaoqian:before {
233
+ content: "\e71e";
234
+ }
235
+
236
+ .iconkehu:before {
237
+ content: "\e712";
238
+ }
239
+
240
+ .iconshijian:before {
241
+ content: "\e713";
242
+ }
243
+
244
+ .iconqudao:before {
245
+ content: "\e714";
246
+ }
247
+
248
+ .iconcelve:before {
249
+ content: "\e715";
250
+ }
251
+
252
+ .iconyingxiaorending:before {
253
+ content: "\e708";
254
+ }
255
+
256
+ .iconshenpiguanli:before {
257
+ content: "\e709";
258
+ }
259
+
260
+ .iconshijianguanli:before {
261
+ content: "\e70a";
262
+ }
263
+
264
+ .iconxitongguanli:before {
265
+ content: "\e70b";
266
+ }
267
+
268
+ .iconmingdanguanli:before {
269
+ content: "\e70c";
270
+ }
271
+
272
+ .iconzhinengfenxi:before {
273
+ content: "\e70d";
274
+ }
275
+
276
+ .iconqudaoguanli:before {
277
+ content: "\e70e";
278
+ }
279
+
280
+ .iconhuodongguanli:before {
281
+ content: "\e70f";
282
+ }
283
+
284
+ .iconchanpinguanli:before {
285
+ content: "\e710";
286
+ }
287
+
288
+ .iconneirongguanli:before {
289
+ content: "\e711";
290
+ }
291
+
292
+ .icontianjia:before {
293
+ content: "\e706";
294
+ }
295
+
296
+ .iconshanchu:before {
297
+ content: "\e707";
298
+ }
299
+
300
+ .iconwancheng:before {
301
+ content: "\e703";
302
+ }
303
+
304
+ .iconbaocuo:before {
305
+ content: "\e704";
306
+ }
307
+
308
+ .iconloading:before {
309
+ content: "\e705";
310
+ }
311
+
312
+ .iconrili:before {
313
+ content: "\e701";
314
+ }
315
+
316
+ .icongouxuan:before {
317
+ content: "\e702";
318
+ }
319
+
320
+ .iconxiangshang:before {
321
+ content: "\e6fd";
322
+ }
323
+
324
+ .iconxiangyou:before {
325
+ content: "\e6fe";
326
+ }
327
+
328
+ .iconxiangxia:before {
329
+ content: "\e6ff";
330
+ }
331
+
332
+ .iconxiangzuo:before {
333
+ content: "\e700";
334
+ }
335
+
336
+ .icontuodong:before {
337
+ content: "\e6fc";
338
+ }
339
+
340
+ .iconwenjianjiaguanbi:before {
341
+ content: "\e6fa";
342
+ }
343
+
344
+ .iconwenjianjiakaiqi:before {
345
+ content: "\e6fb";
346
+ }
347
+
348
+ .iconshangjiantou:before {
349
+ content: "\e6f7";
350
+ }
351
+
352
+ .iconyoujiantou:before {
353
+ content: "\e6f8";
354
+ }
355
+
356
+ .iconxiajiantou:before {
357
+ content: "\e6f9";
358
+ }
359
+
@@ -0,0 +1 @@
1
+ !function(l){var a,h,i,c,t,F='<svg><symbol id="iconshangsheng" viewBox="0 0 1024 1024"><path d="M529.143158 7.436293l347.212925 397.874796a21.748783 21.748783 0 0 1-16.375554 36.077393h-170.66398a21.492915 21.492915 0 0 0-21.492915 18.678367c-12.793402 92.624229-90.065549 502.268955-455.95684 562.909679a21.748783 21.748783 0 0 1-17.654895-38.380206c62.687669-49.126663 144.56544-144.309572 167.593564-313.694212a1571.285609 1571.285609 0 0 0 12.793402-207.508977 22.260519 22.260519 0 0 0-21.748783-22.260519H165.298811a21.748783 21.748783 0 0 1-16.375554-36.077393L496.39205 7.436293a21.748783 21.748783 0 0 1 32.751108 0z" ></path></symbol><symbol id="iconxiajiang" viewBox="0 0 1024 1024"><path d="M507.649902 1015.81158L160.153845 618.161453a21.75049 21.75049 0 0 1 16.376839-36.080224h187.565987a22.262266 22.262266 0 0 0 21.750489-22.262266 1630.774944 1630.774944 0 0 0-12.538517-207.525259C350.022825 182.895773 268.138628 87.705395 204.934264 38.574877A21.75049 21.75049 0 0 1 223.102321 0.447548C588.766434 60.837143 665.532868 470.514012 679.350826 563.401397a21.238713 21.238713 0 0 0 21.494601 18.679832h170.677372a21.75049 21.75049 0 0 1 16.120951 36.080224L540.403581 1015.81158a21.75049 21.75049 0 0 1-32.753679 0z" ></path></symbol><symbol id="iconshanchu5" viewBox="0 0 1024 1024"><path d="M597.333333 128h-170.666666a42.666667 42.666667 0 0 0-42.666667 42.666667v42.666666h256V170.666667a42.666667 42.666667 0 0 0-37.674667-42.368L597.333333 128z m0 298.666667a42.666667 42.666667 0 0 1 42.666667 42.666666v256a42.666667 42.666667 0 0 1-85.333333 0v-256a42.666667 42.666667 0 0 1 42.666666-42.666666z m-170.666666 0a42.666667 42.666667 0 0 1 42.666666 42.666666v256a42.666667 42.666667 0 0 1-85.333333 0v-256a42.666667 42.666667 0 0 1 42.666667-42.666666z m341.333333-128H256v554.666666a42.666667 42.666667 0 0 0 37.674667 42.368L298.666667 896h426.666666a42.666667 42.666667 0 0 0 42.666667-42.666667V298.666667z m-170.666667-256a128 128 0 0 1 128 128v42.666666h170.666667a42.666667 42.666667 0 0 1 42.368 37.674667L938.666667 256a42.666667 42.666667 0 0 1-42.666667 42.666667h-42.666667v554.666666a128 128 0 0 1-120.490666 127.786667L725.333333 981.333333H298.666667a128 128 0 0 1-128-128V298.666667H128a42.666667 42.666667 0 0 1-42.368-37.674667L85.333333 256a42.666667 42.666667 0 0 1 42.666667-42.666667h170.666667V170.666667a128 128 0 0 1 120.490666-127.786667L426.666667 42.666667h170.666666z" ></path></symbol><symbol id="iconyanjing" viewBox="0 0 1024 1024"><path d="M1018.737778 480.711111s-4.266667-12.8-8.533334-17.066667l-21.333333-42.666666c-21.333333-34.133333-51.2-76.8-93.866667-123.733334C813.937778 207.644444 685.937778 113.777778 511.004444 113.777778s-302.933333 93.866667-384 183.466666c-42.666667 46.933333-72.533333 89.6-93.866666 123.733334-8.533333 17.066667-17.066667 29.866667-21.333334 42.666666-4.266667 4.266667-8.533333 17.066667-8.533333 17.066667-4.266667 12.8-4.266667 25.6 0 34.133333 0 0 4.266667 12.8 8.533333 17.066667l21.333334 42.666667c21.333333 34.133333 51.2 76.8 93.866666 123.733333 81.066667 89.6 209.066667 183.466667 384 183.466667s302.933333-93.866667 384-183.466667c42.666667-46.933333 72.533333-89.6 93.866667-123.733333 8.533333-17.066667 17.066667-29.866667 21.333333-42.666667 4.266667-4.266667 8.533333-17.066667 8.533334-17.066667 4.266667-12.8 4.266667-21.333333 0-34.133333z m-102.4 46.933333c-17.066667 29.866667-46.933333 72.533333-81.066667 110.933334-76.8 81.066667-183.466667 157.866667-324.266667 157.866666s-247.466667-76.8-324.266666-157.866666c-38.4-38.4-64-81.066667-81.066667-110.933334-8.533333-12.8-12.8-21.333333-17.066667-29.866666 4.266667-8.533333 8.533333-17.066667 17.066667-29.866667 21.333333-29.866667 46.933333-72.533333 81.066667-110.933333C263.537778 275.911111 370.204444 199.111111 511.004444 199.111111s247.466667 76.8 324.266667 157.866667c38.4 38.4 64 81.066667 81.066667 110.933333 8.533333 12.8 12.8 21.333333 17.066666 29.866667-4.266667 8.533333-12.8 17.066667-17.066666 29.866666z" ></path><path d="M511.004444 344.177778c-76.8 0-145.066667 68.266667-145.066666 153.6 0 85.333333 68.266667 153.6 145.066666 153.6 76.8 0 145.066667-68.266667 145.066667-153.6 0-85.333333-68.266667-153.6-145.066667-153.6z m-230.4 153.6c0-128 102.4-238.933333 230.4-238.933334s230.4 110.933333 230.4 238.933334-102.4 238.933333-230.4 238.933333-230.4-110.933333-230.4-238.933333z" ></path></symbol><symbol id="iconyanjing1" viewBox="0 0 1024 1024"><path d="M512 266.723556c-19.996444 0-39.196444 1.422222-57.628444 4.124444-23.324444 3.356444-45.056-12.088889-48.554667-34.531556-3.527111-22.442667 12.515556-43.377778 35.84-46.734222 22.613333-3.299556 46.08-5.034667 70.343111-5.034666 175.388444 0 303.36 91.022222 385.308444 177.777777a761.059556 761.059556 0 0 1 114.858667 159.175111c2.56 4.864 5.063111 9.756444 7.480889 14.705778l0.426667 0.938667 0.170666 0.341333v0.085334l0.028445 0.028444-38.968889 16.725333 39.025778 16.725334-0.085334 0.113777-0.085333 0.227556-0.341333 0.739556a624.355556 624.355556 0 0 1-22.613334 41.642666 770.389333 770.389333 0 0 1-67.84 96.227556 43.804444 43.804444 0 0 1-59.591111 6.144 40.078222 40.078222 0 0 1-7.196444-57.287111 686.478222 686.478222 0 0 0 71.168-104.533334 678.968889 678.968889 0 0 0-99.555556-136.675555C760.945778 340.053333 654.165333 266.723556 512 266.723556z m469.333333 287.601777l38.968889 16.725334a39.822222 39.822222 0 0 0 0-33.450667l-38.968889 16.725333zM186.965333 359.594667c8.391111 7.338667 13.368889 17.578667 13.909334 28.444444 0.512 10.894222-3.470222 21.532444-11.093334 29.582222a679.168 679.168 0 0 0-99.555555 136.704 679.367111 679.367111 0 0 0 99.555555 136.704C263.111111 768.568889 369.834667 841.927111 512 841.927111a394.808889 394.808889 0 0 0 134.4-23.239111c21.902222-7.395556 45.909333 3.470222 54.044444 24.405333 8.106667 20.935111-2.616889 44.259556-24.177777 52.536889A483.185778 483.185778 0 0 1 512 924.103111c-175.388444 0-303.36-91.022222-385.308444-177.777778a760.917333 760.917333 0 0 1-114.858667-159.175111c-2.56-4.835556-5.063111-9.756444-7.480889-14.705778l-0.426667-0.938666-0.170666-0.341334-0.028445-0.056888v-0.056889l38.968889-16.725334L3.640889 537.6l0.056889-0.028444 0.028444-0.085334 0.142222-0.341333 0.426667-0.938667 1.621333-3.185778c8.817778-17.464889 18.488889-34.531556 28.842667-51.171555a763.505778 763.505778 0 0 1 91.875556-119.523556 43.349333 43.349333 0 0 1 29.582222-13.368889c11.292444-0.540444 22.357333 3.299556 30.72 10.638223zM42.666667 554.325333L3.697778 537.6a39.822222 39.822222 0 0 0 0 33.450667l38.968889-16.725334z" ></path><path d="M469.816889 364.544c0-22.784 19.000889-41.272889 42.439111-41.272889 128.113778 0 229.233778 104.391111 229.233778 229.916445 0 14.734222-8.106667 28.359111-21.219556 35.754666a43.52 43.52 0 0 1-42.467555 0 41.073778 41.073778 0 0 1-21.219556-35.754666c0-82.915556-66.133333-147.370667-144.327111-147.370667-23.438222 0-42.439111-18.488889-42.439111-41.272889z m-130.929778 107.008c22.926222 4.807111 37.489778 26.737778 32.568889 49.038222a151.04 151.04 0 0 0-3.527111 32.597334c0 82.915556 66.133333 147.370667 144.327111 147.370666 11.207111 0 22.072889-1.28 32.483556-3.697778 22.755556-5.376 45.710222 8.248889 51.2 30.407112 5.546667 22.158222-8.476444 44.458667-31.260445 49.806222a229.063111 229.063111 0 0 1-52.423111 5.973333c-128.113778 0-229.233778-104.391111-229.233778-229.916444 0-17.066667 1.877333-33.848889 5.432889-49.92 2.360889-10.695111 9.016889-20.053333 18.488889-25.998223 9.443556-5.973333 20.935111-7.992889 31.943111-5.688888v0.028444zM100.209778 111.303111a43.320889 43.320889 0 0 1 60.017778 0L924.302222 854.186667c16.099556 16.213333 15.872 41.955556-0.512 57.856a43.320889 43.320889 0 0 1-59.505778 0.512L100.209778 169.671111a40.476444 40.476444 0 0 1 0-58.368z" ></path></symbol><symbol id="iconshanchu1" viewBox="0 0 1025 1024"><path d="M513.852 144.914c-203.711 0-368.936 165.192-368.936 368.936 0 203.756 165.203 368.936 368.936 368.936 203.756 0 368.936-165.143 368.936-368.936 0.005-203.711-165.177-368.936-368.936-368.936zM665.109 616.241c6.27 6.218 10.153 14.838 10.153 24.363 0 0.025 0 0.050 0 0.076 0 0.003 0 0.008 0 0.017 0 19.086-15.472 34.558-34.558 34.558-9.555 0-18.204-3.877-24.46-10.146l-102.39-102.331-102.319 102.364c-6.255 6.272-14.905 10.153-24.462 10.153-0.016 0-0.031 0-0.046 0-19.061 0-34.558-15.463-34.558-34.598 0-0.018 0-0.037 0-0.056 0-9.517 3.866-18.129 10.115-24.354l102.379-102.435-102.355-102.349c-6.25-6.245-10.117-14.875-10.117-24.408 0-0.021 0-0.042 0-0.063 0-19.093 15.486-34.583 34.586-34.583 0.010 0 0.023 0 0.036 0 9.533 0 18.162 3.865 24.409 10.116l102.319 102.378 102.39-102.352c6.256-6.25 14.896-10.116 24.438-10.116 19.098 0 34.579 15.482 34.579 34.579 0 0.003 0 0.007 0 0.007 0 0.020 0 0.044 0 0.067 0 9.537-3.882 18.168-10.15 24.398l-102.321 102.321 102.33 102.396z" fill="#2c2c2c" ></path></symbol><symbol id="iconweChat" viewBox="0 0 1193 1024"><path d="M916.112634 433.296516c0 215.905464-194.859633 391.452452-435.772496 391.452453-54.966758 0-65.118276 38.253892-113.523687 21.541026-24.759801-8.418332-190.031472 59.918718-190.031472 59.918719s18.322253-175.175591-6.932745-198.078408A371.397014 371.397014 0 0 1 44.072446 433.296516c0-217.143454 195.354829-392.690443 436.267692-392.690442S916.112634 216.153062 916.112634 433.296516z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M1171.138583 798.008384a71.803423 71.803423 0 0 1-56.947542 20.550634c-18.074655 9.780121-71.803423 40.482274-95.820429 64.623081a24.017007 24.017007 0 0 1-34.044727-34.044727c24.017007-24.759801 54.595361-77.869574 64.623081-95.820429a72.051021 72.051021 0 1 1 122.684813 44.691441z m-153.263167-119.218442c-24.759801-24.140806-77.869574-54.71916-95.82043-64.62308a72.17482 72.17482 0 1 1 44.691441-122.684814 70.93683 70.93683 0 0 1 20.426836 57.442738c9.90392 17.950856 40.606074 71.679624 64.746879 95.82043a24.017007 24.017007 0 0 1-34.044726 34.044726z m-17.331861-210.458308a121.570622 121.570622 0 0 0-86.659303-35.158917c-14.484484-188.050688-191.269462-336.733292-408.536715-336.733292C279.78575 96.315626 96.439425 258.120925 96.439425 458.056317a330.667141 330.667141 0 0 0 72.298618 204.763554s24.017007 42.215461 24.017007 60.290115v145.46383l158.710324-61.899502a47.415019 47.415019 0 0 1 40.977471 2.847377l3.961568-3.218774a461.275091 461.275091 0 0 0 109.685918 13.494091 456.323131 456.323131 0 0 0 111.419104-13.989287 122.189618 122.189618 0 0 0 19.436444 26.616786 119.218441 119.218441 0 0 0 96.563223 34.168525 544.71562 544.71562 0 0 1-356.91253 33.425731l-211.077303 82.821534a47.29122 47.29122 0 0 1-20.922032 4.951961 48.157813 48.157813 0 0 1-48.157812-48.157813V725.462167A424.630586 424.630586 0 0 1 0 458.056317C0 204.887353 226.428379 0 505.966532 0s505.842733 204.887353 505.842732 458.056317c0 7.675538-0.742794 15.103479-1.23799 22.779017a115.504471 115.504471 0 0 0-10.027719-12.627499zM659.972493 798.008384A71.927222 71.927222 0 0 1 718.034227 675.32357c17.950856-9.90392 71.679624-40.606074 95.820429-64.62308a24.017007 24.017007 0 0 1 34.044726 34.044726c-24.759801 24.017007-54.71916 77.869574-64.746879 95.820429a71.555825 71.555825 0 0 1-20.426836 57.442739 72.298619 72.298619 0 0 1-102.753174 0z m153.386967 17.084262c24.017007 24.017007 77.745775 54.595361 95.82043 64.623081a72.298619 72.298619 0 1 1-65.242076 65.242075c-9.90392-17.950856-40.606074-71.803423-64.746879-95.82043a24.140806 24.140806 0 1 1 34.168525-34.044726z" fill="#FFFFFF" ></path><path d="M350.970178 355.550741m-62.766095 0a62.766095 62.766095 0 1 0 125.53219 0 62.766095 62.766095 0 1 0-125.53219 0Z" fill="#FFFFFF" ></path><path d="M664.676856 355.550741m-62.766096 0a62.766095 62.766095 0 1 0 125.532191 0 62.766095 62.766095 0 1 0-125.532191 0Z" fill="#FFFFFF" ></path></symbol><symbol id="iconactiveCst" viewBox="0 0 1024 1024"><path d="M166.357333 136.618667m106.666667 0l389.973333 0q106.666667 0 106.666667 106.666666l0 535.466667q0 106.666667-106.666667 106.666667l-389.973333 0q-106.666667 0-106.666667-106.666667l0-535.466667q0-106.666667 106.666667-106.666666Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M708.992 502.613333a97.28 97.28 0 0 1 48.426667 27.605334c11.264 11.477333 19.328 24.917333 23.893333 40.021333 4.949333 16.426667 6.144 32.170667 3.114667 47.701333-2.176 11.349333-3.925333 17.664-7.253334 24.32l-3.285333 6.016-4.309333 7.082667-4.48 6.954667 8.746666 5.973333c10.24 7.594667 19.541333 16.213333 27.904 25.728l8.021334 9.898667 7.381333 10.496c7.509333 11.562667 12.714667 20.522667 16.981333 29.738666 4.906667 10.666667 9.173333 22.272 13.312 35.541334 2.986667 9.642667 5.333333 19.968 7.381334 31.957333 3.114667 17.834667 4.096 33.408 2.730666 48.341333a28.373333 28.373333 0 0 1-17.621333 23.552 32 32 0 0 1-35.968-5.12 27.52 27.52 0 0 1-9.258667-15.914666l-0.938666-7.722667-0.213334-4.437333c-0.426667-15.36-2.133333-29.44-5.290666-42.794667a173.397333 173.397333 0 0 0-17.152-44.885333c-10.837333-19.370667-24.021333-34.474667-40.405334-45.568a75.349333 75.349333 0 0 0-27.861333-12.245334l-8.533333-1.322666-8.192-1.024-1.664-0.384-10.368 1.28a61.866667 61.866667 0 0 0-10.88 2.133333 118.869333 118.869333 0 0 0-22.016 9.813333c-7.637333 4.138667-14.762667 10.069333-22.016 17.877334-8.917333 9.557333-15.786667 18.944-20.864 28.885333l-2.986667 5.845333-4.522667 9.429334-3.413333 8.106666a149.589333 149.589333 0 0 0-6.357333 21.76c-1.962667 8.874667-3.498667 17.92-4.650667 27.050667a164.266667 164.266667 0 0 0-1.109333 21.376 32.597333 32.597333 0 0 1-19.626667 28.544c-15.488 5.76-30.976 1.066667-39.466667-11.648a35.498667 35.498667 0 0 1-5.76-19.370667l0.426667-10.112 1.322667-15.957333c0.938667-8.021333 2.133333-15.786667 3.498666-23.424a252.8 252.8 0 0 1 8.96-35.072l3.968-10.282667c4.266667-10.666667 6.997333-16.768 10.581334-23.125333 6.4-11.264 13.312-22.016 20.778666-32.085333 9.898667-13.44 21.76-25.173333 35.541334-35.2l8.149333-5.589334-3.84-5.248-2.56-4.010666-2.304-4.096-3.968-8.490667-1.877333-5.12-3.328-11.52a78.208 78.208 0 0 1-2.432-26.581333l0.426666-7.68 0.853334-7.082667c1.152-7.04 3.413333-14.08 6.698666-21.888a101.504 101.504 0 0 1 49.749334-51.413333c10.410667-5.034667 21.674667-7.893333 35.413333-9.429334 9.984-1.152 19.626667-0.128 32.512 2.773334z m-22.528 50.090667a48.341333 48.341333 0 0 0-50.048 45.354667c-0.810667 13.952 3.712 26.325333 13.354667 36.181333 10.24 10.453333 22.442667 15.573333 36.266666 14.464l5.418667-0.213333c21.589333-2.261333 40.533333-22.272 41.216-45.994667a48.384 48.384 0 0 0-46.208-49.792zM672.042667 136.533333c11.306667 0 21.76 1.621333 31.445333 5.034667 20.736 7.338667 37.461333 20.181333 49.706667 38.4 8.832 13.141333 14.08 27.733333 15.872 43.733333l0.597333 7.338667 0.213333 202.410667h-64.725333l-0.170667-198.656c0-13.866667-6.570667-23.936-19.669333-30.890667a24.874667 24.874667 0 0 0-8.704-2.56l-5.333333-0.341333H266.112a33.365333 33.365333 0 0 0-31.018667 17.962666 29.738667 29.738667 0 0 0-3.456 9.258667l-0.512 4.864v552.618667c0 15.488 6.698667 26.24 20.608 33.066666 2.986667 1.450667 6.272 2.218667 10.538667 2.56l4.608 0.128h160.938667v64.64l-162.858667 0.042667c-16.64 0-32.384-4.096-47.189333-12.117333a98.133333 98.133333 0 0 1-49.493334-67.328l-1.664-14.250667L166.4 787.114667l0.085333-553.813334c0-11.904 2.474667-23.765333 7.253334-35.584C180.906667 180.224 192 165.973333 207.232 154.965333c8.704-6.314667 18.261333-11.093333 28.629333-14.250666 6.229333-1.92 12.586667-3.114667 19.413334-3.712L265.728 136.533333 672 136.533333z" fill="#FFFFFF" ></path><path d="M552.874667 340.48c-1.792-0.554667-2.645333-1.024-3.541334-1.109333-4.821333-0.597333-9.642667-1.493333-14.506666-1.621334a26.026667 26.026667 0 0 1-24.234667-19.370666c-2.986667-12.714667 0.810667-23.253333 12.970667-30.634667 5.376-3.242667 11.349333-3.285333 17.28-2.773333 10.752 0.853333 21.504 1.962667 32.256 3.072l33.962666 3.541333c2.218667 0.213333 4.48 0 6.698667 0.256a26.752 26.752 0 0 1 21.376 14.165333 33.109333 33.109333 0 0 1 3.626667 16.042667c0.298667 17.322667 0.426667 34.688 0.725333 52.053333 0.085333 6.314667 0.512 12.629333 0.597333 18.944 0.085333 11.946667-5.717333 21.418667-16.896 25.386667a26.282667 26.282667 0 0 1-31.701333-10.154667 27.605333 27.605333 0 0 1-4.394667-16.64v-8.362666a298.112 298.112 0 0 0-0.853333-0.426667c-1.194667 0.938667-2.432 1.749333-3.498667 2.816L506.282667 462.08c-5.205333 5.248-10.24 10.666667-15.658667 15.701333-5.162667 4.821333-11.52 5.546667-18.432 5.205334-8.618667-0.426667-14.506667-5.12-20.053333-10.965334-7.978667-8.32-16.213333-16.512-24.704-25.173333-2.56 4.224-4.778667 7.765333-6.869334 11.434667-5.717333 10.026667-11.306667 20.138667-16.981333 30.165333l-17.237333 30.378667-16.810667 29.568c-5.674667 9.984-11.221333 19.968-16.938667 29.909333-5.717333 10.026667-10.922667 20.437333-17.578666 29.781333-7.552 10.666667-21.162667 13.397333-32.938667 7.594667a26.026667 26.026667 0 0 1-13.312-15.786667c-3.328-9.984 0.298667-18.218667 5.12-26.496 6.485333-11.264 12.8-22.613333 19.2-33.962666 5.674667-9.898667 11.477333-19.754667 17.109333-29.696 6.314667-11.093333 12.458667-22.186667 18.773334-33.28 7.552-13.397333 15.274667-26.752 22.869333-40.106667 6.314667-11.093333 12.458667-22.186667 18.773333-33.28 3.242667-5.717333 6.229333-11.648 10.069334-16.938667a24.362667 24.362667 0 0 1 15.530666-9.258666 29.525333 29.525333 0 0 1 13.184 0.64 24.746667 24.746667 0 0 1 12.074667 7.722666c9.898667 10.325333 19.925333 20.48 29.866667 30.805334 1.877333 1.962667 3.370667 2.133333 5.333333 0.085333 22.442667-22.485333 44.885333-44.928 67.370667-67.328 2.688-2.688 5.546667-5.162667 8.832-8.277333M429.952 723.072H364.757333c-15.786667 0-31.573333 0.170667-47.36 0.298667-7.893333 0.085333-15.786667-0.085333-23.68 0.426666-10.410667 0.64-16.085333-7.68-18.474666-14.165333a35.584 35.584 0 0 1 0.213333-25.728c2.773333-7.210667 8.021333-13.226667 17.536-13.312 39.168-0.170667 78.336-0.597333 117.546667-0.938667 10.666667-0.085333 21.418667-0.085333 32.128-0.384 7.552-0.170667 12.288 3.84 15.573333 9.856a34.133333 34.133333 0 0 1 1.706667 29.866667c-3.242667 8.362667-7.808 13.653333-18.901334 13.397333-3.712-0.085333-7.424 0-11.093333 0v0.682667" fill="#FFFFFF" ></path></symbol><symbol id="iconcst" viewBox="0 0 1024 1024"><path d="M174.72 128.853333m106.666667 0l389.973333 0q106.666667 0 106.666667 106.666667l0 535.466667q0 106.666667-106.666667 106.666666l-389.973333 0q-106.666667 0-106.666667-106.666666l0-535.466667q0-106.666667 106.666667-106.666667Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M717.653333 494.592c13.269333 3.413333 24.832 8.704 34.730667 16.128 11.349333 8.533333 20.48 18.389333 27.306667 29.866667 9.642667 16.341333 14.421333 33.493333 14.293333 52.181333l-0.469333 9.898667a83.370667 83.370667 0 0 1-0.597334 6.442666l-0.426666 2.816c-0.384 2.133333-0.853333 4.010667-1.493334 6.229334l-3.84 11.264c-1.237333 3.584-2.730667 6.912-4.437333 9.984l-4.693333 7.978666-4.394667 6.741334 9.386667 6.656c6.570667 4.906667 12.544 10.026667 17.962666 15.402666l7.765334 8.277334 6.997333 8.746666 9.173333 12.757334 6.826667 10.154666 2.986667 4.864c1.706667 2.901333 3.2 5.717333 4.821333 9.088l6.954667 15.658667c3.413333 7.978667 6.272 15.658667 8.661333 23.168 1.28 3.968 2.346667 8.106667 3.328 12.757333l3.968 21.205334 2.133333 14.165333 0.554667 4.394667c1.066667 9.472 1.408 18.56 1.066667 27.306666-0.810667 18.432-18.730667 32.469333-37.76 29.226667-12.032-2.090667-19.968-9.088-25.344-20.821333a15.274667 15.274667 0 0 1-1.28-6.656 209.237333 209.237333 0 0 0-3.626667-40.533334 183.765333 183.765333 0 0 0-8.533333-30.592 202.624 202.624 0 0 0-14.208-30.378666c-9.088-15.786667-19.626667-27.818667-32.426667-36.437334l-9.216-6.058666a78.250667 78.250667 0 0 0-10.368-5.504 69.546667 69.546667 0 0 0-19.925333-5.546667 80.725333 80.725333 0 0 0-36.906667 3.712 101.546667 101.546667 0 0 0-40.405333 27.477333c-8.874667 9.6-15.872 19.626667-20.906667 30.165334a394.752 394.752 0 0 0-11.946667 27.306666l-1.109333 3.114667-1.877333 7.509333-1.066667 5.376c-1.408 7.082667-2.474667 13.141333-3.413333 18.816l-1.152 8.277334a99.968 99.968 0 0 0-1.28 19.2c0.853333 14.933333-11.690667 29.568-26.709334 31.573333-14.378667 1.834667-25.6-3.242667-33.194666-15.104a30.165333 30.165333 0 0 1-4.693334-15.530667l0.256-8.021333 2.005334-25.386667 4.522666-25.088 1.706667-8.106666a210.432 210.432 0 0 1 20.778667-54.912c5.333333-9.557333 11.306667-18.986667 17.92-28.245334 8.064-11.392 17.92-21.76 29.44-31.146666l16.128-12.117334-0.469334-0.682666a111.957333 111.957333 0 0 1-16.896-35.712c-3.285333-12.032-3.712-24.277333-2.090666-39.722667 0.853333-7.893333 2.773333-15.488 5.76-22.485333l5.418666-10.410667 5.12-8.832c1.493333-2.346667 2.858667-4.309333 4.352-6.4 6.4-8.576 13.482667-15.36 21.546667-20.138667 7.722667-4.650667 15.36-8.618667 23.04-11.946666 6.357333-2.730667 12.672-4.565333 18.730667-5.248 15.701333-1.834667 28.8-1.450667 41.514666 1.877333z m-25.173333 50.346667c-25.301333 0.042667-47.786667 22.784-47.829333 47.872-0.042667 25.642667 23.125333 49.792 49.066666 47.530666 23.04 2.218667 47.018667-22.528 46.933334-47.104-0.170667-25.941333-23.04-48.384-48.213334-48.298666zM277.973333 128.853333l405.205334 0.128 3.84 0.170667 6.570666 0.938667 5.973334 1.28 10.666666 2.688c8.021333 1.834667 15.274667 5.418667 24.021334 11.349333 10.666667 7.210667 18.56 14.592 24.32 23.466667 6.229333 9.472 9.984 16.128 12.885333 23.338666 2.858667 7.082667 4.608 15.104 5.205333 23.210667 0.426667 6.4 0.810667 12.970667 1.024 20.053333l0.298667 23.168v166.912h-64.810667V230.656c0-13.098667-4.266667-22.912-13.44-29.866667a34.858667 34.858667 0 0 0-15.232-6.826666l-5.504-0.469334H275.968a35.157333 35.157333 0 0 0-36.053333 31.872l-0.341334 6.997334 0.042667 543.146666c0 12.672 4.266667 22.656 13.226667 29.909334 6.656 5.376 14.592 7.68 25.045333 7.68h161.621333v64.426666l-7.338666 0.256-155.861334 0.042667c-12.544 0-23.424-1.408-33.536-4.693333a99.114667 99.114667 0 0 1-53.333333-42.581334 91.008 91.008 0 0 1-11.818667-29.866666 197.461333 197.461333 0 0 1-2.901333-39.253334L174.72 692.181333 174.890667 229.034667c0.042667-16.469333 3.584-32 10.666666-46.08 7.850667-15.36 18.944-27.904 33.28-37.504 12.501333-8.362667 25.898667-13.44 40.362667-15.232L272.426667 128.981333 277.973333 128.853333z" fill="#FFFFFF" ></path><path d="M476.928 319.189333H330.026667c-10.538667 0-19.797333-3.114667-25.045334-12.8-3.413333-6.272-5.76-13.013333-2.986666-20.778666 2.474667-6.997333 5.674667-13.098667 12.458666-16.085334a38.101333 38.101333 0 0 1 14.634667-3.626666c43.093333-0.256 86.229333-0.170667 129.365333-0.170667h165.888c10.922667 0 19.797333 4.266667 24.917334 14.165333a26.026667 26.026667 0 0 1 2.645333 16.341334c-1.408 8.448-5.12 15.616-13.056 19.285333a35.626667 35.626667 0 0 1-14.336 3.541333c-49.194667 0.256-98.389333 0.128-147.626667 0.128M435.413333 443.648c-34.986667 0-69.973333-0.085333-104.96 0-8.064 0.042667-15.189333-1.749333-21.290666-7.381333a27.946667 27.946667 0 0 1-7.210667-25.856c2.645333-10.154667 9.386667-15.957333 18.688-19.370667 1.92-0.725333 4.224-0.725333 6.314667-0.725333h194.944c8.234667 0 16.469333-0.298667 24.704 0.042666 9.002667 0.426667 15.786667 4.906667 20.778666 12.501334 4.906667 7.466667 4.48 15.573333 2.389334 23.466666-1.578667 5.888-6.016 10.282667-11.434667 13.610667-5.376 3.285333-11.221333 3.712-17.194667 3.712H435.413333M364.970667 567.936c-12.672 0-25.301333-0.213333-37.973334 0.042667-10.112 0.213333-22.016-8.96-24.746666-18.773334a26.154667 26.154667 0 0 1 8.746666-28.8 22.954667 22.954667 0 0 1 15.402667-5.717333c25.770667 0 51.584-0.170667 77.354667 0.085333 14.762667 0.128 24.917333 11.392 25.557333 25.301334a26.069333 26.069333 0 0 1-25.685333 27.776c-12.842667 0.426667-25.770667 0.085333-38.656 0.085333z" fill="#FFFFFF" ></path></symbol><symbol id="iconzujian" viewBox="0 0 1024 1024"><path d="M579.584 287.3344a27.9552 27.9552 0 1 0 55.9616 0 27.9552 27.9552 0 0 0-55.9616 0z" fill="#FF8001" ></path><path d="M803.328 490.0864c-7.0144 0-13.9776 1.3824-20.992 2.7648l-78.336-114.688c50.3808-53.0944 48.9984-137.0112-4.1472-187.3408-53.1456-50.3296-137.0624-48.9472-187.392 4.1984-50.3296 53.1456-48.9472 137.0624 4.1984 187.392 1.3824 1.3824 2.816 2.7648 5.632 4.1984l-103.5264 190.1568c-12.5952-1.3824-23.7568-2.7648-34.9696-2.7648-15.36 0-30.72 2.7648-44.7488 8.3456L255.1808 456.4992c27.9552-37.7344 20.992-90.88-16.7936-118.8352-37.7344-27.9552-90.88-20.992-118.8352 16.7936-28.0064 37.7344-20.992 90.88 16.7424 118.8352 20.992 15.36 47.5648 20.992 72.704 13.9776l83.968 125.8496c-47.616 50.3296-46.1824 130.048 4.1472 177.6128 50.3296 47.5136 130.048 46.1312 177.6128-4.1984 47.5136-50.3296 46.1312-130.048-4.1984-177.6128-1.4336-1.3824-2.816-2.7648-4.1984-2.7648l103.424-190.208a117.76 117.76 0 0 0 37.7856 5.632c16.7936 0 33.5872-2.816 50.3808-9.8304l78.2848 114.688a83.3536 83.3536 0 0 0 18.176 117.4528 83.3536 83.3536 0 0 0 117.4528-18.176 83.3536 83.3536 0 0 0-18.176-117.4528 77.056 77.056 0 0 0-50.3296-18.176z m-419.5328 279.6544c-39.1168 0-69.888-30.72-69.888-69.888s30.72-69.9392 69.888-69.9392 69.9392 30.72 69.9392 69.9392c0 39.1168-30.72 69.888-69.9392 69.888z m223.744-412.5184c-39.1168 0-69.888-30.72-69.888-69.888s30.72-69.9392 69.888-69.9392 69.9392 30.72 69.9392 69.9392c0 39.1168-30.7712 69.888-69.9392 69.888z" fill="#FF8001" ></path><path d="M355.84 699.8528a27.9552 27.9552 0 1 0 55.9616 0 27.9552 27.9552 0 0 0-55.9616 0z" fill="#FF8001" ></path></symbol><symbol id="iconzujianshouqi1" viewBox="0 0 1024 1024"><path d="M724.406857 823.076571c0 14.994286 13.019429 27.282286 28.818286 27.282286h70.656c15.872 0 28.891429-12.288 28.891428-27.282286V219.428571c0-14.994286-13.019429-27.282286-28.891428-27.282285h-70.656c-15.798857 0-28.818286 12.288-28.818286 27.282285v603.721143zM621.787429 219.428571c0-14.994286-10.532571-19.968-23.186286-10.971428L177.005714 505.124571c-12.653714 8.923429-12.653714 23.552 0 32.548572l421.522286 296.740571c12.653714 8.996571 23.186286 3.949714 23.186286-10.971428v-604.16z" fill="#E8E8E8" ></path></symbol><symbol id="iconzujianshouqi" viewBox="0 0 1024 1024"><path d="M724.406857 823.076571c0 14.994286 13.019429 27.282286 28.818286 27.282286h70.656c15.872 0 28.891429-12.288 28.891428-27.282286V219.428571c0-14.994286-13.019429-27.282286-28.891428-27.282285h-70.656c-15.798857 0-28.818286 12.288-28.818286 27.282285v603.721143zM621.787429 219.428571c0-14.994286-10.532571-19.968-23.186286-10.971428L177.005714 505.124571c-12.653714 8.923429-12.653714 23.552 0 32.548572l421.522286 296.740571c12.653714 8.996571 23.186286 3.949714 23.186286-10.971428v-604.16z" fill="#E8E8E8" ></path></symbol><symbol id="iconappPush" viewBox="0 0 1024 1024"><path d="M296.106667 159.573333h457.344v686.037334H296.106667z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M525.482667 597.717333a135.04 135.04 0 1 0 0-270.08 135.04 135.04 0 0 0 0 270.08z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M598.101333 348.885333c11.221333 7.168 21.333333 15.957333 29.994667 26.112a170.112 170.112 0 0 0-22.912-1.109333 166.485333 166.485333 0 0 0-165.461333 192.938667 137.429333 137.429333 0 0 1-26.88-29.781334 190.165333 190.165333 0 0 1 185.258666-188.16z m58.112 80.341334a122.752 122.752 0 0 0-165.546666 163.882666c11.349333 3.072 23.04 4.608 34.858666 4.608h0.981334a93.994667 93.994667 0 0 1-20.48-58.752 94.762667 94.762667 0 0 1 154.453333-73.557333v-2.517333c0-11.349333-1.450667-22.613333-4.266667-33.664z m-56.874666 54.613333c22.016 0.042667 41.685333 13.952 49.066666 34.730667a136.32 136.32 0 0 1-65.792 66.389333 51.925333 51.925333 0 0 1 16.725334-101.12z m0.768 25.6a27.946667 27.946667 0 1 0 27.989333 27.946667 28.032 28.032 0 0 0-28.032-27.946667h0.042667z" fill="#FFFFFF" ></path><path d="M525.44 327.637333c10.88 0 21.674667 1.28 32.256 3.882667 7.978667 16.554667 12.117333 34.688 12.117333 53.034667a122.88 122.88 0 0 1-175.146666 111.104 134.016 134.016 0 0 1-4.181334-33.28V460.8a94.848 94.848 0 0 0 151.082667-76.074667 93.866667 93.866667 0 0 0-19.2-57.002666c1.066667-0.085333 2.048-0.085333 3.072-0.085334z m-76.586667 110.890667a52.821333 52.821333 0 0 0 23.552-100.096 134.698667 134.698667 0 0 0-32.554666 19.84 28.458667 28.458667 0 1 1-20.224 20.565333 134.4 134.4 0 0 0-18.133334 30.336c8.96 17.92 27.306667 29.312 47.36 29.354667z" fill="#FFFFFF" ></path><path d="M446.72 479.317333h2.645333c-3.626667 9.002667-6.442667 18.346667-8.448 27.861334a120.021333 120.021333 0 0 1-24.661333-3.712c1.792-9.130667 4.224-18.176 7.253333-26.965334 7.594667 1.877333 15.402667 2.816 23.253334 2.816z m38.698667 21.76l-1.578667 0.512c12.416-37.973333 42.325333-67.669333 80.341333-79.829333a122.88 122.88 0 0 1-78.762666 79.36z m15.658666-122.965333a51.114667 51.114667 0 0 1-16 46.506667 53.461333 53.461333 0 0 1-43.264 13.44c6.826667-11.093333 14.848-21.376 23.808-30.805334a30.293333 30.293333 0 0 0 3.754667-3.84c9.6-9.514667 20.224-18.005333 31.658667-25.258666l0.042666-0.042667z m68.736-0.469333l-2.304 0.469333c-8.789333 2.048-17.450667 4.821333-25.813333 8.234667v-0.810667c0-8.618667-1.152-17.237333-3.498667-25.557333 8.917333-3.2 18.048-5.717333 27.349334-7.552 2.346667 8.234667 3.797333 16.682667 4.266666 25.258666V377.6z" fill="#FFFFFF" ></path><path d="M770.602667 102.4c22.101333 0 40.021333 17.92 40.021333 40.021333V862.72c0 22.101333-17.92 40.021333-40.021333 40.021333H278.954667a40.021333 40.021333 0 0 1-40.021334-40.021333V142.421333c0-22.101333 17.92-40.021333 40.021334-40.021333H770.56zM621.653333 194.602667a40.021333 40.021333 0 0 1-35.84 22.144h-122.026666c-15.146667 0-29.013333-8.533333-35.797334-22.144l-17.493333-35.029334H296.106667v686.037334h457.386666V159.530667h-114.346666l-17.536 35.072z m-39.68 564.906666a28.586667 28.586667 0 0 1 0 57.173334h-114.346666a28.586667 28.586667 0 0 1 0-57.173334h114.346666z" fill="#FFFFFF" ></path></symbol><symbol id="iconsms" viewBox="0 0 1024 1024"><path d="M514.176 665.045333H763.733333a27.733333 27.733333 0 0 0 19.925334-8.533333 29.482667 29.482667 0 0 0 8.277333-20.48v-364.373333a28.714667 28.714667 0 0 0-28.202667-29.056H255.274667a27.733333 27.733333 0 0 0-19.925334 8.490666 29.482667 29.482667 0 0 0-8.277333 20.522667v364.373333c0.042667 16.042667 12.672 29.013333 28.16 29.013334h98.944v87.466666l160-87.466666z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M514.176 665.045333H763.733333a27.733333 27.733333 0 0 0 19.925334-8.533333 29.482667 29.482667 0 0 0 8.277333-20.48v-364.373333a28.714667 28.714667 0 0 0-28.202667-29.056H255.274667a27.733333 27.733333 0 0 0-19.925334 8.490666 29.482667 29.482667 0 0 0-8.277333 20.522667v364.373333c0.042667 16.042667 12.672 29.013333 28.16 29.013334h98.944v87.466666l160-87.466666z m13.866667 58.24l-180.949334 102.997334c-27.306667 15.530667-49.408 2.048-49.408-30.08v-72.917334h-42.282666c-46.848 0-84.821333-39.168-84.821334-87.466666V271.786667c0-23.210667 8.96-45.482667 24.832-61.866667 15.914667-16.426667 37.504-25.642667 59.989334-25.642667h508.16c46.848 0 84.821333 39.168 84.821333 87.466667v364.032c0 23.210667-8.917333 45.482667-24.789333 61.866667-15.914667 16.426667-37.504 25.6-59.989334 25.6h-235.562666zM354.133333 504.832a42.154667 42.154667 0 0 1-36.821333-21.845333 44.885333 44.885333 0 0 1 0-43.776 42.154667 42.154667 0 0 1 36.821333-21.802667c23.338667 0.085333 42.197333 19.626667 42.197334 43.690667 0 24.064-18.858667 43.605333-42.24 43.690666z m155.306667 0a42.154667 42.154667 0 0 1-36.821333-21.845333 44.885333 44.885333 0 0 1 0-43.776 42.154667 42.154667 0 0 1 36.821333-21.802667c23.338667 0.085333 42.24 19.626667 42.24 43.690667 0 24.064-18.901333 43.605333-42.24 43.690666z m155.306667 0a42.154667 42.154667 0 0 1-36.778667-21.845333 44.885333 44.885333 0 0 1 0-43.776 42.154667 42.154667 0 0 1 36.821333-21.802667c23.338667 0.085333 42.197333 19.626667 42.197334 43.690667 0 24.064-18.858667 43.605333-42.24 43.690666z" fill="#FFFFFF" ></path></symbol><symbol id="iconintligCall" viewBox="0 0 1024 1024"><path d="M525.653333 498.346667m-300.373333 0a300.373333 300.373333 0 1 0 600.746667 0 300.373333 300.373333 0 1 0-600.746667 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M345.856 205.994667C422.656 161.621333 509.866667 148.906667 594.773333 173.056c84.864 24.106667 156.032 77.610667 200.362667 154.453333 9.386667 16.298667 17.322667 33.109333 23.722667 50.304h29.098666c25.002667 0 45.269333 20.266667 45.269334 45.269334V513.706667c0 25.002667-20.266667 45.312-45.269334 45.312h-15.786666a354.133333 354.133333 0 0 1-4.778667 20.053333 326.4 326.4 0 0 1-201.685333 222.378667c-2.346667 18.005333-15.36 36.437333-31.146667 43.861333a65.706667 65.706667 0 0 1-90.666667-24.32 65.706667 65.706667 0 0 1 24.277334-90.624c30.208-17.450667 69.034667-7.04 89.130666 21.674667 11.605333-4.949333 23.509333-10.112 34.346667-16.341334a279.04 279.04 0 0 0 102.613333-381.909333C676.693333 219.434667 505.002667 174.506667 370.688 252.074667A279.381333 279.381333 0 0 0 232.533333 526.506667c1.706667 14.634667-4.949333 24.96-14.08 29.482666v2.944H173.226667A45.269333 45.269333 0 0 1 127.829333 513.664V423.082667c0-25.002667 20.266667-45.269333 45.269334-45.269334l26.453333-0.085333a327.68 327.68 0 0 1 46.677333-84.906667c27.818667-34.432 59.861333-63.872 99.584-86.826666z" fill="#FFFFFF" ></path><path d="M656.768 425.984a21.546667 21.546667 0 0 0-22.016 21.973333v85.333334c0 12.501333 9.514667 21.973333 22.016 21.973333 6.442667 0 11.008-3.029333 15.914667-6.442667 4.949333-3.029333 6.442667-9.472 6.442666-15.914666V448a23.082667 23.082667 0 0 0-22.357333-22.016z m-325.333333 21.973333v85.333334c0 12.501333 9.472 21.973333 22.016 21.973333 6.4 0 10.965333-3.029333 15.914666-6.442667a24.661333 24.661333 0 0 0 6.4-15.914666V448a21.546667 21.546667 0 0 0-21.973333-22.016 21.632 21.632 0 0 0-22.357333 21.973333z m151.68-118.272v320.768c0 12.501333 9.472 21.973333 21.973333 21.973334a21.546667 21.546667 0 0 0 22.016-21.973334V329.685333a21.546667 21.546667 0 0 0-22.016-22.016c-12.501333 1.536-21.973333 11.008-21.973333 22.016z m-53.845334 37.888c12.501333 0 21.973333 9.472 21.973334 22.016v203.946667a21.546667 21.546667 0 0 1-21.973334 22.016 21.546667 21.546667 0 0 1-22.016-21.973333V389.546667c0-12.544 9.514667-22.016 22.016-22.016z m150.144 0c12.501333 0 21.973333 9.472 21.973334 22.016v203.605334a23.594667 23.594667 0 0 1-6.4 15.914666 23.594667 23.594667 0 0 1-15.957334 6.442667 21.546667 21.546667 0 0 1-21.973333-21.973333V389.546667c0-12.544 11.349333-22.016 22.357333-22.016z" fill="#FFFFFF" ></path></symbol><symbol id="iconebankApp" viewBox="0 0 1024 1024"><path d="M296.106667 159.573333h457.344v686.037334H296.106667z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M770.602667 102.4c22.101333 0 40.021333 17.92 40.021333 40.021333V862.72c0 22.101333-17.92 40.021333-40.021333 40.021333H278.954667a40.021333 40.021333 0 0 1-40.021334-40.021333V142.421333c0-22.101333 17.92-40.021333 40.021334-40.021333H770.56zM621.653333 194.602667a40.021333 40.021333 0 0 1-35.84 22.144h-122.026666c-15.146667 0-29.013333-8.533333-35.797334-22.144l-17.493333-35.029334H296.106667v686.037334h457.386666V159.530667h-114.346666l-17.536 35.072z m-39.68 564.906666a28.586667 28.586667 0 0 1 0 57.173334h-114.346666a28.586667 28.586667 0 0 1 0-57.173334h114.346666z" fill="#FFFFFF" ></path><path d="M434.005333 412.416V377.173333h184.704v34.688h29.525334V351.018667h-47.701334c3.968-6.485333 7.936-13.226667 11.349334-20.608l-28.714667-10.581334c-4.266667 10.581333-9.386667 21.162667-15.018667 31.146667h-27.008V318.72h-29.568v32.341333h-26.112a172.629333 172.629333 0 0 0-16.768-30.293333l-28.16 10.88c5.12 5.888 9.685333 12.373333 13.653334 19.413333H404.48v61.44h29.525333z m167.68 34.688V389.546667h-150.613333v57.6h150.613333z m-29.013333-21.461333h-92.586667v-14.677334h92.586667v14.677334zM514.133333 591.786667c19.882667 0 30.122667-9.728 30.122667-29.098667v-9.130667H648.533333v-24.704h-104.277333v-11.434666h81.834667v-22.954667h-81.834667v-12.629333a1188.821333 1188.821333 0 0 0 79.829333-7.338667l-13.653333-24.106667c-51.114667 7.68-113.066667 11.477333-186.368 11.477334l7.424 22.613333c29.525333 0 57.386667-0.597333 83.498667-1.450667v11.434667H424.362667v22.954667h90.624v11.434666H402.773333v24.746667h112.213334v2.304c0 7.68-3.413333 11.477333-9.642667 11.477333-9.685333 0-20.181333-0.597333-31.274667-1.749333l5.973334 26.154667h34.133333z" fill="#FFFFFF" ></path></symbol><symbol id="iconteleSalesPlat" viewBox="0 0 1024 1024"><path d="M396.373333 322.304c7.125333 9.557333 7.125333 23.893333-2.432 31.061333l-52.48 54.869334a25.386667 25.386667 0 0 0-4.778666 28.629333 619.093333 619.093333 0 0 0 105.002666 140.8 618.965333 618.965333 0 0 0 140.8 104.96 25.386667 25.386667 0 0 0 28.586667-4.736L666.026667 622.933333a22.528 22.528 0 0 1 31.061333-2.346666l93.013333 76.373333s2.389333 0 2.389334 2.346667a23.04 23.04 0 0 1 0 33.450666l-64.426667 64.426667c-30.976 30.976-178.944-47.744-319.786667-186.197333C267.52 472.661333 191.146667 322.346667 222.122667 291.285333l66.816-66.816c9.557333-7.168 26.282667-7.168 33.408 4.778667L396.373333 322.346667v-0.042667z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M656.426667 470.272c0 14.336 9.557333 23.893333 23.893333 23.893333 14.293333 0 23.850667-9.557333 23.850667-23.893333a143.616 143.616 0 0 0-143.189334-143.189333c-14.336 0-23.893333 9.557333-23.893333 23.893333 0 14.293333 9.6 23.850667 23.893333 23.850667a95.744 95.744 0 0 1 95.445334 95.445333z m95.488 0c0 14.336 9.557333 23.893333 23.893333 23.893333 14.293333 0 23.808-9.557333 23.808-23.893333 0-131.242667-107.392-238.634667-238.634667-238.634667-14.336 0-23.893333 9.557333-23.893333 23.893334 0 14.293333 9.6 23.850667 23.893333 23.850666a191.530667 191.530667 0 0 1 190.933334 190.890667z m-322.176-83.498667a70.101333 70.101333 0 0 0 4.778666-95.488L360.533333 198.229333c-23.850667-31.018667-69.205333-35.84-100.266666-11.946666-2.346667 2.389333-4.693333 2.389333-4.693334 4.778666l-64.512 64.426667c-62.037333 62.08 26.282667 229.12 186.197334 388.992 159.872 159.872 324.48 245.802667 386.56 186.154667l64.426666-64.426667c28.629333-28.672 28.629333-74.026667 0-100.266667l-4.778666-4.778666-93.098667-73.984a70.058667 70.058667 0 0 0-95.402667 4.778666l-40.533333 40.618667c-43.008-26.282667-81.194667-54.912-114.602667-88.32-33.408-33.450667-61.994667-71.594667-88.277333-114.56l38.186667-42.922667z m-33.408-64.469333c7.168 9.557333 7.168 23.893333-2.389334 31.061333l-52.48 54.869334a25.386667 25.386667 0 0 0-4.778666 28.629333 619.093333 619.093333 0 0 0 105.002666 140.8 618.965333 618.965333 0 0 0 140.8 104.96 25.386667 25.386667 0 0 0 28.586667-4.736L666.026667 622.933333a22.528 22.528 0 0 1 31.061333-2.346666l93.013333 76.373333s2.389333 0 2.389334 2.346667a23.04 23.04 0 0 1 0 33.450666l-64.426667 64.426667c-30.976 30.976-178.944-47.744-319.786667-186.197333C267.52 472.661333 191.146667 322.346667 222.122667 291.285333l66.816-66.816c9.557333-7.168 26.282667-7.168 33.408 4.778667L396.373333 322.346667v-0.042667z" fill="#FFFFFF" ></path></symbol><symbol id="iconequity" viewBox="0 0 1024 1024"><path d="M163.584 402.517333l95.488 397.098667 474.368 1.536 97.024-400.128-13.653333-28.8 12.117333 27.306667-146.986667 63.616a28.288 28.288 0 0 1-34.858666-9.088l-109.141334-131.84c-10.624-9.130667-10.624-27.306667 0-37.930667 7.594667-9.088 13.653333-19.669333 13.653334-31.829333 1.493333-16.64-3.029333-33.322667-15.189334-43.946667a51.029333 51.029333 0 0 0-39.381333-18.176c-15.146667 0-30.293333 6.058667-40.96 16.64-10.581333 12.16-16.64 28.842667-15.146667 43.946667 1.536 12.16 6.101333 22.784 13.653334 31.872a30.037333 30.037333 0 0 1 1.536 39.424l-110.677334 133.376a30.933333 30.933333 0 0 1-34.858666 9.088L163.584 402.517333l-28.8 7.594667 28.8-7.594667z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M497.024 129.706667c31.829333 0 62.122667 13.653333 84.906667 36.394666 22.698667 24.234667 34.816 59.093333 30.293333 92.458667a114.346667 114.346667 0 0 1-13.653333 43.946667l80.341333 96.981333 125.781333-54.570667a61.013333 61.013333 0 0 1 63.658667 9.130667c18.176 15.146667 25.770667 39.381333 19.712 62.122667l-95.488 397.098666a60.16 60.16 0 0 1-59.136 46.976H260.565333a63.232 63.232 0 0 1-60.586666-46.933333L104.405333 416.128a60.501333 60.501333 0 0 1 19.712-62.122667 61.013333 61.013333 0 0 1 63.658667-9.130666l124.288 54.613333L392.448 302.506667a114.346667 114.346667 0 0 1-13.653333-43.946667 115.498667 115.498667 0 0 1 33.322666-92.458667c21.248-24.277333 51.541333-36.394667 84.906667-36.394666z m0 60.586666c-15.146667 0-30.293333 6.101333-40.96 16.725334-10.581333 12.117333-16.64 28.8-15.146667 43.946666 1.536 12.117333 6.101333 22.741333 13.653334 31.829334a30.037333 30.037333 0 0 1 1.536 39.424l-110.677334 133.376a30.933333 30.933333 0 0 1-34.858666 9.088L163.584 402.517333l95.488 397.098667 474.368 1.536 97.024-400.128-13.653333-28.8 12.117333 27.306667-146.986667 63.616a28.288 28.288 0 0 1-34.858666-9.088l-109.141334-131.84c-10.624-9.130667-10.624-27.306667 0-37.930667 7.594667-9.088 13.653333-19.669333 13.653334-31.829333 1.493333-16.64-3.029333-33.322667-15.189334-43.946667a51.029333 51.029333 0 0 0-39.381333-18.176z m-173.525333 350.165334l53.077333 212.181333H312.106667l-53.034667-212.181333h64.426667z" fill="#FFFFFF" ></path></symbol><symbol id="iconact" viewBox="0 0 1024 1024"><path d="M491.989333 210.730667L380.074667 370.048l-186.069334 57.173333c-4.864 1.493333-9.386667 3.84-13.44 6.826667l-3.882666 3.328a43.690667 43.690667 0 0 0-4.778667 57.856l116.906667 155.648-3.072 194.688c-0.085333 5.077333 0.682667 10.112 2.346666 14.890667l1.92 4.693333c9.429333 19.754667 32.384 29.738667 53.589334 22.442667l184.149333-63.146667 184.192 63.146667c4.778667 1.664 9.813333 2.432 14.848 2.346666l4.778667-0.298666c21.845333-2.730667 38.570667-21.546667 38.229333-44.074667l-3.157333-194.688 116.992-155.648c2.986667-4.010667 5.333333-8.533333 6.826666-13.397333l1.194667-4.949334a43.690667 43.690667 0 0 0-30.122667-49.664l-186.154666-57.173333-111.872-159.317333a43.690667 43.690667 0 0 0-71.509334 0z m-73.557333 212.053333l109.312-155.648 109.312 155.690667 181.802667 55.893333-114.218667 152.021333 3.029333 190.165334-179.925333-61.653334-179.968 61.653334 3.072-190.165334-114.261333-152.064 181.845333-55.893333z" fill="#FFFFFF" ></path><path d="M527.786667 779.861333l-211.541334 84.48 15.061334-227.242666-145.749334-175.018667 220.757334-55.893333 121.429333-192.725334 121.429333 192.682667 220.757334 55.936-145.706667 175.018667 15.018667 227.285333z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M811.306667 233.301333a25.685333 25.685333 0 0 1 38.357333 34.133334l-2.005333 2.218666-72.234667 72.234667a25.685333 25.685333 0 0 1-38.314667-34.133333l1.962667-2.218667 72.234667-72.234667z m-19.072-94.805333a25.685333 25.685333 0 0 1 38.357333 34.133333l-2.005333 2.218667-130.730667 130.730667a25.685333 25.685333 0 0 1-38.314667-34.133334l2.005334-2.218666 130.688-130.730667zM220.202667 695.893333a25.685333 25.685333 0 0 1 38.357333 34.133334l-2.005333 2.218666-72.234667 72.234667a25.685333 25.685333 0 0 1-38.357333-34.133333l2.005333-2.218667 72.234667-72.234667z" fill="#FFFFFF" ></path></symbol><symbol id="iconmingdan" viewBox="0 0 1024 1024"><path d="M426.837333 314.154667m-95.573333 0a95.573333 95.573333 0 1 0 191.146667 0 95.573333 95.573333 0 1 0-191.146667 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M184.32 593.92m81.92 0l327.68 0q81.92 0 81.92 81.92l0 54.613333q0 81.92-81.92 81.92l-327.68 0q-81.92 0-81.92-81.92l0-54.613333q0-81.92 81.92-81.92Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M425.386667 468.352a155.306667 155.306667 0 1 0 0-310.656 155.306667 155.306667 0 0 0 0 310.613333z m0-241.621333a86.272 86.272 0 1 1 0 172.458666 86.272 86.272 0 0 1 0-172.373333v-0.085333zM642.432 387.029333a34.474667 34.474667 0 1 0 35.584 59.093334 155.306667 155.306667 0 0 0 0-266.197334 34.474667 34.474667 0 1 0-35.584 59.050667 86.357333 86.357333 0 0 1 0 148.053333zM624.512 556.16a356.778667 356.778667 0 0 0-161.194667-18.773333H387.413333a356.053333 356.053333 0 0 0-161.152 18.816 171.392 171.392 0 0 0-75.392 75.392 356.309333 356.309333 0 0 0-18.816 161.194666v20.736c0 19.029333 15.445333 34.474667 34.474667 34.474667h517.674667a34.474667 34.474667 0 0 0 34.517333-34.474667V792.746667a356.48 356.48 0 0 0-18.816-161.194667 171.648 171.648 0 0 0-75.349333-75.434667z m-423.466667 222.848a293.546667 293.546667 0 0 1 11.264-116.010667 103.04 103.04 0 0 1 45.226667-45.226666 339.456 339.456 0 0 1 129.877333-11.264h75.946667a340.181333 340.181333 0 0 1 129.664 11.136c19.498667 9.898667 35.370667 25.728 45.269333 45.226666 11.52 37.546667 15.317333 77.056 11.264 116.053334l-448.512 0.085333zM767.872 848.042667a27.306667 27.306667 0 0 1-27.306667-27.306667v-10.026667a27.306667 27.306667 0 0 1 27.306667-27.306666h55.381333a339.797333 339.797333 0 0 0-12.16-120.490667 103.04 103.04 0 0 0-45.269333-45.226667 34.474667 34.474667 0 1 1 31.317333-61.44 171.392 171.392 0 0 1 75.392 75.349334 356.48 356.48 0 0 1 18.858667 161.194666v20.736a34.389333 34.389333 0 0 1-3.157333 14.506667l0.042666 0.938667-2.261333 3.114666a34.688 34.688 0 0 1-6.954667 7.850667c-5.632 5.418667-11.178667 8.106667-16.64 8.106667h-94.549333z" fill="#FFFFFF" ></path></symbol><symbol id="iconprod" viewBox="0 0 1024 1024"><path d="M175.104 206.976m25.386667 0l596.650666 0q25.386667 0 25.386667 25.386667l0 520.490666q0 25.386667-25.386667 25.386667l-596.650666 0q-25.386667 0-25.386667-25.386667l0-520.490666q0-25.386667 25.386667-25.386667Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M785.962667 180.352a82.517333 82.517333 0 0 1 82.218666 76.501333l0.213334 5.888v475.52a82.517333 82.517333 0 0 1-76.544 82.176l-5.888 0.213334H230.869333A82.517333 82.517333 0 0 1 148.608 744.106667l-0.213333-5.845334V262.741333A82.517333 82.517333 0 0 1 224.981333 180.565333L230.826667 180.352h555.093333zM230.869333 240.896a21.845333 21.845333 0 0 0-21.589333 18.304l-0.256 3.541333v475.477334c0 10.88 7.893333 19.882667 18.304 21.589333l3.541333 0.256h555.093334a21.845333 21.845333 0 0 0 21.546666-18.304l0.298667-3.541333V262.741333a21.845333 21.845333 0 0 0-21.845333-21.845333h-149.546667V571.306667L514.56 521.984 390.186667 569.429333V240.853333H230.826667z m348.8 23.893333l-132.778666 1.024v213.546667l66.56-23.168 3.84 0.042667 62.378666 23.04V264.832z" fill="#FFFFFF" ></path></symbol><symbol id="iconcontent" viewBox="0 0 1024 1024"><path d="M776.96 163.84H246.912a24.874667 24.874667 0 0 0-24.874667 24.874667V512l-34.133333-0.213333a23.338667 23.338667 0 0 0-23.466667 23.296l-0.64 300.245333c0 13.781333 11.093333 24.874667 24.874667 24.874667h646.570667a24.874667 24.874667 0 0 0 24.874666-24.874667l-0.64-300.074667c0-13.056-10.666667-23.466667-23.722666-23.466666l-33.877334 0.170666V188.714667a25.173333 25.173333 0 0 0-25.045333-24.874667h0.042667z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M776.96 156.117333c16.554667 0.042667 30.293333 12.416 32.426667 28.501334l0.298666 4.096-0.042666 315.392 26.154666-0.128c14.549333 0 26.837333 9.813333 30.421334 23.168l0.810666 4.138666 0.213334 3.925334 0.64 300.032a32.597333 32.597333 0 0 1-28.330667 32.384l-4.266667 0.256H188.714667a32.597333 32.597333 0 0 1-32.341334-28.544l-0.256-4.096 0.64-300.202667a31.061333 31.061333 0 0 1 26.368-30.72l4.906667-0.298667 26.282667 0.128V188.757333c0-5.802667 1.536-11.392 4.352-16.341333l2.389333-3.541333 2.816-3.242667a32.597333 32.597333 0 0 1 18.773333-9.258667l4.309334-0.256H776.96zM346.24 553.984H205.738667v264.106667h612.266666v-264.106667h-140.586666l-0.938667 6.656-1.365333 8.106667a166.229333 166.229333 0 0 1-272.64 93.354666 165.973333 165.973333 0 0 1-53.546667-91.733333l-1.706667-9.728-0.938666-6.656z m412.330667-342.741333H267.093333v286.08h63.573334c12.501333 0 24.661333 3.669333 34.901333 10.453333l4.906667 3.669333c9.472 7.850667 16.170667 18.304 19.2 29.866667l1.194666 5.845333c4.181333 27.904 18.688 53.418667 40.874667 71.936a127.744 127.744 0 0 0 162.218667 0c22.186667-18.56 36.693333-44.074667 40.96-71.936a58.026667 58.026667 0 0 1 20.352-35.754666c9.557333-7.808 21.248-12.586667 33.578666-13.781334l6.229334-0.298666h8.192v0.085333h55.338666V211.242667zM369.365333 348.074667a31.445333 31.445333 0 1 1 0 62.933333 31.445333 31.445333 0 0 1 0-62.933333z m144.042667 0a31.445333 31.445333 0 1 1 0 62.933333 31.445333 31.445333 0 0 1 0-62.933333z m144.170667 0a31.445333 31.445333 0 1 1-0.085334 62.933333 31.445333 31.445333 0 0 1 0.085334-62.890667z" fill="#FFFFFF" ></path></symbol><symbol id="iconmerge" viewBox="0 0 1024 1024"><path d="M517.333333 533.162667m-305.834666 0a305.834667 305.834667 0 1 0 611.669333 0 305.834667 305.834667 0 1 0-611.669333 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M667.818667 766.122667a39.082667 39.082667 0 0 1 53.930666 10.154666l2.133334 3.626667a39.125333 39.125333 0 0 1-12.928 50.346667 357.973333 357.973333 0 0 1-198.144 59.946666 361.557333 361.557333 0 0 1-198.485334-59.178666 39.125333 39.125333 0 0 1-10.837333-54.101334 39.082667 39.082667 0 0 1 53.674667-10.88 282.752 282.752 0 0 0 310.613333 0.085334zM509.781333 129.706667a74.752 74.752 0 0 1 24.917334 145.194666V407.466667a124.586667 124.586667 0 0 1 101.418666 121.344 118.101333 118.101333 0 0 1-7.722666 39.338666l114.090666 65.536a77.226667 77.226667 0 0 1 28.885334-15.445333c19.029333-5.034667 39.253333-2.346667 56.32 7.466667a74.752 74.752 0 0 1-36.394667 138.24 74.752 74.752 0 0 1-72.96-87.424l-113.877333-65.493334a122.069333 122.069333 0 0 1-185.344 0l-116.053334 67.242667A74.752 74.752 0 0 1 229.973333 765.44a74.752 74.752 0 0 1-19.413333-2.730667 74.752 74.752 0 0 1-45.610667-34.645333c-20.309333-35.669333-8.106667-81.066667 27.434667-101.632a74.752 74.752 0 0 1 56.533333-7.466667c10.794667 2.816 20.778667 8.106667 29.141334 15.445334l116.864-68.778667a120.576 120.576 0 0 1-6.485334-36.864 124.586667 124.586667 0 0 1 96.426667-120.064V274.901333A74.752 74.752 0 0 1 509.781333 129.706667z m-273.493333 537.301333a24.917333 24.917333 0 0 0-12.970667 48.085333 24.917333 24.917333 0 0 0 12.928-48.085333z m574.506667 8.746667a24.917333 24.917333 0 0 0-41.173334 2.474666 24.917333 24.917333 0 0 0 43.093334 24.917334 24.917333 24.917333 0 0 0-1.92-27.392zM512.298667 453.973333a74.752 74.752 0 1 0 0 149.504 74.752 74.752 0 0 0 0-149.504z m-161.877334-250.026666a39.082667 39.082667 0 0 1 46.08 20.736c8.192 17.237333 2.773333 37.845333-14.592 49.877333a282.965333 282.965333 0 0 0-155.605333 246.613333l-0.085333 24.362667a39.082667 39.082667 0 0 1-32.512 40.96l-5.034667 0.469333h-1.450667a39.253333 39.253333 0 0 1-38.656-32.853333L148.352 552.106667l-0.981333-5.248-0.256-2.645334v-15.445333C146.986667 391.381333 224.896 265.813333 350.421333 203.989333z m282.538667 2.304a39.082667 39.082667 0 0 1 39.722667-1.664l7.381333 3.797333a361.514667 361.514667 0 0 1 192.810667 311.082667l0.085333 8.746666v21.546667a39.253333 39.253333 0 0 1-35.242667 36.522667l-3.84 0.213333-2.304-0.042667a39.253333 39.253333 0 0 1-36.693333-37.376l-0.042667-20.352a284.629333 284.629333 0 0 0-156.928-254.208l-3.413333-1.792a39.082667 39.082667 0 0 1-1.536-66.474666z m-123.392-26.282667a24.917333 24.917333 0 1 0 0 49.792 24.917333 24.917333 0 0 0 0-49.792z" fill="#FFFFFF" ></path></symbol><symbol id="iconlabelFlow" viewBox="0 0 1024 1024"><path d="M580.266667 167.552l167.253333 96.554667a163.84 163.84 0 0 1 81.92 141.866666v193.109334a163.84 163.84 0 0 1-81.92 141.909333L580.266667 837.546667a163.84 163.84 0 0 1-163.84 0l-167.253334-96.554667a163.84 163.84 0 0 1-81.92-141.909333V405.973333A163.84 163.84 0 0 1 249.173333 264.106667l167.253334-96.554667a163.84 163.84 0 0 1 163.84 0z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M400.64 142.464a193.877333 193.877333 0 0 1 188.629333-3.754667l6.784 3.754667 163.84 95.573333a193.877333 193.877333 0 0 1 96 160.085334l0.170667 7.381333v117.546667h-60.074667V405.504c0-45.44-23.04-87.594667-60.885333-112.213333l-5.504-3.370667-163.84-95.573333a133.802667 133.802667 0 0 0-128.853333-3.285334l-5.973334 3.285334-163.84 95.573333a133.802667 133.802667 0 0 0-66.218666 109.098667l-0.170667 6.485333v194.090667c0 45.44 23.04 87.594667 60.885333 112.213333l5.504 3.370667 164.778667 96.128c39.253333 22.912 87.381333 24.234667 127.701333 3.84l5.973334-3.2 124.586666-70.997334 29.781334 52.181334-124.586667 71.04a193.877333 193.877333 0 0 1-187.008 2.730666l-6.698667-3.712-164.821333-96.128a193.877333 193.877333 0 0 1-96-160.085333l-0.170667-7.381333V405.504c0-66.474667 34.048-128.170667 89.898667-163.626667l6.272-3.84 163.84-95.573333z" fill="#FFFFFF" ></path><path d="M383.573333 537.6l-43.221333-101.077333a27.306667 27.306667 0 0 1 22.058667-37.888l112.213333-12.544 177.792 106.794666a27.306667 27.306667 0 0 1 9.344 37.461334l-62.933333 104.746666a27.306667 27.306667 0 0 1-37.504 9.344L383.616 537.6z m82.304-23.466667a25.258667 25.258667 0 1 0 26.026667-43.349333 25.258667 25.258667 0 0 0-26.026667 43.306667z" fill="#FFFFFF" ></path></symbol><symbol id="iconrandomFlow" viewBox="0 0 1024 1024"><path d="M580.266667 167.552l167.253333 96.554667a163.84 163.84 0 0 1 81.92 141.866666v193.109334a163.84 163.84 0 0 1-81.92 141.909333L580.266667 837.546667a163.84 163.84 0 0 1-163.84 0l-167.253334-96.554667a163.84 163.84 0 0 1-81.92-141.909333V405.973333A163.84 163.84 0 0 1 249.173333 264.106667l167.253334-96.554667a163.84 163.84 0 0 1 163.84 0z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M602.282667 461.738667h21.76v36.778666l55.722666-64.64-55.68-63.274666v41.941333h-21.76c-62.464 0-103.168 48.128-134.272 90.581333-27.904 38.144-52.053333 74.112-91.008 74.112h-34.730666v49.237334h34.688c62.421333 0 97.664-51.157333 128.768-93.610667 27.946667-38.144 57.472-71.125333 96.512-71.125333z m-169.173334 28.16l8.106667-10.965334c6.613333-9.002667 13.525333-18.56 21.077333-28.032-22.357333-21.717333-49.28-37.717333-85.290666-37.717333h-34.688v49.194667s9.386667-0.469333 34.688 0c24.533333 0.554667 39.936 10.965333 56.106666 27.52z m190.976 89.258666h-21.76c-23.808 0-47.530667-13.781333-64.554666-32.085333l-5.12 6.997333c-7.466667 10.197333-15.488 21.162667-24.32 32 22.954667 23.210667 56.234667 42.24 93.952 42.24h21.802666v42.24l55.68-64.768-55.68-63.146666v36.522666z" fill="#FFFFFF" ></path><path d="M400.64 142.464a193.877333 193.877333 0 0 1 188.629333-3.754667l6.784 3.754667 163.84 95.573333a193.877333 193.877333 0 0 1 96 160.085334l0.170667 7.381333v117.546667h-60.074667V405.504c0-45.44-23.04-87.594667-60.885333-112.213333l-5.504-3.370667-163.84-95.573333a133.802667 133.802667 0 0 0-128.853333-3.285334l-5.973334 3.285334-163.84 95.573333a133.802667 133.802667 0 0 0-66.218666 109.098667l-0.170667 6.485333v194.090667c0 45.44 23.04 87.594667 60.885333 112.213333l5.504 3.370667 164.778667 96.128c39.253333 22.912 87.381333 24.234667 127.701333 3.84l5.973334-3.2 124.586666-70.997334 29.781334 52.181334-124.586667 71.04a193.877333 193.877333 0 0 1-187.008 2.730666l-6.698667-3.712-164.821333-96.128a193.877333 193.877333 0 0 1-96-160.085333l-0.170667-7.381333V405.504c0-66.474667 34.048-128.170667 89.898667-163.626667l6.272-3.84 163.84-95.573333z" fill="#FFFFFF" ></path></symbol><symbol id="iconwaitEvent" viewBox="0 0 1024 1024"><path d="M513.621333 518.656m-300.373333 0a300.373333 300.373333 0 1 0 600.746667 0 300.373333 300.373333 0 1 0-600.746667 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M516.949333 157.312a359.68 359.68 0 1 1 0 719.274667 359.68 359.68 0 0 1-359.68-359.68h71.936A287.701333 287.701333 0 1 0 279.04 355.157333h94.037333v71.936H157.312V211.2h71.893333v89.898667A358.912 358.912 0 0 1 516.949333 157.312z m6.869334 150.954667l62.293333 35.968-76.586667 132.565333h111.658667v71.936h-0.341333l-97.152 168.362667-62.293334-35.968 76.373334-132.394667H426.496V476.842667l0.042667-0.042667 97.28-168.533333z" fill="#FFFFFF" ></path></symbol><symbol id="iconcustFlow" viewBox="0 0 1024 1024"><path d="M580.266667 167.552l167.253333 96.554667a163.84 163.84 0 0 1 81.92 141.866666v193.109334a163.84 163.84 0 0 1-81.92 141.909333L580.266667 837.546667a163.84 163.84 0 0 1-163.84 0l-167.253334-96.554667a163.84 163.84 0 0 1-81.92-141.909333V405.973333A163.84 163.84 0 0 1 249.173333 264.106667l167.253334-96.554667a163.84 163.84 0 0 1 163.84 0z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M400.64 142.464a193.877333 193.877333 0 0 1 188.629333-3.754667l6.784 3.754667 163.84 95.573333a193.877333 193.877333 0 0 1 96 160.085334l0.170667 7.381333v117.546667h-60.074667V405.504c0-45.44-23.04-87.594667-60.885333-112.213333l-5.504-3.370667-163.84-95.573333a133.802667 133.802667 0 0 0-128.853333-3.285334l-5.973334 3.285334-163.84 95.573333a133.802667 133.802667 0 0 0-66.218666 109.098667l-0.170667 6.485333v194.090667c0 45.44 23.04 87.594667 60.885333 112.213333l5.504 3.370667 164.778667 96.128c39.253333 22.912 87.381333 24.234667 127.701333 3.84l5.973334-3.2 124.586666-70.997334 29.781334 52.181334-124.586667 71.04a193.877333 193.877333 0 0 1-187.008 2.730666l-6.698667-3.712-164.821333-96.128a193.877333 193.877333 0 0 1-96-160.085333l-0.170667-7.381333V405.504c0-66.474667 34.048-128.170667 89.898667-163.626667l6.272-3.84 163.84-95.573333z" fill="#FFFFFF" ></path><path d="M613.376 510.848c13.44 6.997333 24.362667 18.218667 31.189333 32.042667 7.893333 26.581333 10.538667 54.528 7.765334 82.218666H343.381333a213.461333 213.461333 0 0 1 7.765334-82.133333c6.826667-13.824 17.749333-25.045333 31.146666-32a227.712 227.712 0 0 1 89.472-8.021333h52.266667a228.181333 228.181333 0 0 1 89.344 7.893333zM498.005333 314.026667c43.306667 0 78.378667 36.096 78.378667 80.597333 0 44.501333-35.072 80.554667-78.378667 80.554667-43.264 0-78.378667-36.053333-78.378666-80.554667s35.114667-80.597333 78.378666-80.597333z" fill="#FFFFFF" ></path></symbol><symbol id="iconwaitToTime" viewBox="0 0 1024 1024"><path d="M513.621333 516.394667m-300.373333 0a300.373333 300.373333 0 1 0 600.746667 0 300.373333 300.373333 0 1 0-600.746667 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M516.992 157.312a359.68 359.68 0 1 1 0 719.317333A359.68 359.68 0 0 1 157.312 516.949333h71.936a287.701333 287.701333 0 1 0 49.792-161.834666h94.08v71.936H157.312V211.242667h71.936v89.941333A358.912 358.912 0 0 1 516.949333 157.312z m35.925333 179.84v164.864l116.650667 116.650667-50.901333 50.901333-137.685334-137.770667V337.152h71.936z" fill="#FFFFFF" ></path></symbol><symbol id="iconwaitFixTime" viewBox="0 0 1024 1024"><path d="M508.885333 571.221333m-286.72 0a286.72 286.72 0 1 0 573.44 0 286.72 286.72 0 1 0-573.44 0Z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M719.786667 302.506667l54.528-54.528 53.034666 53.034666-54.528 54.528A337.749333 337.749333 0 1 1 719.786667 302.506667z m-210.816 526.592a262.698667 262.698667 0 1 0-262.656-262.656c0 145.066667 117.589333 262.698667 262.698666 262.698666l-0.042666-0.042666z m-37.546667-450.304h75.050667v225.152h-75.050667V378.794667zM359.082667 116.096h299.946666V191.146667h-299.946666V116.053333z" fill="#FFFFFF" ></path></symbol><symbol id="iconevtRespFlow" viewBox="0 0 1024 1024"><path d="M593.92 181.205333l167.253333 96.554667a163.84 163.84 0 0 1 81.92 141.866667v193.109333a163.84 163.84 0 0 1-81.92 141.909333l-167.253333 96.554667a163.84 163.84 0 0 1-163.84 0l-167.253333-96.554667a163.84 163.84 0 0 1-81.92-141.909333V419.626667A163.84 163.84 0 0 1 262.826667 277.76l167.253333-96.554667a163.84 163.84 0 0 1 163.84 0z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M497.365333 327.68l54.272 31.36-66.688 115.541333h97.28v62.72h-0.298666l-84.693334 146.773334-54.314666-31.36 66.645333-115.413334H412.544v-62.72l84.821333-146.901333z" fill="#FFFFFF" ></path><path d="M414.293333 156.117333a193.877333 193.877333 0 0 1 188.629334-3.754666l6.784 3.754666 163.84 95.573334a193.877333 193.877333 0 0 1 96 160.085333l0.170666 7.381333v117.546667h-60.074666V419.157333c0-45.44-23.04-87.594667-60.885334-112.213333l-5.504-3.370667-163.84-95.573333a133.802667 133.802667 0 0 0-128.853333-3.285333l-5.973333 3.285333-163.84 95.573333a133.802667 133.802667 0 0 0-66.218667 109.098667l-0.170667 6.485333v194.090667c0 45.44 23.04 87.594667 60.885334 112.213333l5.504 3.370667 164.778666 96.128c39.253333 22.912 87.381333 24.234667 127.701334 3.84l5.973333-3.2 124.586667-70.997333 29.781333 52.181333-124.586667 71.04a193.877333 193.877333 0 0 1-187.008 2.730667l-6.698666-3.712-164.821334-96.128a193.877333 193.877333 0 0 1-96-160.085334l-0.170666-7.381333V419.157333c0-66.474667 34.048-128.170667 89.898666-163.626666l6.272-3.84 163.84-95.573334z" fill="#FFFFFF" ></path></symbol><symbol id="iconchnlRespFlow" viewBox="0 0 1024 1024"><path d="M580.266667 167.552l167.253333 96.554667a163.84 163.84 0 0 1 81.92 141.866666v193.109334a163.84 163.84 0 0 1-81.92 141.909333L580.266667 837.546667a163.84 163.84 0 0 1-163.84 0l-167.253334-96.554667a163.84 163.84 0 0 1-81.92-141.909333V405.973333A163.84 163.84 0 0 1 249.173333 264.106667l167.253334-96.554667a163.84 163.84 0 0 1 163.84 0z" fill="#FFFFFF" fill-opacity=".3" ></path><path d="M605.44 498.005333c-47.829333 52.053333-71.850667 113.450667-72.234667 184.96l-21.12-0.085333h-32.896l-25.002666 0.128c-0.384-71.68-24.490667-133.248-72.576-185.301333l-22.314667 20.053333a2.730667 2.730667 0 0 1-4.565333-1.706667l-7.722667-75.989333a2.730667 2.730667 0 0 1 3.242667-2.986667l74.709333 15.701334a2.730667 2.730667 0 0 1 1.28 4.693333l-15.872 14.293333a307.797333 307.797333 0 0 1 63.488 99.072V390.741333h-25.088a2.730667 2.730667 0 0 1-2.218667-4.309333l45.056-61.696a2.730667 2.730667 0 0 1 4.394667 0l45.098667 61.653333a2.730667 2.730667 0 0 1-2.218667 4.309334h-24.661333v178.346666a307.157333 307.157333 0 0 1 62.464-96.938666l-17.28-15.530667a2.730667 2.730667 0 0 1 1.28-4.693333l74.752-15.658667a2.730667 2.730667 0 0 1 3.285333 2.986667l-7.765333 75.946666a2.730667 2.730667 0 0 1-4.565334 1.706667l-20.906666-18.858667z" fill="#FFFFFF" ></path><path d="M400.64 142.464a193.877333 193.877333 0 0 1 188.629333-3.754667l6.784 3.754667 163.84 95.573333a193.877333 193.877333 0 0 1 96 160.085334l0.170667 7.381333v117.546667h-60.074667V405.504c0-45.44-23.04-87.594667-60.885333-112.213333l-5.504-3.370667-163.84-95.573333a133.802667 133.802667 0 0 0-128.853333-3.285334l-5.973334 3.285334-163.84 95.573333a133.802667 133.802667 0 0 0-66.218666 109.098667l-0.170667 6.485333v194.090667c0 45.44 23.04 87.594667 60.885333 112.213333l5.504 3.370667 164.778667 96.128c39.253333 22.912 87.381333 24.234667 127.701333 3.84l5.973334-3.2 124.586666-70.997334 29.781334 52.181334-124.586667 71.04a193.877333 193.877333 0 0 1-187.008 2.730666l-6.698667-3.712-164.821333-96.128a193.877333 193.877333 0 0 1-96-160.085333l-0.170667-7.381333V405.504c0-66.474667 34.048-128.170667 89.898667-163.626667l6.272-3.84 163.84-95.573333z" fill="#FFFFFF" ></path></symbol><symbol id="iconneirong" viewBox="0 0 1024 1024"><path d="M597.333333 85.333333H256c-46.933333 0-85.333333 38.4-85.333333 85.333334v682.666666c0 46.933333 38.4 85.333333 85.333333 85.333334h512c46.933333 0 85.333333-38.4 85.333333-85.333334V341.333333l-256-256z m85.333334 682.666667H341.333333v-85.333333h341.333334v85.333333z m0-170.666667H341.333333v-85.333333h341.333334v85.333333z m-128-213.333333V149.333333L789.333333 384H554.666667z" fill="#CCCCCC" ></path></symbol><symbol id="iconhuiju" viewBox="0 0 1024 1024"><path d="M669.610667 799.445333a43.861333 43.861333 0 0 1 60.501333 11.392l2.389333 4.053334a43.861333 43.861333 0 0 1-14.506666 56.533333A401.664 401.664 0 0 1 495.658667 938.666667a405.674667 405.674667 0 0 1-222.72-66.432 43.904 43.904 0 0 1-12.117334-60.672c13.354667-19.754667 40.021333-25.173333 60.16-12.202667a317.269333 317.269333 0 0 0 348.586667 0.085333zM492.288 85.333333a83.84 83.84 0 0 1 27.946667 162.944v148.693334a139.776 139.776 0 0 1 113.792 136.106666 132.48 132.48 0 0 1-8.661334 44.202667l128 73.514667c9.472-8.021333 20.48-13.952 32.426667-17.322667a83.84 83.84 0 0 1 63.189333 8.362667 83.84 83.84 0 0 1-40.832 155.136 83.84 83.84 0 0 1-81.92-98.133334l-127.701333-73.472a136.96 136.96 0 0 1-208 0L260.266667 700.842667a83.84 83.84 0 0 1-81.92 97.834666 83.84 83.84 0 0 1-21.76-3.072 83.84 83.84 0 0 1-51.2-38.869333 83.84 83.84 0 0 1 30.762666-114.048c19.2-11.093333 42.026667-14.08 63.488-8.405333 12.074667 3.157333 23.296 9.088 32.682667 17.365333l131.114667-77.184a135.296 135.296 0 0 1-7.253334-41.386667 139.776 139.776 0 0 1 108.16-134.698666V248.277333A83.84 83.84 0 0 1 492.288 85.333333zM185.344 688.213333a27.946667 27.946667 0 0 0-14.506667 53.973334 27.946667 27.946667 0 0 0 14.506667-53.930667z m644.693333 9.813334a27.946667 27.946667 0 0 0-46.208 2.816 27.946667 27.946667 0 0 0 10.368 37.973333c6.272 3.84 13.866667 4.864 20.949334 2.816a27.946667 27.946667 0 0 0 17.066666-12.842667 27.946667 27.946667 0 0 0-2.133333-30.762666z m-334.933333-248.746667a83.84 83.84 0 1 0 0 167.68 83.84 83.84 0 0 0 0-167.68zM313.472 168.661333c20.608-5.930667 42.453333 3.925333 51.626667 23.253334 9.258667 19.328 3.2 42.496-16.341334 55.936a317.482667 317.482667 0 0 0-174.549333 276.778666l-0.085333 27.306667a43.861333 43.861333 0 0 1-36.522667 45.909333l-5.632 0.597334h-1.664c-21.248 0-39.424-15.189333-43.349333-36.949334l-0.213334-2.261333-1.109333-5.845333L85.333333 550.4v-17.322667C85.205333 378.922667 172.629333 238.08 313.472 168.704z m317.013333 2.56c13.397333-8.704 30.506667-9.386667 44.586667-1.877333l8.277333 4.266667a405.632 405.632 0 0 1 216.32 349.056l0.128 9.813333v24.192c-1.28 21.205333-17.621333 38.4-39.552 40.96l-4.266666 0.256-2.602667-0.042667a44.032 44.032 0 0 1-41.216-41.941333v-22.826667a319.402667 319.402667 0 0 0-176.128-285.226666l-3.84-2.005334a43.861333 43.861333 0 0 1-1.706667-74.624z m-138.453333-29.525333a27.946667 27.946667 0 1 0 0 55.893333 27.946667 27.946667 0 0 0 0-55.893333z" fill="#CCCCCC" ></path></symbol><symbol id="iconrizhi" viewBox="0 0 1024 1024"><path d="M613.888 128a25.6 25.6 0 0 1 18.112 7.488l256.512 256.512a25.6 25.6 0 0 1 7.488 18.112V870.4a25.6 25.6 0 0 1-25.6 25.6H153.6a25.6 25.6 0 0 1-25.6-25.6V153.6c0-14.08 11.52-25.6 25.6-25.6h460.288z m-26.496 89.6H217.6v588.8h588.8V436.608L587.392 217.6z m140.416 420.672a44.8 44.8 0 0 1 0 89.6h-422.4a44.8 44.8 0 0 1 0-89.6h422.4z m0-171.072a44.8 44.8 0 0 1 0 89.6h-422.4a44.8 44.8 0 0 1 0-89.6h422.4z m-256-171.072a44.8 44.8 0 1 1 0 89.6h-166.4a44.8 44.8 0 0 1 0-89.6h166.4z" fill="#FF8001" ></path></symbol><symbol id="iconbiaoqianxin" viewBox="0 0 1024 1024"><path d="M220.48 248.384c6.656-22.016 24.256-39.616 46.272-46.272l189.568-57.024a62.08 62.08 0 0 1 62.144 14.72l364.608 364.608c24.448 24.448 23.296 65.28-2.56 91.136l-247.04 247.04c-25.92 25.856-66.688 27.008-91.136 2.56L177.728 500.608a62.08 62.08 0 0 1-14.72-62.272z m60.16 9.792a6.336 6.336 0 0 0-4.16 4.224l-57.472 189.952a5.632 5.632 0 0 0 1.344 5.632l364.544 364.608a5.888 5.888 0 0 0 8.32-0.256l247.04-247.04a5.888 5.888 0 0 0 0.192-8.32L475.904 202.496a5.632 5.632 0 0 0-5.696-1.344z" fill="#3195EA" ></path><path d="M280.704 258.176l189.504-57.088a5.632 5.632 0 0 1 5.696 1.344l364.544 364.608a5.888 5.888 0 0 1-0.192 8.32l-247.04 246.976a5.888 5.888 0 0 1-8.32 0.256L220.352 457.984a5.632 5.632 0 0 1-1.28-5.632L276.48 262.4a6.336 6.336 0 0 1 4.224-4.224z" fill="#3195EA" fill-opacity=".2" ></path><path d="M353.6 336c-47.04 47.04-49.152 121.216-4.736 165.632 44.48 44.416 118.592 42.304 165.696-4.736 47.04-47.04 49.152-121.216 4.736-165.632-44.48-44.416-118.592-42.304-165.696 4.736z m40.256 40.192c23.552-23.488 60.608-24.576 82.816-2.368 22.208 22.272 21.12 59.328-2.368 82.88-23.552 23.488-60.608 24.576-82.816 2.368-22.208-22.272-21.12-59.328 2.368-82.88z" fill="#3195EA" ></path><path d="M393.856 376.192c23.552-23.488 60.608-24.576 82.816-2.368 22.208 22.272 21.12 59.328-2.368 82.88-23.552 23.488-60.608 24.576-82.816 2.368-22.208-22.272-21.12-59.328 2.368-82.88z" fill="#FFFFFF" ></path></symbol><symbol id="iconxinxi" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M821.312 115.2c45.632 0 82.88 36.608 87.04 83.072l0.448 8.832v451.712c0 24.256-9.088 47.488-25.344 64.704-14.336 15.232-33.28 24.64-53.44 26.752l-8.704 0.448-233.152-0.064-126.976 143.168a44.48 44.48 0 0 1-21.952 13.568l-6.4 1.216-6.464 0.192a43.84 43.84 0 0 1-29.248-13.184l-4.48-5.184-1.344-1.984-90.112-137.792h-98.56c-41.664 0-76.608-30.592-85.312-72l-1.408-8.448-0.64-8.64V207.104C115.2 159.488 149.696 120.064 194.176 115.584l8.448-0.448h618.624z m-2.112 89.6h-614.4v469.952h120.128c12.8 0 24.896 5.952 33.28 16l3.84 5.312 71.552 114.304 101.888-119.872a44.032 44.032 0 0 1 23.36-14.528l7.04-1.088 2.688-0.064 250.624-0.064V204.8z" fill="#FF7700" ></path><path d="M171.904 167.36H857.792c6.528 0 11.776 5.248 11.776 11.776v472.96a11.84 11.84 0 0 1-11.776 11.904H575.104a35.456 35.456 0 0 0-23.424 11.136l-125.44 133.568-89.6-129.408a35.456 35.456 0 0 0-29.184-15.36H171.904a11.84 11.84 0 0 1-11.776-11.776v-472.96c0-6.592 5.248-11.84 11.776-11.84z" fill="#FF8001" fill-opacity=".2" ></path><path d="M320 448m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z" fill="#FF8001" ></path><path d="M512 448m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z" fill="#FF8001" ></path><path d="M704 448m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z" fill="#FF8001" ></path></symbol><symbol id="iconjinhangzhong" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M116.736 835.498667h223.488v-359.082667l-61.184-42.666667-162.304 138.112v263.637334z m276.181333 0h223.488v-356.992l-107.946666 90.837333-115.541334-62.805333v328.96z m276.224-399.232v399.232h223.488v-396.757334l-95.402666-125.525333-128.085334 123.050667z" fill="#FF8714" ></path><path d="M153.642667 471.893333L275.2 370.261333l232.149333 141.312 275.370667-259.285333c0.981333-0.938667 1.792-2.048 2.645333-3.072l46.378667 46.933333 74.666667-210.218666-214.229334 69.034666 51.242667 51.84c-0.64 0.554667-1.365333 0.981333-2.048 1.578667l-241.92 227.84L269.653333 296.32 114.986667 425.685333A30.122667 30.122667 0 1 0 153.6 471.893333z m733.952 405.034667H115.456a30.122667 30.122667 0 0 0 0 60.245333h772.138667a30.122667 30.122667 0 0 0 0-60.245333z" fill="#FF8714" ></path></symbol><symbol id="iconwancheng1" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M938.666667 395.434667c-83.114667 17.664-353.834667 253.866667-495.36 507.690666-84.906667-131.925333-209.706667-236.373333-357.973334-299.648l199.253334-109.226666 171.093333 173.994666S612.266667 290.773333 936.618667 85.333333L938.666667 395.434667z" fill="#FF8714" ></path></symbol><symbol id="iconchanpin-moren" viewBox="0 0 1024 1024"><path d="M0 0h1024v960H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M633.216 168.768a30.912 30.912 0 0 0-32.64 32.576v356.48L516.16 490.24 423.552 555.52l4.544-354.176a30.912 30.912 0 0 0-32.576-32.64 30.912 30.912 0 0 0-32.64 32.64v475.392l153.216-110.656 145.088 112.896 4.608-477.632a30.912 30.912 0 0 0-32.576-32.64z" fill="#CCCCCC" ></path><path d="M879.296 130.56c34.432 0 62.72 27.072 66.112 61.76l0.384 7.04v629.952c0 35.648-26.176 64.896-59.712 68.48l-6.784 0.32H148.288c-34.432 0-62.72-27.072-66.176-61.76l-0.32-7.04V199.36c0-35.648 26.176-64.896 59.648-68.48l6.848-0.32h731.008z m-5.632 74.56H153.792v618.432h719.872V205.12z" fill="#333333" ></path></symbol><symbol id="iconchanpin-zhineng" viewBox="0 0 1024 1024"><path d="M0 0h1024v960H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M633.216 168.768a30.912 30.912 0 0 0-32.64 32.576v356.48L516.16 490.24 423.552 555.52l4.544-354.176a30.912 30.912 0 0 0-32.576-32.64 30.912 30.912 0 0 0-32.64 32.64v475.392l153.216-110.656 145.088 112.896 4.608-477.632a30.912 30.912 0 0 0-32.576-32.64z" fill="#FF8001" ></path><path d="M879.296 130.56c34.432 0 62.72 27.072 66.112 61.76l0.384 7.04v629.952c0 35.648-26.176 64.896-59.712 68.48l-6.784 0.32H148.288c-34.432 0-62.72-27.072-66.176-61.76l-0.32-7.04V199.36c0-35.648 26.176-64.896 59.648-68.48l6.848-0.32h731.008z m-5.632 74.56H153.792v618.432h719.872V205.12z" fill="#333333" ></path></symbol><symbol id="iconhuashu-zhineng" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M857.792 96.384H171.904c-45.696 0-82.752 37.056-82.752 82.752v475.84a82.752 82.752 0 0 0 82.752 79.936h116.928L392.96 885.12l1.28 1.792a35.456 35.456 0 0 0 53.76 2.304l144.96-154.368h264.896a82.752 82.752 0 0 0 82.752-82.816V179.2c0-45.696-37.12-82.752-82.752-82.752zM171.904 167.296h685.888c6.528 0 11.776 5.312 11.776 11.84v472.96a11.84 11.84 0 0 1-11.776 11.84H577.536l-2.432 0.128a35.456 35.456 0 0 0-23.424 11.072l-125.44 133.568-89.6-129.472a35.456 35.456 0 0 0-29.184-15.296H171.904a11.84 11.84 0 0 1-11.84-11.84V179.2c0-6.528 5.312-11.84 11.84-11.84z" fill="#333333" ></path><path d="M715.84 474.752a35.456 35.456 0 0 1 2.112 70.912H432a35.456 35.456 0 0 1-2.048-70.848l2.048-0.064h283.776z m0-177.344a35.456 35.456 0 0 1 2.112 70.848l-2.112 0.064H313.792a35.456 35.456 0 0 1-2.048-70.912h404.096z" fill="#FF8001" ></path></symbol><symbol id="iconhuashu-moren" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M857.792 96.384H171.904c-45.696 0-82.752 37.056-82.752 82.752v475.84a82.752 82.752 0 0 0 82.752 79.936h116.928L392.96 885.12l1.28 1.792a35.456 35.456 0 0 0 53.76 2.304l144.96-154.368h264.896a82.752 82.752 0 0 0 82.752-82.816V179.2c0-45.696-37.12-82.752-82.752-82.752zM171.904 167.296h685.888c6.528 0 11.776 5.312 11.776 11.84v472.96a11.84 11.84 0 0 1-11.776 11.84H577.536l-2.432 0.128a35.456 35.456 0 0 0-23.424 11.072l-125.44 133.568-89.6-129.472a35.456 35.456 0 0 0-29.184-15.296H171.904a11.84 11.84 0 0 1-11.84-11.84V179.2c0-6.528 5.312-11.84 11.84-11.84z" fill="#333333" ></path><path d="M715.84 474.752a35.456 35.456 0 0 1 2.112 70.912H432a35.456 35.456 0 0 1-2.048-70.848l2.048-0.064h283.776z m0-177.344a35.456 35.456 0 0 1 2.112 70.848l-2.112 0.064H313.792a35.456 35.456 0 0 1-2.048-70.912h404.096z" fill="#CCCCCC" ></path></symbol><symbol id="iconqixian" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M512.64 387.392a33.28 33.28 0 0 1 33.216 33.28v149.76h88.96a33.28 33.28 0 0 1 32.64 27.264l0.64 5.952a33.28 33.28 0 0 1-33.408 33.28H525.44a33.344 33.344 0 0 1-8.384-1.088l-4.48 0.256a33.216 33.216 0 0 1-33.216-33.216V420.672c0-18.368 14.912-33.28 33.28-33.28z" fill="#CCCCCC" ></path><path d="M512.64 77.568a433.792 433.792 0 0 0-426.88 355.264 33.216 33.216 0 1 0 65.28 12.096 367.36 367.36 0 0 1 361.6-300.8 367.488 367.488 0 0 1 353.152 265.216l-70.656-3.712a33.216 33.216 0 1 0 0 66.496h111.68a33.408 33.408 0 0 0 32.704-39.296 433.92 433.92 0 0 0-426.88-355.264zM230.08 551.424H118.4a33.28 33.28 0 0 0-32.704 39.296 433.92 433.92 0 0 0 426.88 355.264A433.92 433.92 0 0 0 939.52 590.72a33.216 33.216 0 1 0-65.408-12.16 367.36 367.36 0 0 1-361.472 300.8A367.488 367.488 0 0 1 159.36 614.272l70.656 3.712a33.216 33.216 0 1 0 0-66.56z" fill="#333333" ></path></symbol><symbol id="iconlianjie" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M532.032 360.384l-42.048 41.984a29.696 29.696 0 1 0 42.048 42.048l41.984-42.048A59.392 59.392 0 0 1 657.92 486.4l-41.984 41.984a29.696 29.696 0 1 0 41.984 42.048l42.048-42.048a118.784 118.784 0 0 0-168.064-168z m0 252.032l-42.048 41.984a59.392 59.392 0 0 1-83.968-83.968L448 528.384a29.696 29.696 0 1 0-41.984-41.984l-42.048 41.984a118.784 118.784 0 0 0 168 168l42.048-41.984a29.696 29.696 0 1 0-41.984-41.984z m-63.04-20.992a29.696 29.696 0 0 0 41.984 0l84.032-84.032a29.696 29.696 0 1 0-41.984-41.984L468.992 549.376a29.696 29.696 0 0 0 0 42.048z" fill="#CCCCCC" ></path><path d="M893.632 288.896a437.76 437.76 0 0 1-604.8 604.608 34.56 34.56 0 1 1 37.248-58.176 368.64 368.64 0 0 0 509.312-509.184 34.56 34.56 0 0 1 58.24-37.248zM524.8 87.04a435.84 435.84 0 0 1 236.032 69.056 34.56 34.56 0 0 1-37.312 58.176 368.64 368.64 0 0 0-509.312 509.248 34.56 34.56 0 1 1-58.176 37.248A437.76 437.76 0 0 1 524.8 87.04z" fill="#333333" ></path></symbol><symbol id="iconxiayi" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#454242" fill-opacity="0" ></path><path d="M867.456 832v89.6h-704V832h704zM561.728 64v535.296h103.616a29.696 29.696 0 0 1 0 42.048L535.68 770.88a29.696 29.696 0 0 1-42.048 0l-129.472-129.472a29.696 29.696 0 0 1 0-42.112h103.296V64h94.208z" fill="#333333" ></path></symbol><symbol id="iconshangyi" viewBox="0 0 1024 1024"><path d="M0 1024h1024V0H0z" fill="#454242" fill-opacity="0" ></path><path d="M867.456 192V102.4h-704V192h704zM561.728 960V424.704h103.616a29.696 29.696 0 0 0 0-42.048L535.68 253.12a29.696 29.696 0 0 0-42.048 0L364.224 382.592a29.696 29.696 0 0 0 0 42.112h103.296V960h94.208z" fill="#333333" ></path></symbol><symbol id="iconchanpin" viewBox="0 0 1024 1024"><path d="M896 128a64 64 0 0 1 64 64v640a64 64 0 0 1-64 64H128a64 64 0 0 1-64-64V192a64 64 0 0 1 64-64h768z m0 64H128v640h768V192z" fill="#5ABFBB" ></path><path d="M896 192H128v640h768z" fill="#80DDDA" fill-opacity=".3" ></path><path d="M685.824 641.088L534.912 526.4 384 641.088V158.208C384 140.096 396.096 128 414.208 128s30.144 12.096 30.144 30.208V520.32l90.56-66.432 90.56 66.432V158.08c0-18.048 12.032-30.144 30.144-30.144s30.208 12.096 30.208 30.208v482.88z" fill="#5ABFBB" ></path></symbol><symbol id="iconrizhongshijian" viewBox="0 0 1024 1024"><path d="M896 128a64 64 0 0 1 64 64v640a64 64 0 0 1-64 64H128a64 64 0 0 1-64-64V192a64 64 0 0 1 64-64h768z m0 64H128v640h768V192z" fill="#7D79EF" ></path><path d="M896 192H128v640h768z" fill="#7D79EF" fill-opacity=".3" ></path><path d="M423.936 318.848a38.4 38.4 0 0 1 68.672 1.92l2.176 5.888 78.72 280.256 64.768-131.712H768a32 32 0 0 1 5.76 63.488l-5.76 0.512-89.92-0.064-76.608 156.16a38.4 38.4 0 0 1-18.048 17.792l-6.08 2.304a38.4 38.4 0 0 1-45.184-20.736l-2.176-5.888L450.304 405.12 378.368 539.2H256a32 32 0 0 1-5.76-63.488L256 475.2l84.096-0.064 83.84-156.288z" fill="#7D79EF" ></path></symbol><symbol id="iconsucaiku" viewBox="0 0 1024 1024"><path d="M269.866667 381.696m-56.149334 0a56.149333 56.149333 0 1 0 112.298667 0 56.149333 56.149333 0 1 0-112.298667 0Z" fill="#FF8001" ></path><path d="M103.552 712.96l403.285333-317.866667 406.4 160.170667a37.418667 37.418667 0 0 1-23.296 70.997333l-4.138666-1.365333-366.421334-144.384-369.493333 291.242667a37.418667 37.418667 0 0 1-49.408-2.730667l-3.157333-3.498667a37.418667 37.418667 0 0 1 2.730666-49.450666l3.498667-3.114667z" fill="#FF8001" ></path><path d="M158.165333 924.288a95.36 95.36 0 0 1-66.602666-26.624A87.978667 87.978667 0 0 1 64 833.749333V191.530667C64 167.637333 74.026667 144.341333 91.562667 127.445333A95.36 95.36 0 0 1 158.08 100.992h271.445333c9.813333 0 19.2 4.522667 25.088 12.117333l115.882667 148.48h297.856c25.173333 0 48.682667 9.472 66.432 26.538667 17.792 17.066667 27.52 39.68 27.477333 63.829333v482.090667c0 24.064-9.813333 46.848-27.648 63.829333a94.933333 94.933333 0 0 1-66.389333 26.496H158.165333v-0.085333zM158.293333 161.28a31.786667 31.786667 0 0 0-22.4 8.746667 29.312 29.312 0 0 0-9.130666 21.504v642.218666c0 16.64 14.08 30.165333 31.445333 30.165334H868.266667a30.933333 30.933333 0 0 0 31.274666-29.952V351.872c0-16.512-13.866667-29.909333-31.061333-29.952h-313.514667a31.914667 31.914667 0 0 1-25.173333-12.074667L413.952 161.28H158.250667z" fill="#CCCCCC" ></path></symbol><symbol id="iconshishishijian" viewBox="0 0 1024 1024"><path d="M512.384 177.856a328.896 328.896 0 1 0 0 657.728 328.896 328.896 0 0 0 0-657.728z" fill="#7D79EF" fill-opacity=".3" ></path><path d="M512.384 117.12a389.632 389.632 0 1 1 0 779.2 389.632 389.632 0 0 1 0-779.2z m0 66.624a322.944 322.944 0 1 0 0 645.952 322.944 322.944 0 0 0 0-645.952z" fill="#7D79EF" ></path><path d="M512.256 342.272v131.648H622.08l-108.544 197.248V539.84h-110.72zM765.12 755.136a33.28 33.28 0 0 1 40.64-1.6l4.288 3.648 110.08 110.08 3.328 4.224a33.28 33.28 0 0 1-46.656 46.208l-4.288-3.648-110.08-110.08-3.392-4.224a33.28 33.28 0 0 1 6.08-44.608z m-528.576-19.072a33.28 33.28 0 0 1 49.28 41.6l-2.944 4.992-3.52 4.16-127.168 127.232a33.28 33.28 0 0 1-53.504-37.888l2.88-5.056 3.52-4.288 127.168-127.168 4.288-3.584z m-12.16-637.44a33.28 33.28 0 0 1 52.16 39.872l-3.136 4.928-3.648 4.032-118.4 109.632a33.28 33.28 0 0 1-52.16-39.936l3.2-4.928 3.648-4.032 118.4-109.632z m538.496 0.832a33.28 33.28 0 0 1 37.376-6.784l5.504 3.2 4.288 3.584 109.632 109.568a33.28 33.28 0 0 1-37.888 53.632L876.8 259.84l-4.288-3.52L762.88 146.56a33.28 33.28 0 0 1 0-47.168z" fill="#7D79EF" ></path></symbol><symbol id="iconhuodongmoban" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M583.111111 605.866667a62.577778 62.577778 0 0 1 0 125.155555h-142.222222a62.577778 62.577778 0 0 1 0-125.155555z m-241.777778-284.444445a19.911111 19.911111 0 0 1 0 39.822222c-22.869333 0-33.024 15.644444-30.577777 57.884445l0.426666 5.944889c3.157333 39.253333-5.404444 68.920889-24.775111 86.926222 19.399111 18.005333 27.932444 47.672889 24.746667 86.926222l-0.398222 5.944889C308.337778 647.111111 318.435556 662.755556 341.333333 662.755556a19.911111 19.911111 0 0 1 0 39.822222c-51.939556 0-75.264-39.822222-69.859555-106.837334l0.398222-5.632C274.062222 548.152889 260.551111 531.911111 227.555556 531.911111a19.911111 19.911111 0 0 1 0-39.822222c32.995556 0 46.506667-16.241778 44.316444-58.197333l-0.398222-5.632C266.069333 361.244444 289.393778 321.422222 341.333333 321.422222z m341.333334 0c51.939556 0 75.264 39.822222 69.859555 106.837334l-0.398222 5.632C749.937778 475.847111 763.448889 492.088889 796.444444 492.088889a19.911111 19.911111 0 0 1 0 39.822222c-32.995556 0-46.506667 16.241778-44.316444 58.197333l0.398222 5.632c5.404444 67.043556-17.92 106.837333-69.859555 106.837334a19.911111 19.911111 0 0 1 0-39.822222c22.869333 0 33.024-15.644444 30.577777-57.884445l-0.426666-5.944889c-3.157333-39.253333 5.404444-68.920889 24.775111-86.926222-19.399111-18.005333-27.932444-47.672889-24.746667-86.926222l0.398222-5.944889C715.662222 376.888889 705.564444 361.244444 682.666667 361.244444a19.911111 19.911111 0 0 1 0-39.822222z m-99.555556 324.266667h-142.222222a22.755556 22.755556 0 1 0 0 45.511111h142.222222a22.755556 22.755556 0 1 0 0-45.511111zM113.777778 435.2a76.8 76.8 0 1 1 0 153.6 76.8 76.8 0 0 1 0-153.6z m796.444444 0a76.8 76.8 0 1 1 0 153.6 76.8 76.8 0 0 1 0-153.6zM113.777778 475.022222a36.977778 36.977778 0 1 0 0 73.955556 36.977778 36.977778 0 0 0 0-73.955556z m796.444444 0a36.977778 36.977778 0 1 0 0 73.955556 36.977778 36.977778 0 0 0 0-73.955556z m-327.111111-182.044444a62.577778 62.577778 0 0 1 0 125.155555h-142.222222a62.577778 62.577778 0 0 1 0-125.155555z m0 39.822222h-142.222222a22.755556 22.755556 0 1 0 0 45.511111h142.222222a22.755556 22.755556 0 1 0 0-45.511111z" fill="#FF8001" ></path></symbol><symbol id="iconxinjian" viewBox="0 0 1024 1024"><path d="M651.776 38.485333a34.346667 34.346667 0 0 1 23.04 6.954667l3.712 3.285333 213.589333 212.992a34.176 34.176 0 0 1 8.96 16.725334l0.682667 4.906666v631.552a34.346667 34.346667 0 0 1-28.928 33.92l-5.418667 0.426667H200.96a34.346667 34.346667 0 0 1-33.92-28.928l-0.426667-5.418667V72.789333a34.346667 34.346667 0 0 1 28.928-33.92l5.376-0.426666h450.858667z m21.930667 90.24l-7.253334 2.986667v135.978667l4.266667 4.266666h136.533333l2.986667-7.253333-136.533333-135.978667z m-67.413334-21.589333H235.264v773.418667h597.76V332.074667h-192.384a34.346667 34.346667 0 0 1-34.090667-29.994667l-0.256-4.309333V107.093333z" fill="#CCCCCC" ></path><path d="M525.738667 329.130667a32 32 0 0 0-27.690667 31.701333v130.517333H359.765333a32 32 0 0 0-32 32 31.701333 31.701333 0 0 0 2.602667 11.946667l3.925333 7.68c5.504 9.130667 15.786667 15.104 27.093334 15.189333l134.442666-0.042666v134.442666a32 32 0 0 0 48 27.733334l4.010667-2.730667a32 32 0 0 0 11.989333-25.002667v-133.333333h134.442667a32 32 0 0 0 32-32 31.573333 31.573333 0 0 0-4.48-15.488l-1.664-3.754667a31.872 31.872 0 0 0-27.434667-16.64h-130.645333v-130.56a32 32 0 0 0-32-32l-4.309333 0.341334z" fill="#FF8001" ></path></symbol><symbol id="iconzhouqishezhi" viewBox="0 0 1024 1024"><path d="M850.645333 647.466667h-135.466666v67.712h88.021333c-67.712 94.805333-169.301333 155.733333-291.2 155.733333-196.394667 0-358.954667-162.517333-358.954667-358.912H85.333333c0 237.056 189.610667 426.666667 426.666667 426.666667 135.466667 0 257.365333-67.712 338.645333-169.301334v81.28h67.712v-203.178666h-67.712zM308.821333 376.533333V308.821333H214.016C281.728 214.016 390.101333 153.088 512 153.088c196.394667 0 358.954667 162.517333 358.954667 358.912H938.666667c0-237.056-189.610667-426.666667-426.666667-426.666667-135.466667 0-257.365333 67.712-338.645333 169.301334V173.354667H105.642667v203.178666h203.178666z" fill="#CCCCCC" ></path><path d="M478.122667 349.44c-6.741333-6.741333-20.309333-6.741333-33.834667-6.741333-13.568 0-20.309333 0-33.877333 6.741333-20.309333 13.568-33.877333 33.877333-33.877334 60.970667v203.178666c0 27.093333 13.568 47.402667 33.877334 60.970667 13.568 6.741333 20.309333 6.741333 33.877333 6.741333 13.525333 0 20.309333 0 33.834667-6.741333l176.085333-101.589333c20.352-13.568 33.877333-33.877333 33.877333-60.970667s-13.525333-47.402667-33.877333-60.970667l-176.085333-101.546666z m-33.834667 264.149333V410.410667L620.373333 512l-176.085333 101.589333z" fill="#FF8001" ></path></symbol><symbol id="iconhuodongmubiaoshezhi" viewBox="0 0 1024 1024"><path d="M913.962667 758.442667c10.752 0 19.712 7.765333 21.546666 17.962666l0.384 3.925334v25.173333a21.888 21.888 0 0 1-17.962666 21.589333l-3.968 0.341334H102.954667a21.888 21.888 0 0 1-21.546667-17.962667L81.066667 805.546667v-25.173334c0-10.794667 7.765333-19.712 17.962666-21.589333l3.925334-0.341333h811.008z m0-272c10.752 0 19.712 7.722667 21.546666 17.92l0.384 3.968v25.173333a21.888 21.888 0 0 1-17.962666 21.546667l-3.968 0.341333H102.954667a21.888 21.888 0 0 1-21.546667-17.92L81.066667 533.461333v-25.173333c0-10.752 7.765333-19.712 17.962666-21.546667l3.925334-0.341333h811.008z m0-272.042667c10.752 0 19.712 7.765333 21.546666 17.962667l0.384 3.925333v25.173333a21.888 21.888 0 0 1-17.962666 21.589334l-3.968 0.341333H102.954667a21.888 21.888 0 0 1-21.546667-17.962667L81.066667 261.504v-25.173333c0-10.794667 7.765333-19.712 17.962666-21.589334l3.925334-0.341333h811.008z" fill="#CCCCCC" ></path><path d="M266.666667 158.208m17.621333 0l115.882667 0q17.621333 0 17.621333 17.621333l0 146.090667q0 17.621333-17.621333 17.621333l-115.882667 0q-17.621333 0-17.621333-17.621333l0-146.090667q0-17.621333 17.621333-17.621333Z" fill="#FFFFFF" ></path><path d="M659.584 430.250667m17.621333 0l115.882667 0q17.621333 0 17.621333 17.621333l0 146.090667q0 17.621333-17.621333 17.621333l-115.882667 0q-17.621333 0-17.621333-17.621333l0-146.090667q0-17.621333 17.621333-17.621333Z" fill="#FFFFFF" ></path><path d="M266.666667 672.042667m17.621333 0l115.882667 0q17.621333 0 17.621333 17.621333l0 146.090667q0 17.621333-17.621333 17.621333l-115.882667 0q-17.621333 0-17.621333-17.621333l0-146.090667q0-17.621333 17.621333-17.621333Z" fill="#FFFFFF" ></path><path d="M402.688 641.834667c25.045333 0 45.354667 20.266667 45.354667 45.312v151.125333c0 25.045333-20.309333 45.354667-45.354667 45.354667H281.770667a45.354667 45.354667 0 0 1-45.312-45.354667v-151.125333c0-25.045333 20.309333-45.312 45.312-45.312z m-15.104 60.416H296.917333v120.917333h90.666667v-120.917333z m408.021333-302.250667c25.045333 0 45.354667 20.309333 45.354667 45.354667v151.125333c0 25.045333-20.309333 45.354667-45.354667 45.354667h-120.917333a45.354667 45.354667 0 0 1-45.312-45.354667V445.354667c0-25.045333 20.309333-45.354667 45.312-45.354667z m-15.104 60.458667h-90.666666v120.917333h90.666666V460.458667zM402.688 128c25.045333 0 45.354667 20.309333 45.354667 45.354667v151.082666c0 25.045333-20.309333 45.354667-45.354667 45.354667H281.770667a45.354667 45.354667 0 0 1-45.312-45.354667V173.354667C236.458667 148.309333 256.768 128 281.770667 128z m-15.104 60.458667H296.917333V309.333333h90.666667V188.458667z" fill="#FF8001" ></path></symbol><symbol id="iconbiaoqian" viewBox="0 0 1024 1024"><path d="M896 256a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64H320.192L86.656 535.04a32 32 0 0 1-3.776-40.832l3.712-4.48L320.192 256H896zM154.496 512.256L346.624 704H896V320H346.624L154.496 512.256z" fill="#3195EA" ></path><path d="M154.496 512.256L346.624 704H896V320H346.624z" fill="#3195EA" fill-opacity=".3" ></path><path d="M384 416a96 96 0 1 0 0 192 96 96 0 0 0 0-192z m0 64a32 32 0 1 1 0 64 32 32 0 0 1 0-64z" fill="#3195EA" ></path><path d="M539.456 415.872m25.6 0l204.8 0q25.6 0 25.6 25.6l0 12.8q0 25.6-25.6 25.6l-204.8 0q-25.6 0-25.6-25.6l0-12.8q0-25.6 25.6-25.6Z" fill="#3195EA" ></path><path d="M539.328 544.704m25.6 0l204.8 0q25.6 0 25.6 25.6l0 12.8q0 25.6-25.6 25.6l-204.8 0q-25.6 0-25.6-25.6l0-12.8q0-25.6 25.6-25.6Z" fill="#3195EA" ></path></symbol><symbol id="iconkehu" viewBox="0 0 1024 1024"><path d="M781.226667 554.666667a126.037333 126.037333 0 0 1 126.08 126.037333v203.392H116.693333v-203.392A126.037333 126.037333 0 0 1 242.773333 554.666667h538.538667zM512 159.36a164.693333 164.693333 0 1 1 0 329.386667 164.693333 164.693333 0 0 1 0-329.386667z" fill="#FFFFFF" ></path><path d="M781.226667 554.666667a126.037333 126.037333 0 0 1 126.08 126.037333v203.392H116.693333v-203.392A126.037333 126.037333 0 0 1 242.773333 554.666667h538.538667z m-25.173334 65.877333H267.946667a85.333333 85.333333 0 0 0-85.12 78.933333l-0.256 6.4v112.298667h658.858666v-112.298667a85.333333 85.333333 0 0 0-85.333333-85.333333zM512 159.36a164.693333 164.693333 0 1 1 0 329.386667 164.693333 164.693333 0 0 1 0-329.386667z m0 65.877333a98.816 98.816 0 1 0 0 197.674667 98.816 98.816 0 0 0 0-197.674667z" fill="#3D5AFE" ></path></symbol><symbol id="iconshijian" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M826.88 826.88H197.12V266.24H320v46.08c0 4.266667 3.413333 7.68 7.68 7.68h53.76c4.266667 0 7.68-3.413333 7.68-7.68V266.24h245.76v46.08c0 4.266667 3.413333 7.68 7.68 7.68h53.76c4.266667 0 7.68-3.413333 7.68-7.68V266.24h122.88v560.64z" fill="#FFFFFF" ></path><path d="M381.44 128c4.266667 0 7.68 3.413333 7.68 7.68v61.44h245.76V135.68c0-4.266667 3.413333-7.68 7.68-7.68h53.76c4.266667 0 7.68 3.413333 7.68 7.68v61.44h161.28a30.72 30.72 0 0 1 30.72 30.72v637.44a30.72 30.72 0 0 1-30.72 30.72H158.72a30.72 30.72 0 0 1-30.72-30.72V227.84a30.72 30.72 0 0 1 30.72-30.72H320V135.68c0-4.266667 3.413333-7.68 7.68-7.68zM320 266.24H197.12v560.64h629.76V266.24H704v46.08c0 4.266667-3.413333 7.68-7.68 7.68h-53.76a7.68 7.68 0 0 1-7.68-7.68V266.24H389.12v46.08c0 4.266667-3.413333 7.68-7.68 7.68H327.68a7.68 7.68 0 0 1-7.68-7.68V266.24z m246.144 142.208a17.066667 17.066667 0 0 1 0.810667 0.512l16.725333 11.008a17.066667 17.066667 0 0 1 5.290667 22.954667l-48.256 81.493333a17.066667 17.066667 0 0 0 5.973333 23.338667l1.408 0.768 59.904 28.245333a17.066667 17.066667 0 0 1 7.424 24.106667l-80.981333 137.429333a17.066667 17.066667 0 0 1-9.472 7.594667l-23.466667 7.552a14.464 14.464 0 0 1-18.773333-15.658667l2.56-19.157333a17.066667 17.066667 0 0 1 2.218666-6.528l44.757334-75.093334a17.066667 17.066667 0 0 0-9.088-24.874666l-59.392-20.608a17.066667 17.066667 0 0 1-9.173334-24.704l88.192-152.149334a17.066667 17.066667 0 0 1 23.338667-6.229333z" fill="#FF7A45" ></path></symbol><symbol id="iconqudao" viewBox="0 0 1024 1024"><path d="M512.426667 511.317333m-405.333334 0a405.333333 405.333333 0 1 0 810.666667 0 405.333333 405.333333 0 1 0-810.666667 0Z" fill="#FFFFFF" ></path><path d="M512.426667 105.984c45.482667 0 90.624 7.594667 133.589333 22.485333a32.298667 32.298667 0 1 1-20.992 61.013334 342.826667 342.826667 0 0 0-112.64-18.944 338.773333 338.773333 0 0 0-241.237333 99.498666A338.688 338.688 0 0 0 171.605333 511.317333c0 91.434667 35.370667 177.109333 99.541334 241.28A338.773333 338.773333 0 0 0 512.426667 852.138667c91.349333 0 177.066667-35.328 241.28-99.541334 91.605333-91.605333 123.264-230.4 80.597333-353.664a32.170667 32.170667 0 0 1 37.546667-42.197333c10.965333 2.56 19.754667 10.410667 23.466666 21.12a405.333333 405.333333 0 0 1 22.186667 132.650667c0 107.861333-43.093333 212.778667-118.101333 287.786666A402.730667 402.730667 0 0 1 512.426667 916.650667a402.944 402.944 0 0 1-286.976-118.357334A403.072 403.072 0 0 1 107.093333 511.146667c0-108.672 42.026667-210.517333 118.357334-286.805334A402.944 402.944 0 0 1 512.426667 105.984z m1.066666 202.666667c0.981333 0 1.877333 0.426667 2.432 1.194666l50.133334 66.773334a2.901333 2.901333 0 0 1 0.213333 3.072 3.029333 3.029333 0 0 1-2.688 1.621333h-27.392v193.109333a331.690667 331.690667 0 0 1 69.418667-105.002666l-19.2-16.810667a2.901333 2.901333 0 0 1-0.853334-2.986667 2.986667 2.986667 0 0 1 2.304-2.090666l83.029334-16.938667a3.072 3.072 0 0 1 2.688 0.682667 2.901333 2.901333 0 0 1 0.981333 2.474666l-8.618667 82.261334a2.986667 2.986667 0 0 1-1.962666 2.474666 3.072 3.072 0 0 1-3.114667-0.597333l-23.253333-20.394667c-53.205333 56.32-79.914667 122.794667-80.298667 200.277334L533.76 697.642667h-36.565333l-27.818667 0.128c-0.426667-77.653333-27.221333-144.213333-80.64-200.661334l-24.832 21.76a3.072 3.072 0 0 1-3.114667 0.554667 2.986667 2.986667 0 0 1-1.92-2.432L350.293333 434.730667a2.901333 2.901333 0 0 1 0.981334-2.474667 3.072 3.072 0 0 1 2.645333-0.725333l83.072 16.981333a2.986667 2.986667 0 0 1 2.304 2.133333 2.901333 2.901333 0 0 1-0.853333 2.944l-17.706667 15.488a332.373333 332.373333 0 0 1 70.570667 107.264v-194.986666H463.36a3.029333 3.029333 0 0 1-2.688-1.664 2.901333 2.901333 0 0 1 0.256-3.029334l50.090667-66.816a3.029333 3.029333 0 0 1 2.432-1.194666z m241.749334-110.677334a49.962667 49.962667 0 1 1 50.005333 86.528 49.962667 49.962667 0 0 1-50.005333-86.528z" fill="#AA00FF" ></path></symbol><symbol id="iconcelve" viewBox="0 0 1024 1024"><path d="M598.528 612.693333a33.92 33.92 0 0 0-20.608 30.72v82.474667H413.781333V644.693333a33.536 33.536 0 0 0-21.290666-30.72c-92.032-37.973333-151.765333-125.013333-151.765334-220.501333 0-132.821333 114.005333-241.450667 253.44-241.450667 139.392 0 252.714667 107.946667 252.714667 240.768 0 94.250667-58.410667 180.608-148.352 219.861334z" fill="#FFFFFF" ></path><path d="M612.949333 829.269333h-232.106666c-19.242667 0-35.072 15.061333-35.072 33.365334 0 18.346667 15.786667 33.365333 35.029333 33.365333h232.106667c19.285333 0 35.072-15.061333 35.072-33.365333 0-18.346667-15.786667-33.365333-35.029334-33.365334zM494.08 432.64L448.853333 389.504a36.053333 36.053333 0 0 0-49.450666 0 32.085333 32.085333 0 0 0 0 47.104l61.824 58.88v83.114667c0 18.304 15.786667 33.365333 34.986666 33.365333 19.242667 0 35.029333-15.061333 35.029334-33.365333v-85.76l59.093333-56.234667a32.085333 32.085333 0 0 0 0-47.104c-15.104-13.098667-37.12-13.098667-50.816 0L494.08 432.64z m0-347.349333C315.562667 85.333333 170.666667 223.402667 170.666667 393.514667c0 115.157333 67.285333 219.818667 173.056 272.810666v92.928c0 18.346667 15.786667 33.365333 35.029333 33.365334h234.88c19.2 0 34.986667-15.061333 34.986667-33.365334v-95.530666c103.04-53.632 168.96-157.696 168.96-270.208C817.578667 223.402667 672 85.333333 494.165333 85.333333z m104.405333 527.36a33.92 33.92 0 0 0-20.608 30.72v82.474666H413.781333V644.693333a33.536 33.536 0 0 0-21.290666-30.72c-92.032-37.973333-151.765333-125.013333-151.765334-220.501333 0-132.821333 114.005333-241.450667 253.44-241.450667 139.392 0 252.714667 107.946667 252.714667 240.768 0 94.250667-58.410667 180.608-148.352 219.861334z" fill="#13C289" ></path></symbol><symbol id="iconyingxiaorending" viewBox="0 0 1024 1024"><path d="M559.573333 166.101333l67.882667 66.858667h93.568c37.034667 0.213333 66.986667 30.208 67.2 67.285333l-0.042667 93.44 66.816 66.901334a67.328 67.328 0 0 1 0 95.146666l-66.816 69.12v93.738667a67.626667 67.626667 0 0 1-67.157333 67.242667H625.066667l-66.773334 66.858666c-12.288 12.373333-28.885333 19.413333-46.293333 19.712a66.773333 66.773333 0 0 1-47.530667-19.712l-67.925333-66.858666H303.061333a67.626667 67.626667 0 0 1-67.2-67.242667v-93.610667l-66.773333-68.010666a67.285333 67.285333 0 0 1 0-95.146667L235.861333 393.813333V300.245333A67.626667 67.626667 0 0 1 303.061333 232.96h93.525334l67.925333-66.858667a68.778667 68.778667 0 0 1 95.061333 0z m-60.245333 34.858667L425.173333 275.2a25.045333 25.045333 0 0 1-23.68 7.04l-98.432-0.042667a18.005333 18.005333 0 0 0-18.048 18.048v100.522667l0.170667 0.938667a24.661333 24.661333 0 0 1-0.298667 6.4l0.128-2.858667a24.618667 24.618667 0 0 1-11.818666 21.034667L203.946667 496.64a18.048 18.048 0 0 0 0 25.429333l74.154666 74.24 2.474667 2.986667 1.109333 1.706667c0.298667 0.597333 0.64 1.152 0.896 1.749333 0.426667 0.725333 0.725333 1.493333 1.024 2.261333l0.341334 1.152a22.4 22.4 0 0 1 1.152 5.504v106.88a18.048 18.048 0 0 0 18.005333 18.048l100.394667-0.042666a24.746667 24.746667 0 0 1 7.253333 0.128l-2.730667-0.085334c8.704 0 16.768 4.608 21.205334 12.16l68.906666 69.034667c7.04 6.997333 18.389333 6.997333 25.429334 0l74.154666-74.24a24.576 24.576 0 0 1 20.48-6.997333h102.826667a18.005333 18.005333 0 0 0 18.048-18.005334v-106.88a25.002667 25.002667 0 0 1 2.304-8.618666l1.024-1.792a22.997333 22.997333 0 0 1 3.669333-4.949334l74.154667-74.24a18.048 18.048 0 0 0 0-25.429333l-74.154667-74.24a25.088 25.088 0 0 1-6.997333-23.722667V300.245333a18.048 18.048 0 0 0-18.005333-18.048H616.106667a24.576 24.576 0 0 1-17.194667-6.997333l-74.154667-74.24a18.005333 18.005333 0 0 0-25.429333 0z m136.021333 238.634667a24.576 24.576 0 0 1 34.688 34.730666l-153.685333 153.770667a24.576 24.576 0 0 1-34.688 0l-88.234667-88.277333a24.661333 24.661333 0 0 1 0-34.688 24.576 24.576 0 0 1 34.688 0l70.826667 70.912z" fill="#D5D5D4" ></path></symbol><symbol id="iconshenpiguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M804.437333 798.805333c15.104 0 27.477333 12.288 27.477334 27.264a27.392 27.392 0 0 1-24.021334 27.008l-3.456 0.213334H219.392a27.434667 27.434667 0 0 1-27.477333-27.221334c0-13.824 10.538667-25.344 24.064-27.050666l3.413333-0.213334h585.045333zM510.165333 170.666667h9.130667l6.869333 0.426666c86.570667 7.253333 158.293333 81.92 159.488 168.106667 1.237333 43.434667-15.488 86.613333-45.952 120.576a139.093333 139.093333 0 0 0-35.285333 67.925333l-1.024 5.376h152.32c38.570667 0 70.656 28.8 75.562667 65.749334l0.469333 4.864 0.170667 4.949333v120.832a27.392 27.392 0 0 1-24.021334 27.008l-3.456 0.213333H219.392a27.477333 27.477333 0 0 1-27.264-23.808l-0.213333-3.413333v-120.832c0-39.893333 31.573333-72.789333 71.253333-75.392l4.992-0.128h152.192l-0.896-4.693333a161.962667 161.962667 0 0 0-26.069333-56.106667l-5.674667-7.594667-6.101333-7.466666a171.008 171.008 0 0 1-43.434667-114.346667c0-47.104 18.858667-91.306667 53.333333-124.245333 32.128-30.72 73.216-47.104 118.656-48z m-75.178666 82.773333l-4.992 4.650667a116.266667 116.266667 0 0 0-36.864 84.821333c0 25.984 9.045333 51.84 25.173333 72.277333l4.522667 5.418667c36.010667 40.576 55.637333 89.685333 55.637333 139.733333a27.392 27.392 0 0 1-24.064 27.008l-3.413333 0.213334H268.16a21.333333 21.333333 0 0 0-21.034667 18.005333l-0.256 3.072v93.568H776.96v-93.568a21.248 21.248 0 0 0-18.133333-20.821333l-3.157334-0.256h-182.826666a27.434667 27.434667 0 0 1-27.477334-27.221334c0-48.853333 16.725333-95.104 47.36-130.858666l5.930667-6.570667c20.906667-21.845333 32.042667-51.029333 32.042667-82.346667-1.194667-61.269333-52.352-113.066667-114.005334-115.413333a116.949333 116.949333 0 0 0-76.501333 24.021333l-5.205333 4.266667z" fill="#D5D5D4" ></path></symbol><symbol id="iconshijianguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M654.805333 191.914667c18.688 0 35.968 9.642667 46.378667 25.6l2.474667 4.096 142.506666 261.12c9.088 16.64 9.813333 36.608 2.304 53.76l-2.304 4.650666-142.506666 261.12a55.978667 55.978667 0 0 1-44.202667 29.44l-4.693333 0.213334h-285.013334c-18.688 0-36.010667-9.6-46.421333-25.514667l-2.474667-4.138667-142.506666-261.12a61.269333 61.269333 0 0 1-2.261334-53.76l2.261334-4.650666 142.506666-261.12a55.978667 55.978667 0 0 1 44.245334-29.44l4.608-0.256h285.098666z m-0.128 56.448H369.706667l-0.725334 0.256-0.597333 0.725333-142.506667 261.12a3.072 3.072 0 0 0-0.384 1.962667l0.341334 0.938666 142.592 261.290667 0.554666 0.597333 0.725334 0.256h285.013333c0.384 0 0.768-0.170667 1.024-0.426666l0.426667-0.554667 142.506666-261.12a3.072 3.072 0 0 0 0.341334-1.962667l-0.341334-0.938666-142.592-261.290667a1.578667 1.578667 0 0 0-1.408-0.853333z m-56.576 75.52l-75.093333 175.744 97.877333 43.946666-201.813333 158.165334 61.781333-139.477334-77.312-49.834666 194.56-188.544z" fill="#D5D5D4" ></path></symbol><symbol id="iconxitongguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M533.034667 197.674667l4.693333 2.261333 243.712 133.546667c15.744 8.576 25.984 24.021333 27.562667 41.301333l0.213333 4.736v267.008c0 17.536-8.96 33.749333-23.637333 43.562667l-4.138667 2.517333-243.754667 133.504a56.746667 56.746667 0 0 1-49.578666 2.304l-4.693334-2.304-243.712-133.504a52.778667 52.778667 0 0 1-27.605333-41.344l-0.213333-4.736V379.52c0-17.493333 8.96-33.706667 23.637333-43.52l4.181333-2.56 243.712-133.504a56.746667 56.746667 0 0 1 49.621334-2.261333z m-22.997334 47.104l-0.896 0.298666-243.84 133.546667-0.512 0.426667-0.170666 0.469333v267.008l0.170666 0.426667 0.597334 0.512 243.712 133.504c0.597333 0.298667 1.28 0.426667 1.962666 0.341333l0.938667-0.341333 243.84-133.546667 0.469333-0.426667 0.170667-0.469333V379.648l-0.170667-0.597333-0.597333-0.469334L512 245.077333c-0.597333-0.298667-1.28-0.426667-1.962667-0.298666z m7.509334 149.034666a121.941333 121.941333 0 0 1 121.856 122.026667c0 67.413333-54.613333 122.069333-121.856 122.069333a121.941333 121.941333 0 0 1-121.898667-122.026666c0-67.413333 54.613333-122.026667 121.898667-122.026667z m0 54.485334c-37.973333 0-68.608 30.336-68.608 67.584 0 37.205333 30.634667 67.541333 68.608 67.541333 37.973333 0 68.565333-30.293333 68.565333-67.541333s-30.634667-67.584-68.565333-67.584z" fill="#D5D5D4" ></path></symbol><symbol id="iconmingdanguanli" viewBox="0 0 1024 1024"><path d="M640.213333 483.541333a156.458667 156.458667 0 1 1 0-312.874666 156.458667 156.458667 0 0 1 0 312.874666z m0-256a99.541333 99.541333 0 1 0 0 199.125334 99.541333 99.541333 0 0 0 0-199.125334zM807.210667 853.333333H216.746667A46.08 46.08 0 0 1 170.666667 807.253333V273.621333c0-25.429333 20.650667-46.08 46.08-46.08h247.082666c-12.373333 16.981333-20.949333 36.352-25.173333 56.917334H227.541333v512h568.874667v-157.44a156.16 156.16 0 1 0-312.362667 0v28.416h-56.917333v-28.714667a213.077333 213.077333 0 1 1 426.154667 0v168.533333A46.08 46.08 0 0 1 807.253333 853.333333zM313.173333 654.208h398.208a28.458667 28.458667 0 0 1 0 56.917333H313.130667a28.458667 28.458667 0 1 1 0-56.917333z m-28.373333-256c0-15.701333 12.757333-28.416 28.458667-28.416h125.781333c4.864 20.650667 14.122667 40.064 27.093333 56.874667H313.216a28.458667 28.458667 0 0 1-28.458667-28.458667z m0 142.293333c0 15.744 12.714667 28.458667 28.416 28.458667h85.632c4.949333-20.565333 14.037333-39.936 26.709333-56.874667H313.173333a28.458667 28.458667 0 0 0-28.416 28.416z" fill="#D5D5D4" ></path></symbol><symbol id="iconzhinengfenxi" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M812.373333 213.333333c22.613333 0 40.96 17.536 40.96 39.210667v392.021333c0 21.674667-18.346667 39.210667-40.96 39.210667h-273.109333l0.042667 74.624h163.84c15.061333 0 27.306667 11.690667 27.306666 26.112a26.752 26.752 0 0 1-27.306666 26.154667H320.853333a26.752 26.752 0 0 1-27.306666-26.154667c0-14.421333 12.245333-26.112 27.306666-26.112h163.84v-74.624h-273.066666a42.154667 42.154667 0 0 1-24.917334-8.106667l-4.053333-3.413333A38.4 38.4 0 0 1 170.666667 644.608V252.586667C170.666667 230.826667 189.013333 213.333333 211.626667 213.333333z m-13.653333 52.266667H225.28v365.909333h573.44V265.6z m-111.914667 77.269333a31.146667 31.146667 0 0 1 31.018667 31.317334 31.146667 31.146667 0 0 1-31.018667 31.36 31.146667 31.146667 0 0 1-31.061333-31.36 31.146667 31.146667 0 0 1 31.061333-31.317334z m-370.133333 174.592l136.362667-128.725333 85.504 72.362667 78.933333-62.208a23.125333 23.125333 0 0 1 29.781333 0.981333l2.858667 3.114667c7.04 9.088 6.4 21.76-0.938667 30.08l-3.072 2.901333-108.672 85.546667-82.688-70.058667-106.282666 100.309333a23.125333 23.125333 0 0 1-29.781334 1.706667l-3.114666-2.816a23.68 23.68 0 0 1-1.706667-30.037333l2.816-3.157334z" fill="#D5D5D4" ></path></symbol><symbol id="iconqudaoguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M654.762667 192.213333c18.645333 0 35.968 9.642667 46.378666 25.6l2.432 4.096 142.549334 261.12c9.045333 16.64 9.813333 36.608 2.261333 53.76l-2.261333 4.650667-142.506667 261.12a55.978667 55.978667 0 0 1-44.245333 29.44l-4.608 0.213333H369.664c-18.688 0-35.968-9.6-46.378667-25.514666l-2.474666-4.138667-142.506667-261.12a61.269333 61.269333 0 0 1-2.304-53.76l2.261333-4.650667 142.549334-261.12a55.978667 55.978667 0 0 1 44.202666-29.44l4.650667-0.256h285.098667z m-0.128 56.448h-285.013334l-0.682666 0.256-0.64 0.725334-142.506667 261.12a3.072 3.072 0 0 0-0.341333 1.962666l0.298666 0.938667 142.634667 261.290667 0.554667 0.597333 0.725333 0.256h285.013333c0.384 0 0.725333-0.170667 1.024-0.426667l0.426667-0.554666 142.506667-261.12a3.072 3.072 0 0 0 0.341333-1.962667l-0.341333-0.938667-142.592-261.290666a1.578667 1.578667 0 0 0-1.408-0.853334z m-213.290667 164.138667l65.365333-80.298667 66.261334 80.298667h-38.826667v161.664l2.56-4.693333a275.2 275.2 0 0 1 7.509333-12.373334l4.096-6.229333 6.656-9.386667c14.506667-19.925333 26.666667-33.706667 36.906667-42.965333l3.754667-3.242667 2.218666-1.792-32-27.392 94.890667-13.653333v95.786667l-28.885333-25.429334-3.84 3.413334a184.746667 184.746667 0 0 0-8.704 8.576l-4.608 4.992-4.693334 5.418666a206.250667 206.250667 0 0 0-33.706666 56.192c-14.890667 36.522667-20.437333 67.498667-20.821334 88.704v4.906667l0.213334 6.613333h-97.152l0.213333-6.826666c0.384-21.12-4.821333-54.058667-20.821333-93.397334a217.685333 217.685333 0 0 0-49.578667-73.045333l-3.498667-3.285333-2.602666-2.261334-29.482667 25.173334v-95.573334l94.72 13.653334-31.189333 27.392 2.304 1.834666c8.618667 7.168 18.773333 17.792 30.634666 32.938667l5.162667 6.741333 4.821333 6.485334c4.650667 6.314667 8.874667 12.544 12.757334 18.730666l5.546666 9.301334 2.56 4.693333v-161.706667l-38.741333 0.042667z" fill="#D5D5D4" ></path></symbol><symbol id="iconhuodongguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#D8D8D8" fill-opacity="0" ></path><path d="M810.709333 779.989333c11.946667 0 21.418667 11.733333 21.418667 26.026667 0 13.098667-7.978667 23.978667-18.474667 25.728l-2.944 0.213333H213.546667c-11.946667 0-21.418667-11.648-21.418667-25.984 0-13.056 8.021333-24.021333 18.517333-25.728l2.901334-0.256h597.162666z m-481.536-307.2c32.213333 0 58.709333 25.258667 61.013334 57.173334l0.213333 4.565333v160.469333c0 32.512-25.002667 59.221333-56.661333 61.568l-4.565334 0.170667h-39.808a61.44 61.44 0 0 1-61.098666-57.130667l-0.128-4.608v-160.426666c0-32.512 25.002667-59.221333 56.661333-61.568l4.565333-0.170667h39.808z m190.805334-120.32c32.213333 0 58.709333 25.173333 61.056 57.088l0.170666 4.608v280.832c0 32.512-25.002667 59.221333-56.661333 61.568l-4.565333 0.170667h-39.808a61.44 61.44 0 0 1-61.056-57.130667l-0.170667-4.608V414.165333c0-32.469333 25.002667-59.178667 56.661333-61.525333l4.565334-0.170667h39.808z m190.805333-160.512c32.213333 0 58.709333 25.216 61.056 57.130667l0.170667 4.608v441.301333c0 32.512-25.002667 59.221333-56.661334 61.568l-4.565333 0.170667h-39.808c-32.256 0-58.709333-25.173333-61.056-57.130667l-0.170667-4.608V253.696c0-32.512 25.002667-59.221333 56.661334-61.568l4.565333-0.170667h39.808z m-381.610667 324.053334h-39.808a18.474667 18.474667 0 0 0-18.176 15.530666l-0.213333 2.986667v160.469333c0 9.216 6.698667 16.853333 15.36 18.346667l2.986667 0.213333h39.850666a18.474667 18.474667 0 0 0 18.133334-15.530666l0.256-2.986667v-160.512a18.517333 18.517333 0 0 0-18.389334-18.517333z m190.805334-120.362667h-39.808a18.474667 18.474667 0 0 0-18.176 15.530667l-0.213334 2.986666v280.832c0 9.216 6.698667 16.853333 15.402667 18.346667l2.986667 0.213333h39.808a18.474667 18.474667 0 0 0 18.133333-15.530666l0.256-2.986667V414.122667a18.517333 18.517333 0 0 0-18.389333-18.517334z m190.805333-160.512h-39.808a18.474667 18.474667 0 0 0-18.133333 15.530667l-0.256 2.986666V695.04c0 9.216 6.698667 16.853333 15.402666 18.346667l2.986667 0.213333h39.808a18.474667 18.474667 0 0 0 18.133333-15.530667l0.256-2.986666V253.653333a18.517333 18.517333 0 0 0-18.389333-18.56z" fill="#D5D5D4" ></path></symbol><symbol id="iconchanpinguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M452.437333 545.962667c5.418667 0 10.624 2.176 14.464 6.101333a20.821333 20.821333 0 0 1 5.674667 11.349333l0.256 3.242667v244.48c0 5.461333-2.133333 10.709333-5.973333 14.592a20.309333 20.309333 0 0 1-11.221334 5.845333l-3.2 0.256H212.693333a20.224 20.224 0 0 1-14.421333-6.101333 20.821333 20.821333 0 0 1-5.717333-11.349333l-0.256-3.242667v-244.48c0-10.453333 7.68-19.157333 17.664-20.48l2.730666-0.213333h239.744z m316.8 0a20.48 20.48 0 0 1 20.181334 17.92l0.213333 2.773333v244.48c0 5.461333-2.133333 10.709333-5.973333 14.592a20.309333 20.309333 0 0 1-11.221334 5.845333l-3.2 0.256h-239.914666a20.224 20.224 0 0 1-14.421334-6.101333 20.821333 20.821333 0 0 1-5.717333-11.349333l-0.256-3.242667v-244.48c0-10.453333 7.68-19.157333 17.621333-20.48l2.773334-0.213333h239.914666z m-356.352 49.066666H252.288a11.690667 11.690667 0 0 0-11.434667 9.301334l-0.256 2.346666v164.437334c0 5.632 4.010667 10.368 9.344 11.434666l2.346667 0.256h160.597333a11.690667 11.690667 0 0 0 11.434667-9.344l0.213333-2.346666v-164.437334a11.690667 11.690667 0 0 0-11.648-11.690666z m316.757334 0h-160.725334a11.690667 11.690667 0 0 0-11.434666 9.301334l-0.256 2.346666v164.437334c0 5.632 4.010667 10.368 9.344 11.434666l2.346666 0.256h160.725334a11.690667 11.690667 0 0 0 11.434666-9.344l0.256-2.346666v-164.437334a11.690667 11.690667 0 0 0-11.690666-11.690666z m-52.906667-403.2a20.224 20.224 0 0 1 11.605333 4.906667l2.304 2.346667 136.96 163.968a20.906667 20.906667 0 0 1 4.650667 15.018666 20.864 20.864 0 0 1-4.693333 11.776l-2.261334 2.304-161.024 139.690667a19.968 19.968 0 0 1-13.226666 4.352 20.181333 20.181333 0 0 1-13.482667-4.864l-2.133333-2.090667-136.746667-163.968a20.906667 20.906667 0 0 1 0-26.794666l2.261333-2.346667 160.853334-139.349333a20.224 20.224 0 0 1 11.648-4.949334h3.242666z m-224.298667 28.330667c5.418667 0 10.624 2.176 14.464 6.058667a20.821333 20.821333 0 0 1 5.674667 11.392l0.256 3.242666v244.48c0 5.461333-2.133333 10.709333-5.973333 14.592a20.309333 20.309333 0 0 1-11.221334 5.845334l-3.2 0.256H212.693333a20.224 20.224 0 0 1-14.421333-6.101334 20.821333 20.821333 0 0 1-5.717333-11.349333l-0.256-3.242667v-244.48c0-5.461333 2.133333-10.752 5.973333-14.634666a20.309333 20.309333 0 0 1 11.221333-5.802667l3.2-0.256h239.744z m209.706667 40.064L561.706667 347.733333a11.690667 11.690667 0 0 0-2.602667 14.378667l1.28 1.962667 86.144 102.698666a11.690667 11.690667 0 0 0 14.506667 2.773334l2.133333-1.450667 100.394667-87.552a11.690667 11.690667 0 0 0 2.602666-14.378667l-1.28-1.92-86.144-102.741333a11.690667 11.690667 0 0 0-14.506666-2.773333l-2.133334 1.493333z m-251.221333 10.965333H254.250667a11.690667 11.690667 0 0 0-11.434667 9.344l-0.256 2.346667v160.426667c0 5.632 4.010667 10.368 9.344 11.434666l2.346667 0.256H410.88a11.690667 11.690667 0 0 0 11.434667-9.344l0.213333-2.346666V282.88a11.690667 11.690667 0 0 0-11.648-11.690667z" fill="#D5D5D4" ></path></symbol><symbol id="iconneirongguanli" viewBox="0 0 1024 1024"><path d="M0 0h1024v1024H0z" fill="#FFFFFF" fill-opacity="0" ></path><path d="M677.12 192a154.88 154.88 0 0 1 154.325333 140.629333l0.426667 6.826667 0.213333 7.381333v330.368a154.88 154.88 0 0 1-140.714666 154.197334l-6.826667 0.426666-7.381333 0.213334H347.008a154.88 154.88 0 0 1-154.282667-140.629334l-0.426666-6.826666-0.213334-7.381334V346.88A154.88 154.88 0 0 1 332.8 192.682667l6.826667-0.469334 7.381333-0.170666h330.154667z m0 52.693333H347.050667a101.973333 101.973333 0 0 0-101.162667 90.282667l-0.512 5.717333-0.170667 6.144v330.368c0 52.309333 39.253333 95.658667 90.026667 101.504l5.717333 0.469334 6.101334 0.170666h330.154666a101.973333 101.973333 0 0 0 101.162667-90.282666l0.512-5.717334 0.170667-6.144V346.88a101.973333 101.973333 0 0 0-101.845334-102.144zM349.610667 596.906667c13.44 0 24.32 11.221333 24.32 25.045333a24.661333 24.661333 0 0 1-24.32 25.045333 24.661333 24.661333 0 0 1-24.32-25.045333c0-13.824 10.922667-25.045333 24.32-25.045333z m318.165333 3.029333c9.6 0 17.365333 9.6 17.365333 21.461333s-7.765333 21.461333-17.365333 21.461334H424.661333c-9.6 0-17.365333-9.6-17.365333-21.461334s7.765333-21.461333 17.365333-21.461333h243.072z m-318.165333-107.264c13.44 0 24.32 11.178667 24.32 25.002667a24.661333 24.661333 0 0 1-24.32 25.045333 24.661333 24.661333 0 0 1-24.32-25.045333c0-13.824 10.922667-25.002667 24.32-25.002667z m318.165333 2.986667c9.6 0 17.365333 9.642667 17.365333 21.504s-7.765333 21.461333-17.365333 21.461333H424.661333c-9.6 0-17.365333-9.6-17.365333-21.461333s7.765333-21.461333 17.365333-21.461334h243.072zM349.568 388.437333c13.44 0 24.32 11.221333 24.32 25.045334a24.661333 24.661333 0 0 1-24.32 25.045333 24.661333 24.661333 0 0 1-24.32-25.045333c0-13.824 10.922667-25.045333 24.32-25.045334z m318.165333 3.029334c9.6 0 17.365333 9.642667 17.365334 21.461333 0 11.861333-7.765333 21.504-17.365334 21.504H424.661333c-9.6 0-17.365333-9.642667-17.365333-21.504 0-11.818667 7.765333-21.461333 17.365333-21.461333h243.072z" fill="#D5D5D4" ></path></symbol><symbol id="icontianjia" viewBox="0 0 1024 1024"><path d="M469.333333 821.333333v-597.333333a53.333333 53.333333 0 0 1 106.666667 0v597.333333a53.333333 53.333333 0 0 1-106.666667 0z m352-245.333333h-597.333333a53.333333 53.333333 0 0 1 0-106.666667h597.333333a53.333333 53.333333 0 0 1 0 106.666667z" fill="#333333" ></path></symbol><symbol id="iconshanchu" viewBox="0 0 1024 1024"><path d="M256 938.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V341.333333H170.666667a42.666667 42.666667 0 1 1 0-85.333333h682.666666a42.666667 42.666667 0 0 1 0 85.333333h-42.666666v554.666667a42.666667 42.666667 0 0 1-42.666667 42.666667H256z m469.290667-85.333334L725.333333 341.333333H298.666667v512h426.624zM426.666667 426.666667a42.666667 42.666667 0 0 1 42.666666 42.666666v256a42.666667 42.666667 0 0 1-85.333333 0v-256a42.666667 42.666667 0 0 1 42.666667-42.666666z m170.666666 0a42.666667 42.666667 0 0 1 42.666667 42.666666v256a42.666667 42.666667 0 0 1-85.333333 0v-256a42.666667 42.666667 0 0 1 42.666666-42.666666z m85.333334-298.666667a42.666667 42.666667 0 0 1 0 85.333333H341.333333a42.666667 42.666667 0 1 1 0-85.333333h341.333334z" fill="#333333" ></path></symbol><symbol id="iconwancheng" viewBox="0 0 1024 1024"><path d="M512 85.333333c235.52 0 426.666667 191.146667 426.666667 426.666667s-191.146667 426.666667-426.666667 426.666667S85.333333 747.52 85.333333 512 276.48 85.333333 512 85.333333z m203.648 275.285334a42.666667 42.666667 0 0 0-60.330667 0l-211.2 211.2-75.434666-75.434667a42.666667 42.666667 0 0 0-60.330667 60.330667l105.6 105.6a42.666667 42.666667 0 0 0 60.330667 0l241.365333-241.365334a42.666667 42.666667 0 0 0 0-60.330666z" fill="#26C879" ></path></symbol><symbol id="iconbaocuo" viewBox="0 0 1024 1024"><path d="M512 85.333333C276.48 85.333333 85.333333 276.48 85.333333 512s191.146667 426.666667 426.666667 426.666667 426.666667-191.146667 426.666667-426.666667S747.52 85.333333 512 85.333333z m211.2 215.466667a42.666667 42.666667 0 0 1 0 60.330667L572.330667 512l150.869333 150.869333a42.666667 42.666667 0 1 1-60.330667 60.330667L512 572.330667 361.130667 723.2a42.666667 42.666667 0 0 1-60.330667-60.330667L451.669333 512 300.8 361.130667A42.666667 42.666667 0 0 1 361.130667 300.8L512 451.669333l150.869333-150.869333a42.666667 42.666667 0 0 1 60.330667 0z" fill="#FF2323" ></path></symbol><symbol id="iconloading" viewBox="0 0 1024 1024"><path d="M512 171.264a85.248 85.248 0 1 0-4.010667 170.453333A85.248 85.248 0 0 0 512 171.264z" fill="#6B738F" ></path><path d="M320.256 256.469333a63.914667 63.914667 0 1 0-0.085333 127.872 63.914667 63.914667 0 0 0 0.085333-127.872z" fill="#83889F" ></path><path d="M213.717333 469.546667a42.666667 42.666667 0 1 0 0 85.248 42.666667 42.666667 0 0 0 0-85.248z" fill="#9298AA" ></path><path d="M298.88 682.666667a42.581333 42.581333 0 1 0-0.042667 85.162666A42.581333 42.581333 0 0 0 298.88 682.666667z" fill="#A8ACBC" ></path><path d="M512 767.914667a42.581333 42.581333 0 1 0-2.688 85.162666 42.581333 42.581333 0 0 0 2.688-85.162666z" fill="#C1C5CF" ></path><path d="M725.077333 682.666667a42.581333 42.581333 0 1 0-0.042666 85.162666 42.581333 42.581333 0 0 0 0-85.162666z" fill="#D5D7DE" ></path><path d="M810.325333 469.546667a42.666667 42.666667 0 1 0-0.042666 85.248 42.666667 42.666667 0 0 0 0-85.248z" fill="#3E4A6B" ></path><path d="M810.325333 341.717333a85.205333 85.205333 0 1 0-170.368-0.085333 85.205333 85.205333 0 1 0 170.368 0.085333z" fill="#505A79" ></path></symbol><symbol id="iconrili" viewBox="0 0 1024 1024"><path d="M960 128v800H64V128h896z m-64 64H128v672h768V192z" fill="#3F4767" ></path><path d="M309.312 640v85.312H224V640h85.312z m245.376 0v85.312H469.312V640h85.376z m245.312 0v85.312h-85.312V640H800zM309.312 448v85.312H224V448h85.312z m245.376 0v85.312H469.312V448h85.376zM800 448v85.312h-85.312V448H800z" fill="#FF8001" ></path><path d="M896 298.688v64H128v-64h768zM341.312 64v170.688h-64V64h64z m405.376 0v170.688h-64V64h64z" fill="#3F4767" ></path></symbol><symbol id="icongouxuan" viewBox="0 0 1024 1024"><path d="M206.528 488.576a64 64 0 0 1 90.496 0L410.24 601.728l316.8-316.8a64 64 0 0 1 90.496 90.496l-362.048 362.048a64 64 0 0 1-90.496 0L206.528 579.072a64 64 0 0 1 0-90.496z" fill="#FF8001" ></path></symbol><symbol id="iconxiangshang" viewBox="0 0 1024 1024"><path d="M903.68 678.592L516.16 320 128 669.44l64.192 71.36 323.2-290.816 323.008 299.072z" fill="#CCCCCC" ></path></symbol><symbol id="iconxiangyou" viewBox="0 0 1024 1024"><path d="M409.408 128L768 515.392l-349.44 388.224-71.36-64.192 290.816-323.2L338.944 193.28z" fill="#CCCCCC" ></path></symbol><symbol id="iconxiangxia" viewBox="0 0 1024 1024"><path d="M896 409.408L508.608 768 120.384 418.56l64.192-71.36 323.2 290.816 323.008-299.072z" fill="#CCCCCC" ></path></symbol><symbol id="iconxiangzuo" viewBox="0 0 1024 1024"><path d="M678.592 896L320 508.608l349.44-388.224 71.36 64.192-290.816 323.2 299.072 323.008z" fill="#CCCCCC" ></path></symbol><symbol id="icontuodong" viewBox="0 0 1024 1024"><path d="M951.232 491.008L821.76 361.472a29.76 29.76 0 0 0-42.112 0v103.488H559.04V244.288h103.616a29.696 29.696 0 0 0 0-42.048L533.056 72.704a29.696 29.696 0 0 0-42.048 0L361.536 202.24a29.696 29.696 0 0 0 0 42.112h103.296v220.672H244.352V361.472a29.76 29.76 0 0 0-42.176 0L72.768 490.88a29.76 29.76 0 0 0 0 42.112l129.472 129.536a29.696 29.696 0 0 0 42.112 0v-103.68h220.48v220.672H361.6a29.696 29.696 0 0 0 0 42.112l129.472 129.536a29.696 29.696 0 0 0 42.048 0l129.536-129.536a29.696 29.696 0 0 0 0-42.112H559.04V559.04h220.608v103.552a29.76 29.76 0 0 0 42.112 0l129.536-129.408a29.76 29.76 0 0 0 0-42.112v-0.064z" fill="#333333" ></path></symbol><symbol id="iconwenjianjiaguanbi" viewBox="0 0 1024 1024"><path d="M96 416v-192a64 64 0 0 1 64-64h192a64 64 0 0 1 63.552 56.512L416 224h448a64 64 0 0 1 64 64v128h-832z" fill="#F3F4F7" ></path><path d="M96 352h832v512h-832z" fill="#E0E1E3" ></path><path d="M352 160a64 64 0 0 1 64 64H896a32 32 0 0 1 32 32v608h-832v-640a64 64 0 0 1 64-64z m0 64h-192v576h704v-512h-512v-64z" fill="#333333" ></path><path d="M96 352h768v64h-768z" fill="#333333" ></path></symbol><symbol id="iconwenjianjiakaiqi" viewBox="0 0 1024 1024"><path d="M96 544v-320a64 64 0 0 1 64-64h192a64 64 0 0 1 63.552 56.512L416 224h448a64 64 0 0 1 64 64v256h-832z" fill="#F3F4F7" ></path><path d="M32 416h960l-64 448h-832z" fill="#E0E1E3" ></path><path d="M96 416h768v64h-768z" fill="#333333" ></path><path d="M352 160a64 64 0 0 1 64 64H896a32 32 0 0 1 32 32v160h64l-64 448h-832l-64-448h64v-192a64 64 0 0 1 64-64z m0 64h-192v256h-48l48 320h704l48-320h-48v-192h-512v-64z" fill="#333333" ></path></symbol><symbol id="iconshangjiantou" viewBox="0 0 1024 1024"><path d="M474.048 342.656c20.928-28.416 55.168-28.096 75.904 0l190.528 258.24c41.984 56.96 18.752 103.104-51.648 103.104H335.168c-70.528 0-93.952-45.76-51.648-103.04l190.528-258.304z" fill="#CCCCCC" ></path></symbol><symbol id="iconyoujiantou" viewBox="0 0 1024 1024"><path d="M681.344 474.048c28.416 20.928 28.096 55.168 0 75.904L423.104 740.48c-56.96 41.984-103.104 18.752-103.104-51.648V335.168c0-70.528 45.76-93.952 103.04-51.648l258.304 190.528z" fill="#CCCCCC" ></path></symbol><symbol id="iconxiajiantou" viewBox="0 0 1024 1024"><path d="M549.952 681.344c-20.928 28.416-55.168 28.096-75.904 0L283.52 423.104C241.536 366.08 264.768 320 335.168 320h353.664c70.528 0 93.952 45.76 51.648 103.04l-190.528 258.304z" fill="#CCCCCC" ></path></symbol></svg>',o=(o=document.getElementsByTagName("script"))[o.length-1].getAttribute("data-injectcss"),p=function(l,a){a.parentNode.insertBefore(l,a)};if(o&&!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 v(){t||(t=!0,i())}function z(){try{c.documentElement.doScroll("left")}catch(l){return void setTimeout(z,50)}v()}a=function(){var l,a=document.createElement("div");a.innerHTML=F,F=null,(a=a.getElementsByTagName("svg")[0])&&(a.setAttribute("aria-hidden","true"),a.style.position="absolute",a.style.width=0,a.style.height=0,a.style.overflow="hidden",a=a,(l=document.body).firstChild?p(a,l.firstChild):l.appendChild(a))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(h=function(){document.removeEventListener("DOMContentLoaded",h,!1),a()},document.addEventListener("DOMContentLoaded",h,!1)):document.attachEvent&&(i=a,c=l.document,t=!1,z(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,v())})}(window);