summarylogtreecommitdiffstats
path: root/LICENSE-upload.html
blob: f25c2ee3ddfdf4dcf4118daa238dee66ce2754bd (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
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word"
	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">
	<title>上传须知-TreeMind树图shutu.cn-思维导图免费在线制作软件</title>
	<meta name="keywords" content="上传须知,树图,思维导图,在线制作,思维导图模板">
	<meta name="description" content="上传须知-TreeMind树图">
	<!--[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:View>Web</w:View><w:Compatibility><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"  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"  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="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"  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="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="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: "DejaVu Sans";
		}

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

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

		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;
		}

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

		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;
		}

		@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;
		}

		div.Section0 {
			width: 800px;
			margin: 0 auto;
			padding: 50px 0;
			page: Section0;
		}
	</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="text-autospace:ideograph-numeric;mso-pagination:none;text-align:center;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:16.0000pt;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:仿宋;line-height:150%;font-weight:bold;font-size:16.0000pt;mso-font-kerning:1.0000pt;">
					<o:p></o:p>
				</span></b></p>
		<p class=MsoNormal align=right
			style="text-autospace:ideograph-numeric;mso-pagination:none;text-align:right;line-height:150%;"><span
				style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">202</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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">2</span><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>
			</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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">03</span><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>
			</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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">24</span><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>
			</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=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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<o:p>&nbsp;</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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">使用树图网(</font>TreeMind<font face="仿宋">)上传服务。本《树图网上传须知》(以下简称&#8220;上传须知&#8221;</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;">
				<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';font-size:10.5000pt;mso-font-kerning:1.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';font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">VIP
				<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;">
				<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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">公布的其他协议规范、规则、声明、公告、政策等(以下统称</font>&#8220;
			</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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">其他规则</font>&#8221;<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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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:仿宋;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';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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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:仿宋;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:仿宋;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:仿宋;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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
					<font face="仿宋">网站</font>&#8220;
				</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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
					<font face="仿宋">用户</font>&#8221;<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';font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<o:p></o:p>
			</span>
		</p>
		<p class=MsoNormal
			style="margin-top:7.8500pt;margin-bottom:7.8500pt;mso-para-margin-top:0.5000gd;mso-para-margin-bottom:0.5000gd;text-autospace:ideograph-numeric;mso-pagination:none;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';font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;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:仿宋;mso-ascii-font-family:'Times New Roman';mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">您可通过树图网发布渠道,将您所创作的内容(无论是否构成作品)发布于树图网,该发布行为视为</font>
			</span><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:10.5000pt;mso-font-kerning:1.0000pt;">
					<font face="仿宋">
						您将您所创作的内容复制、发行、传播、信息网络传播、改编、汇编等权利永久性、不可撤销的授权树图网,基于此,树图网有权将您所发布的内容进行展示、传播、授权不特定第三方进行使用并独占性收取相关费用。您知悉,非因存在权利瑕疵的情况下,您无权要求树图网将您所上传的内容进行删除、下线处理
					</font>
				</span></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-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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<o:p></o:p>
			</span>
		</p>
		<p class=MsoNormal
			style="margin-top:7.8500pt;margin-bottom:7.8500pt;mso-para-margin-top:0.5000gd;mso-para-margin-bottom:0.5000gd;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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">二、</font>
			</span><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: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:仿宋;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:仿宋;mso-ascii-font-family:'Times New Roman';mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">1
				<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=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';font-size:10.5000pt;mso-font-kerning:1.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';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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">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';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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">您应就您所创作、上传的内容承担权利瑕疵担保责任;因您上传的内容标题、关键词等均由您自行填写,</font>
			</span><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:10.5000pt;mso-font-kerning:1.0000pt;">
					<font face="仿宋">您应确保您所交付的内容及自行填写的相关内容不存在违反相关法律法规、有悖公序良俗或侵害第三方合法权益之情形</font>
				</span></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-size:10.5000pt;mso-font-kerning:1.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';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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">3
				<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';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';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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">涉嫌违法违规或存在侵权风险向树图网发送通知的,</font>
			</span><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: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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;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:仿宋;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><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:10.5000pt;mso-font-kerning:1.0000pt;">#&nbsp;
					<font face="仿宋">树图网联系方式:</font>
				</span></b><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=MsoNormal
			style="margin-top:7.8500pt;margin-bottom:7.8500pt;mso-para-margin-top:0.5000gd;mso-para-margin-bottom:0.5000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;text-autospace:ideograph-numeric;mso-pagination:none;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';font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;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:仿宋;mso-ascii-font-family:'Times New Roman';mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">1
				<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;">
				<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';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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<font face="仿宋">规则另有规定的除外)。</font>
			</span><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: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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;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:仿宋;font-weight:normal;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:normal;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:仿宋;font-weight:normal;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:normal;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:仿宋;font-weight:normal;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:仿宋;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:仿宋;mso-ascii-font-family:'Times New Roman';mso-hansi-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';font-size:10.5000pt;mso-font-kerning:1.0000pt;">2
				<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;">
				<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';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:仿宋;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';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:仿宋;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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">3
				<font face="仿宋"></font>
			</span><b><span
					style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;font-weight:bold;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:仿宋;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:仿宋;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:仿宋;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
				<o:p></o:p>
			</span>
		</p>
		<p class=MsoNormal
			style="margin-top:7.8500pt;margin-bottom:7.8500pt;mso-para-margin-top:0.5000gd;mso-para-margin-bottom:0.5000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;text-autospace:ideograph-numeric;mso-pagination:none;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';font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.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';font-weight:bold;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:仿宋;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:仿宋;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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">1
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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';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:仿宋;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:仿宋;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:仿宋;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:仿宋;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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">2
				<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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<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=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';font-size:10.5000pt;mso-font-kerning:1.0000pt;">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;">
				<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;">
				<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;">
				<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;">
				<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;">
				<font face="仿宋"></font>
			</span><b><span
					style="mso-spacerun:'yes';font-family:'Times New Roman';mso-fareast-font-family:仿宋;font-weight:bold;font-size:10.5000pt;mso-font-kerning:1.0000pt;">
					<o:p></o:p>
				</span></b>
		</p>
	</div>
	<!--EndFragment-->
</body>

</html>