index.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. .home-page.data-v-1cf27b2a {
  2. width: 100vw;
  3. height: 100vh;
  4. background-color: #F8FAFC;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .main-scroll.data-v-1cf27b2a {
  9. flex: 1;
  10. height: 0;
  11. }
  12. /* 英雄轮播区 */
  13. .hero-section.data-v-1cf27b2a {
  14. position: relative;
  15. width: 100%;
  16. height: 500rpx;
  17. overflow: hidden;
  18. }
  19. .hero-swiper.data-v-1cf27b2a {
  20. height: 100%;
  21. }
  22. .hero-card.data-v-1cf27b2a {
  23. position: relative;
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .hero-img.data-v-1cf27b2a {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .hero-overlay.data-v-1cf27b2a {
  32. position: absolute;
  33. inset: 0;
  34. background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  35. }
  36. .hero-text-content.data-v-1cf27b2a {
  37. position: absolute;
  38. left: 40rpx;
  39. bottom: 80rpx;
  40. color: #fff;
  41. z-index: 2;
  42. }
  43. .hero-tag.data-v-1cf27b2a {
  44. font-size: 20rpx;
  45. background: rgba(193, 0, 28, 0.8);
  46. padding: 4rpx 16rpx;
  47. border-radius: 4rpx;
  48. margin-bottom: 12rpx;
  49. display: inline-block;
  50. }
  51. .hero-main-title.data-v-1cf27b2a {
  52. font-size: 44rpx;
  53. font-weight: bold;
  54. display: block;
  55. margin-bottom: 8rpx;
  56. }
  57. .hero-sub-title.data-v-1cf27b2a {
  58. font-size: 24rpx;
  59. opacity: 0.8;
  60. letter-spacing: 1rpx;
  61. }
  62. .hero-indicators.data-v-1cf27b2a {
  63. position: absolute;
  64. bottom: 40rpx;
  65. right: 40rpx;
  66. display: flex;
  67. gap: 8rpx;
  68. }
  69. .indicator-pill.data-v-1cf27b2a {
  70. width: 12rpx;
  71. height: 6rpx;
  72. background: rgba(255, 255, 255, 0.3);
  73. border-radius: 4rpx;
  74. transition: 0.3s;
  75. }
  76. .indicator-pill.active.data-v-1cf27b2a {
  77. width: 32rpx;
  78. background: #fff;
  79. }
  80. /* 咨询卡片 */
  81. .contact-card.data-v-1cf27b2a {
  82. margin: -40rpx 40rpx 40rpx;
  83. position: relative;
  84. z-index: 10;
  85. background: rgba(255, 255, 255, 0.9);
  86. -webkit-backdrop-filter: blur(20px);
  87. backdrop-filter: blur(20px);
  88. border-radius: 24rpx;
  89. padding: 32rpx 40rpx;
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. border: 1rpx solid #fff;
  94. box-shadow: 0 12rpx 40rpx rgba(0, 0, 0, 0.06);
  95. }
  96. .contact-info.data-v-1cf27b2a {
  97. display: flex;
  98. align-items: center;
  99. }
  100. .contact-icon-box.data-v-1cf27b2a {
  101. width: 88rpx;
  102. height: 88rpx;
  103. background: #FFF1F2;
  104. border-radius: 50%;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. margin-right: 24rpx;
  109. }
  110. .contact-icon-box image.data-v-1cf27b2a {
  111. width: 44rpx;
  112. height: 44rpx;
  113. }
  114. .main-txt.data-v-1cf27b2a {
  115. font-size: 30rpx;
  116. font-weight: bold;
  117. color: #1a1a1a;
  118. display: block;
  119. margin-bottom: 4rpx;
  120. }
  121. .sub-txt.data-v-1cf27b2a {
  122. font-size: 22rpx;
  123. color: #7a7a7a;
  124. }
  125. .call-btn-circle.data-v-1cf27b2a {
  126. width: 72rpx;
  127. height: 72rpx;
  128. background: #C1001C;
  129. border-radius: 50%;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. box-shadow: 0 6rpx 12rpx rgba(193, 0, 28, 0.3);
  134. }
  135. .call-btn-circle image.data-v-1cf27b2a {
  136. width: 32rpx;
  137. height: 32rpx;
  138. }
  139. /* 魔方布局 */
  140. .cube-section.data-v-1cf27b2a {
  141. padding: 20rpx 40rpx;
  142. }
  143. .section-header.data-v-1cf27b2a {
  144. margin-bottom: 30rpx;
  145. }
  146. .title-with-line.data-v-1cf27b2a {
  147. display: flex;
  148. align-items: baseline;
  149. gap: 16rpx;
  150. }
  151. .title-with-line .zh.data-v-1cf27b2a {
  152. font-size: 36rpx;
  153. font-weight: 800;
  154. color: #1a1a1a;
  155. }
  156. .title-with-line .en.data-v-1cf27b2a {
  157. font-size: 20rpx;
  158. color: #999;
  159. font-family: 'Georgia';
  160. letter-spacing: 2rpx;
  161. }
  162. .cube-container.data-v-1cf27b2a {
  163. width: 100%;
  164. }
  165. .cube-grid.data-v-1cf27b2a {
  166. display: grid;
  167. grid-template-columns: repeat(2, 1fr);
  168. gap: 20rpx;
  169. }
  170. .cube-card.data-v-1cf27b2a {
  171. position: relative;
  172. height: 320rpx;
  173. border-radius: 20rpx;
  174. overflow: hidden;
  175. background: #eee;
  176. transition: 0.3s;
  177. }
  178. .cube-bg.data-v-1cf27b2a {
  179. width: 100%;
  180. height: 100%;
  181. }
  182. .cube-mask.data-v-1cf27b2a {
  183. position: absolute;
  184. inset: 0;
  185. background: rgba(0, 0, 0, 0.3);
  186. }
  187. .cube-content.data-v-1cf27b2a {
  188. position: absolute;
  189. left: 30rpx;
  190. top: 30rpx;
  191. z-index: 2;
  192. }
  193. .cube-title.data-v-1cf27b2a {
  194. font-size: 32rpx;
  195. font-weight: bold;
  196. color: #fff;
  197. margin-bottom: 12rpx;
  198. display: block;
  199. }
  200. .cube-line.data-v-1cf27b2a {
  201. width: 40rpx;
  202. height: 4rpx;
  203. background: #C1001C;
  204. margin-bottom: 12rpx;
  205. }
  206. .cube-desc.data-v-1cf27b2a {
  207. font-size: 20rpx;
  208. color: rgba(255, 255, 255, 0.8);
  209. max-width: 240rpx;
  210. line-height: 1.4;
  211. display: block;
  212. }
  213. .cube-arrow.data-v-1cf27b2a {
  214. position: absolute;
  215. right: 30rpx;
  216. bottom: 30rpx;
  217. color: #fff;
  218. font-size: 30rpx;
  219. opacity: 0.6;
  220. }
  221. /* 企业实力 */
  222. .brand-strength.data-v-1cf27b2a {
  223. padding: 40rpx;
  224. margin-bottom: 40rpx;
  225. }
  226. .strength-card.data-v-1cf27b2a {
  227. background: #1a1a1a;
  228. border-radius: 32rpx;
  229. padding: 48rpx 40rpx;
  230. color: #fff;
  231. box-shadow: 0 20rpx 60rpx rgba(0, 0, 0, 0.15);
  232. }
  233. .s-header.data-v-1cf27b2a {
  234. margin-bottom: 50rpx;
  235. }
  236. .s-title.data-v-1cf27b2a {
  237. font-size: 34rpx;
  238. font-weight: bold;
  239. display: block;
  240. margin-bottom: 8rpx;
  241. color: #fff;
  242. letter-spacing: 4rpx;
  243. }
  244. .s-subtitle.data-v-1cf27b2a {
  245. font-size: 18rpx;
  246. color: #666;
  247. font-family: 'Arial';
  248. text-transform: uppercase;
  249. }
  250. .s-stats.data-v-1cf27b2a {
  251. display: flex;
  252. justify-content: space-between;
  253. align-items: center;
  254. margin-bottom: 40rpx;
  255. }
  256. .stat-box.data-v-1cf27b2a {
  257. text-align: center;
  258. flex: 1;
  259. }
  260. .stat-box .num.data-v-1cf27b2a {
  261. font-size: 44rpx;
  262. font-weight: 800;
  263. color: #FFD700;
  264. display: block;
  265. margin-bottom: 4rpx;
  266. }
  267. .stat-box .unit.data-v-1cf27b2a {
  268. font-size: 20rpx;
  269. margin-left: 4rpx;
  270. font-weight: normal;
  271. }
  272. .stat-box .label.data-v-1cf27b2a {
  273. font-size: 22rpx;
  274. color: #ababab;
  275. }
  276. .stat-divider.data-v-1cf27b2a {
  277. width: 1rpx;
  278. height: 50rpx;
  279. background: rgba(255, 255, 255, 0.1);
  280. }
  281. .s-footer.data-v-1cf27b2a {
  282. border-top: 1rpx solid rgba(255, 255, 255, 0.05);
  283. padding-top: 30rpx;
  284. text-align: center;
  285. }
  286. .s-footer text.data-v-1cf27b2a {
  287. font-size: 18rpx;
  288. color: #555;
  289. letter-spacing: 6rpx;
  290. }
  291. .safe-bottom-gap.data-v-1cf27b2a {
  292. height: 140rpx;
  293. }