summarylogtreecommitdiffstats
path: root/LICENSE-privacy.html
blob: 89a2e70f45a1e0c135cb46e1c3e72c18ae8b0b09 (plain)
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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type  content="text/html; charset=utf-8" ><meta name=ProgId  content=Word.Document ><meta name=Generator  content="Microsoft Word 14" ><meta name=Originator  content="Microsoft Word 14" ><link rel=File-List  href="树图-隐私政策-20240718.files/filelist.xml" ><title></title><!--[if gte mso 9]><xml><o:DocumentProperties><o:Author> wu</o:Author><o:LastAuthor>WPS_1478137379</o:LastAuthor><o:Revision>1</o:Revision><o:Pages>17</o:Pages></o:DocumentProperties><o:CustomDocumentProperties><o:KSOProductBuildVer dt:dt="string" >2052-6.7.1.8828</o:KSOProductBuildVer><o:ICV dt:dt="string" >335C032040B495BD9CBB98662A670E07_43</o:ICV></o:CustomDocumentProperties></xml><![endif]--><!--[if gte mso 9]><xml><o:OfficeDocumentSettings></o:OfficeDocumentSettings></xml><![endif]--><!--[if gte mso 9]><xml><w:WordDocument><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel><w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery><w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery><w:DocumentKind>DocumentNotSpecified</w:DocumentKind><w:DrawingGridVerticalSpacing>7.8 磅</w:DrawingGridVerticalSpacing><w:TrackRevisions/><w:View>Web</w:View><w:Compatibility><w:AdjustLineHeightInTable/><w:DontGrowAutofit/><w:BalanceSingleByteDoubleByteWidth/><w:DoNotExpandShiftReturn/><w:UseFELayout/></w:Compatibility><w:Zoom>0</w:Zoom></w:WordDocument></xml><![endif]--><!--[if gte mso 9]><xml><w:LatentStyles DefLockedState="false"  DefUnhideWhenUsed="true"  DefSemiHidden="true"  DefQFormat="false"  DefPriority="99"  LatentStyleCount="260" >
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Normal" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="heading 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 7" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 8" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="heading 9" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 7" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 8" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index 9" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 7" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 8" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toc 9" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Normal Indent" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="footnote text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="annotation text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="header" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="footer" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="index heading" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  QFormat="true"  Name="caption" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="table of figures" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="envelope address" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="envelope return" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="footnote reference" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="annotation reference" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="line number" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="page number" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="endnote reference" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="endnote text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="table of authorities" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="macro" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="toa heading" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Bullet" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Number" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Bullet 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Bullet 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Bullet 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Bullet 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Number 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Number 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Number 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Number 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Title" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Closing" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Signature" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  UnhideWhenUsed="false"  QFormat="true"  Name="Default Paragraph Font" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text Indent" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Continue" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Continue 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Continue 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Continue 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="List Continue 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Message Header" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Subtitle" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Salutation" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Date" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text First Indent" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text First Indent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Note Heading" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text Indent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Body Text Indent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Block Text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Hyperlink" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="FollowedHyperlink" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Strong" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Emphasis" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Document Map" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Plain Text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="E-mail Signature" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Normal (Web)" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Acronym" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Address" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Cite" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Code" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Definition" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Keyboard" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Preformatted" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Sample" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Typewriter" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="HTML Variable" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  UnhideWhenUsed="false"  QFormat="true"  Name="Normal Table" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="annotation subject" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="No List" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="1 / a / i" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="1 / 1.1 / 1.1.1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="Article / Section" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Simple 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Simple 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Simple 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Classic 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Classic 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Classic 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Classic 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Colorful 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Colorful 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Colorful 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Columns 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Columns 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Columns 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Columns 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Columns 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 7" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Grid 8" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 7" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table List 8" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table 3D effects 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table 3D effects 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table 3D effects 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Contemporary" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Elegant" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Professional" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Subtle 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Subtle 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Web 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Web 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Web 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Balloon Text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  QFormat="true"  Name="Table Grid" ></w:LsdException>
<w:LsdException Locked="false"  Priority="0"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Table Theme" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="Placeholder Text" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="No Spacing" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="List Paragraph" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="Quote" ></w:LsdException>
<w:LsdException Locked="false"  Priority="99"  SemiHidden="false"  Name="Intense Quote" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 1" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 2" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 3" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 4" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 5" ></w:LsdException>
<w:LsdException Locked="false"  Priority="60"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Shading Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="61"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light List Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="62"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Light Grid Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="63"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 1 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="64"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Shading 2 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="65"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 1 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="66"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium List 2 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="67"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 1 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="68"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 2 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="69"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Medium Grid 3 Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="70"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Dark List Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="71"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Shading Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="72"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful List Accent 6" ></w:LsdException>
<w:LsdException Locked="false"  Priority="73"  SemiHidden="false"  UnhideWhenUsed="false"  Name="Colorful Grid Accent 6" ></w:LsdException>
</w:LatentStyles></xml><![endif]--><style>
@font-face{
font-family:"Times New Roman";
}

@font-face{
font-family:"宋体";
}

@font-face{
font-family:"Wingdings";
}

@font-face{
font-family:"Calibri";
}

@font-face{
font-family:"仿宋";
}

@font-face{
font-family:"仿宋_GB2312";
}

@list l0:level1{
mso-level-number-format:decimal;
mso-level-suffix:none;
mso-level-text:"(%1)";
mso-level-tab-stop:none;
mso-level-number-position:left;
margin-left:0.0000pt;
text-indent:0.0000pt;
font-family:'Times New Roman';}

@list l1:level1{
mso-level-start-at:2;
mso-level-number-format:decimal;
mso-level-suffix:none;
mso-level-text:"%1、";
mso-level-tab-stop:none;
mso-level-number-position:left;
margin-left:0.0000pt;
text-indent:0.0000pt;
font-family:'Times New Roman';}

p.MsoNormal{
mso-style-name:正文;
mso-style-parent:"";
margin:0pt;
margin-bottom:.0001pt;
mso-pagination:none;
text-align:justify;
text-justify:inter-ideograph;
font-family:Calibri;
mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';
font-size:10.5000pt;
mso-font-kerning:1.0000pt;
}

h1{
mso-style-name:"标题 1";
mso-style-next:正文;
margin-top:17.0000pt;
margin-bottom:16.5000pt;
mso-para-margin-top:0.0000gd;
mso-para-margin-bottom:0.0000gd;
page-break-after:avoid;
mso-pagination:lines-together;
text-align:justify;
text-justify:inter-ideograph;
mso-outline-level:1;
line-height:240%;
font-family:Calibri;
mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';
mso-ansi-font-weight:bold;
font-size:22.0000pt;
mso-font-kerning:22.0000pt;
}

h3{
mso-style-name:"标题 3";
mso-style-noshow:yes;
mso-style-next:正文;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
mso-pagination:none;
text-align:left;
mso-outline-level:3;
font-family:宋体;
mso-bidi-font-family:'Times New Roman';
font-weight:bold;
font-size:13.5000pt;
}

h4{
mso-style-name:"标题 4";
mso-style-noshow:yes;
mso-style-next:正文;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
mso-pagination:none;
text-align:left;
mso-outline-level:4;
font-family:宋体;
mso-bidi-font-family:'Times New Roman';
font-weight:bold;
font-size:12.0000pt;
}

span.10{
font-family:'Times New Roman';
}

span.15{
font-family:'Times New Roman';
color:rgb(0,0,255);
text-decoration:underline;
text-underline:single;
}

p.p{
mso-style-name:"普通\(网站\)";
margin-top:5.0000pt;
margin-right:0.0000pt;
margin-bottom:5.0000pt;
margin-left:0.0000pt;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
mso-pagination:none;
text-align:left;
font-family:Calibri;
mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';
font-size:12.0000pt;
}

p.MsoCommentText{
mso-style-name:批注文字;
margin:0pt;
margin-bottom:.0001pt;
mso-pagination:none;
text-align:left;
font-family:Calibri;
mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';
font-size:10.5000pt;
mso-font-kerning:1.0000pt;
}

span.msoIns{
mso-style-type:export-only;
mso-style-name:"";
text-decoration:underline;
text-underline:single;
color:blue;
}

span.msoDel{
mso-style-type:export-only;
mso-style-name:"";
text-decoration:line-through;
color:red;
}

table.MsoNormalTable{
mso-style-name:普通表格;
mso-style-parent:"";
mso-style-noshow:yes;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-padding-alt:0.0000pt 5.4000pt 0.0000pt 5.4000pt;
mso-para-margin:0pt;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-family:'Times New Roman';
font-size:10.0000pt;
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;
}

table.MsoTableGrid{
mso-style-name:网格型;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-padding-alt:0.0000pt 5.4000pt 0.0000pt 5.4000pt;
mso-border-top-alt:0.5000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;
mso-border-right-alt:0.5000pt solid windowtext;
mso-border-insideh:0.5000pt solid windowtext;
mso-border-insidev:0.5000pt solid windowtext;
mso-para-margin:0pt;
mso-para-margin-bottom:.0001pt;
mso-pagination:none;
text-align:justify;
text-justify:inter-ideograph;
font-family:'Times New Roman';
font-size:10.0000pt;
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;
}
@page{mso-page-border-surround-header:no;
	mso-page-border-surround-footer:no;}@page Section0{
margin-top:72.0000pt;
margin-bottom:72.0000pt;
margin-left:90.0000pt;
margin-right:90.0000pt;
size:595.3000pt 841.9000pt;
layout-grid:15.6000pt;
mso-header-margin:42.5500pt;
mso-footer-margin:49.6000pt;
}
div.Section0{page:Section0;}@page Section1{
margin-top:72.0000pt;
margin-bottom:72.0000pt;
margin-left:90.0000pt;
margin-right:90.0000pt;
size:595.3000pt 841.9000pt;
layout-grid:15.6000pt;
mso-header-margin:42.5500pt;
mso-footer-margin:49.6000pt;
}
div.Section1{page:Section1;}</style></head><body style="tab-interval:21pt;text-justify-trim:punctuation;" ><!--StartFragment--><div class="Section0"  style="layout-grid:15.6000pt;" ><p class=MsoNormal  align=center  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:0.0000pt;mso-pagination:widow-orphan;
text-align:center;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:16.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >隐私政策</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=right  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:0.0000pt;mso-pagination:widow-orphan;
text-align:right;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋_GB2312;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋_GB2312" >20240718</font></span></b><span style="mso-spacerun:'yes';font-family:仿宋_GB2312;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >上海聚石塔网络科技有限公司</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >所运营的</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网(</font>TreeMind)&nbsp;(以下简称</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >)深知个人信息对您的重要性,并会尽全力保护您的个人信息安全可靠。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:normal;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们致力于维持您对我们的信任,</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:normal;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;恪守以下原则,保护您的个人信息:权责一致原则、目的明确原则、选择同意原则、最少够用原则、确保安全原则、主体参与原则、公开透明原则等</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >。同时,我们承诺,我们将按业界成熟的安全标准,采取相应的安全保护措施来保护您的个人信息。</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >请在使用我们的产品(或服务)前,</font></span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >审慎阅读并充分理解本政策,如您明确表示不同意本政策的,我们将不会按照本政策的约定对您的个人信息进行收集、保存等,但请您知悉,您不同意本政策的行为或影响您正常使用我们的产品和</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >/</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >或服务;如您需完整使用或继续使用我们的产品和</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >/</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >或服务的,请您在首次登录或我们更新相关隐私政策(我们将在每次更新后提示您查看并同意更新后的隐私政策)后选择同意隐私政策。您选择同意本隐私政策或更新后的隐私政策的,视为您同意授权我们按照本隐私政策收集、处理和保护您的信息。其中,与您的权益可能存在重大关系的条款我们已用加粗等形式予以提示,请特别关注。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ># 致未成年人</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1、我公司重视对未成年人的个人信息保护,如您未满18周岁,请您在填写个人信息时加强个人保护意识并谨慎对待,请您在监护人陪同下仔细阅读,充分理解本隐私政策,并征得监护人的同意后使用我们的服务或向我们提供信息;特别是,如果您为儿童,我们将为儿童提供更高水平的个人信息保护,请儿童及监护人详细查看《</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >儿童个人信息保护规则》</font>&nbsp;,并由监护人决定是否同意;如您未取得监护人统一的,监护人可以通过联系我公司</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >上海聚石塔网络科技有限公司</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >公布的客服联系方式通知我司处理相关账号,我司有权就相关账号包括但不限于浏览、发布信息、互动交流在内的功能、使用进行限制。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2、特别提示</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>1)未成年人使用</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >相关服务应该在其监护人的监督指导下,在合理范围内正确学习使用网络,避免沉迷虚拟的网络空间,养成良好上网习惯;</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>2)青少年用户必须遵守《全国青少年网络文明公约》;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>3)要善于网上学习,不浏览不良信息;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>4)要诚实友好交流,不侮辱欺诈他人;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>5)要增强自护意识,不随意约会网友;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>6)要维护网络安全,不破坏网络秩序;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>7)要有益身心健康,不沉溺虚拟时空。</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ># 致监护人</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1、为更好地保护未成年人隐私权益,我公司特别提醒您慎重发布包含未成年人素材的内容,一经发布,即视为您已获得权利人同意在</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >相关服务展示未成年人的肖像、声音等信息,且允许</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >依据本协议使用、处理该等与未成年人相关的内容。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2、如您的被监护人使用</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >相关服务,您作为监护人应指导并监督被监护人的注册和使用行为,如您的被监护人申请注册</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >账号,我公司将有权认为其已取得您的同意;</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >3、您的被监护人在使用</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >相关服务时可能使用购买产品或服务等功能。您作为监护人,请保管好您的支付设备、支付账户及支付密码等,以避免被监护人在未取得您同意的情况下通过您的</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >账号使用购买等消费功能。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >未成年人及您的监护人理解并确认,如您在使用</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >服务过程中存在违反相关法律法规及本协议内容的,则您及您的监护人将依据相关法律规定承担由此产生的全部法律责任。如您为监护人的,您应选择青少年模式使用我公司提供的服务。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:7.8500pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:0.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >一、我们如何收集和使用您的个人信息</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >个人信息是指以电子或者其他方式记录的能够单独或者与其他信息结合识别特定自然人身份或者反映特定自然人活动情况的各种信息。我们仅会出于本政策所述的以下目的,收集和使用您的个人信息:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><h4 style="margin-bottom:0.0000pt;text-indent:21.1000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >1<font face="仿宋" >、注册账号</font><font face="Times New Roman" >/</font><font face="仿宋" >快捷登录</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >1</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >为完成创建账号,您需提供以下信息:您的姓名、</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
line-height:150%;color:rgb(0,0,0);letter-spacing:0.0000pt;
font-weight:bold;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >手机号码、</font>&nbsp;创建的用户名和密码等</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
line-height:150%;color:rgb(0,0,0);letter-spacing:0.0000pt;
font-weight:bold;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span></b><span style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font><a name="_Hlk86944706" ></a></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >在此过程中,</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >基于我们与通信运营商的合作,经过您的明示同意,运营商会将您的手机</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >验证</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >码发送给我们</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >便于我们为您提供快捷的登录服务</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们收集该类信息是为了:完成注册程序、提供快捷登录功能;为您持续稳定提供专属于注册用户的产品和</font>/<font face="仿宋" >或服务;实现您的管理账户,您可以查看您的收藏、会员管理、客户管理、设备管理等内容,并不会因为设备更换而丢失;保护您的账号安全。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您应知悉,我们收集该类信息是为了满足相关法律法规及政策要求,</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >您可以拒绝提供,但若</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您拒绝提供可能导致您无法使用我们的手机号注册</font>/<font face="仿宋" >快捷登录功能,进而影响您使用专属于注册用户的部分基础服务,但不影响您以其他方式登陆或以游客身份浏览</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >页面,请您谨慎考虑后再提供。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >)通过第三方社交账号登录和绑定:</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >您可以使用第三方社交账号(微信、</font>QQ<font face="仿宋" >)登录</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果您决定授权上述第三方社交账号登录</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >,第三方平台会同步您的头像、昵称、身份验证信息(</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >具体以您的授权</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >第三方社交平台的个人信息</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >为准</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >)给我们</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >,您可以在后台账户管理中进行修改,未经您同意不会用作其他用途;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们收集该类信息是为了</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >实现通过第三方社交账号在</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >的登录、并同</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >用户账号进行绑定的功能,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如您拒绝提供或授权第三方社交账号登录,将无法使用第三方社交账登录和绑定</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >账户,</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >但不影响您直接通过手机号注册</font>/<font face="仿宋" >快捷登录</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >第三方社交账号结合身份验证信息属于您的</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >个人敏感信息,请您谨慎考虑后再提供。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
line-height:150%;color:rgb(0,0,0);letter-spacing:0.0000pt;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font><font face="仿宋" >3</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >在注册过程中,如果您提供以下额外信息,将有助于我们给您提供更好的服务和体验:工作职位、公司、教育背景等。但如果您不提供这些信息,将不会影响使用本服务的基本功能。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font><font face="仿宋" >4</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;您提供的上述信息,将在您使用本服务期间持续授权我们使用。在您注销账号时,我们将停止使用并删除上述信息</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,注销</font>&nbsp;/&nbsp;删除流程详见第五条&nbsp;</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font><font face="仿宋" >5</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >上述信息将存储于中华人民共和国境内。如需跨境传输,我们将会单独征得您的授权同意。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;mso-list:l1 level1 lfo1;" ><![if !supportLists]><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><span style='mso-list:Ignore;' >2</span></span><![endif]><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >商品展示、个性化推荐、发送促销营销信息。</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><h4 style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;mso-list:l0 level1 lfo2;" ><![if !supportLists]><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;mso-ansi-font-weight:normal;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><span style='mso-list:Ignore;' >1</span></span><![endif]><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您成为</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >的注册用户,在使用我们产品和</font>/<font face="仿宋" >或服务过程中,为识别账号异常状态、了解产品适配性、向您提供更契合您需求的商品页面展示,我们根据您使用产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务的具体操作会收集、储存您的一些个人信息,这些信息包括:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></h4><h4 style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >【日志信息】:</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您使用我们的服务时,我们可能会自动收集您对我们服务的详细使用情况,作为有关网络日志保存。</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >日志信息包括您的登录账号、访问日期和时间、</font>IP<font face="仿宋" >地址、设备信息、网络环境、网络运营商的信息、您访问的浏览记录、您的下载使用记录、搜索引擎营销信息等您在使用我们的产品或服务时提供、形成或留存的信息。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><h4 style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >【设备信息】:</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们可能会根据您在软件安装及使用中授予的具体权限,接收并记录您所使用的设备名称、设备型号、操作系统版本、设备设置、唯一设备标识符、设备环境、移动应用列表等软硬件特征信息</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >本项场景</font>/<font face="仿宋" >功能涵盖的信息为我们产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务的基础功能的必要信息,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如您拒绝提供上述信息和</font>/<font face="仿宋" >或权限将可能导致您无法使用我们的产品与服务,</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >但不影响您使用我们为您提供的其他产品和服务</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >请注意,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >单独的设备信息、日志信息是无法识别特定自然人身份的信息。如果我们将这类非个人信息与其他信息结合用于识别特定自然人身份,或者将其与个人信息结合使用,则在结合使用期间,这类非个人信息将被视为个人信息,除取得您授权或法律法规另有规定外,我们会将该类个人信息做匿名化、去标识化处理。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >这些信息在结合使用期间,将作为您的个人信息按照本隐私政策处理与保护。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >)商品或服务的推送功能非</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >的基础产品和</font>/<font face="仿宋" >或服务,仅作为</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >进一步优化用户体验向您额外提供的服务,为了进一步贴合您的服务需求,在此过程中,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将收集您的浏览及搜索记录、收藏信息、设备信息、订单信息、手机号码。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们可能会基于上述一项或几项信息的结合,进行推荐算法建模、程序化广告推荐算法建模、用户行为分析及用户画像,以帮助我们更加了解您如何使用我们的产品与</font>/<font face="仿宋" >或服务、维护和改进我们的产品与</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务或向您提供个性化服务</font><font face="Times New Roman" >/</font><font face="仿宋" >定向推送,包括我们向您提供相关个性化信息(我们的个性化信息可能会根据信息系统、算法在内的自动化决策机制做出);我们也可能基于特征标签通过短信、应用内推送向您发送营销信息,提供或推广的商品和服务,包括:功能更新提醒服务、产品</font><font face="Times New Roman" >/</font><font face="仿宋" >服务新上提醒服务、应用软件和服务及其他社资讯服务;及第三方商品和服务,包括:互联网服务、物流服务、广告服务,以及我们认为可能与您相关的其他商品和服务。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如您不同意授权我们收集上述信息,并不会影响您使</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >的基础产品与服务,如您不希望使用该类个性化推荐服务,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >您可以通过以下方式进行自主关闭:您可以通过直接点击推送内容的关闭按钮进行关闭;您可通过短信提示回复退订关闭我们的短信推送</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >3</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、商品交易</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >仅当您在我们的产品和</font>/<font face="仿宋" >或服务中产生购买</font><font face="Times New Roman" >/</font><font face="仿宋" >积分兑换商品或服务</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如有</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >行为时,我们将根据您的购买</font>/<font face="仿宋" >兑换行为及</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >购买</font>/<font face="仿宋" >兑换的内容</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >收集如下部分或全部的个人信息</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >交易商品或服务信息、</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >必要的</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >收货人信息(</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >收货人姓名、收货地址及其联系电话</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们仅收集必要的信息</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >)、交易金额、下单时间、订单商户、订单编号、订单状态、支付方式(</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >此功能为我们接入第三方软件开发工具包所开发的功能</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >)、支付账号、支付状态。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们收集上述信息是为了帮助您顺利完成交易、保障您的交易安全、查询订单信息、提供客户服务等。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果您拒绝我们收集上述信息,将无法</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >在我们的产品和</font>/<font face="仿宋" >或服务中购买</font><font face="Times New Roman" >/</font><font face="仿宋" >兑换商品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务,但不影响您使用我们提供的其他产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >因您购买的商品</font>/<font face="仿宋" >兑换可能</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >通过</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >第三方</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >服务商</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >提供,</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >在该过程中该</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >第三方</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >服务商为</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >顺利、安全、准确向您</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >交付商品或服务</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >或不可避免的</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >获知您的相关信息</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >。我们向您承诺,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们会以最大努力保障您的个人信息安全,我们会严格要求第三方对您的个人信息</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >予以</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >保密,</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >仅为提供商品</font><font face="Times New Roman" >/</font><font face="仿宋" >服务</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >之目的获悉和使用,不得对外泄露或做其他任何用途。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >4</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、支付功能</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您在我们客户端上开通服务、订购商品等发生支付行为时,需要用到支付功能。在支付过程中,我们可能会收集您的第三方支付渠道的</font>user ID (<font face="仿宋" >例如支付宝</font><font face="Times New Roman" >user ID</font><font face="仿宋" >、微信</font><font face="Times New Roman" >open ID</font><font face="仿宋" >信息</font><font face="Times New Roman" >)</font><font face="仿宋" ></font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >上述信息为我们向您提供您购买商品和</font>/<font face="仿宋" >或服务所必须的信息,我们无法仅根据该信息获得您的个人财产信息,也不能识别特定自然人身份信息。如果您不同意我们收集上述信息,您将无法使用部分产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务包含的互动功能,但不影响您使用我们为您提供的其他产品和服务。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.0000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >5</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、搜索功能</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您在我们的产品中使用搜索功能时,我们需要收集您的一些信息,其中包括如下个人信息:您的设备信息、您的日志信息,包括您搜索的字或词、您的浏览记录和时间、您搜索的时间以及次数。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们收集这些信息是为了向您快速匹配您所需要的内容以及您可能感兴趣的内容,同时亦为了改进我们的产品和服务。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >6</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、客户服务</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您向</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >I</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >发起投诉、申诉或进行咨询时,为了您的账号与系统安全,我们可能需要您先行提供账号信息,并与您之前的个人信息相匹配以验证您的用户身份。同时,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >为了方便与您联系或帮助您解决问题,我们可能还需要您提供姓名、手机号码、电子邮件及其他联系方式等个人信息。另外,我们还会收集您与我们的沟通信息(包括文字</font>/<font face="仿宋" >图片</font><font face="Times New Roman" >/</font><font face="仿宋" >音视频</font><font face="Times New Roman" >/</font><font face="仿宋" >通话记录形式)、与您的需求相关联的其他必要信息。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们收集这些信息是为了调查事实与帮助您解决问题,如您拒绝提供上述信息,我们可能无法向您及时反馈投诉、申诉或咨询结果。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >7</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、实名认证</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:normal;mso-bidi-font-weight:bold;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>1<font face="仿宋" >)您使用我们的部分产品与</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务时,需要根据相关法律规定以及我们的指引完成</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >实名认证程序</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >。为了完成实名认证服务,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将依据相关法律法规获取您的个人身份信息。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >为了准确验证您的身份,我们需将上述信息传输给合法存有您个人信息的第三方机构(有关政府部门)进行比对核验。</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们向您承诺,上述信息仅用于实名认证之目的,完成身份核验后将立即自行并要求第三方机构予以删除;但是,为了履行存储注册信息义务,我们将存储您的姓名、身份证件号码</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >联系方式</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >)您理解并确认,我们会以最大努力保障您的个人信息安全,并严格要求第三方机构对您的个人信息保密,只以实名认证之目的获悉和使用,不得对无关方泄露或做其他任何用途。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>3<font face="仿宋" >)同时,您需理解</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >,姓名、身份证件号码</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >等其他信息</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如有</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们收集该类信息是基于实名认证程序要求,如您拒绝提供可能导致您无法登录账号并使用相关产品功能,请您谨慎考虑后再选择是否提供。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h4 style="margin-top:0.0000pt;margin-bottom:0.0000pt;text-indent:21.1000pt;
mso-char-indent-count:2.0000;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >8</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、开展内部数据分析和研究,第三方</font>SDK<font face="仿宋" >统计服务,改善我们的产品或服务</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>1<font face="仿宋" >)为改善我们的产品和服务,经您授权同意我们可能接入第三方产品和服务或接受第三方</font><font face="Times New Roman" >SDK</font><font face="仿宋" >统计服务,我们将明确标识由第三方提供,告知您收集数据的类型和用途,对于收集到的您的个人信息,必要时我们将建立安全评估机制和采取个人信息安全保护措施,</font><font face="Times New Roman" >SDK</font><font face="仿宋" >数据将不含与我们提供产品或服务无关的数据。目前我们产品中包含的第三方</font><font face="Times New Roman" >SDK</font><font face="仿宋" >服务请具体查阅</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >本协议附件二所示</font></span><span><a href="https://www.bilibili.com/blackboard/activity-JDBsks4XG.html" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >第三方合作目录》</font></span></a></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;<font face="仿宋" ></font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >前述服务商收集和处理信息等行为遵守其自身的隐私条款,而不适用于本政策。为了最大程度保障您的信息安全,我们建议您在使用任何第三方</font>SDK<font face="仿宋" >类服务前先行查看其隐私条款。</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将监督第三方接入及第三方</font>SDK<font face="仿宋" >统计服务,并对违规收集您个人信息的行为采取技术检测、及时切断接入等有效措施,以保护您的个人信息不被泄露;此外,为保障您的合法权益,如您发现这等</font><font face="Times New Roman" >SDK</font><font face="仿宋" >或其他类似的应用程序侵权您的个人信息,您可通过以下途径投诉:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b><u><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;text-decoration:underline;text-underline:single;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" ># </font><font face="仿宋" >电子邮箱:</font><font face="Times New Roman" >shutu</font></span></u></b><b><u><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;text-decoration:underline;
text-underline:single;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >@shutu.cn</span></u></b><b><u><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;text-decoration:underline;
text-underline:single;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></u></b></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >为给您提供更加优质的服务,我们可能会存在数据统计分析需求,</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >除上述个人信息外,统计分析服务将根据统计维度的不同采集如下信息:</font>SDK/API/JS<font face="仿宋" >代码版本、浏览器、互联网服务提供商、平台、时间戳、应用标识符、应用程序版本、应用分发渠道、独立设备标识符、设备型号、传感器参数、终端制造厂商、终端设备操作系统版本、会话启动</font><font face="Times New Roman" >/</font><font face="仿宋" >停止时间、语言所在地、时区和网络状态(</font><font face="Times New Roman" >WiFi</font><font face="仿宋" >等)、硬盘、</font><font face="Times New Roman" >CPU</font><font face="仿宋" >和电池使用情况等。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:7.8500pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:0.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';font-weight:bold;
font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、我们如何使用</font>&nbsp;Cookie&nbsp;<font face="仿宋" >和同类技术</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(一)</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >Cookie</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1&nbsp;&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >为确保网站正常运转,我们会在您的计算机或移动设备上存储名为</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >的小数据文件</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >Cookie&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >通常包含标识符、站点名称以及一些号码和字符。借助于</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,网站能够存储您的偏好或购物篮内的商品等数据。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2&nbsp;&nbsp;我们不会将</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >用于本政策所述目的之外的任何用途。您可根据自己的偏好管理或删除</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >。您可以清除计算机上保存的所有</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,大部分网络浏览器都设有阻止</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >的功能。但如果您这么做,则需要在每一次访问我们的网站时亲自更改用户设置。</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(二)网站信标和像素标签</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;Cookie&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;外,我们还会在网站上使用网站信标和像素标签等其他同类技术。例如,我们向您发送的电子邮件可能含有链接至我们网站内容的点击&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;URL&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>&nbsp;如果您点击该链接,我们则会跟踪此次点击,帮助我们了解您的产品或服务偏好并改善客户服务。网站信标通常是一种嵌入到网站或电子邮件中的透明图像。&nbsp;借助于电子邮件中的像素标签,我们能够获知电子邮件是否被打开。如果您不希望自己的活动以这种方式被追踪,则可以随时从我们的寄信名单中退订&nbsp;</span></b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(三)</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >Do&nbsp;Not&nbsp;Track</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(请勿追踪)</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >很多网络浏览器均设有</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Do&nbsp;Not&nbsp;Track&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >功能,该功能可向网站发布</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Do&nbsp;Not&nbsp;Track&nbsp;&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >请求。目前,主要互联网标准组织尚未设立相关政策来规定网站应如何应对此类请求。但如果您的浏览器启用了</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;Do&nbsp;Not&nbsp;Track&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,那么我们的所有网站都会尊重您的选择。</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p>&nbsp;</o:p></span></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >三、</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们如何共享、转让、公开披露您的个人信息</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(一)共享</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们不会向其他任何公司、组织和个人分享您的个人信息,但以下情况除外:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >在获取明确同意的情况下共享:获得您的明确同意后,我们会与其他方共享您的个人信息。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们可能会根据法律法规规定,或按政府主管部门的强制性要求,对外共享您的个人信息。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >3&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:normal;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >与我们的关联公司共享:您的个人信息可能会与我们关联公司共享。我们只会共享必要的个人信息,且受本隐私政策中所声明目的的约束。关联公司如要改变个人信息的处理目的,将再次征求您的授权同意。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >4&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:normal;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >与授权合作伙伴共享:仅为实现本隐私权政策中声明的目的,我们的某些服务将由授权合作伙伴提供。我们可能会与合作伙伴共享您的某些个人信息,以提供更好的客户服务和用户体验。例如,我们聘请来提供第三方数据统计和分析服务的公司可能需要采集和访问个人数据以进行数据统计和分析。在这种情况下,这些公司必须遵守我们的数据隐私和安全要求。我们仅会出于合法、正当、必要、特定、明确的目的共享您的个人信息,并且只会共享提供服务所必要的个人信息。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >5&nbsp;&nbsp;对我们与之共享个人信息的公司、组织和个人,我们会与其签署严格的保密协定,要求他们按照我们的说明、本隐私政策以及其他任何相关的保密和安全措施来处理个人信息。</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><h4 style="margin-bottom:0.0000pt;text-indent:21.1000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >(二)转移</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1<font face="仿宋" >、在获取明确同意的情况下转移:获得您的明确同意后,我们会向其他方转移您的个人信息; </font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2<font face="仿宋" >、在涉及合并、收购或破产清算时,如涉及到个人信息转移,我们会在要求新的持有您个人信息的公司、组织</font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >继续受此隐私政策的约束</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >并立即通知您以获取您的单独授权</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,否则我们将要求该公司、组织重新向您征求授权同意。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h4 style="margin-bottom:0.0000pt;text-indent:21.1000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >(三)公开披露</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h4><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们仅会在以下情况下,公开披露您的个人信息:</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >1&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、获得您明确同意后;</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >2&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、基于法律的披露:在法律、法律程序、诉讼或政府主管部门强制性要求的情况下,我们可能会公开披露您的个人信息。</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p>&nbsp;</o:p></span></b></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >四、</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们如何保护您的个人信息</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=p  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >1<font face="仿宋" >、信息存储</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>1<font face="仿宋" >)存储地点:我们依照法律法规的规定,仅会将收集到的有关您的个人信息存储于中华人民共和国境内。目前我们暂时不存在跨境存储您的个人信息或向境外提供个人信息的场景。如果确有必要进行数据的跨境传输,我们会单独向您明确告知(包括数据出境的目的、接收方、使用方式与范围、使用内容、安全保障措施、安全风险等),并征得您的授权同意,我们会确保数据接收方有充足的数据保护能力来保护您的个人信息。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >) 存储期限:我们在为您提供满足产品和服务目的所必需且最短的期间内保留您的个人信息,例如:当您使用我们的注册及会员功能时,我们需要收集您的手机号码,且在您提供后并在您使用该功能期间,我们需要持续保存您的手机号码,以向您正常提供该功能、保障您的账号和系统安全。此外,我们或对您的相关信息保存至相关法律所规定的必要期限(例如《电子商务法》规定:商品和服务信息、交易信息保存时间自交易完成之日起不少于三年)。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:7.8500pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>3<font face="仿宋" >)在超出上述存储期限后,我们会对您的个人信息进行删除或匿名化处理。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >2<font face="仿宋" >、信息保护</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>1<font face="仿宋" >)我们已使用符合业界标准的安全防护措施保护您提供的个人信息,防止数据遭到未经授权访问、公开披露、使用、修改、损坏或丢失。 我们会采取一切合理可行的措施,保护您的个人信息。例如,在您的浏览器与</font><font face="Times New Roman" ></font><font face="仿宋" >服务</font><font face="Times New Roman" ></font><font face="仿宋" >之间交换数据(如信用卡信息)时受 </font><font face="Times New Roman" >SSL </font><font face="仿宋" >加密保护; 我们同时对我们网站提供 </font><font face="Times New Roman" >https </font><font face="仿宋" >安全浏览方式;我们会使用加密技术确保数据的保密性;我们会使用受信赖的保护机制防止数据遭到恶意攻击; 我们会部署访问控制机制,确保只有授权人员才可访问个人信息;以及我们会举办安全和隐私保护培训课程,加强员工对于保护个人信息重要性的认识。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >)我们会采取一切合理可行的措施,确保未收集无关的个人信息。我们只会在达成本政策所述目的所需的期限内保留您的个人信息,除非需要延长保留期或受到法律的允许。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>3<font face="仿宋" >)互联网并非绝对安全的环境,而且电子邮件、即时通讯、及与其他我们用户的交流方式并未加密,我们强烈建议您不要通过此类方式发送个人信息。请使用复杂密码,协助我们保证您的账号安全。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>4<font face="仿宋" >)互联网环境并非百分之百安全,我们将尽力确保您发送给我们的任何信息的安全性。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果我们的物理、技术、或管理防护设施遭到破坏,导致信息被非授权访问、公开披露、篡改、或毁坏,导致您的合法权益受损,我们将承担相应的法律责任。同时,我们还有专业的安全技术和运营团队负责维护,便于及时有效的响应、处置各类安全漏洞和突发事件,联合相关部门进行安全事件溯源和打击。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>5<font face="仿宋" ></font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >发生或者可能发生个人信息泄露、篡改、丢失的,我们将立即采取补救措施,并第一时间通知相关部门、负责人及信息主体、监管部门。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >通知内容包括:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1<font face="仿宋" >)所泄露、篡改、丢失的信息种类、原因和可能造成的危害;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2<font face="仿宋" >)我们所采取的补救措施和个人可以采取的减轻危害的措施;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >3<font face="仿宋" >)我们个人信息处理相关负责人的联系方式。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >同时,我们将及时向您告知:安全事件的基本情况和可能的影响、我们已采取或将要采取的处置措施、您可自主防范和降低风险的建议、对您的补救措施等。</font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将及时将事件相关情况以邮件、信函、电话、推送通知等方式告知您,难以逐一告知个人信息主体时,我们会采取合理、有效的方式发布公告。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p>&nbsp;</o:p></span></b></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >五、您的权利</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >按照中国相关的法律、法规、标准,以及其他国家、地区的通行做法,我们保障您对自己的个人信息行使以下权利:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(一)访问您的个人信息</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>&nbsp;1&nbsp;&nbsp;您有权访问您的个人信息,法律法规规定的例外情况除外。如果您想行使数据访问权,可以通过以下方式自行访问:</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >账户信息</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="Times New Roman" >——</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;如果您希望访问或编辑您的账户中的个人资料信息和更改您的密码、添加安全信息或关闭您的账户等,您可以通过访问</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><span><a href="https://shutu.cn/account" ><b><u><span class="15"  style="mso-spacerun:'yes';font-family:宋体;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
text-decoration:underline;text-underline:single;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="宋体" >树图网</font><font face="Times New Roman" >-</font><font face="宋体" >个人中心</font><font face="Times New Roman" >-</font><font face="宋体" >账号设置</font></span></u></b></a></span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >执行此类操作。</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><br></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果您无法通过上述链接访问这些个人信息,您可以随时使用我们的</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;Web&nbsp;&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >表单联系,或发送电子邮件至</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >shutu@shutu.cn</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >。我们将在</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >30</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >天内回复您的访问请求。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font>&nbsp;2&nbsp;&nbsp;对于您在使用我们的产品或服务过程中产生的其他个人信息,只要我们不需要过多投入,我们会向您提供。如果您想行使数据访问权,请发送电子邮件至</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >shutu@shutu.cn</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(二)更正您的个人信息</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您发现我们处理的关于您的个人信息有错误时,您有权要求我们做出更正。您可以通过</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(一)访问您的个人信息</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >中罗列的方式提出更正申请。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果您无法通过上述链接更正这些个人信息,您可以随时使用我们的</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;Web&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >表单联系,或发送电子邮件至</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >shutu@shutu.cn</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >。我们将在</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >30</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >天内回复您的更正请求。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(三)删除您的个人信息</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >在以下情形中,您可以向我们提出删除个人信息的请求</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如果我们处理个人信息的行为违反法律法规;</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如果我们收集、使用您的个人信息,却未征得您的同意;</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >3&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如果我们处理个人信息的行为违反了与您的约定;</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >4&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如果您不再使用我们的产品或服务,或您注销了账号;</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >5&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如果我们不再为您提供产品或服务。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >您可通过树图网</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >官网您的个人中心</font><font face="仿宋" >-账号设置中直接选择注销帐户来</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >注销</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >您的账号</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >或向树图网邮箱</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="宋体" >shutu@shutu.cn</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;发送邮件申请删除您的个人信息。&nbsp;</span><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网在收到您的</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >注销</font>&nbsp;/</span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >删除请求后,我们将同时通知从我们获得您的个人信息的实体,要求其及时删除,除非法律法规另有规定,或这些实体获得您的独立授权。当您从我们的服务中删除信息后,我们可能不会立即备份系统中删除相应的信息,但会在备份更新时删除这些信息。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(四)改变您授权同意的范围</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >每个业务功能需要一些基本的个人信息才能得以完成(见本</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >协议</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="Times New Roman" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >第一部分</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >)。对于额外收集的个人信息的收集和使用,您可以随时给予或收回您的授权同意。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><br></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >您可以通过以下方式自行操作:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >访问</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;&nbsp;</span><span><a href="https://shutu.cn/account" ><u><span class="15"  style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
text-decoration:underline;text-underline:single;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="宋体" >树图网</font><font face="Times New Roman" >&#8194;</font><font face="宋体" >个人中心</font></span></u></a></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >进行修改</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >当您收回同意后,我们将不再处理相应的个人信息。但您收回同意的决定,不会影响此前基于您的授权而开展的个人信息处理。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(五)个人信息主体注销账户</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >您随时可注销此前注册的账户,您可以通过以下方式自行操作:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >1&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >树图网</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >官网您的个人中心</font><font face="仿宋" >-账号设置中直接选择注销帐户来</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >注销</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >您的账号</font></span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >2&nbsp;、向我们发送电子邮件(&nbsp;</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >shutu@shutu.cn</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;)申请注销;</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >3&nbsp;&nbsp;在注销账户之后,我们将停止为您提供产品或服务,并依据您的要求删除您的个人信息,法律法规另有规定的除外。</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >4&nbsp;&nbsp;在技术可行的前提下,例如数据接口匹配,我们还可按您的要求,直接将您的个人信息副本传输给您指定的第三方</span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" >&nbsp;</span><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >,但未经您的明确许可,我们不会将相关信息提供给任意第三方</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(六)约束信息系统自动决策</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >在某些业务功能中,我们可能仅依据信息系统、算法等在内的非人工自动决策机制做出决定。如果这些决定显著影响您的合法权益,您有权要求我们做出解释,我们也将提供适当的救济方式。</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >(七)响应您的上述请求</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >为保障安全,您可能需要提供书面请求,或以其他方式证明您的身份。我们可能会先要求您验证自己的身份,然后再处理您的请求。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将在三十天内做出答复。如您不满意,还可以通过以下途径投诉:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >邮箱:</font>&nbsp;</span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="宋体" >shutu@shutu.cn</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >对于您合理的请求,我们原则上不收取费用,但对多次重复、超出合理限度的请求,我们将视情收取一定成本费用。对于那些无端重复、需要过多技术手段(例如,需要开发新系统或从根本上改变现行惯例)、给他人合法权益带来风险或者非常不切实际(例如,涉及备份磁带上存放的信息)的请求,我们可能会予以拒绝。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >在以下情形中,按照法律法规要求,我们将无法响应您的请求:</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >1&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、与国家安全、国防安全有关的;</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >2&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、与公共安全、公共卫生、重大公共利益有关的;</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >3&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、与犯罪侦查、起诉和审判等有关的;</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >4&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、有充分证据表明您存在主观恶意或滥用权利的;</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.1000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:bold;
text-transform:none;font-style:normal;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" >5&nbsp;</span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;font-weight:bold;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >、响应您的请求将导致您或其他个人、组织的合法权益受到严重损害的。</font></span></b><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >六、我们如何处理儿童</font>&nbsp;/&nbsp;<font face="仿宋" >未成年人</font><font face="Times New Roman" >&nbsp;</font><font face="仿宋" >的个人信息</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们的产品、网站和服务主要面向成人。</font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果没有父母或监护人的同意,儿童不得创建自己的用户账户。</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >对于经父母、监护人同意而收集儿童个人信息的情况,我们只会在受到法律允许、父母或监护人明确同意或者保护儿童所必要的情况下使用或公开披露此信息。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >尽管</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >不同国家、地区</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >法律和习俗对儿童的定义不同,但我们将不满</font>14<font face="仿宋" >周岁的任何人均视为儿童。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果我们发现自己在未事先获得可证实的父母同意的情况下收集了儿童的个人信息,则会设法尽快删除相关数据。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >七、隐私政策</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >更新</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=p  style="margin-bottom:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;vertical-align:baseline;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们可能适时会对本隐私政策进行调整或变更,</font></span><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >本隐私政策的任何更新将以标注更新时间的方式公布在我们网站上,</font></span></b><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们将在隐私政策更新后以网站公告、弹窗方式提醒您详细阅读并依据您的意愿选择是否同意适用新的隐私政策,如您拒绝同意更新后的隐私政策的,您或许无法使用全部或部分树图网提供的服务</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><h3 style="margin-bottom:0.0000pt;mso-pagination:widow-orphan;vertical-align:baseline;
line-height:150%;" ><b><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、如何联系我们</font></span></b><b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></h3><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
text-indent:21.0000pt;mso-char-indent-count:2.0000;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >如果您对本隐私政策有任何疑问、意见或建议,通过以下方式与我们联系:</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >电子</font>&nbsp;邮箱:&nbsp;</span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="宋体" >shutu@shutu.cn</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-pagination:widow-orphan;
text-align:justify;text-justify:inter-ideograph;line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >我们设立了个人信息保护专职部门(或个人信息保护专员),您可以通过以下方式与</font></span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;text-indent:21.0000pt;mso-char-indent-count:2.0000;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;
line-height:21.0000pt;" ><span style="mso-spacerun:'yes';font-family:仿宋;color:rgb(0,0,0);
letter-spacing:0.0000pt;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >电子邮箱:</font>shutu@shutu.cn</span><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
color:rgb(0,0,0);letter-spacing:0.0000pt;text-transform:none;
font-style:normal;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="margin-top:0.0000pt;margin-bottom:0.0000pt;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:12.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >、争议解决</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:12.0000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><font face="仿宋" >有关本《隐私政策》的解释及争议解决均应适用中华人民共和国法律。如就本政策的签订、履行等发生任何争议的,双方应尽量友好协商解决</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >;协商不成时,任何一方均可向上海聚石塔网络科技有限公司住所地享有管辖权的人民法院提起诉讼。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p></div>
<span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><br clear=all style='page-break-before:always;mso-break-type:section-break'></span>
<div class="Section1"  style="layout-grid:15.6000pt;" ><p class=MsoNormal  style="page-break-before:always;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >附件一</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" >&nbsp;</span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >儿童个人信息保护规则》</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:0.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >为了保护儿童个人信息安全,促进儿童健康成长。本规则</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >旨在更详细的向监护人(以下也称</font><font face="Times New Roman" ></font><font face="仿宋" ></font><font face="Times New Roman" ></font><font face="仿宋" >)和儿童说明我们如何收集、使用、存储和处理儿童个人信息,以及我们为您与儿童提供的访问、更正、删除、保护这些信息的方式。如果您是儿童用户的监护人,请您在充分理解并同意本规则后再使用我们的产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:0.0000pt;mso-char-indent-count:0.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  style="line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >适用范围</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >本规则</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >仅适用于在中华人民共和国境内通过网络从事收集、存储、使用、转移、披露儿童个人信息等活动。我们的产品及服务主要面向成年人,因此未成年人不得在未经监护人的许可下注册和登录用户账号。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们将本着正当必要、本人及监护人知情同意、目的明确、安全保障、依法利用的原则收集、存储、使用、转移、披露儿童个人信息,指定本规则。《隐私政策》展示了我们收集、使用、处理、保护个人信息的一般做法,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >本规则为《隐私政策》的一部分;如在儿童个人信息保护规则方面,本规则与《隐私政策》正文存在不一致的,本规则优先适用,如本规则中未提及的,则视产品实际情况适用</font>/<font face="仿宋" >参照适用《隐私政策》,本规则中涉及的词语含义与《隐私政策》正文中的一致。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></b></p><p class=MsoNormal  style="text-autospace:ideograph-numeric;mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >给监护人的特别说明:</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >当我们获悉您的孩子不满十四周岁,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们将根据本政策采取特殊措施保护我们获得的您孩子的个人信息,监护人比我们对您的权益保护更为便利,请帮助我们共同保护您孩子的个人信息和隐私安全,</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >要求他们在您的监护下共同阅读本政策,在您的支持同意下使用我们的产品和</font>/<font face="仿宋" >或服务。</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如果您不同意《隐私政策》及本规则,或任何与注册获取用户账号相关的协议。请您立即要求您的儿童停止访问</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,您同意本规则(包括更新规则)或者您在阅读本规则下同意您的儿童继续使用我们的产品和</font>/<font face="仿宋" >或服务、提交个人信息,都表示您同意我们按照本规则收集、存储、使用、转移、披露您儿童个人信息。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  style="text-autospace:ideograph-numeric;mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >给儿童的特别说明:</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:widow-orphan;text-align:left;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如果您不满</font>14<font face="仿宋" >周岁,请您在通知您的监护人且监护人明确同意本规则之前,不要使用我们的产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:0.0000pt;mso-char-indent-count:0.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  style="line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们收集和使用儿童个人信息的规则</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >1<font face="仿宋" >、我们会严格履行法律规定的儿童个人信息保护义务与责任,遵循正当必要、知情同意、目的明确、安全保障、依法利用的原则收集和使用儿童个人信息,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >不会收集与我们提供的产品和</font>/<font face="仿宋" >或服务无关的儿童个人信息</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,不会违反法律规定和我们与您的约定收集、使用儿童个人信息。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >2<font face="仿宋" >、我们没有独立的向儿童提供的产品和</font><font face="Times New Roman" >/</font><font face="仿宋" >或服务,一般情况下,我们收集和使用的儿童个人信息仅发生在《隐私政策》</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >正文</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >一条</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们如何收集和使用您的信息,在《隐私政策》指引下,我们一般情况无法主动获取账号使用者的年龄(除非您在个人账户信息中填写)或者确认实际使用人账户信息的真实性,此</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >情况下适用《隐私政策》。一旦我们发现您是儿童,我们会对您的账户信息予以更高程度的保护。</font><a name="_Hlk86947749" ><font face="仿宋" >除《隐私政策》</font></a></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >正文第一条</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >外,我们还会收集您与儿童之间监护关系的信息。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >3<font face="仿宋" >、我们再次以显著、清晰的方式告知儿童监护人,并应当征得儿童监护人的同意,我们可能会收集和使用的儿童的个人信息的规则请您查阅《隐私政策》正文</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >第一条</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,因业务需要,当确需超出前述约定的目的、范围收集、使用您监护的儿童的个人信息的,我们会再次征得您的同意。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们共享、转移、公开披露儿童个人信息的规则</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >共享</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >对于儿童个人信息,我</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >们仅在本规则所述的目的和范围内或依照法律要求进行共享,除非存在以下一种或多种情形</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >1</font><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >与作为监护人的您之间的共享;</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >2</font></span><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >事先已征得您的明确授权同意;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >3</font><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如果我们需要改变儿童个人信息的处理目的时,将再次征求您的授权同意。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >4</font><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >如我们需要委托服务商处理儿童个人信息的,请您放心,我们会对服务商和其服务行为等进行安全评估,签署协议,明确责任、处理事项、处理期限、处理性质和目的等,要求其处理行为不得超出我们的授权范围;</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >5</font><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >有权机关的要求、法律法规等规定的其他情形。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >转移与公开披露</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们会严格履行法律规定的儿童个人信息保护义务与责任,遵循正当必要、知情同意、目的明确、安全保障、依法利用的原则转移、公开披露儿童个人信息。</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如您希望了解更多,请您查阅《隐私政策》正文。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></b></p><p class=MsoNormal  style="line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >四、您和</font>/<font face="仿宋" >或儿童对儿童个人信息的相关权利</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们的产品和服务为您和儿童提供了多种对儿童个人信息行使相关权利的功能,您可以通过这些功能管理儿童个人信息和儿童的网络生活,包括:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >访问权</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您或儿童</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >可以在应用程序及</font>WEB<font face="仿宋" >端查询和访问儿童的相关个人信息</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,例如:个人资料信息、视频观看记录、搜索记录、下载记录、收藏记录,详细操作步骤</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们已经在《隐私政策》第五条向儿童及其监护人明确告知,您可以参照《隐私政策》进行操作</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >更正</font>/<font face="仿宋" >修改权</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您可以在应用程序及</font>WEB<font face="仿宋" >端更正</font><font face="Times New Roman" >/</font><font face="仿宋" >修改儿童的相关个人信息</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,例如:个人资料信息;或您可以联系我们解决,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们会在经对您的身份进行验证,且不影响信息的客观性和准确性的情况下进行更正</font>/<font face="仿宋" >修改。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >同时,如您或儿童发现我们收集、存储、使用、披露的</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >儿童个人信息有错误的,可以联系我们更正,我们会在完成身份验证和核实问题后及时采取措施予以更正</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >删除权</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >1<font face="仿宋" >、您和儿童可以在应用程序及</font><font face="Times New Roman" >WEB</font><font face="仿宋" >端自行删除儿童的相关个人信息,详细操作步骤我们已经在《隐私政策》第</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >四条及第五条</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >向儿童及其监护人明确告知,</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您可以参照《隐私政策》进行操作,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >上述信息删除或导致您账户下的部分数据丢失,可能导致无法继续使用我们部分产品和</font>/<font face="仿宋" >或服务</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" >2<font face="仿宋" >、在以下情形下,您或儿童可以直接向我们提出删除儿童个人信息的请求,我</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >们会在完成身份验证和核实问题后及时采取措施予以删除</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,包括:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>1<font face="仿宋" >)我们违反法律法规规定或我们与监护人的约定收集、存储、使用、转移、披露儿童个人信息的;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>2<font face="仿宋" >)我们超出目的范围或者必要期限收集、存储、使用、转移、披露儿童个人信息的;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>3<font face="仿宋" >)监护人撤回同意的;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>4<font face="仿宋" >)监护人或儿童通过注销等方式终止使用的产品或服务的;</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font>5<font face="仿宋" >)法律法规等规定的其他情形。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:0.0000pt;mso-char-indent-count:0.0000;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" ></font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >提前获知产品和</font>/<font face="仿宋" >或服务停止运营权</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们将持续为您提供优质服务,若因特殊原因导致我们的部分或全部产品和</font>/<font face="仿宋" >或服务被迫停止运营,我们将提前在显著位置或向您发送推送消息或以其他方式通知您,并</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >将停止对儿童个人信息的收集,删除或匿名化处理我们持有的儿童个人信息。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:0.0000pt;mso-char-indent-count:0.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  style="text-align:left;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >五、我们存储和保护儿童个人信息的规则</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们依照法律法规的规定,</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >将儿童个人信息存储于中华人民共和国境内。我们仅在为提供我们的产品和服务之目的所必需且最短的期间内保留儿童个人信息。在超出上述存储期限后,我们会对儿童个人信息进行删除或匿名化处理。</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们采用了</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >符合行业标准的安全技术措施及配套的组织架构和管理体系</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >等多层面保护措施来保护儿童个人信息;同时,我们</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >遵循最小授权原则</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >,对工作人员设定了严格的信息访问权限,控制儿童个人信息知悉范围;我们也采取了必要技术措施,避免违法复制、下载儿童个人信息。</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如您希望了解更多,请您查阅《隐私政策》正文第六条。</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:0.0000pt;mso-char-indent-count:0.0000;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal  style="line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >六、联系我们</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >如您对本规则的执行或使用我们的产品和</font>/<font face="仿宋" >或服务时遇到的与儿童隐私保护相关的事宜有任何问题(包括问题咨询、投诉等),您可以通过以下任意方式与我们联系:</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >&#183;</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们的主体</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >信息:</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,0);letter-spacing:0.0000pt;mso-ansi-font-weight:bold;
mso-bidi-font-weight:normal;text-transform:none;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >上海聚石塔网络科技有限公司</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.1000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >&#183;</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们的邮箱:</font></span></b><span><a href="mailto:shutu@shutu.cn" ><u><span class="15"  style="mso-spacerun:'yes';font-family:仿宋;line-height:150%;
color:rgb(0,0,255);letter-spacing:0.0000pt;text-transform:none;
text-decoration:underline;text-underline:single;font-style:normal;
font-size:10.5000pt;mso-font-kerning:0.0000pt;" >shutu@shutu.cn</span></u></a></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  style="text-indent:21.0000pt;mso-char-indent-count:2.0000;text-autospace:ideograph-numeric;
mso-pagination:none;line-height:150%;" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们有专门人员负责对接;</font></span><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >您也可以通过《隐私政策》中提供的其他反馈通道与我们联系,</font></span></b><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >我们会尽最大努力为您提供满意的解决方案,并在</font>15<font face="仿宋" >个工作日内为您处理完毕。</font></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-bidi-font-weight:bold;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><br clear=all style='page-break-before:always'></span><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
mso-bidi-font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  style="text-autospace:ideograph-numeric;mso-pagination:none;line-height:150%;" ><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >附件二:树图网</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;
line-height:150%;mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;
font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >第三方</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><font face="Times New Roman" >SDK</font><font face="仿宋" >服务商</font></span></b><b style="mso-bidi-font-weight:normal" ><span style="mso-spacerun:'yes';font-family:仿宋;mso-ascii-font-family:'Times New Roman';
mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';line-height:150%;
mso-ansi-font-weight:bold;mso-bidi-font-weight:normal;font-size:10.5000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><table class=MsoTableGrid  border=1  cellspacing=0  style="border-collapse:collapse;width:472.5000pt;margin-left:6.7500pt;
margin-right:6.7500pt;mso-table-layout-alt:fixed;border:none;
mso-border-left-alt:0.5000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;mso-border-insideh:0.5000pt solid windowtext;mso-border-insidev:0.5000pt solid windowtext;
mso-padding-alt:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;" ><tr style="height:25.0500pt;" ><td width=50  valign=center  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:1.0000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" >SDK</span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >服务</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p></td><td width=37  valign=center  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:1.0000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >具体</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >功能</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:1.0000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >客户端</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:1.0000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >获取权限</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p></td><td width=143  valign=center  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:1.0000pt solid windowtext;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><font face="仿宋" >第三方隐私权政策链接</font></span></b><b><span style="font-family:'Times New Roman';mso-fareast-font-family:仿宋;line-height:150%;
font-weight:bold;font-size:9.0000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></b></p></td></tr><tr style="height:39.0500pt;" ><td width=50  valign=center  rowspan=3  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >微信支付</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >SDK</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  rowspan=3  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >支付</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >安卓端</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >网络状态、网络信息状态、</font><font face="仿宋" >WIFI状态、手机状态、读写存储空间</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  rowspan=3  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >https://posts.tenpay.com/posts/18ed0968618e3db204d4931651708953.html</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:38.8000pt;" ><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >iOS端</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >网络状态、剪贴板</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >iOS端</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=center  style="text-align:center;line-height:150%;" ><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><font face="仿宋" >剪贴板</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=50  valign=center  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >WeChatOpenSdk</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >微信登陆、微信支付、微信分享</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >web&nbsp;端、小程序</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >头像、昵称、性别、设备型号、</font><font face="仿宋" >&nbsp;ip&nbsp;地址、域名信息、时间戳、终端设备操作系统版本、时区</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >https://weixin.qq.com/cgi-bin/readtemplate?t=weixin_business_pay</font></span><span style="font-family:仿宋;line-height:150%;font-size:9.0000pt;
mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=50  valign=center  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >TencentOpenAPI</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >QQ&nbsp;登陆、&nbsp;QQ&nbsp;分享</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >web&nbsp;</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >头像、昵称、性别、设备型号、</font><font face="仿宋" >&nbsp;ip&nbsp;地址、域名信息、时间戳、终端设备操作系统版本、时区</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >https://privacy.qq.com/policy/tencent-privacypolicy</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=50  valign=center  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >AlipaySDK</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >支付宝支付</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >web&nbsp;端、手机端</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >支付信息、设备型号、</font><font face="仿宋" >&nbsp;ip&nbsp;地址、域名信息、时间戳</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >https://render.alipay.com/p/f/fd-jm7jym6r/alipay/multi-agreement.html</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=50  valign=center  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >七牛</font><font face="仿宋" >&nbsp;SDK</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >图片、视频存储</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >web&nbsp;</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >用户图像信息存储</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >https://www.qiniu.com/agreements/privacy-right</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=50  valign=center  rowspan=2  style="width:50.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >支付宝</font><font face="仿宋" >&nbsp;SDK</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=37  valign=center  rowspan=2  style="width:37.1000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >支付</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >安卓端</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >网络状态、网络信息状态、</font><font face="仿宋" >&nbsp;WIFI&nbsp;状态、手机状态、读写存储空间、改变&nbsp;Z&nbsp;轴排列任务</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=143  valign=center  rowspan=2  style="width:143.6000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:none;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >https://render.alipay.com/p/f/fd-jm7jym6r/alipay/multi-agreement.html</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td></tr><tr style="height:35.5000pt;" ><td width=41  valign=center  style="width:41.0000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >iOS&nbsp;</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td><td width=199  valign=center  style="width:199.9000pt;padding:0.0000pt 5.4000pt 0.0000pt 5.4000pt ;border-left:1.0000pt solid windowtext;
mso-border-left-alt:0.5000pt solid windowtext;border-right:1.0000pt solid windowtext;mso-border-right-alt:0.5000pt solid windowtext;
border-top:none;mso-border-top-alt:0.5000pt solid windowtext;border-bottom:1.0000pt solid windowtext;
mso-border-bottom-alt:0.5000pt solid windowtext;" ><p class=MsoNormal  align=justify  style="margin-top:0.0000pt;margin-right:0.0000pt;margin-bottom:0.0000pt;
margin-left:0.0000pt;mso-para-margin-right:0.0000gd;mso-para-margin-left:0.0000gd;
mso-pagination:widow-orphan;text-align:justify;text-justify:inter-ideograph;" ><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><font face="仿宋" >采集常用设备信息(如</font><font face="仿宋" >&nbsp;IMEI/IMSI&nbsp;&nbsp;SIM&nbsp;卡序列号&nbsp;/MAC&nbsp;地址)、网络状态、剪贴板、定位</font></span><span style="font-family:仿宋;line-height:150%;letter-spacing:0.0000pt;
text-transform:none;font-size:9.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p></td></tr></table><p class=MsoNormal  style="line-height:150%;" ><span style="mso-spacerun:'yes';font-family:Calibri;mso-fareast-font-family:宋体;
mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p></div><!--EndFragment--></body></html>