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

899 lines
37 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
  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. <script type="module" crossorigin src="./main.js"></script>
  37. <link rel="modulepreload" crossorigin href="./member.js">
  38. </head>
  39. <body class="font-sans bg-light text-dark body-text">
  40. <!-- 页面加载状态 -->
  41. <div id="loadingOverlay" class="loading-overlay">
  42. <div class="loading-spinner"></div>
  43. </div>
  44. <!-- 头部导航区域 -->
  45. <header class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
  46. <div class="container mx-auto px-4 py-3 flex justify-between items-center">
  47. <a href="#" class="flex items-center space-x-2">
  48. <div class="w-10 h-10 rounded-lg gradient-background flex items-center justify-center">
  49. <img alt="赢在美股" src="https://d31zlh4on95l9h.cloudfront.net/images/497d8b38ab9f738e9720d5d7bddf3beb.png"
  50. style="width: 40px;height: 40px;">
  51. </div>
  52. <span class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent">
  53. 赢在美股
  54. </span>
  55. </a>
  56. <!-- 桌面导航菜单 -->
  57. <nav class="hidden md:flex items-center space-x-8">
  58. <a href="#features" class="font-medium hover:text-primary transition-colors">特色功能</a>
  59. <a href="#kc" class="font-medium hover:text-primary transition-colors">最新课程</a>
  60. <!-- <a href="hcdbqb-guide.html" class="font-medium hover:text-primary transition-colors">操作指南</a> -->
  61. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助" target="_blank"
  62. class="px-5 py-2 rounded-full gradient-background text-white font-medium hover:shadow-lg transition-all">
  63. 加入我们
  64. </a>
  65. </nav>
  66. <!-- 移动端菜单按钮 -->
  67. <button id="menuBtn" class="md:hidden text-xl">
  68. <i class="fa fa-bars"></i>
  69. </button>
  70. </div>
  71. <!-- 移动端导航菜单 -->
  72. <div id="mobileMenu" class="md:hidden hidden bg-white border-t animate-fade-in">
  73. <div class="container mx-auto px-4 py-3 flex flex-col space-y-4">
  74. <a href="#features" class="font-medium py-2 hover:text-primary transition-colors">特色功能</a>
  75. <a href="#kc" class="font-medium py-2 hover:text-primary transition-colors">最新课程</a>
  76. <!-- <a href="hcdbqb-guide.html" class="font-medium py-2 hover:text-primary transition-colors">操作指南</a> -->
  77. <!-- <a href="#" class="font-medium py-2 hover:text-primary transition-colors">操作指南</a> -->
  78. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我需要帮助" target="_blank"
  79. class="py-2 rounded-full gradient-background text-white font-medium text-center hover:shadow-lg transition-all">
  80. 加入我们
  81. </a>
  82. </div>
  83. </div>
  84. </header>
  85. <!-- 英雄区域 -->
  86. <section class="pt-32 pb-20 md:pt-40 md:pb-32 px-4 bg-gradient-to-b from-blue-50 to-white">
  87. <div class="container mx-auto max-w-6xl">
  88. <div class="flex flex-col md:flex-row items-center">
  89. <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in">
  90. <h1 class="text-[clamp(2rem,5vw,3.5rem)] font-bold leading-tight text-shadow-custom mb-6 heading-primary">
  91. 夺宝奇兵,<br>
  92. <span class="bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent">现在免费体验!</span>
  93. </h1>
  94. <p class="text-lg text-gray-600 mb-8 max-w-lg paragraph-text">
  95. AI时代股票投资必备机构界的黑科技!<br />
  96. 加入「赢在美股」,即可参与夺宝奇兵免费体验 7 天的活动,立刻注册报名吧!
  97. </p>
  98. <div class="flex flex-col sm:flex-row gap-4">
  99. <a href="#register"
  100. 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">
  101. 立即注册
  102. </a>
  103. <a href="#promotions"
  104. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  105. 了解更多
  106. </a>
  107. <a href="hcdbqb-download.html"
  108. class="px-8 py-3 rounded-full border-2 border-primary text-primary font-medium text-center hover:bg-primary/5 transition-all">
  109. 立刻下载
  110. </a>
  111. </div>
  112. </div>
  113. <div class="md:w-1/2 animate-fade-in delay-200">
  114. <div class="relative">
  115. <div class="absolute -inset-4 bg-gradient-to-r from-primary/20 to-accent/20 rounded-3xl blur-xl opacity-70">
  116. </div>
  117. <img src="https://hc.homilychart.com/hc/250121/img/dbqbindex.jpg" alt="夺宝奇兵"
  118. class="relative z-10 rounded-2xl shadow-xl w-full object-cover">
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </section>
  124. <!-- 特色功能区域 -->
  125. <section id="features" class="py-16 px-4 bg-white">
  126. <div class="container mx-auto max-w-6xl">
  127. <div class="text-center mb-16 animate-fade-in">
  128. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">加入赢在美股,您可以免费体验什么?</h2>
  129. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">您可以免费体验超级云脑 AI预测大模型 夺宝利剑三个模块 7 天,助力您赢在美股!</p>
  130. </div>
  131. <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
  132. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-100">
  133. <div class="w-14 h-14 rounded-xl bg-blue-100 flex items-center justify-center mb-6">
  134. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/chaojiyunnao.png">
  135. </div>
  136. <h3 class="text-xl font-semibold mb-3 heading-tertiary">超级云脑</h3>
  137. <p class="text-gray-600 paragraph-text">您的股票该体检了!<br />从十大维度,为您的股票进行全面体检!</p>
  138. </div>
  139. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-200">
  140. <div class="w-14 h-14 rounded-xl bg-purple-100 flex items-center justify-center mb-6">
  141. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/AIyuce.png">
  142. </div>
  143. <h3 class="text-xl font-semibold mb-3 heading-tertiary">AI预测大模型</h3>
  144. <p class="text-gray-600 paragraph-text">采用最先进的安全技术,保护您的数据和隐私,让您高枕无忧地开展业务。</p>
  145. </div>
  146. <div class="bg-white p-8 rounded-2xl shadow-lg card-hover-effect animate-fade-in delay-300">
  147. <div class="w-14 h-14 rounded-xl bg-green-100 flex items-center justify-center mb-6">
  148. <img alt="夺宝奇兵" src="https://hc.homilychart.com/hc/250121/img/duobaolijian.png">
  149. </div>
  150. <h3 class="text-xl font-semibold mb-3 heading-tertiary">夺宝利剑</h3>
  151. <p class="text-gray-600 paragraph-text">根据您的具体需求提供个性化解决方案,灵活适应不同业务场景和规模。</p>
  152. </div>
  153. </div>
  154. </div>
  155. </section>
  156. <!-- 产品宣传区域 -->
  157. <section id="promotions" class="py-20 px-4 bg-gray-50">
  158. <div class="container mx-auto max-w-6xl">
  159. <div class="text-center mb-16 animate-fade-in">
  160. <h2 class="text-[clamp(1.5rem,3vw,2.5rem)] font-bold mb-4 heading-secondary">我们的创新解决方案</h2>
  161. <p class="text-gray-600 max-w-2xl mx-auto paragraph-text">探索我们的核心产品和服务,了解如何为您的业务创造价值</p>
  162. </div>
  163. <!-- 宣传项 1 - 超级云脑 -->
  164. <div class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row animate-fade-in">
  165. <div class="md:w-1/2 promotion-image">
  166. <img src="https://hc.homilychart.com/hc/250121/img/chaojiyunnaoimg.jpg" alt="智能数据分析平台" class="w-full h-full">
  167. </div>
  168. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  169. <span
  170. class="inline-block px-4 py-1 rounded-full bg-blue-100 text-primary text-base font-medium mb-4 breadcrumb-text">
  171. HomilyLink > 夺宝奇兵 > 超级云脑
  172. </span>
  173. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">超级云脑:股票体检专家</h3>
  174. <p class="text-gray-600 mb-6 paragraph-text">
  175. 利用人工智能和机器学习技术,快速处理和分析海量数据,通过十大维度为您的股票进行专科体检,追踪机构行为。
  176. </p>
  177. <ul class="space-y-3 mb-8">
  178. <li class="flex items-start list-item">
  179. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  180. <span>云脑探秘:深度解析股市底层数据</span>
  181. </li>
  182. <li class="flex items-start list-item">
  183. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  184. <span>机构动向:实时追踪机构资金动向</span>
  185. </li>
  186. <li class="flex items-start list-item">
  187. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  188. <span>体检专家:股票标的全方位健康检测</span>
  189. </li>
  190. </ul>
  191. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  192. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  193. </a>
  194. </div>
  195. </div>
  196. <!-- 宣传项 2 - AI预测大模型 -->
  197. <div
  198. class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row-reverse animate-fade-in delay-100">
  199. <div class="md:w-1/2 promotion-image">
  200. <img src="https://hc.homilychart.com/hc/250121/img/aiyucedamoxing.jpg" alt="AI预测大模型" class="w-full h-full">
  201. </div>
  202. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  203. <span
  204. class="inline-block px-4 py-1 rounded-full bg-purple-100 text-accent text-base font-medium mb-4 breadcrumb-text">
  205. HomilyLink > 夺宝奇兵 > AI预测大模型
  206. </span>
  207. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">AI预测大模型</h3>
  208. <p class="text-gray-600 mb-6 paragraph-text">
  209. AI 预测大模型颠覆传统,以深度学习与算法挖股市数据抓趋势、预测高低点;AI时空共振结合前沿 AI与时空共振精准识别变盘点。
  210. </p>
  211. <ul class="space-y-3 mb-8">
  212. <li class="flex items-start list-item">
  213. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  214. <span>AI股价预测术</span>
  215. </li>
  216. <li class="flex items-start list-item">
  217. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  218. <span>AI时空共振</span>
  219. </li>
  220. <li class="flex items-start list-item">
  221. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  222. <span>未来预测</span>
  223. </li>
  224. </ul>
  225. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  226. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  227. </a>
  228. </div>
  229. </div>
  230. <!-- 宣传项 3 - 夺宝利剑 -->
  231. <div
  232. class="bg-white rounded-3xl shadow-xl overflow-hidden mb-16 flex flex-col md:flex-row animate-fade-in delay-100">
  233. <div class="md:w-1/2 promotion-image">
  234. <img src="https://hc.homilychart.com/hc/250121/img/duobaolijianindex.jpg" alt="夺宝利剑" class="w-full h-full">
  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 promotion-image">
  268. <img id="lectureImage" src="" alt="John Lu谈股专题讲座" class="w-full h-full">
  269. </div>
  270. <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
  271. <span
  272. class="inline-block px-4 py-1 rounded-full bg-green-100 text-secondary text-base font-medium mb-4 breadcrumb-text">
  273. HomilyLink > 消息 > 赢在美股班级群
  274. </span>
  275. <h3 class="text-2xl md:text-3xl font-bold mb-4 heading-tertiary">HomilyLink专题讲座</h3>
  276. <p class="text-gray-600 mb-6 paragraph-text">
  277. 我们推出 HomilyLink专题讲座;结合市场事实热点与机构领域黑科技 "夺宝奇兵",助力投资者提升股市获利能力。
  278. </p>
  279. <ul class="space-y-3 mb-8">
  280. <li class="flex items-start list-item">
  281. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  282. <span>课程为香港时间</span>
  283. </li>
  284. <li class="flex items-start list-item">
  285. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  286. <span>体系化课程助力跟庄稳赢</span>
  287. </li>
  288. <li class="flex items-start list-item">
  289. <i class="fa fa-check-circle text-secondary mt-1 mr-3"></i>
  290. <span>HomilyLink赢在美股班级群专属课程(实时答疑+干货分享)</span>
  291. </li>
  292. </ul>
  293. <a href="#register" class="inline-flex items-center text-primary font-medium hover:underline">
  294. 加入赢在美股,解锁更多资讯 <i class="fa fa-arrow-right ml-2"></i>
  295. </a>
  296. </div>
  297. </div>
  298. </div>
  299. </section>
  300. <!-- 注册表单区域 -->
  301. <section id="register" class="py-20 px-4 bg-white">
  302. <div class="container mx-auto max-w-6xl">
  303. <div class="bg-gradient-to-br rounded-3xl shadow-2xl overflow-hidden">
  304. <div class="grid grid-cols-1 md:grid-cols-2">
  305. <!-- 左侧区域 - 已替换背景 -->
  306. <div class="p-8 md:p-12 text-white flex flex-col justify-center bg-image-overlay">
  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. 填写报名表,即可快速解锁专业投资AI工具,助力您把握投资机会!
  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. <!-- 右侧表单区域 - 保持不变 -->
  342. <div class="bg-white p-8 md:p-12">
  343. <form id="registrationForm" class="space-y-6">
  344. <input type="hidden" name="zbtype" id="zbType" value="6">
  345. <div>
  346. <label for="userNameInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">姓名</label>
  347. <input type="text" id="userNameInfo" name="userNameInfo"
  348. 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"
  349. placeholder="请输入您的姓名" required>
  350. </div>
  351. <div>
  352. <label for="countryInfo" class="block text-sm font-medium text-gray-700 mb-1 form-label">国家/地区代码</label>
  353. <select id="countryInfo" name="countryInfo"
  354. 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"
  355. required>
  356. <option value="+65">+65 新加坡</option>
  357. <option value="+60">+60 马来西亚</option>
  358. <option value="+852">+852 香港</option>
  359. <option value="+1" selected>+1 美国</option>
  360. <option value="+62">+62 印尼</option>
  361. <option value="+1">+1 加拿大</option>
  362. <option value="+61">+61 澳大利亚</option>
  363. <option value="+673">+673 文莱</option>
  364. <option value="+886">+886 台湾</option>
  365. <option value="+86">+86 中国</option>
  366. <option value="+0">+0 其他</option>
  367. <option value="+64">+64 新西兰</option>
  368. <option value="+44">+44 英国</option>
  369. <option value="+81">+81 日本</option>
  370. <option value="+49">+49 德国</option>
  371. <option value="+82">+82 韩国</option>
  372. <option value="+84">+84 越南</option>
  373. <option value="+971">+971 阿联酋</option>
  374. <option value="+45">+45 丹麦</option>
  375. <option value="+853">+853 澳门</option>
  376. <option value="+66">+66 泰国</option>
  377. <option value="+91">+91 印度</option>
  378. <option value="+41">+41 瑞士</option>
  379. <option value="+358">+358 芬兰</option>
  380. <option value="+33">+33 法国</option>
  381. <option value="+63">+63 菲律宾</option>
  382. <option value="+31">+31 荷兰</option>
  383. <option value="+46">+46 瑞典</option>
  384. <option value="+34">+34 西班牙</option>
  385. <option value="+54">+54 阿根廷</option>
  386. <option value="+39">+39 意大利</option>
  387. <option value="+7">+7 俄罗斯</option>
  388. <option value="+420">+420 捷克</option>
  389. </select>
  390. </div>
  391. <div>
  392. <label for="userMobile" class="block text-sm font-medium text-gray-700 mb-1 form-label">电话号码</label>
  393. <input type="tel" name="userMobile" id="userMobile" placeholder="纯手机号 ( 不含国家编号 )"
  394. onkeyup="value=value.replace(/[^\d]/g,'').replace(/^0/g,'')"
  395. 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"
  396. autocomplete="off" required>
  397. </div>
  398. <div>
  399. <label for="userWechat" class="block text-sm font-medium text-gray-700 mb-1 form-label">微信ID</label>
  400. <input type="text" name="userWechat" id="userWechat" placeholder="微信ID ( 如没有WhatsApp )"
  401. autocomplete="off"
  402. 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">
  403. </div>
  404. <div>
  405. <label for="userEmail" class="block text-sm font-medium text-gray-700 mb-1 form-label">电子邮箱</label>
  406. <input type="email" placeholder="请输入您的邮箱" name="userEmail" id="userEmail" autocomplete="off"
  407. 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"
  408. required>
  409. </div>
  410. <div class="flex items-start">
  411. <input type="checkbox" id="agreement" name="agreement" class="mt-1 mr-2" required>
  412. <label for="agreement" class="text-sm text-gray-600 form-label">
  413. 我同意接收相关产品和服务的资讯
  414. </label>
  415. </div>
  416. <button type="submit" id="submitBtn"
  417. 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">
  418. 提交注册
  419. </button>
  420. </form>
  421. </div>
  422. </div>
  423. </div>
  424. </div>
  425. </section>
  426. <!-- 页脚区域 -->
  427. <footer class="footer-bg text-white py-12 px-4">
  428. <div class="container mx-auto max-w-6xl">
  429. <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
  430. <div>
  431. <div class="flex items-center space-x-2 mb-6">
  432. <div class="w-10 h-10 rounded-lg gradient-background flex items-center justify-center">
  433. <img alt="赢在美股" src="https://d31zlh4on95l9h.cloudfront.net/images/497d8b38ab9f738e9720d5d7bddf3beb.png"
  434. style="width: 40px;height: 40px;">
  435. </div>
  436. <span class="text-xl font-bold">赢在美股</span>
  437. </div>
  438. <p class="text-gray-400 mb-6 paragraph-text">
  439. 加入赢在美股,开启赢家人生!
  440. </p>
  441. <div class="flex space-x-4">
  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-facebook"></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-twitter"></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-linkedin"></i>
  453. </a>
  454. <a href="#"
  455. class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-primary transition-colors">
  456. <i class="fa fa-instagram"></i>
  457. </a>
  458. </div>
  459. </div>
  460. <div>
  461. <h4 class="text-lg font-semibold mb-6 heading-tertiary">产品</h4>
  462. <ul class="space-y-3">
  463. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  464. target="_blank" 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. target="_blank" class="text-gray-400 hover:text-white transition-colors">HomilyChart</a></li>
  467. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  468. target="_blank" class="text-gray-400 hover:text-white transition-colors">夺宝奇兵</a></li>
  469. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  470. class="text-gray-400 hover:text-white transition-colors">博股会员</a></li>
  471. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  472. class="text-gray-400 hover:text-white transition-colors">最新软件</a></li>
  473. </ul>
  474. </div>
  475. <div>
  476. <h4 class="text-lg font-semibold mb-6 heading-tertiary">公司</h4>
  477. <ul class="space-y-3">
  478. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  479. target="_blank" class="text-gray-400 hover:text-white transition-colors">关于我们</a></li>
  480. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  481. target="_blank" class="text-gray-400 hover:text-white transition-colors">团队介绍</a></li>
  482. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  483. target="_blank" class="text-gray-400 hover:text-white transition-colors">联系我们</a></li>
  484. </ul>
  485. </div>
  486. <div>
  487. <h4 class="text-lg font-semibold mb-6 heading-tertiary">支持</h4>
  488. <ul class="space-y-3">
  489. <li class="list-item">
  490. <!-- <a href="hcdbqb-guide.html"
  491. class="text-gray-400 hover:text-white transition-colors">帮助中心</a> -->
  492. <a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  493. class="text-gray-400 hover:text-white transition-colors">帮助中心</a>
  494. </li>
  495. <li class="list-item"><a href="https://api.whatsapp.com/send?phone=85255110485&text=我想了解赢在美股"
  496. target="_blank" class="text-gray-400 hover:text-white transition-colors">常见问题</a></li>
  497. </ul>
  498. </div>
  499. </div>
  500. <div class=" border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
  501. <p class="text-gray-500 text-sm mb-4 md:mb-0 paragraph-text">
  502. &copy; Copyright 2025.Capitalmaster Pte Ltd All Rights Reserved.
  503. </p>
  504. <div class="flex space-x-6">
  505. 如需帮助,请及时联系我们!
  506. </div>
  507. </div>
  508. </div>
  509. </footer>
  510. <!-- 表单提交成功提示模态框 -->
  511. <div id="successModal" class="fixed inset-0 bg-black/50 flex items-center justify-center z-50 hidden">
  512. <div class="bg-white rounded-2xl p-8 max-w-md w-full mx-4 transform transition-all relative">
  513. <!-- 关闭按钮 - 右上角叉号 -->
  514. <button id="closeModal" class="absolute top-4 right-4 text-gray-400 hover:text-gray-600 transition-colors">
  515. <i class="fa fa-times text-xl"></i>
  516. </button>
  517. <div class="text-center">
  518. <div class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center mx-auto mb-6">
  519. <i class="fa fa-check text-secondary text-2xl"></i>
  520. </div>
  521. <h3 class="text-xl font-bold mb-2 heading-tertiary">注册成功!</h3>
  522. <p class="text-gray-600 mb-6 paragraph-text">感谢您的注册,我们的顾问将尽快与您联系。</p>
  523. <a href="https://api.whatsapp.com/send?phone=85255110485&text=课程" target="_blank"
  524. class="inline-block px-6 py-2 bg-primary text-white rounded-lg hover:bg-primary/90 transition-colors">
  525. 联系我们
  526. </a>
  527. </div>
  528. </div>
  529. </div>
  530. <style>
  531. /* 全局字体大小调整 - 整体调小 */
  532. html {
  533. font-size: 16px;
  534. scroll-behavior: smooth;
  535. }
  536. /* 文本样式类 */
  537. .page-body {
  538. font-size: 1rem;
  539. line-height: 1.6;
  540. }
  541. .text-heading-primary {
  542. font-size: clamp(2.2rem, 5vw, 3.5rem);
  543. line-height: 1.2;
  544. }
  545. .text-heading-secondary {
  546. font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  547. line-height: 1.3;
  548. }
  549. .text-heading-tertiary {
  550. font-size: clamp(1.3rem, 2.5vw, 2rem);
  551. line-height: 1.4;
  552. }
  553. .text-paragraph {
  554. font-size: 1rem;
  555. line-height: 1.6;
  556. }
  557. .text-list-item {
  558. font-size: 1rem;
  559. }
  560. .text-breadcrumb {
  561. font-size: 0.9rem;
  562. padding-top: 0.4rem;
  563. padding-bottom: 0.4rem;
  564. }
  565. .form-label-text {
  566. font-size: 1rem;
  567. margin-bottom: 0.5rem;
  568. }
  569. .form-input-field {
  570. font-size: 1rem;
  571. padding-top: 0.75rem;
  572. padding-bottom: 0.75rem;
  573. }
  574. .form-input-field::placeholder {
  575. font-size: 0.95rem;
  576. }
  577. /* 导航菜单字体调小 */
  578. .nav-link-text {
  579. font-size: 1rem;
  580. }
  581. /* 按钮文字调小 */
  582. .button-large-text {
  583. font-size: 1rem;
  584. padding-top: 0.75rem;
  585. padding-bottom: 0.75rem;
  586. }
  587. /* 特色功能卡片文字调小 */
  588. .feature-card-title {
  589. font-size: 1.3rem;
  590. margin-bottom: 0.75rem;
  591. }
  592. .feature-card-description {
  593. font-size: 0.95rem;
  594. line-height: 1.5;
  595. }
  596. /* 产品宣传区域文字调小 */
  597. .promo-section-paragraph {
  598. font-size: 1rem;
  599. line-height: 1.6;
  600. }
  601. .promo-section-list-item {
  602. font-size: 1rem;
  603. }
  604. .promo-section-breadcrumb {
  605. font-size: 0.9rem;
  606. }
  607. /* 页脚文字调小 */
  608. .footer-text {
  609. font-size: 0.95rem;
  610. }
  611. .footer-heading {
  612. font-size: 1.3rem;
  613. }
  614. /* 成功模态框文字调小 */
  615. .modal-heading {
  616. font-size: 1.5rem;
  617. }
  618. .modal-text {
  619. font-size: 1rem;
  620. }
  621. .modal-button {
  622. font-size: 1rem;
  623. }
  624. /* 宣传模块图片样式优化 - 确保图片完整显示 */
  625. .promotion-image {
  626. display: flex;
  627. min-height: 400px;
  628. overflow: hidden;
  629. align-items: center;
  630. justify-content: center;
  631. background-color: #f8fafc;
  632. }
  633. .promotion-image img {
  634. width: auto;
  635. max-width: 100%;
  636. height: auto;
  637. max-height: 100%;
  638. object-fit: contain;
  639. }
  640. /* 针对不同模块的图片进行特定调整 */
  641. /* 超级云脑图片 - 图表类图片,确保完整显示 */
  642. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row.animate-fade-in .promotion-image {
  643. background-color: #f0f9ff;
  644. }
  645. /* AI预测大模型图片 - 确保完整显示 */
  646. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row-reverse.animate-fade-in.delay-100 .promotion-image {
  647. background-color: #faf5ff;
  648. }
  649. /* 夺宝利剑图片 - 图表类图片,确保完整显示 */
  650. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.mb-16.flex.flex-col.md\\:flex-row.animate-fade-in.delay-100 .promotion-image {
  651. background-color: #f0fdf4;
  652. }
  653. /* John Lu谈股专题讲座图片 - 确保完整显示 */
  654. .bg-white.rounded-3xl.shadow-xl.overflow-hidden.flex.flex-col.md\\:flex-row.animate-fade-in.delay-200 .promotion-image {
  655. background-color: #ecfdf5;
  656. }
  657. /* 特色功能卡片高度调整 */
  658. .feature-card {
  659. height: 100%;
  660. display: flex;
  661. flex-direction: column;
  662. }
  663. .feature-card-icon {
  664. margin-bottom: 1rem;
  665. }
  666. .feature-card-title {
  667. margin-bottom: 0.75rem;
  668. }
  669. /* 特色功能区域图标调整 */
  670. .feature-card img {
  671. max-width: 100%;
  672. height: auto;
  673. display: block;
  674. margin: 0 auto;
  675. }
  676. /* 注册表单区域调整 */
  677. .register-section-title {
  678. margin-bottom: 1rem;
  679. line-height: 1.3;
  680. }
  681. .register-section-description {
  682. margin-bottom: 1.5rem;
  683. }
  684. .register-section-features {
  685. gap: 1rem;
  686. }
  687. /* 页脚区域调整 */
  688. .footer-logo {
  689. margin-bottom: 1rem;
  690. }
  691. .footer-description {
  692. margin-bottom: 1rem;
  693. }
  694. .footer-heading {
  695. margin-bottom: 1rem;
  696. }
  697. .footer-list {
  698. gap: 0.5rem;
  699. }
  700. /* 移动端适配 */
  701. @media (max-width: 768px) {
  702. html {
  703. font-size: 14px;
  704. }
  705. .page-body {
  706. font-size: 0.95rem;
  707. }
  708. .mobile-nav-link {
  709. font-size: 0.95rem;
  710. padding-top: 0.6rem;
  711. padding-bottom: 0.6rem;
  712. }
  713. .promotion-image {
  714. min-height: 300px;
  715. }
  716. /* 移动端确保图片完整显示 */
  717. .promotion-image img {
  718. width: auto;
  719. max-width: 90%;
  720. height: auto;
  721. max-height: 90%;
  722. }
  723. }
  724. /* 动画定义 */
  725. @keyframes fadeIn {
  726. from {
  727. opacity: 0;
  728. transform: translateY(20px);
  729. }
  730. to {
  731. opacity: 1;
  732. transform: translateY(0);
  733. }
  734. }
  735. @keyframes spin {
  736. 0% {
  737. transform: rotate(0);
  738. }
  739. 100% {
  740. transform: rotate(360deg);
  741. }
  742. }
  743. /* 工具类 */
  744. .content-auto {
  745. content-visibility: auto;
  746. }
  747. .text-shadow-custom {
  748. text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  749. }
  750. .card-hover-effect {
  751. transition: all 0.3s ease;
  752. }
  753. .card-hover-effect:hover {
  754. box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  755. transform: translateY(-4px);
  756. }
  757. .gradient-background {
  758. background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  759. }
  760. .animate-fade-in {
  761. animation: fadeIn 0.6s ease-out forwards;
  762. }
  763. .loading-overlay {
  764. display: none;
  765. position: fixed;
  766. top: 0;
  767. left: 0;
  768. width: 100%;
  769. height: 100%;
  770. background: rgba(0, 0, 0, 0.5);
  771. z-index: 9999;
  772. justify-content: center;
  773. align-items: center;
  774. }
  775. .loading-spinner {
  776. width: 50px;
  777. height: 50px;
  778. border: 5px solid #f3f3f3;
  779. border-top: 5px solid #3B82F6;
  780. border-radius: 50%;
  781. animation: spin 1s linear infinite;
  782. }
  783. .gradient-background {
  784. background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  785. }
  786. .bg-image-overlay {
  787. background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
  788. url('https://d31zlh4on95l9h.cloudfront.net/images/3b28e7abdfc4b495324cc3e6d9210b51.jpg');
  789. background-size: cover;
  790. background-position: center;
  791. background-repeat: no-repeat;
  792. }
  793. .gradient-background {
  794. background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  795. }
  796. .footer-bg {
  797. background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  798. url('https://d31zlh4on95l9h.cloudfront.net/images/22576b3fe6f29e642f322d4d315ae426.jpg');
  799. background-size: cover;
  800. background-position: center;
  801. background-repeat: no-repeat;
  802. }
  803. </style>
  804. </body>
  805. </html>