banner.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. .index-bg-wrapper {
  2. width: 100%;
  3. height: 584px;
  4. overflow: hidden;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. }
  9. .index-bg-wrapper .index-bg-container {
  10. width: 2880px;
  11. height: 584px;
  12. position: absolute;
  13. top: 0;
  14. left: 50%;
  15. transform: translateX(-50%);
  16. background-image: linear-gradient(to right, #2e77e5 0, #0b5dd9 100%);
  17. }
  18. .index-bg-wrapper .index-bg-container .index-bg-grid {
  19. width: 240px;
  20. height: 585px;
  21. float: left;
  22. overflow: hidden;
  23. }
  24. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(1) .grid-block {
  25. height: 562px;
  26. }
  27. .index-bg-wrapper .index-bg-container .index-bg-grid .grid-block {
  28. background-color: #fff;
  29. margin-bottom: -1px;
  30. }
  31. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(1) .grid-tria {
  32. border-top: 23px solid #fff;
  33. }
  34. .index-bg-wrapper .index-bg-container .index-bg-grid .grid-tria {
  35. border-right: 240px solid transparent;
  36. }
  37. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(2) .grid-block {
  38. height: 529px;
  39. }
  40. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(2) .grid-tria {
  41. border-top: 33px solid #fff;
  42. }
  43. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(3) .grid-block {
  44. height: 471px;
  45. }
  46. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(3) .grid-tria {
  47. border-top: 58px solid #fff;
  48. }
  49. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(4) .grid-block {
  50. height: 438px;
  51. }
  52. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(4) .grid-tria {
  53. border-top: 33px solid #fff;
  54. }
  55. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(5) .grid-block {
  56. height: 369px;
  57. }
  58. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(5) .grid-tria {
  59. border-top: 69px solid #fff;
  60. }
  61. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(6) .grid-block {
  62. height: 369px;
  63. }
  64. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(6) .grid-tria {
  65. border-top: 5px solid #fff;
  66. border-right: 0;
  67. border-left: 240px solid transparent;
  68. }
  69. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(7) .grid-block {
  70. height: 285px;
  71. }
  72. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(7) .grid-tria {
  73. border-top: 89px solid #fff;
  74. }
  75. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(8) .grid-block {
  76. height: 253px;
  77. }
  78. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(8) .grid-tria {
  79. border-top: 32px solid #fff;
  80. }
  81. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(9) .grid-block {
  82. height: 144px;
  83. }
  84. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(9) .grid-tria {
  85. border-top: 109px solid #fff;
  86. }
  87. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(10) .grid-block {
  88. height: 94px;
  89. }
  90. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(10) .grid-tria {
  91. border-top: 50px solid #fff;
  92. }
  93. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(11) .grid-block {
  94. height: 24px;
  95. }
  96. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(11) .grid-tria {
  97. border-top: 70px solid #fff;
  98. }
  99. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(12) .grid-block {
  100. height: 0;
  101. }
  102. .index-bg-wrapper .index-bg-container .index-bg-grid:nth-child(12) .grid-tria {
  103. border-top: 23px solid #fff;
  104. }
  105. .index-bg-wrapper .index-bg-container .index-bg-line {
  106. width: 1px;
  107. height: 584px;
  108. opacity: .1;
  109. background-color: #80b2ff;
  110. position: absolute;
  111. top: 0;
  112. }
  113. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(1) {
  114. left: 239.5px;
  115. }
  116. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(2) {
  117. left: 479.5px;
  118. }
  119. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(3) {
  120. left: 719.5px;
  121. }
  122. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(4) {
  123. left: 959.5px;
  124. }
  125. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(5) {
  126. left: 1199.5px;
  127. }
  128. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(6) {
  129. left: 1439.5px;
  130. }
  131. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(7) {
  132. left: 1679.5px;
  133. }
  134. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(8) {
  135. left: 1919.5px;
  136. }
  137. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(9) {
  138. left: 2159.5px;
  139. }
  140. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(10) {
  141. left: 2399.5px;
  142. }
  143. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(11) {
  144. left: 2639.5px;
  145. }
  146. .index-bg-wrapper .index-bg-container .index-bg-round {
  147. width: 7px;
  148. height: 7px;
  149. border-radius: 50%;
  150. box-shadow: 0 0 10px 5px rgb(67 199 213 / 25%);
  151. background-color: #4ac8d4;
  152. position: absolute;
  153. margin-top: -3.5px;
  154. margin-left: -3.5px;
  155. }
  156. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(1) {
  157. left: 239.5px;
  158. top: 561px;
  159. }
  160. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(2) {
  161. left: 479.5px;
  162. top: 528px;
  163. }
  164. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(3) {
  165. left: 719.5px;
  166. top: 470px;
  167. }
  168. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(4) {
  169. left: 959.5px;
  170. top: 437px;
  171. }
  172. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(5) {
  173. left: 1199.5px;
  174. top: 368px;
  175. }
  176. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(6) {
  177. left: 1439.5px;
  178. top: 373px;
  179. }
  180. .index-bg-wrapper .index-bg-container .index-bg-round:nth-child(7) {
  181. left: 1679.5px;
  182. top: 284px;
  183. }
  184. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(9) {
  185. left: 2159.5px;
  186. }
  187. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(10) {
  188. left: 2399.5px;
  189. }
  190. .index-bg-wrapper .index-bg-container .index-bg-line:nth-child(11) {
  191. left: 2639.5px;
  192. }
  193. .index-top .top-content {
  194. position: relative;
  195. }
  196. .top-content .top-content-sub-bg-img {
  197. position: absolute;
  198. right: -48px;
  199. top: -73px;
  200. width: 478px;
  201. height: 445px;
  202. }
  203. .top-content .top-content-sub-bg-img .rocket-m {
  204. display: none;
  205. }
  206. .top-content .top-content-sub-bg-img img {
  207. position: absolute;
  208. transition: all 1.7s;
  209. }
  210. .top-content .top-content-sub-bg-img #rocket_block_left_1 {
  211. transition-duration: 3s;
  212. }
  213. .top-content .top-content-sub-bg-img #rocket_block_left_1.end {
  214. top: 150px;
  215. left: 35px;
  216. opacity: 1;
  217. }
  218. .top-content .top-content-sub-bg-img #rocket_block_left_1 {
  219. transition-duration: 3s;
  220. }
  221. .top-content .top-content-sub-bg-img #rocket_block_right_1.end {
  222. top: 230px;
  223. left: 280px;
  224. opacity: 1;
  225. }
  226. .top-content .top-content-sub-bg-img #rocket_block_right_2.end {
  227. top: 250px;
  228. left: 340px;
  229. opacity: 1;
  230. }
  231. .top-content .top-content-sub-bg-img #rocket_body.end {
  232. top: 0;
  233. left: 85px;
  234. }
  235. .top-content .top-content-sub-bg-img #rocket_halo_XS.end {
  236. top: -16px;
  237. left: 357px;
  238. transform: scale(.4);
  239. }
  240. .top-content .top-content-sub-bg-img #rocket_halo_S.end {
  241. top: 270px;
  242. left: 115px;
  243. transform: scale(.8);
  244. }
  245. .top-content .top-content-sub-bg-img #rocket_halo_L.end,
  246. .top-content .top-content-sub-bg-img #rocket_halo_L_fadeout.end {
  247. top: 88px;
  248. left: 138px;
  249. }
  250. .top-content .top-content-sub-bg-img #rocket_tail_L.end {
  251. top: 235px;
  252. left: 83px;
  253. }
  254. .top-content .top-content-sub-bg-img #rocket_tail_S.end {
  255. top: 235px;
  256. left: 123px;
  257. opacity: 0;
  258. }
  259. .top-content .top-content-sub-bg-img #rocket_halo_L.end,
  260. .top-content .top-content-sub-bg-img #rocket_halo_L_fadeout.end {
  261. top: 88px;
  262. left: 138px;
  263. }
  264. .top-content .top-content-data-content {
  265. margin-top: 175px;
  266. }
  267. .top-content .top-content-data-content .top-content-data-number {
  268. display: inline-block;
  269. width: 114px;
  270. height: 64px;
  271. line-height: 44px;
  272. font-family: dinregular;
  273. font-size: 32px;
  274. color: #fff;
  275. margin-right: 32%;
  276. position: relative;
  277. }
  278. .top-content .top-content-data-content .top-content-data-number span {
  279. font-family: dinregular;
  280. }
  281. .top-content .top-content-data-content .top-content-data-number .top-content-arrow-up {
  282. position: absolute;
  283. width: 14px;
  284. height: 14px;
  285. top: 18px;
  286. /* right: -2px; */
  287. overflow: hidden;
  288. }
  289. .top-content .top-content-data-content .top-content-data-number .top-content-arrow-up img {
  290. position: absolute;
  291. top: 0;
  292. left: 0;
  293. animation: arrow-up 1s linear 2.5;
  294. }
  295. @keyframes arrow-up {
  296. 0% {
  297. transform: translate(-15px, 14px);
  298. }
  299. 50% {
  300. transform: translate(0, 0);
  301. }
  302. 100% {
  303. transform: translate(15px, -14px);
  304. }
  305. }
  306. .top-content .top-content-sub-bg-img #rocket_block_left_2.end {
  307. top: 250px;
  308. left: 0;
  309. opacity: 1;
  310. }
  311. .top-content .top-content-data-content .top-content-data-number .top-content-data-content {
  312. height: 20px;
  313. position: absolute;
  314. left: 0;
  315. bottom: 0;
  316. font-family: PingFangSC;
  317. font-size: 14px;
  318. font-stretch: normal;
  319. font-style: normal;
  320. line-height: 20px;
  321. letter-spacing: normal;
  322. color: #fff;
  323. /* width: 100%;
  324. text-align: center; */
  325. text-indent: -28px;
  326. }
  327. .top-content .top-content-slogan {
  328. animation: slogan-up .5s linear;
  329. margin-top: 160px;
  330. }
  331. .top-content .top-content-slogan .main-content-1 {
  332. font-size: 44px;
  333. font-weight: 600;
  334. letter-spacing: 4.4px;
  335. line-height: 60px;
  336. color: #1d1e20;
  337. }
  338. .top-content .top-content-slogan .main-content-1-sub {
  339. margin-top: 9px;
  340. font-size: 16px;
  341. line-height: 28px;
  342. font-weight: 400;
  343. color: #6c6f75;
  344. letter-spacing: 1px;
  345. }
  346. .index-top .top-content .top-content-try {
  347. animation: slogan-up .5s linear;
  348. }
  349. .top-content .top-content-try .top-content-concat-button.top,
  350. .top-content .top-content-try .top-content-try-button.top {
  351. box-shadow: 0 20px 24px 0 rgb(255 105 74 / 15%), 0 8px 16px 0 rgb(252 101 69 / 5%);
  352. }
  353. /* .top-content .top-content-data-content {
  354. margin-top: 175px;
  355. } */
  356. /* .top-content .top-content-data-content .top-content-data-number {
  357. display: inline-block;
  358. width: 114px;
  359. height: 64px;
  360. line-height: 44px;
  361. font-family: dinregular;
  362. font-size: 32px;
  363. color: #fff;
  364. margin-right: 32%;
  365. position: relative;
  366. } */
  367. .top-content .top-content-data-content {
  368. display: flex;
  369. padding: 0 30px;
  370. justify-content: space-between;
  371. margin-top: 240px;
  372. }
  373. .top-content .top-content-data-content .top-content-data-number {
  374. width: 18%;
  375. margin-right: 0;
  376. display: inline-block;
  377. height: 64px;
  378. line-height: 44px;
  379. font-family: dinregular;
  380. font-size: 32px;
  381. color: #fff;
  382. position: relative;
  383. /* text-align: center; */
  384. }
  385. .top-content .top-content-data-content .top-content-data-number:nth-child(3) {
  386. margin-right: 0;
  387. }
  388. @keyframes rocket_body {
  389. 0% {
  390. transform: translate(0, 0);
  391. }
  392. 50% {
  393. transform: translate(5px, -8px);
  394. }
  395. 100% {
  396. transform: translate(0, 0);
  397. }
  398. }
  399. @keyframes rocket_block_left_1 {
  400. 0% {
  401. transform: translate(0, 0);
  402. }
  403. 50% {
  404. transform: translate(10px, -16px);
  405. }
  406. 100% {
  407. transform: translate(0, 0);
  408. }
  409. }
  410. @keyframes rocket_block_left_2 {
  411. 0% {
  412. top: 250px;
  413. left: 0;
  414. }
  415. 50% {
  416. top: 234px;
  417. left: 10px;
  418. }
  419. 100% {
  420. top: 250px;
  421. left: 0;
  422. }
  423. }
  424. @keyframes rocket_block_right_1 {
  425. 0% {
  426. top: 230px;
  427. left: 280px;
  428. }
  429. 50% {
  430. top: 246px;
  431. left: 290px;
  432. }
  433. 100% {
  434. top: 230px;
  435. left: 280px;
  436. }
  437. }
  438. @keyframes rocket_block_right_2 {
  439. 0% {
  440. transform: translate(0, 0);
  441. }
  442. 50% {
  443. transform: translate(-10px, 16px);
  444. }
  445. 100% {
  446. transform: translate(0, 0);
  447. }
  448. }
  449. @keyframes rocket_halo_XS {
  450. 0% {
  451. transform: scale(0.4);
  452. }
  453. 50% {
  454. transform: scale(0.6);
  455. }
  456. 100% {
  457. transform: scale(0.4);
  458. }
  459. }
  460. @keyframes rocket_halo_L {
  461. 0% {
  462. top: 88px;
  463. left: 138px;
  464. transform: scale(1);
  465. }
  466. 50% {
  467. top: 98px;
  468. left: 122px;
  469. transform: scale(0.8);
  470. }
  471. 100% {
  472. top: 88px;
  473. left: 138px;
  474. transform: scale(1);
  475. }
  476. }
  477. @keyframes rocket_halo_L_fadeout {
  478. 0% {
  479. top: 88px;
  480. left: 138px;
  481. transform: scale(1);
  482. opacity: 0;
  483. }
  484. 50% {
  485. top: 98px;
  486. left: 122px;
  487. transform: scale(0.8);
  488. opacity: 0.8;
  489. }
  490. 100% {
  491. top: 108px;
  492. left: 106px;
  493. transform: scale(0.6);
  494. opacity: 0;
  495. }
  496. }
  497. @keyframes rocket_tail_L {
  498. 0% {
  499. opacity: 1;
  500. transform: translate(0, 0);
  501. }
  502. 50% {
  503. opacity: 0;
  504. transform: translate(5px, -8px);
  505. }
  506. 100% {
  507. opacity: 1;
  508. transform: translate(0, 0);
  509. }
  510. }
  511. @keyframes rocket_tail_S {
  512. 0% {
  513. opacity: 0;
  514. transform: translate(0, 0);
  515. }
  516. 50% {
  517. opacity: 1;
  518. transform: translate(5px, -8px);
  519. }
  520. 100% {
  521. opacity: 0;
  522. transform: translate(0, 0);
  523. }
  524. }
  525. @keyframes rocket_halo_S {
  526. 0% {
  527. transform: scale(0.8);
  528. }
  529. 50% {
  530. transform: scale(1);
  531. }
  532. 100% {
  533. transform: scale(0.8);
  534. }
  535. }
  536. @media screen and (min-width: 768px) and (max-width: 991px) {
  537. .main-content-1 {
  538. font-size: 32px;
  539. padding: 0 30px;
  540. }
  541. .main-content-1-sub {
  542. font-size: 24px;
  543. padding: 0 30px;
  544. }
  545. .top-content-data-content {
  546. display: flex;
  547. padding: 0 30px;
  548. justify-content: space-between;
  549. }
  550. .top-content .top-content-data-content .top-content-data-number {
  551. width: 33%;
  552. margin-right: 0;
  553. }
  554. }
  555. @media screen and (min-width: 200px) and (max-width: 767px) {
  556. .top-content .top-content-slogan {
  557. margin-top: 60px;
  558. /* margin-bottom: 100px; */
  559. }
  560. .top-content .top-content-sub-bg-img {
  561. position: absolute;
  562. right: -48px;
  563. top: 115px;
  564. width: 478px;
  565. height: 445px;
  566. }
  567. .top-content .top-content-data-content {
  568. margin-top: 270px;
  569. }
  570. .top-content .top-content-slogan .main-content-1 {
  571. font-size: 32px;
  572. font-weight: 600;
  573. letter-spacing: 2.4px;
  574. line-height: 60px;
  575. color: #1d1e20;
  576. }
  577. .main-content-1 {
  578. font-size: 32px;
  579. padding: 0 30px;
  580. }
  581. .main-content-1-sub {
  582. font-size: 24px;
  583. padding: 0 30px;
  584. }
  585. .top-content-data-content {
  586. display: flex;
  587. padding: 0 30px;
  588. justify-content: space-between;
  589. }
  590. .top-content .top-content-data-content .top-content-data-number {
  591. width: 33%;
  592. margin-right: 0;
  593. font-size: 24px;
  594. }
  595. }