privacy.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  7. <meta http-equiv="Pragma" content="no-cache" />
  8. <meta http-equiv="Expires" content="0" />
  9. <title>Privacy Policy</title>
  10. <!-- Tailwind CSS -->
  11. <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
  12. <!-- Font Awesome -->
  13. <link
  14. href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
  15. rel="stylesheet"
  16. />
  17. <!-- Google Fonts -->
  18. <link
  19. href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
  20. rel="stylesheet"
  21. />
  22. <script>
  23. tailwind.config = {
  24. theme: {
  25. extend: {
  26. colors: {
  27. primary: '#0066CC',
  28. secondary: '#333333',
  29. light: '#F5F5F7',
  30. dark: '#1D1D1F',
  31. },
  32. fontFamily: {
  33. sans: ['Inter', 'sans-serif'],
  34. },
  35. },
  36. },
  37. };
  38. </script>
  39. <style type="text/tailwindcss">
  40. @layer utilities {
  41. .transition-smooth {
  42. transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  43. }
  44. }
  45. </style>
  46. </head>
  47. <body class="font-sans bg-white text-dark antialiased">
  48. <main class="py-12">
  49. <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
  50. <!-- 标题 -->
  51. <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
  52. <span class="lang-en">Privacy Policy</span>
  53. <span class="lang-zh hidden">隐私政策</span>
  54. </h1>
  55. <!-- 内容 -->
  56. <div class="prose prose-lg text-xs md:text-xl max-w-none">
  57. <!-- 英文版本 -->
  58. <div class="lang-en">
  59. <p class="text-gray-600 mb-6">
  60. <strong>Effective Date:</strong> September 16, 2025`
  61. </p>
  62. <section class="mb-8">
  63. <h2 class="text-sm md:text-xl font-semibold mb-4">1. Introduction</h2>
  64. <p class="mb-4">
  65. BandhuBuy (hereinafter referred to as "we", "our", or "the
  66. Platform") highly values user privacy and the protection of
  67. personal information. This Privacy Policy explains how we
  68. collect, use, store, share, and protect your personal
  69. information, as well as how you can exercise your privacy
  70. rights. This Policy applies to all services we provide through
  71. the BandhuBuy mobile application.
  72. </p>
  73. <p>
  74. We recommend that you read this Policy carefully to understand
  75. our practices regarding your personal information. By using our
  76. services, you consent to our collection, use, storage, and
  77. sharing of your personal information in accordance with this
  78. Privacy Policy.
  79. </p>
  80. </section>
  81. <section class="mb-8">
  82. <h2 class="text-sm md:text-xl font-semibold mb-4">
  83. 2. Information We Collect
  84. </h2>
  85. <h3 class="text-sm md:text-xl font-semibold mb-3">
  86. 2.1 Information You Provide Directly
  87. </h3>
  88. <ul class="list-disc pl-6 space-y-2 mb-4">
  89. <li>
  90. <strong>Account Information:</strong> When you create an
  91. account, we collect your name, phone number, email address,
  92. delivery address, etc.
  93. </li>
  94. <li>
  95. <strong>Payment Information:</strong> When you conduct
  96. transactions, we collect payment-related information, such as
  97. bank card details or third-party payment account information.
  98. </li>
  99. <li>
  100. <strong>Profile Information:</strong> Information you choose
  101. to add to your profile, such as personal photos, preferences,
  102. etc.
  103. </li>
  104. <li>
  105. <strong>Communication Content:</strong> Information you
  106. provide when communicating with our customer service team.
  107. </li>
  108. </ul>
  109. <h3 class="text-sm md:text-xl font-semibold mb-3">
  110. 2.2 Information We Collect Automatically
  111. </h3>
  112. <ul class="list-disc pl-6 space-y-2 mb-4">
  113. <li>
  114. <strong>Device Information:</strong> Hardware model, operating
  115. system version, unique device identifier, mobile network
  116. information, etc.
  117. </li>
  118. <li>
  119. <strong>Usage Data:</strong> Content you view, search queries,
  120. click records, access times and duration.
  121. </li>
  122. <li>
  123. <strong>Location Information:</strong> Information about your
  124. actual location when you use our services.
  125. </li>
  126. <li>
  127. <strong>Log Information:</strong> IP address, browser type,
  128. access date and time, page views, and navigation patterns.
  129. </li>
  130. </ul>
  131. </section>
  132. <section class="mb-8">
  133. <h2 class="text-sm md:text-xl font-semibold mb-4">8. Your Rights</h2>
  134. <p class="mb-4">
  135. Under applicable law, you have the following rights regarding
  136. your personal information:
  137. </p>
  138. <ul class="list-disc pl-6 space-y-2">
  139. <li>
  140. <strong>Right of Access:</strong> You have the right to access
  141. the personal information we hold about you.
  142. </li>
  143. <li>
  144. <strong>Right to Rectification:</strong> You have the right to
  145. request correction of inaccurate or incomplete personal
  146. information.
  147. </li>
  148. <li>
  149. <strong>Right to Erasure:</strong> In certain circumstances,
  150. you have the right to request the deletion of your personal
  151. information.
  152. </li>
  153. <li>
  154. <strong>Right to Object:</strong> You have the right to object
  155. to the processing of your personal information.
  156. </li>
  157. </ul>
  158. </section>
  159. <section class="mb-8">
  160. <h2 class="text-sm md:text-xl font-semibold mb-4">12. Contact Us</h2>
  161. <p class="mb-4">
  162. If you have any questions or concerns about this Privacy Policy
  163. or our privacy practices, please contact us via:
  164. </p>
  165. <ul class="list-disc pl-6 space-y-2">
  166. <li><strong>Email: </strong>support@aisoco.net</li>
  167. <!-- <li><strong>Phone:</strong> +880 XXXX-XXXXXX</li> -->
  168. <li>
  169. <strong>Address:</strong> [59,LOBBYEK SHOPPING COMPLEX,2ND FLOOR,PAHARTALI,CTG]
  170. </li>
  171. </ul>
  172. </section>
  173. </div>
  174. <!-- 中文版本 -->
  175. <div class="lang-zh hidden">
  176. <p class="text-gray-600 mb-6">
  177. <strong>生效日期:</strong> 2025年9月16日
  178. </p>
  179. <section class="mb-8">
  180. <h2 class="text-2xl font-semibold mb-4">1. 介绍</h2>
  181. <p class="mb-4">
  182. Aisoco(以下简称"我们"、"我们的"或"平台")高度重视用户隐私和个人信息保护。本隐私政策说明我们如何收集、使用、存储、共享和保护您的个人信息,以及您如何行使隐私权利。本政策适用于我们通过Aisoco移动应用程序提供的所有服务。
  183. </p>
  184. <p>
  185. 我们建议您仔细阅读本政策,以了解我们对您个人信息的处理做法。通过使用我们的服务,您同意我们按照本隐私政策收集、使用、存储和共享您的个人信息。
  186. </p>
  187. </section>
  188. <section class="mb-8">
  189. <h2 class="text-2xl font-semibold mb-4">2. 我们收集的信息</h2>
  190. <h3 class="text-xl font-semibold mb-3">2.1 您直接提供的信息</h3>
  191. <ul class="list-disc pl-6 space-y-2 mb-4">
  192. <li>
  193. <strong>账户信息:</strong
  194. >当您创建账户时,我们收集您的姓名、电话号码、电子邮件地址、收货地址等。
  195. </li>
  196. <li>
  197. <strong>支付信息:</strong
  198. >当您进行交易时,我们收集支付相关信息,如银行卡详情或第三方支付账户信息。
  199. </li>
  200. <li>
  201. <strong>个人资料信息:</strong
  202. >您选择添加到个人资料中的信息,如个人照片、偏好等。
  203. </li>
  204. <li>
  205. <strong>通信内容:</strong>您与我们客服团队沟通时提供的信息。
  206. </li>
  207. </ul>
  208. <h3 class="text-xl font-semibold mb-3">2.2 我们自动收集的信息</h3>
  209. <ul class="list-disc pl-6 space-y-2 mb-4">
  210. <li>
  211. <strong>设备信息:</strong
  212. >硬件型号、操作系统版本、唯一设备标识符、移动网络信息等。
  213. </li>
  214. <li>
  215. <strong>使用数据:</strong
  216. >您查看的内容、搜索查询、点击记录、访问时间和持续时间。
  217. </li>
  218. <li>
  219. <strong>位置信息:</strong
  220. >当您使用我们的服务时,关于您实际位置的信息。
  221. </li>
  222. <li>
  223. <strong>日志信息:</strong
  224. >IP地址、浏览器类型、访问日期和时间、页面浏览量和导航模式。
  225. </li>
  226. </ul>
  227. </section>
  228. <section class="mb-8">
  229. <h2 class="text-2xl font-semibold mb-4">8. 您的权利</h2>
  230. <p class="mb-4">根据适用法律,您对个人信息享有以下权利:</p>
  231. <ul class="list-disc pl-6 space-y-2">
  232. <li>
  233. <strong>访问权:</strong
  234. >您有权访问我们持有的关于您的个人信息。
  235. </li>
  236. <li>
  237. <strong>更正权:</strong
  238. >您有权要求更正我们持有的不准确或不完整的个人信息。
  239. </li>
  240. <li>
  241. <strong>删除权:</strong
  242. >在某些情况下,您有权要求删除您的个人信息。
  243. </li>
  244. <li><strong>反对权:</strong>您有权反对处理您的个人信息。</li>
  245. </ul>
  246. </section>
  247. <section class="mb-8">
  248. <h2 class="text-2xl font-semibold mb-4">12. 联系我们</h2>
  249. <p class="mb-4">
  250. 如果您对本隐私政策或我们的隐私做法有任何疑问或担忧,请通过以下方式联系我们:
  251. </p>
  252. <ul class="list-disc pl-6 space-y-2">
  253. <li><strong>邮箱:</strong> privacy@aisoco.ai</li>
  254. <li><strong>电话:</strong> +880 XXXX-XXXXXX</li>
  255. <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
  256. </ul>
  257. </section>
  258. </div>
  259. </div>
  260. </div>
  261. </main>
  262. <!-- 页脚 -->
  263. <footer class="bg-dark text-white py-8">
  264. <div class="container mx-auto px-4 text-center">
  265. <p class="text-gray-500 text-sm md:text-xl">
  266. &copy; 2025 Aisoco, Inc. All rights reserved.
  267. </p>
  268. </div>
  269. </footer>
  270. <script>
  271. // 语言切换功能
  272. const langEnBtn = document.getElementById('lang-en');
  273. const langZhBtn = document.getElementById('lang-zh');
  274. const langEnElements = document.querySelectorAll('.lang-en');
  275. const langZhElements = document.querySelectorAll('.lang-zh');
  276. langEnBtn.addEventListener('click', function () {
  277. langEnBtn.classList.add('text-primary');
  278. langEnBtn.classList.remove('text-gray-500');
  279. langZhBtn.classList.add('text-gray-500');
  280. langZhBtn.classList.remove('text-primary');
  281. langEnElements.forEach((el) => el.classList.remove('hidden'));
  282. langZhElements.forEach((el) => el.classList.add('hidden'));
  283. });
  284. langZhBtn.addEventListener('click', function () {
  285. langZhBtn.classList.add('text-primary');
  286. langZhBtn.classList.remove('text-gray-500');
  287. langEnBtn.classList.add('text-gray-500');
  288. langEnBtn.classList.remove('text-primary');
  289. langZhElements.forEach((el) => el.classList.remove('hidden'));
  290. langEnElements.forEach((el) => el.classList.add('hidden'));
  291. });
  292. </script>
  293. </body>
  294. </html>