@tuya-sat/sdf-main-sdk 0.0.1-beta.1
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.
- package/.vscode/settings.json +5 -0
- package/README.md +1 -0
- package/antd.less.overwrite.js +56 -0
- package/color.js +140 -0
- package/dark-variable.less +1449 -0
- package/package.json +74 -0
- package/scripts/gen-localize-file.mjs +56 -0
- package/src/App.less +156 -0
- package/src/App.tsx +87 -0
- package/src/api/index.ts +52 -0
- package/src/api/req.ts +23 -0
- package/src/api/res.ts +29 -0
- package/src/api/urls.ts +30 -0
- package/src/api/utils.ts +41 -0
- package/src/assets/imgs/404.svg +194 -0
- package/src/assets/imgs/reLogin.png +0 -0
- package/src/components/404/index.tsx +44 -0
- package/src/components/500/index.tsx +49 -0
- package/src/components/BCustomNav/index.module.less +17 -0
- package/src/components/BCustomNav/index.tsx +108 -0
- package/src/components/BForgot/index.module.less +5 -0
- package/src/components/BForgot/index.tsx +96 -0
- package/src/components/BHeaderUser/account.png +0 -0
- package/src/components/BHeaderUser/app-scan-en.png +0 -0
- package/src/components/BHeaderUser/app-scan-zh.png +0 -0
- package/src/components/BHeaderUser/app-scan.png +0 -0
- package/src/components/BHeaderUser/components/BSwitchLang/index.module.less +6 -0
- package/src/components/BHeaderUser/components/BSwitchLang/index.tsx +56 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/Drawer/Content.tsx +199 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/Drawer/index.module.less +11 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/Drawer/index.tsx +27 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/hooks.ts +104 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/index.module.less +70 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/index.tsx +184 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/table/index.tsx +184 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/table/read.tsx +67 -0
- package/src/components/BHeaderUser/components/Badge/components/Notice/tools/index.tsx +116 -0
- package/src/components/BHeaderUser/components/Badge/index.module.less +99 -0
- package/src/components/BHeaderUser/components/Badge/index.tsx +179 -0
- package/src/components/BHeaderUser/index.module.less +105 -0
- package/src/components/BHeaderUser/index.tsx +261 -0
- package/src/components/BHeaderUser/logout.tsx +26 -0
- package/src/components/BLayout/components/Header/index.module.less +27 -0
- package/src/components/BLayout/components/Header/index.tsx +36 -0
- package/src/components/BLayout/components/Layout/empty.tsx +35 -0
- package/src/components/BLayout/components/Layout/emptyPage.png +0 -0
- package/src/components/BLayout/components/Layout/index.tsx +72 -0
- package/src/components/BLayout/components/Logo.tsx +6 -0
- package/src/components/BLayout/components/Menu/collapse.tsx +41 -0
- package/src/components/BLayout/components/Menu/image/close.tsx +26 -0
- package/src/components/BLayout/components/Menu/image/closedefault.tsx +26 -0
- package/src/components/BLayout/components/Menu/image/open.tsx +38 -0
- package/src/components/BLayout/components/Menu/image/opendefault.tsx +38 -0
- package/src/components/BLayout/components/Menu/index.module.less +125 -0
- package/src/components/BLayout/components/Menu/index.tsx +244 -0
- package/src/components/BLayout/components/MenuIcon.module.less +5 -0
- package/src/components/BLayout/components/MenuIcon.tsx +46 -0
- package/src/components/BLayout/components/MultiSider/index.module.less +104 -0
- package/src/components/BLayout/components/MultiSider/index.tsx +172 -0
- package/src/components/BLayout/components/Sider/index.less +64 -0
- package/src/components/BLayout/components/Sider/index.module.less +17 -0
- package/src/components/BLayout/components/Sider/index.tsx +34 -0
- package/src/components/BLayout/index.tsx +78 -0
- package/src/components/BLayoutLogin/index.module.less +65 -0
- package/src/components/BLayoutLogin/index.tsx +68 -0
- package/src/components/BLayoutLogin/login.jpg +0 -0
- package/src/components/BLogin/component/Clause/index.module.less +25 -0
- package/src/components/BLogin/component/Clause/index.tsx +58 -0
- package/src/components/BLogin/component/ForgotBtn/index.module.less +9 -0
- package/src/components/BLogin/component/ForgotBtn/index.tsx +18 -0
- package/src/components/BLogin/component/Password/index.tsx +39 -0
- package/src/components/BLogin/component/SubmitBtn/index.tsx +30 -0
- package/src/components/BLogin/component/TenanSpace/index.tsx +28 -0
- package/src/components/BLogin/component/Title/index.module.less +6 -0
- package/src/components/BLogin/component/Title/index.tsx +12 -0
- package/src/components/BLogin/component/UserName/index.tsx +48 -0
- package/src/components/BLogin/component/VerifyCode/index.module.less +11 -0
- package/src/components/BLogin/component/VerifyCode/index.tsx +165 -0
- package/src/components/BLogin/index.module.less +31 -0
- package/src/components/BLogin/index.tsx +210 -0
- package/src/components/BRegister/components/TenantName/index.tsx +26 -0
- package/src/components/BRegister/index.module.less +5 -0
- package/src/components/BRegister/index.tsx +71 -0
- package/src/components/Back/index.tsx +25 -0
- package/src/components/IconFont/font.js +66 -0
- package/src/components/IconFont/index.tsx +18 -0
- package/src/components/MicroComponent/Header/index.module.less +7 -0
- package/src/components/MicroComponent/Header/index.tsx +220 -0
- package/src/components/PForgot/index.tsx +10 -0
- package/src/components/PLogin/index.tsx +12 -0
- package/src/components/PRegister/index.tsx +10 -0
- package/src/components/PSetting/index.module.less +53 -0
- package/src/components/PSetting/index.tsx +420 -0
- package/src/constant/chargeStatus.ts +6 -0
- package/src/constant/imgs.ts +6 -0
- package/src/constant/index.ts +293 -0
- package/src/dark-variable.less +1449 -0
- package/src/global.d.ts +54 -0
- package/src/hooks/index.ts +133 -0
- package/src/index.css +1493 -0
- package/src/index.tsx +105 -0
- package/src/lang/en.json +266 -0
- package/src/lang/index.ts +44 -0
- package/src/lang/utils.ts +285 -0
- package/src/lang/zh.json +270 -0
- package/src/micro-script/theme/index.ts +29 -0
- package/src/micro-script/theme/theme-css/static.js +73 -0
- package/src/micro-script/theme/theme-css/subscriber.ts +201 -0
- package/src/micro-script/theme/util/index.ts +58 -0
- package/src/mqtt/index.ts +121 -0
- package/src/pages/403.tsx +18 -0
- package/src/pages/404.tsx +17 -0
- package/src/pages/expiration.tsx +23 -0
- package/src/pages/forgot.tsx +9 -0
- package/src/pages/home/index.tsx +172 -0
- package/src/pages/home/setting/index.tsx +7 -0
- package/src/pages/index.ts +50 -0
- package/src/pages/login.tsx +46 -0
- package/src/pages/register.tsx +9 -0
- package/src/pages/relogin/index.module.less +0 -0
- package/src/pages/relogin/index.tsx +54 -0
- package/src/plugins/index.ts +11 -0
- package/src/public-path.js +8 -0
- package/src/qiankun/globalState.ts +6 -0
- package/src/qiankun/index.ts +174 -0
- package/src/qiankun/utils/index.ts +69 -0
- package/src/qiankun/xhook/index.ts +193 -0
- package/src/reportWebVitals.ts +15 -0
- package/src/sentry/index.ts +33 -0
- package/src/sky/index.ts +57 -0
- package/src/theme/custom-dark.less +64 -0
- package/src/theme/custom-light.less +48 -0
- package/src/theme/index.less +327 -0
- package/src/theme/variable.less +13 -0
- package/src/utils/checkPass.ts +21 -0
- package/src/utils/common.ts +195 -0
- package/src/utils/eventBus.ts +112 -0
- package/src/utils/gt.js +293 -0
- package/src/utils/index.ts +89 -0
- package/src/utils/theme/base.ts +110 -0
- package/src/utils/theme/changeCssVariable.ts +157 -0
- package/src/utils/theme/changeMenuCssVariable.ts +176 -0
- package/src/utils/theme/index.ts +85 -0
- package/src/utils/theme/store.ts +37 -0
- package/tsconfig.json +28 -0
- package/typings.d.ts +10 -0
- package/webpack.config.js +103 -0
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="438px" height="268px" viewBox="0 0 438 268" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>插图</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<polygon id="path-1" points="0.690594225 0.544517002 34.2570993 0.544517002 34.2570993 25.8624927 0.690594225 25.8624927"></polygon>
|
|
6
|
+
<polygon id="path-3" points="0.656344362 0.598031814 86.7744423 0.598031814 86.7744423 68.2436613 0.656344362 68.2436613"></polygon>
|
|
7
|
+
<polygon id="path-5" points="0 0.331175108 12.0247936 0.331175108 12.0247936 25.8584987 0 25.8584987"></polygon>
|
|
8
|
+
<polygon id="path-7" points="0.0261134354 0.331175108 12.0506114 0.331175108 12.0506114 25.8584987 0.0261134354 25.8584987"></polygon>
|
|
9
|
+
<polygon id="path-9" points="0 0.101429901 35.3173144 0.101429901 35.3173144 8.42769292 0 8.42769292"></polygon>
|
|
10
|
+
<polygon id="path-11" points="0.0189202673 0.021823714 35.3714375 0.021823714 35.3714375 8.31396226 0.0189202673 8.31396226"></polygon>
|
|
11
|
+
<polygon id="path-13" points="0.0381469045 0.0504508711 9.12021696 0.0504508711 9.12021696 9.13207547 0.0381469045 9.13207547"></polygon>
|
|
12
|
+
<polygon id="path-15" points="0.0224699993 0.0775249423 9.9327163 0.0775249423 9.9327163 9.87626295 0.0224699993 9.87626295"></polygon>
|
|
13
|
+
<polygon id="path-17" points="0 0 59.9999933 0 59.9999933 59.9999933 0 59.9999933"></polygon>
|
|
14
|
+
</defs>
|
|
15
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
16
|
+
<g id="画板" transform="translate(-345.000000, -246.000000)">
|
|
17
|
+
<g id="400提醒" transform="translate(345.000000, 246.000000)">
|
|
18
|
+
<g id="插图" transform="translate(0.000000, 0.500000)">
|
|
19
|
+
<g id="男_尴尬" transform="translate(87.994128, 61.698113)">
|
|
20
|
+
<g transform="translate(4.000000, 10.000000)">
|
|
21
|
+
<g id="编组" transform="translate(60.193359, 0.220254)">
|
|
22
|
+
<mask id="mask-2" fill="white">
|
|
23
|
+
<use xlink:href="#path-1"></use>
|
|
24
|
+
</mask>
|
|
25
|
+
<g id="Clip-2"></g>
|
|
26
|
+
<path d="M1.5384356,16.3701542 C1.5384356,16.3701542 13.7858794,5.4071609 17.4332922,3.57629896 C21.080705,1.74620178 32.9700364,-0.626882846 34.1860947,1.20321432 C35.401391,3.03407627 20.6083014,16.0520094 21.0136542,17.6794423 C29.7279764,17.6794423 34.298862,17.5104279 27.2059508,20.5610997 C20.1122777,23.6125362 16.0617979,25.8624927 10.9956505,25.8624927 C5.92950307,25.8624927 -1.90630084,23.285979 1.5384356,16.3701542" id="Fill-1" fill="#FFC6A0" mask="url(#mask-2)"></path>
|
|
27
|
+
</g>
|
|
28
|
+
<path d="M111.093855,58.0790094 L110.456872,39.2908785 L84.5584885,38.5689346 L82.4867702,56.4913446 C82.4570545,57.3700666 81.840644,58.1256604 80.9910795,58.3382668 C76.9748871,59.343176 74.8444994,59.6949707 74.8444994,59.6949707 C74.8444994,59.6949707 77.3573816,75.358247 98.0753264,75.358247 C118.794033,75.358247 119.798272,62.21948 119.798272,62.21948 C119.798272,62.21948 116.02971,60.9216635 112.512589,59.9037532 C111.695026,59.6666741 111.122809,58.9317291 111.093855,58.0790094" id="Fill-3" fill="#FFB69C"></path>
|
|
29
|
+
<path d="M81.6891701,39.541341 C78.473016,40.7611509 76.0309943,36.2665913 75.2240985,34.3569579 C73.7809818,30.9430199 75.1974306,27.1780519 76.852367,26.4484603 C78.3671062,25.7808152 79.8559394,26.8147857 79.8559394,26.8147857 C79.8559394,26.8147857 82.3528209,29.4218902 82.70179,34.6881038 C82.9113239,37.8397254 81.6891701,39.541341 81.6891701,39.541341" id="Fill-19" fill="#FFB594"></path>
|
|
30
|
+
<path d="M112.930286,41.1017034 C116.010052,42.636599 118.884095,38.4066502 119.876142,36.5872598 C121.649941,33.3339237 120.612939,29.4465923 119.038007,28.5548693 C117.597176,27.7403881 116.0131,28.6206396 116.0131,28.6206396 C116.0131,28.6206396 113.270873,30.9661925 112.40226,36.1712244 C111.882616,39.2869017 112.930286,41.1017034 112.930286,41.1017034" id="Fill-21" fill="#FFB594"></path>
|
|
31
|
+
<path d="M98.2833364,6.2700521 C84.8724083,5.60011264 77.5036744,15.8220428 79.1738496,29.604747 C79.9944603,36.3783244 79.9578872,36.2437247 81.1488014,43.0050657 C81.6897796,46.0794454 87.7190208,56.2845506 96.8135517,56.7388246 C105.316054,57.1640373 111.961706,47.834595 112.806699,44.7609801 C114.586594,38.2826043 114.674979,38.1380626 115.891799,31.4394328 C118.374204,17.7798567 112.595641,6.98511305 99.1854748,6.31517359 L98.2833364,6.2700521 Z" id="Fill-23" fill="#FFC6A0"></path>
|
|
32
|
+
<path d="M97.3450819,57.1710732 C97.1523108,57.1710732 96.9572538,57.1664845 96.7614349,57.1565425 C92.1273082,56.9248169 88.5050394,54.2335875 86.2832187,52.0172809 C86.1300685,51.8643267 86.1293066,51.6157761 86.2816948,51.4620571 C86.4333211,51.3083382 86.6809521,51.3075734 86.8348642,51.4605276 C88.9599184,53.580473 92.4137981,56.1531629 96.8002939,56.3726522 C101.106024,56.5829642 104.719911,54.1999376 106.993544,52.1579988 C107.154314,52.0142218 107.401183,52.027223 107.54519,52.1885897 C107.689196,52.3507211 107.675482,52.5985069 107.514712,52.7430487 C105.234222,54.7911056 101.656146,57.1710732 97.3450819,57.1710732" id="Fill-25" fill="#DB836E"></path>
|
|
33
|
+
<path d="M99.1528638,6.62872973 C99.1482921,6.62872973 99.1429585,6.62872973 99.1383869,6.62872973 L98.2370104,6.58360824 C98.0785266,6.57519575 97.956616,6.44059605 97.9642354,6.28152366 C97.9726167,6.12245128 98.1059565,6.00085268 98.2652022,6.00773562 L99.1665787,6.05285711 C99.3250625,6.06050482 99.4469731,6.1958693 99.4393537,6.35494169 C99.4317343,6.50942544 99.3044901,6.62872973 99.1528638,6.62872973" id="Fill-27" fill="#EA967D"></path>
|
|
34
|
+
<path d="M107.013355,33.3957172 C107.004973,33.3957172 106.99583,33.3957172 106.986687,33.3949524 C106.699435,33.3804218 106.47771,33.1349303 106.492187,32.8466116 C106.516569,32.3571581 106.394658,31.8761171 106.159218,31.5273815 C105.950447,31.2191787 105.676148,31.0417518 105.385086,31.0272212 C105.102406,31.0126905 104.803725,31.1618209 104.565237,31.4478453 C104.296272,31.7713434 104.127883,32.2378538 104.103501,32.7273073 C104.089024,33.015626 103.845965,33.2419982 103.556427,33.2236437 C103.269175,33.209113 103.04745,32.9636215 103.061927,32.6753028 C103.097738,31.9525942 103.347655,31.2780661 103.765199,30.777141 C104.217792,30.232624 104.812868,29.9511883 105.436898,29.9817791 C106.053309,30.01237 106.63086,30.3618704 107.021736,30.9392725 C107.387468,31.4799657 107.569572,32.1759073 107.53376,32.898616 C107.520045,33.1785222 107.289177,33.3957172 107.013355,33.3957172" id="Fill-29" fill="#5C2552"></path>
|
|
35
|
+
<path d="M91.0304175,32.5975256 C91.0220362,32.5975256 91.0128929,32.5975256 91.0037496,32.5967609 C90.7164977,32.5822302 90.4947728,32.3367387 90.5092497,32.04842 C90.5564901,31.0939857 90.0497991,30.26115 89.4021491,30.2290296 C88.7369744,30.1999683 88.1678042,30.9754462 88.1205639,31.9283509 C88.106087,32.2174344 87.8706471,32.4407476 87.57349,32.4254521 C87.2862382,32.4109215 87.0645133,32.16543 87.0789902,31.8771113 C87.1551843,30.3307442 88.1860908,29.1170525 89.4539611,29.1835876 C90.686782,29.2447693 91.6277795,30.5532926 91.5508234,32.1004244 C91.5371085,32.3803306 91.3062403,32.5975256 91.0304175,32.5975256" id="Fill-31" fill="#5C2552"></path>
|
|
36
|
+
<path d="M99.1740457,40.1659296 C99.1679502,40.1659296 99.1610927,40.1659296 99.1549972,40.1651648 L96.0874217,40.0122106 C95.8717923,40.0015038 95.7049272,39.817194 95.7155943,39.6007637 C95.7270235,39.3843335 95.9190327,39.2176134 96.1262807,39.2283202 L98.7930751,39.3613904 L99.0026089,30.4342177 C99.0041328,30.3600349 99.027753,30.2873817 99.0688978,30.2246704 L100.963084,27.3957822 C101.082709,27.2152963 101.325768,27.1671157 101.505586,27.2887143 C101.684642,27.4095481 101.731883,27.6535101 101.611496,27.8332313 L99.7813129,30.5672879 L99.5649216,39.7827793 C99.5626358,39.8883177 99.5176812,39.9892674 99.4399632,40.0611559 C99.3675788,40.1284558 99.2723361,40.1659296 99.1740457,40.1659296" id="Fill-33" fill="#DB836E"></path>
|
|
37
|
+
<path d="M98.579503,48.6536648 C98.5726455,48.6536648 98.56655,48.6536648 98.5596925,48.6529 L95.4448766,48.4976515 C95.2292472,48.4869447 95.063144,48.3026349 95.0738112,48.0862047 C95.0844784,47.8697745 95.2780115,47.7015248 95.4837356,47.7137612 L98.5985515,47.8690097 C98.8141809,47.8797165 98.9802841,48.0640263 98.9696169,48.2804565 C98.9597116,48.4907686 98.785989,48.6536648 98.579503,48.6536648" id="Fill-35" fill="#DB836E"></path>
|
|
38
|
+
<path d="M102.257546,42.6110556 L102.257546,42.6110556 C101.091776,45.6556093 94.8735731,47.1981525 91.9484806,42.1093658 L102.257546,42.6110556" id="Fill-37" fill="#FFFFFF"></path>
|
|
39
|
+
<path d="M92.6886303,42.5380965 C93.9366901,44.2787154 95.7790641,45.1734976 97.828686,45.0121309 C99.463812,44.8836493 100.94274,44.072992 101.638392,42.974016 L92.6886303,42.5380965 Z M97.3509489,45.8159053 C94.975216,45.8159053 92.9042597,44.5586216 91.6097215,42.3048413 C91.538099,42.1809484 91.5403848,42.0272294 91.6142931,41.904866 C91.6889634,41.7817379 91.8215412,41.714438 91.9670719,41.7167323 L102.276137,42.2191869 C102.401857,42.2253051 102.516149,42.2910754 102.584723,42.3966138 C102.65406,42.5021522 102.667775,42.6344576 102.62282,42.7522324 C101.991171,44.3987845 100.089366,45.6216534 97.8896413,45.7944917 C97.7082993,45.8090223 97.5284812,45.8159053 97.3509489,45.8159053 L97.3509489,45.8159053 Z" id="Fill-39" fill="#DB836E"></path>
|
|
40
|
+
<path d="M83.4344727,15.5682917 C82.3380393,19.2919621 82.3060377,23.0928743 81.9890702,24.0518972 C81.9037328,24.3080955 80.7623447,25.9393522 80.7623447,25.9393522 L79.553144,32.3771951 C79.553144,32.3771951 77.5629534,23.7046911 77.6155273,9.84474503 C77.6216229,8.22266559 78.6525294,6.7764835 80.1863172,6.2663812 C81.4450441,5.84805142 83.1967471,5.2194096 85.4955238,4.29786046 C93.9530718,0.905335993 100.524815,1.45444162 100.524815,1.45444162 C117.606014,2.51364955 119.891076,14.5564996 117.193042,26.9526739 C116.624634,29.5643671 116.241378,31.2881611 115.43372,34.1690537 L114.50339,27.6249076 L112.88274,25.6418563 C112.88274,25.6418563 112.914742,21.5893344 112.291474,17.0267102 L83.4344727,15.5682917 Z" id="Fill-41" fill="#5C2552"></path>
|
|
41
|
+
<path d="M90.8350558,27.125818 C88.7724808,27.125818 86.6672371,26.614951 86.0919715,26.4642911 L84.5482785,26.9086231 C84.2732177,26.9881593 83.9829181,26.8275573 83.9029142,26.5499454 C83.8236723,26.2723335 83.98368,25.9824853 84.2610266,25.9029491 L85.9441549,25.4180842 C86.0363498,25.392082 86.1338782,25.3913173 86.2268351,25.4173195 C87.7857669,25.8509447 92.1806441,26.6898985 93.7776729,25.372198 C94.0009217,25.1886529 94.3285565,25.2215381 94.5114224,25.4440865 C94.6942883,25.6673996 94.6622867,25.9970159 94.4397999,26.180561 C93.5719488,26.8971515 92.2126456,27.125818 90.8350558,27.125818" id="Fill-43" fill="#5C2552"></path>
|
|
42
|
+
<path d="M110.850186,28.249955 C110.786183,28.249955 110.720656,28.2377187 110.657415,28.2124813 L109.145723,27.6090769 C108.054623,27.702379 102.523692,28.1115315 101.028001,26.9314897 C100.801705,26.7532981 100.762084,26.4244465 100.940378,26.1965447 C101.118672,25.9701725 101.445545,25.9304044 101.672603,26.108596 C102.609029,26.8473649 106.771514,26.7747116 109.176201,26.5559871 C109.257729,26.5483394 109.340018,26.5605757 109.416213,26.5904018 L111.042957,27.2404572 C111.310398,27.3475252 111.44069,27.6519041 111.334781,27.9203387 C111.253253,28.1252974 111.057434,28.249955 110.850186,28.249955" id="Fill-45" fill="#5C2552"></path>
|
|
43
|
+
<path d="M83.6171101,188.128942 C83.4837703,188.128942 83.3664314,188.031051 83.345097,187.894922 C83.3214769,187.744262 83.4251009,187.602779 83.5752033,187.579071 C83.7961663,187.544657 83.9363634,187.477357 83.9607456,187.394761 C84.03313,187.151564 83.5622503,186.557337 83.2094715,186.238428 C79.5049131,183.700917 76.0754155,176.824096 77.4156702,172.123048 C79.8965509,163.423777 74.6658241,159.921126 74.6132502,159.886711 C74.4852441,159.804116 74.4479089,159.632807 74.5301986,159.504325 C74.6132502,159.376609 74.7831631,159.33837 74.9111692,159.42173 C74.9675529,159.458439 80.5373435,163.185933 77.9459813,172.275237 C76.665158,176.763679 79.9643637,183.346828 83.5492973,185.804802 C83.7656886,185.995995 84.6899234,186.874717 84.4895328,187.552304 C84.3980999,187.861272 84.1192294,188.053994 83.6597788,188.125883 C83.6453019,188.128177 83.6315869,188.128942 83.6171101,188.128942" id="Fill-47" fill="#EA967D"></path>
|
|
44
|
+
<path d="M87.5190874,189.014164 C87.4025104,189.014164 87.2950767,188.939981 87.2569796,188.822971 C87.2097393,188.677665 87.2897431,188.521652 87.434512,188.474236 C87.7217638,188.380934 88.0722568,188.214978 88.1134016,187.955721 C88.1781666,187.552687 87.5792808,186.944694 87.1861191,186.656375 C81.8929132,181.57906 81.9782506,174.559991 81.9790125,174.490397 C81.9828223,174.337443 82.1298769,174.231904 82.2609308,174.219668 C82.4125571,174.222727 82.5337058,174.348914 82.530658,174.501104 C82.5291341,174.569168 82.453702,181.351923 87.5388979,186.232692 C87.6425219,186.305345 88.7953391,187.176419 88.6581896,188.04214 C88.5896149,188.472706 88.2345503,188.79544 87.6036629,189.000398 C87.5754711,189.009576 87.5472793,189.014164 87.5190874,189.014164" id="Fill-49" fill="#EA967D"></path>
|
|
45
|
+
<path d="M85.6239109,188.603023 C85.5027623,188.603023 85.3922808,188.522722 85.3579934,188.400359 C85.3176106,188.253523 85.402948,188.100569 85.5500026,188.060036 C85.7481074,188.004972 85.9911666,187.904023 86.0292637,187.738832 C86.0879332,187.483398 85.7252491,187.058186 85.5515265,186.902937 C79.5299048,182.163651 79.4994271,174.418814 79.4994271,174.340808 C79.500189,174.188618 79.6236235,174.06549 79.7752498,174.06549 L79.7767737,174.06549 C79.9284,174.066255 80.0518345,174.190912 80.0510726,174.343867 C80.0510726,174.418814 80.0868838,181.89904 85.9043053,186.478489 C85.998786,186.561849 86.7142489,187.220317 86.5664323,187.86349 C86.4871904,188.208401 86.1953669,188.453893 85.6978193,188.593081 C85.6726752,188.599964 85.6482931,188.603023 85.6239109,188.603023" id="Fill-51" fill="#EA967D"></path>
|
|
46
|
+
<path d="M69.3854188,24.8154446 L65.6031424,14.7808834 C65.6031424,14.7808834 46.4182235,21.7410649 32.6377538,26.080376 C16.4358349,31.1821638 3.40054384,37.6207714 0.214105494,49.5626717 C-4.16553286,65.9731293 60.1986931,92.4816242 60.1986931,92.4816242 C72.7631044,90.8541913 73.8442991,65.2251832 54.7950057,59.5299331 C49.9307727,55.4621157 34.7993812,50.0375945 34.7993812,50.0375945 C34.7993812,50.0375945 41.936485,44.4517066 50.2477402,37.7446644 C60.2588864,29.6663875 69.3854188,24.8154446 69.3854188,24.8154446" id="Fill-53" fill="#FFC6A0"></path>
|
|
47
|
+
<path d="M133.347187,65.6694387 C133.347187,65.6694387 122.47581,82.0317158 136.125225,109.431934 C143.169372,122.484282 155.729974,142.858548 163.145948,142.247496 C169.761122,141.702214 172.501825,123.434127 169.08909,114.476364 C165.677117,105.5186 151.039463,83.5016058 151.039463,83.5016058 C151.039463,83.5016058 147.744067,67.666256 133.347187,65.6694387" id="Fill-55" fill="#FFC6A0"></path>
|
|
48
|
+
<g id="编组" transform="translate(153.912134, 74.403048)">
|
|
49
|
+
<mask id="mask-4" fill="white">
|
|
50
|
+
<use xlink:href="#path-3"></use>
|
|
51
|
+
</mask>
|
|
52
|
+
<g id="Clip-58"></g>
|
|
53
|
+
<path d="M1.38025659,50.8744835 C1.38025659,50.8744835 2.59174319,42.9384541 14.8788079,36.0264532 C32.5901325,26.0637805 49.6835227,10.0487095 49.6835227,10.0487095 C49.6835227,10.0487095 56.7779578,1.9245464 61.6048557,2.61589945 C66.4309916,3.30801726 71.5222831,2.18762765 74.9700673,0.803392009 C78.4170895,-0.580843628 77.0463572,5.42643313 66.2100286,7.05768982 C72.8023444,9.68620799 80.9299718,9.68620799 84.9034955,7.51119907 C89.0195022,5.25741872 86.2810853,15.9657432 77.3176083,18.3877732 C68.3533694,20.8098032 55.801911,20.9283427 55.801911,20.9283427 C55.801911,20.9283427 24.7680435,67.8386354 10.7742304,68.2370811 C-3.22034473,68.6347621 1.38025659,50.8744835 1.38025659,50.8744835" id="Fill-57" fill="#FFC6A0" mask="url(#mask-4)"></path>
|
|
54
|
+
</g>
|
|
55
|
+
<path d="M227.122498,90.5365819 C225.108688,90.5365819 223.184786,90.1381362 221.693667,89.2196461 C214.028538,84.4987143 209.391363,88.4755239 209.19783,88.6468326 C209.083539,88.7485471 208.909816,88.7370756 208.808478,88.6231247 C208.707902,88.5091738 208.718569,88.334806 208.832098,88.2330914 C208.882387,88.1887347 213.954629,83.8035374 221.981681,88.7477824 C225.946061,91.1896964 233.150216,89.7664574 236.470756,86.9597476 C236.713053,86.80144 237.805677,86.1437369 238.399991,86.5200042 C238.672004,86.6905482 238.782485,87.0125168 238.727626,87.4752033 C238.710101,87.6273928 238.571428,87.7359902 238.422087,87.7176357 C238.270461,87.700046 238.163027,87.5623872 238.180552,87.4109625 C238.206458,87.1876494 238.17979,87.0339304 238.107405,86.9880441 C237.891776,86.8526797 237.207553,87.1425279 236.796105,87.4048444 C234.598666,89.2640028 230.718099,90.5365819 227.122498,90.5365819" id="Fill-59" fill="#EA967D"></path>
|
|
56
|
+
<path d="M229.581283,85.9739577 C227.005921,85.9739577 225.224503,85.4523838 225.190215,85.441677 C225.044685,85.3980851 224.962395,85.2436013 225.005826,85.0975301 C225.050018,84.950694 225.204692,84.8688635 225.348699,84.9124555 C225.414226,84.9315747 231.902918,86.8251479 237.951969,83.216958 C238.05026,83.136657 239.195458,82.254876 239.9894,82.6204366 C240.384086,82.8016873 240.598191,83.2314886 240.626383,83.8960747 C240.632479,84.0490289 240.514378,84.1782752 240.36199,84.1843934 C240.198934,84.1866877 240.081595,84.0719721 240.0755,83.9197826 C240.062547,83.6169333 239.997782,83.2330182 239.760056,83.1228912 C239.389753,82.9538767 238.645336,83.3691474 238.263603,83.6719968 C235.19679,85.5028587 232.0294,85.9739577 229.581283,85.9739577" id="Fill-61" fill="#EA967D"></path>
|
|
57
|
+
<path d="M228.549995,88.2773717 C226.115593,88.2773717 224.417226,87.8093318 224.381415,87.7993898 C224.235122,87.7580921 224.150546,87.6051379 224.191691,87.4583019 C224.232836,87.3107011 224.385986,87.2258115 224.532279,87.2671091 C224.603901,87.2877579 231.792817,89.258573 237.748912,84.8634336 C237.85406,84.7946042 238.67848,84.2791485 239.256032,84.594999 C239.566142,84.7640134 239.723102,85.1119842 239.723102,85.630499 C239.723102,85.7826885 239.599667,85.9065814 239.447279,85.9065814 C239.295653,85.9065814 239.171456,85.7826885 239.171456,85.630499 C239.171456,85.4240108 239.140979,85.1616943 238.993162,85.0806286 C238.762294,84.9552062 238.26627,85.1869318 238.061308,85.3184724 C234.826105,87.7068525 231.239648,88.2773717 228.549995,88.2773717" id="Fill-63" fill="#EA967D"></path>
|
|
58
|
+
<path d="M135.690309,206.252104 L151.176003,412.458857 C141.034565,420.205224 126.727594,414.82353 126.727594,414.82353 L102.958075,224.939285 C102.697491,222.858343 100.934359,221.296681 98.8443537,221.296681 C96.7505392,221.296681 94.9858832,222.862932 94.729109,224.948463 L71.4266595,414.458734 C58.0904016,418.583909 47.0369198,413.004139 47.0369198,413.004139 L60.9354903,205.438388 C59.5845684,202.455016 61.4718969,201.406515 61.4718969,201.406515 L64.8267243,170.803435 L131.901175,170.608419 L135.150093,201.37057 C135.150093,201.37057 136.737978,202.071101 135.690309,206.252104" id="Fill-79" fill="#6297CC"></path>
|
|
59
|
+
<path d="M65.3323485,56.9533429 C76.7599435,58.8300911 79.6530345,67.0559687 79.6530345,67.0559687 C84.4921234,81.1407575 76.2486809,99.642864 65.1601498,97.4166154 C60.0940023,96.3994699 52.899753,91.6624779 46.2121945,88.2049479 C42.2554336,86.1584205 38.3123876,86.6501683 38.8526039,83.9382901 L33.7186437,81.2264119 C38.8526039,65.7673294 41.8249368,52.6140318 41.8249368,52.6140318 C41.8249368,52.6140318 43.6398808,53.2487918 46.1580967,53.6311773 C46.1580967,53.6311773 48.9407062,51.5288217 51.3728227,54.1053354 C52.9942337,55.5974037 65.3323485,56.9533429 65.3323485,56.9533429" id="Fill-81" fill="#E5E3EA"></path>
|
|
60
|
+
<path d="M131.966169,172.200978 C95.0767828,178.810895 64.6166571,172.263689 64.6166571,172.263689 C59.5413663,165.682834 63.8280479,154.847558 63.8280479,154.847558 C58.9706723,107.564822 55.9434797,60.5466962 55.9434797,60.5466962 C55.9434797,60.5466962 56.6863724,54.7390247 64.7919036,56.3664575 C68.275499,57.0654583 71.7499511,57.2925953 79.7099515,58.2034376 C79.9507249,58.2309694 80.1914984,59.6549731 80.3286478,59.8545784 C81.3054565,61.2785821 85.8009099,66.7382828 97.2894602,66.7382828 C107.262509,66.7382828 112.638005,61.6020803 114.04531,60.2713786 C114.263226,60.0656552 114.872779,60.0778915 115.077741,60.1704288 C117.10679,61.0904484 117.775013,61.2831707 120.972118,61.9248137 C127.822732,63.3006368 132.683156,63.961399 133.695014,64.1847122 C134.801352,64.4286742 135.647869,64.9219515 136.777066,65.2645689 C136.777066,65.2645689 133.69349,122.721055 131.626343,147.90726 C131.528053,149.105657 132.373807,150.721618 132.324281,152.784205 C132.270945,155.047928 131.492241,156.02607 131.492241,158.236258 C131.492241,158.236258 135.945788,166.63421 131.966169,172.200978" id="Fill-83" fill="#E5E3EA"></path>
|
|
61
|
+
<path d="M139.981029,117.717769 C139.981029,117.717769 139.09032,116.34577 137.765304,114.212824 C137.373666,113.581887 136.548484,113.456465 136.092081,112.707754 C135.7073,112.076053 135.529006,110.75147 135.113748,110.056293 C132.344854,105.418721 129.236133,99.6737607 127.563672,95.4782267 C123.363852,84.9396813 124.006169,64.9699791 134.549912,64.9699791 C134.549912,64.9699791 145.690255,64.011721 153.40872,84.8142589 C153.836931,85.9682984 154.524964,87.3945964 155.321192,88.8920182 C155.9757,90.1232996 157.640542,90.5714555 158.356004,91.7859119 C159.00594,92.8894766 158.708021,94.7708134 159.274144,95.6847148 C160.436866,97.5591687 161.291764,98.8585148 161.291764,98.8585148 C161.291764,98.8585148 148.76545,105.242824 139.981029,117.717769" id="Fill-85" fill="#E5E3EA"></path>
|
|
62
|
+
<path d="M82.5437634,67.7702649 C82.4744268,67.7702649 82.4035662,67.7519104 82.3403251,67.712907 C81.0015943,66.8907781 79.7840122,65.9302257 78.7211041,64.8564871 C78.5694778,64.7027681 78.5702397,64.4542175 78.7233899,64.3020281 C78.8765401,64.1490739 79.124171,64.1498386 79.2765593,64.3035576 C80.2945128,65.3321747 81.4633307,66.2537238 82.7479637,67.0429676 C82.9323535,67.1561537 82.990261,67.3978214 82.8774937,67.582896 C82.8035854,67.7037298 82.6755792,67.7702649 82.5437634,67.7702649" id="Fill-87" fill="#E4EBF7"></path>
|
|
63
|
+
<path d="M157.670867,121.784669 C157.647247,121.784669 157.623626,121.782375 157.600006,121.777786 C157.404949,121.738018 157.278467,121.548355 157.317326,121.352573 C158.512812,115.352944 167.121224,111.063343 167.486956,110.883622 C167.666012,110.794909 167.88088,110.870621 167.968503,111.048813 C168.056126,111.228534 167.982218,111.444199 167.803162,111.532148 C167.717062,111.574975 159.149033,115.845457 158.023646,121.494056 C157.989358,121.666129 157.839256,121.784669 157.670867,121.784669" id="Fill-89" fill="#EA967D"></path>
|
|
64
|
+
<path d="M98.072812,188.677512 C97.8884222,188.677512 97.7390817,188.527617 97.7390817,188.342542 L97.7390817,183.234636 C97.7390817,183.049562 97.8884222,182.899667 98.072812,182.899667 C98.2572018,182.899667 98.4065423,183.049562 98.4065423,183.234636 L98.4065423,188.342542 C98.4065423,188.527617 98.2572018,188.677512 98.072812,188.677512" id="Fill-91" fill="#4670B2"></path>
|
|
65
|
+
<path d="M98.2040945,213.037612 C98.0334197,213.037612 97.8878889,212.907601 97.8718881,212.733998 C97.8551254,212.549688 97.989989,212.386027 98.1736168,212.368437 C98.2338102,212.363084 104.186857,211.769622 104.330102,208.757953 C104.716406,200.609317 104.720978,183.407322 104.720978,183.234483 C104.720978,183.049409 104.870319,182.899514 105.054708,182.899514 C105.239098,182.899514 105.389201,183.049409 105.389201,183.234483 C105.389201,183.407322 105.383867,200.625377 104.996801,208.789309 C104.826126,212.380674 98.5042994,213.010845 98.2353341,213.036082 C98.2246669,213.037612 98.2147617,213.037612 98.2040945,213.037612" id="Fill-93" fill="#4670B2"></path>
|
|
66
|
+
<path d="M98.072812,220.895711 C98.0187142,220.895711 97.9646164,220.88271 97.9158521,220.855943 L80.3005321,211.426316 C80.1374767,211.339132 80.0757595,211.136468 80.1626208,210.972807 C80.2494821,210.80991 80.4521585,210.747964 80.6144519,210.835148 L97.7390817,220.001694 L97.7390817,192.860733 C97.7390817,192.675659 97.8884222,192.525764 98.072812,192.525764 C98.2572018,192.525764 98.4065423,192.675659 98.4065423,192.860733 L98.4065423,220.560741 C98.4065423,220.678516 98.344825,220.787114 98.2450107,220.848295 C98.1916749,220.879651 98.1322434,220.895711 98.072812,220.895711" id="Fill-99" fill="#4670B2"></path>
|
|
67
|
+
<path d="M133.841611,201.152305 C133.80961,201.152305 133.776846,201.147716 133.744083,201.137774 C126.888135,199.027771 126.475925,182.236457 126.461401,181.522161 C126.4584,181.337086 126.604693,181.184132 126.789083,181.180308 C126.989473,181.184897 127.125861,181.324085 127.128909,181.50916 C127.132718,181.678939 127.542643,198.528375 133.93914,200.496896 C134.11591,200.551195 134.214962,200.738564 134.160864,200.915226 C134.116672,201.059767 133.984094,201.152305 133.841611,201.152305" id="Fill-117" fill="#4670B2"></path>
|
|
68
|
+
<path d="M62.2864883,200.891977 C62.1592441,200.891977 62.0373335,200.818559 61.9817118,200.693136 C61.9062796,200.524887 61.9817118,200.326046 62.1501008,200.251099 C68.7667987,197.283022 68.4818327,182.702662 68.478023,182.555061 C68.4734513,182.369986 68.6189821,182.216267 68.8033719,182.211679 C68.9801423,182.204031 69.1409119,182.353926 69.1454835,182.538236 C69.1607224,183.156936 69.4441645,197.713588 62.4228758,200.862915 C62.3786832,200.882799 62.3322048,200.891977 62.2864883,200.891977" id="Fill-119" fill="#4670B2"></path>
|
|
69
|
+
<path d="M97.4365911,71.2973126 C92.0862395,71.2973126 87.4604942,70.3015806 83.6896469,68.3368838 C83.5570691,68.2680544 83.506019,68.1043934 83.5745937,67.972088 C83.6424065,67.8390178 83.8039381,67.7870134 83.9380397,67.8558428 C87.6319309,69.7800068 92.1731008,70.7558547 97.4365911,70.7558547 C106.489977,70.7558547 112.032338,67.0436559 114.530743,64.8311732 C114.642749,64.7325177 114.813423,64.7432245 114.911714,64.8556458 C115.010004,64.9673024 114.999337,65.1386111 114.888094,65.2380314 C112.332543,67.500989 106.667509,71.2973126 97.4365911,71.2973126" id="Fill-131" fill="#C2C0CC"></path>
|
|
70
|
+
<path d="M132.912271,122.212252 C132.906176,122.212252 132.899318,122.212252 132.893223,122.211488 C132.743882,122.200781 132.631877,122.071535 132.642544,121.922404 L134.991609,88.5256164 C135.001514,88.376486 135.131044,88.2602408 135.279623,88.2740067 C135.428201,88.2847135 135.540207,88.4139598 135.530301,88.5630902 L133.181237,121.960643 C133.171331,122.10289 133.052469,122.212252 132.912271,122.212252" id="Fill-133" fill="#C2C0CC"></path>
|
|
71
|
+
<path d="M61.0092462,116.957281 C60.8751445,116.957281 60.7585675,116.857096 60.7418048,116.719437 L57.6887062,92.1136928 C57.6704196,91.9653272 57.7748055,91.8299627 57.9226221,91.8116082 C58.0704387,91.7940185 58.2053023,91.8987921 58.2243509,92.0471577 L61.2774495,116.652902 C61.2957361,116.801268 61.1905882,116.936632 61.0427716,116.954987 C61.0313425,116.956516 61.0206753,116.957281 61.0092462,116.957281" id="Fill-135" fill="#C2C0CC"></path>
|
|
72
|
+
<path d="M151.797824,100.351501 C151.710962,100.351501 151.626387,100.310203 151.574575,100.232961 C151.490761,100.109068 151.522763,99.940054 151.646197,99.856694 C153.818492,98.376862 156.041836,97.1631703 158.253752,96.2500336 C158.390901,96.1934406 158.549385,96.2592109 158.605769,96.3976344 C158.662152,96.536058 158.596625,96.6943656 158.458714,96.7509587 C156.281086,97.6503294 154.091267,98.8456666 151.948688,100.30485 C151.902971,100.336205 151.849636,100.351501 151.797824,100.351501" id="Fill-137" fill="#C2C0CC"></path>
|
|
73
|
+
<path d="M138.391696,113.863094 C138.341408,113.863094 138.290358,113.848563 138.244641,113.819502 C138.120445,113.737671 138.084633,113.570186 138.166161,113.444764 C138.210354,113.375935 142.679901,106.544999 149.955678,101.067709 C150.074541,100.978231 150.245216,101.002703 150.332839,101.122008 C150.422748,101.242077 150.398366,101.411856 150.279503,101.501334 C143.079158,106.921267 138.662185,113.671901 138.617992,113.739966 C138.56618,113.819502 138.480081,113.863094 138.391696,113.863094" id="Fill-139" fill="#C2C0CC"></path>
|
|
74
|
+
<path d="M136.043698,95.4947457 C136.022363,95.4947457 136.001029,95.4924514 135.980456,95.487098 C135.834926,95.4519185 135.745778,95.3058473 135.780828,95.1605408 C138.473528,83.9642923 135.810543,74.1775169 135.783114,74.080391 C135.742731,73.9358492 135.827306,73.7867189 135.970551,73.746186 C136.116844,73.7056531 136.263137,73.7905427 136.303519,73.9343197 C136.330949,74.0329752 139.031269,83.9558798 136.305805,95.2874928 C136.27609,95.4113857 136.165608,95.4947457 136.043698,95.4947457" id="Fill-141" fill="#C2C0CC"></path>
|
|
75
|
+
<path d="M57.7665766,90.9214147 C57.6408563,90.9214147 57.5288509,90.833466 57.502183,90.7049845 C55.4373221,80.6077121 56.8560568,67.7427331 56.8705336,67.6142516 C56.8872964,67.465886 57.0198741,67.3595828 57.1692146,67.375643 C57.3170312,67.392468 57.423703,67.5263029 57.4069403,67.6754333 C57.3924634,67.80315 55.983634,80.5840042 58.0317321,90.5956222 C58.0614478,90.7424583 57.9669671,90.8854705 57.8214363,90.9160613 C57.8031498,90.9198852 57.7848632,90.9214147 57.7665766,90.9214147" id="Fill-143" fill="#C2C0CC"></path>
|
|
76
|
+
<path d="M92.983654,133.999516 C92.8541239,133.999516 92.7390708,133.904684 92.7177365,133.771614 C92.6941163,133.624013 92.7931686,133.484825 92.9409852,133.461117 C93.0849921,133.437409 107.445299,131.042146 115.127953,124.872738 C115.243768,124.779436 115.413681,124.797791 115.5074,124.915565 C115.600356,125.03181 115.581308,125.202354 115.464731,125.296421 C107.670834,131.554543 93.1726154,133.971984 93.0270846,133.995692 C93.0126077,133.998751 92.9981308,133.999516 92.983654,133.999516" id="Fill-145" fill="#C2C0CC"></path>
|
|
77
|
+
<path d="M99.1204813,139.946299 C91.0835248,139.946299 84.0652839,139.119582 83.9487069,139.105051 C83.8008903,139.087461 83.6949805,138.952862 83.7125051,138.803731 C83.7307917,138.655366 83.8687031,138.550592 84.01271,138.567417 C84.2085289,138.591125 103.663937,140.882379 114.833234,137.78888 C114.980289,137.749877 115.125819,137.834766 115.16544,137.978543 C115.205061,138.12232 115.120486,138.272216 114.977241,138.311984 C110.434547,139.569267 104.544741,139.946299 99.1204813,139.946299" id="Fill-147" fill="#C2C0CC"></path>
|
|
78
|
+
<path d="M210.613898,98.1986703 C210.254262,98.6758875 209.603564,98.8219587 209.070967,98.5542889 C207.442699,97.7367486 201.374598,93.8761842 200.212638,86.3959584 C200.18978,86.2475928 200.279689,86.0992272 200.389408,85.9959831 C201.114014,85.3122778 201.781475,84.7241688 202.23102,84.3387242 C202.486271,84.1192349 202.87867,84.2446574 202.960198,84.5727441 C203.474508,86.6353317 205.433459,92.6013108 211.34079,95.2611846 C211.836052,95.4844978 212.014346,96.0993737 211.728618,96.5620602 C211.448986,97.0155695 211.070301,97.5937364 210.613898,98.1986703" id="Fill-149" fill="#192064"></path>
|
|
79
|
+
<path d="M207.038565,94.5393172 C207.038565,94.803928 206.825221,95.0180639 206.56159,95.0180639 C206.297958,95.0180639 206.084614,94.803928 206.084614,94.5393172 C206.084614,94.2747064 206.297958,94.0605705 206.56159,94.0605705 C206.825221,94.0605705 207.038565,94.2747064 207.038565,94.5393172" id="Fill-151" fill="#C1C4D6"></path>
|
|
80
|
+
<path d="M208.946771,95.8285683 C208.946771,96.0931791 208.733427,96.307315 208.469795,96.307315 C208.206164,96.307315 207.99282,96.0931791 207.99282,95.8285683 C207.99282,95.5639575 208.206164,95.3498216 208.469795,95.3498216 C208.733427,95.3498216 208.946771,95.5639575 208.946771,95.8285683" id="Fill-153" fill="#C1C4D6"></path>
|
|
81
|
+
<path d="M63.8204285,180.484214 C63.8204285,180.484214 98.0041611,186.701802 132.667155,180.484214 C132.373807,175.7694 132.034744,172.201743 132.034744,172.201743 C132.034744,172.201743 103.227268,176.976973 64.6280862,172.306517 C64.1671117,176.720775 63.8204285,180.484214 63.8204285,180.484214" id="Fill-155" fill="#5C2552"></path>
|
|
82
|
+
<path d="M89.0210261,174.540795 L89.0210261,183.748639 C89.0210261,184.568474 89.6595328,185.245296 90.4763339,185.275122 C95.0357904,185.442607 99.9388824,185.471668 105.113987,185.290417 C105.93155,185.262121 106.585296,184.583004 106.585296,183.76164 L106.585296,174.564503 C106.585296,173.7049 105.886596,173.018901 105.030936,173.041844 C100.576627,173.158854 95.7436338,173.167266 90.5929109,173.019666 C89.735727,172.995193 89.0210261,173.680428 89.0210261,174.540795" id="Fill-157" fill="#FFFFFF"></path>
|
|
83
|
+
<path d="M91.105545,176.286768 L91.105545,182.053141 C91.105545,182.705491 91.6137598,183.243125 92.2629337,183.263774 C95.6779544,183.373901 99.3482255,183.392256 103.218887,183.274481 C103.869585,183.254597 104.393039,182.715433 104.393039,182.061554 L104.393039,176.302063 C104.393039,175.623711 103.844441,175.080724 103.168599,175.096019 C99.8274865,175.172496 96.2059797,175.178614 92.3475092,175.081488 C91.6709054,175.064663 91.105545,175.606886 91.105545,176.286768" id="Fill-159" fill="#5C2552"></path>
|
|
84
|
+
<path d="M39.1231693,82.5819686 C39.0995491,82.5819686 39.075167,82.5789095 39.0515468,82.5720266 C38.9075399,82.5322585 38.8229644,82.3831281 38.8633473,82.2393511 C41.6665292,72.0548948 44.9078273,58.7845872 44.9405908,58.651517 C44.976402,58.5062105 45.1249806,58.4174971 45.2667016,58.4526765 C45.4114705,58.4886208 45.5006176,58.6354568 45.4648064,58.7807633 C45.4320429,58.9138335 42.1892209,72.1917888 39.3829912,82.3831281 C39.3502278,82.5031972 39.2420321,82.5819686 39.1231693,82.5819686" id="Fill-161" fill="#C2C0CC"></path>
|
|
85
|
+
<path d="M57.462943,93.5273721 C57.3654145,93.5273721 57.2716957,93.4746029 57.2236934,93.3820656 C54.1241164,87.4275581 51.0275871,80.0635774 50.9971095,79.9893946 C50.9392019,79.8517359 51.003205,79.6926635 51.1411163,79.6345409 C51.2775038,79.5764183 51.4359876,79.6414238 51.4946571,79.7790826 C51.5251347,79.8525006 54.6132827,87.1965972 57.7014306,93.1312207 C57.7707672,93.2635261 57.7197172,93.4271871 57.5879013,93.4967813 C57.5475185,93.5174301 57.5048497,93.5273721 57.462943,93.5273721" id="Fill-163" fill="#C2C0CC"></path>
|
|
86
|
+
<path d="M18.85957,59.3550299 C18.7620416,59.3550299 18.666037,59.3527356 18.5707943,59.348147 C18.3719276,59.3389697 18.2187774,59.1691906 18.2279207,58.9703501 C18.237064,58.7707448 18.4008814,58.6093781 18.6050817,58.6269679 C24.0788677,58.8793423 33.6579932,50.6603476 33.7547597,50.5777523 C33.9041002,50.4477413 34.1319206,50.4638015 34.2622126,50.6159909 C34.3917426,50.7666508 34.3749799,50.9945526 34.2241155,51.1253284 C33.82943,51.4664163 24.6343229,59.3550299 18.85957,59.3550299" id="Fill-165" fill="#EA967D"></path>
|
|
87
|
+
</g>
|
|
88
|
+
</g>
|
|
89
|
+
<g id="编组" transform="translate(38.000000, 51.000000)">
|
|
90
|
+
<polygon id="Fill-1" fill="#CED0DB" points="25.9637116 0.291294273 15.7713515 32.9162529 21.9334975 32.9162529 32.1268271 0.291294273"></polygon>
|
|
91
|
+
<g transform="translate(0.000000, 3.786826)">
|
|
92
|
+
<g>
|
|
93
|
+
<mask id="mask-6" fill="white">
|
|
94
|
+
<use xlink:href="#path-5"></use>
|
|
95
|
+
</mask>
|
|
96
|
+
<g id="Clip-3"></g>
|
|
97
|
+
<path d="M11.4325606,0.331175108 L4.78299596,0.331175108 L0.592035925,0.331175108 C0.264878923,0.331175108 -0.000197082532,0.600283938 -0.000197082532,0.932418257 L-0.000197082532,5.18713892 L-0.000197082532,21.0025348 L-0.000197082532,25.2572555 C-0.000197082532,25.5893898 0.264878923,25.8584987 0.592035925,25.8584987 L4.78299596,25.8584987 L11.4325606,25.8584987 C11.7597176,25.8584987 12.0247936,25.5893898 12.0247936,25.2572555 L12.0247936,21.603778 C12.0247936,21.2716437 11.7597176,21.0025348 11.4325606,21.0025348 L4.78299596,21.0025348 L4.78299596,5.18713892 L11.4325606,5.18713892 C11.7597176,5.18713892 12.0247936,4.91803009 12.0247936,4.58689617 L12.0247936,0.932418257 C12.0247936,0.600283938 11.7597176,0.331175108 11.4325606,0.331175108" id="Fill-2" fill="#E4E6EF" mask="url(#mask-6)"></path>
|
|
98
|
+
</g>
|
|
99
|
+
<g transform="translate(36.263186, 0.000000)">
|
|
100
|
+
<mask id="mask-8" fill="white">
|
|
101
|
+
<use xlink:href="#path-7"></use>
|
|
102
|
+
</mask>
|
|
103
|
+
<g id="Clip-5"></g>
|
|
104
|
+
<path d="M11.4588711,0.331175108 L7.26791106,0.331175108 L0.618346443,0.331175108 C0.29118944,0.331175108 0.0261134354,0.600283938 0.0261134354,0.932418257 L0.0261134354,4.58689617 C0.0261134354,4.91803009 0.29118944,5.18713892 0.618346443,5.18713892 L7.26791106,5.18713892 L7.26791106,21.0025348 L0.618346443,21.0025348 C0.29118944,21.0025348 0.0261134354,21.2716437 0.0261134354,21.603778 L0.0261134354,25.2572555 C0.0261134354,25.5893898 0.29118944,25.8584987 0.618346443,25.8584987 L7.26791106,25.8584987 L11.4588711,25.8584987 C11.7860281,25.8584987 12.0511041,25.5893898 12.0511041,25.2572555 L12.0511041,21.603778 L12.0511041,4.58689617 L12.0511041,0.932418257 C12.0511041,0.600283938 11.7860281,0.331175108 11.4588711,0.331175108" id="Fill-4" fill="#E4E6EF" mask="url(#mask-8)"></path>
|
|
105
|
+
</g>
|
|
106
|
+
</g>
|
|
107
|
+
</g>
|
|
108
|
+
<g id="编组-4" transform="translate(317.000000, 184.000000)">
|
|
109
|
+
<path d="M28.0840549,48.0397339 L15.9505134,48.0397339 L15.9505134,6.05142419 C15.9505134,2.70934032 18.6524716,4.61852778e-13 21.9855662,4.61852778e-13 L22.0489074,4.61852778e-13 C25.382002,4.61852778e-13 28.0840549,2.70934032 28.0840549,6.05142419 L28.0840549,48.0397339 Z" id="Fill-1" fill="#5BA02E"></path>
|
|
110
|
+
<path d="M34.4429037,58.2475755 L22.2108419,58.2475755 L22.2108419,36.2011291 C22.2108419,32.929341 24.8669195,30.2770609 28.1433919,30.2770609 L28.5104493,30.2770609 C31.7868262,30.2770609 34.4429037,32.929341 34.4429037,36.2011291 L34.4429037,58.2475755 Z" id="Fill-3" fill="#92C110"></path>
|
|
111
|
+
<path d="M16.2439826,47.8330222 L4.0119208,47.8330222 L4.0119208,24.0006553 C4.0119208,20.7292405 6.65732372,18.0771556 9.92049605,18.0771556 L10.3354073,18.0771556 C13.5985796,18.0771556 16.2439826,20.7292405 16.2439826,24.0006553 L16.2439826,47.8330222 Z" id="Fill-5" fill="#92C110"></path>
|
|
112
|
+
<path d="M2.37907044,83 C1.06512966,83 0,81.9856243 0,80.7342935 L0,49.2657065 C0,48.0143757 1.06512966,47 2.37907044,47 L35.6209296,47 C36.9348703,47 38,48.0143757 38,49.2657065 L38,80.7342935 C38,81.9856243 36.9348703,83 35.6209296,83 L2.37907044,83 Z" id="Fill-7" fill="#CAD5EE"></path>
|
|
113
|
+
<path d="M20.1224412,9.15039558 C20.1224412,9.80775093 19.5881573,10.3406302 18.9290693,10.3406302 C18.2699813,10.3406302 17.7356974,9.80775093 17.7356974,9.15039558 C17.7356974,8.49304022 18.2699813,7.96016091 18.9290693,7.96016091 C19.5881573,7.96016091 20.1224412,8.49304022 20.1224412,9.15039558" id="Fill-9" fill="#92C110"></path>
|
|
114
|
+
<path d="M26.3876435,21.3503009 C26.3876435,22.0076563 25.8533597,22.5405356 25.1942716,22.5405356 C24.5351836,22.5405356 24.0008998,22.0076563 24.0008998,21.3503009 C24.0008998,20.6929455 24.5351836,20.1600662 25.1942716,20.1600662 C25.8533597,20.1600662 26.3876435,20.6929455 26.3876435,21.3503009" id="Fill-11" fill="#92C110"></path>
|
|
115
|
+
<path d="M7.89037941,27.3014742 C7.89037941,27.9588296 7.35609554,28.4917089 6.69700753,28.4917089 C6.03791952,28.4917089 5.50363565,27.9588296 5.50363565,27.3014742 C5.50363565,26.6441189 6.03791952,26.1112396 6.69700753,26.1112396 C7.35609554,26.1112396 7.89037941,26.6441189 7.89037941,27.3014742" id="Fill-13" fill="#5BA02E"></path>
|
|
116
|
+
<path d="M13.8572388,39.5013796 C13.8572388,40.1587349 13.3229549,40.6916142 12.6638669,40.6916142 C12.0047789,40.6916142 11.470495,40.1587349 11.470495,39.5013796 C11.470495,38.8440242 12.0047789,38.3111449 12.6638669,38.3111449 C13.3229549,38.3111449 13.8572388,38.8440242 13.8572388,39.5013796" id="Fill-15" fill="#5BA02E"></path>
|
|
117
|
+
</g>
|
|
118
|
+
<g id="编组" opacity="0.567708333" transform="translate(360.000000, 159.000000)">
|
|
119
|
+
<g>
|
|
120
|
+
<mask id="mask-10" fill="white">
|
|
121
|
+
<use xlink:href="#path-9"></use>
|
|
122
|
+
</mask>
|
|
123
|
+
<g id="Clip-2"></g>
|
|
124
|
+
<path d="M4.15697193,8.42769292 L31.1644094,8.41621374 C33.4588318,8.41517021 35.3183569,6.55248342 35.3173144,4.25673499 C35.3162711,1.96098657 33.4557031,0.100386818 31.1612807,0.101429901 L4.15280026,0.112909082 C1.85837785,0.113952604 -0.0011472112,1.9766394 -0.000104730406,4.27238782 C0.000938627346,6.56813625 1.86150661,8.428736 4.15697193,8.42769292" id="Fill-1" fill="#E4E6EF" mask="url(#mask-10)"></path>
|
|
125
|
+
</g>
|
|
126
|
+
<g transform="translate(10.238236, 16.437736)">
|
|
127
|
+
<mask id="mask-12" fill="white">
|
|
128
|
+
<use xlink:href="#path-11"></use>
|
|
129
|
+
</mask>
|
|
130
|
+
<g id="Clip-4"></g>
|
|
131
|
+
<path d="M4.18012819,8.3139627 L31.2144054,8.30253057 C33.511108,8.30149132 35.372481,6.44643849 35.3714375,4.16009887 C35.3703931,1.87375925 33.5079761,0.0207849057 31.2112735,0.021823714 L4.17699632,0.0332558491 C1.87924979,0.0342950943 0.0178767505,1.88830868 0.0189202673,4.17568755 C0.019964662,6.46202717 1.88342561,8.31500151 4.18012819,8.3139627" id="Fill-3" fill="#E4E6EF" mask="url(#mask-12)"></path>
|
|
132
|
+
</g>
|
|
133
|
+
<path d="M16.7307754,8.47617019 L16.7307754,8.47410878 L30.9613055,8.46792453 C28.6762397,8.46895524 26.8261774,10.3087695 26.8272156,12.5763278 C26.8272156,14.843886 28.6803925,16.6816389 30.9644201,16.6806082 L16.73389,16.6867925 L16.73389,16.6857617 C19.0023447,16.6651476 20.8337195,14.8346097 20.8326813,12.5783892 C20.8316431,10.3231995 18.9981919,8.49472294 16.7307754,8.47617019" id="Fill-5" fill="#E4E6EF"></path>
|
|
134
|
+
</g>
|
|
135
|
+
<g id="编组" transform="translate(28.000000, 191.000000)">
|
|
136
|
+
<g transform="translate(29.965568, 18.264151)">
|
|
137
|
+
<mask id="mask-14" fill="white">
|
|
138
|
+
<use xlink:href="#path-13"></use>
|
|
139
|
+
</mask>
|
|
140
|
+
<g id="Clip-2"></g>
|
|
141
|
+
<path d="M9.09615118,5.05464036 C8.84018157,7.54905799 6.61050916,9.36413117 4.11601284,9.10816963 C1.62071158,8.85220809 -0.194418848,6.62260601 0.0623557002,4.12738347 C0.318325313,1.63296583 2.54799773,-0.182107342 5.04249404,0.0746591074 C7.53699036,0.330620646 9.35212079,2.56022273 9.09615118,5.05464036" id="Fill-1" fill="#E4E6EF" mask="url(#mask-14)"></path>
|
|
142
|
+
</g>
|
|
143
|
+
<path d="M68.2306443,6.69227827 C67.9726057,9.20050911 65.7249113,11.0256335 63.2102524,10.7682546 C60.6947821,10.5108756 58.8649804,8.26811739 59.1230189,5.75988656 C59.3818689,3.25165573 61.6295634,1.42653132 64.1442222,1.68471965 C66.6588811,1.94128925 68.4886828,4.18404744 68.2306443,6.69227827" id="Fill-3" fill="#E4E6EF"></path>
|
|
144
|
+
<path d="M9.13179744,5.03218675 C8.87399716,7.54067207 6.62553031,9.36502503 4.11029621,9.10791646 C1.59580936,8.85006265 -0.234199053,6.60837405 0.0243484809,4.09988873 C0.282148767,1.59140341 2.53061561,-0.232949555 5.04510247,0.024159012 C7.56033657,0.281267579 9.39034498,2.52370143 9.13179744,5.03218675" id="Fill-5" fill="#E4E6EF"></path>
|
|
145
|
+
<g transform="translate(84.070065, 11.622642)">
|
|
146
|
+
<mask id="mask-16" fill="white">
|
|
147
|
+
<use xlink:href="#path-15"></use>
|
|
148
|
+
</mask>
|
|
149
|
+
<g id="Clip-8"></g>
|
|
150
|
+
<path d="M9.90699687,5.47707291 C9.62715647,8.16868344 7.19432441,10.1262184 4.4719465,9.85034028 C1.74956859,9.57366255 -0.230342611,7.16832551 0.0486889929,4.47671499 C0.328529384,1.78510446 2.76136145,-0.172430466 5.48373936,0.103447618 C8.20530848,0.380125349 10.1860285,2.78546238 9.90699687,5.47707291" id="Fill-7" fill="#E4E6EF" mask="url(#mask-16)"></path>
|
|
151
|
+
</g>
|
|
152
|
+
<polygon id="Fill-9" fill="#E4E6EF" points="34.6063794 23.245283 34.4947518 23.175252 4.99426131 4.52988889 5.22906427 4.1509434 34.6186969 22.7270537 64.3863238 5.89082454 64.4840943 5.92973065 89.8967036 16.008747 89.735036 16.4234861 64.4194272 6.38337587"></polygon>
|
|
153
|
+
</g>
|
|
154
|
+
<g id="网页" transform="translate(252.062992, 30.000000)">
|
|
155
|
+
<rect id="矩形" fill="#E2E7F2" fill-rule="nonzero" x="0" y="4.48785152" width="133.03937" height="97.3139933" rx="3.88850619"></rect>
|
|
156
|
+
<g id="分组-2" transform="translate(38.376741, 22.616693)">
|
|
157
|
+
<path d="M0.02166763,68.1748982 L0.02166763,1.34637179 C0.02166763,0.611615636 0.617305179,0.0159780877 1.35206133,0.0159780877 L82.3069292,0.0159780877 C83.0416854,0.0159780877 83.6373229,0.611615636 83.6373229,1.34637179 L83.6373229,68.4362256 L83.6373229,68.4362256 C83.6373229,69.0266175 83.1463747,69.5052919 82.5408446,69.5052919 L1.35206133,69.5052919 C0.617305179,69.5052919 0.02166763,68.9096544 0.02166763,68.1748982 Z" id="Fill-30" fill="#FFFFFF"></path>
|
|
158
|
+
<path d="M8.26947353,52.637202 C7.66380632,52.637202 7.17299521,52.1585275 7.17299521,51.5681356 L7.17299521,8.1466688 C7.17299521,7.55614326 7.66380632,7.07760243 8.26947353,7.07760243 L75.7729281,7.07760243 C76.3784582,7.07760243 76.8694064,7.55614326 76.8694064,8.1466688 L76.8694064,51.5681356 C76.8694064,52.1585275 76.3784582,52.637202 75.7729281,52.637202 L8.26947353,52.637202 Z" id="Fill-32" fill="#CED7EC"></path>
|
|
159
|
+
<path d="M16.7055448,13.3587549 L11.9198281,13.3587549 C11.5494925,13.3587549 11.2493316,13.066098 11.2493316,12.7050208 C11.2493316,12.3440773 11.5494925,12.0514203 11.9198281,12.0514203 L16.7055448,12.0514203 C17.0758803,12.0514203 17.3760413,12.3440773 17.3760413,12.7050208 C17.3760413,13.066098 17.0758803,13.3587549 16.7055448,13.3587549" id="Fill-34" fill="#B2BED9"></path>
|
|
160
|
+
<path d="M16.783011,16.495743 L11.9971572,16.495743 C11.6269587,16.495743 11.3267978,16.2030861 11.3267978,15.842009 C11.3267978,15.4810654 11.6269587,15.1884085 11.9971572,15.1884085 L16.783011,15.1884085 C17.1533465,15.1884085 17.4535075,15.4810654 17.4535075,15.842009 C17.4535075,16.2030861 17.1533465,16.495743 16.783011,16.495743" id="Fill-36" fill="#B2BED9"></path>
|
|
161
|
+
<path d="M7.17313227,40.6055148 C14.4266105,40.6055148 12.5006227,31.6440938 23.4862184,31.6440938 C34.4718141,31.6440938 33.899712,39.6552351 42.4675937,39.6552351 C51.1689885,39.6552351 50.5933678,16.6458088 58.9296184,16.6458088 C67.728994,16.6458088 65.7427555,37.4956185 76.703427,37.4956185 L76.703427,51.6255846 C76.703427,52.2163774 76.2119306,52.6951855 75.6059892,52.6946514 L8.26865117,52.638124 C7.6635322,52.6375895 7.17313227,52.1591823 7.17313227,51.5690577 L7.17313227,40.6055148 Z" id="Fill-38" fill="#393D65"></path>
|
|
162
|
+
<path d="M6.92571193,44.0678834 C17.8863834,44.0678834 16.3326736,19.5618915 23.396324,19.5618915 C30.1247262,19.5618915 28.1039167,44.0678834 42.0383744,44.0678834 C50.606119,44.0678834 53.3010297,34.0783521 59.3535489,34.0783521 C65.4060681,34.0783521 69.4499213,44.0678834 76.7033996,44.0678834" id="Stroke-40" stroke="#FFFFFF" stroke-width="0.528332598"></path>
|
|
163
|
+
<line x1="7.90634732" y1="58.9767136" x2="75.5169826" y2="58.9767136" id="Stroke-42" stroke="#E4E6EF" stroke-width="0.997795276" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
164
|
+
<line x1="7.90634732" y1="63.4918218" x2="64.7115999" y2="63.4918218" id="Stroke-44" stroke="#E4E6EF" stroke-width="0.997795276" stroke-linecap="round" stroke-linejoin="round"></line>
|
|
165
|
+
</g>
|
|
166
|
+
<path d="M3.56355456,0 L129.408999,0 C131.377096,0 132.972553,1.55557128 132.972553,3.47446569 L132.972553,13.8283735 L0,13.8283735 L0,3.47446569 C0,1.55557128 1.59545772,0 3.56355456,0 Z" id="路径" fill="#393D65" fill-rule="nonzero"></path>
|
|
167
|
+
<ellipse id="椭圆形" fill="#FFFFFF" fill-rule="nonzero" cx="7.61709786" cy="6.91418673" rx="2.54348706" ry="2.47989989"></ellipse>
|
|
168
|
+
<ellipse id="椭圆形" fill="#FFFFFF" fill-rule="nonzero" cx="17.1169404" cy="6.91418673" rx="2.54348706" ry="2.47989989"></ellipse>
|
|
169
|
+
<ellipse id="椭圆形" fill="#FFFFFF" fill-rule="nonzero" cx="26.6182677" cy="6.91418673" rx="2.54348706" ry="2.47989989"></ellipse>
|
|
170
|
+
<polygon id="路径" fill="#FFFFFF" fill-rule="nonzero" points="44.1717435 55.8809899 42.5354781 54.6808515 44.1717435 53.4836085 45.808009 54.6808515"></polygon>
|
|
171
|
+
<rect id="矩形" fill="#B2BED9" fill-rule="nonzero" x="9.46671974" y="49.6645917" width="19.0353206" height="4.6861856" rx="1.04957818"></rect>
|
|
172
|
+
<rect id="矩形" fill="#B2BED9" fill-rule="nonzero" x="9.46671974" y="58.6866209" width="19.0353206" height="4.54431159" rx="1.03365354"></rect>
|
|
173
|
+
<rect id="矩形" fill="#B2BED9" fill-rule="nonzero" x="9.46671974" y="67.524793" width="19.0353206" height="4.54431159" rx="1.03365354"></rect>
|
|
174
|
+
<ellipse id="椭圆形" fill="#FFFFFF" fill-rule="nonzero" cx="18.98438" cy="32.7468391" rx="9.50281215" ry="9.26524184"></ellipse>
|
|
175
|
+
<path d="M18.98438,42.0120834 C21.723279,42.013567 24.3226001,40.8338438 26.0847625,38.7895141 C24.696288,36.2195142 21.962126,34.6107069 18.9828952,34.6107069 C16.0036645,34.6107069 13.2695024,36.2195142 11.8810279,38.7895141 C13.644113,40.8342952 16.2445332,42.0140239 18.98438,42.0120834 L18.98438,42.0120834 Z" id="路径" fill="#393D65" fill-rule="nonzero"></path>
|
|
176
|
+
<ellipse id="椭圆形" fill="#393D65" fill-rule="nonzero" cx="19.0348637" cy="31.4945838" rx="3.57394826" ry="3.48459955"></ellipse>
|
|
177
|
+
</g>
|
|
178
|
+
<g id="分组" transform="translate(355.000000, 0.000000)">
|
|
179
|
+
<g>
|
|
180
|
+
<mask id="mask-18" fill="white">
|
|
181
|
+
<use xlink:href="#path-17"></use>
|
|
182
|
+
</mask>
|
|
183
|
+
<g id="Clip-2"></g>
|
|
184
|
+
<path d="M29.9999933,-6.69642858e-06 C13.4314219,-6.69642858e-06 -6.69642857e-06,13.4314219 -6.69642857e-06,29.9999933 C-6.69642857e-06,46.5684978 13.4314219,59.9999933 29.9999933,59.9999933 C46.5685647,59.9999933 59.9999933,46.5684978 59.9999933,29.9999933 C59.9999933,13.4314219 46.5685647,-6.69642858e-06 29.9999933,-6.69642858e-06" id="Fill-1" fill="#597EF7" mask="url(#mask-18)"></path>
|
|
185
|
+
</g>
|
|
186
|
+
<path d="M37.0836629,18.2292188 C38.6618103,19.6455134 39.4711406,21.5879464 39.4711406,24.0159375 C39.4711406,25.99875 38.9450692,27.6578571 37.9738862,28.9527455 C37.6096004,29.3978571 36.4766317,30.450067 34.5342656,32.1091071 C33.8058281,32.7565848 33.2393103,33.4445759 32.8750915,34.1729464 C32.4299799,34.9822768 32.2276138,35.8725 32.2276138,36.8841964 L32.2276138,37.8444643 C32.2276138,38.2456473 31.9023683,38.5708929 31.5012522,38.5708929 L28.6240647,38.5708929 C28.2229487,38.5708929 27.8977031,38.2456473 27.8977031,37.8444643 L27.8977031,36.8841964 C27.8977031,35.386942 28.1405826,34.0919866 28.666654,33.0398438 C29.2331719,31.906875 30.7708728,30.2477009 33.2797567,28.0220759 L33.9677478,27.2532589 C34.6960513,26.3224554 35.0603371,25.3512723 35.0603371,24.2991295 C35.0603371,22.8828348 34.6556049,21.7902455 33.8867879,20.9808482 C33.0773906,20.1715848 31.9444219,19.7669196 30.4875469,19.7669196 C28.666654,19.7669196 27.3312522,20.3334375 26.5219219,21.4665402 C25.8889085,22.310558 25.5309844,23.4907366 25.4480826,24.9539063 C25.4263862,25.3366071 25.1066987,25.6344643 24.7233951,25.6344643 L21.8854487,25.6344643 C21.4710067,25.6344643 21.1377254,25.2878571 21.1594219,24.8740179 C21.2954263,22.2815625 22.1419219,20.2252232 23.729779,18.6743304 C25.4293326,16.9343304 27.7762969,16.0844866 30.7304263,16.0844866 C33.3607165,16.0844866 35.4649353,16.7724107 37.0836629,18.2292188" id="Fill-3" fill="#FFFFFF"></path>
|
|
187
|
+
<path d="M30.4164777,45.1595558 L29.3450491,45.1595558 C28.4574375,45.1595558 27.7379063,44.4400246 27.7379063,43.5524129 L27.7379063,42.4809844 C27.7379063,41.5933728 28.4574375,40.8738415 29.3450491,40.8738415 L30.4164777,40.8738415 C31.3040893,40.8738415 32.0236205,41.5933728 32.0236205,42.4809844 L32.0236205,43.5524129 C32.0236205,44.4400246 31.3040893,45.1595558 30.4164777,45.1595558" id="Fill-5" fill="#FFFFFF"></path>
|
|
188
|
+
</g>
|
|
189
|
+
<rect id="矩形" fill="#E5E3EA" x="0" y="267" width="438" height="1"></rect>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
</g>
|
|
193
|
+
</g>
|
|
194
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { useTranslation } from 'react-i18next';
|
|
2
|
+
import png404 from '../../assets/imgs/404.svg';
|
|
3
|
+
export default function Com404() {
|
|
4
|
+
const { t } = useTranslation();
|
|
5
|
+
return (
|
|
6
|
+
<div
|
|
7
|
+
style={{
|
|
8
|
+
width: '100%',
|
|
9
|
+
height: '100%',
|
|
10
|
+
display: 'flex',
|
|
11
|
+
justifyContent: 'center',
|
|
12
|
+
alignItems: 'center',
|
|
13
|
+
}}
|
|
14
|
+
>
|
|
15
|
+
<div
|
|
16
|
+
style={{
|
|
17
|
+
display: 'flex',
|
|
18
|
+
alignItems: 'center',
|
|
19
|
+
}}
|
|
20
|
+
>
|
|
21
|
+
<img src={png404} alt="" />
|
|
22
|
+
<div style={{ marginLeft: '120px' }}>
|
|
23
|
+
<div
|
|
24
|
+
style={{
|
|
25
|
+
fontSize: '56px',
|
|
26
|
+
fontWeight: 500,
|
|
27
|
+
lineHeight: '76px',
|
|
28
|
+
}}
|
|
29
|
+
>
|
|
30
|
+
404
|
|
31
|
+
</div>
|
|
32
|
+
<div
|
|
33
|
+
style={{
|
|
34
|
+
fontSize: '16px',
|
|
35
|
+
opacity: 0.45,
|
|
36
|
+
}}
|
|
37
|
+
>
|
|
38
|
+
{t('page404')}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { useTranslation } from 'react-i18next';
|
|
2
|
+
import png404 from '../../assets/imgs/404.svg';
|
|
3
|
+
export default function Com500() {
|
|
4
|
+
const { t } = useTranslation();
|
|
5
|
+
return (
|
|
6
|
+
<div
|
|
7
|
+
style={{
|
|
8
|
+
color: '#000',
|
|
9
|
+
width: '100%',
|
|
10
|
+
height: '100vh',
|
|
11
|
+
display: 'flex',
|
|
12
|
+
justifyContent: 'center',
|
|
13
|
+
alignItems: 'center',
|
|
14
|
+
}}
|
|
15
|
+
>
|
|
16
|
+
<div
|
|
17
|
+
style={{
|
|
18
|
+
display: 'flex',
|
|
19
|
+
alignItems: 'center',
|
|
20
|
+
}}
|
|
21
|
+
>
|
|
22
|
+
<img src={png404} alt="" />
|
|
23
|
+
<div style={{ marginLeft: '120px' }}>
|
|
24
|
+
<div
|
|
25
|
+
style={{
|
|
26
|
+
fontSize: '56px',
|
|
27
|
+
fontWeight: 500,
|
|
28
|
+
lineHeight: '76px',
|
|
29
|
+
}}
|
|
30
|
+
>
|
|
31
|
+
500
|
|
32
|
+
</div>
|
|
33
|
+
<a
|
|
34
|
+
href="javascript:void(0)"
|
|
35
|
+
style={{
|
|
36
|
+
fontSize: '16px',
|
|
37
|
+
opacity: 0.8,
|
|
38
|
+
}}
|
|
39
|
+
onClick={() => {
|
|
40
|
+
window.location.reload();
|
|
41
|
+
}}
|
|
42
|
+
>
|
|
43
|
+
{t('page500')}
|
|
44
|
+
</a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { Dropdown, Menu } from 'antd';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { DownOutlined } from '@ant-design/icons';
|
|
4
|
+
import styles from './index.module.less';
|
|
5
|
+
import MenuIcon from '../BLayout/components/MenuIcon';
|
|
6
|
+
import { MenuType } from '../BLayout/components/Menu';
|
|
7
|
+
import cx from 'classnames';
|
|
8
|
+
import { dynamicHeaderMenu } from '@/lang/utils';
|
|
9
|
+
|
|
10
|
+
interface INavProps {
|
|
11
|
+
type: string;
|
|
12
|
+
link_url?: string;
|
|
13
|
+
text_zh?: string;
|
|
14
|
+
text_en?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
logo?: string;
|
|
17
|
+
options?: Array<{ [name: string]: string }>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const typeMap = {
|
|
21
|
+
icon: { hasIcon: true },
|
|
22
|
+
text: { hasText: true },
|
|
23
|
+
icon_text: { hasIcon: true, hasText: true },
|
|
24
|
+
text_select: { hasText: true, hasSelect: true },
|
|
25
|
+
icon_text_select: { hasIcon: true, hasText: true, hasSelect: true },
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const NavItem: React.FC<INavProps> = (props) => {
|
|
29
|
+
const { type, link_url, name, logo, options } = props;
|
|
30
|
+
const { hasIcon, hasText, hasSelect } = typeMap[type];
|
|
31
|
+
|
|
32
|
+
return (
|
|
33
|
+
<>
|
|
34
|
+
<a
|
|
35
|
+
href={link_url}
|
|
36
|
+
className={cx(styles.navItem, 'main-app-custom-nav-navItem')}
|
|
37
|
+
target="_blank"
|
|
38
|
+
>
|
|
39
|
+
<div
|
|
40
|
+
style={{
|
|
41
|
+
display: 'flex',
|
|
42
|
+
alignItems: 'center',
|
|
43
|
+
height: '100%',
|
|
44
|
+
flexDirection: 'row',
|
|
45
|
+
}}
|
|
46
|
+
>
|
|
47
|
+
{hasIcon && !hasSelect && (
|
|
48
|
+
<MenuIcon
|
|
49
|
+
mode={MenuType.NORMAL}
|
|
50
|
+
src={logo}
|
|
51
|
+
style={{ width: 24, height: 24, marginRight: '10px' }}
|
|
52
|
+
/>
|
|
53
|
+
)}
|
|
54
|
+
{hasText && !hasSelect && (
|
|
55
|
+
<div style={{ marginRight: 10 }} className={styles.text}>
|
|
56
|
+
{name}
|
|
57
|
+
</div>
|
|
58
|
+
)}
|
|
59
|
+
</div>
|
|
60
|
+
</a>
|
|
61
|
+
{hasSelect && (
|
|
62
|
+
<Dropdown
|
|
63
|
+
overlay={
|
|
64
|
+
<Menu>
|
|
65
|
+
{options.map((v, index) => (
|
|
66
|
+
<Menu.Item key={index}>
|
|
67
|
+
<a href={v.link_url} className={styles.icon} target="_blank">
|
|
68
|
+
{name}
|
|
69
|
+
</a>
|
|
70
|
+
</Menu.Item>
|
|
71
|
+
))}
|
|
72
|
+
</Menu>
|
|
73
|
+
}
|
|
74
|
+
>
|
|
75
|
+
<div
|
|
76
|
+
className={styles.icon}
|
|
77
|
+
style={{
|
|
78
|
+
display: 'flex',
|
|
79
|
+
alignItems: 'center',
|
|
80
|
+
height: '100%',
|
|
81
|
+
flexDirection: 'row',
|
|
82
|
+
}}
|
|
83
|
+
>
|
|
84
|
+
<MenuIcon
|
|
85
|
+
mode={MenuType.NORMAL}
|
|
86
|
+
src={logo}
|
|
87
|
+
style={{ width: 24, height: 24, marginRight: '10px' }}
|
|
88
|
+
/>
|
|
89
|
+
<div style={{ marginRight: 10 }} className={styles.text}>
|
|
90
|
+
{name}
|
|
91
|
+
</div>
|
|
92
|
+
<DownOutlined />
|
|
93
|
+
</div>
|
|
94
|
+
</Dropdown>
|
|
95
|
+
)}
|
|
96
|
+
</>
|
|
97
|
+
);
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export default () => {
|
|
101
|
+
return (
|
|
102
|
+
<span className={cx(styles.customNav, 'main-app-custom-nav')}>
|
|
103
|
+
{dynamicHeaderMenu().map((v, index) => (
|
|
104
|
+
<NavItem {...v} key={index} />
|
|
105
|
+
))}
|
|
106
|
+
</span>
|
|
107
|
+
);
|
|
108
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Form, Typography, Row, message } from 'antd';
|
|
2
|
+
import { useTranslation } from 'react-i18next';
|
|
3
|
+
import cx from 'classnames';
|
|
4
|
+
import { api, URLS } from '@/api';
|
|
5
|
+
import { sha256 } from 'js-sha256';
|
|
6
|
+
import UserName from '@/components/BLogin/component/UserName';
|
|
7
|
+
import Password from '@/components/BLogin/component/Password';
|
|
8
|
+
import SubmitBtn from '@/components/BLogin/component/SubmitBtn';
|
|
9
|
+
import VerifyCode from '@/components/BLogin/component/VerifyCode';
|
|
10
|
+
import IconFont from '@/components/IconFont';
|
|
11
|
+
import { useHistory } from 'react-router-dom';
|
|
12
|
+
import styles from './index.module.less';
|
|
13
|
+
import { useMemo } from 'react';
|
|
14
|
+
import TenantSpace from '@/components/BLogin/component/TenanSpace';
|
|
15
|
+
const { Title } = Typography;
|
|
16
|
+
|
|
17
|
+
const LTitle = ({ title, goback }) => {
|
|
18
|
+
return (
|
|
19
|
+
<Row style={{ cursor: 'pointer', marginBottom: '56px' }}>
|
|
20
|
+
<span onClick={goback}>
|
|
21
|
+
<IconFont
|
|
22
|
+
type="icon-jiantouda-zuo"
|
|
23
|
+
className={cx(styles.icon, 'main-primary-hover')}
|
|
24
|
+
/>
|
|
25
|
+
</span>
|
|
26
|
+
<Title level={3}>{title}</Title>
|
|
27
|
+
</Row>
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
const FPwdForm = () => {
|
|
32
|
+
const [form] = Form.useForm();
|
|
33
|
+
const { t } = useTranslation();
|
|
34
|
+
const history = useHistory();
|
|
35
|
+
const { tenant_type } = window?._SDF?.saas;
|
|
36
|
+
|
|
37
|
+
const hasTenantSpace = useMemo(() => {
|
|
38
|
+
return (
|
|
39
|
+
tenant_type === 'MULTI_TENANT' &&
|
|
40
|
+
window._SDF_CONFIG?.features.is_edgecloud
|
|
41
|
+
);
|
|
42
|
+
}, [tenant_type]);
|
|
43
|
+
|
|
44
|
+
const toForget = (form) => {
|
|
45
|
+
if (form.username.includes('@')) {
|
|
46
|
+
api
|
|
47
|
+
.post(URLS.FORGET_PWD, {
|
|
48
|
+
mail: form.username,
|
|
49
|
+
code: form.validateCode,
|
|
50
|
+
newPassword: sha256(form.password),
|
|
51
|
+
tenantSpace: hasTenantSpace ? form.tenantSpace : undefined,
|
|
52
|
+
})
|
|
53
|
+
.then(() => {
|
|
54
|
+
message.success(t('login.resetPwdSuccess'));
|
|
55
|
+
})
|
|
56
|
+
.then(afterReset)
|
|
57
|
+
.catch(() => {});
|
|
58
|
+
} else {
|
|
59
|
+
api
|
|
60
|
+
.post(URLS.FORGET_PWD, {
|
|
61
|
+
countryCode: localStorage.getItem('regionCode') || '86',
|
|
62
|
+
phone: form.username,
|
|
63
|
+
newPassword: sha256(form.password),
|
|
64
|
+
code: form.validateCode,
|
|
65
|
+
tenantSpace: hasTenantSpace ? form.tenantSpace : undefined,
|
|
66
|
+
})
|
|
67
|
+
.then(() => {
|
|
68
|
+
message.success(t('login.resetPwdSuccess'));
|
|
69
|
+
})
|
|
70
|
+
.then(afterReset)
|
|
71
|
+
.catch(() => {});
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const afterReset = () => {
|
|
76
|
+
history.push({ pathname: '/login' });
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
return (
|
|
80
|
+
<Form
|
|
81
|
+
form={form}
|
|
82
|
+
onFinish={toForget}
|
|
83
|
+
layout="vertical"
|
|
84
|
+
validateTrigger={['onBlur']}
|
|
85
|
+
>
|
|
86
|
+
<LTitle title={t('forgot.title')} goback={afterReset} />
|
|
87
|
+
{hasTenantSpace && <TenantSpace />}
|
|
88
|
+
<UserName />
|
|
89
|
+
<VerifyCode form={form} action="forgot" />
|
|
90
|
+
<Password isHide={true} name="password" />
|
|
91
|
+
<SubmitBtn top={16} btTx={t('forgot.resetPwd')} />
|
|
92
|
+
</Form>
|
|
93
|
+
);
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export default FPwdForm;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|