@steedos-labs/content-compliance-bev 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/index.js +1 -1
  2. package/lib/actions/submit.d.ts +9 -1
  3. package/lib/actions/submit.js +50 -11
  4. package/lib/actions/submit.js.map +1 -1
  5. package/lib/actions/submitMaterial.js +1 -1
  6. package/lib/actions/submitMaterial.js.map +1 -1
  7. package/lib/index.js +12 -3
  8. package/lib/index.js.map +1 -1
  9. package/lib/methods/approval_engine.js +66 -50
  10. package/lib/methods/approval_engine.js.map +1 -1
  11. package/lib/methods/consts.d.ts +3 -1
  12. package/lib/methods/consts.js.map +1 -1
  13. package/lib/methods/content_hub.js +5 -0
  14. package/lib/methods/content_hub.js.map +1 -1
  15. package/lib/methods/index.d.ts +1 -0
  16. package/lib/methods/index.js +1 -0
  17. package/lib/methods/index.js.map +1 -1
  18. package/lib/methods/material.js +5 -5
  19. package/lib/methods/material.js.map +1 -1
  20. package/lib/methods/task.d.ts +7 -0
  21. package/lib/methods/task.js +269 -0
  22. package/lib/methods/task.js.map +1 -0
  23. package/main/default/applications/approve_workflow.app.yml +92 -0
  24. package/main/default/applications/pepsico_content_setting.app.yml +26 -19
  25. package/main/default/client/pepsico_content.client.js +30 -0
  26. package/main/default/objects/pepsico_approval_process/fields/approved.field.yml +1 -2
  27. package/main/default/objects/pepsico_approval_process/fields/current_step.field.yml +1 -1
  28. package/main/default/objects/pepsico_approval_process/fields/type.field.yml +1 -1
  29. package/main/default/objects/pepsico_approval_task/fields/approval_field.field.yml +23 -0
  30. package/main/default/objects/pepsico_approval_task/fields/approval_status.field.yml +15 -0
  31. package/main/default/objects/pepsico_approval_task/fields/approve_time.field.yml +7 -0
  32. package/main/default/objects/pepsico_approval_task/fields/comment.field.yml +9 -0
  33. package/main/default/objects/pepsico_approval_task/fields/owner.field.yml +11 -0
  34. package/main/default/objects/pepsico_approval_task/fields/pepsico_material.field.yml +8 -0
  35. package/main/default/objects/pepsico_approval_task/fields/pepsico_material_approval.field.yml +8 -0
  36. package/main/default/objects/pepsico_approval_task/listviews/all.listview.yml +17 -0
  37. package/main/default/objects/pepsico_approval_task/listviews/recent.listview.yml +14 -0
  38. package/main/default/objects/pepsico_approval_task/pepsico_approval_task.object.yml +26 -0
  39. package/main/default/objects/pepsico_approval_task/permissions/admin.permission.yml +17 -0
  40. package/main/default/objects/pepsico_approval_task/permissions/user.permission.yml +16 -0
  41. package/main/default/objects/pepsico_brand_leader/fields/classification.field.yml +0 -26
  42. package/main/default/objects/pepsico_mail_send_log/fields/classification.field.yml +0 -26
  43. package/main/default/objects/pepsico_material/buttons/pepsico_material_approve.button.yml +4 -0
  44. package/main/default/objects/pepsico_material/buttons/pepsico_material_reject.button.yml +4 -0
  45. package/main/default/objects/pepsico_material/buttons/pepsico_onedrive_edit_material.button.yml +1 -1
  46. package/main/default/objects/pepsico_material/buttons/pepsico_onedrive_review_material.button.yml +1 -1
  47. package/main/default/objects/pepsico_material/buttons/pepsico_update_material.button.yml +2 -2
  48. package/main/default/objects/pepsico_material/buttons/pepsico_upload_supplement.button.yml +3 -3
  49. package/main/default/objects/pepsico_material/fields/approval_status.field.yml +1 -1
  50. package/main/default/objects/pepsico_material/fields/classification.field.yml +0 -31
  51. package/main/default/objects/pepsico_material/fields/material_one_drive_history.field.yml +1 -1
  52. package/main/default/objects/pepsico_material/fields/material_update_history.field.yml +1 -1
  53. package/main/default/objects/pepsico_material/fields/social_media.field.yml +2 -0
  54. package/main/default/objects/pepsico_material/permissions/user.permission.yml +1 -0
  55. package/main/default/objects/pepsico_material_approval/buttons/pepsico_copyright_upload.button.yml +5 -2
  56. package/main/default/objects/pepsico_material_approval/buttons/pepsico_material_upload.button.yml +6 -4
  57. package/main/default/objects/pepsico_material_approval/buttons/pepsico_submit.button.yml +104 -42
  58. package/main/default/objects/pepsico_material_approval/buttons/pepsico_terminate.button.yml +6 -5
  59. package/main/default/objects/pepsico_material_approval/buttons/standard_delete.button.js +1 -1
  60. package/main/default/objects/pepsico_material_approval/buttons/standard_edit.button.js +1 -1
  61. package/main/default/objects/pepsico_material_approval/fields/approval_status.field.yml +1 -1
  62. package/main/default/objects/pepsico_material_approval/fields/approval_type.field.yml +2 -2
  63. package/main/default/objects/pepsico_material_approval/fields/assistance.field.yml +1 -1
  64. package/main/default/objects/pepsico_material_approval/fields/ca_spot_check.field.yml +2 -2
  65. package/main/default/objects/pepsico_material_approval/fields/classification.field.yml +33 -0
  66. package/main/default/objects/pepsico_material_approval/fields/current_step.field.yml +1 -1
  67. package/main/default/objects/pepsico_material_approval/fields/followers.field.yml +12 -0
  68. package/main/default/objects/pepsico_material_approval/fields/handler_guding.field.yml +1 -1
  69. package/main/default/objects/pepsico_material_approval/fields/internal_collaborator_edit.field.yml +1 -1
  70. package/main/default/objects/pepsico_material_approval/fields/kids_assistance.field.yml +4 -6
  71. package/main/default/objects/pepsico_material_approval/fields/kids_reviewer.field.yml +3 -2
  72. package/main/default/objects/pepsico_material_approval/fields/legal_spot_check.field.yml +2 -2
  73. package/main/default/objects/pepsico_material_approval/fields/ns_spot_check.field.yml +2 -2
  74. package/main/default/objects/pepsico_material_approval/fields/owner.field.yml +0 -2
  75. package/main/default/objects/pepsico_material_approval/fields/product.field.yml +34 -0
  76. package/main/default/objects/pepsico_material_approval/fields/reviewer.field.yml +1 -1
  77. package/main/default/objects/pepsico_material_approval/fields/social_media.field.yml +8 -0
  78. package/main/default/objects/pepsico_material_approval/fields/special_spot_check.field.yml +3 -3
  79. package/main/default/objects/pepsico_material_approval/fields/sra_spot_check.field.yml +2 -2
  80. package/main/default/objects/pepsico_material_approval/listviews/handle.listview.yml +1 -1
  81. package/main/default/objects/pepsico_material_approval/pepsico_material_approval.object.yml +2 -0
  82. package/main/default/objects/pepsico_reviewer/fields/assistance.field.yml +1 -1
  83. package/main/default/objects/pepsico_reviewer/fields/reviewer.field.yml +1 -1
  84. package/main/default/objects/pepsico_reviewer/fields/special_spot_check.field.yml +1 -1
  85. package/main/default/pages/pepsico_content_review_detail.page.amis.json +80 -7
  86. package/main/default/pages/pepsico_material_detail.page.amis.json +2 -2
  87. package/main/default/pages/pepsico_material_detail_mobile.page.amis.json +1 -1
  88. package/main/default/pages/pepsico_midtier_spot_check.page.amis.json +1 -1
  89. package/main/default/pages/pepsico_spot_check.page.amis.json +1 -1
  90. package/main/default/pages/pepsico_spot_check_dco.page.amis.json +1 -1
  91. package/package.json +2 -2
  92. package/public/content-review/amis.css +32 -0
  93. package/public/content-review/topic.css +8 -1
  94. package/public/pepsico_login.css +196 -0
  95. package/public/{dynamic.js → pepsico_login.js} +0 -2
  96. package/public/privacy-policy/index.html +657 -879
  97. package/public/dynamic.css +0 -191
@@ -1,158 +1,158 @@
1
- <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="帆软软件为百事食品提供的内容审核系统用户协议(最终版).files/filelist.xml" ><title></title><!--[if gte mso 9]><xml><o:DocumentProperties><o:Author>我欣飞扬</o:Author><o:LastAuthor>baozhoutao</o:LastAuthor><o:Revision>1</o:Revision><o:Pages>4</o:Pages><o:Characters>1964</o:Characters><o:Lines>16</o:Lines><o:Paragraphs>4</o:Paragraphs></o:DocumentProperties><o:CustomDocumentProperties><o:KSOProductBuildVer dt:dt="string" >2052-6.7.1.8828</o:KSOProductBuildVer><o:ICV dt:dt="string" >479B20DF90A05F3CF2966A67266E92C9_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: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" >
1
+ <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="帆软软件为百事饮品提供的内容审核系统用户协议.files/filelist.xml" ><title></title><!--[if gte mso 9]><xml><o:DocumentProperties><o:Author>Meng, Kelly {PEP}</o:Author><o:LastAuthor>李征</o:LastAuthor><o:Revision>1</o:Revision><o:Pages>5</o:Pages><o:Characters>1222</o:Characters><o:Lines>101</o:Lines><o:Paragraphs>82</o:Paragraphs></o:DocumentProperties><o:CustomDocumentProperties><o:KSOProductBuildVer dt:dt="string" >2052-12.1.23540.23540</o:KSOProductBuildVer><o:ICV dt:dt="string" >3645CA340A4D77919AFE1B69CA976B3F_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:PunctuationKerning></w:PunctuationKerning><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" >
2
2
  <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" ></w:LsdException>
3
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" ></w:LsdException>
4
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 2" ></w:LsdException>
5
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 3" ></w:LsdException>
6
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 4" ></w:LsdException>
7
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 5" ></w:LsdException>
8
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 6" ></w:LsdException>
9
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 7" ></w:LsdException>
10
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 8" ></w:LsdException>
11
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="heading 9" ></w:LsdException>
12
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 1" ></w:LsdException>
13
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 2" ></w:LsdException>
14
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 3" ></w:LsdException>
15
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 4" ></w:LsdException>
16
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 5" ></w:LsdException>
17
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 6" ></w:LsdException>
18
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 7" ></w:LsdException>
19
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 8" ></w:LsdException>
20
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index 9" ></w:LsdException>
21
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 1" ></w:LsdException>
22
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 2" ></w:LsdException>
23
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 3" ></w:LsdException>
24
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 4" ></w:LsdException>
25
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 5" ></w:LsdException>
26
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 6" ></w:LsdException>
27
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 7" ></w:LsdException>
28
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 8" ></w:LsdException>
29
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toc 9" ></w:LsdException>
30
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Normal Indent" ></w:LsdException>
31
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="footnote text" ></w:LsdException>
32
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="annotation text" ></w:LsdException>
33
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="header" ></w:LsdException>
34
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="footer" ></w:LsdException>
35
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="index heading" ></w:LsdException>
36
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" QFormat="true" Name="caption" ></w:LsdException>
37
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="table of figures" ></w:LsdException>
38
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="envelope address" ></w:LsdException>
39
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="envelope return" ></w:LsdException>
40
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="footnote reference" ></w:LsdException>
41
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="annotation reference" ></w:LsdException>
42
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="line number" ></w:LsdException>
43
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="page number" ></w:LsdException>
44
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="endnote reference" ></w:LsdException>
45
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="endnote text" ></w:LsdException>
46
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="table of authorities" ></w:LsdException>
47
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="macro" ></w:LsdException>
48
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="toa heading" ></w:LsdException>
49
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List" ></w:LsdException>
50
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Bullet" ></w:LsdException>
51
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Number" ></w:LsdException>
52
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List 2" ></w:LsdException>
53
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List 3" ></w:LsdException>
54
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List 4" ></w:LsdException>
55
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List 5" ></w:LsdException>
56
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Bullet 2" ></w:LsdException>
57
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Bullet 3" ></w:LsdException>
58
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Bullet 4" ></w:LsdException>
59
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Bullet 5" ></w:LsdException>
60
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Number 2" ></w:LsdException>
61
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Number 3" ></w:LsdException>
62
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Number 4" ></w:LsdException>
63
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Number 5" ></w:LsdException>
64
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" ></w:LsdException>
65
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Closing" ></w:LsdException>
66
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Signature" ></w:LsdException>
3
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" ></w:LsdException>
4
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 2" ></w:LsdException>
5
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 3" ></w:LsdException>
6
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 4" ></w:LsdException>
7
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 5" ></w:LsdException>
8
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 6" ></w:LsdException>
9
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 7" ></w:LsdException>
10
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 8" ></w:LsdException>
11
+ <w:LsdException Locked="false" Priority="9" SemiHidden="false" QFormat="true" Name="heading 9" ></w:LsdException>
12
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 1" ></w:LsdException>
13
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 2" ></w:LsdException>
14
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 3" ></w:LsdException>
15
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 4" ></w:LsdException>
16
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 5" ></w:LsdException>
17
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 6" ></w:LsdException>
18
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 7" ></w:LsdException>
19
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 8" ></w:LsdException>
20
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index 9" ></w:LsdException>
21
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 1" ></w:LsdException>
22
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 2" ></w:LsdException>
23
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 3" ></w:LsdException>
24
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 4" ></w:LsdException>
25
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 5" ></w:LsdException>
26
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 6" ></w:LsdException>
27
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 7" ></w:LsdException>
28
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 8" ></w:LsdException>
29
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" Name="toc 9" ></w:LsdException>
30
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Normal Indent" ></w:LsdException>
31
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="footnote text" ></w:LsdException>
32
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="annotation text" ></w:LsdException>
33
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="header" ></w:LsdException>
34
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="footer" ></w:LsdException>
35
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="index heading" ></w:LsdException>
36
+ <w:LsdException Locked="false" Priority="35" SemiHidden="false" QFormat="true" Name="caption" ></w:LsdException>
37
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="table of figures" ></w:LsdException>
38
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="envelope address" ></w:LsdException>
39
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="envelope return" ></w:LsdException>
40
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="footnote reference" ></w:LsdException>
41
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="annotation reference" ></w:LsdException>
42
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="line number" ></w:LsdException>
43
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="page number" ></w:LsdException>
44
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="endnote reference" ></w:LsdException>
45
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="endnote text" ></w:LsdException>
46
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="table of authorities" ></w:LsdException>
47
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="macro" ></w:LsdException>
48
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="toa heading" ></w:LsdException>
49
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List" ></w:LsdException>
50
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Bullet" ></w:LsdException>
51
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Number" ></w:LsdException>
52
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List 2" ></w:LsdException>
53
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List 3" ></w:LsdException>
54
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List 4" ></w:LsdException>
55
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List 5" ></w:LsdException>
56
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Bullet 2" ></w:LsdException>
57
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Bullet 3" ></w:LsdException>
58
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Bullet 4" ></w:LsdException>
59
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Bullet 5" ></w:LsdException>
60
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Number 2" ></w:LsdException>
61
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Number 3" ></w:LsdException>
62
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Number 4" ></w:LsdException>
63
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Number 5" ></w:LsdException>
64
+ <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" ></w:LsdException>
65
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Closing" ></w:LsdException>
66
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Signature" ></w:LsdException>
67
67
  <w:LsdException Locked="false" Priority="1" SemiHidden="false" Name="Default Paragraph Font" ></w:LsdException>
68
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text" ></w:LsdException>
69
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text Indent" ></w:LsdException>
70
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Continue" ></w:LsdException>
71
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Continue 2" ></w:LsdException>
72
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Continue 3" ></w:LsdException>
73
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Continue 4" ></w:LsdException>
74
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="List Continue 5" ></w:LsdException>
75
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Message Header" ></w:LsdException>
76
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" ></w:LsdException>
77
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Salutation" ></w:LsdException>
78
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Date" ></w:LsdException>
79
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text First Indent" ></w:LsdException>
80
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text First Indent 2" ></w:LsdException>
81
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Note Heading" ></w:LsdException>
82
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text 2" ></w:LsdException>
83
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text 3" ></w:LsdException>
84
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text Indent 2" ></w:LsdException>
85
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Body Text Indent 3" ></w:LsdException>
86
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Block Text" ></w:LsdException>
87
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Hyperlink" ></w:LsdException>
88
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="FollowedHyperlink" ></w:LsdException>
89
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" ></w:LsdException>
90
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" ></w:LsdException>
91
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Document Map" ></w:LsdException>
92
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Plain Text" ></w:LsdException>
93
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="E-mail Signature" ></w:LsdException>
94
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Normal (Web)" ></w:LsdException>
95
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Acronym" ></w:LsdException>
96
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Address" ></w:LsdException>
97
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Cite" ></w:LsdException>
98
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Code" ></w:LsdException>
99
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Definition" ></w:LsdException>
100
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Keyboard" ></w:LsdException>
101
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Preformatted" ></w:LsdException>
102
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Sample" ></w:LsdException>
103
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Typewriter" ></w:LsdException>
104
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="HTML Variable" ></w:LsdException>
68
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text" ></w:LsdException>
69
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text Indent" ></w:LsdException>
70
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Continue" ></w:LsdException>
71
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Continue 2" ></w:LsdException>
72
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Continue 3" ></w:LsdException>
73
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Continue 4" ></w:LsdException>
74
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Continue 5" ></w:LsdException>
75
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Message Header" ></w:LsdException>
76
+ <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" ></w:LsdException>
77
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Salutation" ></w:LsdException>
78
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Date" ></w:LsdException>
79
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text First Indent" ></w:LsdException>
80
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text First Indent 2" ></w:LsdException>
81
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Note Heading" ></w:LsdException>
82
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text 2" ></w:LsdException>
83
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text 3" ></w:LsdException>
84
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text Indent 2" ></w:LsdException>
85
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Body Text Indent 3" ></w:LsdException>
86
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Block Text" ></w:LsdException>
87
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Hyperlink" ></w:LsdException>
88
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="FollowedHyperlink" ></w:LsdException>
89
+ <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" ></w:LsdException>
90
+ <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" ></w:LsdException>
91
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Document Map" ></w:LsdException>
92
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Plain Text" ></w:LsdException>
93
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="E-mail Signature" ></w:LsdException>
94
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Normal (Web)" ></w:LsdException>
95
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Acronym" ></w:LsdException>
96
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Address" ></w:LsdException>
97
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Cite" ></w:LsdException>
98
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Code" ></w:LsdException>
99
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Definition" ></w:LsdException>
100
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Keyboard" ></w:LsdException>
101
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Preformatted" ></w:LsdException>
102
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Sample" ></w:LsdException>
103
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Typewriter" ></w:LsdException>
104
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="HTML Variable" ></w:LsdException>
105
105
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Normal Table" ></w:LsdException>
106
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="annotation subject" ></w:LsdException>
106
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="annotation subject" ></w:LsdException>
107
107
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="No List" ></w:LsdException>
108
108
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="1 / a / i" ></w:LsdException>
109
109
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="1 / 1.1 / 1.1.1" ></w:LsdException>
110
110
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Article / Section" ></w:LsdException>
111
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Simple 1" ></w:LsdException>
112
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Simple 2" ></w:LsdException>
113
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Simple 3" ></w:LsdException>
114
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Classic 1" ></w:LsdException>
115
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Classic 2" ></w:LsdException>
116
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Classic 3" ></w:LsdException>
117
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Classic 4" ></w:LsdException>
118
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Colorful 1" ></w:LsdException>
119
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Colorful 2" ></w:LsdException>
120
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Colorful 3" ></w:LsdException>
121
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Columns 1" ></w:LsdException>
122
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Columns 2" ></w:LsdException>
123
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Columns 3" ></w:LsdException>
124
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Columns 4" ></w:LsdException>
125
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Columns 5" ></w:LsdException>
126
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 1" ></w:LsdException>
127
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 2" ></w:LsdException>
128
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 3" ></w:LsdException>
129
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 4" ></w:LsdException>
130
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 5" ></w:LsdException>
131
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 6" ></w:LsdException>
132
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 7" ></w:LsdException>
133
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Grid 8" ></w:LsdException>
134
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 1" ></w:LsdException>
135
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 2" ></w:LsdException>
136
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 3" ></w:LsdException>
137
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 4" ></w:LsdException>
138
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 5" ></w:LsdException>
139
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 6" ></w:LsdException>
140
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 7" ></w:LsdException>
141
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table List 8" ></w:LsdException>
142
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table 3D effects 1" ></w:LsdException>
143
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table 3D effects 2" ></w:LsdException>
144
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table 3D effects 3" ></w:LsdException>
145
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Contemporary" ></w:LsdException>
146
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Elegant" ></w:LsdException>
147
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Professional" ></w:LsdException>
148
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Subtle 1" ></w:LsdException>
149
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Subtle 2" ></w:LsdException>
150
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Web 1" ></w:LsdException>
151
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Web 2" ></w:LsdException>
152
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Web 3" ></w:LsdException>
153
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Balloon Text" ></w:LsdException>
154
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" ></w:LsdException>
155
- <w:LsdException Locked="false" Priority="0" SemiHidden="false" Name="Table Theme" ></w:LsdException>
111
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Simple 1" ></w:LsdException>
112
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Simple 2" ></w:LsdException>
113
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Simple 3" ></w:LsdException>
114
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Classic 1" ></w:LsdException>
115
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Classic 2" ></w:LsdException>
116
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Classic 3" ></w:LsdException>
117
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Classic 4" ></w:LsdException>
118
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Colorful 1" ></w:LsdException>
119
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Colorful 2" ></w:LsdException>
120
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Colorful 3" ></w:LsdException>
121
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Columns 1" ></w:LsdException>
122
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Columns 2" ></w:LsdException>
123
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Columns 3" ></w:LsdException>
124
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Columns 4" ></w:LsdException>
125
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Columns 5" ></w:LsdException>
126
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 1" ></w:LsdException>
127
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 2" ></w:LsdException>
128
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 3" ></w:LsdException>
129
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 4" ></w:LsdException>
130
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 5" ></w:LsdException>
131
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 6" ></w:LsdException>
132
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 7" ></w:LsdException>
133
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Grid 8" ></w:LsdException>
134
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 1" ></w:LsdException>
135
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 2" ></w:LsdException>
136
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 3" ></w:LsdException>
137
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 4" ></w:LsdException>
138
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 5" ></w:LsdException>
139
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 6" ></w:LsdException>
140
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 7" ></w:LsdException>
141
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table List 8" ></w:LsdException>
142
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table 3D effects 1" ></w:LsdException>
143
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table 3D effects 2" ></w:LsdException>
144
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table 3D effects 3" ></w:LsdException>
145
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Contemporary" ></w:LsdException>
146
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Elegant" ></w:LsdException>
147
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Professional" ></w:LsdException>
148
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Subtle 1" ></w:LsdException>
149
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Subtle 2" ></w:LsdException>
150
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Web 1" ></w:LsdException>
151
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Web 2" ></w:LsdException>
152
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Web 3" ></w:LsdException>
153
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Balloon Text" ></w:LsdException>
154
+ <w:LsdException Locked="false" Priority="39" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" ></w:LsdException>
155
+ <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Table Theme" ></w:LsdException>
156
156
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Placeholder Text" ></w:LsdException>
157
157
  <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="No Spacing" ></w:LsdException>
158
158
  <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" ></w:LsdException>
@@ -175,9 +175,9 @@
175
175
  <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" ></w:LsdException>
176
176
  <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" ></w:LsdException>
177
177
  <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" ></w:LsdException>
178
- <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="List Paragraph" ></w:LsdException>
179
- <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Quote" ></w:LsdException>
180
- <w:LsdException Locked="false" Priority="99" SemiHidden="false" Name="Intense Quote" ></w:LsdException>
178
+ <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" ></w:LsdException>
179
+ <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" ></w:LsdException>
180
+ <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" ></w:LsdException>
181
181
  <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" ></w:LsdException>
182
182
  <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" ></w:LsdException>
183
183
  <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" ></w:LsdException>
@@ -266,231 +266,71 @@ font-family:"宋体";
266
266
  }
267
267
 
268
268
  @font-face{
269
- font-family:"Arial";
269
+ font-family:"等线";
270
270
  }
271
271
 
272
272
  @font-face{
273
- font-family:"Wingdings";
273
+ font-family:"等线";
274
274
  }
275
275
 
276
276
  @font-face{
277
- font-family:"Calibri";
277
+ font-family:"Wingdings";
278
278
  }
279
279
 
280
280
  @font-face{
281
- font-family:"黑体";
281
+ font-family:"Arial";
282
282
  }
283
283
 
284
284
  @font-face{
285
- font-family:"Calibri Light";
285
+ font-family:"等线 Light";
286
286
  }
287
287
 
288
- @list l0:level1{
289
- mso-level-number-format:decimal;
290
- mso-level-suffix:tab;
291
- mso-level-text:"%1.";
292
- mso-level-tab-stop:none;
293
- mso-level-number-position:left;
294
- margin-left:21.6000pt;text-indent:-21.6000pt;font-family:宋体;}
295
-
296
- @list l0:level2{
297
- mso-level-number-format:decimal;
298
- mso-level-suffix:tab;
299
- mso-level-text:"%1.%2";
300
- mso-level-tab-stop:none;
301
- mso-level-number-position:left;
302
- margin-left:28.8000pt;text-indent:-28.8000pt;font-family:宋体;}
303
-
304
- @list l0:level3{
305
- mso-level-number-format:decimal;
306
- mso-level-suffix:tab;
307
- mso-level-text:"%1.%2.%3";
308
- mso-level-tab-stop:none;
309
- mso-level-number-position:left;
310
- margin-left:36.0000pt;text-indent:-36.0000pt;font-family:宋体;}
311
-
312
- @list l0:level4{
313
- mso-level-number-format:decimal;
314
- mso-level-suffix:tab;
315
- mso-level-text:"%1.%2.%3.%4";
316
- mso-level-tab-stop:none;
317
- mso-level-number-position:left;
318
- margin-left:43.2000pt;text-indent:-43.2000pt;font-family:宋体;}
319
-
320
- @list l0:level5{
321
- mso-level-number-format:decimal;
322
- mso-level-suffix:tab;
323
- mso-level-text:"%1.%2.%3.%4.%5";
324
- mso-level-tab-stop:none;
325
- mso-level-number-position:left;
326
- margin-left:50.4000pt;text-indent:-50.4000pt;font-family:宋体;}
327
-
328
- @list l0:level6{
329
- mso-level-number-format:decimal;
330
- mso-level-suffix:tab;
331
- mso-level-text:"%1.%2.%3.%4.%5.%6";
332
- mso-level-tab-stop:none;
333
- mso-level-number-position:left;
334
- margin-left:57.6000pt;text-indent:-57.6000pt;font-family:宋体;}
335
-
336
- @list l0:level7{
337
- mso-level-number-format:decimal;
338
- mso-level-suffix:tab;
339
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7";
340
- mso-level-tab-stop:none;
341
- mso-level-number-position:left;
342
- margin-left:64.8000pt;text-indent:-64.8000pt;font-family:宋体;}
343
-
344
- @list l0:level8{
345
- mso-level-number-format:decimal;
346
- mso-level-suffix:tab;
347
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7.%8";
348
- mso-level-tab-stop:none;
349
- mso-level-number-position:left;
350
- margin-left:72.0000pt;text-indent:-72.0000pt;font-family:宋体;}
351
-
352
- @list l0:level9{
353
- mso-level-number-format:decimal;
354
- mso-level-suffix:tab;
355
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7.%8.%9";
356
- mso-level-tab-stop:none;
357
- mso-level-number-position:left;
358
- margin-left:79.2000pt;text-indent:-79.2000pt;font-family:宋体;}
359
-
360
- @list l1:level1{
361
- mso-level-number-format:decimal;
362
- mso-level-suffix:tab;
363
- mso-level-text:"%1";
364
- mso-level-tab-stop:28.7000pt;
365
- mso-level-number-position:left;
366
- margin-left:28.7000pt;text-indent:-21.6000pt;font-family:'Times New Roman';color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;text-transform:none;font-style:normal;font-variant:normal;}
367
-
368
- @list l1:level2{
369
- mso-level-number-format:decimal;
370
- mso-level-suffix:tab;
371
- mso-level-text:"%1.%2";
372
- mso-level-tab-stop:28.8000pt;
373
- mso-level-number-position:left;
374
- margin-left:28.8000pt;text-indent:-28.8000pt;font-family:宋体;color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;text-transform:none;font-style:normal;font-variant:normal;}
375
-
376
- @list l1:level3{
377
- mso-level-number-format:decimal;
378
- mso-level-suffix:tab;
379
- mso-level-text:"%1.%2.%3";
380
- mso-level-tab-stop:36.0000pt;
381
- mso-level-number-position:left;
382
- margin-left:36.0000pt;text-indent:-36.0000pt;font-family:'Times New Roman';color:rgb(0,0,0);letter-spacing:0.0000pt;font-weight:normal;text-transform:none;font-style:normal;font-variant:normal;}
383
-
384
- @list l1:level4{
385
- mso-level-number-format:decimal;
386
- mso-level-suffix:tab;
387
- mso-level-text:"%1.%2.%3.%4";
388
- mso-level-tab-stop:43.2000pt;
389
- mso-level-number-position:left;
390
- margin-left:43.2000pt;text-indent:-43.2000pt;font-family:宋体;mso-ansi-font-weight:bold;mso-ansi-font-style:normal;font-size:14.0000pt;}
391
-
392
- @list l1:level5{
393
- mso-level-number-format:decimal;
394
- mso-level-suffix:tab;
395
- mso-level-text:"%1.%2.%3.%4.%5";
396
- mso-level-tab-stop:50.4000pt;
397
- mso-level-number-position:left;
398
- margin-left:50.4000pt;text-indent:-50.4000pt;font-family:Arial;font-size:10.5000pt;}
399
-
400
- @list l1:level6{
401
- mso-level-number-format:decimal;
402
- mso-level-suffix:tab;
403
- mso-level-text:"%1.%2.%3.%4.%5.%6";
404
- mso-level-tab-stop:57.6000pt;
405
- mso-level-number-position:left;
406
- margin-left:57.6000pt;text-indent:-57.6000pt;font-family:宋体;}
407
-
408
- @list l1:level7{
409
- mso-level-number-format:decimal;
410
- mso-level-suffix:tab;
411
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7";
412
- mso-level-tab-stop:64.8000pt;
413
- mso-level-number-position:left;
414
- margin-left:64.8000pt;text-indent:-64.8000pt;font-family:宋体;}
415
-
416
- @list l1:level8{
417
- mso-level-number-format:decimal;
418
- mso-level-suffix:tab;
419
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7.%8";
420
- mso-level-tab-stop:72.0000pt;
421
- mso-level-number-position:left;
422
- margin-left:72.0000pt;text-indent:-72.0000pt;font-family:宋体;}
423
-
424
- @list l1:level9{
425
- mso-level-number-format:decimal;
426
- mso-level-suffix:tab;
427
- mso-level-text:"%1.%2.%3.%4.%5.%6.%7.%8.%9";
428
- mso-level-tab-stop:79.2000pt;
429
- mso-level-number-position:left;
430
- margin-left:79.2000pt;text-indent:-79.2000pt;font-family:宋体;}
431
-
432
288
  p.MsoNormal{
433
289
  mso-style-name:正文;
434
290
  mso-style-parent:"";
435
- mso-style-next:正文文本;
436
- margin-bottom:2.5000pt;
437
- mso-para-margin-bottom:0.5000gd;
438
- text-indent:44.0000pt;
439
- mso-char-indent-count:2.0000;
291
+ margin:0pt;
292
+ margin-bottom:.0001pt;
440
293
  mso-pagination:none;
441
294
  text-align:justify;
442
295
  text-justify:inter-ideograph;
443
- line-height:150%;
444
- font-family:Calibri;
445
- mso-fareast-font-family:宋体;
296
+ font-family:等线;
446
297
  mso-bidi-font-family:'Times New Roman';
447
- font-size:12.0000pt;
298
+ font-size:10.5000pt;
448
299
  mso-font-kerning:1.0000pt;
449
300
  }
450
301
 
451
302
  h1{
452
303
  mso-style-name:"标题 1";
453
304
  mso-style-next:正文;
454
- margin-top:5.0000pt;
455
- margin-bottom:5.0000pt;
456
- margin-left:28.7000pt;
457
- mso-para-margin-bottom:0.5000gd;
458
- text-indent:-21.6000pt;
459
- mso-char-indent-count:0.0000;
305
+ margin-top:24.0000pt;
306
+ margin-bottom:4.0000pt;
460
307
  page-break-after:avoid;
461
308
  mso-pagination:lines-together;
462
309
  text-align:justify;
463
310
  text-justify:inter-ideograph;
464
311
  mso-outline-level:1;
465
- line-height:150%;
466
- font-family:Calibri;
467
- mso-fareast-font-family:宋体;
312
+ font-family:'等线 Light';
468
313
  mso-bidi-font-family:'Times New Roman';
469
- font-weight:bold;
470
- font-size:16.0000pt;
471
- mso-font-kerning:22.0000pt;
314
+ color:rgb(15,71,97);
315
+ font-size:24.0000pt;
316
+ mso-font-kerning:1.0000pt;
472
317
  }
473
318
 
474
319
  h2{
475
320
  mso-style-name:"标题 2";
476
321
  mso-style-noshow:yes;
477
- mso-style-next:"标题 3";
478
- margin-top:5.0000pt;
479
- margin-bottom:5.0000pt;
480
- margin-left:28.8000pt;
481
- mso-para-margin-bottom:0.0000gd;
482
- text-indent:-28.8000pt;
483
- mso-char-indent-count:0.0000;
322
+ mso-style-next:正文;
323
+ margin-top:8.0000pt;
324
+ margin-bottom:4.0000pt;
484
325
  page-break-after:avoid;
485
326
  mso-pagination:lines-together;
486
327
  text-align:justify;
487
328
  text-justify:inter-ideograph;
488
329
  mso-outline-level:2;
489
- line-height:150%;
490
- font-family:Arial;
491
- mso-fareast-font-family:宋体;
330
+ font-family:'等线 Light';
492
331
  mso-bidi-font-family:'Times New Roman';
493
- font-size:15.0000pt;
332
+ color:rgb(15,71,97);
333
+ font-size:20.0000pt;
494
334
  mso-font-kerning:1.0000pt;
495
335
  }
496
336
 
@@ -498,23 +338,17 @@ h3{
498
338
  mso-style-name:"标题 3";
499
339
  mso-style-noshow:yes;
500
340
  mso-style-next:正文;
501
- margin-top:2.5000pt;
502
- margin-bottom:2.5000pt;
503
- margin-left:36.0000pt;
504
- mso-para-margin-top:0.5000gd;
505
- mso-para-margin-bottom:0.5000gd;
506
- text-indent:-36.0000pt;
507
- mso-char-indent-count:0.0000;
341
+ margin-top:8.0000pt;
342
+ margin-bottom:4.0000pt;
508
343
  page-break-after:avoid;
509
344
  mso-pagination:lines-together;
510
345
  text-align:justify;
511
346
  text-justify:inter-ideograph;
512
347
  mso-outline-level:3;
513
- line-height:150%;
514
- font-family:黑体;
515
- mso-fareast-font-family:宋体;
348
+ font-family:'等线 Light';
516
349
  mso-bidi-font-family:'Times New Roman';
517
- font-size:14.0000pt;
350
+ color:rgb(15,71,97);
351
+ font-size:16.0000pt;
518
352
  mso-font-kerning:1.0000pt;
519
353
  }
520
354
 
@@ -522,24 +356,17 @@ h4{
522
356
  mso-style-name:"标题 4";
523
357
  mso-style-noshow:yes;
524
358
  mso-style-next:正文;
525
- margin-top:2.5000pt;
526
- margin-bottom:2.5000pt;
527
- margin-left:43.2000pt;
528
- mso-para-margin-top:0.5000gd;
529
- mso-para-margin-bottom:0.5000gd;
530
- text-indent:-43.2000pt;
531
- mso-char-indent-count:0.0000;
359
+ margin-top:4.0000pt;
360
+ margin-bottom:2.0000pt;
532
361
  page-break-after:avoid;
533
362
  mso-pagination:lines-together;
534
363
  text-align:justify;
535
364
  text-justify:inter-ideograph;
536
365
  mso-outline-level:4;
537
- line-height:150%;
538
- font-family:'Calibri Light';
539
- mso-fareast-font-family:宋体;
366
+ font-family:等线;
540
367
  mso-bidi-font-family:'Times New Roman';
541
- mso-bidi-font-weight:bold;
542
- font-size:12.0000pt;
368
+ color:rgb(15,71,97);
369
+ font-size:14.0000pt;
543
370
  mso-font-kerning:1.0000pt;
544
371
  }
545
372
 
@@ -547,22 +374,17 @@ h5{
547
374
  mso-style-name:"标题 5";
548
375
  mso-style-noshow:yes;
549
376
  mso-style-next:正文;
550
- margin-bottom:2.5000pt;
551
- margin-left:50.4000pt;
552
- mso-para-margin-bottom:0.5000gd;
553
- text-indent:-50.4000pt;
554
- mso-char-indent-count:0.0000;
377
+ margin-top:4.0000pt;
378
+ margin-bottom:2.0000pt;
555
379
  page-break-after:avoid;
556
380
  mso-pagination:lines-together;
557
381
  text-align:justify;
558
382
  text-justify:inter-ideograph;
559
383
  mso-outline-level:5;
560
- line-height:150%;
561
- font-family:Calibri;
562
- mso-fareast-font-family:宋体;
384
+ font-family:等线;
563
385
  mso-bidi-font-family:'Times New Roman';
564
- mso-bidi-font-weight:bold;
565
- font-size:14.0000pt;
386
+ color:rgb(15,71,97);
387
+ font-size:12.0000pt;
566
388
  mso-font-kerning:1.0000pt;
567
389
  }
568
390
 
@@ -570,23 +392,17 @@ h6{
570
392
  mso-style-name:"标题 6";
571
393
  mso-style-noshow:yes;
572
394
  mso-style-next:正文;
573
- margin-top:12.0000pt;
574
- margin-bottom:3.2000pt;
575
- margin-left:57.6000pt;
576
- mso-para-margin-bottom:0.0000gd;
577
- text-indent:-57.6000pt;
578
- mso-char-indent-count:0.0000;
395
+ margin-top:2.0000pt;
579
396
  page-break-after:avoid;
580
397
  mso-pagination:lines-together;
581
398
  text-align:justify;
582
399
  text-justify:inter-ideograph;
583
400
  mso-outline-level:6;
584
- line-height:132%;
585
- font-family:Arial;
586
- mso-fareast-font-family:黑体;
401
+ font-family:等线;
587
402
  mso-bidi-font-family:'Times New Roman';
588
- mso-ansi-font-weight:bold;
589
- font-size:12.0000pt;
403
+ color:rgb(15,71,97);
404
+ font-weight:bold;
405
+ font-size:10.5000pt;
590
406
  mso-font-kerning:1.0000pt;
591
407
  }
592
408
 
@@ -594,23 +410,17 @@ p.MsoHeading7{
594
410
  mso-style-name:"标题 7";
595
411
  mso-style-noshow:yes;
596
412
  mso-style-next:正文;
597
- margin-top:12.0000pt;
598
- margin-bottom:3.2000pt;
599
- margin-left:64.8000pt;
600
- mso-para-margin-bottom:0.0000gd;
601
- text-indent:-64.8000pt;
602
- mso-char-indent-count:0.0000;
413
+ margin-top:2.0000pt;
603
414
  page-break-after:avoid;
604
415
  mso-pagination:lines-together;
605
416
  text-align:justify;
606
417
  text-justify:inter-ideograph;
607
418
  mso-outline-level:7;
608
- line-height:132%;
609
- font-family:Calibri;
610
- mso-fareast-font-family:宋体;
419
+ font-family:等线;
611
420
  mso-bidi-font-family:'Times New Roman';
612
- mso-ansi-font-weight:bold;
613
- font-size:12.0000pt;
421
+ color:rgb(88,88,88);
422
+ font-weight:bold;
423
+ font-size:10.5000pt;
614
424
  mso-font-kerning:1.0000pt;
615
425
  }
616
426
 
@@ -618,22 +428,17 @@ p.MsoHeading8{
618
428
  mso-style-name:"标题 8";
619
429
  mso-style-noshow:yes;
620
430
  mso-style-next:正文;
621
- margin-top:12.0000pt;
622
- margin-bottom:3.2000pt;
623
- margin-left:72.0000pt;
624
- mso-para-margin-bottom:0.0000gd;
625
- text-indent:-72.0000pt;
626
- mso-char-indent-count:0.0000;
431
+ margin:0pt;
432
+ margin-bottom:.0001pt;
627
433
  page-break-after:avoid;
628
434
  mso-pagination:lines-together;
629
435
  text-align:justify;
630
436
  text-justify:inter-ideograph;
631
437
  mso-outline-level:8;
632
- line-height:132%;
633
- font-family:Arial;
634
- mso-fareast-font-family:黑体;
438
+ font-family:等线;
635
439
  mso-bidi-font-family:'Times New Roman';
636
- font-size:12.0000pt;
440
+ color:rgb(88,88,88);
441
+ font-size:10.5000pt;
637
442
  mso-font-kerning:1.0000pt;
638
443
  }
639
444
 
@@ -641,93 +446,213 @@ p.Msoheading9{
641
446
  mso-style-name:"标题 9";
642
447
  mso-style-noshow:yes;
643
448
  mso-style-next:正文;
644
- margin-top:12.0000pt;
645
- margin-bottom:3.2000pt;
646
- margin-left:79.2000pt;
647
- mso-para-margin-bottom:0.0000gd;
648
- text-indent:-79.2000pt;
649
- mso-char-indent-count:0.0000;
449
+ margin:0pt;
450
+ margin-bottom:.0001pt;
650
451
  page-break-after:avoid;
651
452
  mso-pagination:lines-together;
652
453
  text-align:justify;
653
454
  text-justify:inter-ideograph;
654
455
  mso-outline-level:9;
655
- line-height:132%;
656
- font-family:Arial;
657
- mso-fareast-font-family:黑体;
456
+ font-family:等线;
457
+ mso-fareast-font-family:'等线 Light';
658
458
  mso-bidi-font-family:'Times New Roman';
459
+ color:rgb(88,88,88);
659
460
  font-size:10.5000pt;
660
461
  mso-font-kerning:1.0000pt;
661
462
  }
662
463
 
663
464
  span.10{
664
- font-family:'Times New Roman';
465
+ font-family:等线;
665
466
  }
666
467
 
667
468
  span.15{
668
- font-family:Calibri;
669
- mso-fareast-font-family:宋体;
670
- mso-bidi-font-family:'Times New Roman';
671
- mso-bidi-font-weight:bold;
672
- font-size:14.0000pt;
469
+ font-family:等线;
470
+ color:rgb(15,71,97);
471
+ letter-spacing:0.2500pt;
472
+ font-weight:bold;
473
+ font-variant:small-caps;
673
474
  }
674
475
 
675
476
  span.16{
676
- font-family:Calibri;
677
- mso-bidi-font-family:'Times New Roman';
678
- font-weight:bold;
679
- font-size:16.0000pt;
680
- mso-font-kerning:22.0000pt;
477
+ font-family:等线;
478
+ color:rgb(15,71,97);
479
+ font-style:italic;
681
480
  }
682
481
 
683
482
  span.17{
684
- font-family:黑体;
483
+ font-family:'等线 Light';
685
484
  mso-bidi-font-family:'Times New Roman';
485
+ color:rgb(88,88,88);
486
+ letter-spacing:0.7500pt;
686
487
  font-size:14.0000pt;
687
488
  }
688
489
 
689
490
  span.18{
690
- font-family:'Calibri Light';
691
- mso-fareast-font-family:宋体;
491
+ font-family:等线;
692
492
  mso-bidi-font-family:'Times New Roman';
693
- font-weight:bold;
694
- font-size:14.0000pt;
493
+ color:rgb(88,88,88);
695
494
  }
696
495
 
697
496
  span.19{
698
- font-family:'Times New Roman';
699
- mso-ansi-font-weight:bold;
497
+ font-family:等线;
498
+ mso-bidi-font-family:'Times New Roman';
499
+ color:rgb(15,71,97);
500
+ font-size:12.0000pt;
700
501
  }
701
502
 
702
- p.p{
703
- mso-style-name:"普通\(网站\)";
704
- margin-bottom:5.0000pt;
705
- mso-para-margin-bottom:0.5000gd;
706
- mso-margin-top-alt:auto;
707
- mso-margin-bottom-alt:auto;
708
- text-indent:44.0000pt;
709
- mso-char-indent-count:2.0000;
710
- mso-pagination:none;
711
- text-align:left;
712
- line-height:150%;
713
- font-family:Calibri;
714
- mso-fareast-font-family:宋体;
503
+ span.20{
504
+ font-family:'等线 Light';
715
505
  mso-bidi-font-family:'Times New Roman';
716
- font-size:12.0000pt;
506
+ color:rgb(15,71,97);
507
+ font-size:20.0000pt;
717
508
  }
718
509
 
719
- p.MsoBodyText{
720
- mso-style-name:正文文本;
721
- margin-bottom:2.5000pt;
722
- mso-para-margin-bottom:0.5000gd;
723
- text-indent:44.0000pt;
724
- mso-char-indent-count:2.0000;
510
+ span.21{
511
+ font-family:'等线 Light';
512
+ mso-bidi-font-family:'Times New Roman';
513
+ color:rgb(15,71,97);
514
+ font-size:16.0000pt;
515
+ }
516
+
517
+ span.22{
518
+ font-family:'等线 Light';
519
+ mso-bidi-font-family:'Times New Roman';
520
+ color:rgb(15,71,97);
521
+ font-size:24.0000pt;
522
+ }
523
+
524
+ span.23{
525
+ font-family:等线;
526
+ mso-bidi-font-family:'Times New Roman';
527
+ color:rgb(88,88,88);
528
+ font-weight:bold;
529
+ }
530
+
531
+ span.24{
532
+ font-family:等线;
533
+ mso-bidi-font-family:'Times New Roman';
534
+ color:rgb(15,71,97);
535
+ font-weight:bold;
536
+ }
537
+
538
+ span.25{
539
+ font-family:等线;
540
+ mso-fareast-font-family:'等线 Light';
541
+ mso-bidi-font-family:'Times New Roman';
542
+ color:rgb(88,88,88);
543
+ }
544
+
545
+ span.26{
546
+ font-family:'等线 Light';
547
+ mso-bidi-font-family:'Times New Roman';
548
+ letter-spacing:-0.5000pt;
549
+ font-size:28.0000pt;
550
+ mso-font-kerning:14.0000pt;
551
+ }
552
+
553
+ span.27{
554
+ font-family:等线;
555
+ color:rgb(15,71,97);
556
+ font-style:italic;
557
+ }
558
+
559
+ span.28{
560
+ font-family:等线;
561
+ mso-bidi-font-family:'Times New Roman';
562
+ color:rgb(15,71,97);
563
+ font-size:14.0000pt;
564
+ }
565
+
566
+ span.29{
567
+ font-family:等线;
568
+ color:rgb(63,63,63);
569
+ font-style:italic;
570
+ }
571
+
572
+ p.30{
573
+ mso-style-name:"List Paragraph";
574
+ margin-left:36.0000pt;
575
+ mso-add-space:auto;
725
576
  mso-pagination:none;
726
577
  text-align:justify;
727
578
  text-justify:inter-ideograph;
728
- line-height:150%;
729
- font-family:Calibri;
730
- mso-fareast-font-family:宋体;
579
+ font-family:等线;
580
+ mso-bidi-font-family:'Times New Roman';
581
+ font-size:10.5000pt;
582
+ mso-font-kerning:1.0000pt;
583
+ }
584
+
585
+ p.31{
586
+ mso-style-name:Quote;
587
+ mso-style-next:正文;
588
+ margin-top:8.0000pt;
589
+ margin-bottom:8.0000pt;
590
+ mso-pagination:none;
591
+ text-align:center;
592
+ font-family:等线;
593
+ mso-bidi-font-family:'Times New Roman';
594
+ color:rgb(63,63,63);
595
+ font-style:italic;
596
+ font-size:10.5000pt;
597
+ mso-font-kerning:1.0000pt;
598
+ }
599
+
600
+ p.MsoTitle{
601
+ mso-style-name:标题;
602
+ mso-style-next:正文;
603
+ margin-bottom:4.0000pt;
604
+ mso-add-space:auto;
605
+ mso-pagination:none;
606
+ text-align:center;
607
+ font-family:'等线 Light';
608
+ mso-bidi-font-family:'Times New Roman';
609
+ letter-spacing:-0.5000pt;
610
+ font-size:28.0000pt;
611
+ mso-font-kerning:14.0000pt;
612
+ }
613
+
614
+ p.33{
615
+ mso-style-name:"Intense Quote";
616
+ mso-style-next:正文;
617
+ margin-top:18.0000pt;
618
+ margin-right:43.2000pt;
619
+ margin-bottom:18.0000pt;
620
+ margin-left:43.2000pt;
621
+ border-top:1.0000pt solid rgb(15,71,97);
622
+ mso-border-top-alt:0.5000pt solid rgb(15,71,97);
623
+ border-bottom:1.0000pt solid rgb(15,71,97);
624
+ mso-border-bottom-alt:0.5000pt solid rgb(15,71,97);
625
+ padding:10pt 0pt 10pt 0pt ;
626
+ mso-pagination:none;
627
+ text-align:center;
628
+ font-family:等线;
629
+ mso-bidi-font-family:'Times New Roman';
630
+ color:rgb(15,71,97);
631
+ font-style:italic;
632
+ font-size:10.5000pt;
633
+ mso-font-kerning:1.0000pt;
634
+ }
635
+
636
+ p.MsoSubtitle{
637
+ mso-style-name:副标题;
638
+ mso-style-next:正文;
639
+ margin-bottom:8.0000pt;
640
+ mso-pagination:none;
641
+ text-align:center;
642
+ font-family:'等线 Light';
643
+ mso-bidi-font-family:'Times New Roman';
644
+ color:rgb(88,88,88);
645
+ letter-spacing:0.7500pt;
646
+ font-size:14.0000pt;
647
+ mso-font-kerning:1.0000pt;
648
+ }
649
+
650
+ p.35{
651
+ mso-style-name:Revision;
652
+ mso-style-noshow:yes;
653
+ margin:0pt;
654
+ margin-bottom:.0001pt;
655
+ font-family:等线;
731
656
  mso-bidi-font-family:'Times New Roman';
732
657
  font-size:10.5000pt;
733
658
  mso-font-kerning:1.0000pt;
@@ -775,435 +700,288 @@ layout-grid:15.6000pt;
775
700
  mso-header-margin:42.5500pt;
776
701
  mso-footer-margin:49.6000pt;
777
702
  }
778
- div.Section0{page:Section0;}</style></head><body style="tab-interval:21pt;text-justify-trim:punctuation;" ><!--StartFragment--><div class="Section0" style="layout-grid:15.6000pt;" ><p class=p style="margin-bottom:7.8000pt;text-indent:0.0000pt;mso-char-indent-count:0.0000;
779
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
780
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
781
- mso-shading:rgb(253,253,254);" ><font face="宋体" >帆软软件为百事食品提供的内容审核系统用户协议</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
782
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:0.0000pt;
783
- mso-char-indent-count:0.0000;mso-pagination:widow-orphan;mso-line-height-alt:12pt;
784
- background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
785
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
786
- mso-shading:rgb(253,253,254);" ><font face="宋体" >更新日期</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
787
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
788
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font><font face="宋体" >2025年1月5日</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
789
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
790
- mso-shading:rgb(253,253,254);" ><br></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
791
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
792
- mso-shading:rgb(253,253,254);" ><font face="宋体" >生效日期</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
793
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
794
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font><font face="宋体" >2025年1月5日</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
795
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
796
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
797
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
798
- mso-shading:rgb(253,253,254);" ><font face="宋体" >一、引言</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
799
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
800
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
801
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
802
- mso-shading:rgb(253,253,254);" ><font face="宋体" >欢迎您使用帆软软件为百事食品(中国)有限公司(以下简称</font><font face="宋体" >“百事食品”)提供的内容审核系统(以下简称“本系统”)。为了保障您的隐私权益,确保您在使用本系统时的信息安全,我们特此制定本用户隐私协议(以下简称“本协议”)。请您在使用本系统前仔细阅读本协议,并确认您已充分理解并同意本协议的所有内容。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
803
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
804
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
805
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
806
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
807
- mso-shading:rgb(253,253,254);" ><font face="宋体" >二、定义与适用范围</font><font face="宋体" >&#183;</font></span></b><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
808
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
809
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></b></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
810
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
811
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
812
- mso-shading:rgb(253,253,254);" ><font face="宋体" >2.1</font></span><b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
813
- font-weight:bold;font-size:10.0000pt;mso-font-kerning:0.0000pt;
814
- background:rgb(253,253,254);mso-shading:rgb(253,253,254);" ><font face="宋体" >帆软软件</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
815
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
816
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:指提供本系统的软件服务商,即本协议的服务提供方。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
817
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
818
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
819
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
820
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
821
- mso-shading:rgb(253,253,254);" ><font face="宋体" >2.2</font></span><b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
822
- font-weight:bold;font-size:10.0000pt;mso-font-kerning:0.0000pt;
823
- background:rgb(253,253,254);mso-shading:rgb(253,253,254);" ><font face="宋体" >百事食品</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
824
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
825
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:指本系统的最终用户方,也是本协议中数据的主要使用者和受益者。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
826
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
827
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
828
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
829
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
830
- mso-shading:rgb(253,253,254);" ><font face="宋体" >2.3</font></span><b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
831
- font-weight:bold;font-size:10.0000pt;mso-font-kerning:0.0000pt;
832
- background:rgb(253,253,254);mso-shading:rgb(253,253,254);" ><font face="宋体" >用户</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
833
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
834
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:指使用本系统的个人或组织,包括但不限于百事食品的员工、合作伙伴及经百事食品授权的其他人员。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
835
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
836
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
837
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
838
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
839
- mso-shading:rgb(253,253,254);" ><font face="宋体" >2.4</font></span><b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
840
- font-weight:bold;font-size:10.0000pt;mso-font-kerning:0.0000pt;
841
- background:rgb(253,253,254);mso-shading:rgb(253,253,254);" ><font face="宋体" >内容审核</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
842
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
843
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:指本系统对上传至系统的内容进行自动或人工审核,以确保内容符合百事食品的相关规定和标准。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
844
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
845
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
846
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
847
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
848
- mso-shading:rgb(253,253,254);" ><font face="宋体" >本协议适用于所有使用本系统的用户,以及通过本系统处理的所有数据和信息。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
849
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
850
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
851
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
852
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
853
- mso-shading:rgb(253,253,254);" ><font face="宋体" >三、隐私信息的收集与使用</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
854
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
855
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
856
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
857
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
858
- mso-shading:rgb(253,253,254);" ><font face="宋体" >3.1信息收集</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
859
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
860
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
861
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
862
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
863
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
864
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)为提供内容审核服务,本系统可能需要收集用户上传的内容及其相关信息,包括但不限于文字、图片、视频等。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
865
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
866
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
867
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
868
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
869
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)本系统还可能收集用户的设备信息、IP地址、使用习惯等,以便优化服务质量和提升用户体验。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
870
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
871
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
872
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
873
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
874
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
875
- mso-shading:rgb(253,253,254);" ><font face="宋体" >3.2信息使用</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
876
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
877
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
878
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
879
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
880
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
881
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)本系统收集的信息将主要用于内容审核、服务优化、数据分析等目的。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
882
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
883
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
884
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
885
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
886
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)百事食品有权根据业务需要,在遵守相关法律法规的前提下,使用和处理这些信息。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
887
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
888
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
889
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
890
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
891
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
892
- mso-shading:rgb(253,253,254);" ><font face="宋体" >3.3信息保密</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
893
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
894
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
895
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
896
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
897
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
898
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)帆软软件将采取合理的技术和管理措施,确保用户信息的安全和保密。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
899
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
900
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
901
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
902
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
903
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)未经百事食品明确同意,帆软软件不会将用户信息泄露给任何第三方。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
904
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
905
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
906
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
907
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
908
- mso-shading:rgb(253,253,254);" ><font face="宋体" >四、用户权利与义务</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
909
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
910
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
911
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
912
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
913
- mso-shading:rgb(253,253,254);" ><font face="宋体" >4.1用户权利</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
914
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
915
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
916
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
917
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
918
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
919
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)用户有权了解本系统收集和处理其信息的具体情况。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
920
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
921
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
922
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
923
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
924
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)用户有权要求帆软软件和百事食品更正、删除其不准确或不合法的信息。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
925
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
926
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
927
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
928
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
929
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
930
- mso-shading:rgb(253,253,254);" ><font face="宋体" >4.2用户义务</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
931
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
932
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
933
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
934
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
935
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
936
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)用户应确保上传至本系统的内容合法、合规,不侵犯任何第三方的合法权益。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
937
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
938
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
939
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
940
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
941
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)用户应遵守本系统的使用规定,不得进行任何违法、违规的操作。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
942
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
943
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
944
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
945
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
946
- mso-shading:rgb(253,253,254);" ><font face="宋体" >五、第三方产品或服务</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
947
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
948
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
949
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
950
- mso-shading:rgb(253,253,254);" ><font face="宋体" >5.1 </font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
951
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
952
- mso-shading:rgb(253,253,254);" ><font face="宋体" >第三方接入</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
953
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
954
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
955
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
956
- mso-shading:rgb(253,253,254);" ><font face="宋体" >本系统可能会调用第三方系统或接入第三方的产品或服务,以便为您提供更丰富的功能和内容。在使用第三方产品或服务时,您应遵守其用户协议及隐私政策。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
957
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
958
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
959
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
960
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
961
- mso-shading:rgb(253,253,254);" ><font face="宋体" >5.2责任划分</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
962
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
963
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
964
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
965
- mso-shading:rgb(253,253,254);" ><font face="宋体" >我们不对第三方提供的服务负责。因使用第三方产品或服务产生的纠纷或损失,由您与第三方自行协商解决。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
966
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
967
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
968
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
969
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
970
- mso-shading:rgb(253,253,254);" ><font face="宋体" >六、数据共享与传输</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
971
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
972
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
973
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
974
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
975
- mso-shading:rgb(253,253,254);" ><font face="宋体" >6.1数据共享</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
976
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
977
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
978
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
979
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
980
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
981
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)在遵守相关法律法规和本协议的前提下,帆软软件可能与百事食品共享用户信息,以便更好地提供服务。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
982
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
983
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
984
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
985
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
986
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)帆软软件不会将用户信息分享给除百事食品以外的任何第三方,除非得到用户的明确同意或法律法规的强制要求。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
987
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
988
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
989
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
990
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
991
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
992
- mso-shading:rgb(253,253,254);" ><font face="宋体" >6.2数据传输</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
993
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
994
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
995
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
996
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
997
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
998
- mso-shading:rgb(253,253,254);" ><font face="宋体" >本系统在处理用户信息时,可能会涉及数据的传输和存储。帆软软件将采取合理的技术措施,确保数据传输和存储的安全性。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
999
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1000
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1001
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1002
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1003
- mso-shading:rgb(253,253,254);" ><font face="宋体" >七、安全保障与责任</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1004
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
1005
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
1006
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1007
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1008
- mso-shading:rgb(253,253,254);" ><font face="宋体" >7.1安全保障</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1009
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1010
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1011
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1012
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1013
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1014
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)帆软软件将定期对系统进行安全检查和漏洞修复,以确保系统的安全性和稳定性。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1015
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1016
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1017
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1018
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1019
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)用户应妥善保管自己的账号和密码,避免账号被盗用或滥用。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1020
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1021
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
1022
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
1023
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1024
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1025
- mso-shading:rgb(253,253,254);" ><font face="宋体" >7.2责任承担</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1026
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1027
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1028
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1029
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1030
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1031
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)如因帆软软件或百事食品的原因导致用户信息泄露或遭受损失,相关责任方应承担相应的法律责任。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1032
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1033
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1034
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1035
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1036
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)用户在使用本系统时,应遵守相关法律法规和本协议的规定,如因用户自身原因导致的损失,由用户自行承担。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1037
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1038
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1039
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1040
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1041
- mso-shading:rgb(253,253,254);" ><font face="宋体" >八、知识产权</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1042
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1043
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1044
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1045
- mso-shading:rgb(253,253,254);" ><font face="宋体" >8.1知识产权归属</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1046
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1047
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1048
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1049
- mso-shading:rgb(253,253,254);" ><font face="宋体" >本系统的知识产权归帆软软件所有。未经我们书面许可,您不得对本系统进行复制、修改、出售或用于其他商业目的。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1050
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1051
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1052
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1053
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1054
- mso-shading:rgb(253,253,254);" ><font face="宋体" >九、免责事由</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1055
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1056
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1057
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1058
- mso-shading:rgb(253,253,254);" ><font face="宋体" >9.1&nbsp;</font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1059
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1060
- mso-shading:rgb(253,253,254);" ><font face="宋体" >免责情形</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1061
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1062
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1063
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1064
- mso-shading:rgb(253,253,254);" ><font face="宋体" >在以下情形下,我们有权中止、终止对您的服务而不承担任何责任:</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1065
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1066
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
1067
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
1068
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1069
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1070
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)您违反本协议的规定;</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1071
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1072
- mso-shading:rgb(253,253,254);" ><br></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1073
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1074
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)我们无法核实或鉴定您提供的资料;</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1075
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1076
- mso-shading:rgb(253,253,254);" ><br></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1077
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1078
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >3)我们认为您的行为可能使您、其他用户或第三方发生法律责任;</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1079
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1080
- mso-shading:rgb(253,253,254);" ><br></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1081
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1082
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >4)发现您从事涉及系统的违法违规活动。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1083
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1084
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1085
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1086
- mso-shading:rgb(253,253,254);" ><font face="宋体" >9.2&nbsp;</font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1087
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1088
- mso-shading:rgb(253,253,254);" ><font face="宋体" >系统稳定性</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1089
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1090
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1091
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1092
- mso-shading:rgb(253,253,254);" ><font face="宋体" >由于互联网本身所具有的不稳定性,我们无法保证系统不会中断。因系统停机维护、电信设备故障、黑客攻击、网络供应商技术调整或故障等原因导致的服务中断或延迟,我们不承担任何责任。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1093
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1094
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1095
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1096
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1097
- mso-shading:rgb(253,253,254);" ><font face="宋体" >十、通知与送达</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1098
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1099
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1100
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1101
- mso-shading:rgb(253,253,254);" ><font face="宋体" >10.1&nbsp;</font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1102
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1103
- mso-shading:rgb(253,253,254);" ><font face="宋体" >通知方式</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1104
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1105
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1106
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1107
- mso-shading:rgb(253,253,254);" ><font face="宋体" >我们可能通过电子邮件、系统公告、短信等方式向您发送通知。请您密切关注您的电子邮箱及手机短信信息。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1108
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1109
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1110
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1111
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1112
- mso-shading:rgb(253,253,254);" ><font face="宋体" >10.2&nbsp;</font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1113
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1114
- mso-shading:rgb(253,253,254);" ><font face="宋体" >送达效力</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1115
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1116
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1117
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1118
- mso-shading:rgb(253,253,254);" ><font face="宋体" >以公示方式做出的通知,一经在本系统公示即视为已经送达。其他具有专属性的通知将发送至您注册时提供的电子邮箱或手机号码,一经发送即视为已经送达。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1119
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1120
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1121
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1122
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1123
- mso-shading:rgb(253,253,254);" ><font face="宋体" >十一、争议解决</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1124
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
1125
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
1126
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1127
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1128
- mso-shading:rgb(253,253,254);" ><font face="宋体" >11.1协商</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1129
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1130
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1131
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1132
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1133
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1134
- mso-shading:rgb(253,253,254);" ><font face="宋体" >如因本协议产生争议,双方应首先通过友好协商解决。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1135
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1136
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
1137
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
1138
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1139
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1140
- mso-shading:rgb(253,253,254);" ><font face="宋体" >11.2法律途径</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1141
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1142
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1143
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1144
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1145
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1146
- mso-shading:rgb(253,253,254);" ><font face="宋体" >如协商不成,任何一方均有权将争议提交至有管辖权的人民法院诉讼解决。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1147
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1148
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1149
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1150
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1151
- mso-shading:rgb(253,253,254);" ><font face="宋体" >十二、协议的变更与终止</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1152
- mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1153
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1154
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1155
- mso-shading:rgb(253,253,254);" ><font face="宋体" >12.1&nbsp;</font></span><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1156
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1157
- mso-shading:rgb(253,253,254);" ><font face="宋体" >协议生效</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1158
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1159
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1160
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1161
- mso-shading:rgb(253,253,254);" ><font face="宋体" >本协议自您勾选并成功注册为本系统用户之日起生效,除非我们终止本协议或您丧失本系统用户资格,否则本协议始终有效。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1162
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1163
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=MsoNormal style="margin-bottom:7.8000pt;margin-left:24.0000pt;mso-para-margin-left:2.0000gd;
1164
- text-indent:0.0000pt;mso-char-indent-count:0.0000;mso-pagination:widow-orphan;
1165
- mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1166
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1167
- mso-shading:rgb(253,253,254);" ><font face="宋体" >12.2协议变更</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1168
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1169
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1170
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1171
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1172
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1173
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)帆软软件有权根据业务需要或法律法规的变化,对本协议进行修订。修订后的协议将在本系统上公布,用户应定期查看并了解修订内容。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1174
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1175
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1176
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1177
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1178
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)如用户对修订后的协议有异议,应立即停止使用本系统。继续使用本系统即视为用户已接受修订后的协议。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1179
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1180
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.1000pt;
1181
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1182
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1183
- mso-shading:rgb(253,253,254);" >12.3</span></b><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1184
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1185
- mso-shading:rgb(253,253,254);" ><font face="宋体" >部分无效</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1186
- font-size:10.0000pt;mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1187
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1188
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1189
- mso-shading:rgb(253,253,254);" ><font face="宋体" >若本协议部分条款因任何原因被认定为无效或不可执行,其余条款仍有效并对双方具有约束力。</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1190
- mso-font-kerning:0.0000pt;" ><o:p></o:p></span></p><p class=MsoNormal style="margin-top:6.0000pt;margin-bottom:7.8000pt;margin-left:24.0000pt;
1191
- mso-para-margin-left:2.0000gd;text-indent:0.0000pt;mso-char-indent-count:0.0000;
1192
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;" ><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1193
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1194
- mso-shading:rgb(253,253,254);" >12.4</span></b><b><span class="19" style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1195
- font-weight:bold;font-size:10.0000pt;background:rgb(253,253,254);
1196
- mso-shading:rgb(253,253,254);" ><font face="宋体" >协议终止</font></span></b><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1197
- font-size:10.0000pt;mso-font-kerning:1.0000pt;background:rgb(253,253,254);
1198
- mso-shading:rgb(253,253,254);" ><font face="宋体" >:</font></span><span style="mso-spacerun:'yes';font-family:宋体;font-size:10.0000pt;
1199
- mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1200
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1201
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1202
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >1)用户有权随时终止本协议,停止使用本系统。终止本协议后,帆软软件将停止为用户提供服务,并依法处理用户信息。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1203
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1204
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p><p class=p style="margin-top:14.0000pt;margin-bottom:7.8000pt;text-indent:20.0000pt;
1205
- mso-pagination:widow-orphan;mso-line-height-alt:12pt;background:rgb(253,253,254);" ><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1206
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1207
- mso-shading:rgb(253,253,254);" ><font face="宋体" >(</font><font face="宋体" >2)如用户违反本协议的规定,帆软软件有权单方面终止本协议,并采取相应的处理措施。</font></span><span style="mso-spacerun:'yes';font-family:宋体;color:rgb(5,7,59);
1208
- font-size:10.0000pt;mso-font-kerning:0.0000pt;background:rgb(253,253,254);
1209
- mso-shading:rgb(253,253,254);" ><o:p></o:p></span></p></div><!--EndFragment--></body></html>
703
+ div.Section0{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 ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
704
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >帆软软件为百事</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
705
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
706
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >提供的内容审核系统用户协议</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
707
+ 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:等线;mso-bidi-font-family:'Times New Roman';
708
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
709
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >更新日期:</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
710
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2025年</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
711
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >12</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
712
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >月</font>5日</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
713
+ 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:等线;mso-bidi-font-family:'Times New Roman';
714
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >生效日期:</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
715
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2025年</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
716
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >12</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
717
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >月</font>5日</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
718
+ 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:等线;mso-bidi-font-family:'Times New Roman';
719
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
720
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >一、引言</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
721
+ 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:等线;mso-bidi-font-family:'Times New Roman';
722
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
723
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >欢迎您使用帆软软件为百事(中国)有限公司(以下简称</font><font face="等线" >“百事饮品”)提供的内容审核系统(以下简称“本系统”)。为了保障您的隐私权益,确保您在使用本系统时的信息安全,我们特此制定本用户隐私协议(以下简称“本协议”)。请您在使用本系统前仔细阅读本协议,并确认您已充分理解并同意本协议的所有内容。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
724
+ 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:等线;mso-bidi-font-family:'Times New Roman';
725
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
726
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >二、定义与适用范围</font><font face="等线" >&#183;</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
727
+ 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:等线;mso-bidi-font-family:'Times New Roman';
728
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
729
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2.1帆软软件:指提供本系统的软件服务商,即本协议的服务提供方。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
730
+ 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:等线;mso-bidi-font-family:'Times New Roman';
731
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
732
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2.2百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
733
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
734
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >:指本系统的最终用户方,也是本协议中数据的主要使用者和受益者。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
735
+ 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:等线;mso-bidi-font-family:'Times New Roman';
736
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
737
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2.3用户:指使用本系统的个人或组织,包括但不限于百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
738
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
739
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >的员工、合作伙伴及经百事</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
740
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
741
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >授权的其他人员。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
742
+ 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:等线;mso-bidi-font-family:'Times New Roman';
743
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
744
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2.4内容审核:指本系统对上传至系统的内容进行自动或人工审核,以确保内容符合百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
745
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
746
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >的相关规定和标准。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
747
+ 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:等线;mso-bidi-font-family:'Times New Roman';
748
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
749
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >本协议适用于所有使用本系统的用户,以及通过本系统处理的所有数据和信息。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
750
+ 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:等线;mso-bidi-font-family:'Times New Roman';
751
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
752
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >三、隐私信息的收集与使用</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
753
+ 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:等线;mso-bidi-font-family:'Times New Roman';
754
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
755
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >3.1信息收集:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
756
+ 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:等线;mso-bidi-font-family:'Times New Roman';
757
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
758
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
759
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)为提供内容审核服务,本系统可能需要收集用户上传的内容及其相关信息,包括但不限于文字、图片、视频等。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
760
+ 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:等线;mso-bidi-font-family:'Times New Roman';
761
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
762
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
763
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)本系统还可能收集用户的设备信息、IP地址、使用习惯等,以便优化服务质量和提升用户体验。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
764
+ 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:等线;mso-bidi-font-family:'Times New Roman';
765
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
766
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >3.2信息使用:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
767
+ 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:等线;mso-bidi-font-family:'Times New Roman';
768
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
769
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
770
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)本系统收集的信息将主要用于内容审核、服务优化、数据分析等目的。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
771
+ 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:等线;mso-bidi-font-family:'Times New Roman';
772
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
773
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
774
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
775
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
776
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >有权根据业务需要,在遵守相关法律法规的前提下,使用和处理这些信息。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
777
+ 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:等线;mso-bidi-font-family:'Times New Roman';
778
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
779
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >3.3信息保密:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
780
+ 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:等线;mso-bidi-font-family:'Times New Roman';
781
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
782
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
783
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)帆软软件将采取合理的技术和管理措施,确保用户信息的安全和保密。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
784
+ 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:等线;mso-bidi-font-family:'Times New Roman';
785
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
786
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
787
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)未经百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
788
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
789
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >明确同意,帆软软件不会将用户信息泄露给任何第三方。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
790
+ 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:等线;mso-bidi-font-family:'Times New Roman';
791
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
792
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >四、用户权利与义务</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
793
+ 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:等线;mso-bidi-font-family:'Times New Roman';
794
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
795
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >4.1用户权利:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
796
+ 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:等线;mso-bidi-font-family:'Times New Roman';
797
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
798
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
799
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)用户有权了解本系统收集和处理其信息的具体情况。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
800
+ 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:等线;mso-bidi-font-family:'Times New Roman';
801
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
802
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
803
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)用户有权要求帆软软件和百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
804
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
805
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >更正、删除其不准确或不合法的信息。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
806
+ 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:等线;mso-bidi-font-family:'Times New Roman';
807
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
808
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >4.2用户义务:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
809
+ 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:等线;mso-bidi-font-family:'Times New Roman';
810
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
811
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
812
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)用户应确保上传至本系统的内容合法、合规,不侵犯任何第三方的合法权益。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
813
+ 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:等线;mso-bidi-font-family:'Times New Roman';
814
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
815
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
816
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)用户应遵守本系统的使用规定,不得进行任何违法、违规的操作。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
817
+ 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:等线;mso-bidi-font-family:'Times New Roman';
818
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
819
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >五、第三方产品或服务</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
820
+ 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:等线;mso-bidi-font-family:'Times New Roman';
821
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
822
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >5.1 第三方接入</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
823
+ 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:等线;mso-bidi-font-family:'Times New Roman';
824
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
825
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >本系统可能会调用第三方系统或接入第三方的产品或服务,以便为您提供更丰富的功能和内容。在使用第三方产品或服务时,您应遵守其用户协议及隐私政策。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
826
+ 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:等线;mso-bidi-font-family:'Times New Roman';
827
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
828
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >5.2责任划分</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
829
+ 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:等线;mso-bidi-font-family:'Times New Roman';
830
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
831
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >我们不对第三方提供的服务负责。因使用第三方产品或服务产生的纠纷或损失,由您与第三方自行协商解决。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
832
+ 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:等线;mso-bidi-font-family:'Times New Roman';
833
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
834
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >六、数据共享与传输</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
835
+ 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:等线;mso-bidi-font-family:'Times New Roman';
836
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
837
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >6.1数据共享:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
838
+ 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:等线;mso-bidi-font-family:'Times New Roman';
839
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
840
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
841
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)在遵守相关法律法规和本协议的前提下,帆软软件可能与百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
842
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
843
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >共享用户信息,以便更好地提供服务。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
844
+ 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:等线;mso-bidi-font-family:'Times New Roman';
845
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
846
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
847
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)帆软软件不会将用户信息分享给除百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
848
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
849
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >以外的任何第三方,除非得到用户的明确同意或法律法规的强制要求。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
850
+ 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:等线;mso-bidi-font-family:'Times New Roman';
851
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
852
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >6.2数据传输:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
853
+ 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:等线;mso-bidi-font-family:'Times New Roman';
854
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
855
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >本系统在处理用户信息时,可能会涉及数据的传输和存储。帆软软件将采取合理的技术措施,确保数据传输和存储的安全性。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
856
+ 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:等线;mso-bidi-font-family:'Times New Roman';
857
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
858
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >七、安全保障与责任</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
859
+ 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:等线;mso-bidi-font-family:'Times New Roman';
860
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
861
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >7.1安全保障:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
862
+ 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:等线;mso-bidi-font-family:'Times New Roman';
863
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
864
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
865
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)帆软软件将定期对系统进行安全检查和漏洞修复,以确保系统的安全性和稳定性。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
866
+ 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:等线;mso-bidi-font-family:'Times New Roman';
867
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
868
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
869
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)用户应妥善保管自己的账号和密码,避免账号被盗用或滥用。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
870
+ 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:等线;mso-bidi-font-family:'Times New Roman';
871
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
872
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >7.2责任承担:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
873
+ 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:等线;mso-bidi-font-family:'Times New Roman';
874
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
875
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
876
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)如因帆软软件或百事</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
877
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >饮品</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
878
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >的原因导致用户信息泄露或遭受损失,相关责任方应承担相应的法律责任。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
879
+ 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:等线;mso-bidi-font-family:'Times New Roman';
880
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
881
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
882
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)用户在使用本系统时,应遵守相关法律法规和本协议的规定,如因用户自身原因导致的损失,由用户自行承担。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
883
+ 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:等线;mso-bidi-font-family:'Times New Roman';
884
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
885
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >八、知识产权</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
886
+ 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:等线;mso-bidi-font-family:'Times New Roman';
887
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
888
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >8.1知识产权归属</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
889
+ 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:等线;mso-bidi-font-family:'Times New Roman';
890
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
891
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >本系统的知识产权归帆软软件所有。未经我们书面许可,您不得对本系统进行复制、修改、出售或用于其他商业目的。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
892
+ 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:等线;mso-bidi-font-family:'Times New Roman';
893
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
894
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >九、免责事由</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
895
+ 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:等线;mso-bidi-font-family:'Times New Roman';
896
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
897
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >9.1 免责情形</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
898
+ 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:等线;mso-bidi-font-family:'Times New Roman';
899
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
900
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >在以下情形下,我们有权中止、终止对您的服务而不承担任何责任:</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
901
+ 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:等线;mso-bidi-font-family:'Times New Roman';
902
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
903
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
904
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)您违反本协议的规定;</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
905
+ 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:等线;mso-bidi-font-family:'Times New Roman';
906
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
907
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)我们无法核实或鉴定您提供的资料;</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
908
+ 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:等线;mso-bidi-font-family:'Times New Roman';
909
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
910
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >3)我们认为您的行为可能使您、其他用户或第三方发生法律责任;</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
911
+ 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:等线;mso-bidi-font-family:'Times New Roman';
912
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
913
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >4)发现您从事涉及系统的违法违规活动。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
914
+ 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:等线;mso-bidi-font-family:'Times New Roman';
915
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
916
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >9.2 系统稳定性</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
917
+ 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:等线;mso-bidi-font-family:'Times New Roman';
918
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
919
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >由于互联网本身所具有的不稳定性,我们无法保证系统不会中断。因系统停机维护、电信设备故障、黑客攻击、网络供应商技术调整或故障等原因导致的服务中断或延迟,我们不承担任何责任。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
920
+ 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:等线;mso-bidi-font-family:'Times New Roman';
921
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
922
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >十、通知与送达</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
923
+ 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:等线;mso-bidi-font-family:'Times New Roman';
924
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
925
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >10.1 通知方式</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
926
+ 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:等线;mso-bidi-font-family:'Times New Roman';
927
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
928
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >我们可能通过电子邮件、系统公告、短信等方式向您发送通知。请您密切关注您的电子邮箱及手机短信信息。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
929
+ 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:等线;mso-bidi-font-family:'Times New Roman';
930
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
931
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >10.2 送达效力</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
932
+ 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:等线;mso-bidi-font-family:'Times New Roman';
933
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
934
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >以公示方式做出的通知,一经在本系统公示即视为已经送达。其他具有专属性的通知将发送至您注册时提供的电子邮箱或手机号码,一经发送即视为已经送达。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
935
+ 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:等线;mso-bidi-font-family:'Times New Roman';
936
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
937
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >十一、争议解决</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
938
+ 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:等线;mso-bidi-font-family:'Times New Roman';
939
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
940
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >11.1协商:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
941
+ 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:等线;mso-bidi-font-family:'Times New Roman';
942
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
943
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >如因本协议产生争议,双方应首先通过友好协商解决。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
944
+ 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:等线;mso-bidi-font-family:'Times New Roman';
945
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
946
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >11.2法律途径:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
947
+ 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:等线;mso-bidi-font-family:'Times New Roman';
948
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
949
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >如协商不成,任何一方均有权将争议提交至有管辖权的人民法院诉讼解决。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
950
+ 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:等线;mso-bidi-font-family:'Times New Roman';
951
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
952
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >十二、协议的变更与终止</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
953
+ 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:等线;mso-bidi-font-family:'Times New Roman';
954
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
955
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >12.1 协议生效</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
956
+ 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:等线;mso-bidi-font-family:'Times New Roman';
957
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
958
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >本协议自您勾选并成功注册为本系统用户之日起生效,除非我们终止本协议或您丧失本系统用户资格,否则本协议始终有效。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
959
+ 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:等线;mso-bidi-font-family:'Times New Roman';
960
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
961
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >12.2协议变更:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
962
+ 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:等线;mso-bidi-font-family:'Times New Roman';
963
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
964
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
965
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)帆软软件有权根据业务需要或法律法规的变化,对本协议进行修订。修订后的协议将在本系统上公布,用户应定期查看并了解修订内容。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
966
+ 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:等线;mso-bidi-font-family:'Times New Roman';
967
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
968
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
969
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)如用户对修订后的协议有异议,应立即停止使用本系统。继续使用本系统即视为用户已接受修订后的协议。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
970
+ 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:等线;mso-bidi-font-family:'Times New Roman';
971
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
972
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >12.3部分无效</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
973
+ 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:等线;mso-bidi-font-family:'Times New Roman';
974
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
975
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >若本协议部分条款因任何原因被认定为无效或不可执行,其余条款仍有效并对双方具有约束力。</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
976
+ 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:等线;mso-bidi-font-family:'Times New Roman';
977
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
978
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >12.4协议终止:</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
979
+ 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:等线;mso-bidi-font-family:'Times New Roman';
980
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
981
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
982
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >1)用户有权随时终止本协议,停止使用本系统。终止本协议后,帆软软件将停止为用户提供服务,并依法处理用户信息。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
983
+ 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:等线;mso-bidi-font-family:'Times New Roman';
984
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p>&nbsp;</o:p></span></p><p class=MsoNormal ><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
985
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><font face="等线" >(</font></span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
986
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" >2)如用户违反本协议的规定,帆软软件有权单方面终止本协议,并采取相应的处理措施。</span><span style="mso-spacerun:'yes';font-family:等线;mso-bidi-font-family:'Times New Roman';
987
+ font-size:10.5000pt;mso-font-kerning:1.0000pt;" ><o:p></o:p></span></p></div><!--EndFragment--></body></html>