index.less 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. @charset "utf-8";
  2. #index {
  3. background: #fff;
  4. .block {
  5. .body {
  6. width: 1200px;
  7. margin: 0 auto;
  8. .m-title {
  9. font-size: 32px;
  10. font-weight: 600;
  11. color: #303139;
  12. }
  13. }
  14. }
  15. .block-1 {
  16. height: 470px;
  17. background-image: url('/assets/part1_img_1920.png');
  18. background-repeat: no-repeat;
  19. background-position: center;
  20. background-color: #fff;
  21. .body {
  22. padding-top: 110px;
  23. padding-left: 50px;
  24. }
  25. .title {
  26. font-size: 32px;
  27. font-weight: 600;
  28. color: #050930;
  29. margin-bottom: 40px;
  30. }
  31. .desc {
  32. font-size: 16px;
  33. color: #5E677B;
  34. margin-bottom: 24px;
  35. }
  36. }
  37. .block-2 {
  38. background: #6865FD;
  39. .body {
  40. padding: 40px 130px;
  41. }
  42. .title {
  43. color: #fff;
  44. font-size: 32px;
  45. font-weight: 600;
  46. margin-bottom: 15px;
  47. }
  48. .desc {
  49. font-size: 24px;
  50. color: #fff;
  51. }
  52. .btn {
  53. float: right;
  54. margin-top: -60px;
  55. }
  56. }
  57. .block-3 {
  58. background: #fefefe;
  59. position: relative;
  60. padding-bottom: 300px;
  61. .bg {
  62. .bg-1 {
  63. background-image: url('/assets/bg_img_1920.png');
  64. background-repeat: no-repeat;
  65. background-position: center;
  66. height: 500px;
  67. }
  68. .bg-2 {
  69. background-image: url('/assets/bg_img2_1920.png');
  70. background-repeat: no-repeat;
  71. background-position: center;
  72. height: 500px;
  73. }
  74. .bg-3 {
  75. background-image: url('/assets/bg_img3_1920.png');
  76. background-repeat: no-repeat;
  77. background-position: center;
  78. height: 500px;
  79. }
  80. .bg-4 {
  81. background-image: url('/assets/bg_img4_1920.png');
  82. background-repeat: no-repeat;
  83. background-position: center;
  84. height: 290px;
  85. }
  86. }
  87. .fixed {
  88. position: absolute;
  89. top: 0;
  90. left: 0;
  91. right: 0;
  92. }
  93. .body {
  94. padding-top: 90px;
  95. }
  96. .step-c {
  97. .m-title {
  98. color: #303139;
  99. font-size: 32px;
  100. font-weight: 600;
  101. .sub {
  102. color: #A8ACC7;
  103. font-size: 28px;
  104. font-weight: 600;
  105. margin-left: 15px;
  106. }
  107. }
  108. .list {
  109. display: flex;
  110. .item {
  111. flex: 1;
  112. background: rgba(255, 255, 255, 1);
  113. box-shadow: 0px 32px 44px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  114. border-radius: 2px;
  115. }
  116. .item:hover {
  117. box-shadow: 0px 32px 44px 0px rgba(156, 183, 223, 0.3), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  118. }
  119. .m-r-1-5 {
  120. margin-right: 15px;
  121. }
  122. .m-l-1-5 {
  123. margin-left: 15px;
  124. }
  125. }
  126. }
  127. .step-c-1 {
  128. margin-bottom: 90px;
  129. .m-title {
  130. margin-bottom: 20px;
  131. }
  132. .item {
  133. height: 210px;
  134. width: 580px;
  135. padding: 30px;
  136. .title {
  137. font-size: 24px;
  138. font-weight: 600;
  139. color: #303139;
  140. margin-bottom: 40px;
  141. .sub {
  142. font-size: 24px;
  143. margin-left: 30px;
  144. color: #C8D1DA;
  145. }
  146. }
  147. .btn {
  148. .button {
  149. margin-right: 40px;
  150. }
  151. .btn-shadow {
  152. box-shadow: 0px 15px 25px -5px rgba(66, 146, 240, 0.2);
  153. border: 1px solid rgba(248, 251, 255, 1);
  154. }
  155. }
  156. }
  157. }
  158. .step-c-2 {
  159. margin-bottom: 100px;
  160. .m-title {
  161. margin-bottom: 30px;
  162. }
  163. .item {
  164. height: 200px;
  165. width: 380px;
  166. padding: 30px 36px;
  167. .title {
  168. font-size: 22px;
  169. font-weight: 600;
  170. color: #303139;
  171. margin-bottom: 20px;
  172. .assets {
  173. margin-right: 5px;
  174. }
  175. .sub {
  176. font-size: 14px;
  177. margin-left: 10px;
  178. }
  179. }
  180. .desc {
  181. color: #8897A8;
  182. }
  183. }
  184. }
  185. .step-c-3 {
  186. margin-bottom: 100px;
  187. .item:hover {
  188. .assets {
  189. display: block;
  190. }
  191. }
  192. .item {
  193. height: 160px;
  194. width: 380px;
  195. padding: 20px 30px;
  196. position: relative;
  197. .assets {
  198. position: absolute;
  199. display: none;
  200. }
  201. .foot-1 {
  202. bottom: 19px;
  203. right: 34px;
  204. }
  205. .foot-2 {
  206. top: 50px;
  207. right: 154px;
  208. }
  209. .foot-3 {
  210. top: 25px;
  211. right: 27px;
  212. }
  213. .title {
  214. font-size: 36px;
  215. font-weight: 600;
  216. margin-bottom: 24px;
  217. }
  218. .desc {
  219. font-size: 18px;
  220. color: #5E677B;
  221. }
  222. }
  223. }
  224. .step-c-4 {
  225. margin-bottom: 110px;
  226. .m-title {
  227. margin-bottom: 20px;
  228. }
  229. .box {
  230. .detail {
  231. display: inline-block;
  232. width: 920px;
  233. vertical-align: top;
  234. }
  235. .list {
  236. display: inline-block;
  237. width: 280px;
  238. background: #fff;
  239. .tab {
  240. height: 120px;
  241. width: 100%;
  242. opacity: 0.5;
  243. line-height: 120px;
  244. text-align: left;
  245. padding-left: 60px;
  246. font-weight: 600;
  247. font-size: 18px;
  248. position: relative;
  249. cursor: pointer;
  250. .assets {
  251. margin-right: 8px;
  252. }
  253. .place {
  254. opacity: 0;
  255. position: absolute;
  256. right: 0;
  257. top: 0;
  258. bottom: 0;
  259. width: 40px;
  260. text-align: center;
  261. }
  262. .place-1 {
  263. background: #ffe0e0;
  264. .right-arrow::after {
  265. border-color: #F36565;
  266. }
  267. }
  268. .place-2 {
  269. background: #fdede0;
  270. .right-arrow::after {
  271. border-color: #FFB676;
  272. }
  273. }
  274. .place-3 {
  275. background: #d2e6fd;
  276. .right-arrow::after {
  277. border-color: #4292F0;
  278. }
  279. }
  280. .place-4 {
  281. background: #d9d8ff;
  282. .right-arrow::after {
  283. border-color: #6865FD;
  284. }
  285. }
  286. .left-arrow {
  287. opacity: 0;
  288. position: absolute;
  289. top: 50%;
  290. left: -15px;
  291. width: 0;
  292. height: 0;
  293. transform: translateY(-50%);
  294. border-top: 10px solid transparent;
  295. border-right: 15px solid #fff;
  296. border-bottom: 10px solid transparent;
  297. }
  298. .right-arrow {
  299. display: inline-block;
  300. position: relative;
  301. width: 18px;
  302. height: 18px;
  303. margin-right: 10px;
  304. }
  305. .right-arrow::after {
  306. display: inline-block;
  307. content: " ";
  308. height: 9px;
  309. width: 9px;
  310. border-width: 3px 3px 0 0;
  311. border-style: solid;
  312. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  313. position: absolute;
  314. top: 50%;
  315. right: 3px;
  316. margin-top: -2px;
  317. }
  318. }
  319. .tab.active {
  320. opacity: 1;
  321. box-shadow: 0px 12px 20px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
  322. .place {
  323. opacity: 1;
  324. }
  325. .left-arrow {
  326. opacity: 1;
  327. }
  328. }
  329. }
  330. }
  331. }
  332. .step-c-5 {
  333. .m-title {
  334. margin-bottom: 30px;
  335. }
  336. .item:hover {
  337. .sun {
  338. display: block;
  339. }
  340. }
  341. .item {
  342. flex: none !important;
  343. padding: 30px;
  344. position: relative;
  345. height: 200px;
  346. &.item1 {
  347. width: 380px;
  348. &:hover {
  349. height: 210px;
  350. }
  351. }
  352. &.item2 {
  353. width: 440px;
  354. .desc {
  355. width: 100%
  356. }
  357. &:hover {
  358. height: 210px;
  359. }
  360. }
  361. &.item3 {
  362. width: 320px;
  363. &:hover {
  364. height: 210px;
  365. }
  366. }
  367. .sun {
  368. position: absolute;
  369. top: 0;
  370. right: 0;
  371. display: none;
  372. width: 75px;
  373. height: 75px;
  374. }
  375. .title {
  376. font-size: 22px;
  377. font-weight: 600;
  378. margin-bottom: 15px;
  379. .sub {
  380. margin-left: 10px;
  381. }
  382. }
  383. .desc {
  384. margin-left: 15px;
  385. color: #8897A8;
  386. width: 250px;
  387. margin-bottom: 5px;
  388. }
  389. }
  390. }
  391. }
  392. .block-4 {
  393. padding-top: 20px;
  394. background-repeat: no-repeat;
  395. background-position: center;
  396. background-color: linear-gradient(241deg, rgba(132, 93, 72, 0) 0%, rgba(88, 50, 29, 1) 100%);
  397. margin-bottom: 20px;
  398. .title-1 {
  399. font-size: 32px;
  400. color: #fff;
  401. margin-bottom: 20px;
  402. }
  403. .title-2 {
  404. color: #fff;
  405. font-size: 48px;
  406. margin-bottom: 15px;
  407. }
  408. .assets {
  409. width: 100%;
  410. }
  411. }
  412. .block-5 {
  413. height: 530px;
  414. overflow-y: auto;
  415. padding-top: 20px;
  416. padding-bottom: 20px;
  417. background: #fff;
  418. }
  419. .block-6 {
  420. height: 400px;
  421. padding-top: 60px;
  422. background: #E9EFF8;
  423. .body {
  424. .m-title {
  425. margin-bottom: 24px;
  426. }
  427. }
  428. .step-c-list {
  429. display: flex;
  430. }
  431. .step-c {
  432. flex: 1;
  433. padding: 0 40px;
  434. .title {
  435. font-size: 24px;
  436. font-weight: 600;
  437. color: #303139;
  438. position: relative;
  439. .assets {
  440. position: absolute;
  441. left: -40px;
  442. top: 5px;
  443. }
  444. }
  445. .desc {
  446. font-size: 16px;
  447. color: #8897A8;
  448. }
  449. }
  450. }
  451. }