mhs.vue 172 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730
  1. <template>
  2. <div>
  3. <el-row :gutter="10">
  4. <el-col :span="24">
  5. <previewPicture v-if="datas">
  6. <template v-slot:svg>
  7. <svg class="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="图层_1" x="0px" y="0px" width="1410.332px" height="526.828px" viewBox="0 70 1410.332 526.828" enable-background="new 0 0 1395.332 526.828" xml:space="preserve">
  8. <g id="s_x5F_fan">
  9. <g>
  10. <g>
  11. <path fill="#E1E1E0" d="M1328.938,21.843l-0.862,18c0,0,0.688,0.271,1.29,0.271c0.624,0.002,1.346-0.263,1.346-0.263 l-0.715-18.006L1328.938,21.843L1328.938,21.843z"></path>
  12. </g>
  13. <g>
  14. <g>
  15. <g>
  16. <path fill="#AD4092" d="M1328.752,21.185l1.375,0.531c0,0,3.655-7.606,3.926-11.732 C1331.351,13.251,1328.752,21.185,1328.752,21.185"></path>
  17. <path fill="#AD4092" d="M1330.057,21.718l-1.134,0.942c0,0,4.857,6.897,8.333,9.146 C1335.719,27.856,1330.057,21.718,1330.057,21.718"></path>
  18. <path fill="#AD4092" d="M1328.857,22.705l0.017-1.479c0,0-8.405-0.746-12.36,0.454 C1320.52,23.06,1328.857,22.705,1328.857,22.705"></path>
  19. </g>
  20. <g>
  21. <path fill="#E1E1E0" d="M1330.062,21.54l3.991-11.709c0,0-0.043,0.717-0.072,0.956c-0.025,0.2-0.104,0.597-0.146,0.794 c-0.036,0.164-0.153,0.647-0.153,0.647s-0.213,0.84-0.295,1.113c-0.279,0.919-0.901,2.729-1.244,3.623 c-0.292,0.759-0.914,2.259-1.242,3c-0.18,0.405-0.732,1.607-0.732,1.607"></path>
  22. <path fill="#E1E1E0" d="M1329.11,22.688l8.28,9.189c0,0-0.608-0.383-0.804-0.524c-0.161-0.121-0.473-0.384-0.619-0.52 c-0.126-0.108-0.491-0.448-0.491-0.448s-0.633-0.595-0.832-0.802c-0.664-0.688-1.944-2.117-2.556-2.853 c-0.522-0.624-1.526-1.897-2.019-2.548c-0.267-0.353-1.047-1.423-1.047-1.423"></path>
  23. <path fill="#E1E1E0" d="M1328.731,21.353l-12.366,0.383c0,0,0.688-0.217,0.921-0.271c0.195-0.045,0.599-0.111,0.797-0.142 c0.162-0.023,0.657-0.085,0.657-0.085s0.862-0.098,1.152-0.114c0.953-0.063,2.871-0.117,3.826-0.109 c0.812,0.008,2.434,0.063,3.245,0.106c0.438,0.024,1.765,0.12,1.765,0.12"></path>
  24. </g>
  25. </g>
  26. <g>
  27. <path fill="#69BFDA" d="M1327.768,21.837c-0.006,0.896,0.752,1.631,1.688,1.636c0.938,0.005,1.698-0.726,1.698-1.62 c0.005-0.897-0.751-1.631-1.688-1.637C1328.528,20.215,1327.77,20.94,1327.768,21.837"></path>
  28. </g>
  29. <g>
  30. <path fill="#C0E4EF" d="M1328.383,21.841c-0.006,0.561,0.479,1.017,1.076,1.019c0.594,0.003,1.076-0.45,1.084-1.011 c0.002-0.559-0.48-1.016-1.079-1.017C1328.867,20.829,1328.383,21.281,1328.383,21.841"></path>
  31. </g>
  32. </g>
  33. </g>
  34. <g>
  35. <g>
  36. <path fill="#E1E1E0" d="M1240.137,21.843l-0.862,18c0,0,0.684,0.271,1.29,0.271c0.621,0.002,1.342-0.263,1.342-0.263 l-0.712-18.006L1240.137,21.843L1240.137,21.843z"></path>
  37. </g>
  38. <g>
  39. <g>
  40. <g>
  41. <g>
  42. <path fill="#E28100" d="M1239.946,21.185l1.38,0.531c0,0,3.653-7.606,3.921-11.732 C1242.551,13.251,1239.946,21.185,1239.946,21.185"></path>
  43. <path fill="#E28100" d="M1241.257,21.718l-1.141,0.942c0,0,4.861,6.897,8.335,9.146 C1246.912,27.856,1241.257,21.718,1241.257,21.718"></path>
  44. <path fill="#E28100" d="M1240.054,22.705l0.019-1.479c0,0-8.406-0.746-12.361,0.454 C1231.718,23.06,1240.054,22.705,1240.054,22.705"></path>
  45. </g>
  46. <g>
  47. <path fill="#E3B277" d="M1240.603,21.362l0.9-0.354c0,0,3.607-9.041,3.743-11.104c-0.099,0.116-0.214,0.604-0.322,0.859 c-0.087,0.208-0.198,0.52-0.294,0.734c-0.074,0.174-0.189,0.513-0.246,0.607c-0.094,0.161-0.291,0.751-0.424,1.063 c-0.438,1.021-1.021,2.537-1.436,3.556c-0.386,0.949-0.896,2.232-1.216,3.02c-0.271,0.706-0.654,1.635-0.654,1.635"></path>
  48. <path fill="#E3B277" d="M1240.78,22.203l-0.131,0.955c0,0,6.133,7.563,7.87,8.684c-0.055-0.14-0.424-0.479-0.595-0.698 c-0.139-0.179-0.354-0.43-0.498-0.615c-0.114-0.149-0.354-0.415-0.411-0.513c-0.099-0.16-0.515-0.62-0.721-0.889 c-0.685-0.877-1.722-2.128-2.405-2.981c-0.646-0.802-1.512-1.875-2.045-2.533c-0.482-0.582-1.105-1.37-1.105-1.368"></path>
  49. <path fill="#E3B277" d="M1239.99,22.028l-0.763-0.714c0,0-8.362-0.097-10.482,0.174c-0.148,0.021,0.043-0.067,0.021-0.069 c-0.033,0.001,0.039-0.008,0.018,0.008c-0.019,0.014,0.137,0.008,0.045,0.034c0.207,0.071,0.87,0.085,1.265,0.13 c1.187,0.125,2.985,0.187,4.273,0.235c1.155,0.049,2.688,0.087,3.651,0.105c0.877,0.013,1.975,0.041,1.975,0.041"></path>
  50. </g>
  51. <g>
  52. <path fill="#E1E1E0" d="M1241.26,21.54l3.988-11.709c0,0-0.036,0.717-0.07,0.956c-0.024,0.2-0.104,0.597-0.146,0.796 c-0.034,0.162-0.149,0.646-0.149,0.646s-0.21,0.84-0.296,1.115c-0.276,0.917-0.898,2.729-1.243,3.621 c-0.292,0.759-0.914,2.259-1.242,3c-0.179,0.406-0.731,1.607-0.731,1.607"></path>
  53. <path fill="#E1E1E0" d="M1240.306,22.689l8.28,9.188c0,0-0.608-0.383-0.805-0.524c-0.16-0.121-0.47-0.384-0.624-0.52 c-0.12-0.108-0.485-0.449-0.485-0.449s-0.63-0.594-0.83-0.801c-0.665-0.688-1.942-2.117-2.559-2.853 c-0.521-0.624-1.522-1.897-2.018-2.548c-0.266-0.353-1.046-1.423-1.046-1.423"></path>
  54. <path fill="#E1E1E0" d="M1239.928,21.353l-12.361,0.383c0,0,0.687-0.217,0.918-0.271c0.197-0.045,0.6-0.111,0.797-0.142 c0.161-0.023,0.66-0.085,0.66-0.085s0.862-0.098,1.148-0.114c0.951-0.062,2.869-0.117,3.823-0.109 c0.813,0.008,2.438,0.063,3.246,0.106c0.439,0.024,1.767,0.12,1.767,0.12"></path>
  55. </g>
  56. </g>
  57. </g>
  58. <g>
  59. <path fill="#69BFDA" d="M1238.966,21.837c-0.007,0.896,0.752,1.632,1.687,1.636c0.938,0.005,1.697-0.726,1.702-1.62 c0.004-0.897-0.752-1.631-1.688-1.637C1239.728,20.215,1238.969,20.94,1238.966,21.837"></path>
  60. </g>
  61. <g>
  62. <path fill="#C0E4EF" d="M1239.576,21.841c-0.005,0.561,0.479,1.017,1.077,1.02c0.595,0.002,1.081-0.451,1.084-1.012 c0-0.559-0.479-1.016-1.078-1.017C1240.065,20.829,1239.577,21.281,1239.576,21.841"></path>
  63. </g>
  64. </g>
  65. </g>
  66. <g>
  67. <g>
  68. <path fill="#E1E1E0" d="M1189.9,21.843l-0.862,18c0,0,0.688,0.271,1.291,0.271c0.621,0.002,1.347-0.263,1.347-0.263 l-0.716-18.006L1189.9,21.843L1189.9,21.843z"></path>
  69. </g>
  70. <g>
  71. <g>
  72. <g>
  73. <path fill="#05AA3D" d="M1189.716,21.185l1.377,0.531c0,0,3.651-7.606,3.919-11.732 C1192.313,13.251,1189.716,21.185,1189.716,21.185"></path>
  74. <path fill="#05AA3D" d="M1191.02,21.718l-1.135,0.942c0,0,4.857,6.897,8.332,9.146 C1196.681,27.856,1191.02,21.718,1191.02,21.718"></path>
  75. <path fill="#05AA3D" d="M1189.821,22.705l0.018-1.479c0,0-8.408-0.746-12.365,0.454 C1181.479,23.06,1189.821,22.705,1189.821,22.705"></path>
  76. </g>
  77. <g>
  78. <path fill="#E1E1E0" d="M1191.024,21.54l3.989-11.709c0,0-0.042,0.717-0.07,0.956c-0.023,0.2-0.104,0.597-0.146,0.794 c-0.037,0.164-0.154,0.647-0.154,0.647s-0.212,0.84-0.294,1.113c-0.282,0.919-0.9,2.729-1.244,3.623 c-0.292,0.759-0.914,2.259-1.244,3c-0.179,0.405-0.729,1.607-0.729,1.607"></path>
  79. <path fill="#E1E1E0" d="M1190.069,22.688l8.282,9.189c0,0-0.608-0.383-0.802-0.524c-0.161-0.121-0.475-0.384-0.623-0.52 c-0.124-0.108-0.488-0.448-0.488-0.448s-0.633-0.595-0.833-0.802c-0.662-0.688-1.941-2.117-2.558-2.853 c-0.521-0.624-1.524-1.897-2.018-2.548c-0.267-0.353-1.048-1.423-1.048-1.423"></path>
  80. <path fill="#E1E1E0" d="M1189.689,21.353l-12.361,0.383c0,0,0.688-0.217,0.919-0.271c0.197-0.045,0.599-0.111,0.797-0.142 c0.166-0.023,0.661-0.085,0.661-0.085s0.858-0.098,1.148-0.114c0.954-0.063,2.868-0.117,3.828-0.109 c0.812,0.008,2.434,0.063,3.244,0.106c0.438,0.024,1.763,0.12,1.763,0.12"></path>
  81. </g>
  82. </g>
  83. <g>
  84. <path fill="#69BFDA" d="M1188.728,21.837c-0.003,0.896,0.752,1.631,1.688,1.636c0.938,0.005,1.695-0.726,1.699-1.62 c0.002-0.897-0.753-1.631-1.688-1.637C1189.49,20.215,1188.73,20.94,1188.728,21.837"></path>
  85. </g>
  86. <g>
  87. <path fill="#C0E4EF" d="M1189.344,21.841c-0.002,0.561,0.479,1.017,1.076,1.019c0.596,0.003,1.082-0.45,1.085-1.011 c0.001-0.559-0.481-1.016-1.078-1.017C1189.828,20.829,1189.344,21.281,1189.344,21.841"></path>
  88. </g>
  89. </g>
  90. </g>
  91. <g>
  92. <g>
  93. <path fill="#E1E1E0" d="M1144.978,22.062l-0.861,18c0,0,0.685,0.271,1.288,0.271c0.623,0.002,1.346-0.264,1.346-0.264 l-0.713-18.006L1144.978,22.062L1144.978,22.062z"></path>
  94. </g>
  95. <g>
  96. <g>
  97. <g>
  98. <path fill="#484C9E" d="M1144.787,21.403l1.377,0.533c0,0,3.656-7.607,3.924-11.733 C1147.393,13.471,1144.787,21.403,1144.787,21.403"></path>
  99. <path fill="#484C9E" d="M1146.097,21.935l-1.137,0.942c0,0,4.856,6.898,8.334,9.146 C1151.759,28.073,1146.097,21.935,1146.097,21.935"></path>
  100. <path fill="#484C9E" d="M1144.898,22.923l0.012-1.478c0,0-8.405-0.748-12.357,0.453 C1136.556,23.278,1144.898,22.923,1144.898,22.923"></path>
  101. </g>
  102. <g>
  103. <path fill="#E1E1E0" d="M1146.102,21.759l3.985-11.711c0,0-0.037,0.721-0.067,0.957c-0.021,0.201-0.104,0.6-0.146,0.795 c-0.037,0.163-0.151,0.648-0.151,0.648s-0.218,0.842-0.297,1.116c-0.278,0.916-0.899,2.729-1.244,3.621 c-0.29,0.758-0.913,2.258-1.24,3c-0.177,0.403-0.733,1.605-0.733,1.605"></path>
  104. <path fill="#E1E1E0" d="M1145.148,22.906l8.28,9.19c0,0-0.609-0.384-0.801-0.525c-0.166-0.121-0.477-0.382-0.625-0.519 c-0.123-0.109-0.488-0.448-0.488-0.448s-0.632-0.596-0.83-0.804c-0.665-0.688-1.945-2.113-2.557-2.854 c-0.521-0.623-1.525-1.896-2.02-2.545c-0.267-0.354-1.046-1.424-1.046-1.424"></path>
  105. <path fill="#E1E1E0" d="M1144.772,21.57l-12.367,0.385c0,0,0.688-0.218,0.922-0.271c0.194-0.048,0.6-0.112,0.793-0.144 c0.167-0.021,0.661-0.084,0.661-0.084s0.862-0.098,1.147-0.116c0.958-0.061,2.873-0.115,3.83-0.106 c0.812,0.007,2.433,0.063,3.244,0.105c0.439,0.024,1.763,0.121,1.763,0.121"></path>
  106. </g>
  107. </g>
  108. <g>
  109. <path fill="#69BFDA" d="M1143.805,22.058c-0.004,0.896,0.751,1.63,1.688,1.633c0.938,0.005,1.698-0.727,1.702-1.621 c0.003-0.898-0.752-1.628-1.688-1.634C1144.568,20.433,1143.809,21.156,1143.805,22.058"></path>
  110. </g>
  111. <g>
  112. <path fill="#C0E4EF" d="M1144.418,22.058c-0.002,0.561,0.479,1.016,1.074,1.02c0.598,0.003,1.082-0.45,1.083-1.01 c0.006-0.562-0.477-1.015-1.073-1.021C1144.906,21.048,1144.423,21.5,1144.418,22.058"></path>
  113. </g>
  114. </g>
  115. </g>
  116. <g>
  117. <g>
  118. <path fill="#E1E1E0" d="M1375.323,21.843l-0.856,18c0,0,0.684,0.271,1.29,0.271c0.616,0.002,1.343-0.263,1.343-0.263 l-0.713-18.006L1375.323,21.843L1375.323,21.843z"></path>
  119. </g>
  120. <g>
  121. <g>
  122. <g>
  123. <path fill="#FFFFFF" d="M1375.136,21.185l1.379,0.531c0,0,3.656-7.606,3.922-11.732 C1377.738,13.251,1375.136,21.185,1375.136,21.185"></path>
  124. <path fill="#FFFFFF" d="M1376.444,21.718l-1.137,0.942c0,0,4.862,6.897,8.334,9.146 C1382.105,27.856,1376.444,21.718,1376.444,21.718"></path>
  125. <path fill="#FFFFFF" d="M1375.241,22.705l0.02-1.479c0,0-8.406-0.746-12.362,0.454 C1366.903,23.06,1375.241,22.705,1375.241,22.705"></path>
  126. </g>
  127. <g>
  128. <path fill="#E1E1E0" d="M1376.447,21.54l3.991-11.709c0,0-0.043,0.717-0.074,0.956c-0.021,0.2-0.103,0.597-0.146,0.794 c-0.034,0.164-0.153,0.647-0.153,0.647s-0.21,0.84-0.293,1.113c-0.28,0.919-0.898,2.729-1.243,3.623 c-0.294,0.759-0.916,2.259-1.246,3c-0.177,0.405-0.729,1.607-0.729,1.607"></path>
  129. <path fill="#E1E1E0" d="M1375.493,22.688l8.28,9.189c0,0-0.605-0.383-0.801-0.524c-0.164-0.121-0.471-0.384-0.624-0.52 c-0.123-0.108-0.49-0.448-0.49-0.448s-0.63-0.595-0.831-0.803c-0.665-0.688-1.941-2.116-2.557-2.852 c-0.521-0.624-1.524-1.897-2.018-2.548c-0.264-0.353-1.047-1.423-1.047-1.423"></path>
  130. <path fill="#E1E1E0" d="M1375.116,21.353l-12.368,0.383c0,0,0.688-0.217,0.926-0.271c0.193-0.045,0.598-0.111,0.795-0.142 c0.162-0.023,0.66-0.085,0.66-0.085s0.858-0.098,1.146-0.114c0.957-0.063,2.872-0.117,3.827-0.109 c0.813,0.008,2.436,0.063,3.246,0.106c0.438,0.024,1.764,0.12,1.764,0.12"></path>
  131. </g>
  132. </g>
  133. <g>
  134. <path fill="#69BFDA" d="M1374.152,21.837c-0.004,0.896,0.752,1.631,1.688,1.636c0.935,0.005,1.692-0.726,1.696-1.62 c0.007-0.897-0.754-1.631-1.688-1.637C1374.911,20.215,1374.155,20.94,1374.152,21.837"></path>
  135. </g>
  136. <g>
  137. <path fill="#C0E4EF" d="M1374.767,21.841c-0.003,0.561,0.477,1.017,1.075,1.019c0.596,0.003,1.082-0.45,1.084-1.011 c0.002-0.559-0.479-1.016-1.078-1.017C1375.257,20.829,1374.767,21.281,1374.767,21.841"></path>
  138. </g>
  139. </g>
  140. </g>
  141. <g>
  142. <g>
  143. <path fill="#E1E1E0" d="M1282.051,21.849l-0.863,18c0,0,0.688,0.271,1.293,0.271c0.621,0.002,1.344-0.264,1.344-0.264 l-0.715-18.007H1282.051L1282.051,21.849z"></path>
  144. </g>
  145. <g>
  146. <g>
  147. <g>
  148. <path fill="#C02D2D" d="M1281.859,21.191l1.38,0.531c0,0,3.654-7.606,3.921-11.731 C1284.464,13.257,1281.859,21.191,1281.859,21.191"></path>
  149. <path fill="#C02D2D" d="M1283.172,21.724l-1.141,0.942c0,0,4.861,6.897,8.334,9.146 C1288.829,27.862,1283.172,21.724,1283.172,21.724"></path>
  150. <path fill="#C02D2D" d="M1281.971,22.71l0.014-1.477c0,0-8.409-0.747-12.364,0.454 C1273.631,23.065,1281.971,22.71,1281.971,22.71"></path>
  151. </g>
  152. <g>
  153. <path fill="#E1E1E0" d="M1283.176,21.546l3.985-11.711c0,0-0.036,0.721-0.067,0.958c-0.026,0.201-0.104,0.598-0.148,0.794 c-0.035,0.162-0.15,0.647-0.15,0.647s-0.207,0.84-0.295,1.115c-0.277,0.917-0.9,2.729-1.242,3.622 c-0.293,0.759-0.914,2.259-1.242,3c-0.178,0.403-0.729,1.608-0.729,1.608"></path>
  154. <path fill="#E1E1E0" d="M1282.22,22.694l8.28,9.189c0,0-0.607-0.385-0.803-0.525c-0.164-0.12-0.474-0.384-0.623-0.518 c-0.124-0.11-0.49-0.45-0.49-0.45s-0.631-0.595-0.829-0.803c-0.664-0.688-1.941-2.115-2.561-2.852 c-0.519-0.626-1.521-1.899-2.014-2.548c-0.268-0.353-1.048-1.423-1.048-1.423"></path>
  155. <path fill="#E1E1E0" d="M1281.844,21.357l-12.366,0.384c0,0,0.688-0.216,0.924-0.271c0.196-0.048,0.593-0.114,0.795-0.146 c0.162-0.021,0.661-0.085,0.661-0.085s0.859-0.096,1.148-0.114c0.951-0.062,2.869-0.115,3.826-0.106 c0.813,0.007,2.435,0.063,3.241,0.104c0.441,0.023,1.769,0.121,1.769,0.121"></path>
  156. </g>
  157. </g>
  158. <g>
  159. <path fill="#69BFDA" d="M1280.877,21.844c-0.002,0.896,0.755,1.631,1.688,1.636c0.938,0.002,1.698-0.727,1.702-1.621 c0.001-0.897-0.755-1.629-1.69-1.634C1281.641,20.219,1280.881,20.946,1280.877,21.844"></path>
  160. </g>
  161. <g>
  162. <path fill="#C0E4EF" d="M1281.49,21.847c0,0.559,0.482,1.015,1.077,1.018c0.598,0.002,1.082-0.449,1.085-1.01 c0.002-0.56-0.481-1.015-1.076-1.018C1281.98,20.835,1281.493,21.286,1281.49,21.847"></path>
  163. </g>
  164. </g>
  165. </g>
  166. </g>
  167. <g id="other">
  168. <g opacity="0.6">
  169. <path opacity="0.4" fill="#114932" enable-background="new " d="M61.442,408.898c0,0.709-0.572,1.283-1.281,1.283H25.769 c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.393c0.709,0,1.281,0.572,1.281,1.281 L61.442,408.898L61.442,408.898z"></path>
  170. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M61.442,408.898 c0,0.709-0.572,1.283-1.281,1.283H25.769c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.393 c0.709,0,1.281,0.572,1.281,1.281L61.442,408.898L61.442,408.898z"></path>
  171. </g>
  172. <g opacity="0.6">
  173. <path opacity="0.4" fill="#114932" enable-background="new " d="M107.654,408.898c0,0.709-0.572,1.283-1.281,1.283H71.981 c-0.709,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.393c0.709,0,1.281,0.572,1.281,1.281 L107.654,408.898L107.654,408.898z"></path>
  174. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M107.654,408.898 c0,0.709-0.572,1.283-1.281,1.283H71.981c-0.709,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.393 c0.709,0,1.281,0.572,1.281,1.281L107.654,408.898L107.654,408.898z"></path>
  175. </g>
  176. <g opacity="0.6">
  177. <path opacity="0.4" fill="#114932" enable-background="new " d="M158.151,408.898c0,0.709-0.572,1.283-1.281,1.283h-34.392 c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.393c0.709,0,1.281,0.572,1.281,1.281 L158.151,408.898L158.151,408.898z"></path>
  178. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M158.151,408.898 c0,0.709-0.572,1.283-1.281,1.283h-34.392c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.393 c0.709,0,1.281,0.572,1.281,1.281L158.151,408.898L158.151,408.898z"></path>
  179. </g>
  180. <g opacity="0.6">
  181. <path opacity="0.4" fill="#114932" enable-background="new " d="M204.363,408.898c0,0.709-0.572,1.283-1.281,1.283h-34.393 c-0.708,0-1.281-0.574-1.281-1.283v-22.838c0-0.709,0.572-1.281,1.281-1.281h34.393c0.709,0,1.281,0.572,1.281,1.281V408.898z"></path>
  182. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M204.363,408.898 c0,0.709-0.572,1.283-1.281,1.283h-34.393c-0.708,0-1.281-0.574-1.281-1.283v-22.838c0-0.709,0.572-1.281,1.281-1.281h34.393 c0.709,0,1.281,0.572,1.281,1.281V408.898z"></path>
  183. </g>
  184. <g opacity="0.6">
  185. <path opacity="0.4" fill="#114932" enable-background="new " d="M261.937,408.898c0,0.709-0.574,1.283-1.282,1.283h-34.392 c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.392c0.708,0,1.282,0.572,1.282,1.281V408.898z"></path>
  186. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M261.937,408.898 c0,0.709-0.574,1.283-1.282,1.283h-34.392c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.392 c0.708,0,1.282,0.572,1.282,1.281V408.898z"></path>
  187. </g>
  188. <g opacity="0.6">
  189. <path opacity="0.4" fill="#114932" enable-background="new " d="M306.641,408.898c0,0.709-0.574,1.283-1.283,1.283h-34.392 c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.392c0.708,0,1.283,0.572,1.283,1.281V408.898z"></path>
  190. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M306.641,408.898 c0,0.709-0.574,1.283-1.283,1.283h-34.392c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.392 c0.708,0,1.283,0.572,1.283,1.281V408.898z"></path>
  191. </g>
  192. <g opacity="0.6">
  193. <path opacity="0.4" fill="#114932" enable-background="new " d="M358.329,408.898c0,0.709-0.573,1.283-1.282,1.283h-34.393 c-0.709,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.393c0.71,0,1.282,0.572,1.282,1.281V408.898z"></path>
  194. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M358.329,408.898 c0,0.709-0.573,1.283-1.282,1.283h-34.393c-0.709,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.573-1.281,1.282-1.281h34.393 c0.71,0,1.282,0.572,1.282,1.281V408.898z"></path>
  195. </g>
  196. <g opacity="0.6">
  197. <path opacity="0.4" fill="#114932" enable-background="new " d="M410.574,408.898c0,0.709-0.573,1.283-1.281,1.283h-34.393 c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.393c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  198. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M410.574,408.898 c0,0.709-0.573,1.283-1.281,1.283h-34.393c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.393 c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  199. </g>
  200. <g opacity="0.6">
  201. <path opacity="0.4" fill="#114932" enable-background="new " d="M458.057,408.898c0,0.709-0.574,1.283-1.283,1.283h-34.392 c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.392c0.708,0,1.283,0.572,1.283,1.281V408.898 L458.057,408.898z"></path>
  202. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M458.057,408.898 c0,0.709-0.574,1.283-1.283,1.283h-34.392c-0.708,0-1.282-0.574-1.282-1.283v-22.838c0-0.709,0.574-1.281,1.282-1.281h34.392 c0.708,0,1.283,0.572,1.283,1.281V408.898L458.057,408.898z"></path>
  203. </g>
  204. <g opacity="0.6">
  205. <path opacity="0.4" fill="#114932" enable-background="new " d="M508.794,408.898c0,0.709-0.573,1.283-1.281,1.283h-34.396 c-0.708,0-1.279-0.574-1.279-1.283v-22.838c0-0.709,0.571-1.281,1.279-1.281h34.396c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  206. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M508.794,408.898 c0,0.709-0.573,1.283-1.281,1.283h-34.396c-0.708,0-1.279-0.574-1.279-1.283v-22.838c0-0.709,0.571-1.281,1.279-1.281h34.396 c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  207. </g>
  208. <g opacity="0.6">
  209. <path opacity="0.4" fill="#114932" enable-background="new " d="M554.299,408.898c0,0.709-0.573,1.283-1.281,1.283h-34.391 c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.391c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  210. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M554.299,408.898 c0,0.709-0.573,1.283-1.281,1.283h-34.391c-0.709,0-1.283-0.574-1.283-1.283v-22.838c0-0.709,0.574-1.281,1.283-1.281h34.391 c0.708,0,1.281,0.572,1.281,1.281V408.898z"></path>
  211. </g>
  212. <g opacity="0.6">
  213. <path opacity="0.4" fill="#114932" enable-background="new " d="M78.16,522.953c0,0.708-0.572,1.282-1.281,1.282H42.486 c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.394c0.708,0,1.281,0.574,1.281,1.281V522.953z"></path>
  214. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M78.16,522.953c0,0.708-0.572,1.282-1.281,1.282 H42.486c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.394c0.708,0,1.281,0.574,1.281,1.281 V522.953z"></path>
  215. </g>
  216. <g opacity="0.6">
  217. <path opacity="0.4" fill="#114932" enable-background="new " d="M129.554,522.953c0,0.708-0.574,1.282-1.282,1.282H93.88 c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.392c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  218. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M129.554,522.953 c0,0.708-0.574,1.282-1.282,1.282H93.88c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.392 c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  219. </g>
  220. <g opacity="0.6">
  221. <path opacity="0.4" fill="#114932" enable-background="new " d="M181.561,522.953c0,0.708-0.574,1.282-1.282,1.282h-34.393 c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.393c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  222. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M181.561,522.953 c0,0.708-0.574,1.282-1.282,1.282h-34.393c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.393 c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  223. </g>
  224. <g opacity="0.6">
  225. <path opacity="0.4" fill="#114932" enable-background="new " d="M232.296,522.953c0,0.708-0.573,1.282-1.281,1.282h-34.394 c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.394c0.708,0,1.281,0.574,1.281,1.281V522.953z"></path>
  226. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M232.296,522.953 c0,0.708-0.573,1.282-1.281,1.282h-34.394c-0.708,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.574-1.281,1.282-1.281h34.394 c0.708,0,1.281,0.574,1.281,1.281V522.953z"></path>
  227. </g>
  228. <g opacity="0.6">
  229. <path opacity="0.4" fill="#114932" enable-background="new " d="M283.837,522.953c0,0.708-0.573,1.282-1.282,1.282h-34.393 c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.393c0.709,0,1.282,0.574,1.282,1.281V522.953 L283.837,522.953z"></path>
  230. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M283.837,522.953 c0,0.708-0.573,1.282-1.282,1.282h-34.393c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.393 c0.709,0,1.282,0.574,1.282,1.281V522.953L283.837,522.953z"></path>
  231. </g>
  232. <g opacity="0.6">
  233. <path opacity="0.4" fill="#114932" enable-background="new " d="M336.081,522.953c0,0.708-0.571,1.282-1.279,1.282h-34.394 c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.394c0.708,0,1.279,0.574,1.279,1.281V522.953z"></path>
  234. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M336.081,522.953 c0,0.708-0.571,1.282-1.279,1.282h-34.394c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.394 c0.708,0,1.279,0.574,1.279,1.281V522.953z"></path>
  235. </g>
  236. <g opacity="0.6">
  237. <path opacity="0.4" fill="#114932" enable-background="new " d="M387.772,522.953c0,0.708-0.573,1.282-1.282,1.282h-34.392 c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.392c0.709,0,1.282,0.574,1.282,1.281V522.953z"></path>
  238. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M387.772,522.953 c0,0.708-0.573,1.282-1.282,1.282h-34.392c-0.709,0-1.282-0.574-1.282-1.282v-22.839c0-0.707,0.573-1.281,1.282-1.281h34.392 c0.709,0,1.282,0.574,1.282,1.281V522.953z"></path>
  239. </g>
  240. <g opacity="0.6">
  241. <path opacity="0.4" fill="#114932" enable-background="new " d="M441.526,522.953c0,0.708-0.574,1.282-1.282,1.282h-34.393 c-0.708,0-1.281-0.574-1.281-1.282v-22.839c0-0.707,0.573-1.281,1.281-1.281h34.393c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  242. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M441.526,522.953 c0,0.708-0.574,1.282-1.282,1.282h-34.393c-0.708,0-1.281-0.574-1.281-1.282v-22.839c0-0.707,0.573-1.281,1.281-1.281h34.393 c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  243. </g>
  244. <g opacity="0.6">
  245. <path opacity="0.4" fill="#114932" enable-background="new " d="M492.903,522.953c0,0.708-0.574,1.282-1.282,1.282h-34.392 c-0.708,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.575-1.281,1.283-1.281h34.392c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  246. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M492.903,522.953 c0,0.708-0.574,1.282-1.282,1.282h-34.392c-0.708,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.575-1.281,1.283-1.281h34.392 c0.708,0,1.282,0.574,1.282,1.281V522.953z"></path>
  247. </g>
  248. <g opacity="0.6">
  249. <path opacity="0.4" fill="#114932" enable-background="new " d="M545.356,522.953c0,0.708-0.574,1.282-1.283,1.282h-34.39 c-0.709,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.574-1.281,1.283-1.281h34.39c0.709,0,1.283,0.574,1.283,1.281V522.953 L545.356,522.953z"></path>
  250. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M545.356,522.953 c0,0.708-0.574,1.282-1.283,1.282h-34.39c-0.709,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.574-1.281,1.283-1.281h34.39 c0.709,0,1.283,0.574,1.283,1.281V522.953L545.356,522.953z"></path>
  251. </g>
  252. <g opacity="0.6">
  253. <path opacity="0.4" fill="#114932" enable-background="new " d="M598.654,522.953c0,0.708-0.574,1.282-1.283,1.282H562.98 c-0.709,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.574-1.281,1.283-1.281h34.391c0.709,0,1.283,0.574,1.283,1.281V522.953z"></path>
  254. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M598.654,522.953 c0,0.708-0.574,1.282-1.283,1.282H562.98c-0.709,0-1.283-0.574-1.283-1.282v-22.839c0-0.707,0.574-1.281,1.283-1.281h34.391 c0.709,0,1.283,0.574,1.283,1.281V522.953z"></path>
  255. </g>
  256. <g opacity="0.6">
  257. <path opacity="0.4" fill="#114932" enable-background="new " d="M731.02,522.24c0,0.708-0.572,1.28-1.281,1.28h-34.391 c-0.709,0-1.284-0.572-1.284-1.28v-22.839c0-0.707,0.575-1.281,1.284-1.281h34.391c0.709,0,1.281,0.574,1.281,1.281V522.24z"></path>
  258. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M731.02,522.24c0,0.708-0.572,1.28-1.281,1.28 h-34.391c-0.709,0-1.284-0.572-1.284-1.28v-22.839c0-0.707,0.575-1.281,1.284-1.281h34.391c0.709,0,1.281,0.574,1.281,1.281 V522.24z"></path>
  259. </g>
  260. <g opacity="0.6">
  261. <path opacity="0.4" fill="#114932" enable-background="new " d="M781.837,522.24c0,0.708-0.572,1.28-1.283,1.28h-34.393 c-0.707,0-1.281-0.572-1.281-1.28v-22.839c0-0.707,0.574-1.281,1.281-1.281h34.393c0.709,0,1.283,0.574,1.283,1.281V522.24z"></path>
  262. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M781.837,522.24c0,0.708-0.572,1.28-1.283,1.28 h-34.393c-0.707,0-1.281-0.572-1.281-1.28v-22.839c0-0.707,0.574-1.281,1.281-1.281h34.393c0.709,0,1.283,0.574,1.283,1.281 V522.24z"></path>
  263. </g>
  264. <g opacity="0.6">
  265. <path opacity="0.4" fill="#114932" enable-background="new " d="M832.994,522.24c0,0.708-0.57,1.28-1.279,1.28h-34.392 c-0.711,0-1.285-0.572-1.285-1.28v-22.839c0-0.707,0.574-1.281,1.285-1.281h34.392c0.709,0,1.279,0.574,1.279,1.281V522.24z"></path>
  266. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M832.994,522.24c0,0.708-0.57,1.28-1.279,1.28 h-34.392c-0.711,0-1.285-0.572-1.285-1.28v-22.839c0-0.707,0.574-1.281,1.285-1.281h34.392c0.709,0,1.279,0.574,1.279,1.281 V522.24z"></path>
  267. </g>
  268. <g opacity="0.6">
  269. <path opacity="0.4" fill="#114932" enable-background="new " d="M884.919,522.952c0,0.708-0.573,1.283-1.28,1.283h-34.396 c-0.709,0-1.28-0.575-1.28-1.283v-22.838c0-0.709,0.571-1.283,1.28-1.283h34.396c0.707,0,1.28,0.574,1.28,1.283V522.952z"></path>
  270. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M884.919,522.952 c0,0.708-0.573,1.283-1.28,1.283h-34.396c-0.709,0-1.28-0.575-1.28-1.283v-22.838c0-0.709,0.571-1.283,1.28-1.283h34.396 c0.707,0,1.28,0.574,1.28,1.283V522.952z"></path>
  271. </g>
  272. <g opacity="0.6">
  273. <path opacity="0.4" fill="#114932" enable-background="new " d="M936.296,522.952c0,0.708-0.571,1.283-1.28,1.283h-34.394 c-0.71,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.574-1.283,1.283-1.283h34.394c0.709,0,1.28,0.574,1.28,1.283V522.952 L936.296,522.952z"></path>
  274. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M936.296,522.952 c0,0.708-0.571,1.283-1.28,1.283h-34.394c-0.71,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.574-1.283,1.283-1.283h34.394 c0.709,0,1.28,0.574,1.28,1.283V522.952L936.296,522.952z"></path>
  275. </g>
  276. <g opacity="0.6">
  277. <path opacity="0.4" fill="#114932" enable-background="new " d="M987.8,522.952c0,0.708-0.569,1.283-1.28,1.283h-34.393 c-0.71,0-1.284-0.575-1.284-1.283v-22.838c0-0.709,0.575-1.283,1.284-1.283h34.393c0.711,0,1.28,0.574,1.28,1.283V522.952 L987.8,522.952z"></path>
  278. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M987.8,522.952c0,0.708-0.569,1.283-1.28,1.283 h-34.393c-0.71,0-1.284-0.575-1.284-1.283v-22.838c0-0.709,0.575-1.283,1.284-1.283h34.393c0.711,0,1.28,0.574,1.28,1.283V522.952 L987.8,522.952z"></path>
  279. </g>
  280. <g opacity="0.6">
  281. <path opacity="0.4" fill="#114932" enable-background="new " d="M1038.683,522.952c0,0.708-0.575,1.283-1.281,1.283h-34.394 c-0.709,0-1.281-0.575-1.281-1.283v-22.838c0-0.709,0.572-1.283,1.281-1.283h34.394c0.706,0,1.281,0.574,1.281,1.283V522.952z"></path>
  282. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1038.683,522.952 c0,0.708-0.575,1.283-1.281,1.283h-34.394c-0.709,0-1.281-0.575-1.281-1.283v-22.838c0-0.709,0.572-1.283,1.281-1.283h34.394 c0.706,0,1.281,0.574,1.281,1.283V522.952z"></path>
  283. </g>
  284. <g opacity="0.6">
  285. <path opacity="0.4" fill="#114932" enable-background="new " d="M1089.274,522.952c0,0.708-0.575,1.283-1.285,1.283h-34.391 c-0.707,0-1.281-0.575-1.281-1.283v-22.838c0-0.709,0.574-1.283,1.281-1.283h34.391c0.71,0,1.285,0.574,1.285,1.283V522.952z"></path>
  286. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1089.274,522.952 c0,0.708-0.575,1.283-1.285,1.283h-34.391c-0.707,0-1.281-0.575-1.281-1.283v-22.838c0-0.709,0.574-1.283,1.281-1.283h34.391 c0.71,0,1.285,0.574,1.285,1.283V522.952z"></path>
  287. </g>
  288. <g opacity="0.6">
  289. <path opacity="0.4" fill="#114932" enable-background="new " d="M1140.14,522.952c0,0.708-0.569,1.283-1.28,1.283h-34.392 c-0.71,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.573-1.283,1.283-1.283h34.392c0.711,0,1.28,0.574,1.28,1.283V522.952z"></path>
  290. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1140.14,522.952 c0,0.708-0.569,1.283-1.28,1.283h-34.392c-0.71,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.573-1.283,1.283-1.283h34.392 c0.711,0,1.28,0.574,1.28,1.283V522.952z"></path>
  291. </g>
  292. <g opacity="0.6">
  293. <path opacity="0.4" fill="#114932" enable-background="new " d="M1190.464,522.952c0,0.708-0.573,1.283-1.28,1.283h-34.396 c-0.707,0-1.28-0.575-1.28-1.283v-22.838c0-0.709,0.573-1.283,1.28-1.283h34.396c0.707,0,1.28,0.574,1.28,1.283V522.952z"></path>
  294. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1190.464,522.952 c0,0.708-0.573,1.283-1.28,1.283h-34.396c-0.707,0-1.28-0.575-1.28-1.283v-22.838c0-0.709,0.573-1.283,1.28-1.283h34.396 c0.707,0,1.28,0.574,1.28,1.283V522.952z"></path>
  295. </g>
  296. <g opacity="0.6">
  297. <path opacity="0.4" fill="#114932" enable-background="new " d="M1240.881,522.952c0,0.708-0.57,1.283-1.28,1.283h-34.394 c-0.709,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.574-1.283,1.283-1.283h34.394c0.71,0,1.28,0.574,1.28,1.283V522.952z"></path>
  298. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1240.881,522.952 c0,0.708-0.57,1.283-1.28,1.283h-34.394c-0.709,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.574-1.283,1.283-1.283h34.394 c0.71,0,1.28,0.574,1.28,1.283V522.952z"></path>
  299. </g>
  300. <g opacity="0.6">
  301. <path opacity="0.4" fill="#114932" enable-background="new " d="M852.413,407.043c0,0.708-0.571,1.283-1.282,1.283H816.74 c-0.707,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.576-1.283,1.283-1.283h34.392c0.711,0,1.282,0.574,1.282,1.283V407.043z"></path>
  302. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M852.413,407.043 c0,0.708-0.571,1.283-1.282,1.283H816.74c-0.707,0-1.283-0.575-1.283-1.283v-22.838c0-0.709,0.576-1.283,1.283-1.283h34.392 c0.711,0,1.282,0.574,1.282,1.283V407.043z"></path>
  303. </g>
  304. <g opacity="0.6">
  305. <path opacity="0.4" fill="#114932" enable-background="new " d="M904.27,407.043c0,0.708-0.572,1.283-1.28,1.283h-34.393 c-0.709,0-1.284-0.575-1.284-1.283v-22.838c0-0.709,0.575-1.283,1.284-1.283h34.393c0.708,0,1.28,0.574,1.28,1.283V407.043z"></path>
  306. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M904.27,407.043c0,0.708-0.572,1.283-1.28,1.283 h-34.393c-0.709,0-1.284-0.575-1.284-1.283v-22.838c0-0.709,0.575-1.283,1.284-1.283h34.393c0.708,0,1.28,0.574,1.28,1.283 V407.043z"></path>
  307. </g>
  308. <g opacity="0.6">
  309. <path opacity="0.4" fill="#114932" enable-background="new " d="M953.821,407.043c0,0.708-0.573,1.283-1.282,1.283h-34.395 c-0.707,0-1.279-0.575-1.279-1.283v-22.838c0-0.709,0.572-1.283,1.279-1.283h34.395c0.709,0,1.282,0.574,1.282,1.283V407.043z"></path>
  310. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M953.821,407.043 c0,0.708-0.573,1.283-1.282,1.283h-34.395c-0.707,0-1.279-0.575-1.279-1.283v-22.838c0-0.709,0.572-1.283,1.279-1.283h34.395 c0.709,0,1.282,0.574,1.282,1.283V407.043z"></path>
  311. </g>
  312. <g opacity="0.6">
  313. <path opacity="0.4" fill="#114932" enable-background="new " d="M1318.821,407.042c0,0.709-0.572,1.285-1.281,1.285h-34.393 c-0.707,0-1.282-0.576-1.282-1.285v-22.836c0-0.711,0.575-1.285,1.282-1.285h34.393c0.709,0,1.281,0.574,1.281,1.285V407.042z"></path>
  314. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1318.821,407.042 c0,0.709-0.572,1.285-1.281,1.285h-34.393c-0.707,0-1.282-0.576-1.282-1.285v-22.836c0-0.711,0.575-1.285,1.282-1.285h34.393 c0.709,0,1.281,0.574,1.281,1.285V407.042z"></path>
  315. </g>
  316. <g opacity="0.6">
  317. <path opacity="0.4" fill="#114932" enable-background="new " d="M1263.714,407.042c0,0.71-0.573,1.285-1.28,1.285h-34.395 c-0.709,0-1.281-0.575-1.281-1.285v-22.836c0-0.71,0.572-1.285,1.281-1.285h34.395c0.707,0,1.28,0.575,1.28,1.285V407.042z"></path>
  318. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1263.714,407.042 c0,0.71-0.573,1.285-1.28,1.285h-34.395c-0.709,0-1.281-0.575-1.281-1.285v-22.836c0-0.71,0.572-1.285,1.281-1.285h34.395 c0.707,0,1.28,0.575,1.28,1.285V407.042z"></path>
  319. </g>
  320. <g opacity="0.6">
  321. <path opacity="0.4" fill="#114932" enable-background="new " d="M1211.628,407.042c0,0.71-0.572,1.285-1.281,1.285h-34.392 c-0.709,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.574-1.285,1.284-1.285h34.392c0.709,0,1.281,0.575,1.281,1.285V407.042z"></path>
  322. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1211.628,407.042 c0,0.71-0.572,1.285-1.281,1.285h-34.392c-0.709,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.574-1.285,1.284-1.285h34.392 c0.709,0,1.281,0.575,1.281,1.285V407.042z"></path>
  323. </g>
  324. <g opacity="0.6">
  325. <path opacity="0.4" fill="#114932" enable-background="new " d="M1158.091,407.042c0,0.71-0.571,1.285-1.281,1.285h-34.392 c-0.711,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.572-1.285,1.284-1.285h34.392c0.71,0,1.281,0.575,1.281,1.285V407.042z"></path>
  326. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1158.091,407.042 c0,0.71-0.571,1.285-1.281,1.285h-34.392c-0.711,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.572-1.285,1.284-1.285h34.392 c0.71,0,1.281,0.575,1.281,1.285V407.042z"></path>
  327. </g>
  328. <g opacity="0.6">
  329. <path opacity="0.4" fill="#114932" enable-background="new " d="M1106.295,407.042c0,0.71-0.574,1.285-1.28,1.285h-34.392 c-0.713,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.571-1.285,1.284-1.285h34.392c0.706,0,1.28,0.575,1.28,1.285V407.042z"></path>
  330. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1106.295,407.042 c0,0.71-0.574,1.285-1.28,1.285h-34.392c-0.713,0-1.284-0.575-1.284-1.285v-22.836c0-0.71,0.571-1.285,1.284-1.285h34.392 c0.706,0,1.28,0.575,1.28,1.285V407.042z"></path>
  331. </g>
  332. <g opacity="0.6">
  333. <path opacity="0.4" fill="#114932" enable-background="new " d="M1055.096,407.042c0,0.71-0.574,1.285-1.283,1.285h-34.392 c-0.704,0-1.278-0.575-1.278-1.285v-22.836c0-0.71,0.574-1.285,1.278-1.285h34.39c0.711,0,1.285,0.575,1.285,1.285V407.042 L1055.096,407.042z"></path>
  334. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1055.096,407.042 c0,0.71-0.574,1.285-1.283,1.285h-34.392c-0.704,0-1.278-0.575-1.278-1.285v-22.836c0-0.71,0.574-1.285,1.278-1.285h34.39 c0.711,0,1.285,0.575,1.285,1.285V407.042L1055.096,407.042z"></path>
  335. </g>
  336. <g opacity="0.6">
  337. <path opacity="0.4" fill="#114932" enable-background="new " d="M1004.235,407.042c0,0.71-0.574,1.285-1.285,1.285h-34.387 c-0.707,0-1.281-0.575-1.281-1.285v-22.836c0-0.71,0.574-1.285,1.281-1.285h34.387c0.711,0,1.285,0.575,1.285,1.285V407.042z"></path>
  338. <path fill="none" stroke="#052D1D" stroke-width="0.5" stroke-miterlimit="10" d="M1004.235,407.042 c0,0.71-0.574,1.285-1.285,1.285h-34.387c-0.707,0-1.281-0.575-1.281-1.285v-22.836c0-0.71,0.574-1.285,1.281-1.285h34.387 c0.711,0,1.285,0.575,1.285,1.285V407.042z"></path>
  339. </g>
  340. <text transform="matrix(1 0 0 1 1159.4749 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">运</text>
  341. <text transform="matrix(1 0 0 1 1159.4749 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">行</text>
  342. <text transform="matrix(1 0 0 1 1203.5608 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">待</text>
  343. <text transform="matrix(1 0 0 1 1203.5608 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">机</text>
  344. <text transform="matrix(1 0 0 1 1250.1213 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">维</text>
  345. <text transform="matrix(1 0 0 1 1250.1213 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">护</text>
  346. <text transform="matrix(1 0 0 1 1294.2092 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">停</text>
  347. <text transform="matrix(1 0 0 1 1294.2092 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">机</text>
  348. <text transform="matrix(1 0 0 1 1341.6956 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">限</text>
  349. <text transform="matrix(1 0 0 1 1341.6956 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">电</text>
  350. <text transform="matrix(1 0 0 1 1386.6799 22.8271)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">中</text>
  351. <text transform="matrix(1 0 0 1 1386.6799 35.7832)" fill="#FFFFFF" font-family="'MicrosoftYaHeiLight'" font-size="10.7967">断</text>
  352. <polygon fill="#B7065C" points="714.275,61.22 723.354,34.383 732.432,61.22 "></polygon>
  353. <polyline fill="#B7065C" points="722.316,117.22 722.316,61.22 724.391,61.22 724.391,117.22 "></polyline>
  354. <polyline fill="#B7065C" points="569.345,117.222 878.426,117.222 878.426,119.295 569.345,119.295 "></polyline>
  355. <rect x="544.092" y="260.448" fill="#F2B95B" width="174.266" height="2.074"></rect>
  356. <text transform="matrix(1 0 0 1 567.7253 110.3057)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">110KV母线</text>
  357. <rect x="738.313" y="260.448" fill="#F2B95B" width="127.769" height="2.074"></rect>
  358. <text transform="matrix(1 0 0 1 736.4788 98.2393)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">111</text>
  359. <text transform="matrix(1 0 0 1 523.9407 254.7393)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">35KV #1母线</text>
  360. <text transform="matrix(1 0 0 1 867.1975 254.7393)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">35KV #1母线</text>
  361. <polyline fill="#F2B95B" points="804.603,230.508 804.603,118.258 806.674,118.258 806.674,230.508 "></polyline>
  362. <polyline fill="#F2B95B" points="804.603,260.448 804.603,221.091 806.674,221.091 806.674,260.448 "></polyline>
  363. <text transform="matrix(1 0 0 1 813.0979 149.6045)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">102</text>
  364. <text transform="matrix(1 0 0 1 813.0979 253.2715)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">302</text>
  365. <g>
  366. <rect x="666.539" fill="none" stroke="#BE2852" stroke-miterlimit="10" width="113.384" height="31.402"></rect>
  367. <rect x="666.539" opacity="0.7" fill="#680325" enable-background="new " width="113.384" height="31.402"></rect>
  368. <text transform="matrix(1 0 0 1 694.7961 21.4082)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="18.956">南风线</text>
  369. </g>
  370. <circle fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" cx="805.398" cy="187.241" r="12.958"></circle>
  371. <path fill="none" stroke="#F2B95B" stroke-width="2" stroke-miterlimit="10" d="M818.356,207.129 c0,7.154-5.803,12.956-12.959,12.956s-12.957-5.802-12.957-12.956c0-7.157,5.801-12.959,12.957-12.959 C812.552,194.17,818.356,199.972,818.356,207.129z"></path>
  372. <polyline fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" points="812.237,192.703 804.777,187.503 798.557,191.857 "></polyline>
  373. <line fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" x1="805.398" y1="187.978" x2="805.398" y2="175.948"></line>
  374. <polygon fill="none" stroke="#F2B95B" stroke-width="2" stroke-miterlimit="10" points="801.416,202.599 801.416,212.518 810.361,206.586 "></polygon>
  375. <polyline fill="#F2B95B" points="631.286,230.508 631.286,118.258 633.362,118.258 633.362,230.508 "></polyline>
  376. <polyline fill="#F2B95B" points="580.269,383.119 580.269,260.485 582.344,260.485 582.344,383.119 "></polyline>
  377. <polyline fill="#F2B95B" points="581.84,383.119 16.793,383.12 16.793,381.046 581.84,381.045 "></polyline>
  378. <polyline fill="#F2B95B" points="1254.399,495.294 678.869,495.295 678.869,493.221 1254.399,493.22 "></polyline>
  379. <polyline fill="#F2B95B" points="633.119,495.294 40.667,495.295 40.667,493.221 633.119,493.22 "></polyline>
  380. <polyline fill="#F2B95B" points="631.286,260.448 631.286,221.091 633.362,221.091 633.362,260.448 "></polyline>
  381. <text transform="matrix(1 0 0 1 639.7834 149.6045)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">101</text>
  382. <text transform="matrix(1 0 0 1 534.8 307.0625)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">311</text>
  383. <polyline fill="#F2B95B" points="1359.533,379.427 804.921,379.428 804.921,377.352 1359.533,377.352 "></polyline>
  384. <polyline fill="#F2B95B" points="804.603,379.389 804.603,261.485 806.677,261.485 806.677,379.389 "></polyline>
  385. <text transform="matrix(1 0 0 1 770.3772 287.8945)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">321</text>
  386. <polyline fill="#F2B95B" points="676.619,495.295 676.619,261.485 678.694,261.485 678.694,495.295 "></polyline>
  387. <polyline fill="#F2B95B" points="631.046,493.884 631.046,261.485 633.119,261.485 633.119,493.884 "></polyline>
  388. <text transform="matrix(1 0 0 1 694.0842 307.0625)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">313</text>
  389. <text transform="matrix(1 0 0 1 592.3284 307.0625)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">312</text>
  390. <text transform="matrix(1 0 0 1 639.7834 253.2715)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="16.5927">301</text>
  391. <circle fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" cx="632.081" cy="187.241" r="12.958"></circle>
  392. <path fill="none" stroke="#F2B95B" stroke-width="2" stroke-miterlimit="10" d="M645.039,207.129 c0,7.154-5.802,12.956-12.959,12.956c-7.155,0-12.957-5.802-12.957-12.956c0-7.157,5.804-12.959,12.957-12.959 C639.239,194.17,645.039,199.972,645.039,207.129z"></path>
  393. <polyline fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" points="638.922,192.703 631.461,187.503 625.241,191.857 "></polyline>
  394. <line fill="none" stroke="#85468F" stroke-width="2" stroke-miterlimit="10" x1="632.081" y1="187.978" x2="632.081" y2="175.948"></line>
  395. <polygon fill="none" stroke="#F2B95B" stroke-width="2" stroke-miterlimit="10" points="628.104,202.599 628.104,212.518 637.046,206.586 "></polygon>
  396. <g>
  397. <rect x="23.876" y="296.936" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="99.104" height="24.604"></rect>
  398. <rect x="23.876" y="296.936" opacity="0.7" fill="#212967" enable-background="new " width="99.104" height="24.604"></rect>
  399. <text transform="matrix(1 0 0 1 34.6321 313.708)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">1#集电线路</text>
  400. </g>
  401. <g>
  402. <rect x="534.733" y="190.296" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="65.178" height="24.604"></rect>
  403. <rect x="534.733" y="190.296" opacity="0.7" fill="#212967" enable-background="new " width="65.178" height="24.604"></rect>
  404. <text transform="matrix(1 0 0 1 543.3748 207.0703)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">1#主变</text>
  405. </g>
  406. <g>
  407. <rect x="841.259" y="190.296" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="65.178" height="24.604"></rect>
  408. <rect x="841.259" y="190.296" opacity="0.7" fill="#212967" enable-background="new " width="65.178" height="24.604"></rect>
  409. <text transform="matrix(1 0 0 1 849.9026 207.0703)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">2#主变</text>
  410. </g>
  411. <g>
  412. <rect x="1231.072" y="267.039" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="99.611" height="24.604"></rect>
  413. <rect x="1231.072" y="267.039" opacity="0.7" fill="#212967" enable-background="new " width="99.611" height="24.604"></rect>
  414. <text transform="matrix(1 0 0 1 1241.8264 283.8135)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">4#集电线路</text>
  415. </g>
  416. <g>
  417. <rect x="1187.179" y="414.348" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="99.61" height="24.604"></rect>
  418. <rect x="1187.179" y="414.348" opacity="0.7" fill="#212967" enable-background="new " width="99.61" height="24.604"></rect>
  419. <text transform="matrix(1 0 0 1 1197.9358 431.1221)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">3#集电线路</text>
  420. </g>
  421. <g>
  422. <rect x="47.75" y="414.348" fill="none" stroke="#4F4B7F" stroke-miterlimit="10" width="99.104" height="24.604"></rect>
  423. <rect x="47.75" y="414.348" opacity="0.7" fill="#212967" enable-background="new " width="99.104" height="24.604"></rect>
  424. <text transform="matrix(1 0 0 1 58.5056 431.1191)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="14.8514">2#集电线路</text>
  425. </g>
  426. </g>
  427. <g id="arrow">
  428. <rect id="mhs111" x="717.463" y="74.544" fill="#E60612" width="11.779" height="21.69"></rect>
  429. <rect id="mhs102" x="799.746" y="133.43" fill="#E60612" width="11.781" height="20.69"></rect>
  430. <rect id="mhs302" x="799.746" y="234.417" fill="#E60612" width="11.781" height="21.69"></rect>
  431. <rect id="mhs101" x="626.435" y="133.43" fill="#E60612" width="11.778" height="20.69"></rect>
  432. <rect id="mhs311" x="573.206" y="289.784" fill="#E60612" width="11.78" height="21.688"></rect>
  433. <rect id="mhs301" x="626.435" y="234.417" fill="#E60612" width="11.778" height="21.69"></rect>
  434. <rect id="mhs321" x="800.207" y="276.047" fill="#E60612" width="11.781" height="21.689"></rect>
  435. <rect id="mhs313" x="671.559" y="289.784" fill="#E60612" width="11.781" height="21.688"></rect>
  436. <rect id="mhs312" x="626.192" y="289.784" fill="#E60612" width="11.781" height="21.688"></rect>
  437. </g>
  438. <g id="fan">
  439. <g id="1">
  440. <g>
  441. <path fill="#D8D8D8" d="M41.978,349.66l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H41.978z"></path>
  442. </g>
  443. <g transform="rotate(133.395 43 349.66)">
  444. <g>
  445. <path fill="#4B55AE" d="M41.704,348.717l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C45.405,337.283,41.704,348.717,41.704,348.717"></path>
  446. <path fill="#4B55AE" d="M43.59,349.474l-1.63,1.364c0,0,7.032,9.903,12.042,13.114C51.769,358.278,43.59,349.474,43.59,349.474"></path>
  447. <path fill="#4B55AE" d="M41.869,350.901l0.011-2.125c0,0-12.102-1.03-17.79,0.72C29.866,351.456,41.869,350.901,41.869,350.901"></path>
  448. </g>
  449. <g>
  450. <path fill="#D8D8D8" d="M43.594,349.22l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  451. <path fill="#D8D8D8" d="M42.229,350.878l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  452. <path fill="#D8D8D8" d="M41.677,348.956l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  453. </g>
  454. <animateTransform dur="4s" restart="always" from="0 43 349.66" to="359 43 349.66" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  455. </animateTransform>
  456. </g>
  457. <g>
  458. <path fill="#60BFD6" d="M40.291,349.66c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C41.382,347.318,40.291,348.365,40.291,349.66"></path>
  459. </g>
  460. <g>
  461. <path fill="#B1E1EB" d="M41.175,349.66c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S41.175,348.856,41.175,349.66"></path>
  462. </g>
  463. </g>
  464. <g id="2">
  465. <g>
  466. <path fill="#D8D8D8" d="M92.115,349.882l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H92.115z"></path>
  467. </g>
  468. <g transform="rotate(133.395 93 349.882)">
  469. <g>
  470. <path fill="#4B55AE" d="M91.84,348.938l1.986,0.757c0,0,5.22-10.968,5.582-16.906C95.541,337.505,91.84,348.938,91.84,348.938"></path>
  471. <path fill="#4B55AE" d="M93.726,349.695l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C101.905,358.5,93.726,349.695,93.726,349.695"></path>
  472. <path fill="#4B55AE" d="M92.006,351.123l0.011-2.125c0,0-12.102-1.03-17.79,0.72C80.003,351.678,92.006,351.123,92.006,351.123"></path>
  473. </g>
  474. <g>
  475. <path fill="#D8D8D8" d="M93.73,349.441l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  476. <path fill="#D8D8D8" d="M92.365,351.1l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  477. <path fill="#D8D8D8" d="M91.814,349.178l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  478. </g>
  479. <animateTransform dur="4s" restart="always" from="0 93 349.882" to="359 93 349.882" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  480. </animateTransform>
  481. </g>
  482. <g>
  483. <path fill="#60BFD6" d="M90.427,349.882c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C91.518,347.54,90.427,348.587,90.427,349.882"></path>
  484. </g>
  485. <g>
  486. <path fill="#B1E1EB" d="M91.311,349.882c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S91.311,349.078,91.311,349.882"></path>
  487. </g>
  488. </g>
  489. <g id="3">
  490. <g>
  491. <path fill="#D8D8D8" d="M141.074,350.104l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H141.074z"></path>
  492. </g>
  493. <g transform="rotate(133.395 142 350.104)">
  494. <g>
  495. <path fill="#4B55AE" d="M140.8,349.16l1.986,0.758c0,0,5.22-10.969,5.582-16.906C144.5,337.727,140.8,349.16,140.8,349.16"></path>
  496. <path fill="#4B55AE" d="M142.686,349.918l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C150.865,358.723,142.686,349.918,142.686,349.918"></path>
  497. <path fill="#4B55AE" d="M140.965,351.346l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C128.962,351.9,140.965,351.346,140.965,351.346"></path>
  498. </g>
  499. <g>
  500. <path fill="#D8D8D8" d="M142.69,349.664l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  501. <path fill="#D8D8D8" d="M141.324,351.322l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  502. <path fill="#D8D8D8" d="M140.773,349.4l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  503. </g>
  504. <animateTransform dur="4s" restart="always" from="0 142 350.104" to="359 142 350.104" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  505. </animateTransform>
  506. </g>
  507. <g>
  508. <path fill="#60BFD6" d="M139.387,350.104c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C140.478,347.762,139.387,348.809,139.387,350.104"></path>
  509. </g>
  510. <g>
  511. <path fill="#B1E1EB" d="M140.27,350.104c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S140.27,349.301,140.27,350.104"></path>
  512. </g>
  513. </g>
  514. <g id="4">
  515. <g>
  516. <path fill="#D8D8D8" d="M191.21,350.326l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H191.21z"></path>
  517. </g>
  518. <g transform="rotate(133.395 192 350.326)">
  519. <g>
  520. <path fill="#4B55AE" d="M190.936,349.383l1.986,0.756c0,0,5.22-10.967,5.582-16.906 C194.636,337.949,190.936,349.383,190.936,349.383"></path>
  521. <path fill="#4B55AE" d="M192.822,350.139l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C201.001,358.943,192.822,350.139,192.822,350.139"></path>
  522. <path fill="#4B55AE" d="M191.101,351.566l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C179.098,352.121,191.101,351.566,191.101,351.566"></path>
  523. </g>
  524. <g>
  525. <path fill="#D8D8D8" d="M192.826,349.885l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  526. <path fill="#D8D8D8" d="M191.461,351.543l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  527. <path fill="#D8D8D8" d="M190.909,349.621l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  528. </g>
  529. <animateTransform dur="4s" restart="always" from="0 192 350.326" to="359 192 350.326" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  530. </animateTransform>
  531. </g>
  532. <g>
  533. <path fill="#60BFD6" d="M189.523,350.326c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C190.614,347.984,189.523,349.031,189.523,350.326"></path>
  534. </g>
  535. <g>
  536. <path fill="#B1E1EB" d="M190.406,350.326c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S190.406,349.521,190.406,350.326"></path>
  537. </g>
  538. </g>
  539. <g id="5">
  540. <g>
  541. <path fill="#D8D8D8" d="M243.075,350.326l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H243.075z"></path>
  542. </g>
  543. <g transform="rotate(133.395 244 350.326)">
  544. <g>
  545. <path fill="#4B55AE" d="M242.801,349.383l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C246.501,337.949,242.801,349.383,242.801,349.383"></path>
  546. <path fill="#4B55AE" d="M244.687,350.14l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C252.865,358.944,244.687,350.14,244.687,350.14"></path>
  547. <path fill="#4B55AE" d="M242.966,351.567l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C230.963,352.122,242.966,351.567,242.966,351.567"></path>
  548. </g>
  549. <g>
  550. <path fill="#D8D8D8" d="M244.691,349.886l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  551. <path fill="#D8D8D8" d="M243.325,351.544l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  552. <path fill="#D8D8D8" d="M242.774,349.622l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  553. </g>
  554. <animateTransform dur="4s" restart="always" from="0 244 350.326" to="359 244 350.326" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  555. </animateTransform>
  556. </g>
  557. <g>
  558. <path fill="#60BFD6" d="M241.388,350.326c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C242.479,347.984,241.388,349.031,241.388,350.326"></path>
  559. </g>
  560. <g>
  561. <path fill="#B1E1EB" d="M242.271,350.326c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S242.271,349.522,242.271,350.326"></path>
  562. </g>
  563. </g>
  564. <g id="6">
  565. <g>
  566. <path fill="#D8D8D8" d="M293.211,350.548l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H293.211z"></path>
  567. </g>
  568. <g transform="rotate(133.395 294 350.548)">
  569. <g>
  570. <path fill="#4B55AE" d="M292.937,349.604l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C296.637,338.171,292.937,349.604,292.937,349.604"></path>
  571. <path fill="#4B55AE" d="M294.823,350.361l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C303.002,359.166,294.823,350.361,294.823,350.361"></path>
  572. <path fill="#4B55AE" d="M293.102,351.789l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C281.099,352.344,293.102,351.789,293.102,351.789"></path>
  573. </g>
  574. <g>
  575. <path fill="#D8D8D8" d="M294.827,350.107l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  576. <path fill="#D8D8D8" d="M293.462,351.766l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  577. <path fill="#D8D8D8" d="M292.91,349.844l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  578. </g>
  579. <animateTransform dur="4s" restart="always" from="0 294 350.548" to="359 294 350.548" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  580. </animateTransform>
  581. </g>
  582. <g>
  583. <path fill="#60BFD6" d="M291.524,350.548c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C292.615,348.206,291.524,349.253,291.524,350.548"></path>
  584. </g>
  585. <g>
  586. <path fill="#B1E1EB" d="M292.407,350.548c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S292.407,349.744,292.407,350.548"></path>
  587. </g>
  588. </g>
  589. <g id="7">
  590. <g>
  591. <path fill="#D8D8D8" d="M342.171,350.77l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H342.171z"></path>
  592. </g>
  593. <g transform="rotate(133.395 343 350.77)">
  594. <g>
  595. <path fill="#4B55AE" d="M341.896,349.826l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C345.597,338.393,341.896,349.826,341.896,349.826"></path>
  596. <path fill="#4B55AE" d="M343.782,350.584l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C351.961,359.389,343.782,350.584,343.782,350.584"></path>
  597. <path fill="#4B55AE" d="M342.062,352.012l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C330.059,352.566,342.062,352.012,342.062,352.012"></path>
  598. </g>
  599. <g>
  600. <path fill="#D8D8D8" d="M343.786,350.33l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  601. <path fill="#D8D8D8" d="M342.421,351.988l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  602. <path fill="#D8D8D8" d="M341.87,350.066l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  603. </g>
  604. <animateTransform dur="4s" restart="always" from="0 343 350.77" to="359 343 350.77" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  605. </animateTransform>
  606. </g>
  607. <g>
  608. <path fill="#60BFD6" d="M340.484,350.77c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C341.574,348.428,340.484,349.475,340.484,350.77"></path>
  609. </g>
  610. <g>
  611. <path fill="#B1E1EB" d="M341.367,350.77c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S341.367,349.967,341.367,350.77"></path>
  612. </g>
  613. </g>
  614. <g id="8">
  615. <g>
  616. <path fill="#D8D8D8" d="M392.307,350.992l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H392.307z"></path>
  617. </g>
  618. <g transform="rotate(133.395 393 350.992)">
  619. <g>
  620. <path fill="#4B55AE" d="M392.032,350.049l1.986,0.756c0,0,5.22-10.967,5.582-16.906 C395.733,338.615,392.032,350.049,392.032,350.049"></path>
  621. <path fill="#4B55AE" d="M393.919,350.805l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C402.097,359.609,393.919,350.805,393.919,350.805"></path>
  622. <path fill="#4B55AE" d="M392.198,352.232l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C380.195,352.787,392.198,352.232,392.198,352.232"></path>
  623. </g>
  624. <g>
  625. <path fill="#D8D8D8" d="M393.923,350.551l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  626. <path fill="#D8D8D8" d="M392.557,352.209l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  627. <path fill="#D8D8D8" d="M392.006,350.287l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  628. </g>
  629. <animateTransform dur="4s" restart="always" from="0 393 350.992" to="359 393 350.992" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  630. </animateTransform>
  631. </g>
  632. <g>
  633. <path fill="#60BFD6" d="M390.62,350.992c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C391.711,348.65,390.62,349.697,390.62,350.992"></path>
  634. </g>
  635. <g>
  636. <path fill="#B1E1EB" d="M391.503,350.992c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S391.503,350.188,391.503,350.992"></path>
  637. </g>
  638. </g>
  639. <g id="9">
  640. <g>
  641. <path fill="#D8D8D8" d="M439.194,352.001l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H439.194z"></path>
  642. </g>
  643. <g transform="rotate(133.395 440 352.001)">
  644. <g>
  645. <path fill="#4B55AE" d="M438.92,351.058l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C442.62,339.624,438.92,351.058,438.92,351.058"></path>
  646. <path fill="#4B55AE" d="M440.806,351.814l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C448.985,360.619,440.806,351.814,440.806,351.814"></path>
  647. <path fill="#4B55AE" d="M439.085,353.242l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C427.082,353.797,439.085,353.242,439.085,353.242"></path>
  648. </g>
  649. <g>
  650. <path fill="#D8D8D8" d="M440.81,351.561l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  651. <path fill="#D8D8D8" d="M439.445,353.219l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  652. <path fill="#D8D8D8" d="M438.893,351.297l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  653. </g>
  654. <animateTransform dur="4s" restart="always" from="0 440 352.001" to="359 440 352.001" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  655. </animateTransform>
  656. </g>
  657. <g>
  658. <path fill="#60BFD6" d="M437.507,352.001c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C438.598,349.659,437.507,350.706,437.507,352.001"></path>
  659. </g>
  660. <g>
  661. <path fill="#B1E1EB" d="M438.39,352.001c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S438.39,351.197,438.39,352.001"></path>
  662. </g>
  663. </g>
  664. <g id="10">
  665. <g>
  666. <path fill="#D8D8D8" d="M488.154,352.223l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H488.154z"></path>
  667. </g>
  668. <g transform="rotate(133.395 489 352.223)">
  669. <g>
  670. <path fill="#4B55AE" d="M487.879,351.279l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C491.58,339.846,487.879,351.279,487.879,351.279"></path>
  671. <path fill="#4B55AE" d="M489.765,352.037l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C497.944,360.842,489.765,352.037,489.765,352.037"></path>
  672. <path fill="#4B55AE" d="M488.045,353.465l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C476.042,354.02,488.045,353.465,488.045,353.465"></path>
  673. </g>
  674. <g>
  675. <path fill="#D8D8D8" d="M489.769,351.783l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  676. <path fill="#D8D8D8" d="M488.404,353.441l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  677. <path fill="#D8D8D8" d="M487.853,351.52l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  678. </g>
  679. <animateTransform dur="4s" restart="always" from="0 489 352.223" to="359 489 352.223" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  680. </animateTransform>
  681. </g>
  682. <g>
  683. <path fill="#60BFD6" d="M486.467,352.223c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C487.557,349.881,486.467,350.928,486.467,352.223"></path>
  684. </g>
  685. <g>
  686. <path fill="#B1E1EB" d="M487.35,352.223c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S487.35,351.42,487.35,352.223"></path>
  687. </g>
  688. </g>
  689. <g id="11">
  690. <g>
  691. <path fill="#D8D8D8" d="M538.29,352.445l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H538.29z"></path>
  692. </g>
  693. <g transform="rotate(133.395 539 352.445)">
  694. <g>
  695. <path fill="#4B55AE" d="M538.015,351.502l1.986,0.756c0,0,5.22-10.967,5.582-16.906 C541.716,340.068,538.015,351.502,538.015,351.502"></path>
  696. <path fill="#4B55AE" d="M539.902,352.258l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C548.08,361.063,539.902,352.258,539.902,352.258"></path>
  697. <path fill="#4B55AE" d="M538.181,353.686l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C526.178,354.24,538.181,353.686,538.181,353.686"></path>
  698. </g>
  699. <g>
  700. <path fill="#D8D8D8" d="M539.906,352.004l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  701. <path fill="#D8D8D8" d="M538.54,353.662l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  702. <path fill="#D8D8D8" d="M537.989,351.74l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  703. </g>
  704. <animateTransform dur="4s" restart="always" from="0 539 352.445" to="359 539 352.445" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  705. </animateTransform>
  706. </g>
  707. <g>
  708. <path fill="#60BFD6" d="M536.603,352.445c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C537.694,350.104,536.603,351.15,536.603,352.445"></path>
  709. </g>
  710. <g>
  711. <path fill="#B1E1EB" d="M537.486,352.445c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S537.486,351.641,537.486,352.445"></path>
  712. </g>
  713. </g>
  714. <g id="12">
  715. <g>
  716. <path fill="#D8D8D8" d="M64.756,463.059l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H64.756z"></path>
  717. </g>
  718. <g transform="rotate(133.395 65 463.059)">
  719. <g>
  720. <path fill="#4B55AE" d="M64.481,462.115l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C68.182,450.682,64.481,462.115,64.481,462.115"></path>
  721. <path fill="#4B55AE" d="M66.367,462.872l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C74.546,471.677,66.367,462.872,66.367,462.872"></path>
  722. <path fill="#4B55AE" d="M64.647,464.3l0.011-2.125c0,0-12.102-1.03-17.79,0.72C52.644,464.854,64.647,464.3,64.647,464.3"></path>
  723. </g>
  724. <g>
  725. <path fill="#D8D8D8" d="M66.371,462.618l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  726. <path fill="#D8D8D8" d="M65.006,464.276l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  727. <path fill="#D8D8D8" d="M64.455,462.354l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  728. </g>
  729. <animateTransform dur="4s" restart="always" from="0 65 463.059" to="359 65 463.059" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  730. </animateTransform>
  731. </g>
  732. <g>
  733. <path fill="#60BFD6" d="M63.069,463.059c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C64.159,460.717,63.069,461.764,63.069,463.059"></path>
  734. </g>
  735. <g>
  736. <path fill="#B1E1EB" d="M63.952,463.059c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S63.952,462.255,63.952,463.059"></path>
  737. </g>
  738. </g>
  739. <g id="13">
  740. <g>
  741. <path fill="#D8D8D8" d="M114.892,463.28l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385l-1.124-25.91 H114.892z"></path>
  742. </g>
  743. <g transform="rotate(133.395 116 463.28)">
  744. <g>
  745. <path fill="#4B55AE" d="M114.617,462.337l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C118.318,450.903,114.617,462.337,114.617,462.337"></path>
  746. <path fill="#4B55AE" d="M116.504,463.094l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C124.682,471.898,116.504,463.094,116.504,463.094"></path>
  747. <path fill="#4B55AE" d="M114.783,464.521l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C102.78,465.076,114.783,464.521,114.783,464.521"></path>
  748. </g>
  749. <g>
  750. <path fill="#D8D8D8" d="M116.508,462.84l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  751. <path fill="#D8D8D8" d="M115.142,464.498l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  752. <path fill="#D8D8D8" d="M114.591,462.576l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  753. </g>
  754. <animateTransform dur="4s" restart="always" from="0 116 463.28" to="359 116 463.28" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  755. </animateTransform>
  756. </g>
  757. <g>
  758. <path fill="#60BFD6" d="M113.205,463.28c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C114.296,460.938,113.205,461.985,113.205,463.28"></path>
  759. </g>
  760. <g>
  761. <path fill="#B1E1EB" d="M114.088,463.28c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S114.088,462.477,114.088,463.28"></path>
  762. </g>
  763. </g>
  764. <g id="14">
  765. <g>
  766. <path fill="#D8D8D8" d="M163.851,463.502l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H163.851z"></path>
  767. </g>
  768. <g transform="rotate(133.395 165 463.502)">
  769. <g>
  770. <path fill="#4B55AE" d="M163.577,462.559l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C167.278,451.125,163.577,462.559,163.577,462.559"></path>
  771. <path fill="#4B55AE" d="M165.463,463.316l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C173.642,472.121,165.463,463.316,165.463,463.316"></path>
  772. <path fill="#4B55AE" d="M163.742,464.744l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C151.74,465.299,163.742,464.744,163.742,464.744"></path>
  773. </g>
  774. <g>
  775. <path fill="#D8D8D8" d="M165.467,463.063l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  776. <path fill="#D8D8D8" d="M164.102,464.721l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  777. <path fill="#D8D8D8" d="M163.551,462.799l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  778. </g>
  779. <animateTransform dur="4s" restart="always" from="0 165 463.502" to="359 165 463.502" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  780. </animateTransform>
  781. </g>
  782. <g>
  783. <path fill="#60BFD6" d="M162.164,463.502c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C163.255,461.16,162.164,462.207,162.164,463.502"></path>
  784. </g>
  785. <g>
  786. <path fill="#B1E1EB" d="M163.048,463.502c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S163.048,462.699,163.048,463.502"></path>
  787. </g>
  788. </g>
  789. <g id="15">
  790. <g>
  791. <path fill="#D8D8D8" d="M213.988,463.725l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H213.988z"></path>
  792. </g>
  793. <g transform="rotate(133.395 215 463.725)">
  794. <g>
  795. <path fill="#4B55AE" d="M213.713,462.781l1.986,0.756c0,0,5.22-10.967,5.582-16.906 C217.414,451.348,213.713,462.781,213.713,462.781"></path>
  796. <path fill="#4B55AE" d="M215.599,463.537l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C223.778,472.342,215.599,463.537,215.599,463.537"></path>
  797. <path fill="#4B55AE" d="M213.879,464.965l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C201.876,465.52,213.879,464.965,213.879,464.965"></path>
  798. </g>
  799. <g>
  800. <path fill="#D8D8D8" d="M215.603,463.283l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  801. <path fill="#D8D8D8" d="M214.238,464.941l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  802. <path fill="#D8D8D8" d="M213.687,463.02l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  803. </g>
  804. <animateTransform dur="4s" restart="always" from="0 215 463.725" to="359 215 463.725" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  805. </animateTransform>
  806. </g>
  807. <g>
  808. <path fill="#60BFD6" d="M212.301,463.725c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C213.391,461.383,212.301,462.43,212.301,463.725"></path>
  809. </g>
  810. <g>
  811. <path fill="#B1E1EB" d="M213.184,463.725c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S213.184,462.92,213.184,463.725"></path>
  812. </g>
  813. </g>
  814. <g id="16">
  815. <g>
  816. <path fill="#D8D8D8" d="M265.852,463.725l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H265.852z"></path>
  817. </g>
  818. <g transform="rotate(133.395 267 463.725)">
  819. <g>
  820. <path fill="#4B55AE" d="M265.578,462.781l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C269.279,451.348,265.578,462.781,265.578,462.781"></path>
  821. <path fill="#4B55AE" d="M267.464,463.538l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C275.643,472.343,267.464,463.538,267.464,463.538"></path>
  822. <path fill="#4B55AE" d="M265.743,464.966l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C253.74,465.521,265.743,464.966,265.743,464.966"></path>
  823. </g>
  824. <g>
  825. <path fill="#D8D8D8" d="M267.468,463.284l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  826. <path fill="#D8D8D8" d="M266.103,464.942l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  827. <path fill="#D8D8D8" d="M265.552,463.021l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  828. </g>
  829. <animateTransform dur="4s" restart="always" from="0 267 463.725" to="359 267 463.725" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  830. </animateTransform>
  831. </g>
  832. <g>
  833. <path fill="#60BFD6" d="M264.165,463.725c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C265.256,461.383,264.165,462.43,264.165,463.725"></path>
  834. </g>
  835. <g>
  836. <path fill="#B1E1EB" d="M265.049,463.725c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S265.049,462.921,265.049,463.725"></path>
  837. </g>
  838. </g>
  839. <g id="17">
  840. <g>
  841. <path fill="#D8D8D8" d="M319.989,463.946l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H319.989z"></path>
  842. </g>
  843. <g transform="rotate(133.395 321 463.946)">
  844. <g>
  845. <path fill="#4B55AE" d="M319.714,463.003l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C323.415,451.569,319.714,463.003,319.714,463.003"></path>
  846. <path fill="#4B55AE" d="M321.6,463.76l-1.63,1.364c0,0,7.032,9.903,12.042,13.114C329.779,472.564,321.6,463.76,321.6,463.76"></path>
  847. <path fill="#4B55AE" d="M319.88,465.188l0.011-2.125c0,0-12.102-1.03-17.79,0.72C307.877,465.742,319.88,465.188,319.88,465.188 "></path>
  848. </g>
  849. <g>
  850. <path fill="#D8D8D8" d="M321.604,463.506l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  851. <path fill="#D8D8D8" d="M320.239,465.164l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  852. <path fill="#D8D8D8" d="M319.688,463.242l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  853. </g>
  854. <animateTransform dur="4s" restart="always" from="0 321 463.946" to="359 321 463.946" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  855. </animateTransform>
  856. </g>
  857. <g>
  858. <path fill="#60BFD6" d="M318.302,463.946c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C319.392,461.604,318.302,462.651,318.302,463.946"></path>
  859. </g>
  860. <g>
  861. <path fill="#B1E1EB" d="M319.185,463.946c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S319.185,463.143,319.185,463.946"></path>
  862. </g>
  863. </g>
  864. <g id="18">
  865. <g>
  866. <path fill="#D8D8D8" d="M373.948,464.168l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H373.948z"></path>
  867. </g>
  868. <g transform="rotate(133.395 375 464.168)">
  869. <g>
  870. <path fill="#4B55AE" d="M373.674,463.225l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C377.374,451.791,373.674,463.225,373.674,463.225"></path>
  871. <path fill="#4B55AE" d="M375.56,463.982l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C383.739,472.787,375.56,463.982,375.56,463.982"></path>
  872. <path fill="#4B55AE" d="M373.839,465.41l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C361.836,465.965,373.839,465.41,373.839,465.41"></path>
  873. </g>
  874. <g>
  875. <path fill="#D8D8D8" d="M375.564,463.729l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  876. <path fill="#D8D8D8" d="M374.198,465.387l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  877. <path fill="#D8D8D8" d="M373.647,463.465l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  878. </g>
  879. <animateTransform dur="4s" restart="always" from="0 375 464.168" to="359 375 464.168" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  880. </animateTransform>
  881. </g>
  882. <g>
  883. <path fill="#60BFD6" d="M372.261,464.168c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C373.352,461.826,372.261,462.873,372.261,464.168"></path>
  884. </g>
  885. <g>
  886. <path fill="#B1E1EB" d="M373.144,464.168c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S373.144,463.365,373.144,464.168"></path>
  887. </g>
  888. </g>
  889. <g id="19">
  890. <g>
  891. <path fill="#D8D8D8" d="M424.084,464.391l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H424.084z"></path>
  892. </g>
  893. <g transform="rotate(133.395 425 464.391)">
  894. <g>
  895. <path fill="#4B55AE" d="M423.81,463.447l1.986,0.756c0,0,5.22-10.967,5.582-16.906 C427.51,452.014,423.81,463.447,423.81,463.447"></path>
  896. <path fill="#4B55AE" d="M425.696,464.203l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C433.875,473.008,425.696,464.203,425.696,464.203"></path>
  897. <path fill="#4B55AE" d="M423.975,465.631l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C411.972,466.186,423.975,465.631,423.975,465.631"></path>
  898. </g>
  899. <g>
  900. <path fill="#D8D8D8" d="M425.7,463.949l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  901. <path fill="#D8D8D8" d="M424.335,465.607l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  902. <path fill="#D8D8D8" d="M423.783,463.686l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  903. </g>
  904. <animateTransform dur="4s" restart="always" from="0 425 464.391" to="359 425 464.391" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  905. </animateTransform>
  906. </g>
  907. <g>
  908. <path fill="#60BFD6" d="M422.397,464.391c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C423.488,462.049,422.397,463.096,422.397,464.391"></path>
  909. </g>
  910. <g>
  911. <path fill="#B1E1EB" d="M423.281,464.391c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S423.281,463.586,423.281,464.391"></path>
  912. </g>
  913. </g>
  914. <g id="20">
  915. <g>
  916. <path fill="#D8D8D8" d="M475.971,465.399l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H475.971z"></path>
  917. </g>
  918. <g transform="rotate(133.395 477 465.399)">
  919. <g>
  920. <path fill="#4B55AE" d="M475.697,464.456l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C479.398,453.022,475.697,464.456,475.697,464.456"></path>
  921. <path fill="#4B55AE" d="M477.583,465.213l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C485.762,474.018,477.583,465.213,477.583,465.213"></path>
  922. <path fill="#4B55AE" d="M475.863,466.641l0.011-2.125c0,0-12.102-1.03-17.79,0.72 C463.86,467.195,475.863,466.641,475.863,466.641"></path>
  923. </g>
  924. <g>
  925. <path fill="#D8D8D8" d="M477.587,464.959l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  926. <path fill="#D8D8D8" d="M476.222,466.617l11.967,13.182c0,0-0.878-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  927. <path fill="#D8D8D8" d="M475.671,464.695l-17.793,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  928. </g>
  929. <animateTransform dur="4s" restart="always" from="0 477 465.399" to="359 477 465.399" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  930. </animateTransform>
  931. </g>
  932. <g>
  933. <path fill="#60BFD6" d="M474.284,465.399c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C475.375,463.058,474.284,464.104,474.284,465.399"></path>
  934. </g>
  935. <g>
  936. <path fill="#B1E1EB" d="M475.168,465.399c0,0.804,0.697,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.699-1.458-1.556-1.458 S475.168,464.596,475.168,465.399"></path>
  937. </g>
  938. </g>
  939. <g id="21">
  940. <g>
  941. <path fill="#D8D8D8" d="M531.931,464.621l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H531.931z"></path>
  942. </g>
  943. <g transform="rotate(133.395 533 464.621)">
  944. <g>
  945. <path fill="#4B55AE" d="M531.656,463.678l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C535.357,452.244,531.656,463.678,531.656,463.678"></path>
  946. <path fill="#4B55AE" d="M533.543,464.436l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C541.721,473.24,533.543,464.436,533.543,464.436"></path>
  947. <path fill="#4B55AE" d="M531.822,465.863l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C519.819,466.418,531.822,465.863,531.822,465.863"></path>
  948. </g>
  949. <g>
  950. <path fill="#D8D8D8" d="M533.547,464.182l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.045,2.318-1.045,2.318"></path>
  951. <path fill="#D8D8D8" d="M532.181,465.84l11.967,13.182c0,0-0.878-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  952. <path fill="#D8D8D8" d="M531.63,463.918l-17.793,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  953. </g>
  954. <animateTransform dur="4s" restart="always" from="0 533 464.621" to="359 533 464.621" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  955. </animateTransform>
  956. </g>
  957. <g>
  958. <path fill="#60BFD6" d="M530.244,464.621c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C531.335,462.279,530.244,463.326,530.244,464.621"></path>
  959. </g>
  960. <g>
  961. <path fill="#B1E1EB" d="M531.127,464.621c0,0.805,0.697,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.699-1.457-1.556-1.457S531.127,463.818,531.127,464.621"></path>
  962. </g>
  963. </g>
  964. <g id="22">
  965. <g>
  966. <path fill="#D8D8D8" d="M582.067,464.844l-1.144,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.124-25.91H582.067z"></path>
  967. </g>
  968. <g transform="rotate(133.395 583 464.844)">
  969. <g>
  970. <path fill="#4B55AE" d="M581.793,463.9l1.986,0.756c0,0,5.22-10.967,5.582-16.906C585.493,452.467,581.793,463.9,581.793,463.9"></path>
  971. <path fill="#4B55AE" d="M583.679,464.656l-1.63,1.365c0,0,7.032,9.902,12.042,13.113 C591.858,473.461,583.679,464.656,583.679,464.656"></path>
  972. <path fill="#4B55AE" d="M581.958,466.084l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C569.955,466.639,581.958,466.084,581.958,466.084"></path>
  973. </g>
  974. <g>
  975. <path fill="#D8D8D8" d="M583.683,464.402l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.769,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  976. <path fill="#D8D8D8" d="M582.318,466.061l11.967,13.182c0,0-0.878-0.549-1.157-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.808-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.913-3.652c-0.386-0.506-1.515-2.043-1.515-2.043"></path>
  977. <path fill="#D8D8D8" d="M581.766,464.139l-17.793,0.619c0,0,0.987-0.316,1.323-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.239-0.145,1.654-0.174c1.375-0.092,4.13-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  978. </g>
  979. <animateTransform dur="4s" restart="always" from="0 583 464.844" to="359 583 464.844" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  980. </animateTransform>
  981. </g>
  982. <g>
  983. <path fill="#60BFD6" d="M580.38,464.844c0,1.289,1.091,2.342,2.438,2.342c1.348,0,2.439-1.053,2.439-2.342 c0-1.295-1.091-2.342-2.439-2.342C581.471,462.502,580.38,463.549,580.38,464.844"></path>
  984. </g>
  985. <g>
  986. <path fill="#B1E1EB" d="M581.263,464.844c0,0.803,0.697,1.457,1.554,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.699-1.459-1.556-1.459S581.263,464.039,581.263,464.844"></path>
  987. </g>
  988. </g>
  989. <g id="23">
  990. <g>
  991. <path fill="#D8D8D8" d="M714.998,464.264l-1.081,25.913c0,0,0.988,0.383,1.858,0.38c0.896-0.002,1.933-0.39,1.933-0.39 l-1.187-25.907L714.998,464.264z"></path>
  992. </g>
  993. <g transform="rotate(133.395 716 464.266)">
  994. <g>
  995. <path fill="#4B55AE" d="M714.721,463.32l1.988,0.752c0,0,5.193-10.98,5.54-16.92C718.395,451.878,714.721,463.32,714.721,463.32 "></path>
  996. <path fill="#4B55AE" d="M716.61,464.072l-1.628,1.369c0,0,7.057,9.886,12.075,13.084 C724.81,472.857,716.61,464.072,716.61,464.072"></path>
  997. <path fill="#4B55AE" d="M714.892,465.506l0.008-2.125c0,0-12.105-1.001-17.789,0.762 C702.89,466.09,714.892,465.506,714.892,465.506"></path>
  998. </g>
  999. <g>
  1000. <path fill="#D8D8D8" d="M716.613,463.818l5.637-16.888c0,0-0.051,1.036-0.092,1.377c-0.035,0.29-0.146,0.861-0.205,1.146 c-0.051,0.233-0.214,0.934-0.214,0.934s-0.298,1.211-0.416,1.61c-0.394,1.321-1.273,3.935-1.76,5.223 c-0.413,1.092-1.295,3.256-1.759,4.327c-0.252,0.584-1.038,2.323-1.038,2.323"></path>
  1001. <path fill="#D8D8D8" d="M715.251,465.48l11.999,13.151c0,0-0.879-0.547-1.157-0.751c-0.235-0.172-0.683-0.546-0.901-0.737 c-0.179-0.157-0.71-0.643-0.71-0.643s-0.914-0.85-1.204-1.146c-0.96-0.987-2.814-3.027-3.702-4.082 c-0.753-0.894-2.213-2.718-2.922-3.646c-0.388-0.504-1.521-2.039-1.521-2.039"></path>
  1002. <path fill="#D8D8D8" d="M714.697,463.561l-17.793,0.661c0,0,0.987-0.319,1.323-0.399c0.283-0.067,0.857-0.168,1.144-0.211 c0.237-0.034,0.949-0.126,0.949-0.126s1.239-0.147,1.654-0.177c1.375-0.097,4.129-0.194,5.507-0.192 c1.168,0.002,3.504,0.068,4.672,0.125c0.634,0.032,2.538,0.158,2.538,0.158"></path>
  1003. </g>
  1004. <animateTransform dur="4s" restart="always" from="0 716 464.266" to="359 716 464.266" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1005. </animateTransform>
  1006. </g>
  1007. <g>
  1008. <path fill="#60BFD6" d="M713.311,464.268c0.003,1.29,1.097,2.339,2.443,2.336c1.348-0.005,2.436-1.058,2.434-2.348 c-0.003-1.295-1.098-2.34-2.445-2.337C714.396,461.924,713.309,462.973,713.311,464.268"></path>
  1009. </g>
  1010. <g>
  1011. <path fill="#B1E1EB" d="M714.194,464.266c0.002,0.804,0.7,1.457,1.558,1.454s1.555-0.659,1.554-1.463 c-0.002-0.804-0.702-1.456-1.56-1.454C714.888,462.807,714.193,463.462,714.194,464.266"></path>
  1012. </g>
  1013. </g>
  1014. <g id="24">
  1015. <g>
  1016. <path fill="#D8D8D8" d="M767.135,464.362l-1.081,25.913c0,0,0.988,0.382,1.859,0.38c0.895-0.002,1.931-0.389,1.931-0.389 l-1.188-25.908L767.135,464.362z"></path>
  1017. </g>
  1018. <g transform="rotate(133.395 768 464.365)">
  1019. <g>
  1020. <path fill="#4B55AE" d="M766.859,463.42l1.988,0.752c0,0,5.191-10.98,5.539-16.919 C770.531,451.977,766.859,463.42,766.859,463.42"></path>
  1021. <path fill="#4B55AE" d="M768.747,464.172l-1.629,1.368c0,0,7.057,9.887,12.074,13.085 C776.947,472.956,768.747,464.172,768.747,464.172"></path>
  1022. <path fill="#4B55AE" d="M767.028,465.604l0.007-2.125c0,0-12.104-1-17.788,0.764 C755.027,466.188,767.028,465.604,767.028,465.604"></path>
  1023. </g>
  1024. <g>
  1025. <path fill="#D8D8D8" d="M768.75,463.918l5.634-16.887c0,0-0.049,1.034-0.092,1.377c-0.034,0.289-0.142,0.86-0.203,1.146 c-0.052,0.232-0.215,0.933-0.215,0.933s-0.298,1.211-0.416,1.609c-0.393,1.322-1.271,3.934-1.76,5.222 c-0.412,1.093-1.295,3.256-1.757,4.33c-0.253,0.583-1.04,2.32-1.04,2.32"></path>
  1026. <path fill="#D8D8D8" d="M767.388,465.579l11.999,13.153c0,0-0.88-0.549-1.157-0.752c-0.236-0.171-0.681-0.546-0.901-0.738 c-0.18-0.157-0.71-0.643-0.71-0.643s-0.913-0.849-1.204-1.146c-0.96-0.987-2.813-3.028-3.703-4.083 c-0.753-0.893-2.212-2.718-2.921-3.646c-0.389-0.504-1.521-2.04-1.521-2.04"></path>
  1027. <path fill="#D8D8D8" d="M766.832,463.659l-17.793,0.661c0,0,0.987-0.318,1.323-0.398c0.282-0.068,0.856-0.169,1.145-0.212 c0.235-0.034,0.949-0.125,0.949-0.125s1.237-0.148,1.654-0.178c1.373-0.097,4.128-0.193,5.507-0.191 c1.168,0.001,3.502,0.068,4.67,0.124c0.635,0.033,2.538,0.158,2.538,0.158"></path>
  1028. </g>
  1029. <animateTransform dur="4s" restart="always" from="0 768 464.365" to="359 768 464.365" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1030. </animateTransform>
  1031. </g>
  1032. <g>
  1033. <path fill="#60BFD6" d="M765.448,464.367c0.003,1.29,1.096,2.34,2.443,2.335c1.348-0.003,2.437-1.058,2.434-2.348 c-0.002-1.295-1.098-2.339-2.444-2.336C766.532,462.022,765.446,463.072,765.448,464.367"></path>
  1034. </g>
  1035. <g>
  1036. <path fill="#B1E1EB" d="M766.33,464.365c0.002,0.804,0.702,1.456,1.56,1.453c0.857-0.002,1.553-0.657,1.552-1.461 c-0.002-0.804-0.702-1.457-1.56-1.455S766.329,463.562,766.33,464.365"></path>
  1037. </g>
  1038. </g>
  1039. <g id="25">
  1040. <g>
  1041. <path fill="#D8D8D8" d="M816.096,464.466l-1.083,25.912c0,0,0.989,0.383,1.859,0.38c0.896-0.002,1.933-0.39,1.933-0.39 l-1.188-25.907L816.096,464.466z"></path>
  1042. </g>
  1043. <g transform="rotate(133.395 817 464.467)">
  1044. <g>
  1045. <path fill="#4B55AE" d="M815.818,463.522l1.989,0.753c0,0,5.192-10.982,5.538-16.921 C819.49,452.078,815.818,463.522,815.818,463.522"></path>
  1046. <path fill="#4B55AE" d="M817.707,464.276l-1.629,1.367c0,0,7.057,9.885,12.074,13.085 C825.906,473.061,817.707,464.276,817.707,464.276"></path>
  1047. <path fill="#4B55AE" d="M815.989,465.708l0.007-2.125c0,0-12.104-1.002-17.788,0.761 C803.987,466.292,815.989,465.708,815.989,465.708"></path>
  1048. </g>
  1049. <g>
  1050. <path fill="#D8D8D8" d="M817.709,464.022l5.636-16.891c0,0-0.05,1.035-0.092,1.378c-0.034,0.288-0.145,0.86-0.204,1.146 c-0.052,0.232-0.216,0.932-0.216,0.932s-0.296,1.213-0.414,1.611c-0.394,1.321-1.272,3.934-1.76,5.223 c-0.413,1.093-1.295,3.256-1.759,4.329c-0.253,0.582-1.038,2.32-1.038,2.32"></path>
  1051. <path fill="#D8D8D8" d="M816.348,465.683l11.998,13.152c0,0-0.878-0.549-1.157-0.753c-0.234-0.171-0.681-0.545-0.9-0.736 c-0.18-0.158-0.711-0.643-0.711-0.643s-0.912-0.849-1.204-1.146c-0.961-0.987-2.813-3.029-3.701-4.081 c-0.754-0.894-2.213-2.72-2.923-3.647c-0.387-0.503-1.52-2.04-1.52-2.04"></path>
  1052. <path fill="#D8D8D8" d="M815.793,463.763L798,464.424c0,0,0.985-0.319,1.322-0.398c0.283-0.068,0.856-0.171,1.145-0.213 c0.235-0.035,0.948-0.127,0.948-0.127s1.239-0.147,1.653-0.177c1.375-0.096,4.13-0.192,5.508-0.19 c1.168,0.001,3.504,0.067,4.671,0.123c0.635,0.033,2.539,0.159,2.539,0.159"></path>
  1053. </g>
  1054. <animateTransform dur="4s" restart="always" from="0 817 464.467" to="359 817 464.467" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1055. </animateTransform>
  1056. </g>
  1057. <g>
  1058. <path fill="#60BFD6" d="M814.408,464.47c0.003,1.291,1.095,2.339,2.441,2.335c1.348-0.003,2.438-1.057,2.434-2.348 c-0.002-1.295-1.097-2.34-2.444-2.336C815.492,462.125,814.405,463.175,814.408,464.47"></path>
  1059. </g>
  1060. <g>
  1061. <path fill="#B1E1EB" d="M815.291,464.467c0.001,0.805,0.699,1.458,1.557,1.455c0.857-0.001,1.555-0.658,1.553-1.463 c-0.001-0.803-0.701-1.455-1.559-1.453C815.985,463.009,815.288,463.664,815.291,464.467"></path>
  1062. </g>
  1063. </g>
  1064. <g id="26">
  1065. <g>
  1066. <path fill="#D8D8D8" d="M866.231,464.564l-1.08,25.914c0,0,0.987,0.382,1.858,0.38c0.895-0.003,1.932-0.39,1.932-0.39 l-1.188-25.907L866.231,464.564z"></path>
  1067. </g>
  1068. <g transform="rotate(133.395 867 464.567)">
  1069. <g>
  1070. <path fill="#4B55AE" d="M865.954,463.622l1.987,0.751c0,0,5.193-10.98,5.541-16.92 C869.627,452.179,865.954,463.622,865.954,463.622"></path>
  1071. <path fill="#4B55AE" d="M867.842,464.373l-1.627,1.369c0,0,7.057,9.885,12.075,13.085 C876.042,473.157,867.842,464.373,867.842,464.373"></path>
  1072. <path fill="#4B55AE" d="M866.125,465.806l0.006-2.125c0,0-12.103-1-17.789,0.764 C854.123,466.39,866.125,465.806,866.125,465.806"></path>
  1073. </g>
  1074. <g>
  1075. <path fill="#D8D8D8" d="M867.847,464.119l5.634-16.887c0,0-0.049,1.035-0.092,1.377c-0.034,0.289-0.143,0.859-0.203,1.146 c-0.052,0.233-0.216,0.934-0.216,0.934s-0.297,1.21-0.416,1.608c-0.392,1.324-1.27,3.936-1.759,5.223 c-0.412,1.095-1.295,3.258-1.757,4.329c-0.252,0.585-1.04,2.323-1.04,2.323"></path>
  1076. <path fill="#D8D8D8" d="M866.485,465.781l11.999,13.152c0,0-0.881-0.547-1.158-0.752c-0.236-0.17-0.681-0.545-0.899-0.737 c-0.181-0.158-0.712-0.643-0.712-0.643s-0.912-0.85-1.203-1.146c-0.962-0.988-2.813-3.027-3.703-4.083 c-0.752-0.893-2.211-2.716-2.921-3.645c-0.388-0.505-1.521-2.038-1.521-2.038"></path>
  1077. <path fill="#D8D8D8" d="M865.929,463.86l-17.792,0.662c0,0,0.986-0.318,1.323-0.399c0.281-0.067,0.855-0.168,1.144-0.212 c0.235-0.033,0.949-0.125,0.949-0.125s1.237-0.148,1.653-0.179c1.374-0.094,4.129-0.192,5.508-0.19 c1.168,0.004,3.501,0.067,4.67,0.125c0.635,0.032,2.538,0.158,2.538,0.158"></path>
  1078. </g>
  1079. <animateTransform dur="4s" restart="always" from="0 867 464.567" to="359 867 464.567" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1080. </animateTransform>
  1081. </g>
  1082. <g>
  1083. <path fill="#60BFD6" d="M864.544,464.568c0.003,1.289,1.096,2.341,2.442,2.337c1.348-0.004,2.438-1.06,2.435-2.349 c-0.003-1.295-1.098-2.339-2.444-2.335C865.629,462.226,864.541,463.273,864.544,464.568"></path>
  1084. </g>
  1085. <g>
  1086. <path fill="#B1E1EB" d="M865.427,464.567c0.001,0.803,0.701,1.455,1.559,1.453c0.857-0.003,1.554-0.658,1.552-1.461 c-0.002-0.805-0.701-1.458-1.559-1.455C866.121,463.106,865.425,463.763,865.427,464.567"></path>
  1087. </g>
  1088. </g>
  1089. <g id="27">
  1090. <g>
  1091. <path fill="#D8D8D8" d="M921.096,464.438l-1.079,25.912c0,0,0.986,0.383,1.856,0.38c0.896-0.002,1.932-0.389,1.932-0.389 l-1.186-25.907L921.096,464.438z"></path>
  1092. </g>
  1093. <g transform="rotate(133.395 922 464.44)">
  1094. <g>
  1095. <path fill="#4B55AE" d="M920.82,463.496l1.987,0.752c0,0,5.192-10.981,5.539-16.921 C924.491,452.053,920.82,463.496,920.82,463.496"></path>
  1096. <path fill="#4B55AE" d="M922.707,464.248l-1.627,1.368c0,0,7.056,9.885,12.076,13.084 C930.907,473.032,922.707,464.248,922.707,464.248"></path>
  1097. <path fill="#4B55AE" d="M920.99,465.68l0.005-2.125c0,0-12.104-1.002-17.786,0.764C908.989,466.264,920.99,465.68,920.99,465.68 "></path>
  1098. </g>
  1099. <g>
  1100. <path fill="#D8D8D8" d="M922.711,463.994l5.634-16.889c0,0-0.05,1.034-0.092,1.377c-0.035,0.289-0.142,0.86-0.204,1.146 c-0.05,0.233-0.215,0.934-0.215,0.934s-0.298,1.21-0.416,1.608c-0.392,1.322-1.269,3.936-1.758,5.224 c-0.412,1.092-1.295,3.256-1.759,4.329c-0.25,0.583-1.039,2.321-1.039,2.321"></path>
  1101. <path fill="#D8D8D8" d="M921.349,465.655l12.001,13.152c0,0-0.882-0.547-1.16-0.753c-0.236-0.17-0.681-0.545-0.899-0.736 c-0.18-0.157-0.711-0.642-0.711-0.642s-0.913-0.85-1.203-1.147c-0.962-0.988-2.814-3.029-3.704-4.082 c-0.751-0.894-2.211-2.719-2.921-3.646c-0.387-0.505-1.521-2.04-1.521-2.04"></path>
  1102. <path fill="#D8D8D8" d="M920.792,463.735L903,464.396c0,0,0.987-0.319,1.324-0.398c0.282-0.068,0.855-0.17,1.143-0.213 c0.236-0.034,0.949-0.126,0.949-0.126s1.239-0.148,1.654-0.177c1.374-0.096,4.129-0.193,5.509-0.191 c1.168,0.002,3.502,0.067,4.67,0.123c0.633,0.032,2.537,0.16,2.537,0.16"></path>
  1103. </g>
  1104. <animateTransform dur="4s" restart="always" from="0 922 464.44" to="359 922 464.44" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1105. </animateTransform>
  1106. </g>
  1107. <g>
  1108. <path fill="#60BFD6" d="M919.408,464.443c0.003,1.29,1.097,2.338,2.444,2.334c1.348-0.003,2.436-1.057,2.433-2.347 c-0.003-1.295-1.097-2.34-2.444-2.337C920.493,462.098,919.406,463.148,919.408,464.443"></path>
  1109. </g>
  1110. <g>
  1111. <path fill="#B1E1EB" d="M920.291,464.44c0.002,0.804,0.701,1.456,1.559,1.453c0.857-0.001,1.553-0.657,1.553-1.461 c-0.003-0.804-0.703-1.456-1.56-1.455C920.986,462.98,920.29,463.637,920.291,464.44"></path>
  1112. </g>
  1113. </g>
  1114. <g id="28">
  1115. <g>
  1116. <path fill="#D8D8D8" d="M971.233,464.537l-1.08,25.912c0,0,0.988,0.383,1.857,0.381c0.896-0.002,1.933-0.39,1.933-0.39 l-1.187-25.907L971.233,464.537z"></path>
  1117. </g>
  1118. <g transform="rotate(133.395 972 464.539)">
  1119. <g>
  1120. <path fill="#4B55AE" d="M970.955,463.596l1.988,0.751c0,0,5.193-10.981,5.54-16.92 C974.629,452.151,970.955,463.596,970.955,463.596"></path>
  1121. <path fill="#4B55AE" d="M972.844,464.347l-1.627,1.368c0,0,7.056,9.886,12.074,13.085 C981.044,473.132,972.844,464.347,972.844,464.347"></path>
  1122. <path fill="#4B55AE" d="M971.125,465.778l0.007-2.125c0,0-12.104-1.001-17.786,0.764 C959.124,466.362,971.125,465.778,971.125,465.778"></path>
  1123. </g>
  1124. <g>
  1125. <path fill="#D8D8D8" d="M972.846,464.093l5.637-16.889c0,0-0.051,1.036-0.093,1.378c-0.033,0.289-0.143,0.86-0.204,1.146 c-0.05,0.233-0.213,0.934-0.213,0.934s-0.299,1.21-0.416,1.608c-0.394,1.323-1.272,3.936-1.76,5.225 c-0.413,1.093-1.294,3.255-1.76,4.328c-0.251,0.584-1.037,2.321-1.037,2.321"></path>
  1126. <path fill="#D8D8D8" d="M971.486,465.755l12,13.152c0,0-0.88-0.548-1.159-0.752c-0.235-0.172-0.682-0.546-0.901-0.737 c-0.177-0.158-0.709-0.643-0.709-0.643s-0.914-0.851-1.203-1.147c-0.96-0.986-2.815-3.028-3.703-4.081 c-0.753-0.893-2.211-2.719-2.924-3.647c-0.386-0.503-1.518-2.038-1.518-2.038"></path>
  1127. <path fill="#D8D8D8" d="M970.931,463.835l-17.792,0.66c0,0,0.986-0.318,1.32-0.397c0.284-0.069,0.858-0.171,1.146-0.213 c0.235-0.034,0.947-0.127,0.947-0.127s1.24-0.146,1.654-0.177c1.375-0.096,4.13-0.192,5.508-0.19 c1.168,0.002,3.504,0.067,4.672,0.124c0.633,0.031,2.537,0.158,2.537,0.158"></path>
  1128. </g>
  1129. <animateTransform dur="4s" restart="always" from="0 972 464.539" to="359 972 464.539" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1130. </animateTransform>
  1131. </g>
  1132. <g>
  1133. <path fill="#60BFD6" d="M969.545,464.54c0.003,1.29,1.097,2.341,2.443,2.337c1.348-0.003,2.436-1.058,2.432-2.349 c-0.001-1.295-1.095-2.338-2.442-2.334C970.631,462.197,969.542,463.245,969.545,464.54"></path>
  1134. </g>
  1135. <g>
  1136. <path fill="#B1E1EB" d="M970.428,464.539c0.002,0.805,0.7,1.456,1.558,1.454s1.556-0.658,1.554-1.462s-0.703-1.456-1.561-1.453 C971.121,463.079,970.428,463.734,970.428,464.539"></path>
  1137. </g>
  1138. </g>
  1139. <g id="29">
  1140. <g>
  1141. <path fill="#D8D8D8" d="M1020.192,464.639l-1.079,25.913c0,0,0.986,0.382,1.856,0.379c0.896,0.001,1.933-0.388,1.933-0.388 l-1.187-25.906L1020.192,464.639z"></path>
  1142. </g>
  1143. <g transform="rotate(133.395 1021 464.641)">
  1144. <g>
  1145. <path fill="#4B55AE" d="M1019.917,463.696l1.985,0.754c0,0,5.193-10.983,5.54-16.921 C1023.588,452.254,1019.917,463.696,1019.917,463.696"></path>
  1146. <path fill="#4B55AE" d="M1021.803,464.45l-1.626,1.366c0,0,7.056,9.887,12.075,13.086 C1030.004,473.234,1021.803,464.45,1021.803,464.45"></path>
  1147. <path fill="#4B55AE" d="M1020.086,465.882l0.006-2.125c0,0-12.104-1.003-17.787,0.763 C1008.084,466.465,1020.086,465.882,1020.086,465.882"></path>
  1148. </g>
  1149. <g>
  1150. <path fill="#D8D8D8" d="M1021.807,464.196l5.635-16.89c0,0-0.05,1.035-0.093,1.377c-0.033,0.289-0.142,0.861-0.203,1.147 c-0.051,0.231-0.214,0.933-0.214,0.933s-0.299,1.212-0.416,1.61c-0.392,1.321-1.271,3.936-1.759,5.224 c-0.411,1.092-1.295,3.254-1.759,4.328c-0.251,0.583-1.041,2.32-1.041,2.32"></path>
  1151. <path fill="#D8D8D8" d="M1020.445,465.856l12.001,13.153c0,0-0.88-0.549-1.16-0.753c-0.235-0.172-0.68-0.547-0.899-0.736 c-0.18-0.158-0.71-0.643-0.71-0.643s-0.914-0.85-1.204-1.147c-0.962-0.986-2.813-3.029-3.703-4.081 c-0.752-0.893-2.211-2.72-2.922-3.646c-0.387-0.504-1.521-2.04-1.521-2.04"></path>
  1152. <path fill="#D8D8D8" d="M1019.89,463.937l-17.792,0.661c0,0,0.984-0.319,1.322-0.397c0.283-0.069,0.856-0.171,1.145-0.213 c0.235-0.035,0.949-0.126,0.949-0.126s1.238-0.147,1.653-0.177c1.373-0.097,4.129-0.194,5.508-0.191 c1.168,0.002,3.503,0.067,4.67,0.123c0.635,0.032,2.539,0.158,2.539,0.158"></path>
  1153. </g>
  1154. <animateTransform dur="4s" restart="always" from="0 1021 464.641" to="359 1021 464.641" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1155. </animateTransform>
  1156. </g>
  1157. <g>
  1158. <path fill="#60BFD6" d="M1018.504,464.644c0.004,1.291,1.098,2.339,2.445,2.334c1.348-0.002,2.436-1.055,2.432-2.346 c-0.002-1.295-1.095-2.34-2.442-2.337S1018.501,463.349,1018.504,464.644"></path>
  1159. </g>
  1160. <g>
  1161. <path fill="#B1E1EB" d="M1019.389,464.641c0.002,0.805,0.699,1.458,1.557,1.454c0.857,0,1.555-0.656,1.553-1.461 c-0.001-0.803-0.701-1.455-1.559-1.454C1020.082,463.182,1019.388,463.838,1019.389,464.641"></path>
  1162. </g>
  1163. </g>
  1164. <g id="30">
  1165. <g>
  1166. <path fill="#D8D8D8" d="M1073.328,464.738l-1.08,25.913c0,0,0.988,0.382,1.857,0.381c0.896-0.003,1.933-0.39,1.933-0.39 l-1.187-25.908L1073.328,464.738z"></path>
  1167. </g>
  1168. <g transform="rotate(133.395 1074 464.741)">
  1169. <g>
  1170. <path fill="#4B55AE" d="M1073.052,463.796l1.987,0.751c0,0,5.194-10.979,5.54-16.919 C1076.725,452.354,1073.052,463.796,1073.052,463.796"></path>
  1171. <path fill="#4B55AE" d="M1074.94,464.547l-1.627,1.369c0,0,7.056,9.886,12.075,13.084 C1083.14,473.332,1074.94,464.547,1074.94,464.547"></path>
  1172. <path fill="#4B55AE" d="M1073.222,465.979l0.008-2.125c0,0-12.104-0.999-17.788,0.766 C1061.221,466.563,1073.222,465.979,1073.222,465.979"></path>
  1173. </g>
  1174. <g>
  1175. <path fill="#D8D8D8" d="M1074.944,464.293l5.636-16.886c0,0-0.051,1.035-0.092,1.377c-0.034,0.289-0.145,0.86-0.205,1.145 c-0.05,0.235-0.214,0.935-0.214,0.935s-0.297,1.209-0.416,1.607c-0.392,1.324-1.271,3.936-1.759,5.226 c-0.412,1.092-1.295,3.256-1.759,4.328c-0.252,0.584-1.039,2.321-1.039,2.321"></path>
  1176. <path fill="#D8D8D8" d="M1073.581,465.955l12,13.152c0,0-0.879-0.547-1.158-0.751c-0.236-0.171-0.682-0.545-0.901-0.738 c-0.178-0.157-0.709-0.642-0.709-0.642s-0.914-0.851-1.204-1.146c-0.96-0.987-2.815-3.028-3.701-4.082 c-0.754-0.893-2.212-2.719-2.925-3.646c-0.386-0.504-1.519-2.039-1.519-2.039"></path>
  1177. <path fill="#D8D8D8" d="M1073.028,464.034l-17.793,0.662c0,0,0.986-0.316,1.322-0.398c0.281-0.067,0.855-0.167,1.145-0.211 c0.235-0.034,0.948-0.127,0.948-0.127s1.24-0.147,1.653-0.177c1.376-0.096,4.131-0.194,5.509-0.191 c1.168,0.003,3.503,0.067,4.672,0.125c0.633,0.031,2.537,0.157,2.537,0.157"></path>
  1178. </g>
  1179. <animateTransform dur="4s" restart="always" from="0 1074 464.741" to="359 1074 464.741" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1180. </animateTransform>
  1181. </g>
  1182. <g>
  1183. <path fill="#60BFD6" d="M1071.641,464.743c0.004,1.289,1.098,2.339,2.444,2.336c1.348-0.004,2.436-1.059,2.433-2.348 c-0.003-1.295-1.096-2.34-2.443-2.336C1072.728,462.398,1071.638,463.448,1071.641,464.743"></path>
  1184. </g>
  1185. <g>
  1186. <path fill="#B1E1EB" d="M1072.525,464.741c0.002,0.803,0.699,1.454,1.557,1.453c0.857-0.003,1.557-0.658,1.554-1.461 c-0.001-0.805-0.702-1.458-1.56-1.455C1073.218,463.279,1072.524,463.937,1072.525,464.741"></path>
  1187. </g>
  1188. </g>
  1189. <g id="31">
  1190. <g>
  1191. <path fill="#D8D8D8" d="M1122.217,465.634l-1.077,25.913c0,0,0.985,0.382,1.856,0.379c0.896-0.002,1.932-0.39,1.932-0.39 l-1.188-25.906L1122.217,465.634z"></path>
  1192. </g>
  1193. <g transform="rotate(133.395 1123 465.636)">
  1194. <g>
  1195. <path fill="#4B55AE" d="M1121.942,464.691l1.987,0.752c0,0,5.192-10.981,5.541-16.92 C1125.615,453.248,1121.942,464.691,1121.942,464.691"></path>
  1196. <path fill="#4B55AE" d="M1123.829,465.443l-1.626,1.368c0,0,7.056,9.886,12.074,13.085 C1132.031,474.229,1123.829,465.443,1123.829,465.443"></path>
  1197. <path fill="#4B55AE" d="M1122.113,466.875l0.004-2.125c0,0-12.102-1.001-17.785,0.764 C1110.111,467.459,1122.113,466.875,1122.113,466.875"></path>
  1198. </g>
  1199. <g>
  1200. <path fill="#D8D8D8" d="M1123.833,465.189l5.635-16.889c0,0-0.05,1.035-0.093,1.379c-0.034,0.289-0.142,0.859-0.203,1.145 c-0.051,0.233-0.215,0.934-0.215,0.934s-0.298,1.21-0.416,1.608c-0.392,1.322-1.27,3.936-1.758,5.223 c-0.413,1.094-1.295,3.257-1.759,4.329c-0.251,0.583-1.041,2.322-1.041,2.322"></path>
  1201. <path fill="#D8D8D8" d="M1122.471,466.851l12.001,13.152c0,0-0.881-0.547-1.16-0.752c-0.235-0.172-0.68-0.545-0.899-0.736 c-0.179-0.158-0.71-0.644-0.71-0.644s-0.914-0.849-1.203-1.146c-0.963-0.988-2.814-3.029-3.704-4.083 c-0.752-0.893-2.212-2.719-2.922-3.646c-0.387-0.504-1.52-2.038-1.52-2.038"></path>
  1202. <path fill="#D8D8D8" d="M1121.914,464.931l-17.791,0.661c0,0,0.986-0.319,1.322-0.398c0.283-0.068,0.856-0.17,1.144-0.213 c0.235-0.034,0.949-0.126,0.949-0.126s1.239-0.147,1.653-0.176c1.375-0.096,4.131-0.194,5.51-0.192 c1.168,0.003,3.502,0.067,4.67,0.125c0.633,0.031,2.537,0.157,2.537,0.157"></path>
  1203. </g>
  1204. <animateTransform dur="4s" restart="always" from="0 1123 465.636" to="359 1123 465.636" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1205. </animateTransform>
  1206. </g>
  1207. <g>
  1208. <path fill="#60BFD6" d="M1120.531,465.638c0.004,1.291,1.097,2.339,2.445,2.335c1.348-0.002,2.436-1.057,2.432-2.347 c-0.003-1.296-1.096-2.339-2.443-2.336S1120.528,464.343,1120.531,465.638"></path>
  1209. </g>
  1210. <g>
  1211. <path fill="#B1E1EB" d="M1121.414,465.636c0.002,0.804,0.701,1.456,1.559,1.453c0.857-0.001,1.553-0.658,1.551-1.462 s-0.701-1.455-1.559-1.453S1121.412,464.831,1121.414,465.636"></path>
  1212. </g>
  1213. </g>
  1214. <g id="32">
  1215. <g>
  1216. <path fill="#D8D8D8" d="M1172.178,465.735l-1.08,25.912c0,0,0.987,0.383,1.858,0.381c0.895-0.002,1.933-0.389,1.933-0.389 l-1.188-25.907L1172.178,465.735z"></path>
  1217. </g>
  1218. <g transform="rotate(133.395 1173 465.738)">
  1219. <g>
  1220. <path fill="#4B55AE" d="M1171.901,464.793l1.989,0.753c0,0,5.191-10.982,5.539-16.92 C1175.574,453.35,1171.901,464.793,1171.901,464.793"></path>
  1221. <path fill="#4B55AE" d="M1173.79,465.546l-1.627,1.367c0,0,7.056,9.887,12.074,13.086 C1181.989,474.331,1173.79,465.546,1173.79,465.546"></path>
  1222. <path fill="#4B55AE" d="M1172.073,466.979l0.005-2.125c0,0-12.103-1.003-17.788,0.762 C1160.07,467.562,1172.073,466.979,1172.073,466.979"></path>
  1223. </g>
  1224. <g>
  1225. <path fill="#D8D8D8" d="M1173.793,465.292l5.635-16.889c0,0-0.05,1.035-0.092,1.377c-0.033,0.289-0.143,0.861-0.204,1.147 c-0.051,0.231-0.214,0.932-0.214,0.932s-0.298,1.212-0.416,1.61c-0.394,1.322-1.271,3.936-1.759,5.223 c-0.413,1.094-1.295,3.255-1.759,4.329c-0.252,0.583-1.04,2.32-1.04,2.32"></path>
  1226. <path fill="#D8D8D8" d="M1172.432,466.953l11.999,13.153c0,0-0.88-0.549-1.158-0.752c-0.235-0.172-0.681-0.547-0.9-0.737 c-0.18-0.158-0.711-0.643-0.711-0.643s-0.912-0.851-1.203-1.148c-0.962-0.986-2.813-3.028-3.703-4.081 c-0.752-0.893-2.211-2.719-2.922-3.646c-0.388-0.503-1.521-2.039-1.521-2.039"></path>
  1227. <path fill="#D8D8D8" d="M1171.876,465.033l-17.793,0.66c0,0,0.986-0.318,1.323-0.397c0.282-0.069,0.855-0.17,1.145-0.212 c0.234-0.035,0.948-0.127,0.948-0.127s1.237-0.147,1.653-0.177c1.375-0.097,4.129-0.192,5.508-0.19 c1.168,0.001,3.502,0.067,4.67,0.123c0.635,0.032,2.538,0.158,2.538,0.158"></path>
  1228. </g>
  1229. <animateTransform dur="4s" restart="always" from="0 1173 465.738" to="359 1173 465.738" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1230. </animateTransform>
  1231. </g>
  1232. <g>
  1233. <path fill="#60BFD6" d="M1170.491,465.739c0.004,1.291,1.095,2.341,2.442,2.336c1.348-0.003,2.438-1.057,2.435-2.348 c-0.003-1.295-1.097-2.339-2.444-2.335C1171.576,463.396,1170.489,464.444,1170.491,465.739"></path>
  1234. </g>
  1235. <g>
  1236. <path fill="#B1E1EB" d="M1171.374,465.738c0.001,0.805,0.7,1.457,1.558,1.454c0.857-0.002,1.555-0.657,1.553-1.462 c-0.002-0.803-0.701-1.456-1.559-1.453C1172.069,464.278,1171.372,464.936,1171.374,465.738"></path>
  1237. </g>
  1238. </g>
  1239. <g id="33">
  1240. <g>
  1241. <path fill="#D8D8D8" d="M1222.314,465.835l-1.078,25.913c0,0,0.986,0.382,1.856,0.381c0.896-0.002,1.932-0.39,1.932-0.39 l-1.187-25.907L1222.314,465.835z"></path>
  1242. </g>
  1243. <g transform="rotate(133.395 1223 465.837)">
  1244. <g>
  1245. <path fill="#4B55AE" d="M1222.038,464.893l1.986,0.752c0,0,5.193-10.98,5.541-16.921 C1225.711,453.451,1222.038,464.893,1222.038,464.893"></path>
  1246. <path fill="#4B55AE" d="M1223.925,465.645l-1.626,1.368c0,0,7.056,9.886,12.076,13.085 C1232.125,474.429,1223.925,465.645,1223.925,465.645"></path>
  1247. <path fill="#4B55AE" d="M1222.209,467.075l0.005-2.125c0,0-12.103-1-17.787,0.766 C1210.207,467.659,1222.209,467.075,1222.209,467.075"></path>
  1248. </g>
  1249. <g>
  1250. <path fill="#D8D8D8" d="M1223.929,465.391l5.637-16.888c0,0-0.051,1.035-0.094,1.377c-0.033,0.289-0.142,0.86-0.203,1.146 c-0.051,0.235-0.215,0.935-0.215,0.935s-0.298,1.209-0.416,1.607c-0.391,1.323-1.27,3.936-1.759,5.225 c-0.411,1.092-1.295,3.257-1.758,4.328c-0.251,0.585-1.041,2.323-1.041,2.323"></path>
  1251. <path fill="#D8D8D8" d="M1222.568,467.053l12.001,13.151c0,0-0.882-0.546-1.16-0.751c-0.235-0.171-0.681-0.545-0.899-0.738 c-0.18-0.157-0.71-0.643-0.71-0.643s-0.914-0.85-1.204-1.146c-0.962-0.988-2.814-3.028-3.703-4.083 c-0.752-0.892-2.212-2.718-2.922-3.644c-0.387-0.507-1.52-2.041-1.52-2.041"></path>
  1252. <path fill="#D8D8D8" d="M1222.011,465.131l-17.791,0.663c0,0,0.985-0.319,1.322-0.399c0.282-0.067,0.856-0.169,1.145-0.212 c0.235-0.034,0.949-0.126,0.949-0.126s1.238-0.147,1.652-0.177c1.374-0.096,4.13-0.194,5.509-0.192 c1.168,0.004,3.502,0.067,4.671,0.126c0.633,0.03,2.538,0.157,2.538,0.157"></path>
  1253. </g>
  1254. <animateTransform dur="4s" restart="always" from="0 1223 465.837" to="359 1223 465.837" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1255. </animateTransform>
  1256. </g>
  1257. <g>
  1258. <path fill="#60BFD6" d="M1220.627,465.84c0.003,1.289,1.098,2.338,2.445,2.336c1.348-0.003,2.436-1.059,2.432-2.348 c-0.004-1.295-1.095-2.339-2.442-2.336C1221.714,463.494,1220.623,464.545,1220.627,465.84"></path>
  1259. </g>
  1260. <g>
  1261. <path fill="#B1E1EB" d="M1221.511,465.837c0.002,0.803,0.7,1.455,1.558,1.454c0.857-0.002,1.555-0.658,1.552-1.461 c-0.002-0.805-0.7-1.457-1.558-1.455C1222.203,464.376,1221.509,465.032,1221.511,465.837"></path>
  1262. </g>
  1263. </g>
  1264. <g id="34">
  1265. <g>
  1266. <path fill="#D8D8D8" d="M835.418,345.697l-1.145,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.934-0.385,1.934-0.385 l-1.124-25.91H835.418z"></path>
  1267. </g>
  1268. <g transform="rotate(133.395 836 345.697)">
  1269. <g>
  1270. <path fill="#4B55AE" d="M835.143,344.754l1.986,0.757c0,0,5.22-10.968,5.582-16.906 C838.844,333.32,835.143,344.754,835.143,344.754"></path>
  1271. <path fill="#4B55AE" d="M837.03,345.511l-1.63,1.364c0,0,7.032,9.903,12.042,13.114 C845.208,354.315,837.03,345.511,837.03,345.511"></path>
  1272. <path fill="#4B55AE" d="M835.309,346.938l0.012-2.125c0,0-12.102-1.03-17.79,0.72 C823.306,347.493,835.309,346.938,835.309,346.938"></path>
  1273. </g>
  1274. <g>
  1275. <path fill="#D8D8D8" d="M837.033,345.257l5.678-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.052,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.281,3.932-1.771,5.219 c-0.416,1.092-1.304,3.253-1.77,4.324c-0.254,0.583-1.045,2.319-1.045,2.319"></path>
  1276. <path fill="#D8D8D8" d="M835.668,346.915l11.967,13.182c0,0-0.878-0.55-1.156-0.755c-0.234-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.709-0.645-0.709-0.645s-0.91-0.852-1.2-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.751-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  1277. <path fill="#D8D8D8" d="M835.117,344.993l-17.794,0.618c0,0,0.987-0.316,1.323-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.375-0.093,4.13-0.184,5.508-0.178 c1.168,0.005,3.503,0.076,4.671,0.136c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  1278. </g>
  1279. <animateTransform dur="4s" restart="always" from="0 836 345.697" to="359 836 345.697" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1280. </animateTransform>
  1281. </g>
  1282. <g>
  1283. <path fill="#60BFD6" d="M833.731,345.697c0,1.29,1.091,2.342,2.438,2.342c1.348,0,2.439-1.052,2.439-2.342 c0-1.295-1.092-2.342-2.439-2.342C834.822,343.355,833.731,344.402,833.731,345.697"></path>
  1284. </g>
  1285. <g>
  1286. <path fill="#B1E1EB" d="M834.614,345.697c0,0.804,0.697,1.458,1.555,1.458s1.557-0.654,1.557-1.458s-0.699-1.458-1.557-1.458 S834.614,344.894,834.614,345.697"></path>
  1287. </g>
  1288. </g>
  1289. <g id="35">
  1290. <g>
  1291. <path fill="#D8D8D8" d="M885.554,345.919l-1.144,25.91c0,0,0.986,0.385,1.857,0.385c0.895,0,1.933-0.385,1.933-0.385 l-1.124-25.91H885.554z"></path>
  1292. </g>
  1293. <g transform="rotate(133.395 886 345.919)">
  1294. <g>
  1295. <path fill="#4B55AE" d="M885.28,344.976l1.986,0.757c0,0,5.219-10.968,5.581-16.906 C888.981,333.542,885.28,344.976,885.28,344.976"></path>
  1296. <path fill="#4B55AE" d="M887.166,345.732l-1.631,1.364c0,0,7.032,9.903,12.043,13.114 C895.344,354.537,887.166,345.732,887.166,345.732"></path>
  1297. <path fill="#4B55AE" d="M885.446,347.16l0.011-2.125c0,0-12.102-1.03-17.79,0.72C873.442,347.715,885.446,347.16,885.446,347.16 "></path>
  1298. </g>
  1299. <g>
  1300. <path fill="#D8D8D8" d="M887.17,345.479l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.052,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.304,3.253-1.769,4.324c-0.254,0.583-1.046,2.319-1.046,2.319"></path>
  1301. <path fill="#D8D8D8" d="M885.805,347.137l11.967,13.182c0,0-0.879-0.55-1.156-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.18-0.158-0.709-0.645-0.709-0.645s-0.911-0.852-1.201-1.149c-0.959-0.989-2.807-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.912-3.653c-0.387-0.505-1.516-2.043-1.516-2.043"></path>
  1302. <path fill="#D8D8D8" d="M885.253,345.215l-17.794,0.618c0,0,0.987-0.316,1.324-0.396c0.282-0.067,0.856-0.167,1.145-0.209 c0.235-0.034,0.949-0.124,0.949-0.124s1.238-0.145,1.654-0.173c1.374-0.093,4.129-0.184,5.508-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.635,0.033,2.538,0.164,2.538,0.164"></path>
  1303. </g>
  1304. <animateTransform dur="4s" restart="always" from="0 886 345.919" to="359 886 345.919" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1305. </animateTransform>
  1306. </g>
  1307. <g>
  1308. <path fill="#60BFD6" d="M883.867,345.919c0,1.29,1.09,2.342,2.438,2.342s2.439-1.052,2.439-2.342 c0-1.295-1.092-2.342-2.439-2.342S883.867,344.624,883.867,345.919"></path>
  1309. </g>
  1310. <g>
  1311. <path fill="#B1E1EB" d="M884.75,345.919c0,0.804,0.697,1.458,1.555,1.458s1.556-0.654,1.556-1.458s-0.698-1.458-1.556-1.458 S884.75,345.115,884.75,345.919"></path>
  1312. </g>
  1313. </g>
  1314. <g id="36">
  1315. <g>
  1316. <path fill="#D8D8D8" d="M936.514,346.141l-1.145,25.91c0,0,0.987,0.385,1.857,0.385c0.896,0,1.934-0.385,1.934-0.385 l-1.124-25.91H936.514z"></path>
  1317. </g>
  1318. <g transform="rotate(133.395 937 346.141)">
  1319. <g>
  1320. <path fill="#4B55AE" d="M936.239,345.197l1.986,0.758c0,0,5.22-10.969,5.582-16.906 C939.94,333.764,936.239,345.197,936.239,345.197"></path>
  1321. <path fill="#4B55AE" d="M938.125,345.955l-1.63,1.363c0,0,7.032,9.904,12.042,13.115 C946.304,354.76,938.125,345.955,938.125,345.955"></path>
  1322. <path fill="#4B55AE" d="M936.405,347.383l0.012-2.125c0,0-12.102-1.031-17.79,0.719 C924.402,347.938,936.405,347.383,936.405,347.383"></path>
  1323. </g>
  1324. <g>
  1325. <path fill="#D8D8D8" d="M938.129,345.701l5.678-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.052,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.281,3.932-1.771,5.219 c-0.416,1.092-1.304,3.252-1.77,4.324c-0.254,0.582-1.045,2.318-1.045,2.318"></path>
  1326. <path fill="#D8D8D8" d="M936.764,347.359l11.967,13.182c0,0-0.878-0.551-1.156-0.756c-0.234-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.709-0.645-0.709-0.645s-0.91-0.852-1.2-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.751-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  1327. <path fill="#D8D8D8" d="M936.213,345.438l-17.794,0.617c0,0,0.987-0.316,1.323-0.395c0.283-0.068,0.857-0.168,1.145-0.209 c0.236-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.375-0.094,4.13-0.184,5.508-0.178 c1.168,0.004,3.503,0.076,4.671,0.135c0.634,0.033,2.538,0.164,2.538,0.164"></path>
  1328. </g>
  1329. <animateTransform dur="4s" restart="always" from="0 937 346.141" to="359 937 346.141" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1330. </animateTransform>
  1331. </g>
  1332. <g>
  1333. <path fill="#60BFD6" d="M934.826,346.141c0,1.291,1.091,2.342,2.438,2.342c1.348,0,2.439-1.051,2.439-2.342 c0-1.295-1.092-2.342-2.439-2.342C935.917,343.799,934.826,344.846,934.826,346.141"></path>
  1334. </g>
  1335. <g>
  1336. <path fill="#B1E1EB" d="M935.709,346.141c0,0.805,0.697,1.459,1.555,1.459s1.557-0.654,1.557-1.459 c0-0.803-0.699-1.457-1.557-1.457S935.709,345.338,935.709,346.141"></path>
  1337. </g>
  1338. </g>
  1339. <g id="37">
  1340. <g>
  1341. <path fill="#D8D8D8" d="M984.65,346.363l-1.144,25.91c0,0,0.986,0.385,1.857,0.385c0.895,0,1.933-0.385,1.933-0.385l-1.124-25.91 H984.65z"></path>
  1342. </g>
  1343. <g transform="rotate(133.395 985 346.363)">
  1344. <g>
  1345. <path fill="#4B55AE" d="M984.375,345.42l1.986,0.756c0,0,5.219-10.967,5.581-16.906 C988.076,333.986,984.375,345.42,984.375,345.42"></path>
  1346. <path fill="#4B55AE" d="M986.262,346.176l-1.631,1.365c0,0,7.032,9.902,12.043,13.113 C994.44,354.98,986.262,346.176,986.262,346.176"></path>
  1347. <path fill="#4B55AE" d="M984.541,347.604l0.011-2.125c0,0-12.102-1.029-17.79,0.721 C972.537,348.158,984.541,347.604,984.541,347.604"></path>
  1348. </g>
  1349. <g>
  1350. <path fill="#D8D8D8" d="M986.266,345.922l5.677-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.052,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.304,3.254-1.769,4.324c-0.254,0.584-1.046,2.32-1.046,2.32"></path>
  1351. <path fill="#D8D8D8" d="M984.901,347.58l11.967,13.182c0,0-0.879-0.549-1.156-0.754c-0.235-0.172-0.68-0.547-0.898-0.74 c-0.18-0.158-0.709-0.645-0.709-0.645s-0.911-0.852-1.201-1.148c-0.959-0.99-2.807-3.035-3.693-4.092 c-0.75-0.895-2.205-2.723-2.912-3.652c-0.387-0.506-1.516-2.043-1.516-2.043"></path>
  1352. <path fill="#D8D8D8" d="M984.349,345.658l-17.794,0.619c0,0,0.987-0.316,1.324-0.396c0.282-0.066,0.856-0.166,1.145-0.209 c0.235-0.033,0.949-0.123,0.949-0.123s1.238-0.145,1.654-0.174c1.374-0.092,4.129-0.184,5.508-0.178 c1.168,0.006,3.502,0.076,4.67,0.137c0.635,0.033,2.538,0.164,2.538,0.164"></path>
  1353. </g>
  1354. <animateTransform dur="4s" restart="always" from="0 985 346.363" to="359 985 346.363" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1355. </animateTransform>
  1356. </g>
  1357. <g>
  1358. <path fill="#60BFD6" d="M982.963,346.363c0,1.289,1.09,2.342,2.438,2.342s2.439-1.053,2.439-2.342 c0-1.295-1.092-2.342-2.439-2.342S982.963,345.068,982.963,346.363"></path>
  1359. </g>
  1360. <g>
  1361. <path fill="#B1E1EB" d="M983.846,346.363c0,0.803,0.697,1.457,1.555,1.457s1.556-0.654,1.556-1.457 c0-0.805-0.698-1.459-1.556-1.459S983.846,345.559,983.846,346.363"></path>
  1362. </g>
  1363. </g>
  1364. <g id="38">
  1365. <g>
  1366. <path fill="#D8D8D8" d="M1036.514,346.363l-1.143,25.91c0,0,0.986,0.385,1.856,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.123-25.91H1036.514z"></path>
  1367. </g>
  1368. <g transform="rotate(133.395 1037 346.363)">
  1369. <g>
  1370. <path fill="#4B55AE" d="M1036.24,345.42l1.985,0.757c0,0,5.22-10.968,5.581-16.906 C1039.941,333.986,1036.24,345.42,1036.24,345.42"></path>
  1371. <path fill="#4B55AE" d="M1038.126,346.177l-1.63,1.364c0,0,7.031,9.903,12.043,13.114 C1046.305,354.981,1038.126,346.177,1038.126,346.177"></path>
  1372. <path fill="#4B55AE" d="M1036.406,347.604l0.011-2.125c0,0-12.102-1.03-17.789,0.72 C1024.403,348.159,1036.406,347.604,1036.406,347.604"></path>
  1373. </g>
  1374. <g>
  1375. <path fill="#D8D8D8" d="M1038.13,345.923l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.145,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.395,1.321-1.279,3.932-1.771,5.219 c-0.414,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.046,2.319-1.046,2.319"></path>
  1376. <path fill="#D8D8D8" d="M1036.765,347.581l11.968,13.182c0,0-0.879-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.912-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  1377. <path fill="#D8D8D8" d="M1036.213,345.659l-17.793,0.618c0,0,0.986-0.316,1.323-0.396c0.282-0.067,0.856-0.167,1.145-0.209 c0.235-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.374-0.093,4.13-0.184,5.509-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.537,0.164,2.537,0.164"></path>
  1378. </g>
  1379. <animateTransform dur="4s" restart="always" from="0 1037 346.363" to="359 1037 346.363" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1380. </animateTransform>
  1381. </g>
  1382. <g>
  1383. <path fill="#60BFD6" d="M1034.827,346.363c0,1.29,1.091,2.342,2.438,2.342s2.438-1.052,2.438-2.342 c0-1.295-1.091-2.342-2.438-2.342S1034.827,345.068,1034.827,346.363"></path>
  1384. </g>
  1385. <g>
  1386. <path fill="#B1E1EB" d="M1035.711,346.363c0,0.804,0.696,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.698-1.458-1.556-1.458 S1035.711,345.56,1035.711,346.363"></path>
  1387. </g>
  1388. </g>
  1389. <g id="39">
  1390. <g>
  1391. <path fill="#D8D8D8" d="M1086.651,346.585l-1.144,25.91c0,0,0.987,0.385,1.856,0.385c0.896,0,1.934-0.385,1.934-0.385 l-1.123-25.91H1086.651z"></path>
  1392. </g>
  1393. <g transform="rotate(133.395 1087 346.585)">
  1394. <g>
  1395. <path fill="#4B55AE" d="M1086.376,345.642l1.985,0.757c0,0,5.221-10.968,5.582-16.906 C1090.076,334.208,1086.376,345.642,1086.376,345.642"></path>
  1396. <path fill="#4B55AE" d="M1088.262,346.398l-1.629,1.364c0,0,7.031,9.903,12.042,13.114 C1096.442,355.203,1088.262,346.398,1088.262,346.398"></path>
  1397. <path fill="#4B55AE" d="M1086.541,347.826l0.012-2.125c0,0-12.102-1.03-17.789,0.72 C1074.539,348.381,1086.541,347.826,1086.541,347.826"></path>
  1398. </g>
  1399. <g>
  1400. <path fill="#D8D8D8" d="M1088.266,346.145l5.678-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.396,1.321-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.253-1.77,4.324c-0.253,0.583-1.045,2.319-1.045,2.319"></path>
  1401. <path fill="#D8D8D8" d="M1086.901,347.803l11.968,13.182c0,0-0.878-0.55-1.157-0.755c-0.234-0.172-0.68-0.547-0.898-0.739 c-0.178-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.2-1.149c-0.959-0.989-2.809-3.035-3.693-4.091 c-0.751-0.895-2.205-2.724-2.914-3.653c-0.385-0.505-1.514-2.043-1.514-2.043"></path>
  1402. <path fill="#D8D8D8" d="M1086.35,345.881l-17.793,0.618c0,0,0.986-0.316,1.322-0.396c0.283-0.067,0.857-0.167,1.145-0.209 c0.236-0.034,0.949-0.124,0.949-0.124s1.24-0.145,1.654-0.173c1.375-0.093,4.131-0.184,5.509-0.178 c1.168,0.005,3.503,0.076,4.671,0.136c0.633,0.033,2.537,0.164,2.537,0.164"></path>
  1403. </g>
  1404. <animateTransform dur="4s" restart="always" from="0 1087 346.585" to="359 1087 346.585" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1405. </animateTransform>
  1406. </g>
  1407. <g>
  1408. <path fill="#60BFD6" d="M1084.963,346.585c0,1.29,1.092,2.342,2.438,2.342c1.348,0,2.438-1.052,2.438-2.342 c0-1.295-1.091-2.342-2.438-2.342C1086.055,344.243,1084.963,345.29,1084.963,346.585"></path>
  1409. </g>
  1410. <g>
  1411. <path fill="#B1E1EB" d="M1085.847,346.585c0,0.804,0.696,1.458,1.554,1.458s1.557-0.654,1.557-1.458s-0.699-1.458-1.557-1.458 S1085.847,345.781,1085.847,346.585"></path>
  1412. </g>
  1413. </g>
  1414. <g id="40">
  1415. <g>
  1416. <path fill="#D8D8D8" d="M1135.61,346.807l-1.143,25.91c0,0,0.986,0.385,1.856,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.123-25.91H1135.61z"></path>
  1417. </g>
  1418. <g transform="rotate(133.395 1136 346.807)">
  1419. <g>
  1420. <path fill="#4B55AE" d="M1135.336,345.863l1.985,0.758c0,0,5.22-10.969,5.581-16.906 C1139.036,334.43,1135.336,345.863,1135.336,345.863"></path>
  1421. <path fill="#4B55AE" d="M1137.222,346.621l-1.63,1.363c0,0,7.031,9.904,12.043,13.115 C1145.401,355.426,1137.222,346.621,1137.222,346.621"></path>
  1422. <path fill="#4B55AE" d="M1135.501,348.049l0.011-2.125c0,0-12.102-1.031-17.789,0.719 C1123.498,348.604,1135.501,348.049,1135.501,348.049"></path>
  1423. </g>
  1424. <g>
  1425. <path fill="#D8D8D8" d="M1137.226,346.367l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.145,0.861-0.207,1.146 c-0.051,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.395,1.32-1.279,3.932-1.771,5.219 c-0.414,1.092-1.303,3.252-1.769,4.324c-0.253,0.582-1.046,2.318-1.046,2.318"></path>
  1426. <path fill="#D8D8D8" d="M1135.861,348.025l11.968,13.182c0,0-0.879-0.551-1.157-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.912-0.852-1.201-1.15c-0.959-0.988-2.808-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.913-3.654c-0.386-0.504-1.515-2.043-1.515-2.043"></path>
  1427. <path fill="#D8D8D8" d="M1135.309,346.104l-17.793,0.617c0,0,0.986-0.316,1.323-0.395c0.282-0.068,0.856-0.168,1.145-0.209 c0.235-0.035,0.949-0.125,0.949-0.125s1.239-0.145,1.654-0.172c1.374-0.094,4.13-0.184,5.509-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.634,0.033,2.537,0.164,2.537,0.164"></path>
  1428. </g>
  1429. <animateTransform dur="4s" restart="always" from="0 1136 346.807" to="359 1136 346.807" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1430. </animateTransform>
  1431. </g>
  1432. <g>
  1433. <path fill="#60BFD6" d="M1133.923,346.807c0,1.291,1.091,2.342,2.438,2.342s2.438-1.051,2.438-2.342 c0-1.295-1.091-2.342-2.438-2.342S1133.923,345.512,1133.923,346.807"></path>
  1434. </g>
  1435. <g>
  1436. <path fill="#B1E1EB" d="M1134.807,346.807c0,0.805,0.696,1.459,1.554,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.698-1.457-1.556-1.457S1134.807,346.004,1134.807,346.807"></path>
  1437. </g>
  1438. </g>
  1439. <g id="41">
  1440. <g>
  1441. <path fill="#D8D8D8" d="M1193.746,347.029l-1.144,25.91c0,0,0.987,0.385,1.856,0.385c0.896,0,1.934-0.385,1.934-0.385 l-1.123-25.91H1193.746z"></path>
  1442. </g>
  1443. <g transform="rotate(133.395 1194 347.029)">
  1444. <g>
  1445. <path fill="#4B55AE" d="M1193.472,346.086l1.985,0.756c0,0,5.221-10.967,5.582-16.906 C1197.172,334.652,1193.472,346.086,1193.472,346.086"></path>
  1446. <path fill="#4B55AE" d="M1195.358,346.842l-1.629,1.365c0,0,7.031,9.902,12.042,13.113 C1203.537,355.646,1195.358,346.842,1195.358,346.842"></path>
  1447. <path fill="#4B55AE" d="M1193.637,348.27l0.012-2.125c0,0-12.102-1.029-17.789,0.721 C1181.635,348.824,1193.637,348.27,1193.637,348.27"></path>
  1448. </g>
  1449. <g>
  1450. <path fill="#D8D8D8" d="M1195.362,346.588l5.678-16.873c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.859-0.207,1.145 c-0.051,0.234-0.217,0.934-0.217,0.934s-0.301,1.209-0.42,1.607c-0.396,1.322-1.28,3.932-1.771,5.219 c-0.415,1.092-1.303,3.254-1.77,4.324c-0.253,0.584-1.045,2.32-1.045,2.32"></path>
  1451. <path fill="#D8D8D8" d="M1193.996,348.246l11.968,13.182c0,0-0.878-0.549-1.157-0.754c-0.234-0.172-0.68-0.547-0.898-0.74 c-0.178-0.158-0.708-0.645-0.708-0.645s-0.911-0.852-1.2-1.148c-0.959-0.99-2.809-3.035-3.693-4.092 c-0.751-0.895-2.205-2.723-2.914-3.652c-0.385-0.506-1.514-2.043-1.514-2.043"></path>
  1452. <path fill="#D8D8D8" d="M1193.446,346.324l-17.793,0.619c0,0,0.986-0.316,1.322-0.396c0.283-0.066,0.857-0.166,1.145-0.209 c0.236-0.033,0.949-0.123,0.949-0.123s1.24-0.145,1.654-0.174c1.375-0.092,4.131-0.184,5.509-0.178 c1.168,0.006,3.503,0.076,4.671,0.137c0.633,0.033,2.537,0.164,2.537,0.164"></path>
  1453. </g>
  1454. <animateTransform dur="4s" restart="always" from="0 1194 347.029" to="359 1194 347.029" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1455. </animateTransform>
  1456. </g>
  1457. <g>
  1458. <path fill="#60BFD6" d="M1192.059,347.029c0,1.289,1.092,2.342,2.438,2.342c1.348,0,2.438-1.053,2.438-2.342 c0-1.295-1.091-2.342-2.438-2.342C1193.151,344.688,1192.059,345.734,1192.059,347.029"></path>
  1459. </g>
  1460. <g>
  1461. <path fill="#B1E1EB" d="M1192.943,347.029c0,0.803,0.696,1.457,1.554,1.457s1.557-0.654,1.557-1.457 c0-0.805-0.699-1.459-1.557-1.459S1192.943,346.225,1192.943,347.029"></path>
  1462. </g>
  1463. </g>
  1464. <g id="42">
  1465. <g>
  1466. <path fill="#D8D8D8" d="M1245.633,348.038l-1.143,25.91c0,0,0.986,0.385,1.856,0.385c0.896,0,1.933-0.385,1.933-0.385 l-1.123-25.91H1245.633z"></path>
  1467. </g>
  1468. <g transform="rotate(133.395 1246 348.038)">
  1469. <g>
  1470. <path fill="#4B55AE" d="M1245.36,347.095l1.985,0.757c0,0,5.22-10.968,5.581-16.906 C1249.06,335.661,1245.36,347.095,1245.36,347.095"></path>
  1471. <path fill="#4B55AE" d="M1247.245,347.852l-1.63,1.364c0,0,7.031,9.903,12.043,13.114 C1255.424,356.656,1247.245,347.852,1247.245,347.852"></path>
  1472. <path fill="#4B55AE" d="M1245.525,349.279l0.011-2.125c0,0-12.102-1.03-17.789,0.72 C1233.522,349.834,1245.525,349.279,1245.525,349.279"></path>
  1473. </g>
  1474. <g>
  1475. <path fill="#D8D8D8" d="M1247.249,347.598l5.677-16.874c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.145,0.86-0.207,1.146 c-0.051,0.233-0.217,0.933-0.217,0.933s-0.301,1.21-0.42,1.608c-0.395,1.321-1.279,3.932-1.771,5.219 c-0.414,1.092-1.303,3.253-1.769,4.324c-0.253,0.583-1.046,2.319-1.046,2.319"></path>
  1476. <path fill="#D8D8D8" d="M1245.884,349.256l11.968,13.182c0,0-0.879-0.55-1.157-0.755c-0.235-0.172-0.68-0.547-0.898-0.739 c-0.179-0.158-0.708-0.645-0.708-0.645s-0.912-0.852-1.201-1.149c-0.959-0.989-2.808-3.035-3.693-4.091 c-0.75-0.895-2.205-2.724-2.913-3.653c-0.386-0.505-1.515-2.043-1.515-2.043"></path>
  1477. <path fill="#D8D8D8" d="M1245.332,347.334l-17.793,0.618c0,0,0.986-0.316,1.323-0.396c0.282-0.067,0.856-0.167,1.145-0.209 c0.235-0.034,0.949-0.124,0.949-0.124s1.239-0.145,1.654-0.173c1.374-0.093,4.13-0.184,5.509-0.178 c1.168,0.005,3.502,0.076,4.67,0.136c0.634,0.033,2.537,0.164,2.537,0.164"></path>
  1478. </g>
  1479. <animateTransform dur="4s" restart="always" from="0 1246 348.038" to="359 1246 348.038" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1480. </animateTransform>
  1481. </g>
  1482. <g>
  1483. <path fill="#60BFD6" d="M1243.947,348.038c0,1.29,1.091,2.342,2.438,2.342s2.438-1.052,2.438-2.342 c0-1.295-1.091-2.342-2.438-2.342S1243.947,346.743,1243.947,348.038"></path>
  1484. </g>
  1485. <g>
  1486. <path fill="#B1E1EB" d="M1244.83,348.038c0,0.804,0.696,1.458,1.554,1.458s1.556-0.654,1.556-1.458s-0.698-1.458-1.556-1.458 S1244.83,347.234,1244.83,348.038"></path>
  1487. </g>
  1488. </g>
  1489. <g id="43">
  1490. <g>
  1491. <path fill="#D8D8D8" d="M1300.593,348.26l-1.144,25.91c0,0,0.986,0.385,1.857,0.385c0.895,0,1.933-0.385,1.933-0.385 l-1.124-25.91H1300.593z"></path>
  1492. </g>
  1493. <g transform="rotate(133.395 1301 348.26)">
  1494. <g>
  1495. <path fill="#4B55AE" d="M1300.319,347.316l1.986,0.758c0,0,5.219-10.969,5.581-16.906 C1304.02,335.883,1300.319,347.316,1300.319,347.316"></path>
  1496. <path fill="#4B55AE" d="M1302.205,348.074l-1.631,1.363c0,0,7.032,9.904,12.043,13.115 C1310.383,356.879,1302.205,348.074,1302.205,348.074"></path>
  1497. <path fill="#4B55AE" d="M1300.485,349.502l0.011-2.125c0,0-12.102-1.031-17.79,0.719 C1288.481,350.057,1300.485,349.502,1300.485,349.502"></path>
  1498. </g>
  1499. <g>
  1500. <path fill="#D8D8D8" d="M1302.209,347.82l5.677-16.875c0,0-0.053,1.035-0.096,1.377c-0.035,0.289-0.146,0.861-0.207,1.146 c-0.052,0.232-0.217,0.932-0.217,0.932s-0.301,1.211-0.42,1.609c-0.396,1.32-1.28,3.932-1.771,5.219 c-0.415,1.092-1.304,3.252-1.769,4.324c-0.254,0.582-1.046,2.318-1.046,2.318"></path>
  1501. <path fill="#D8D8D8" d="M1300.844,349.479l11.967,13.182c0,0-0.879-0.551-1.156-0.756c-0.235-0.172-0.68-0.547-0.898-0.738 c-0.18-0.158-0.709-0.645-0.709-0.645s-0.911-0.852-1.201-1.15c-0.959-0.988-2.807-3.035-3.693-4.09 c-0.75-0.895-2.205-2.725-2.912-3.654c-0.387-0.504-1.516-2.043-1.516-2.043"></path>
  1502. <path fill="#D8D8D8" d="M1300.292,347.557l-17.794,0.617c0,0,0.987-0.316,1.324-0.395c0.282-0.068,0.856-0.168,1.145-0.209 c0.235-0.035,0.949-0.125,0.949-0.125s1.238-0.145,1.654-0.172c1.374-0.094,4.129-0.184,5.508-0.178 c1.168,0.004,3.502,0.076,4.67,0.135c0.635,0.033,2.538,0.164,2.538,0.164"></path>
  1503. </g>
  1504. <animateTransform dur="4s" restart="always" from="0 1301 348.26" to="359 1301 348.26" fill="remove" type="rotate" repeatCount="indefinite" attributeType="XML" accumulate="none" additive="replace" calcMode="linear" attributeName="transform">
  1505. </animateTransform>
  1506. </g>
  1507. <g>
  1508. <path fill="#60BFD6" d="M1298.906,348.26c0,1.291,1.09,2.342,2.438,2.342s2.439-1.051,2.439-2.342 c0-1.295-1.092-2.342-2.439-2.342S1298.906,346.965,1298.906,348.26"></path>
  1509. </g>
  1510. <g>
  1511. <path fill="#B1E1EB" d="M1299.789,348.26c0,0.805,0.697,1.459,1.555,1.459s1.556-0.654,1.556-1.459 c0-0.803-0.698-1.457-1.556-1.457S1299.789,347.457,1299.789,348.26"></path>
  1512. </g>
  1513. </g>
  1514. </g>
  1515. <g id="wtnum">
  1516. <text transform="matrix(1 0 0 1 850.0452 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[25].wtnum}}</text>
  1517. <text transform="matrix(1 0 0 1 32.9036 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[0].wtnum}}</text>
  1518. <text transform="matrix(1 0 0 1 78.9104 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[1].wtnum}}</text>
  1519. <text transform="matrix(1 0 0 1 132.3723 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[2].wtnum}}</text>
  1520. <text transform="matrix(1 0 0 1 178.3792 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[3].wtnum}}</text>
  1521. <text transform="matrix(1 0 0 1 229.5286 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[4].wtnum}}</text>
  1522. <text transform="matrix(1 0 0 1 275.5354 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[5].wtnum}}</text>
  1523. <text transform="matrix(1 0 0 1 383.0999 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[7].wtnum}}</text>
  1524. <text transform="matrix(1 0 0 1 429.1067 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[8].wtnum}}</text>
  1525. <text transform="matrix(1 0 0 1 475.2551 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[9].wtnum}}</text>
  1526. <text transform="matrix(1 0 0 1 521.2629 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[10].wtnum}}</text>
  1527. <text transform="matrix(1 0 0 1 328.7073 402.7031)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[6].wtnum}}</text>
  1528. <text transform="matrix(1 0 0 1 44.1482 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[11].wtnum}}</text>
  1529. <text transform="matrix(1 0 0 1 95.8562 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[12].wtnum}}</text>
  1530. <text transform="matrix(1 0 0 1 148.2595 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[13].wtnum}}</text>
  1531. <text transform="matrix(1 0 0 1 198.7927 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[14].wtnum}}</text>
  1532. <text transform="matrix(1 0 0 1 249.9412 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[15].wtnum}}</text>
  1533. <text transform="matrix(1 0 0 1 301.9939 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[16].wtnum}}</text>
  1534. <text transform="matrix(1 0 0 1 407.7312 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[18].wtnum}}</text>
  1535. <text transform="matrix(1 0 0 1 458.8923 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[19].wtnum}}</text>
  1536. <text transform="matrix(1 0 0 1 511.3445 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[20].wtnum}}</text>
  1537. <text transform="matrix(1 0 0 1 564.6433 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[21].wtnum}}</text>
  1538. <text transform="matrix(1 0 0 1 697.0095 516.6377)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[22].wtnum}}</text>
  1539. <text transform="matrix(1 0 0 1 747.8264 516.6377)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[23].wtnum}}</text>
  1540. <text transform="matrix(1 0 0 1 798.9866 516.6377)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[24].wtnum}}</text>
  1541. <text transform="matrix(1 0 0 1 353.3396 517.3506)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[17].wtnum}}</text>
  1542. <text transform="matrix(1 0 0 1 902.3948 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[26].wtnum}}</text>
  1543. <text transform="matrix(1 0 0 1 953.7913 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[27].wtnum}}</text>
  1544. <text transform="matrix(1 0 0 1 1004.6721 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[28].wtnum}}</text>
  1545. <text transform="matrix(1 0 0 1 1055.262 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[29].wtnum}}</text>
  1546. <text transform="matrix(1 0 0 1 1106.1311 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[30].wtnum}}</text>
  1547. <text transform="matrix(1 0 0 1 1207.1858 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[32].wtnum}}</text>
  1548. <text transform="matrix(1 0 0 1 817.8752 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[33].wtnum}}</text>
  1549. <text transform="matrix(1 0 0 1 868.7463 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[34].wtnum}}</text>
  1550. <text transform="matrix(1 0 0 1 919.3713 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[35].wtnum}}</text>
  1551. <text transform="matrix(1 0 0 1 1154.3186 517.7383)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[31].wtnum}}</text>
  1552. <text transform="matrix(1 0 0 1 1228.9924 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[41].wtnum}}</text>
  1553. <text transform="matrix(1 0 0 1 1177.8792 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[40].wtnum}}</text>
  1554. <text transform="matrix(1 0 0 1 1123.1038 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[39].wtnum}}</text>
  1555. <text transform="matrix(1 0 0 1 1072.1096 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[38].wtnum}}</text>
  1556. <text transform="matrix(1 0 0 1 1019.9631 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[37].wtnum}}</text>
  1557. <text transform="matrix(1 0 0 1 970.719 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[36].wtnum}}</text>
  1558. <text transform="matrix(1 0 0 1 1284.6331 400.8457)" fill="#FFFFFF" font-family="'MicrosoftYaHei'" font-size="17.3469">{{datas[42].wtnum}}</text>
  1559. </g>
  1560. </svg>
  1561. </template>
  1562. </previewPicture>
  1563. </el-col>
  1564. </el-row>
  1565. </div>
  1566. </template>
  1567. <script>
  1568. import previewPicture from "../previewPicture.vue";
  1569. import $ from "jquery";
  1570. export default {
  1571. components: {
  1572. previewPicture,
  1573. },
  1574. props: { data: Array, zmmap: Object },
  1575. data() {
  1576. return {
  1577. // graph: null,
  1578. green: "#02A434",
  1579. red: "#FF0000",
  1580. datas: undefined,
  1581. fjID:'',
  1582. };
  1583. },
  1584. beforeUpdate() {
  1585. if(this.fjID == ''){
  1586. this.fjClcik();
  1587. }
  1588. },
  1589. methods: {
  1590. fjClcik(){
  1591. var that = this;
  1592. $('#fan g').click(function(){
  1593. if($(this).attr('id') != undefined){
  1594. if(that.fjID == ''){
  1595. that.fjID = $(this).attr('id');
  1596. var p = that.$route.path.split('/');
  1597. var pData = p[p.length - 1].split('_')[0].substr(0,1);
  1598. var wpId = p[p.length - 1];
  1599. var id = parseInt($(this).attr('id'));
  1600. if(id<10){
  1601. id = '0'+id
  1602. }
  1603. if (wpId.indexOf("FDC") !== -1) {
  1604. that.$router.replace(`/monitor/windsite/info/${wpId}/${pData[0] + 'G01_'+id}`);
  1605. }
  1606. }
  1607. }
  1608. })
  1609. },
  1610. refreshFan: function (data) {
  1611. if (data) {
  1612. data.forEach((element) => {
  1613. let wtNum = parseInt(element["wtnum"]);
  1614. let state = element["fjzt"];
  1615. let color = this.getWtColor(state);
  1616. if (document.getElementById(wtNum)) {
  1617. $("#"+wtNum +" g").eq(1).find('path').attr("fill", color)
  1618. let speed = 0;
  1619. if ("1" == state || "5" == state) speed = 2;
  1620. $('#fan #' + wtNum).find('animateTransform').attr("dur", speed)
  1621. }
  1622. });
  1623. }
  1624. },
  1625. refreshDLQ: function (data) {
  1626. if (data) {
  1627. for (let dlq in data) {
  1628. if (document.getElementById(dlq)) {
  1629. if ("1" == data[dlq]) {
  1630. document.getElementById(dlq).setAttribute("fill", "#E60612");
  1631. } else {
  1632. document.getElementById(dlq).setAttribute("fill", "#05bb4c");
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. getWtColor: function (stateCode) {
  1639. if ("0" == stateCode) return "#05bb4c";
  1640. if ("1" == stateCode) return "#4b55ae";
  1641. if ("2" == stateCode) return "#ba3237";
  1642. if ("3" == stateCode) return "#606769";
  1643. if ("4" == stateCode) return "#e17e23";
  1644. if ("5" == stateCode) return "#c531c7";
  1645. if ("6" == stateCode) return "#c531c7";
  1646. },
  1647. },
  1648. watch: {
  1649. data(value) {
  1650. this.datas = value;
  1651. this.refreshFan(value);
  1652. },
  1653. zmmap(value) {
  1654. this.refreshDLQ(value);
  1655. },
  1656. },
  1657. };
  1658. </script>
  1659. <style scoped>
  1660. .center-bar {
  1661. position: relative;
  1662. box-sizing: border-box;
  1663. height: 90vh;
  1664. background-color: #000000;
  1665. padding-top: 10px;
  1666. padding-left: 5px;
  1667. padding-right: 5px;
  1668. padding-bottom: 5px;
  1669. margin-top: 0;
  1670. margin-right: 0;
  1671. margin-bottom: 3px;
  1672. margin-left: 0;
  1673. display: flex;
  1674. flex-direction: column;
  1675. }
  1676. .svg {
  1677. margin-left: 5%;
  1678. width: 90%;
  1679. height: 90%;
  1680. }
  1681. </style>