-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmind1.html
467 lines (467 loc) · 53.9 KB
/
xmind1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<!-- saved from url=(0016)http://localhost -->
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>安全红线问题</title>
<style>
body{
margin: 0;
}
#content-info{
width: auto;
margin: 0 auto;
text-align: center;
}
#author-info{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#title{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding-top: 10px;
margin-bottom: 2px;
font-size: 34px;
color: #505050;
}
.text{
white-space:nowrap;
text-overflow: ellipsis;
display: inline-block;
margin-right: 20px;
margin-bottom: 2px;
font-size: 20px;
color: #8c8c8c;
}
#navBar{
width: auto;
height: auto;
position: fixed;
right:0;
bottom: 0;
background-color: #f0f3f4;
overflow-y: auto;
text-align: center;
}
#svg-container{
width: 100%;
overflow-x: scroll;
min-width: 0px;
margin: 0 10px;
}
#nav-thumbs{
overflow-y: scroll;
padding: 0 5px;
}
.nav-thumb{
position: relative;
margin: 10px auto;
}
.nav-thumb >p{
text-align: center;
font-size: 12px;
margin: 4px 0 0 0;
}
.nav-thumb >div{
position: relative;
display: inline-block;
border: 1px solid #c6cfd5;
}
.nav-thumb img{
display: block;
}
#main-content{
bottom: 0;
left: 0;
right: 0;
background-color: #d0cfd8;
display: flex;
height: auto;
flex-flow: row wrap;
text-align:center;
}
#svg-container >svg{
display: block;
margin:10px auto;
margin-bottom: 0;
}
#copyright{
bottom: 0;
left: 50%;
margin: 5px auto;
font-size: 16px;
color: #515151;
}
#copyright >a{
text-decoration: none;
color: #77C;
}
.number{
position: absolute;
top:0;
left:0;
border-top:22px solid #08a1ef;
border-right: 22px solid transparent;
}
.pagenum{
font-size: 12px;
color: #fff;
position: absolute;
top: -23px;
left: 2px;
}
#navBar::-webkit-scrollbar{
width: 8px;
background-color: #f5f5f5;
}
#navBar::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
border-radius: 8px;
background-color: #fff;
}
#navBar::-webkit-scrollbar-thumb{
border-radius: 8px;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
background-color: #6b6b70;
}
#navBar::-webkit-scrollbar-thumb:hover{
background-color: #4a4a4f;
}
</style>
</head>
<body>
<div id="main-area">
<div id="content-info">
<div id="content-info">
<div id="title">安全红线问题</div>
</div>
<div id="author-info">
<div class="text" id="author-name">z30001652</div>
<div class="text" id="share-time">2020-06-11</div>
</div>
</div>
<div id="main-content">
<div id="svg-container"><svg preserveAspectRadio="xMinYMin meet" height="1638" ed:vSpacing="20" ed:name="Page-1" xmlns="http://www.w3.org/2000/svg" width="1371" xmlns:ev="http://www.w3.org/2001/xml-events" ed:hSpacing="50" viewBox="0 0 1371 1638" id="page1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ed="https://www.edrawsoft.cn/xml/2017/SVGExtensions/">
<style type="text/css"><![CDATA[
g[ed\:togtopicid],g[ed\:hyperlink],g[ed\:comment],g[ed\:note] {cursor:pointer;}
g[id] {-moz-user-select: none;-ms-user-select: none;user-select: none;}
svg text::selection,svg tspan::selection{background-color: #4285f4;color: #ffffff;fill: #ffffff;}
.st3 {fill:#303030;font-family:微软雅黑;font-size:10pt}
.st2 {fill:#303030;font-family:微软雅黑;font-size:12pt}
.st1 {fill:#454545;font-family:微软雅黑;font-size:14pt}
]]></style>
<defs>
<linearGradient x1="0%" y1="0%" y2="100%" id="lg1" x2="0%">
<stop stop-color="#ffffff" offset="0"/>
<stop stop-color="#f0f5f0" offset="0.25"/>
<stop stop-color="#e1ebe1" offset="0.75"/>
<stop stop-color="#c8d7c8" offset="1"/>
</linearGradient>
</defs>
<rect height="1638" fill="#ffffff" width="1371" x="0" y="0"/>
<path stroke-linecap="round" stroke="#ffc000" fill="#ffc000" transform="matrix(1,0,0,1,174,1104)" ed:tosuperid="112" d="M-45.3,-257.8C-46.3,-260.1,-48.5,-260.9,-50.3,-260.1C-52,-259.2,-52.7,-257.1,-51.6,-254.8C-50.7,-252.7,-49.8,-250.6,-48.9,-248.6C-48,-246.5,-47.2,-244.3,-46.5,-242.2C-45.7,-240,-45,-237.8,-44.3,-235.6C-43.6,-233.5,-43,-231.2,-42.4,-229C-41.8,-226.8,-41.2,-224.6,-40.7,-222.3C-40.2,-220.1,-39.6,-217.8,-39.1,-215.6C-38.7,-213.3,-38.2,-211.1,-37.7,-208.8C-37.3,-206.5,-36.9,-204.3,-36.5,-202C-36.1,-199.7,-35.7,-197.4,-35.3,-195.1C-34.9,-192.8,-34.6,-190.5,-34.2,-188.2C-33.9,-185.9,-33.6,-183.7,-33.3,-181.4C-33,-179,-32.7,-176.7,-32.4,-174.4C-32.1,-172.1,-31.8,-169.8,-31.5,-167.5C-31.3,-165.2,-31,-162.9,-30.8,-160.6C-30.5,-158.3,-30.3,-156,-30,-153.6C-29.8,-151.3,-29.6,-149,-29.4,-146.7C-29.2,-144.4,-29,-142.1,-28.8,-139.7C-28.6,-137.4,-28.4,-135.1,-28.2,-132.8C-28,-130.5,-27.8,-128.1,-27.6,-125.8C-27.4,-123.5,-27.3,-121.2,-27.1,-118.9C-26.9,-116.5,-26.8,-114.2,-26.6,-111.9C-26.5,-109.6,-26.3,-107.2,-26.2,-104.9C-26,-102.6,-25.9,-100.3,-25.7,-97.9C-25.6,-95.6,-25.4,-93.3,-25.3,-90.9C-25.1,-88.6,-25,-86.3,-24.9,-84C-24.7,-81.6,-24.6,-79.3,-24.5,-77C-24.4,-74.6,-24.2,-72.3,-24.1,-70C-24,-67.7,-23.9,-65.3,-23.7,-63C-23.6,-60.7,-23.5,-58.3,-23.4,-56C-23.2,-53.7,-23.1,-51.4,-23,-49C-22.9,-46.7,-22.8,-44.4,-22.7,-42C-22.5,-39.7,-22.4,-37.4,-22.3,-35C-22.2,-32.7,-22.1,-30.4,-21.9,-28.1C-21.8,-25.7,-21.7,-23.4,-21.6,-21.1C-21.5,-18.7,-21.3,-16.4,-21.2,-14.1C-21.1,-11.7,-21,-9.4,-20.9,-7.1C-20.7,-4.7,-20.6,-2.4,-20.5,-0.1C-20.4,2.2,-20.2,4.6,-20.1,6.9C-20,9.2,-19.8,11.6,-19.7,13.9C-19.6,16.2,-19.4,18.6,-19.3,20.9C-19.1,23.2,-19,25.6,-18.9,27.9C-18.7,30.2,-18.6,32.5,-18.4,34.9C-18.3,37.2,-18.1,39.5,-18,41.9C-17.8,44.2,-17.6,46.5,-17.5,48.9C-17.3,51.2,-17.1,53.5,-17,55.8C-16.8,58.2,-16.6,60.5,-16.4,62.8C-16.2,65.2,-16.1,67.5,-15.9,69.8C-15.7,72.1,-15.5,74.5,-15.3,76.8C-15.1,79.1,-14.9,81.5,-14.6,83.8C-14.4,86.1,-14.2,88.4,-14,90.8C-13.8,93.1,-13.5,95.4,-13.3,97.7C-13,100.1,-12.8,102.4,-12.5,104.7C-12.3,107,-12,109.4,-11.7,111.7C-11.5,114,-11.2,116.3,-10.9,118.6C-10.6,121,-10.3,123.3,-10,125.6C-9.7,127.9,-9.4,130.2,-9.1,132.5C-8.7,134.9,-8.4,137.2,-8,139.5C-7.7,141.8,-7.3,144.1,-7,146.4C-6.6,148.7,-6.2,151,-5.8,153.3C-5.4,155.6,-5,157.9,-4.6,160.2C-4.1,162.5,-3.7,164.8,-3.2,167.1C-2.8,169.4,-2.3,171.7,-1.8,174C-1.3,176.3,-0.8,178.6,-0.3,180.8C0.3,183.1,0.8,185.4,1.4,187.7C1.9,189.9,2.5,192.2,3.1,194.5C3.8,196.7,4.4,199,5,201.2C5.7,203.5,6.4,205.7,7.1,207.9C7.8,210.2,8.6,212.4,9.3,214.6C10.1,216.8,10.9,219,11.8,221.2C12.6,223.4,13.5,225.6,14.4,227.7C15.3,229.9,16.3,232,17.3,234.2C18.3,236.3,19.3,238.4,20.4,240.5C21.5,242.5,22.6,244.6,23.8,246.6C25,248.6,26.3,250.6,27.6,252.6C28.9,254.5,30.3,256.4,31.7,258.3C33.2,260.2,34.7,262,36.3,263.7C37.9,265.5,39.5,267.1,41.2,268.7C43,270.3,44.8,271.8,46.7,273.3C48.5,274.7,50.5,276,52.5,277.2C54.6,278.4,56.7,279.5,58.8,280.5C61,281.4,63.2,282.3,65.4,283C67.7,283.7,69.9,284.2,72.3,284.6C74.7,285.1,77.2,285.4,79.3,285.6C81.4,285.7,83.1,285.7,84.9,285.8C85.2,285.8,85.5,285.5,85.5,285.3C85.5,285,85.2,284.8,84.9,284.8C83.2,284.7,81.5,284.7,79.4,284.5C77.3,284.3,74.8,284,72.5,283.5C70.2,283.1,68,282.5,65.8,281.8C63.6,281.1,61.4,280.3,59.3,279.3C57.2,278.3,55.2,277.3,53.2,276.1C51.3,274.9,49.4,273.5,47.5,272.1C45.7,270.7,43.9,269.2,42.3,267.6C40.6,266.1,39,264.4,37.4,262.7C35.9,260.9,34.4,259.1,33,257.3C31.6,255.5,30.3,253.6,29,251.6C27.7,249.7,26.5,247.7,25.4,245.7C24.2,243.7,23.1,241.7,22,239.6C21,237.6,20,235.5,19,233.4C18,231.2,17.1,229.1,16.2,227C15.3,224.8,14.5,222.7,13.7,220.5C12.9,218.3,12.1,216.1,11.4,213.9C10.6,211.7,9.9,209.5,9.2,207.3C8.5,205.1,7.9,202.8,7.2,200.6C6.6,198.4,6,196.1,5.4,193.9C4.8,191.6,4.3,189.4,3.7,187.1C3.2,184.8,2.7,182.6,2.2,180.3C1.7,178,1.2,175.8,0.7,173.5C0.2,171.2,-0.2,168.9,-0.6,166.6C-1.1,164.3,-1.5,162,-1.9,159.8C-2.3,157.5,-2.7,155.2,-3.1,152.9C-3.4,150.6,-3.8,148.3,-4.1,146C-4.5,143.7,-4.8,141.4,-5.1,139.1C-5.5,136.7,-5.8,134.4,-6.1,132.1C-6.4,129.8,-6.7,127.5,-7,125.2C-7.3,122.9,-7.5,120.6,-7.8,118.3C-8.1,115.9,-8.3,113.6,-8.6,111.3C-8.8,109,-9,106.7,-9.3,104.4C-9.5,102,-9.7,99.7,-9.9,97.4C-10.2,95.1,-10.4,92.8,-10.6,90.4C-10.8,88.1,-11,85.8,-11.2,83.5C-11.4,81.2,-11.5,78.8,-11.7,76.5C-11.9,74.2,-12.1,71.9,-12.2,69.5C-12.4,67.2,-12.6,64.9,-12.7,62.6C-12.9,60.2,-13,57.9,-13.2,55.6C-13.3,53.3,-13.5,50.9,-13.6,48.6C-13.8,46.3,-13.9,44,-14,41.6C-14.2,39.3,-14.3,37,-14.4,34.6C-14.6,32.3,-14.7,30,-14.8,27.7C-14.9,25.3,-15,23,-15.2,20.7C-15.3,18.3,-15.4,16,-15.5,13.7C-15.6,11.4,-15.7,9,-15.8,6.7C-15.9,4.4,-16,2,-16.1,-0.3C-16.2,-2.6,-16.3,-5,-16.4,-7.3C-16.5,-9.6,-16.6,-11.9,-16.7,-14.3C-16.8,-16.6,-16.9,-18.9,-17,-21.3C-17.1,-23.6,-17.2,-25.9,-17.3,-28.3C-17.4,-30.6,-17.5,-32.9,-17.6,-35.3C-17.7,-37.6,-17.8,-39.9,-17.9,-42.3C-18,-44.6,-18.1,-46.9,-18.2,-49.2C-18.3,-51.6,-18.4,-53.9,-18.5,-56.2C-18.5,-58.6,-18.6,-60.9,-18.7,-63.2C-18.8,-65.6,-18.9,-67.9,-19,-70.2C-19.1,-72.6,-19.3,-74.9,-19.4,-77.2C-19.5,-79.6,-19.6,-81.9,-19.7,-84.2C-19.8,-86.6,-19.9,-88.9,-20,-91.2C-20.1,-93.6,-20.2,-95.9,-20.4,-98.2C-20.5,-100.6,-20.6,-102.9,-20.7,-105.2C-20.9,-107.6,-21,-109.9,-21.1,-112.2C-21.3,-114.6,-21.4,-116.9,-21.6,-119.2C-21.7,-121.6,-21.8,-123.9,-22,-126.2C-22.2,-128.6,-22.3,-130.9,-22.5,-133.2C-22.6,-135.5,-22.8,-137.9,-23,-140.2C-23.2,-142.5,-23.4,-144.9,-23.5,-147.2C-23.7,-149.5,-23.9,-151.9,-24.1,-154.2C-24.4,-156.5,-24.6,-158.9,-24.8,-161.2C-25,-163.5,-25.3,-165.9,-25.5,-168.2C-25.7,-170.5,-26,-172.8,-26.3,-175.2C-26.5,-177.5,-26.8,-179.8,-27.1,-182.2C-27.4,-184.5,-27.7,-186.8,-28,-189.1C-28.3,-191.5,-28.7,-193.8,-29,-196.1C-29.4,-198.4,-29.7,-200.7,-30.1,-203.1C-30.5,-205.4,-30.9,-207.7,-31.4,-210C-31.8,-212.3,-32.2,-214.6,-32.7,-216.9C-33.2,-219.3,-33.7,-221.6,-34.2,-223.9C-34.8,-226.2,-35.3,-228.5,-35.9,-230.8C-36.5,-233,-37.2,-235.3,-37.8,-237.6C-38.5,-239.9,-39.2,-242.1,-40,-244.4C-40.8,-246.7,-41.6,-248.9,-42.5,-251.1C-43.4,-253.4,-44.3,-255.6,-45.3,-257.8z" stroke-linejoin="round" id="113" ed:parentid="101"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="#2da7a7" transform="matrix(1,0,0,1,174,751)" ed:tosuperid="114" d="M-35.3,41.5C-37,43.4,-37,45.7,-35.6,47C-34.2,48.3,-31.9,48.2,-30.2,46.4C-28.6,44.6,-27,42.8,-25.5,40.9C-24,39.1,-22.5,37.2,-21.1,35.3C-19.7,33.4,-18.3,31.5,-16.9,29.5C-15.6,27.6,-14.3,25.6,-13,23.6C-11.7,21.6,-10.4,19.7,-9.2,17.7C-8,15.7,-6.7,13.7,-5.5,11.7C-4.3,9.7,-3.1,7.7,-1.9,5.6C-0.7,3.6,0.5,1.6,1.7,-0.4C2.9,-2.4,4.1,-4.4,5.3,-6.4C6.5,-8.3,7.7,-10.3,8.9,-12.3C10.1,-14.3,11.4,-16.2,12.6,-18.2C13.9,-20.1,15.2,-22.1,16.5,-24C17.8,-25.9,19.1,-27.8,20.5,-29.6C21.9,-31.5,23.3,-33.3,24.7,-35.1C26.2,-36.9,27.7,-38.6,29.2,-40.4C30.8,-42.1,32.3,-43.7,34,-45.4C35.6,-47,37.3,-48.5,39.1,-50C40.8,-51.5,42.6,-52.9,44.5,-54.2C46.4,-55.6,48.3,-56.8,50.3,-58C52.3,-59.1,54.3,-60.2,56.4,-61.2C58.5,-62.1,60.6,-63,62.8,-63.7C65,-64.4,67.3,-65,69.5,-65.6C71.7,-66.1,73.8,-66.5,76.3,-66.8C78.8,-67.1,81.7,-67.2,83.2,-67.3C84.7,-67.4,84.8,-67.4,84.9,-67.4C85.2,-67.3,85.5,-67.6,85.5,-67.9C85.5,-68.2,85.2,-68.3,84.9,-68.4C84.8,-68.4,84.7,-68.4,83.2,-68.4C81.7,-68.4,78.7,-68.3,76.1,-68.1C73.6,-67.9,71.4,-67.5,69.1,-67.1C66.9,-66.6,64.5,-66.1,62.3,-65.4C60,-64.7,57.8,-63.9,55.6,-63C53.4,-62.1,51.2,-61.1,49.1,-60C47.1,-58.9,45,-57.7,43,-56.3C41.1,-55,39.2,-53.6,37.3,-52.2C35.4,-50.7,33.6,-49.2,31.9,-47.6C30.1,-46,28.4,-44.3,26.8,-42.6C25.2,-40.9,23.6,-39.1,22,-37.4C20.5,-35.6,19,-33.8,17.5,-31.9C16,-30.1,14.6,-28.2,13.2,-26.3C11.8,-24.4,10.4,-22.5,9.1,-20.6C7.7,-18.6,6.4,-16.7,5.1,-14.8C3.8,-12.8,2.5,-10.9,1.2,-8.9C-0,-6.9,-1.3,-5,-2.6,-3C-3.9,-1.1,-5.1,0.9,-6.4,2.9C-7.6,4.8,-8.9,6.8,-10.2,8.7C-11.5,10.7,-12.7,12.6,-14,14.5C-15.3,16.5,-16.6,18.4,-18,20.3C-19.3,22.1,-20.6,24,-22,25.9C-23.4,27.7,-24.8,29.5,-26.2,31.3C-27.7,33.1,-29.1,34.9,-30.6,36.6C-32.1,38.3,-33.7,39.9,-35.3,41.5z" stroke-linejoin="round" id="115" ed:parentid="101"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,522,1176)" ed:tosuperid="258" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="257" ed:parentid="252"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,522,1298)" ed:tosuperid="259" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="265" ed:parentid="260"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1283)" ed:tosuperid="252" stroke-linejoin="round" d="M-16.5,106.6C6.6,106.6,-16.5,-106.6,16.5,-106.6" id="273" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1343)" ed:tosuperid="260" stroke-linejoin="round" d="M-16.5,45.9C5.5,45.9,-13.9,-45.9,16.5,-45.9" id="274" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,568,454)" ed:tosuperid="278" stroke-linejoin="round" d="M-16.5,-44.6C5.3,-44.6,-13.6,44.6,16.5,44.6" id="277" ed:parentid="276"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,568,402)" ed:tosuperid="280" stroke-linejoin="round" d="M-16.5,6.8C-1.7,6.8,2.9,-6.8,16.5,-6.8" id="279" ed:parentid="276"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,568,346)" ed:tosuperid="282" stroke-linejoin="round" d="M-16.5,63.6C6.6,63.6,-16.5,-63.6,16.5,-63.6" id="281" ed:parentid="276"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,542,641)" ed:tosuperid="283" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="289" ed:parentid="284"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,431,546)" ed:tosuperid="276" stroke-linejoin="round" d="M-16.5,136.9C6.6,136.9,-16.5,-136.9,16.5,-136.9" id="297" ed:parentid="114"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,431,662)" ed:tosuperid="284" stroke-linejoin="round" d="M-16.5,21.2C1.5,21.2,-4.6,-21.2,16.5,-21.2" id="298" ed:parentid="114"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,536,82)" ed:tosuperid="302" stroke-linejoin="round" d="M-16.5,-15.5C0.3,-15.5,-1.7,15.5,16.5,15.5" id="301" ed:parentid="300"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,536,66)" ed:tosuperid="304" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="303" ed:parentid="300"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,536,51)" ed:tosuperid="306" stroke-linejoin="round" d="M-16.5,15.5C0.3,15.5,-1.7,-15.5,16.5,-15.5" id="305" ed:parentid="300"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,536,151)" ed:tosuperid="312" stroke-linejoin="round" d="M-16.5,-7.8C-1.5,-7.8,2.4,7.8,16.5,7.8" id="311" ed:parentid="308"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,536,136)" ed:tosuperid="307" stroke-linejoin="round" d="M-16.5,7.8C-1.5,7.8,2.4,-7.8,16.5,-7.8" id="313" ed:parentid="308"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,399,89)" ed:tosuperid="300" stroke-linejoin="round" d="M-16.5,23.3C1.9,23.3,-5.5,-23.3,16.5,-23.3" id="321" ed:parentid="116"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,399,128)" ed:tosuperid="308" stroke-linejoin="round" d="M-16.5,-15.5C0.3,-15.5,-1.7,15.5,16.5,15.5" id="322" ed:parentid="116"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,399,151)" ed:tosuperid="389" stroke-linejoin="round" d="M-16.5,-38.8C4.6,-38.8,-11.8,38.8,16.5,38.8" id="390" ed:parentid="116"/>
<path stroke-linecap="round" stroke="#f56582" fill="none" stroke-width="2" transform="matrix(1,0,0,1,575,190)" ed:tosuperid="391" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="392" ed:parentid="389"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,431,763)" ed:tosuperid="393" stroke-linejoin="round" d="M-16.5,-80.3C6.6,-80.3,-16.5,80.3,16.5,80.3" id="394" ed:parentid="114"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,431,878)" ed:tosuperid="395" stroke-linejoin="round" d="M-16.5,-194.8C6.6,-194.8,-16.5,194.8,16.5,194.8" id="396" ed:parentid="114"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,568,490)" ed:tosuperid="397" stroke-linejoin="round" d="M-16.5,-81.2C6.6,-81.2,-16.5,81.2,16.5,81.2" id="405" ed:parentid="276"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,607,799)" ed:tosuperid="406" stroke-linejoin="round" d="M-16.5,44.6C5.3,44.6,-13.6,-44.6,16.5,-44.6" id="407" ed:parentid="393"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,607,863)" ed:tosuperid="408" stroke-linejoin="round" d="M-16.5,-19.6C1.2,-19.6,-3.8,19.6,16.5,19.6" id="409" ed:parentid="393"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,607,908)" ed:tosuperid="410" stroke-linejoin="round" d="M-16.5,-64.3C6.6,-64.3,-16.5,64.3,16.5,64.3" id="411" ed:parentid="393"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,581,1045)" ed:tosuperid="417" stroke-linejoin="round" d="M-16.5,27.7C2.8,27.7,-7.5,-27.7,16.5,-27.7" id="418" ed:parentid="395"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,581,1060)" ed:tosuperid="419" stroke-linejoin="round" d="M-16.5,12.2C-0.5,12.2,-0,-12.2,16.5,-12.2" id="420" ed:parentid="395"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,581,1080)" ed:tosuperid="421" stroke-linejoin="round" d="M-16.5,-7.8C-1.5,-7.8,2.4,7.8,16.5,7.8" id="422" ed:parentid="395"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,581,1100)" ed:tosuperid="423" stroke-linejoin="round" d="M-16.5,-27.7C2.8,-27.7,-7.5,27.7,16.5,27.7" id="424" ed:parentid="395"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1313)" ed:tosuperid="425" stroke-linejoin="round" d="M-16.5,76.3C6.6,76.3,-16.5,-76.3,16.5,-76.3" id="426" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,535,1252)" ed:tosuperid="427" stroke-linejoin="round" d="M-16.5,-14.9C0.1,-14.9,-1.4,14.9,16.5,14.9" id="428" ed:parentid="425"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,535,1229)" ed:tosuperid="429" stroke-linejoin="round" d="M-16.5,7.8C-1.5,7.8,2.4,-7.8,16.5,-7.8" id="430" ed:parentid="425"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1359)" ed:tosuperid="432" stroke-linejoin="round" d="M-16.5,30.4C3.2,30.4,-8.7,-30.4,16.5,-30.4" id="445" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,547,1329)" ed:tosuperid="449" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="450" ed:parentid="432"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1382)" ed:tosuperid="451" stroke-linejoin="round" d="M-16.5,7.1C-1.6,7.1,2.7,-7.1,16.5,-7.1" id="452" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,600,1367)" ed:tosuperid="453" stroke-linejoin="round" d="M-16.5,7.8C-1.5,7.8,2.4,-7.8,16.5,-7.8" id="454" ed:parentid="451"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,600,1383)" ed:tosuperid="457" stroke-linejoin="round" d="M-16.5,-7.8C-1.5,-7.8,2.4,7.8,16.5,7.8" id="458" ed:parentid="451"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1421)" ed:tosuperid="459" stroke-linejoin="round" d="M-16.5,-31.6C3.5,-31.6,-9.2,31.6,16.5,31.6" id="460" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,548,1437)" ed:tosuperid="461" stroke-linejoin="round" d="M-16.5,15.5C0.3,15.5,-1.7,-15.5,16.5,-15.5" id="462" ed:parentid="459"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,548,1453)" ed:tosuperid="463" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="464" ed:parentid="459"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,548,1468)" ed:tosuperid="465" stroke-linejoin="round" d="M-16.5,-15.5C0.3,-15.5,-1.7,15.5,16.5,15.5" id="466" ed:parentid="459"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,411,1474)" ed:tosuperid="467" stroke-linejoin="round" d="M-16.5,-84.6C6.6,-84.6,-16.5,84.6,16.5,84.6" id="468" ed:parentid="112"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,548,1559)" ed:tosuperid="473" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="474" ed:parentid="467"/>
<path stroke-linecap="round" stroke="#f56582" fill="#f56582" transform="matrix(1,0,0,1,174,466)" ed:tosuperid="116" d="M-54.2,322.7C-55.2,325,-54.5,327.2,-52.8,327.9C-51,328.7,-48.8,327.9,-47.8,325.6C-46.9,323.4,-46,321.2,-45.1,318.9C-44.2,316.7,-43.4,314.4,-42.7,312.2C-42,309.9,-41.2,307.6,-40.6,305.4C-39.9,303.1,-39.3,300.8,-38.7,298.5C-38.1,296.2,-37.6,293.9,-37,291.6C-36.5,289.3,-36,287,-35.5,284.7C-35.1,282.4,-34.6,280.1,-34.2,277.8C-33.7,275.5,-33.3,273.2,-32.9,270.8C-32.5,268.5,-32.2,266.2,-31.8,263.9C-31.4,261.6,-31.1,259.2,-30.8,256.9C-30.4,254.6,-30.1,252.3,-29.8,250C-29.5,247.6,-29.2,245.3,-28.9,243C-28.7,240.6,-28.4,238.3,-28.1,236C-27.9,233.7,-27.6,231.3,-27.4,229C-27.2,226.7,-26.9,224.3,-26.7,222C-26.5,219.7,-26.3,217.4,-26.1,215C-25.9,212.7,-25.7,210.4,-25.5,208C-25.3,205.7,-25.1,203.4,-24.9,201C-24.8,198.7,-24.6,196.4,-24.4,194C-24.3,191.7,-24.1,189.4,-24,187C-23.8,184.7,-23.7,182.4,-23.5,180C-23.4,177.7,-23.2,175.4,-23.1,173C-23,170.7,-22.8,168.4,-22.7,166C-22.6,163.7,-22.5,161.4,-22.3,159C-22.2,156.7,-22.1,154.4,-22,152C-21.9,149.7,-21.8,147.4,-21.7,145C-21.6,142.7,-21.5,140.4,-21.4,138C-21.3,135.7,-21.2,133.4,-21.1,131C-21,128.7,-20.9,126.4,-20.8,124C-20.7,121.7,-20.6,119.4,-20.5,117C-20.5,114.7,-20.4,112.4,-20.3,110C-20.2,107.7,-20.1,105.4,-20.1,103C-20,100.7,-19.9,98.4,-19.8,96C-19.7,93.7,-19.7,91.4,-19.6,89C-19.5,86.7,-19.5,84.4,-19.4,82C-19.3,79.7,-19.2,77.4,-19.2,75C-19.1,72.7,-19,70.4,-19,68C-18.9,65.7,-18.8,63.4,-18.8,61.1C-18.7,58.7,-18.6,56.4,-18.6,54.1C-18.5,51.7,-18.4,49.4,-18.4,47.1C-18.3,44.7,-18.2,42.4,-18.2,40.1C-18.1,37.7,-18,35.4,-18,33.1C-17.9,30.7,-17.8,28.4,-17.8,26.1C-17.7,23.7,-17.6,21.4,-17.5,19.1C-17.5,16.7,-17.4,14.4,-17.3,12.1C-17.3,9.7,-17.2,7.4,-17.1,5.1C-17,2.7,-17,0.4,-16.9,-1.9C-16.8,-4.2,-16.7,-6.6,-16.7,-8.9C-16.6,-11.2,-16.5,-13.6,-16.4,-15.9C-16.4,-18.2,-16.3,-20.6,-16.2,-22.9C-16.1,-25.2,-16,-27.6,-15.9,-29.9C-15.8,-32.2,-15.8,-34.5,-15.7,-36.9C-15.6,-39.2,-15.5,-41.5,-15.4,-43.9C-15.3,-46.2,-15.2,-48.5,-15.1,-50.9C-15,-53.2,-14.9,-55.5,-14.8,-57.9C-14.7,-60.2,-14.6,-62.5,-14.5,-64.8C-14.4,-67.2,-14.2,-69.5,-14.1,-71.8C-14,-74.2,-13.9,-76.5,-13.8,-78.8C-13.7,-81.1,-13.5,-83.5,-13.4,-85.8C-13.3,-88.1,-13.1,-90.5,-13,-92.8C-12.9,-95.1,-12.7,-97.4,-12.6,-99.8C-12.4,-102.1,-12.3,-104.4,-12.1,-106.7C-12,-109.1,-11.8,-111.4,-11.7,-113.7C-11.5,-116,-11.4,-118.4,-11.2,-120.7C-11,-123,-10.8,-125.3,-10.7,-127.7C-10.5,-130,-10.3,-132.3,-10.1,-134.6C-9.9,-137,-9.7,-139.3,-9.5,-141.6C-9.3,-143.9,-9.1,-146.3,-8.9,-148.6C-8.7,-150.9,-8.5,-153.2,-8.2,-155.5C-8,-157.9,-7.8,-160.2,-7.5,-162.5C-7.3,-164.8,-7.1,-167.1,-6.8,-169.4C-6.5,-171.8,-6.3,-174.1,-6,-176.4C-5.7,-178.7,-5.5,-181,-5.2,-183.3C-4.9,-185.6,-4.6,-188,-4.3,-190.3C-4,-192.6,-3.7,-194.9,-3.4,-197.2C-3,-199.5,-2.7,-201.8,-2.4,-204.1C-2,-206.4,-1.7,-208.7,-1.3,-211C-0.9,-213.3,-0.6,-215.6,-0.2,-217.9C0.2,-220.2,0.6,-222.5,1,-224.8C1.4,-227.1,1.9,-229.4,2.3,-231.7C2.8,-233.9,3.2,-236.2,3.7,-238.5C4.2,-240.8,4.6,-243.1,5.2,-245.3C5.7,-247.6,6.2,-249.9,6.7,-252.1C7.3,-254.4,7.8,-256.7,8.4,-258.9C9,-261.2,9.6,-263.4,10.2,-265.7C10.8,-267.9,11.5,-270.1,12.1,-272.4C12.8,-274.6,13.5,-276.8,14.2,-279C15,-281.2,15.7,-283.4,16.5,-285.6C17.3,-287.8,18.1,-290,18.9,-292.1C19.8,-294.3,20.7,-296.5,21.6,-298.6C22.5,-300.7,23.5,-302.8,24.5,-304.9C25.5,-307,26.5,-309.1,27.6,-311.1C28.7,-313.2,29.8,-315.2,31,-317.2C32.2,-319.2,33.5,-321.1,34.8,-323C36.1,-324.9,37.5,-326.8,39,-328.6C40.4,-330.4,41.9,-332.2,43.5,-333.9C45.1,-335.5,46.8,-337.1,48.5,-338.7C50.2,-340.2,52.1,-341.6,54,-342.9C55.9,-344.2,57.8,-345.4,59.9,-346.5C61.9,-347.6,64,-348.5,66.2,-349.3C68.3,-350.1,70.5,-350.8,72.8,-351.3C75.2,-351.8,77.6,-352.2,79.7,-352.4C81.7,-352.6,83.3,-352.6,84.9,-352.6C85.2,-352.6,85.5,-352.9,85.5,-353.1C85.5,-353.4,85.2,-353.6,84.9,-353.6C83.3,-353.6,81.7,-353.6,79.6,-353.4C77.5,-353.2,75,-352.9,72.6,-352.4C70.2,-351.9,68,-351.2,65.8,-350.4C63.6,-349.6,61.4,-348.7,59.3,-347.6C57.2,-346.5,55.2,-345.3,53.2,-344C51.3,-342.6,49.4,-341.2,47.6,-339.7C45.8,-338.1,44.1,-336.5,42.5,-334.8C40.9,-333.1,39.3,-331.4,37.8,-329.5C36.3,-327.7,34.9,-325.8,33.6,-323.9C32.2,-322,30.9,-320,29.7,-318C28.5,-316,27.3,-314,26.2,-311.9C25.1,-309.9,24,-307.8,22.9,-305.7C21.9,-303.6,20.9,-301.4,20,-299.3C19,-297.1,18.1,-295,17.3,-292.8C16.4,-290.6,15.5,-288.4,14.7,-286.2C13.9,-284.1,13.2,-281.8,12.4,-279.6C11.7,-277.4,10.9,-275.2,10.3,-272.9C9.6,-270.7,8.9,-268.5,8.2,-266.2C7.6,-264,7,-261.7,6.4,-259.4C5.8,-257.2,5.2,-254.9,4.6,-252.6C4.1,-250.4,3.5,-248.1,3,-245.8C2.5,-243.5,2,-241.3,1.5,-239C1,-236.7,0.5,-234.4,0,-232.1C-0.4,-229.8,-0.9,-227.5,-1.3,-225.2C-1.8,-222.9,-2.2,-220.6,-2.6,-218.3C-3,-216,-3.4,-213.7,-3.8,-211.4C-4.2,-209.1,-4.5,-206.8,-4.9,-204.5C-5.3,-202.2,-5.6,-199.9,-6,-197.6C-6.3,-195.3,-6.6,-192.9,-7,-190.6C-7.3,-188.3,-7.6,-186,-7.9,-183.7C-8.2,-181.4,-8.5,-179,-8.8,-176.7C-9.1,-174.4,-9.4,-172.1,-9.6,-169.8C-9.9,-167.4,-10.2,-165.1,-10.4,-162.8C-10.7,-160.5,-11,-158.2,-11.2,-155.8C-11.4,-153.5,-11.7,-151.2,-11.9,-148.9C-12.1,-146.5,-12.4,-144.2,-12.6,-141.9C-12.8,-139.6,-13,-137.2,-13.2,-134.9C-13.4,-132.6,-13.7,-130.3,-13.9,-127.9C-14.1,-125.6,-14.2,-123.3,-14.4,-120.9C-14.6,-118.6,-14.8,-116.3,-15,-114C-15.2,-111.6,-15.3,-109.3,-15.5,-107C-15.7,-104.6,-15.9,-102.3,-16,-100C-16.2,-97.7,-16.3,-95.3,-16.5,-93C-16.6,-90.7,-16.8,-88.3,-16.9,-86C-17.1,-83.7,-17.2,-81.3,-17.4,-79C-17.5,-76.7,-17.7,-74.4,-17.8,-72C-17.9,-69.7,-18.1,-67.4,-18.2,-65C-18.3,-62.7,-18.5,-60.4,-18.6,-58C-18.7,-55.7,-18.8,-53.4,-18.9,-51C-19.1,-48.7,-19.2,-46.4,-19.3,-44C-19.4,-41.7,-19.5,-39.4,-19.6,-37.1C-19.7,-34.7,-19.8,-32.4,-20,-30.1C-20.1,-27.7,-20.2,-25.4,-20.3,-23.1C-20.4,-20.7,-20.5,-18.4,-20.6,-16.1C-20.7,-13.7,-20.8,-11.4,-20.9,-9.1C-21,-6.7,-21.1,-4.4,-21.2,-2.1C-21.2,0.3,-21.3,2.6,-21.4,4.9C-21.5,7.3,-21.6,9.6,-21.7,11.9C-21.8,14.3,-21.9,16.6,-22,18.9C-22.1,21.3,-22.2,23.6,-22.2,25.9C-22.3,28.2,-22.4,30.6,-22.5,32.9C-22.6,35.2,-22.7,37.6,-22.8,39.9C-22.8,42.2,-22.9,44.6,-23,46.9C-23.1,49.2,-23.2,51.6,-23.3,53.9C-23.4,56.2,-23.5,58.6,-23.5,60.9C-23.6,63.2,-23.7,65.6,-23.8,67.9C-23.9,70.2,-24,72.5,-24.1,74.9C-24.2,77.2,-24.2,79.5,-24.3,81.9C-24.4,84.2,-24.5,86.5,-24.6,88.9C-24.7,91.2,-24.8,93.5,-24.9,95.9C-25,98.2,-25.1,100.5,-25.2,102.8C-25.3,105.2,-25.4,107.5,-25.5,109.8C-25.6,112.2,-25.7,114.5,-25.8,116.8C-25.9,119.2,-26,121.5,-26.1,123.8C-26.2,126.1,-26.3,128.5,-26.4,130.8C-26.6,133.1,-26.7,135.5,-26.8,137.8C-26.9,140.1,-27,142.4,-27.2,144.8C-27.3,147.1,-27.4,149.4,-27.5,151.8C-27.7,154.1,-27.8,156.4,-27.9,158.7C-28.1,161.1,-28.2,163.4,-28.4,165.7C-28.5,168,-28.7,170.4,-28.8,172.7C-29,175,-29.1,177.3,-29.3,179.7C-29.4,182,-29.6,184.3,-29.8,186.6C-29.9,189,-30.1,191.3,-30.3,193.6C-30.5,195.9,-30.7,198.2,-30.9,200.6C-31.1,202.9,-31.3,205.2,-31.5,207.5C-31.7,209.8,-31.9,212.2,-32.1,214.5C-32.3,216.8,-32.6,219.1,-32.8,221.4C-33,223.7,-33.3,226,-33.6,228.4C-33.8,230.7,-34.1,233,-34.3,235.3C-34.6,237.6,-34.9,239.9,-35.2,242.2C-35.5,244.5,-35.8,246.8,-36.1,249.1C-36.4,251.4,-36.8,253.7,-37.1,256C-37.5,258.3,-37.8,260.6,-38.2,262.9C-38.6,265.2,-39,267.4,-39.4,269.7C-39.8,272,-40.2,274.3,-40.6,276.6C-41.1,278.8,-41.5,281.1,-42,283.3C-42.5,285.6,-43,287.9,-43.6,290.1C-44.1,292.3,-44.7,294.6,-45.3,296.8C-45.9,299,-46.5,301.2,-47.1,303.4C-47.8,305.6,-48.5,307.8,-49.2,310C-50,312.2,-50.7,314.3,-51.6,316.4C-52.4,318.5,-53.3,320.6,-54.2,322.7z" stroke-linejoin="round" id="475" ed:parentid="101"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,647)" ed:tosuperid="476" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="477" ed:parentid="283"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,977,638)" ed:tosuperid="478" stroke-linejoin="round" d="M-16.5,14.9C0.1,14.9,-1.4,-14.9,16.5,-14.9" id="479" ed:parentid="476"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,977,653)" ed:tosuperid="480" stroke-linejoin="round" d="M-16.5,0C-3.3,0,6.6,0,16.5,0" id="481" ed:parentid="476"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,977,668)" ed:tosuperid="482" stroke-linejoin="round" d="M-16.5,-14.9C0.1,-14.9,-1.4,14.9,16.5,14.9" id="483" ed:parentid="476"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,633,1182)" ed:tosuperid="484" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="485" ed:parentid="258"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,763,1366)" ed:tosuperid="486" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="487" ed:parentid="453"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,880,1397)" ed:tosuperid="488" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="489" ed:parentid="457"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,646,1220)" ed:tosuperid="490" stroke-linejoin="round" d="M-16.5,1.3C-3.3,1.3,6.6,-1.3,16.5,-1.3" id="491" ed:parentid="429"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,646,1235)" ed:tosuperid="492" stroke-linejoin="round" d="M-16.5,-13.6C-0.1,-13.6,-0.8,13.6,16.5,13.6" id="493" ed:parentid="429"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,711,1428)" ed:tosuperid="494" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="495" ed:parentid="461"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,685,1459)" ed:tosuperid="496" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="497" ed:parentid="463"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,711,1490)" ed:tosuperid="498" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="499" ed:parentid="465"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,685,1542)" ed:tosuperid="220" stroke-linejoin="round" d="M-16.5,16.1C0.4,16.1,-2,-16.1,16.5,-16.1" id="221" ed:parentid="473"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,685,1557)" ed:tosuperid="222" stroke-linejoin="round" d="M-16.5,1.3C-3.3,1.3,6.6,-1.3,16.5,-1.3" id="223" ed:parentid="473"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,685,1572)" ed:tosuperid="224" stroke-linejoin="round" d="M-16.5,-13.6C-0.1,-13.6,-0.8,13.6,16.5,13.6" id="225" ed:parentid="473"/>
<path stroke-linecap="round" stroke="#ffc000" fill="none" stroke-width="2" transform="matrix(1,0,0,1,685,1587)" ed:tosuperid="226" stroke-linejoin="round" d="M-16.5,-28.5C2.9,-28.5,-7.9,28.5,16.5,28.5" id="227" ed:parentid="473"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,770,788)" ed:tosuperid="228" stroke-linejoin="round" d="M-16.5,-33.3C3.7,-33.3,-9.8,33.3,16.5,33.3" id="229" ed:parentid="406"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,867)" ed:tosuperid="230" stroke-linejoin="round" d="M-16.5,16.1C0.4,16.1,-2,-16.1,16.5,-16.1" id="231" ed:parentid="408"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,583)" ed:tosuperid="232" stroke-linejoin="round" d="M-16.5,-10.9C-0.8,-10.9,0.7,10.9,16.5,10.9" id="233" ed:parentid="397"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,497)" ed:tosuperid="236" stroke-linejoin="round" d="M-16.5,1.3C-3.3,1.3,6.6,-1.3,16.5,-1.3" id="237" ed:parentid="278"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,273)" ed:tosuperid="240" stroke-linejoin="round" d="M-16.5,8.7C-1.3,8.7,1.9,-8.7,16.5,-8.7" id="241" ed:parentid="282"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,1016,257)" ed:tosuperid="246" stroke-linejoin="round" d="M-16.5,7.4C-1.6,7.4,2.5,-7.4,16.5,-7.4" id="247" ed:parentid="240"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,1016,272)" ed:tosuperid="248" stroke-linejoin="round" d="M-16.5,-7.4C-1.6,-7.4,2.5,7.4,16.5,7.4" id="249" ed:parentid="240"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,382)" ed:tosuperid="250" stroke-linejoin="round" d="M-16.5,13.4C-0.2,13.4,-0.7,-13.4,16.5,-13.4" id="251" ed:parentid="280"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,407)" ed:tosuperid="255" stroke-linejoin="round" d="M-16.5,-10.9C-0.8,-10.9,0.7,10.9,16.5,10.9" id="256" ed:parentid="280"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,421)" ed:tosuperid="261" stroke-linejoin="round" d="M-16.5,-25.8C2.4,-25.8,-6.7,25.8,16.5,25.8" id="262" ed:parentid="280"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,296)" ed:tosuperid="263" stroke-linejoin="round" d="M-16.5,-13.6C-0.1,-13.6,-0.8,13.6,16.5,13.6" id="264" ed:parentid="282"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,311)" ed:tosuperid="270" stroke-linejoin="round" d="M-16.5,-28.5C2.9,-28.5,-7.9,28.5,16.5,28.5" id="271" ed:parentid="282"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,522)" ed:tosuperid="272" stroke-linejoin="round" d="M-16.5,-23.1C1.9,-23.1,-5.5,23.1,16.5,23.1" id="275" ed:parentid="278"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,986)" ed:tosuperid="290" stroke-linejoin="round" d="M-16.5,-13.6C-0.1,-13.6,-0.8,13.6,16.5,13.6" id="291" ed:parentid="410"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,770,733)" ed:tosuperid="292" stroke-linejoin="round" d="M-16.5,20.9C1.4,20.9,-4.4,-20.9,16.5,-20.9" id="293" ed:parentid="406"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,770,748)" ed:tosuperid="294" stroke-linejoin="round" d="M-16.5,6C-1.9,6,3.3,-6,16.5,-6" id="295" ed:parentid="406"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,770,773)" ed:tosuperid="296" stroke-linejoin="round" d="M-16.5,-18.4C0.9,-18.4,-3.2,18.4,16.5,18.4" id="299" ed:parentid="406"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,882)" ed:tosuperid="309" stroke-linejoin="round" d="M-16.5,1.3C-3.3,1.3,6.6,-1.3,16.5,-1.3" id="310" ed:parentid="408"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,896)" ed:tosuperid="314" stroke-linejoin="round" d="M-16.5,-13.6C-0.1,-13.6,-0.8,13.6,16.5,13.6" id="315" ed:parentid="408"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,911)" ed:tosuperid="316" stroke-linejoin="round" d="M-16.5,-28.5C2.9,-28.5,-7.9,28.5,16.5,28.5" id="317" ed:parentid="408"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,744,971)" ed:tosuperid="318" stroke-linejoin="round" d="M-16.5,1.3C-3.3,1.3,6.6,-1.3,16.5,-1.3" id="319" ed:parentid="410"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,731,1054)" ed:tosuperid="329" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="330" ed:parentid="419"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,705,1023)" ed:tosuperid="331" stroke-linejoin="round" d="M-16.5,-6.2C-1.8,-6.2,3.2,6.2,16.5,6.2" id="332" ed:parentid="417"/>
<path stroke-linecap="round" stroke="#2da7a7" fill="none" stroke-width="2" transform="matrix(1,0,0,1,809,1099)" ed:tosuperid="333" stroke-linejoin="round" d="M-16.5,-10.9C-0.8,-10.9,0.7,10.9,16.5,10.9" id="334" ed:parentid="421"/>
<g ed:height="58" transform="matrix(1,0,0,1,24,790)" ed:topictype="mainidea" ed:width="129.52" ed:layout="map" id="101">
<path stroke="#1e6188" fill="#ffffff" stroke-width="4" d="M29,0L100.5,0C116.5,0,129.5,13,129.5,29C129.5,45,116.5,58,100.5,58L29,58C13,58,0,45,0,29C0,13,13,0,29,0z" stroke-linejoin="round"/>
<text class="st1">
<tspan x="25" y="35" style="white-space:pre">安全红线</tspan>
</text>
</g>
<g ed:height="38" transform="matrix(1,0,0,1,259,1370)" ed:width="136" ed:layout="rightmap" id="112" ed:parentid="101">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M4,0L132,0C134.2,0,136,1.8,136,4L136,34C136,36.2,134.2,38,132,38L4,38C1.8,38,0,36.2,0,34L0,4C0,1.8,1.8,0,4,0z"/>
<text class="st2">
<tspan x="18" y="23.9" style="white-space:pre">基本安全要求</tspan>
</text>
</g>
<g ed:height="38" transform="matrix(1,0,0,1,259,664)" ed:width="156" ed:layout="rightmap" id="114" ed:parentid="101">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M4,0L152,0C154.2,0,156,1.8,156,4L156,34C156,36.2,154.2,38,152,38L4,38C1.8,38,0,36.2,0,34L0,4C0,1.8,1.8,0,4,0z"/>
<text class="st2">
<tspan x="18" y="23.9" style="white-space:pre">A2撇清安全责任</tspan>
</text>
</g>
<g ed:height="38" transform="matrix(1,0,0,1,259,94)" ed:width="124" ed:layout="rightmap" id="116" ed:parentid="101">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M4,0L120,0C122.2,0,124,1.8,124,4L124,34C124,36.2,122.2,38,120,38L4,38C1.8,38,0,36.2,0,34L0,4C0,1.8,1.8,0,4,0z"/>
<text class="st2">
<tspan x="18" y="23.9" style="white-space:pre">A1合法合规</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,428,1163)" ed:width="77.76000000000001" ed:layout="rightmap" id="252" ed:parentid="112">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L64.8,0C71.9,0,77.8,5.8,77.8,13C77.8,20.2,71.9,26,64.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">操作系统</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,538,1163)" ed:width="77.76000000000001" ed:layout="rightmap" id="258" ed:parentid="252">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L71.3,0L77.8,13L71.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">漏洞扫描</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,538,1285)" ed:width="129.76" ed:layout="rightmap" id="259" ed:parentid="260">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L123.3,0L129.8,13L123.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">口令安全管理要求</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,428,1285)" ed:width="77.76000000000001" ed:layout="rightmap" id="260" ed:parentid="112">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L64.8,0C71.9,0,77.8,5.8,77.8,13C77.8,20.2,71.9,26,64.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">口令安全</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,448,396)" ed:width="103.76" ed:layout="rightmap" id="276" ed:parentid="114">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L90.8,0C97.9,0,103.8,5.8,103.8,13C103.8,20.2,97.9,26,90.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">访问通道控制</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,584,486)" ed:width="103.76" ed:layout="rightmap" id="278" ed:parentid="276">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">逻辑端口认证</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,584,383)" ed:width="103.76" ed:layout="rightmap" id="280" ed:parentid="276">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">禁用无用端口</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,584,269)" ed:width="103.76" ed:layout="rightmap" id="282" ed:parentid="276">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">管理通道安全</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,558,628)" ed:width="129.76" ed:layout="rightmap" id="283" ed:parentid="284">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L123.3,0L129.8,13L123.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">日志记录安全要求</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,448,628)" ed:width="77.76000000000001" ed:layout="rightmap" id="284" ed:parentid="114">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L64.8,0C71.9,0,77.8,5.8,77.8,13C77.8,20.2,71.9,26,64.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">日志审计</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,416,53)" ed:width="103.76" ed:layout="rightmap" id="300" ed:parentid="116">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L90.8,0C97.9,0,103.8,5.8,103.8,13C103.8,20.2,97.9,26,90.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">防止非法监听</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,552,84)" ed:width="181.76" ed:layout="rightmap" id="302" ed:parentid="300">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L175.3,0L181.8,13L175.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">禁止终端产品提供监听功能</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,552,53)" ed:width="181.76" ed:layout="rightmap" id="304" ed:parentid="300">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L175.3,0L181.8,13L175.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">防止非法获取用户通信内容</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,552,22)" ed:width="168.76" ed:layout="rightmap" id="306" ed:parentid="300">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L162.3,0L168.8,13L162.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">防止合法监听接口被滥用</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,552,115)" ed:width="129.76" ed:layout="rightmap" id="307" ed:parentid="308">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L123.3,0L129.8,13L123.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">个人数据安全保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,416,131)" ed:width="103.76" ed:layout="rightmap" id="308" ed:parentid="116">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L90.8,0C97.9,0,103.8,5.8,103.8,13C103.8,20.2,97.9,26,90.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">个人数据保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,552,146)" ed:width="129.76" ed:layout="rightmap" id="312" ed:parentid="308">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L123.3,0L129.8,13L123.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">个人数据合法转移</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,416,177)" ed:width="142.76" ed:layout="rightmap" id="389" ed:parentid="116">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L129.8,0C136.9,0,142.8,5.8,142.8,13C142.8,20.2,136.9,26,129.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">禁止存在未公开接口</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,591,177)" ed:width="363.76" ed:layout="rightmap" id="391" ed:parentid="389">
<path stroke="#f56582" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L357.3,0L363.8,13L357.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">禁止存在可绕过系统安全机制对系统或数据进行访问的功能</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,448,831)" ed:width="142.76" ed:layout="rightmap" id="393" ed:parentid="114">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L129.8,0C136.9,0,142.8,5.8,142.8,13C142.8,20.2,136.9,26,129.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">敏感数据与机密保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,448,1060)" ed:width="116.76" ed:layout="rightmap" id="395" ed:parentid="114">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L103.8,0C110.9,0,116.8,5.8,116.8,13C116.8,20.2,110.9,26,103.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">软件完整性保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,584,559)" ed:width="103.76" ed:layout="rightmap" id="397" ed:parentid="276">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">物理端口认证</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,623,741)" ed:width="129.76" ed:layout="rightmap" id="406" ed:parentid="393">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L123.3,0L129.8,13L123.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">认证凭据加密保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,623,870)" ed:width="103.76" ed:layout="rightmap" id="408" ed:parentid="393">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">加密算法安全</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,623,959)" ed:width="103.76" ed:layout="rightmap" id="410" ed:parentid="393">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L97.3,0L103.8,13L97.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">密钥安全保护</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,597,1004)" ed:width="90.76000000000001" ed:layout="rightmap" id="417" ed:parentid="395">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L84.3,0L90.8,13L84.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">完整性校验</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,597,1035)" ed:width="116.76" ed:layout="rightmap" id="419" ed:parentid="395">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L110.3,0L116.8,13L110.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">通过防病毒检测</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,597,1075)" ed:width="194.76" ed:layout="rightmap" id="421" ed:parentid="395">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L188.3,0L194.8,13L188.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">智能终端中移动应用安全要求</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,597,1115)" ed:width="155.76" ed:layout="rightmap" id="423" ed:parentid="395">
<path stroke="#2da7a7" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L149.3,0L155.8,13L149.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">移动终端升级安全要求</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,428,1224)" ed:width="90.76000000000001" ed:layout="rightmap" id="425" ed:parentid="112">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M13,0L77.8,0C84.9,0,90.8,5.8,90.8,13C90.8,20.2,84.9,26,77.8,26L13,26C5.8,26,0,20.2,0,13C0,5.8,5.8,0,13,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">数据库加固</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,551,1254)" ed:width="77.76000000000001" ed:layout="rightmap" id="427" ed:parentid="425">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L71.3,0L77.8,13L71.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">漏洞扫描</tspan>
</text>
</g>
<g ed:height="26" transform="matrix(1,0,0,1,551,1208)" ed:width="77.76000000000001" ed:layout="rightmap" id="429" ed:parentid="425">
<path stroke="#ffc000" fill="none" stroke-width="2" stroke-linejoin="round" d="M6.5,0L71.3,0L77.8,13L71.3,26L6.5,26L0,13L6.5,0z"/>
<text class="st3">
<tspan x="11" y="16.9" style="white-space:pre">权限控制</tspan>
</text>
</g>