市场夺宝奇兵
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.

996 lines
39 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
  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>夺宝奇兵 - AI炒股时代,机构界的黑科技!</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://wa.me/+6588792879?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="https://wa.me/+6588792879?text=夺宝奇兵指南我需要帮助" target="_blank"
  76. class="py-2 rounded-full gradient-background text-white font-medium text-center hover:shadow-lg transition-all">
  77. 联系我们
  78. </a>
  79. </div>
  80. </div>
  81. </header>
  82. <!-- 英雄区域 -->
  83. <section class="pt-32 pb-20 md:pt-40 md:pb-32 px-4 bg-gradient-to-b from-blue-50 to-white">
  84. <div class="container mx-auto max-w-6xl">
  85. <div class="flex flex-col md:flex-row items-center">
  86. <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in">
  87. <h1 class="text-[clamp(2rem,5vw,3.5rem)] font-bold leading-tight text-shadow-custom mb-6 heading-primary">
  88. 夺宝奇兵,<br>
  89. <span class="bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent">现在免费体验!</span>
  90. </h1>
  91. <p class="text-lg text-gray-600 mb-8 max-w-lg paragraph-text">
  92. AI时代股票投资必备机构界的黑科技!<br />
  93. 现开放免费体验7天的活动,立刻注册报名吧!
  94. </p>
  95. <div class="flex flex-col sm:flex-row gap-4">
  96. <a href="#register"
  97. 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">
  98. 立即注册
  99. </a>
  100. <a href="#promotions"
  101. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  102. 了解更多
  103. </a>
  104. <a href="hcdbqb-download.html"
  105. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  106. 立刻下载
  107. </a>
  108. </div>
  109. </div>
  110. <div class="md:w-1/2 animate-fade-in delay-200">
  111. <div class="relative">
  112. <div class="absolute -inset-4 bg-gradient-to-r from-primary/20 to-accent/20 rounded-3xl blur-xl opacity-70">
  113. </div>
  114. <img src="https://hc.homilychart.com/hc/250121/img/dbqbindex.jpg" alt="夺宝奇兵"
  115. class="relative z-10 rounded-2xl shadow-xl w-full object-cover">
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. </section>
  121. <!-- 特色功能区域 -->
  122. <section id="features" class="py-16 px-4 bg-white">
  123. <div class="container mx-auto max-w-6xl">
  124. <div class="text-center mb-16 animate-fade-in">
  125. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">您可以免费体验什么?</h2>
  126. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">您可以免费体验 超级云脑 AI预测大模型 夺宝利剑三个模块 7天 </p>
  127. </div>
  128. <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
  129. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-100">
  130. <div class="w-14 h-14 rounded-xl bg-blue-100 flex items-center justify-center mb-6">
  131. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/chaojiyunnao.png">
  132. </div>
  133. <h3 class="text-xl font-semibold mb-3 heading-tertiary">超级云脑</h3>
  134. <p class="text-gray-600 paragraph-text">您的股票该体检了!<br />从十大维度,为您的股票进行全面体检!</p>
  135. </div>
  136. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-200">
  137. <div class="w-14 h-14 rounded-xl bg-purple-100 flex items-center justify-center mb-6">
  138. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/AIyuce.png">
  139. </div>
  140. <h3 class="text-xl font-semibold mb-3 heading-tertiary">AI预测大模型</h3>
  141. <p class="text-gray-600 paragraph-text">采用最先进的安全技术,保护您的数据和隐私,让您高枕无忧地开展业务。</p>
  142. </div>
  143. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-300">
  144. <div class="w-14 h-14 rounded-xl bg-green-100 flex items-center justify-center mb-6">
  145. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/duobaolijian.png">
  146. </div>
  147. <h3 class="text-xl font-semibold mb-3 heading-tertiary">夺宝利剑</h3>
  148. <p class="text-gray-600 paragraph-text">根据您的具体需求提供个性化解决方案,灵活适应不同业务场景和规模。</p>
  149. </div>
  150. </div>
  151. </div>
  152. </section>
  153. <!-- 产品宣传区域 -->
  154. <section id="promotions" class="py-20 px-4 bg-gray-50">
  155. <div class="container mx-auto max-w-6xl">
  156. <div class="text-center mb-16 animate-fade-in">
  157. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">我们的创新解决方案</h2>
  158. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">探索我们的核心产品和服务,了解如何为您的业务创造价值</p>
  159. </div>
  160. <!-- 宣传项 1 - 超级云脑 -->
  161. <div class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row animate-fade-in">
  162. <div class="md:w-1/2">
  163. <img src="https://hc.homilychart.com/hc/250121/img/chaojiyunnaoimg.jpg" alt="智能数据分析平台"
  164. class="w-full h-full object-cover">
  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">
  198. <img src="https://hc.homilychart.com/hc/250121/img/aiyucedamoxing.jpg" alt="AI预测大模型"
  199. class="w-full h-full object-cover">
  200. </div>
  201. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  202. <span
  203. class="inline-block px-4 py-1 rounded-full bg-purple-100 text-accent text-base font-medium mb-4 breadcrumb-text">
  204. HomilyLink > 夺宝奇兵 > AI预测大模型
  205. </span>
  206. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">AI预测大模型</h3>
  207. <p class="text-gray-600 mb-6 paragraph-text">
  208. AI 预测大模型颠覆传统,以深度学习与算法挖股市数据抓趋势、预测高低点;AI时空共振结合前沿 AI与时空共振精准识别变盘点。
  209. </p>
  210. <ul class="space-y-3 mb-8">
  211. <li class="flex items-start list-item">
  212. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  213. <span>AI股价预测术</span>
  214. </li>
  215. <li class="flex items-start list-item">
  216. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  217. <span>AI时空共振</span>
  218. </li>
  219. <li class="flex items-start list-item">
  220. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  221. <span>未来预测</span>
  222. </li>
  223. </ul>
  224. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  225. 注册了解更多 <i class="fa fa-arrow-right ml-2"></i>
  226. </a>
  227. </div>
  228. </div>
  229. <!-- 宣传项 3 - 夺宝利剑 -->
  230. <div
  231. class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row-reverse animate-fade-in delay-100">
  232. <div class="md:w-1/2">
  233. <img src="https://hc.homilychart.com/hc/250121/img/duobaolijianindex.jpg" alt="夺宝利剑"
  234. class="w-full h-full object-cover">
  235. </div>
  236. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  237. <span
  238. class="inline-block px-4 py-1 rounded-full bg-purple-100 text-accent text-base font-medium mb-4 breadcrumb-text">
  239. HomilyLink > 夺宝奇兵 > Ai金牛 > 夺宝利剑
  240. </span>
  241. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">夺宝利剑</h3>
  242. <p class="text-gray-600 mb-6 paragraph-text">
  243. 最聪明的AI智能均线结合三维波动量,让您在AI时代深度追踪机构的操盘行为!
  244. </p>
  245. <ul class="space-y-3 mb-8">
  246. <li class="flex items-start list-item">
  247. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  248. <span>最聪明的AI智能均线</span>
  249. </li>
  250. <li class="flex items-start list-item">
  251. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  252. <span>三维波动量</span>
  253. </li>
  254. <li class="flex items-start list-item">
  255. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  256. <span>AI大数据模型</span>
  257. </li>
  258. </ul>
  259. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  260. 注册了解更多 <i class="fa fa-arrow-right ml-2"></i>
  261. </a>
  262. </div>
  263. </div>
  264. <!-- 宣传项 4 - 专题讲座 -->
  265. <div id="kc"
  266. class="bg-white rounded-3xl shadow-xl overflow-hidden flex flex-col md:flex-row animate-fade-in delay-200">
  267. <div class="md:w-1/2">
  268. <img src="https://hc.homilychart.com/hc/250121/img/kecheng.jpg" alt="John Lu谈股专题讲座"
  269. class="w-full h-full object-cover">
  270. </div>
  271. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  272. <span
  273. class="inline-block px-4 py-1 rounded-full bg-green-100 text-secondary text-base font-medium mb-4 breadcrumb-text">
  274. HomilyLink > 消息 > John Lu谈股财富圈
  275. </span>
  276. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">HomilyLink专题讲座</h3>
  277. <p class="text-gray-600 mb-6 paragraph-text">
  278. 我们推出 HomilyLink专题讲座;结合市场事实热点与机构领域黑科技 "夺宝奇兵",助力投资者提升股市获利能力。
  279. </p>
  280. <ul class="space-y-3 mb-8">
  281. <li class="flex items-start list-item">
  282. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  283. <span>新加坡时间</span>
  284. </li>
  285. <li class="flex items-start list-item">
  286. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  287. <span>注意换算当地时间</span>
  288. </li>
  289. <li class="flex items-start list-item">
  290. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  291. <span>HomilyLink班级群课程</span>
  292. </li>
  293. </ul>
  294. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  295. 注册了解更多 <i class="fa fa-arrow-right ml-2"></i>
  296. </a>
  297. </div>
  298. </div>
  299. </div>
  300. </section>
  301. <!-- 注册表单区域 -->
  302. <section id="register" class="py-20 px-4 bg-white">
  303. <div class="container mx-auto max-w-6xl">
  304. <div class="bg-gradient-to-br from-dark to-gray-800 rounded-3xl shadow-2xl overflow-hidden">
  305. <div class="grid grid-cols-1 md:grid-cols-2">
  306. <div class="p-8 md:p-12 text-white flex flex-col justify-center">
  307. <h2 class="text-2xl md:text-3xl font-bold mb-6 heading-secondary">立即注册,开启智能体验之旅!</h2>
  308. <p class="text-gray-300 mb-10 leading-relaxed paragraph-text">
  309. 填写报名表,我们会尽快为您开启智能体验之旅!
  310. </p>
  311. <div class="space-y-6">
  312. <div class="flex items-start">
  313. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  314. <img alt="超级云脑" src="https://hc.homilychart.com/hc/250121/img/chaojiyunnao.png">
  315. </div>
  316. <div>
  317. <h3 class="font-semibold mb-1 heading-tertiary">超级云脑</h3>
  318. <p class="text-gray-400 text-sm paragraph-text">您的股票体检专家!</p>
  319. </div>
  320. </div>
  321. <div class="flex items-start">
  322. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  323. <img alt="AI预测大模型" src="https://hc.homilychart.com/hc/250121/img/AIyuce.png">
  324. </div>
  325. <div>
  326. <h3 class="font-semibold mb-1 heading-tertiary">AI预测大模型</h3>
  327. <p class="text-gray-400 text-sm paragraph-text">时间空间价格AI精准预测!</p>
  328. </div>
  329. </div>
  330. <div class="flex items-start">
  331. <div class="w-10 h-10 rounded-full bg-primary/20 flex items-center justify-center mr-4 mt-1">
  332. <img alt="夺宝利剑" src="https://hc.homilychart.com/hc/250121/img/duobaolijian.png">
  333. </div>
  334. <div>
  335. <h3 class="font-semibold mb-1 heading-tertiary">夺宝利剑</h3>
  336. <p class="text-gray-400 text-sm paragraph-text">最聪明的AI智能均线+三维波动量</p>
  337. </div>
  338. </div>
  339. </div>
  340. </div>
  341. <div class="bg-white p-8 md:p-12">
  342. <form id="registrationForm" class="space-y-6">
  343. <input type="hidden" name="zbtype" id="zbType" value="6">
  344. <div>
  345. <label for="userNameInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">姓名</label>
  346. <input type="text" id="userNameInfo" name="userNameInfo"
  347. 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"
  348. placeholder="请输入您的姓名" required>
  349. </div>
  350. <div>
  351. <label for="countryInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">国家/地区代码</label>
  352. <select id="countryInfo" name="countryInfo"
  353. 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"
  354. required>
  355. <option value="+65">+65 新加坡</option>
  356. <option value="+60">+60 马来西亚</option>
  357. <option value="+852">+852 香港</option>
  358. <option value="+1" selected>+1 美国</option>
  359. <option value="+62">+62 印尼</option>
  360. <option value="+1">+1 加拿大</option>
  361. <option value="+61">+61 澳大利亚</option>
  362. <option value="+673">+673 文莱</option>
  363. <option value="+886">+886 台湾</option>
  364. <option value="+86">+86 中国</option>
  365. <option value="+0">+0 其他</option>
  366. <option value="+64">+64 新西兰</option>
  367. <option value="+44">+44 英国</option>
  368. <option value="+81">+81 日本</option>
  369. <option value="+49">+49 德国</option>
  370. <option value="+82">+82 韩国</option>
  371. <option value="+84">+84 越南</option>
  372. <option value="+971">+971 阿联酋</option>
  373. <option value="+45">+45 丹麦</option>
  374. <option value="+853">+853 澳门</option>
  375. <option value="+66">+66 泰国</option>
  376. <option value="+91">+91 印度</option>
  377. <option value="+41">+41 瑞士</option>
  378. <option value="+358">+358 芬兰</option>
  379. <option value="+33">+33 法国</option>
  380. <option value="+63">+63 菲律宾</option>
  381. <option value="+31">+31 荷兰</option>
  382. <option value="+46">+46 瑞典</option>
  383. <option value="+34">+34 西班牙</option>
  384. <option value="+54">+54 阿根廷</option>
  385. <option value="+39">+39 意大利</option>
  386. <option value="+7">+7 俄罗斯</option>
  387. <option value="+420">+420 捷克</option>
  388. </select>
  389. </div>
  390. <div>
  391. <label for="userMobile" class="block text-sm font-medium text-gray-700 mb-1 form-label">电话号码</label>
  392. <input type="tel" name="userMobile" id="userMobile" placeholder="纯手机号 ( 不含国家编号 )"
  393. onkeyup="value=value.replace(/[^\d]/g,'').replace(/^0/g,'')"
  394. 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"
  395. autocomplete="off" required>
  396. </div>
  397. <div>
  398. <label for="userWechat" class="block text-sm font-medium text-gray-700 mb-1 form-label">微信ID</label>
  399. <input type="text" name="userWechat" id="userWechat" placeholder="微信ID ( 如没有WhatsApp )"
  400. autocomplete="off"
  401. 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">
  402. </div>
  403. <div>
  404. <label for="userEmail" class="block text-sm font-medium text-gray-700 mb-1 form-label">电子邮箱</label>
  405. <input type="email" placeholder="请输入您的邮箱" name="userEmail" id="userEmail" autocomplete="off"
  406. 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"
  407. required>
  408. </div>
  409. <div class="flex items-start">
  410. <input type="checkbox" id="agreement" name="agreement" class="mt-1 mr-2" required>
  411. <label for="agreement" class="text-sm text-gray-600 form-label">
  412. 我同意接收相关产品和服务的资讯
  413. </label>
  414. </div>
  415. <button type="submit" id="submitBtn"
  416. 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">
  417. 提交注册
  418. </button>
  419. </form>
  420. </div>
  421. </div>
  422. </div>
  423. </div>
  424. </section>
  425. <!-- 页脚区域 -->
  426. <footer class="bg-dark text-white py-12 px-4">
  427. <div class="container mx-auto max-w-6xl">
  428. <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
  429. <div>
  430. <div class="flex items-center space-x-2 mb-6">
  431. <div class="w-10 h-10 rounded-lg gradient-background flex items-center justify-center">
  432. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/20230711171637.png"
  433. style="width: 40px;height: 40px;">
  434. </div>
  435. <span class="text-xl font-bold">夺宝奇兵</span>
  436. </div>
  437. <p class="text-gray-400 mb-6 paragraph-text">
  438. AI炒股时代 机构界的黑科技!
  439. </p>
  440. <div class="flex space-x-4">
  441. <a href="#"
  442. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  443. <i class="fa fa-facebook"></i>
  444. </a>
  445. <a href="#"
  446. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  447. <i class="fa fa-twitter"></i>
  448. </a>
  449. <a href="#"
  450. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  451. <i class="fa fa-linkedin"></i>
  452. </a>
  453. <a href="#"
  454. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  455. <i class="fa fa-instagram"></i>
  456. </a>
  457. </div>
  458. </div>
  459. <div>
  460. <h4 class="text-lg font-semibold mb-6 heading-tertiary">产品</h4>
  461. <ul class="space-y-3">
  462. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要了解弘历云版软件" target="_blank"
  463. class="text-gray-400 hover:text-white transition-colors">弘历云版软件</a></li>
  464. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要了解HomilyChart" target="_blank"
  465. class="text-gray-400 hover:text-white transition-colors">HomilyChart</a></li>
  466. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要了解夺宝奇兵" target="_blank"
  467. class="text-gray-400 hover:text-white transition-colors">夺宝奇兵</a></li>
  468. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要了解博股会员"
  469. class="text-gray-400 hover:text-white transition-colors">博股会员</a></li>
  470. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要了解最新软件"
  471. class="text-gray-400 hover:text-white transition-colors">最新软件</a></li>
  472. </ul>
  473. </div>
  474. <div>
  475. <h4 class="text-lg font-semibold mb-6 heading-tertiary">公司</h4>
  476. <ul class="space-y-3">
  477. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要咨询" target="_blank"
  478. class="text-gray-400 hover:text-white transition-colors">关于我们</a></li>
  479. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要咨询" target="_blank"
  480. class="text-gray-400 hover:text-white transition-colors">团队介绍</a></li>
  481. <li class="list-item"><a href="https://wa.me/+6588792879?text=我要咨询" target="_blank"
  482. class="text-gray-400 hover:text-white transition-colors">联系我们</a></li>
  483. </ul>
  484. </div>
  485. <div>
  486. <h4 class="text-lg font-semibold mb-6 heading-tertiary">支持</h4>
  487. <ul class="space-y-3">
  488. <li class="list-item"><a href="hcdbqb-guide.html"
  489. class="text-gray-400 hover:text-white transition-colors">帮助中心</a></li>
  490. <li class="list-item"><a href="https://wa.me/+6588792879?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://wa.me/8615318705910?text=%E6%8A%A5%E5%90%8D%E8%AF%BE%E7%A8%8B" 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 } 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. let isSubmitting = false;
  541. /**
  542. * 显示加载指示器
  543. */
  544. function showLoadingIndicator() {
  545. loadingOverlay.style.display = 'flex';
  546. submitBtn.disabled = true;
  547. submitBtn.textContent = '提交中...';
  548. isSubmitting = true;
  549. }
  550. /**
  551. * 隐藏加载指示器
  552. */
  553. function hideLoadingIndicator() {
  554. loadingOverlay.style.display = 'none';
  555. submitBtn.disabled = false;
  556. submitBtn.textContent = '提交注册';
  557. isSubmitting = false;
  558. }
  559. /**
  560. * 显示错误消息
  561. * @param {string} errorMessage - 错误信息
  562. */
  563. function showErrorMessage(errorMessage) {
  564. alert(errorMessage);
  565. }
  566. /**
  567. * 验证表单数据
  568. * @param {Object} formData - 表单数据
  569. * @returns {boolean} 是否验证通过
  570. */
  571. function validateFormData(formData) {
  572. const { name, tel, email } = formData;
  573. if (!name || name.length > MAX_NAME_LENGTH) {
  574. showErrorMessage('请输入有效的姓名(最多50个字符)');
  575. document.getElementById("userNameInfo").focus();
  576. return false;
  577. }
  578. if (!tel || tel.length > MAX_PHONE_LENGTH) {
  579. showErrorMessage('请输入有效的电话号码');
  580. document.getElementById("userMobile").focus();
  581. return false;
  582. }
  583. if (!email || email.length > MAX_EMAIL_LENGTH) {
  584. showErrorMessage('请输入电子邮箱');
  585. document.getElementById("userEmail").focus();
  586. return false;
  587. }
  588. // 邮箱格式验证
  589. const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  590. if (!emailRegex.test(email)) {
  591. showErrorMessage('请输入有效的电子邮箱地址');
  592. document.getElementById("userEmail").focus();
  593. return false;
  594. }
  595. return true;
  596. }
  597. /**
  598. * 处理表单提交事件
  599. * @param {Event} submitEvent - 表单提交事件
  600. */
  601. async function handleFormSubmit(submitEvent) {
  602. submitEvent.preventDefault();
  603. // 防止重复提交
  604. if (isSubmitting) {
  605. return;
  606. }
  607. // 表单数据验证
  608. const userNameInfo = document.getElementById("userNameInfo").value.trim();
  609. const countryInfo = document.getElementById("countryInfo").value;
  610. const userMobile = document.getElementById("userMobile").value.trim();
  611. const userWechat = document.getElementById("userWechat").value.trim();
  612. const userEmail = document.getElementById("userEmail").value.trim();
  613. const formData = {
  614. name: userNameInfo,
  615. code: countryInfo,
  616. tel: userMobile,
  617. wechat: userWechat,
  618. email: userEmail
  619. };
  620. if (!validateFormData(formData)) {
  621. return;
  622. }
  623. try {
  624. showLoadingIndicator();
  625. // 调用注册API
  626. const response = await registerMemberApi(formData);
  627. if (response.code === 200) {
  628. successModal.classList.remove('hidden');
  629. registrationForm.reset();
  630. } else {
  631. showErrorMessage('注册失败: ' + (response.msg || '未知错误'));
  632. }
  633. } catch (error) {
  634. console.error('请求失败:', error);
  635. showErrorMessage('网络错误,请稍后重试');
  636. } finally {
  637. hideLoadingIndicator();
  638. }
  639. }
  640. /**
  641. * 切换移动端菜单显示状态
  642. */
  643. function toggleMobileMenu() {
  644. const mobileMenu = document.getElementById('mobileMenu');
  645. mobileMenu.classList.toggle('hidden');
  646. const icon = document.getElementById('menuBtn').querySelector('i');
  647. if (icon.classList.contains('fa-bars')) {
  648. icon.classList.replace('fa-bars', 'fa-times');
  649. } else {
  650. icon.classList.replace('fa-times', 'fa-bars');
  651. }
  652. }
  653. /**
  654. * 处理导航栏滚动效果
  655. */
  656. function handleHeaderScroll() {
  657. const header = document.querySelector('header');
  658. if (window.scrollY > 50) {
  659. header.classList.add('py-2', 'shadow');
  660. header.classList.remove('py-3');
  661. } else {
  662. header.classList.add('py-3');
  663. header.classList.remove('py-2', 'shadow');
  664. }
  665. }
  666. /**
  667. * 执行滚动动画效果
  668. */
  669. function executeScrollAnimation() {
  670. const elements = document.querySelectorAll('.animate-fade-in');
  671. elements.forEach(element => {
  672. const elementPosition = element.getBoundingClientRect().top;
  673. const windowHeight = window.innerHeight;
  674. if (elementPosition < windowHeight - 100) {
  675. element.style.opacity = '1';
  676. element.style.transform = 'translateY(0)';
  677. }
  678. });
  679. }
  680. // 绑定表单提交事件
  681. registrationForm.addEventListener('submit', handleFormSubmit);
  682. // 关闭模态框事件
  683. closeModal.addEventListener('click', () => {
  684. successModal.classList.add('hidden');
  685. });
  686. // 点击模态框外部关闭
  687. successModal.addEventListener('click', (event) => {
  688. if (event.target === successModal) {
  689. successModal.classList.add('hidden');
  690. }
  691. });
  692. // 绑定菜单按钮点击事件
  693. document.getElementById('menuBtn').addEventListener('click', toggleMobileMenu);
  694. // 导航栏滚动效果
  695. window.addEventListener('scroll', handleHeaderScroll);
  696. // 页面加载完成后执行
  697. window.addEventListener('load', () => {
  698. executeScrollAnimation();
  699. // 隐藏加载状态
  700. document.getElementById('loadingOverlay').style.display = 'none';
  701. });
  702. // 滚动时执行动画
  703. window.addEventListener('scroll', executeScrollAnimation);
  704. </script>
  705. <style>
  706. /* 全局字体大小调整 - 整体放大 */
  707. html {
  708. font-size: 18px;
  709. scroll-behavior: smooth;
  710. }
  711. /* 文本样式类 */
  712. .body-text {
  713. font-size: 1.1rem;
  714. line-height: 1.7;
  715. }
  716. .heading-primary {
  717. font-size: clamp(2.8rem, 6vw, 4.5rem);
  718. line-height: 1.2;
  719. }
  720. .heading-secondary {
  721. font-size: clamp(1.6rem, 3vw, 2.5rem);
  722. line-height: 1.3;
  723. }
  724. .heading-tertiary {
  725. font-size: clamp(1.7rem, 3vw, 2.5rem);
  726. line-height: 1.4;
  727. }
  728. .paragraph-text {
  729. font-size: 1.1rem;
  730. line-height: 1.7;
  731. }
  732. .list-item {
  733. font-size: 1.1rem;
  734. }
  735. .breadcrumb-text {
  736. font-size: 1.125rem;
  737. padding-top: 0.5rem;
  738. padding-bottom: 0.5rem;
  739. }
  740. .form-label {
  741. font-size: 1.15rem;
  742. margin-bottom: 0.75rem;
  743. }
  744. .form-input {
  745. font-size: 1.15rem;
  746. padding-top: 1rem;
  747. padding-bottom: 1rem;
  748. }
  749. .form-input::placeholder {
  750. font-size: 1.1rem;
  751. }
  752. /* 导航菜单字体调大 */
  753. .nav-link {
  754. font-size: 1.2rem;
  755. }
  756. /* 按钮文字调大 */
  757. .button-large {
  758. font-size: 1.2rem;
  759. padding-top: 1rem;
  760. padding-bottom: 1rem;
  761. }
  762. /* 特色功能卡片文字调大 */
  763. .feature-card>.heading-tertiary {
  764. font-size: 1.6rem;
  765. margin-bottom: 1rem;
  766. }
  767. .feature-card>.paragraph-text {
  768. font-size: 1.15rem;
  769. line-height: 1.6;
  770. }
  771. /* 产品宣传区域文字调大 */
  772. .promo-section>.paragraph-text {
  773. font-size: 1.15rem;
  774. line-height: 1.7;
  775. }
  776. .promo-section>ul>.list-item {
  777. font-size: 1.15rem;
  778. }
  779. .promo-section>.breadcrumb-text {
  780. font-size: 1.125rem;
  781. }
  782. /* 修复注册区域标题行距 */
  783. #register>.heading-secondary {
  784. margin-bottom: 1.5rem;
  785. line-height: 1.4;
  786. }
  787. /* 页脚文字调大 */
  788. .footer-text {
  789. font-size: 1.1rem;
  790. }
  791. .footer-heading {
  792. font-size: 1.5rem;
  793. }
  794. /* 成功模态框文字调大 */
  795. .modal-heading {
  796. font-size: 1.8rem;
  797. }
  798. .modal-text {
  799. font-size: 1.15rem;
  800. }
  801. .modal-button {
  802. font-size: 1.15rem;
  803. }
  804. /* 小屏幕适配 */
  805. @media (max-width: 768px) {
  806. html {
  807. font-size: 16px;
  808. }
  809. .body-text {
  810. font-size: 1.05rem;
  811. }
  812. .mobile-menu>.nav-link {
  813. font-size: 1.1rem;
  814. padding-top: 0.8rem;
  815. padding-bottom: 0.8rem;
  816. }
  817. }
  818. /* 动画定义 */
  819. @keyframes fadeIn {
  820. from {
  821. opacity: 0;
  822. transform: translateY(20px);
  823. }
  824. to {
  825. opacity: 1;
  826. transform: translateY(0);
  827. }
  828. }
  829. @keyframes spin {
  830. 0% {
  831. transform: rotate(0);
  832. }
  833. 100% {
  834. transform: rotate(360deg);
  835. }
  836. }
  837. /* 工具类 */
  838. .content-auto {
  839. content-visibility: auto;
  840. }
  841. .text-shadow-custom {
  842. text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  843. }
  844. .card-hover-effect {
  845. transition: all 0.3s ease;
  846. }
  847. .card-hover-effect:hover {
  848. box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  849. transform: translateY(-4px);
  850. }
  851. .gradient-background {
  852. background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  853. }
  854. .animate-fade-in {
  855. animation: fadeIn 0.6s ease-out forwards;
  856. }
  857. .delay-100 {
  858. animation-delay: 0.1s;
  859. }
  860. .delay-200 {
  861. animation-delay: 0.2s;
  862. }
  863. .delay-300 {
  864. animation-delay: 0.3s;
  865. }
  866. .loading-overlay {
  867. display: none;
  868. position: fixed;
  869. top: 0;
  870. left: 0;
  871. width: 100%;
  872. height: 100%;
  873. background: rgba(0, 0, 0, 0.5);
  874. z-index: 9999;
  875. justify-content: center;
  876. align-items: center;
  877. }
  878. .loading-spinner {
  879. width: 50px;
  880. height: 50px;
  881. border: 5px solid #f3f3f3;
  882. border-top: 5px solid #3B82F6;
  883. border-radius: 50%;
  884. animation: spin 1s linear infinite;
  885. }
  886. </style>
  887. </body>
  888. </html>