index.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. *{
  2. padding: 0;
  3. margin: 0;
  4. box-sizing: border-box;
  5. }
  6. body{
  7. font-family: "Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑",STHeiti,MingLiu;
  8. background: #FFF;
  9. min-width: 1200px;
  10. }
  11. .phone{
  12. display: none;
  13. }
  14. .banner{
  15. width: 100%;
  16. color: #FFF;
  17. /* min-width: 1200px; */
  18. position: relative;
  19. height: 680px;
  20. background-color: #D32D1C;
  21. }
  22. .banner_img{
  23. /* max-width: 40%; */
  24. position: absolute;
  25. left: 55%;
  26. top: 0;
  27. }
  28. .banner table{
  29. position: absolute;
  30. bottom: 0;
  31. top:0;
  32. right: 55%;
  33. margin: auto;
  34. width: 500px;
  35. }
  36. .banner h1{
  37. font-size: 48px;
  38. font-weight: 500;
  39. margin-bottom: 25px;
  40. }
  41. .banner span{
  42. font-size: 24px;
  43. font-weight: 400;
  44. }
  45. .app_down{
  46. position: relative;
  47. left: -20px;
  48. padding-top: 45px;
  49. }
  50. .ewm{
  51. padding-top: 45px;
  52. }
  53. .app_down a{
  54. display: block;
  55. width: 204px;
  56. height: 64px;
  57. background-color: #fff;
  58. color: #EA3523;
  59. font-size: 20px;
  60. text-align: center;
  61. line-height: 64px;
  62. border-radius: 5px;
  63. transition: all .2s linear;
  64. margin-bottom: 20px;
  65. animation-delay:1s;
  66. }
  67. .android{
  68. margin-right: 48px;
  69. }
  70. .app_down img{
  71. position: relative;
  72. top: 6px;
  73. }
  74. .app_down a:hover{
  75. /* text-decoration: none;
  76. background: rgba(51, 51, 51, 0.59);
  77. color: #fff;
  78. border-color: rgba(51, 51, 51, 0.59); */
  79. }
  80. .part{
  81. width: 100%;
  82. /* float: left; */
  83. /* border-bottom:1px solid #c4c4c4; */
  84. }
  85. .row{
  86. width: 960px;
  87. margin: auto;
  88. display: flex;
  89. flex-wrap: wrap;
  90. }
  91. .row div{
  92. width: 50%;
  93. height: 680px;
  94. }
  95. .part>div{
  96. height: 100%;
  97. }
  98. .img,.des h1,.des p{ opacity: 0; opacity: 1\0;}
  99. .des{
  100. position: relative;
  101. }
  102. .des img{
  103. position: absolute;
  104. top: 29%;
  105. left: 79%;
  106. z-index: 1;
  107. }
  108. .play_3 .des img{
  109. top: 25%;
  110. left: 70%;
  111. }
  112. .play_1 .img{
  113. background: url("img/1.png") no-repeat;
  114. /* background-size: 100%;
  115. background-position: 40% 100%; */
  116. }
  117. .play_2 .img{
  118. background: url("img/2.png") no-repeat;
  119. /* background-size: 100%; */
  120. /* background-position: 50% 100%; */
  121. }
  122. .play_3 .img{
  123. background: url("img/3.png") no-repeat;
  124. /* background-size: 100%; */
  125. /* background-position: 40% 100%; */
  126. }
  127. .play_4 .img{
  128. background: url("img/4.png") no-repeat;
  129. /* background-size: 100%; */
  130. /* background-position: 50% 100%; */
  131. }
  132. .play_5 .img{
  133. background: url("img/5.png") no-repeat;
  134. /* background-size: 100%; */
  135. /* background-position: 40% 100%; */
  136. }
  137. .des{
  138. padding: 314px 0 0 30px;
  139. }
  140. .des h1{
  141. font-size: 48px;
  142. color: #333;
  143. margin:0;
  144. position: relative;
  145. z-index: 9;
  146. }
  147. .content .des:nth-child(odd){
  148. padding-left: 64px;
  149. }
  150. .des p{
  151. color: #737373;
  152. font-size: 24px;
  153. line-height: 28px;
  154. margin: 30px 0 0;
  155. }
  156. .play_6{
  157. padding-top: 100px;
  158. border:none;
  159. height: 400px;
  160. text-align: center;
  161. position: relative;
  162. z-index: 99;
  163. background: #FFF;
  164. }
  165. .play_6 p{
  166. color:#333;
  167. font-size: 16px;
  168. margin: 25px 0 0;
  169. }
  170. .play_2,.play_4{
  171. background-color: #FFF9F8;
  172. }
  173. .mv_down{
  174. animation:move_down 1s ease-out forwards;
  175. -webkit-animation:move_down 1s ease-out forwards;
  176. }
  177. .mv_up{
  178. animation:move_up 1s ease-out forwards;
  179. -webkit-animation:move_up 1s ease-out forwards;
  180. }
  181. .mv_right{
  182. animation:move_right 1s ease-out forwards;
  183. -webkit-animation:move_right 1s ease-out forwards;
  184. }
  185. .mv_left{
  186. animation:move_left 1s ease-out forwards;
  187. -webkit-animation:move_left 1s ease-out forwards;
  188. }
  189. .move{
  190. animation: blurFadeIn 1.5s 1 ease-out 1s forwards;
  191. -webkit-animation:blurFadeIn 1.5s 1 ease-out 1s forwards;
  192. }
  193. .footer{
  194. padding: 50px 0;
  195. height: 478px;
  196. /* background-color: #D32D1C; */
  197. background:#D32D1C url(img/5.png) no-repeat;
  198. background-position: center bottom;
  199. color: #fff;
  200. }
  201. @-webkit-keyframes move_down {
  202. from {
  203. -webkit-transform: translateY(-50px);
  204. transform: translateY(-50px);
  205. opacity: 0;
  206. }
  207. to{
  208. -webkit-transform: translateY(0px);
  209. transform: translateY(0px);
  210. opacity: 1;
  211. }
  212. }
  213. @-o-keyframes move_down {
  214. from {
  215. -webkit-transform: translateY(-50px);
  216. transform: translateY(-50px);
  217. opacity: 0;
  218. }
  219. to{
  220. -webkit-transform: translateY(0px);
  221. transform: translateY(0px);
  222. opacity: 1;
  223. }
  224. }
  225. @keyframes move_down {
  226. from {
  227. -webkit-transform: translateY(-50px);
  228. transform: translateY(-50px);
  229. opacity: 0;
  230. }
  231. to{
  232. -webkit-transform: translateY(0px);
  233. transform: translateY(0px);
  234. opacity: 1;
  235. }
  236. }
  237. @-webkit-keyframes move_up {
  238. from {
  239. -webkit-transform: translateY(50px);
  240. transform: translateY(50px);
  241. opacity: 0;
  242. }
  243. to{
  244. -webkit-transform: translateY(0px);
  245. transform: translateY(0px);
  246. opacity: 1;
  247. }
  248. }
  249. @-o-keyframes move_up {
  250. from {
  251. -webkit-transform: translateY(50px);
  252. transform: translateY(50px);
  253. opacity: 0;
  254. }
  255. to{
  256. -webkit-transform: translateY(0px);
  257. transform: translateY(0px);
  258. opacity: 1;
  259. }
  260. }
  261. @keyframes move_up {
  262. from {
  263. -webkit-transform: translateY(50px);
  264. transform: translateY(50px);
  265. opacity: 0;
  266. }
  267. to{
  268. -webkit-transform: translateY(0px);
  269. transform: translateY(0px);
  270. opacity: 1;
  271. }
  272. }
  273. @-webkit-keyframes move_right {
  274. from {
  275. -webkit-transform: translateX(50px);
  276. transform: translateX(50px);
  277. opacity: 0;
  278. }
  279. to{
  280. -webkit-transform: translateX(0px);
  281. transform: translateX(0px);
  282. opacity: 1;
  283. }
  284. }
  285. @-o-keyframes move_right {
  286. from {
  287. -webkit-transform: translateX(50px);
  288. transform: translateX(50px);
  289. opacity: 0;
  290. }
  291. to{
  292. -webkit-transform: translateX(0px);
  293. transform: translateX(0px);
  294. opacity: 1;
  295. }
  296. }
  297. @keyframes move_right {
  298. from {
  299. -webkit-transform: translateX(50px);
  300. transform: translateX(50px);
  301. opacity: 0;
  302. }
  303. to{
  304. -webkit-transform: translateX(0px);
  305. transform: translateX(0px);
  306. opacity: 1;
  307. }
  308. }
  309. @-webkit-keyframes move_left {
  310. from {
  311. -webkit-transform: translateX(-50px);
  312. transform: translateX(-50px);
  313. opacity: 0;
  314. }
  315. to{
  316. -webkit-transform: translateX(0px);
  317. transform: translateX(0px);
  318. opacity: 1;
  319. }
  320. }
  321. @-o-keyframes move_left {
  322. from {
  323. -webkit-transform: translateX(-50px);
  324. transform: translateX(-50px);
  325. opacity: 0;
  326. }
  327. to{
  328. -webkit-transform: translateX(0px);
  329. transform: translateX(0px);
  330. opacity: 1;
  331. }
  332. }
  333. @keyframes move_left {
  334. from {
  335. -webkit-transform: translateX(-50px);
  336. transform: translateX(-50px);
  337. opacity: 0;
  338. }
  339. to{
  340. -webkit-transform: translateX(0px);
  341. transform: translateX(0px);
  342. opacity: 1;
  343. }
  344. }
  345. @-webkit-keyframes blurFadeIn {
  346. 0%{
  347. opacity: 0;
  348. -webkit-transform: scale(.7);
  349. transform: scale(.7);
  350. }
  351. 100%{
  352. opacity: 1;
  353. -webkit-transform: scale(1);
  354. transform: scale(1);
  355. }
  356. }
  357. @-o-keyframes blurFadeIn {
  358. 0%{
  359. opacity: 0;
  360. -webkit-transform: scale(.7);
  361. transform: scale(.7);
  362. }
  363. 100%{
  364. opacity: 1;
  365. -webkit-transform: scale(1);
  366. transform: scale(1);
  367. }
  368. }
  369. @keyframes blurFadeIn {
  370. 0%{
  371. opacity: 0;
  372. -webkit-transform: scale(.7);
  373. transform: scale(.7);
  374. }
  375. 100%{
  376. opacity: 1;
  377. -webkit-transform: scale(1);
  378. transform: scale(1);
  379. }
  380. }
  381. @keyframes line_move {
  382. 0%{
  383. width: 0;
  384. }
  385. 100%{
  386. width: 100%;
  387. }
  388. }
  389. @-webkit-keyframes line_move {
  390. 0%{
  391. width: 0;
  392. }
  393. 100%{
  394. width: 100%;
  395. }
  396. }
  397. @-o-keyframes line_move {
  398. 0%{
  399. width: 0;
  400. }
  401. 100%{
  402. width: 100%;
  403. }
  404. }
  405. .act_1 .img{
  406. animation:move_right 1s ease-out forwards;
  407. -webkit-animation:move_right 1s ease-out forwards;
  408. animation:move_right 1s ease-out forwards;
  409. }
  410. .act_1 h1{
  411. animation:move_down 1s ease-out forwards;
  412. -webkit-animation:move_down 1s ease-out forwards;
  413. -o-animation:move_down 1s ease-out forwards;
  414. }
  415. .act_1 p{
  416. animation:move_left 1s ease-out forwards;
  417. -webkit-animation:move_left 1s ease-out forwards;
  418. -o-animation:move_left 1s ease-out forwards;
  419. }
  420. .act_2 .img{
  421. animation:move_left 1s ease-out .3s forwards;
  422. -webkit-animation:move_left 1s ease-out .3s forwards;
  423. -o-animation:move_left 1s ease-out .3s forwards;
  424. }
  425. .act_2 h1{
  426. animation:move_down 1s ease-out .3s forwards;
  427. -webkit-animation:move_down 1s ease-out .3s forwards;
  428. -o-animation:move_down 1s ease-out .3s forwards;
  429. }
  430. .act_2 p{
  431. animation:move_right 1s ease-out .3s forwards;
  432. -webkit-animation:move_right 1s ease-out .3s forwards;
  433. -o-animation:move_right 1s ease-out .3s forwards;
  434. }
  435. .act_3 .img{
  436. animation:move_down 1s ease-out .3s forwards;
  437. -webkit-animation:move_down 1s ease-out .3s forwards;
  438. -o-animation:move_down 1s ease-out .3s forwards;
  439. }
  440. .act_3 h1{
  441. animation:move_down 1s ease-out .3s forwards;
  442. -webkit-animation:move_down 1s ease-out .3s forwards;
  443. -o-animation:move_down 1s ease-out .3s forwards;
  444. }
  445. .act_3 p{
  446. animation:move_left 1s ease-out .3s forwards;
  447. -webkit-animation:move_left 1s ease-out .3s forwards;
  448. -o-animation:move_left 1s ease-out .3s forwards;
  449. }
  450. .act_4 .img{
  451. animation:move_right 1s ease-out .3s forwards;
  452. -webkit-animation:move_right 1s ease-out .3s forwards;
  453. -o-animation:move_right 1s ease-out .3s forwards;
  454. }
  455. .act_4 h1{
  456. animation:move_down 1s ease-out .3s forwards;
  457. -webkit-animation:move_down 1s ease-out .3s forwards;
  458. -o-animation:move_down 1s ease-out .3s forwards;
  459. }
  460. .act_4 p{
  461. animation:move_left 1s ease-out .3s forwards;
  462. -webkit-animation:move_left 1s ease-out .3s forwards;
  463. -o-animation:move_left 1s ease-out .3s forwards;
  464. }
  465. .act_5 .img{
  466. animation:move_up 1s ease-out .3s forwards;
  467. -webkit-animation:move_up 1s ease-out .3s forwards;
  468. -o-animation:move_up 1s ease-out .3s forwards;
  469. }
  470. .act_5 h1{
  471. animation:move_down 1s ease-out .3s forwards;
  472. -webkit-animation:move_down 1s ease-out .3s forwards;
  473. -o-animation:move_down 1s ease-out .3s forwards;
  474. }
  475. .act_5 p{
  476. animation:move_left 1s ease-out .3s forwards;
  477. -webkit-animation:move_left 1s ease-out .3s forwards;
  478. -o-animation:move_left 1s ease-out .3s forwards;
  479. }
  480. .act_6 #qrcode{
  481. animation:move_down 1s ease-out .3s forwards;
  482. -webkit-animation:move_down 1s ease-out .3s forwards;
  483. -o-animation:move_down 1s ease-out .3s forwards;
  484. opacity: 0;
  485. opacity: 1\0;
  486. }
  487. .line{
  488. width: 0px;
  489. height:1px;
  490. width: 100% \0;
  491. margin: auto;
  492. background: #c4c4c4;
  493. animation:line_move .8s ease-in 1s forwards;
  494. -webkit-animation:line_move .8s ease-in 1s forwards;
  495. -o-animation:line_move .8s ease-in 1s forwards;
  496. }
  497. a:link{
  498. text-decoration: none;
  499. }
  500. .footer {
  501. position: relative;
  502. z-index: 9999;
  503. text-align: center;
  504. }
  505. .footer h1{
  506. font-size: 40px;
  507. font-weight: 500;
  508. margin-top: 100px;
  509. }
  510. .footer button,.down_load{
  511. color: #EA3523;
  512. border: none;
  513. width: 320px;
  514. height: 64px;
  515. background-color: #fff;
  516. border-radius: 10px;
  517. font-size: 20px;
  518. font-weight: bold;
  519. line-height: 28px;
  520. box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  521. margin: 28px auto 120px;
  522. }
  523. .down_load{
  524. width: 334px;
  525. height: 102px;
  526. font-size: 34px;
  527. margin-bottom: 0;
  528. }
  529. .bg_iphone,.bg_az{
  530. position: fixed;
  531. top: 0;
  532. left: 0;
  533. width: 100%;
  534. height: 100vh;
  535. background: url(image/bg1.png);
  536. background-size: 100%;
  537. background-position: 0 -180px;
  538. z-index: 999;
  539. text-align: center;
  540. display: none;
  541. }
  542. .bg img{
  543. max-width: 100%;
  544. }
  545. @media (max-width:980px) {
  546. body{
  547. min-width: 0px;
  548. }
  549. .part{width: 100%}
  550. .phone{
  551. display: block;
  552. }
  553. .pc{
  554. display: none;
  555. }
  556. .phone .part .img,.phone .part p,.phone .part h1{
  557. animation-duration: 0ms !important;
  558. animation-delay: 0ms !important;
  559. -webkit-animation-duration: 0ms !important;
  560. -webkit-animation-delay: 0ms !important;
  561. -o-animation-duration: 0ms !important;
  562. -o-animation-delay: 0ms !important;
  563. }
  564. .banner{
  565. height: auto;
  566. padding-top: 77px;
  567. }
  568. .row div{
  569. width: 100%;
  570. }
  571. .des img{
  572. right: 0;
  573. left: auto !important;
  574. }
  575. .img{
  576. background-position: center bottom !important;
  577. }
  578. .row .des{
  579. height: auto;
  580. text-align: center;
  581. padding: 50px 0 20px;
  582. }
  583. .banner{
  584. text-align: center;
  585. }
  586. }
  587. /* @media (max-width:1580px) {
  588. .banner h1{
  589. font-size: 48px;
  590. }
  591. .banner table{
  592. width: 55%;
  593. }
  594. .ewm img{
  595. width: 150px !important;
  596. }
  597. } */