市场夺宝奇兵
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1120 lines
43 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <meta http-equiv="pragma" content="no-cache">
  8. <meta http-equiv="cache-control" content="no-cache">
  9. <meta http-equiv="expires" content="0">
  10. <link rel="shortcut icon" href="dbqb_favicon.ico" />
  11. <link rel="bookmark" href="dbqb_favicon.ico" />
  12. <meta http-equiv="keywords" content="夺宝奇兵,homilychart,homilylink">
  13. <meta http-equiv="description" content="HomilyLink">
  14. <title>赢在美股——加入我们,开启赢家人生!</title>
  15. <script src="https://cdn.tailwindcss.com"></script>
  16. <script type="text/javascript" src="https://hc.homilychart.com/hc/210802/js/jquery-1.9.1.min.js"></script>
  17. <link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
  18. <script>
  19. tailwind.config = {
  20. theme: {
  21. extend: {
  22. colors: {
  23. primary: '#3B82F6',
  24. secondary: '#10B981',
  25. accent: '#8B5CF6',
  26. dark: '#1E293B',
  27. light: '#F8FAFC'
  28. },
  29. fontFamily: {
  30. sans: ['Inter', 'system-ui', 'sans-serif'],
  31. },
  32. },
  33. }
  34. }
  35. </script>
  36. </head>
  37. <body class="font-sans bg-light text-dark body-text">
  38. <!-- 页面加载状态 -->
  39. <div id="loadingOverlay" class="loading-overlay">
  40. <div class="loading-spinner"></div>
  41. </div>
  42. <!-- 头部导航区域 -->
  43. <header class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
  44. <div class="container mx-auto px-4 py-3 flex justify-between items-center">
  45. <a href="#" class="flex items-center space-x-2">
  46. <div class="w-10 h-10 rounded-lg gradient-background flex items-center justify-center">
  47. <img alt="赢在美股" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png"
  48. style="width: 40px;height: 40px;">
  49. </div>
  50. <span class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent">
  51. 赢在美股
  52. </span>
  53. </a>
  54. <!-- 桌面导航菜单 -->
  55. <nav class="hidden md:flex items-center space-x-8">
  56. <a href="#features" class="font-medium hover:text-primary transition-colors">特色功能</a>
  57. <a href="#kc" class="font-medium hover:text-primary transition-colors">最新课程</a>
  58. <!-- <a href="hcdbqb-guide.html" class="font-medium hover:text-primary transition-colors">操作指南</a> -->
  59. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助" target="_blank"
  60. class="px-5 py-2 rounded-full gradient-background text-white font-medium hover:shadow-lg transition-all">
  61. 加入我们
  62. </a>
  63. </nav>
  64. <!-- 移动端菜单按钮 -->
  65. <button id="menuBtn" class="md:hidden text-xl">
  66. <i class="fa fa-bars"></i>
  67. </button>
  68. </div>
  69. <!-- 移动端导航菜单 -->
  70. <div id="mobileMenu" class="md:hidden hidden bg-white border-t animate-fade-in">
  71. <div class="container mx-auto px-4 py-3 flex flex-col space-y-4">
  72. <a href="#features" class="font-medium py-2 hover:text-primary transition-colors">特色功能</a>
  73. <a href="#kc" class="font-medium py-2 hover:text-primary transition-colors">最新课程</a>
  74. <!-- <a href="hcdbqb-guide.html" class="font-medium py-2 hover:text-primary transition-colors">操作指南</a> -->
  75. <!-- <a href="#" class="font-medium py-2 hover:text-primary transition-colors">操作指南</a> -->
  76. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助" target="_blank"
  77. class="py-2 rounded-full gradient-background text-white font-medium text-center hover:shadow-lg transition-all">
  78. 加入我们
  79. </a>
  80. </div>
  81. </div>
  82. </header>
  83. <!-- 英雄区域 -->
  84. <section class="pt-32 pb-20 md:pt-40 md:pb-32 px-4 bg-gradient-to-b from-blue-50 to-white">
  85. <div class="container mx-auto max-w-6xl">
  86. <div class="flex flex-col md:flex-row items-center">
  87. <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in">
  88. <h1 class="text-[clamp(2rem,5vw,3.5rem)] font-bold leading-tight text-shadow-custom mb-6 heading-primary">
  89. 夺宝奇兵,<br>
  90. <span class="bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent">现在免费体验!</span>
  91. </h1>
  92. <p class="text-lg text-gray-600 mb-8 max-w-lg paragraph-text">
  93. AI时代股票投资必备机构界的黑科技!<br />
  94. 加入「赢在美股」,即可参与夺宝奇兵免费体验 7 天的活动,立刻注册报名吧!
  95. </p>
  96. <div class="flex flex-col sm:flex-row gap-4">
  97. <a href="#register"
  98. class="px-8 py-3 rounded-full gradient-background text-white font-medium text-center hover:shadow-lg hover:shadow-primary/20 transition-all transform hover:-translate-y-0.5">
  99. 立即注册
  100. </a>
  101. <a href="#promotions"
  102. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  103. 了解更多
  104. </a>
  105. <a href="hcdbqb-download.html"
  106. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  107. 立刻下载
  108. </a>
  109. </div>
  110. </div>
  111. <div class="md:w-1/2 animate-fade-in delay-200">
  112. <div class="relative">
  113. <div class="absolute -inset-4 bg-gradient-to-r from-primary/20 to-accent/20 rounded-3xl blur-xl opacity-70">
  114. </div>
  115. <img src="https://hc.homilychart.com/hc/250121/img/dbqbindex.jpg" alt="夺宝奇兵"
  116. class="relative z-10 rounded-2xl shadow-xl w-full object-cover">
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. </section>
  122. <!-- 特色功能区域 -->
  123. <section id="features" class="py-16 px-4 bg-white">
  124. <div class="container mx-auto max-w-6xl">
  125. <div class="text-center mb-16 animate-fade-in">
  126. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">加入赢在美股,您可以免费体验什么?</h2>
  127. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">您可以免费体验超级云脑 AI预测大模型 夺宝利剑三个模块 7 天,助力您赢在美股!</p>
  128. </div>
  129. <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
  130. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-100">
  131. <div class="w-14 h-14 rounded-xl bg-blue-100 flex items-center justify-center mb-6">
  132. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/chaojiyunnao.png">
  133. </div>
  134. <h3 class="text-xl font-semibold mb-3 heading-tertiary">超级云脑</h3>
  135. <p class="text-gray-600 paragraph-text">您的股票该体检了!<br />从十大维度,为您的股票进行全面体检!</p>
  136. </div>
  137. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-200">
  138. <div class="w-14 h-14 rounded-xl bg-purple-100 flex items-center justify-center mb-6">
  139. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/AIyuce.png">
  140. </div>
  141. <h3 class="text-xl font-semibold mb-3 heading-tertiary">AI预测大模型</h3>
  142. <p class="text-gray-600 paragraph-text">采用最先进的安全技术,保护您的数据和隐私,让您高枕无忧地开展业务。</p>
  143. </div>
  144. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-300">
  145. <div class="w-14 h-14 rounded-xl bg-green-100 flex items-center justify-center mb-6">
  146. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/duobaolijian.png">
  147. </div>
  148. <h3 class="text-xl font-semibold mb-3 heading-tertiary">夺宝利剑</h3>
  149. <p class="text-gray-600 paragraph-text">根据您的具体需求提供个性化解决方案,灵活适应不同业务场景和规模。</p>
  150. </div>
  151. </div>
  152. </div>
  153. </section>
  154. <!-- 产品宣传区域 -->
  155. <section id="promotions" class="py-20 px-4 bg-gray-50">
  156. <div class="container mx-auto max-w-6xl">
  157. <div class="text-center mb-16 animate-fade-in">
  158. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">我们的创新解决方案</h2>
  159. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">探索我们的核心产品和服务,了解如何为您的业务创造价值</p>
  160. </div>
  161. <!-- 宣传项 1 - 超级云脑 -->
  162. <div class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row animate-fade-in">
  163. <div class="md:w-1/2 promotion-image">
  164. <img src="https://hc.homilychart.com/hc/250121/img/chaojiyunnaoimg.jpg" alt="智能数据分析平台" class="w-full h-full">
  165. </div>
  166. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  167. <span
  168. class="inline-block px-4 py-1 rounded-full bg-blue-100 text-primary text-base font-medium mb-4 breadcrumb-text">
  169. HomilyLink > 夺宝奇兵 > 超级云脑
  170. </span>
  171. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">超级云脑:股票体检专家</h3>
  172. <p class="text-gray-600 mb-6 paragraph-text">
  173. 利用人工智能和机器学习技术,快速处理和分析海量数据,通过十大维度为您的股票进行专科体检,追踪机构行为。
  174. </p>
  175. <ul class="space-y-3 mb-8">
  176. <li class="flex items-start list-item">
  177. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  178. <span>云脑探秘:深度解析股市底层数据</span>
  179. </li>
  180. <li class="flex items-start list-item">
  181. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  182. <span>机构动向:实时追踪机构资金动向</span>
  183. </li>
  184. <li class="flex items-start list-item">
  185. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  186. <span>体检专家:股票标的全方位健康检测</span>
  187. </li>
  188. </ul>
  189. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  190. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  191. </a>
  192. </div>
  193. </div>
  194. <!-- 宣传项 2 - AI预测大模型 -->
  195. <div
  196. class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row-reverse animate-fade-in delay-100">
  197. <div class="md:w-1/2 promotion-image">
  198. <img src="https://hc.homilychart.com/hc/250121/img/aiyucedamoxing.jpg" alt="AI预测大模型" class="w-full h-full">
  199. </div>
  200. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  201. <span
  202. class="inline-block px-4 py-1 rounded-full bg-purple-100 text-accent text-base font-medium mb-4 breadcrumb-text">
  203. HomilyLink > 夺宝奇兵 > AI预测大模型
  204. </span>
  205. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">AI预测大模型</h3>
  206. <p class="text-gray-600 mb-6 paragraph-text">
  207. AI 预测大模型颠覆传统,以深度学习与算法挖股市数据抓趋势、预测高低点;AI时空共振结合前沿 AI与时空共振精准识别变盘点。
  208. </p>
  209. <ul class="space-y-3 mb-8">
  210. <li class="flex items-start list-item">
  211. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  212. <span>AI股价预测术</span>
  213. </li>
  214. <li class="flex items-start list-item">
  215. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  216. <span>AI时空共振</span>
  217. </li>
  218. <li class="flex items-start list-item">
  219. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  220. <span>未来预测</span>
  221. </li>
  222. </ul>
  223. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  224. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  225. </a>
  226. </div>
  227. </div>
  228. <!-- 宣传项 3 - 夺宝利剑 -->
  229. <div
  230. class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row animate-fade-in delay-100">
  231. <div class="md:w-1/2 promotion-image">
  232. <img src="https://hc.homilychart.com/hc/250121/img/duobaolijianindex.jpg" alt="夺宝利剑" class="w-full h-full">
  233. </div>
  234. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  235. <span
  236. class="inline-block px-4 py-1 rounded-full bg-purple-100 text-accent text-base font-medium mb-4 breadcrumb-text">
  237. HomilyLink > 夺宝奇兵 > Ai金牛 > 夺宝利剑
  238. </span>
  239. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">夺宝利剑</h3>
  240. <p class="text-gray-600 mb-6 paragraph-text">
  241. 最聪明的AI智能均线结合三维波动量,让您在AI时代深度追踪机构的操盘行为!
  242. </p>
  243. <ul class="space-y-3 mb-8">
  244. <li class="flex items-start list-item">
  245. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  246. <span>最聪明的AI智能均线</span>
  247. </li>
  248. <li class="flex items-start list-item">
  249. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  250. <span>三维波动量</span>
  251. </li>
  252. <li class="flex items-start list-item">
  253. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  254. <span>AI大数据模型</span>
  255. </li>
  256. </ul>
  257. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  258. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  259. </a>
  260. </div>
  261. </div>
  262. <!-- 宣传项 4 - 专题讲座 -->
  263. <div id="kc"
  264. class="bg-white rounded-3xl shadow-xl overflow-hidden flex flex-col md:flex-row animate-fade-in delay-200">
  265. <div class="md:w-1/2 promotion-image">
  266. <img id="lectureImage" src="" alt="John Lu谈股专题讲座" class="w-full h-full">
  267. </div>
  268. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  269. <span
  270. class="inline-block px-4 py-1 rounded-full bg-green-100 text-secondary text-base font-medium mb-4 breadcrumb-text">
  271. HomilyLink > 消息 > 赢在美股班级群
  272. </span>
  273. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">HomilyLink专题讲座</h3>
  274. <p class="text-gray-600 mb-6 paragraph-text">
  275. 我们推出 HomilyLink专题讲座;结合市场事实热点与机构领域黑科技 "夺宝奇兵",助力投资者提升股市获利能力。
  276. </p>
  277. <ul class="space-y-3 mb-8">
  278. <li class="flex items-start list-item">
  279. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  280. <span>课程为香港时间</span>
  281. </li>
  282. <li class="flex items-start list-item">
  283. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  284. <span>体系化课程助力跟庄稳赢</span>
  285. </li>
  286. <li class="flex items-start list-item">
  287. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  288. <span>HomilyLink赢在美股班级群专属课程(实时答疑+干货分享)</span>
  289. </li>
  290. </ul>
  291. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  292. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  293. </a>
  294. </div>
  295. </div>
  296. </div>
  297. </section>
  298. <!-- 注册表单区域 -->
  299. <section id="register" class="py-20 px-4 bg-white">
  300. <div class="container mx-auto max-w-6xl">
  301. <div class="bg-gradient-to-br from-dark to-gray-800 rounded-3xl shadow-2xl overflow-hidden">
  302. <div class="grid grid-cols-1 md:grid-cols-2">
  303. <div class="p-8 md:p-12 text-white flex flex-col justify-center">
  304. <h2 class="text-2xl md:text-3xl font-bold mb-6 heading-secondary">加入赢在美股,开启赢家人生!</h2>
  305. <p class="text-gray-300 mb-10 leading-relaxed paragraph-text">
  306. 填写报名表,即可快速解锁专业投资AI工具,助力您把握投资机会!
  307. </p>
  308. <div class="space-y-6">
  309. <div class="flex items-start">
  310. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  311. <img alt="超级云脑" src="https://hc.homilychart.com/hc/250121/img/chaojiyunnao.png">
  312. </div>
  313. <div>
  314. <h3 class="font-semibold mb-1 heading-tertiary">超级云脑</h3>
  315. <p class="text-gray-400 text-sm paragraph-text">您的股票体检专家!</p>
  316. </div>
  317. </div>
  318. <div class="flex items-start">
  319. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  320. <img alt="AI预测大模型" src="https://hc.homilychart.com/hc/250121/img/AIyuce.png">
  321. </div>
  322. <div>
  323. <h3 class="font-semibold mb-1 heading-tertiary">AI预测大模型</h3>
  324. <p class="text-gray-400 text-sm paragraph-text">时间空间价格AI精准预测!</p>
  325. </div>
  326. </div>
  327. <div class="flex items-start">
  328. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  329. <img alt="夺宝利剑" src="https://hc.homilychart.com/hc/250121/img/duobaolijian.png">
  330. </div>
  331. <div>
  332. <h3 class="font-semibold mb-1 heading-tertiary">夺宝利剑</h3>
  333. <p class="text-gray-400 text-sm paragraph-text">最聪明的AI智能均线+三维波动量</p>
  334. </div>
  335. </div>
  336. </div>
  337. </div>
  338. <div class="bg-white p-8 md:p-12">
  339. <form id="registrationForm" class="space-y-6">
  340. <input type="hidden" name="zbtype" id="zbType" value="6">
  341. <div>
  342. <label for="userNameInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">姓名</label>
  343. <input type="text" id="userNameInfo" name="userNameInfo"
  344. class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-primary transition-all form-input"
  345. placeholder="请输入您的姓名" required>
  346. </div>
  347. <div>
  348. <label for="countryInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">国家/地区代码</label>
  349. <select id="countryInfo" name="countryInfo"
  350. class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-primary transition-all form-input"
  351. required>
  352. <option value="+65">+65 新加坡</option>
  353. <option value="+60">+60 马来西亚</option>
  354. <option value="+852">+852 香港</option>
  355. <option value="+1" selected>+1 美国</option>
  356. <option value="+62">+62 印尼</option>
  357. <option value="+1">+1 加拿大</option>
  358. <option value="+61">+61 澳大利亚</option>
  359. <option value="+673">+673 文莱</option>
  360. <option value="+886">+886 台湾</option>
  361. <option value="+86">+86 中国</option>
  362. <option value="+0">+0 其他</option>
  363. <option value="+64">+64 新西兰</option>
  364. <option value="+44">+44 英国</option>
  365. <option value="+81">+81 日本</option>
  366. <option value="+49">+49 德国</option>
  367. <option value="+82">+82 韩国</option>
  368. <option value="+84">+84 越南</option>
  369. <option value="+971">+971 阿联酋</option>
  370. <option value="+45">+45 丹麦</option>
  371. <option value="+853">+853 澳门</option>
  372. <option value="+66">+66 泰国</option>
  373. <option value="+91">+91 印度</option>
  374. <option value="+41">+41 瑞士</option>
  375. <option value="+358">+358 芬兰</option>
  376. <option value="+33">+33 法国</option>
  377. <option value="+63">+63 菲律宾</option>
  378. <option value="+31">+31 荷兰</option>
  379. <option value="+46">+46 瑞典</option>
  380. <option value="+34">+34 西班牙</option>
  381. <option value="+54">+54 阿根廷</option>
  382. <option value="+39">+39 意大利</option>
  383. <option value="+7">+7 俄罗斯</option>
  384. <option value="+420">+420 捷克</option>
  385. </select>
  386. </div>
  387. <div>
  388. <label for="userMobile" class="block text-sm font-medium text-gray-700 mb-1 form-label">电话号码</label>
  389. <input type="tel" name="userMobile" id="userMobile" placeholder="纯手机号 ( 不含国家编号 )"
  390. onkeyup="value=value.replace(/[^\d]/g,'').replace(/^0/g,'')"
  391. class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-primary transition-all form-input"
  392. autocomplete="off" required>
  393. </div>
  394. <div>
  395. <label for="userWechat" class="block text-sm font-medium text-gray-700 mb-1 form-label">微信ID</label>
  396. <input type="text" name="userWechat" id="userWechat" placeholder="微信ID ( 如没有WhatsApp )"
  397. autocomplete="off"
  398. class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-primary transition-all form-input">
  399. </div>
  400. <div>
  401. <label for="userEmail" class="block text-sm font-medium text-gray-700 mb-1 form-label">电子邮箱</label>
  402. <input type="email" placeholder="请输入您的邮箱" name="userEmail" id="userEmail" autocomplete="off"
  403. class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-primary transition-all form-input"
  404. required>
  405. </div>
  406. <div class="flex items-start">
  407. <input type="checkbox" id="agreement" name="agreement" class="mt-1 mr-2" required>
  408. <label for="agreement" class="text-sm text-gray-600 form-label">
  409. 我同意接收相关产品和服务的资讯
  410. </label>
  411. </div>
  412. <button type="submit" id="submitBtn"
  413. class="w-full py-3 px-6 rounded-lg gradient-background text-white font-medium hover:shadow-lg hover:shadow-primary/20 transition-all transform hover:-translate-y-0.5 form-button">
  414. 提交注册
  415. </button>
  416. </form>
  417. </div>
  418. </div>
  419. </div>
  420. </div>
  421. </section>
  422. <!-- 页脚区域 -->
  423. <footer class="bg-dark text-white py-12 px-4">
  424. <div class="container mx-auto max-w-6xl">
  425. <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
  426. <div>
  427. <div class="flex items-center space-x-2 mb-6">
  428. <div class="w-10 h-10 rounded-lg gradient-background flex items-center justify-center">
  429. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png"
  430. style="width: 40px;height: 40px;">
  431. </div>
  432. <span class="text-xl font-bold">夺宝奇兵</span>
  433. </div>
  434. <p class="text-gray-400 mb-6 paragraph-text">
  435. 加入赢在美股,开启赢家人生!
  436. </p>
  437. <div class="flex space-x-4">
  438. <a href="#"
  439. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  440. <i class="fa fa-facebook"></i>
  441. </a>
  442. <a href="#"
  443. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  444. <i class="fa fa-twitter"></i>
  445. </a>
  446. <a href="#"
  447. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  448. <i class="fa fa-linkedin"></i>
  449. </a>
  450. <a href="#"
  451. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  452. <i class="fa fa-instagram"></i>
  453. </a>
  454. </div>
  455. </div>
  456. <div>
  457. <h4 class="text-lg font-semibold mb-6 heading-tertiary">产品</h4>
  458. <ul class="space-y-3">
  459. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  460. class="text-gray-400 hover:text-white transition-colors">弘历云版软件</a></li>
  461. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  462. class="text-gray-400 hover:text-white transition-colors">HomilyChart</a></li>
  463. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  464. class="text-gray-400 hover:text-white transition-colors">夺宝奇兵</a></li>
  465. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  466. class="text-gray-400 hover:text-white transition-colors">博股会员</a></li>
  467. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  468. class="text-gray-400 hover:text-white transition-colors">最新软件</a></li>
  469. </ul>
  470. </div>
  471. <div>
  472. <h4 class="text-lg font-semibold mb-6 heading-tertiary">公司</h4>
  473. <ul class="space-y-3">
  474. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  475. class="text-gray-400 hover:text-white transition-colors">关于我们</a></li>
  476. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  477. class="text-gray-400 hover:text-white transition-colors">团队介绍</a></li>
  478. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  479. class="text-gray-400 hover:text-white transition-colors">联系我们</a></li>
  480. </ul>
  481. </div>
  482. <div>
  483. <h4 class="text-lg font-semibold mb-6 heading-tertiary">支持</h4>
  484. <ul class="space-y-3">
  485. <li class="list-item">
  486. <!-- <a href="hcdbqb-guide.html"
  487. class="text-gray-400 hover:text-white transition-colors">帮助中心</a> -->
  488. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" class="text-gray-400 hover:text-white transition-colors">帮助中心</a>
  489. </li>
  490. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股" target="_blank"
  491. class="text-gray-400 hover:text-white transition-colors">常见问题</a></li>
  492. </ul>
  493. </div>
  494. </div>
  495. <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
  496. <p class="text-gray-500 text-sm mb-4 md:mb-0 paragraph-text">
  497. &copy; Copyright 2025.Capitalmaster Pte Ltd All Rights Reserved.
  498. </p>
  499. <div class="flex space-x-6">
  500. 如需帮助,请及时联系我们!
  501. </div>
  502. </div>
  503. </div>
  504. </footer>
  505. <!-- 表单提交成功提示模态框 -->
  506. <div id="successModal" class="fixed inset-0 bg-black/50 flex items-center justify-center z-50 hidden">
  507. <div class="bg-white rounded-2xl p-8 max-w-md w-full mx-4 transform transition-all relative">
  508. <!-- 关闭按钮 - 右上角叉号 -->
  509. <button id="closeModal" class="absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition-colors">
  510. <i class="fa fa-times text-xl"></i>
  511. </button>
  512. <div class="text-center">
  513. <div class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center mx-auto mb-6">
  514. <i class="fa fa-check text-secondary text-2xl"></i>
  515. </div>
  516. <h3 class="text-xl font-bold mb-2 heading-tertiary">注册成功!</h3>
  517. <p class="text-gray-600 mb-6 paragraph-text">感谢您的注册,我们的顾问将尽快与您联系。</p>
  518. <a href="https://api.whatsapp.com/send?phone=85255110485&text=课程" target="_blank"
  519. class="inline-block px-6 py-2 bg-primary text-white rounded-lg hover:bg-primary/90 transition-colors">
  520. 联系我们
  521. </a>
  522. </div>
  523. </div>
  524. </div>
  525. <script type="module">
  526. // 常量定义 - 全部大写,下划线分隔
  527. const MAX_NAME_LENGTH = 50;
  528. const MAX_EMAIL_LENGTH = 100;
  529. const MAX_PHONE_LENGTH = 20;
  530. const LOADING_DELAY = 300;
  531. // 导入API函数
  532. import { registerMemberApi, getImageApi } from './src/api/member.js';
  533. // 表单提交处理
  534. const registrationForm = document.getElementById('registrationForm');
  535. const successModal = document.getElementById('successModal');
  536. const closeModal = document.getElementById('closeModal');
  537. const submitBtn = document.getElementById('submitBtn');
  538. const loadingOverlay = document.getElementById('loadingOverlay');
  539. // 新增:讲座图片元素引用
  540. const lectureImage = document.getElementById('lectureImage');
  541. // 防止重复提交标志
  542. let isSubmitting = false;
  543. /**
  544. * 从后端获取讲座图片
  545. */
  546. async function loadLectureImage() {
  547. console.log('开始加载讲座图片...'); // 调试信息
  548. try {
  549. const requestData = {
  550. id: 1,
  551. };
  552. console.log('调用getImageApi,参数:', requestData); // 调试信息
  553. const response = await getImageApi(requestData);
  554. console.log('接口返回:', response); // 调试信息
  555. if (response.code === 200 && response.data) {
  556. // 成功获取图片URL,更新图片src
  557. lectureImage.src = response.data;
  558. console.log('讲座图片加载成功:', response.data);
  559. } else {
  560. console.warn('获取图片失败:', response.msg);
  561. // 使用默认的图片
  562. lectureImage.src = 'https://hc.homilychart.com/hc/250121/img/kecheng.jpg';
  563. }
  564. } catch (error) {
  565. console.error('加载讲座图片失败:', error);
  566. // 出错时保持默认图片
  567. lectureImage.src = 'https://hc.homilychart.com/hc/250121/img/kecheng.jpg';
  568. }
  569. }
  570. /**
  571. * 显示加载指示器
  572. */
  573. function showLoadingIndicator() {
  574. loadingOverlay.style.display = 'flex';
  575. submitBtn.disabled = true;
  576. submitBtn.textContent = '提交中...';
  577. isSubmitting = true;
  578. }
  579. /**
  580. * 隐藏加载指示器
  581. */
  582. function hideLoadingIndicator() {
  583. loadingOverlay.style.display = 'none';
  584. submitBtn.disabled = false;
  585. submitBtn.textContent = '提交注册';
  586. isSubmitting = false;
  587. }
  588. /**
  589. * 显示错误消息
  590. * @param {string} errorMessage - 错误信息
  591. */
  592. function showErrorMessage(errorMessage) {
  593. alert(errorMessage);
  594. }
  595. /**
  596. * 验证表单数据
  597. * @param {Object} formData - 表单数据
  598. * @returns {boolean} 是否验证通过
  599. */
  600. function validateFormData(formData) {
  601. const { name, tel, email } = formData;
  602. if (!name || name.length > MAX_NAME_LENGTH) {
  603. showErrorMessage('请输入有效的姓名(最多50个字符)');
  604. document.getElementById("userNameInfo").focus();
  605. return false;
  606. }
  607. if (!tel || tel.length > MAX_PHONE_LENGTH) {
  608. showErrorMessage('请输入有效的电话号码');
  609. document.getElementById("userMobile").focus();
  610. return false;
  611. }
  612. if (!email || email.length > MAX_EMAIL_LENGTH) {
  613. showErrorMessage('请输入电子邮箱');
  614. document.getElementById("userEmail").focus();
  615. return false;
  616. }
  617. // 邮箱格式验证
  618. const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  619. if (!emailRegex.test(email)) {
  620. showErrorMessage('请输入有效的电子邮箱地址');
  621. document.getElementById("userEmail").focus();
  622. return false;
  623. }
  624. return true;
  625. }
  626. /**
  627. * 处理表单提交事件
  628. * @param {Event} submitEvent - 表单提交事件
  629. */
  630. async function handleFormSubmit(submitEvent) {
  631. submitEvent.preventDefault();
  632. // 防止重复提交
  633. if (isSubmitting) {
  634. return;
  635. }
  636. // 表单数据验证
  637. const userNameInfo = document.getElementById("userNameInfo").value.trim();
  638. const countryInfo = document.getElementById("countryInfo").value;
  639. const userMobile = document.getElementById("userMobile").value.trim();
  640. const userWechat = document.getElementById("userWechat").value.trim();
  641. const userEmail = document.getElementById("userEmail").value.trim();
  642. const formData = {
  643. name: userNameInfo,
  644. code: countryInfo,
  645. tel: userMobile,
  646. wechat: userWechat,
  647. email: userEmail
  648. };
  649. if (!validateFormData(formData)) {
  650. return;
  651. }
  652. try {
  653. showLoadingIndicator();
  654. // 调用注册API
  655. const response = await registerMemberApi(formData);
  656. if (response.code === 200) {
  657. successModal.classList.remove('hidden');
  658. registrationForm.reset();
  659. } else {
  660. showErrorMessage('注册失败: ' + (response.msg || '未知错误'));
  661. }
  662. } catch (error) {
  663. console.error('请求失败:', error);
  664. showErrorMessage('网络错误,请稍后重试');
  665. } finally {
  666. hideLoadingIndicator();
  667. }
  668. }
  669. /**
  670. * 切换移动端菜单显示状态
  671. */
  672. function toggleMobileMenu() {
  673. const mobileMenu = document.getElementById('mobileMenu');
  674. mobileMenu.classList.toggle('hidden');
  675. const icon = document.getElementById('menuBtn').querySelector('i');
  676. if (icon.classList.contains('fa-bars')) {
  677. icon.classList.replace('fa-bars', 'fa-times');
  678. } else {
  679. icon.classList.replace('fa-times', 'fa-bars');
  680. }
  681. }
  682. /**
  683. * 处理导航栏滚动效果
  684. */
  685. function handleHeaderScroll() {
  686. const header = document.querySelector('header');
  687. if (window.scrollY > 50) {
  688. header.classList.add('py-2', 'shadow');
  689. header.classList.remove('py-3');
  690. } else {
  691. header.classList.add('py-3');
  692. header.classList.remove('py-2', 'shadow');
  693. }
  694. }
  695. /**
  696. * 执行滚动动画效果
  697. */
  698. function executeScrollAnimation() {
  699. const elements = document.querySelectorAll('.animate-fade-in');
  700. elements.forEach(element => {
  701. const elementPosition = element.getBoundingClientRect().top;
  702. const windowHeight = window.innerHeight;
  703. if (elementPosition < windowHeight - 100) {
  704. element.style.opacity = '1';
  705. element.style.transform = 'translateY(0)';
  706. }
  707. });
  708. }
  709. // 页面加载完成后执行
  710. window.addEventListener('load', () => {
  711. console.log('页面加载完成,开始调用loadLectureImage...');
  712. loadLectureImage(); // 调用图片加载函数
  713. executeScrollAnimation();
  714. // 隐藏加载状态
  715. document.getElementById('loadingOverlay').style.display = 'none';
  716. });
  717. // 绑定表单提交事件
  718. registrationForm.addEventListener('submit', handleFormSubmit);
  719. // 关闭模态框事件
  720. closeModal.addEventListener('click', () => {
  721. successModal.classList.add('hidden');
  722. });
  723. // 点击模态框外部关闭
  724. successModal.addEventListener('click', (event) => {
  725. if (event.target === successModal) {
  726. successModal.classList.add('hidden');
  727. }
  728. });
  729. // 绑定菜单按钮点击事件
  730. document.getElementById('menuBtn').addEventListener('click', toggleMobileMenu);
  731. // 导航栏滚动效果
  732. window.addEventListener('scroll', handleHeaderScroll);
  733. // 滚动时执行动画
  734. window.addEventListener('scroll', executeScrollAnimation);
  735. </script>
  736. <style>
  737. /* 全局字体大小调整 - 整体调小 */
  738. html {
  739. font-size: 16px;
  740. scroll-behavior: smooth;
  741. }
  742. /* 文本样式类 */
  743. .page-body {
  744. font-size: 1rem;
  745. line-height: 1.6;
  746. }
  747. .text-heading-primary {
  748. font-size: clamp(2.2rem, 5vw, 3.5rem);
  749. line-height: 1.2;
  750. }
  751. .text-heading-secondary {
  752. font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  753. line-height: 1.3;
  754. }
  755. .text-heading-tertiary {
  756. font-size: clamp(1.3rem, 2.5vw, 2rem);
  757. line-height: 1.4;
  758. }
  759. .text-paragraph {
  760. font-size: 1rem;
  761. line-height: 1.6;
  762. }
  763. .text-list-item {
  764. font-size: 1rem;
  765. }
  766. .text-breadcrumb {
  767. font-size: 0.9rem;
  768. padding-top: 0.4rem;
  769. padding-bottom: 0.4rem;
  770. }
  771. .form-label-text {
  772. font-size: 1rem;
  773. margin-bottom: 0.5rem;
  774. }
  775. .form-input-field {
  776. font-size: 1rem;
  777. padding-top: 0.75rem;
  778. padding-bottom: 0.75rem;
  779. }
  780. .form-input-field::placeholder {
  781. font-size: 0.95rem;
  782. }
  783. /* 导航菜单字体调小 */
  784. .nav-link-text {
  785. font-size: 1rem;
  786. }
  787. /* 按钮文字调小 */
  788. .button-large-text {
  789. font-size: 1rem;
  790. padding-top: 0.75rem;
  791. padding-bottom: 0.75rem;
  792. }
  793. /* 特色功能卡片文字调小 */
  794. .feature-card-title {
  795. font-size: 1.3rem;
  796. margin-bottom: 0.75rem;
  797. }
  798. .feature-card-description {
  799. font-size: 0.95rem;
  800. line-height: 1.5;
  801. }
  802. /* 产品宣传区域文字调小 */
  803. .promo-section-paragraph {
  804. font-size: 1rem;
  805. line-height: 1.6;
  806. }
  807. .promo-section-list-item {
  808. font-size: 1rem;
  809. }
  810. .promo-section-breadcrumb {
  811. font-size: 0.9rem;
  812. }
  813. /* 页脚文字调小 */
  814. .footer-text {
  815. font-size: 0.95rem;
  816. }
  817. .footer-heading {
  818. font-size: 1.3rem;
  819. }
  820. /* 成功模态框文字调小 */
  821. .modal-heading {
  822. font-size: 1.5rem;
  823. }
  824. .modal-text {
  825. font-size: 1rem;
  826. }
  827. .modal-button {
  828. font-size: 1rem;
  829. }
  830. /* 宣传模块图片样式优化 - 确保图片完整显示 */
  831. .promotion-image {
  832. display: flex;
  833. min-height: 400px;
  834. overflow: hidden;
  835. align-items: center;
  836. justify-content: center;
  837. background-color: #f8fafc;
  838. }
  839. .promotion-image img {
  840. width: auto;
  841. max-width: 100%;
  842. height: auto;
  843. max-height: 100%;
  844. object-fit: contain;
  845. }
  846. /* 针对不同模块的图片进行特定调整 */
  847. /* 超级云脑图片 - 图表类图片,确保完整显示 */
  848. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row.animate-fade-in .promotion-image {
  849. background-color: #f0f9ff;
  850. }
  851. /* AI预测大模型图片 - 确保完整显示 */
  852. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row-reverse.animate-fade-in.delay-100 .promotion-image {
  853. background-color: #faf5ff;
  854. }
  855. /* 夺宝利剑图片 - 图表类图片,确保完整显示 */
  856. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row.animate-fade-in.delay-100 .promotion-image {
  857. background-color: #f0fdf4;
  858. }
  859. /* John Lu谈股专题讲座图片 - 确保完整显示 */
  860. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.flex.flex-col.md\\:flex-row.animate-fade-in.delay-200 .promotion-image {
  861. background-color: #ecfdf5;
  862. }
  863. /* 特色功能卡片高度调整 */
  864. .feature-card {
  865. height: 100%;
  866. display: flex;
  867. flex-direction: column;
  868. }
  869. .feature-card-icon {
  870. margin-bottom: 1rem;
  871. }
  872. .feature-card-title {
  873. margin-bottom: 0.75rem;
  874. }
  875. /* 特色功能区域图标调整 */
  876. .feature-card img {
  877. max-width: 100%;
  878. height: auto;
  879. display: block;
  880. margin: 0 auto;
  881. }
  882. /* 注册表单区域调整 */
  883. .register-section-title {
  884. margin-bottom: 1rem;
  885. line-height: 1.3;
  886. }
  887. .register-section-description {
  888. margin-bottom: 1.5rem;
  889. }
  890. .register-section-features {
  891. gap: 1rem;
  892. }
  893. /* 页脚区域调整 */
  894. .footer-logo {
  895. margin-bottom: 1rem;
  896. }
  897. .footer-description {
  898. margin-bottom: 1rem;
  899. }
  900. .footer-heading {
  901. margin-bottom: 1rem;
  902. }
  903. .footer-list {
  904. gap: 0.5rem;
  905. }
  906. /* 移动端适配 */
  907. @media (max-width: 768px) {
  908. html {
  909. font-size: 14px;
  910. }
  911. .page-body {
  912. font-size: 0.95rem;
  913. }
  914. .mobile-nav-link {
  915. font-size: 0.95rem;
  916. padding-top: 0.6rem;
  917. padding-bottom: 0.6rem;
  918. }
  919. .promotion-image {
  920. min-height: 300px;
  921. }
  922. /* 移动端确保图片完整显示 */
  923. .promotion-image img {
  924. width: auto;
  925. max-width: 90%;
  926. height: auto;
  927. max-height: 90%;
  928. }
  929. }
  930. /* 动画定义 */
  931. @keyframes fadeIn {
  932. from {
  933. opacity: 0;
  934. transform: translateY(20px);
  935. }
  936. to {
  937. opacity: 1;
  938. transform: translateY(0);
  939. }
  940. }
  941. @keyframes spin {
  942. 0% {
  943. transform: rotate(0);
  944. }
  945. 100% {
  946. transform: rotate(360deg);
  947. }
  948. }
  949. /* 工具类 */
  950. .content-auto {
  951. content-visibility: auto;
  952. }
  953. .text-shadow-custom {
  954. text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  955. }
  956. .card-hover-effect {
  957. transition: all 0.3s ease;
  958. }
  959. .card-hover-effect:hover {
  960. box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  961. transform: translateY(-4px);
  962. }
  963. .gradient-background {
  964. background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  965. }
  966. .animate-fade-in {
  967. animation: fadeIn 0.6s ease-out forwards;
  968. }
  969. .loading-overlay {
  970. display: none;
  971. position: fixed;
  972. top: 0;
  973. left: 0;
  974. width: 100%;
  975. height: 100%;
  976. background: rgba(0, 0, 0, 0.5);
  977. z-index: 9999;
  978. justify-content: center;
  979. align-items: center;
  980. }
  981. .loading-spinner {
  982. width: 50px;
  983. height: 50px;
  984. border: 5px solid #f3f3f3;
  985. border-top: 5px solid #3B82F6;
  986. border-radius: 50%;
  987. animation: spin 1s linear infinite;
  988. }
  989. </style>
  990. </body>
  991. </html>