bind.wxss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. .page {
  2. position: relative;
  3. width: 750rpx;
  4. background-color: rgba(248,248,248,1);
  5. overflow: hidden;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .mod1 {
  10. width: 750rpx;
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .outer1 {
  15. height: 40rpx;
  16. background-color: rgba(255,255,255,1);
  17. display: flex;
  18. flex-direction: column;
  19. width: 750rpx;
  20. padding: 7rpx 0 0 12rpx;
  21. }
  22. .layer1 {
  23. width: 727rpx;
  24. height: 29rpx;
  25. flex-direction: row;
  26. display: flex;
  27. }
  28. .label1 {
  29. width: 33rpx;
  30. height: 20rpx;
  31. margin-top: 2rpx;
  32. }
  33. .word1 {
  34. width: 79rpx;
  35. height: 29rpx;
  36. display: block;
  37. overflow-wrap: break-word;
  38. color: rgba(3,3,3,1);
  39. font-size: 24rpx;
  40. font-family: SFProText-Regular;
  41. white-space: nowrap;
  42. line-height: 29rpx;
  43. margin-left: 7rpx;
  44. }
  45. .box1 {
  46. width: 29rpx;
  47. height: 20rpx;
  48. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5f3ad165c123fbded6e0fa697748977e2746aed8e69b16f7f768997af4af2979) -1rpx 0rpx no-repeat;
  49. background-size: 30rpx 20rpx;
  50. display: flex;
  51. flex-direction: column;
  52. margin: 2rpx 0 0 12rpx;
  53. }
  54. .word2 {
  55. width: 98rpx;
  56. height: 29rpx;
  57. display: block;
  58. overflow-wrap: break-word;
  59. color: rgba(3,3,3,1);
  60. font-size: 24rpx;
  61. font-family: SFProText-Semibold;
  62. white-space: nowrap;
  63. line-height: 29rpx;
  64. text-align: center;
  65. margin-left: 154rpx;
  66. }
  67. .box2 {
  68. width: 12rpx;
  69. height: 20rpx;
  70. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng0efed2d58f84e5f45072ee057c875a49c4309a72e36f032844aa111ca0a435af) -1rpx -3rpx no-repeat;
  71. background-size: 15rpx 26rpx;
  72. display: flex;
  73. flex-direction: column;
  74. margin: 2rpx 0 0 173rpx;
  75. }
  76. .txt1 {
  77. width: 66rpx;
  78. height: 29rpx;
  79. display: block;
  80. overflow-wrap: break-word;
  81. color: rgba(3,3,3,1);
  82. font-size: 24rpx;
  83. font-family: SFProText-Regular;
  84. white-space: nowrap;
  85. line-height: 29rpx;
  86. text-align: right;
  87. margin-left: 5rpx;
  88. }
  89. .img1 {
  90. width: 53rpx;
  91. height: 23rpx;
  92. margin: 2rpx 0 0 6rpx;
  93. }
  94. .outer2 {
  95. height: 88rpx;
  96. background-color: rgba(255,255,255,1);
  97. display: flex;
  98. flex-direction: column;
  99. padding-left: 24rpx;
  100. width: 750rpx;
  101. justify-content: center;
  102. }
  103. .block1 {
  104. width: 710rpx;
  105. height: 64rpx;
  106. flex-direction: row;
  107. display: flex;
  108. }
  109. .label2 {
  110. width: 48rpx;
  111. height: 48rpx;
  112. margin-top: 8rpx;
  113. }
  114. .txt2 {
  115. width: 216rpx;
  116. height: 36rpx;
  117. display: block;
  118. overflow-wrap: break-word;
  119. color: rgba(51,51,51,1);
  120. font-size: 36rpx;
  121. font-family: PingFangSC-Medium;
  122. white-space: nowrap;
  123. line-height: 36rpx;
  124. text-align: center;
  125. margin: 14rpx 0 0 195rpx;
  126. }
  127. .img2 {
  128. width: 174rpx;
  129. height: 64rpx;
  130. margin-left: 77rpx;
  131. }
  132. .outer3 {
  133. height: 136rpx;
  134. background-color: rgba(255,255,255,1);
  135. display: flex;
  136. flex-direction: column;
  137. padding-left: 30rpx;
  138. width: 750rpx;
  139. justify-content: center;
  140. }
  141. .mod2 {
  142. width: 431rpx;
  143. height: 76rpx;
  144. display: flex;
  145. flex-direction: column;
  146. justify-content: space-between;
  147. }
  148. .info1 {
  149. width: 431rpx;
  150. height: 26rpx;
  151. display: block;
  152. overflow-wrap: break-word;
  153. color: rgba(51,51,51,1);
  154. font-size: 26rpx;
  155. font-family: PingFangSC-Regular;
  156. white-space: nowrap;
  157. line-height: 26rpx;
  158. text-align: left;
  159. }
  160. .info2 {
  161. width: 271rpx;
  162. height: 26rpx;
  163. display: block;
  164. overflow-wrap: break-word;
  165. color: rgba(51,51,51,1);
  166. font-size: 26rpx;
  167. font-family: PingFangSC-Regular;
  168. white-space: nowrap;
  169. line-height: 26rpx;
  170. text-align: left;
  171. margin-top: 24rpx;
  172. }
  173. .outer4 {
  174. height: 72rpx;
  175. background-color: rgba(253,252,236,1);
  176. display: flex;
  177. flex-direction: column;
  178. width: 750rpx;
  179. }
  180. .section1 {
  181. width: 658rpx;
  182. height: 72rpx;
  183. flex-direction: row;
  184. display: flex;
  185. justify-content: space-between;
  186. }
  187. .group1 {
  188. height: 72rpx;
  189. background-color: rgba(253,252,236,1);
  190. display: flex;
  191. flex-direction: column;
  192. width: 78rpx;
  193. padding: 23rpx 0 0 35rpx;
  194. }
  195. .group2 {
  196. width: 23rpx;
  197. height: 28rpx;
  198. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng50c6219b854abc66ffd4b2a44737069729a5fba13080138ad3c80e1a59c762b9) 0rpx 0rpx no-repeat;
  199. background-size: 23rpx 28rpx;
  200. display: flex;
  201. flex-direction: column;
  202. }
  203. .word3 {
  204. width: 576rpx;
  205. height: 24rpx;
  206. display: block;
  207. overflow-wrap: break-word;
  208. color: rgba(255,102,61,1);
  209. font-size: 24rpx;
  210. font-family: PingFangSC-Regular;
  211. white-space: nowrap;
  212. line-height: 24rpx;
  213. text-align: left;
  214. margin-top: 24rpx;
  215. }
  216. .outer5 {
  217. border-radius: 12rpx;
  218. background-color: rgba(255,255,255,1);
  219. display: flex;
  220. flex-direction: column;
  221. padding-top: 24rpx;
  222. width: 710rpx;
  223. margin: 20rpx 0 0 20rpx;
  224. }
  225. .section2 {
  226. width: 710rpx;
  227. display: flex;
  228. flex-direction: column;
  229. padding-bottom: 50rpx;
  230. }
  231. .info3 {
  232. width: 337rpx;
  233. height: 26rpx;
  234. display: block;
  235. overflow-wrap: break-word;
  236. color: rgba(153,153,153,1);
  237. font-size: 26rpx;
  238. font-family: PingFangSC-Regular;
  239. white-space: nowrap;
  240. line-height: 26rpx;
  241. text-align: left;
  242. margin-left: 30rpx;
  243. }
  244. .outer6 {
  245. width: 710rpx;
  246. height: 1rpx;
  247. background-color: rgba(237,237,237,1);
  248. margin-top: 24rpx;
  249. display: flex;
  250. flex-direction: column;
  251. }
  252. .outer7 {
  253. width: 301rpx;
  254. height: 120rpx;
  255. flex-direction: row;
  256. display: flex;
  257. justify-content: space-between;
  258. margin: 30rpx 0 0 30rpx;
  259. }
  260. image{ width: 120rpx;
  261. height: 120rpx;}
  262. .group3 {
  263. height: 120rpx;
  264. border-radius: 4rpx;
  265. border: 1px solid rgba(237,237,237,1);
  266. background-color: rgba(255,255,255,1);
  267. display: flex;
  268. flex-direction: column;
  269. width: 120rpx;
  270. }
  271. .wrap1 {
  272. width: 120rpx;
  273. height: 120rpx;
  274. display: flex;
  275. flex-direction: column;
  276. margin: auto;
  277. }
  278. .group4 {
  279. width: 157rpx;
  280. height: 80rpx;
  281. margin-top: 20rpx;
  282. display: flex;
  283. flex-direction: column;
  284. justify-content: space-between;
  285. }
  286. .word4 {
  287. width: 157rpx;
  288. height: 28rpx;
  289. display: block;
  290. overflow-wrap: break-word;
  291. color: rgba(51,51,51,1);
  292. font-size: 28rpx;
  293. font-family: PingFangSC-Regular;
  294. white-space: nowrap;
  295. line-height: 28rpx;
  296. text-align: left;
  297. }
  298. .info4 {
  299. width: 32rpx;
  300. height: 28rpx;
  301. display: block;
  302. overflow-wrap: break-word;
  303. color: rgba(153,153,153,1);
  304. font-size: 28rpx;
  305. font-family: PingFangSC-Regular;
  306. white-space: nowrap;
  307. line-height: 28rpx;
  308. text-align: left;
  309. margin-top: 24rpx;
  310. }
  311. .outer8 {
  312. width: 646rpx;
  313. height: 120rpx;
  314. flex-direction: row;
  315. display: flex;
  316. justify-content: space-between;
  317. margin: 40rpx 0 0 30rpx;
  318. }
  319. .outer9 {
  320. height: 120rpx;
  321. border-radius: 4rpx;
  322. border: 1px solid rgba(237,237,237,1);
  323. background-color: rgba(255,255,255,1);
  324. display: flex;
  325. flex-direction: column;
  326. width: 120rpx;
  327. justify-content: center;
  328. align-items: center;
  329. }
  330. .bd1 {
  331. width: 74rpx;
  332. height: 100rpx;
  333. display: flex;
  334. flex-direction: column;
  335. }
  336. .outer10 {
  337. width: 504rpx;
  338. height: 116rpx;
  339. margin-top: 2rpx;
  340. display: flex;
  341. flex-direction: column;
  342. justify-content: space-between;
  343. }
  344. .infoBox1 {
  345. width: 504rpx;
  346. height: 64rpx;
  347. display: block;
  348. overflow-wrap: break-word;
  349. color: rgba(51,51,51,1);
  350. font-size: 28rpx;
  351. font-family: PingFangSC-Regular;
  352. line-height: 28rpx;
  353. text-align: left;
  354. overflow: hidden;
  355. text-overflow: ellipsis;
  356. }
  357. .word5 {
  358. width: 26rpx;
  359. height: 28rpx;
  360. display: block;
  361. overflow-wrap: break-word;
  362. color: rgba(153,153,153,1);
  363. font-size: 28rpx;
  364. font-family: PingFangSC-Regular;
  365. white-space: nowrap;
  366. line-height: 28rpx;
  367. text-align: left;
  368. margin-top: 24rpx;
  369. }
  370. .outer11 {
  371. width: 301rpx;
  372. height: 120rpx;
  373. flex-direction: row;
  374. display: flex;
  375. justify-content: space-between;
  376. margin: 40rpx 0 0 30rpx;
  377. }
  378. .layer2 {
  379. height: 120rpx;
  380. border-radius: 4rpx;
  381. border: 1px solid rgba(237,237,237,1);
  382. background-color: rgba(255,255,255,1);
  383. display: flex;
  384. flex-direction: column;
  385. width: 120rpx;
  386. padding: 9rpx 0 0 26rpx;
  387. }
  388. .wrap2 {
  389. width: 68rpx;
  390. height: 101rpx;
  391. display: flex;
  392. flex-direction: column;
  393. }
  394. .layer3 {
  395. width: 157rpx;
  396. height: 80rpx;
  397. margin-top: 20rpx;
  398. display: flex;
  399. flex-direction: column;
  400. justify-content: space-between;
  401. }
  402. .word6 {
  403. width: 157rpx;
  404. height: 28rpx;
  405. display: block;
  406. overflow-wrap: break-word;
  407. color: rgba(51,51,51,1);
  408. font-size: 28rpx;
  409. font-family: PingFangSC-Regular;
  410. white-space: nowrap;
  411. line-height: 28rpx;
  412. text-align: left;
  413. }
  414. .txt3 {
  415. width: 32rpx;
  416. height: 28rpx;
  417. display: block;
  418. overflow-wrap: break-word;
  419. color: rgba(153,153,153,1);
  420. font-size: 28rpx;
  421. font-family: PingFangSC-Regular;
  422. white-space: nowrap;
  423. line-height: 28rpx;
  424. text-align: left;
  425. margin-top: 24rpx;
  426. }
  427. .outer12 {
  428. height: 328rpx;
  429. border-radius: 24px 24px 0px 0px;
  430. background-color: rgba(255,255,255,1);
  431. margin-top: 75rpx;
  432. display: flex;
  433. flex-direction: column;
  434. width: 750rpx;
  435. justify-content: center;
  436. align-items: center;
  437. position: fixed;
  438. bottom: 0;
  439. }
  440. .group5 {
  441. width: 690rpx;
  442. height: 208rpx;
  443. display: flex;
  444. flex-direction: column;
  445. justify-content: space-between;
  446. }
  447. .layer4 {
  448. z-index: 85;
  449. height: 80rpx;
  450. border-radius: 8rpx;
  451. background-color: rgba(246,246,246,1);
  452. display: flex;
  453. flex-direction: column;
  454. width: 690rpx;
  455. position: relative;
  456. justify-content: center;
  457. align-items: center;
  458. }
  459. .bd2 {
  460. width: 650rpx;
  461. height: 36rpx;
  462. flex-direction: row;
  463. display: flex;
  464. }
  465. .group6 {
  466. width: 36rpx;
  467. height: 36rpx;
  468. background-color: rgba(0,0,0,0);
  469. display: flex;
  470. flex-direction: column;
  471. }
  472. .word7 {
  473. width: 80%;
  474. height: 28rpx;
  475. display: block;
  476. overflow-wrap: break-word;
  477. color: rgba(153,153,153,1);
  478. font-size: 28rpx;
  479. font-family: PingFangSC-Regular;
  480. white-space: nowrap;
  481. line-height: 28rpx;
  482. text-align: left;
  483. margin: -4rpx 0 0 20rpx;
  484. }
  485. .group7 {
  486. height: 28rpx;
  487. background-size: 66rpx 66rpx;
  488. display: flex;
  489. flex-direction: column;
  490. width: 28rpx;
  491. margin: 4rpx 0 0 286rpx;
  492. padding: 9rpx 0 0 7rpx;
  493. }
  494. .box3 {
  495. width: 15rpx;
  496. height: 11rpx;
  497. background-size: 48rpx 45rpx;
  498. display: flex;
  499. flex-direction: column;
  500. }
  501. .bd3 {
  502. z-index: 88;
  503. height: 36rpx;
  504. display: flex;
  505. flex-direction: column;
  506. padding-left: 6rpx;
  507. width: 36rpx;
  508. position: absolute;
  509. left: 21rpx;
  510. top: 23rpx;
  511. justify-content: center;
  512. }
  513. .group8 {
  514. width: 36rpx;
  515. height: 36rpx;
  516. border-radius: NaNrpx;
  517. line-height: 36rpx;
  518. /* background-color: rgba(82,161,255,1);
  519. display: flex;
  520. flex-direction: column; */
  521. }
  522. .group8 image{
  523. width: 36rpx;
  524. height: 36rpx;
  525. }
  526. .layer5 {
  527. width: 532rpx;
  528. height: 68rpx;
  529. flex-direction: row;
  530. display: flex;
  531. justify-content: space-between;
  532. margin: 60rpx 0 0 79rpx;
  533. }
  534. .section3 {
  535. height: 68rpx;
  536. border-radius: 4rpx;
  537. border: 1px solid rgba(204,204,204,1);
  538. display: flex;
  539. flex-direction: column;
  540. width: 216rpx;
  541. justify-content: center;
  542. align-items: center;
  543. }
  544. .txt4 {
  545. width: 56rpx;
  546. height: 28rpx;
  547. display: block;
  548. overflow-wrap: break-word;
  549. color: rgba(51,51,51,1);
  550. font-size: 28rpx;
  551. font-family: PingFangSC-Regular;
  552. white-space: nowrap;
  553. line-height: 28rpx;
  554. text-align: left;
  555. }
  556. .section4 {
  557. height: 68rpx;
  558. border-radius: 4rpx;
  559. background-color: rgba(82,161,255,1);
  560. display: flex;
  561. flex-direction: column;
  562. width: 216rpx;
  563. justify-content: center;
  564. align-items: center;
  565. }
  566. .txt5 {
  567. width: 56rpx;
  568. height: 28rpx;
  569. display: block;
  570. overflow-wrap: break-word;
  571. color: rgba(255,255,255,1);
  572. font-size: 28rpx;
  573. font-family: PingFangSC-Regular;
  574. white-space: nowrap;
  575. line-height: 28rpx;
  576. text-align: left;
  577. }
  578. .sure{
  579. width:100%;
  580. position: fixed;
  581. bottom: 5vh;
  582. left:0;
  583. margin:0;
  584. }
  585. .sure button{
  586. width: 92%;
  587. margin:0 auto
  588. }
  589. .box71 {
  590. z-index: 56;
  591. border-radius: 12rpx;
  592. background-color: rgba(255,255,255,1);
  593. display: flex;
  594. flex-direction: column;
  595. padding-top: 24rpx;
  596. width: 710rpx;
  597. position: relative;
  598. margin: 20rpx 0 0 20rpx;
  599. }
  600. .main11 {
  601. width: 710rpx;
  602. display: flex;
  603. flex-direction: column;
  604. }
  605. .layer11 {
  606. width: 662rpx;
  607. height: 28rpx;
  608. margin-left: 24rpx;
  609. flex-direction: row;
  610. display: flex;
  611. justify-content: space-between;
  612. }
  613. .word41 {
  614. width: 112rpx;
  615. height: 28rpx;
  616. display: block;
  617. overflow-wrap: break-word;
  618. color: rgba(51,51,51,1);
  619. font-size: 28rpx;
  620. font-family: PingFangSC-Medium;
  621. white-space: nowrap;
  622. line-height: 28rpx;
  623. text-align: left;
  624. }
  625. .word51 {
  626. width: 63rpx;
  627. height: 24rpx;
  628. display: block;
  629. overflow-wrap: break-word;
  630. color: rgba(153,153,153,1);
  631. font-size: 24rpx;
  632. font-family: PingFangSC-Regular;
  633. white-space: nowrap;
  634. line-height: 24rpx;
  635. text-align: left;
  636. margin-top: 2rpx;
  637. }
  638. .layer21 {
  639. width: 710rpx;
  640. height: 1rpx;
  641. background: #ccc;
  642. margin-top: 24rpx;
  643. display: flex;
  644. flex-direction: column;
  645. }
  646. .layer31 {
  647. width: 662rpx;
  648. height: 100rpx;
  649. flex-direction: row;
  650. display: flex;
  651. margin: 31rpx 0 0 24rpx;
  652. }
  653. .pic21 {
  654. width: 100rpx;
  655. height: 100rpx;
  656. }
  657. .main21 {
  658. width: 199rpx;
  659. height: 76rpx;
  660. display: flex;
  661. flex-direction: column;
  662. justify-content: space-between;
  663. margin: 12rpx 0 0 24rpx;
  664. }
  665. .word61 {
  666. width: 199rpx;
  667. height: 30rpx;
  668. display: block;
  669. overflow-wrap: break-word;
  670. color: rgba(25,28,39,1);
  671. font-size: 30rpx;
  672. font-family: PingFangSC-Medium;
  673. white-space: nowrap;
  674. line-height: 30rpx;
  675. text-align: left;
  676. }
  677. .layer41 {
  678. width: 166rpx;
  679. height: 26rpx;
  680. margin-top: 20rpx;
  681. flex-direction: row;
  682. display: flex;
  683. }
  684. .word71 {
  685. width: 78rpx;
  686. height: 26rpx;
  687. display: block;
  688. overflow-wrap: break-word;
  689. color: rgba(153,153,153,1);
  690. font-size: 26rpx;
  691. font-family: PingFangSC-Regular;
  692. white-space: nowrap;
  693. line-height: 26rpx;
  694. text-align: left;
  695. }
  696. .block31 {
  697. z-index: 83;
  698. height: 26rpx;
  699. background-color: rgba(228,228,228,1);
  700. width: 26rpx;
  701. position: relative;
  702. display: flex;
  703. flex-direction: column;
  704. justify-content: space-between;
  705. }
  706. .group11 {
  707. width: 26rpx;
  708. height: 8rpx;
  709. flex-direction: row;
  710. display: flex;
  711. justify-content: space-between;
  712. }
  713. .section11 {
  714. width: 8rpx;
  715. height: 8rpx;
  716. background-color: rgba(80,80,154,1);
  717. display: flex;
  718. flex-direction: column;
  719. }
  720. .section21 {
  721. width: 9rpx;
  722. height: 8rpx;
  723. background-color: rgba(237,52,36,1);
  724. display: flex;
  725. flex-direction: column;
  726. }
  727. .section31 {
  728. width: 9rpx;
  729. height: 8rpx;
  730. background-color: rgba(85,197,245,1);
  731. display: flex;
  732. flex-direction: column;
  733. }
  734. .group21 {
  735. width: 26rpx;
  736. height: 9rpx;
  737. flex-direction: row;
  738. display: flex;
  739. justify-content: space-between;
  740. }
  741. .outer21 {
  742. width: 9rpx;
  743. height: 9rpx;
  744. background-color: rgba(198,212,255,1);
  745. display: flex;
  746. flex-direction: column;
  747. }
  748. .outer31 {
  749. width: 9rpx;
  750. height: 9rpx;
  751. background-color: rgba(198,212,255,1);
  752. display: flex;
  753. flex-direction: column;
  754. }
  755. .group31{
  756. width: 26rpx;
  757. height: 9rpx;
  758. flex-direction: row;
  759. display: flex;
  760. justify-content: space-between;
  761. }
  762. .box81 {
  763. width: 9rpx;
  764. height: 9rpx;
  765. background-color: rgba(85,197,245,1);
  766. display: flex;
  767. flex-direction: column;
  768. }
  769. .box91 {
  770. width: 9rpx;
  771. height: 9rpx;
  772. background-color: rgba(80,80,154,1);
  773. display: flex;
  774. flex-direction: column;
  775. }
  776. .group41 {
  777. z-index: 88;
  778. position: absolute;
  779. left: 8rpx;
  780. top: 8rpx;
  781. width: 9rpx;
  782. height: 9rpx;
  783. background-color: rgba(123,130,171,1);
  784. display: flex;
  785. flex-direction: column;
  786. }
  787. .group51 {
  788. z-index: 91;
  789. position: absolute;
  790. left: 8rpx;
  791. top: 17rpx;
  792. width: 9rpx;
  793. height: 9rpx;
  794. background-color: rgba(237,52,36,1);
  795. display: flex;
  796. flex-direction: column;
  797. }
  798. .word81 {
  799. width: 52rpx;
  800. height: 26rpx;
  801. display: block;
  802. overflow-wrap: break-word;
  803. color: rgba(153,153,153,1);
  804. font-size: 26rpx;
  805. font-family: PingFangSC-Regular;
  806. white-space: nowrap;
  807. line-height: 26rpx;
  808. text-align: left;
  809. margin-left: 10rpx;
  810. }
  811. .info31 {
  812. width: 207rpx;
  813. height: 26rpx;
  814. display: block;
  815. overflow-wrap: break-word;
  816. color: rgba(153,153,153,1);
  817. font-size: 26rpx;
  818. font-family: PingFangSC-Regular;
  819. white-space: nowrap;
  820. line-height: 26rpx;
  821. text-align: right;
  822. margin: 62rpx 0 0 132rpx;
  823. }
  824. .layer51 {
  825. width: 552rpx;
  826. height: 120rpx;
  827. flex-direction: row;
  828. display: flex;
  829. justify-content: start;
  830. margin: 32rpx 0 0 24rpx;
  831. flex-wrap: wrap;
  832. }
  833. .mod4-01 {
  834. z-index: 97;
  835. position: relative;
  836. width: 120rpx;
  837. height: 120rpx;
  838. border-radius: 4rpx;
  839. overflow: hidden;
  840. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  841. margin-right: 24rpx;
  842. display: flex;
  843. flex-direction: column;
  844. }
  845. .pic3-01 {
  846. z-index: 98;
  847. position: absolute;
  848. left: 0rpx;
  849. top: 0rpx;
  850. width: 120rpx;
  851. height: 120rpx;
  852. }
  853. .mod4-11 {
  854. z-index: 97;
  855. position: relative;
  856. width: 120rpx;
  857. height: 120rpx;
  858. border-radius: 4rpx;
  859. overflow: hidden;
  860. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  861. margin-right: 24rpx;
  862. display: flex;
  863. flex-direction: column;
  864. }
  865. .pic3-11 {
  866. z-index: 98;
  867. position: absolute;
  868. left: 0rpx;
  869. top: 0rpx;
  870. width: 120rpx;
  871. height: 120rpx;
  872. }
  873. .mod4-21 {
  874. z-index: 97;
  875. position: relative;
  876. width: 120rpx;
  877. height: 120rpx;
  878. border-radius: 4rpx;
  879. overflow: hidden;
  880. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  881. margin-right: 24rpx;
  882. display: flex;
  883. flex-direction: column;
  884. }
  885. .pic3-21 {
  886. z-index: 98;
  887. position: absolute;
  888. left: 0rpx;
  889. top: 0rpx;
  890. width: 120rpx;
  891. height: 120rpx;
  892. }
  893. .mod4-31 {
  894. z-index: 97;
  895. position: relative;
  896. width: 120rpx;
  897. height: 120rpx;
  898. border-radius: 4rpx;
  899. overflow: hidden;
  900. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  901. margin-right: 24rpx;
  902. display: flex;
  903. flex-direction: column;
  904. }
  905. .pic3-31 {
  906. z-index: 98;
  907. position: absolute;
  908. left: 0rpx;
  909. top: 0rpx;
  910. width: 120rpx;
  911. height: 120rpx;
  912. }
  913. .layer61 {
  914. width: 654rpx;
  915. height: 1rpx;
  916. background-color: rgba(237,237,237,1);
  917. display: flex;
  918. flex-direction: column;
  919. margin: 32rpx 0 0 24rpx;
  920. }
  921. .layer71 {
  922. width: 662rpx;
  923. height: 100rpx;
  924. flex-direction: row;
  925. display: flex;
  926. margin: 32rpx 0 0 24rpx;
  927. }
  928. .img21 {
  929. width: 100rpx;
  930. height: 100rpx;
  931. }
  932. .section41 {
  933. width: 166rpx;
  934. height: 76rpx;
  935. display: flex;
  936. flex-direction: column;
  937. justify-content: space-between;
  938. margin: 12rpx 0 0 24rpx;
  939. }
  940. .word91 {
  941. width: 139rpx;
  942. height: 30rpx;
  943. display: block;
  944. overflow-wrap: break-word;
  945. color: rgba(25,28,39,1);
  946. font-size: 30rpx;
  947. font-family: PingFangSC-Medium;
  948. white-space: nowrap;
  949. line-height: 30rpx;
  950. text-align: left;
  951. }
  952. .bd21 {
  953. width: 166rpx;
  954. height: 26rpx;
  955. margin-top: 20rpx;
  956. flex-direction: row;
  957. display: flex;
  958. }
  959. .word101 {
  960. width: 78rpx;
  961. height: 26rpx;
  962. display: block;
  963. overflow-wrap: break-word;
  964. color: rgba(153,153,153,1);
  965. font-size: 26rpx;
  966. font-family: PingFangSC-Regular;
  967. white-space: nowrap;
  968. line-height: 26rpx;
  969. text-align: left;
  970. }
  971. .bd31 {
  972. width: 26rpx;
  973. height: 26rpx;
  974. background-color: rgba(228,228,228,1);
  975. display: flex;
  976. flex-direction: column;
  977. }
  978. .info41 {
  979. width: 52rpx;
  980. height: 26rpx;
  981. display: block;
  982. overflow-wrap: break-word;
  983. color: rgba(153,153,153,1);
  984. font-size: 26rpx;
  985. font-family: PingFangSC-Regular;
  986. white-space: nowrap;
  987. line-height: 26rpx;
  988. text-align: left;
  989. margin-left: 10rpx;
  990. }
  991. .info51 {
  992. width: 207rpx;
  993. height: 26rpx;
  994. display: block;
  995. overflow-wrap: break-word;
  996. color: rgba(153,153,153,1);
  997. font-size: 26rpx;
  998. font-family: PingFangSC-Regular;
  999. white-space: nowrap;
  1000. line-height: 26rpx;
  1001. text-align: justify;
  1002. margin: 62rpx 0 0 165rpx;
  1003. }
  1004. .layer81{
  1005. width: 678rpx;
  1006. height: 120rpx;
  1007. flex-direction: row;
  1008. display: flex;
  1009. justify-content: space-between;
  1010. margin: 32rpx 0 0 24rpx;
  1011. }
  1012. .main31 {
  1013. z-index: 110;
  1014. position: relative;
  1015. width: 120rpx;
  1016. height: 120rpx;
  1017. border-radius: 4rpx;
  1018. overflow: hidden;
  1019. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  1020. display: flex;
  1021. flex-direction: column;
  1022. }
  1023. .img31 {
  1024. z-index: 111;
  1025. position: absolute;
  1026. left: 0rpx;
  1027. top: 0rpx;
  1028. width: 120rpx;
  1029. height: 120rpx;
  1030. }
  1031. .main41 {
  1032. z-index: 113;
  1033. position: relative;
  1034. width: 120rpx;
  1035. height: 120rpx;
  1036. border-radius: 4rpx;
  1037. overflow: hidden;
  1038. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  1039. display: flex;
  1040. flex-direction: column;
  1041. }
  1042. .pic41 {
  1043. z-index: 114;
  1044. position: absolute;
  1045. left: 0rpx;
  1046. top: 0rpx;
  1047. width: 120rpx;
  1048. height: 120rpx;
  1049. }
  1050. .main51 {
  1051. z-index: 116;
  1052. position: relative;
  1053. width: 120rpx;
  1054. height: 120rpx;
  1055. border-radius: 4rpx;
  1056. overflow: hidden;
  1057. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  1058. display: flex;
  1059. flex-direction: column;
  1060. }
  1061. .img41 {
  1062. z-index: 117;
  1063. position: absolute;
  1064. left: 0rpx;
  1065. top: 0rpx;
  1066. width: 120rpx;
  1067. height: 120rpx;
  1068. }
  1069. .main61 {
  1070. z-index: 119;
  1071. position: relative;
  1072. width: 120rpx;
  1073. height: 120rpx;
  1074. border-radius: 4rpx;
  1075. overflow: hidden;
  1076. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng22127b51e26a297a9e81a389eb4707cbf2f6a5b083640a3ebbd0652b80390548) 100% no-repeat;
  1077. display: flex;
  1078. flex-direction: column;
  1079. }
  1080. .pic51 {
  1081. z-index: 120;
  1082. position: absolute;
  1083. left: 0rpx;
  1084. top: 0rpx;
  1085. width: 120rpx;
  1086. height: 120rpx;
  1087. }
  1088. .main71 {
  1089. z-index: 124;
  1090. position: relative;
  1091. width: 102rpx;
  1092. height: 120rpx;
  1093. border-radius: 4rpx;
  1094. overflow: hidden;
  1095. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng62c479a6d78985843a3855460c85494b54756d47566fef47ab06552067c5fd9d) 100% no-repeat;
  1096. display: flex;
  1097. flex-direction: column;
  1098. }
  1099. .pic61 {
  1100. z-index: 125;
  1101. position: absolute;
  1102. left: 0rpx;
  1103. top: 0rpx;
  1104. width: 102rpx;
  1105. height: 120rpx;
  1106. }
  1107. .main81 {
  1108. z-index: 126;
  1109. position: absolute;
  1110. left: 686rpx;
  1111. top: 557rpx;
  1112. width: 24rpx;
  1113. height: 120rpx;
  1114. background-color: rgba(255,255,255,1);
  1115. display: flex;
  1116. flex-direction: column;
  1117. }
  1118. .box101 {
  1119. height: 148rpx;
  1120. border-radius: NaNrpx;
  1121. background-color: rgba(255,255,255,1);
  1122. margin-top: 121rpx;
  1123. display: flex;
  1124. flex-direction: column;
  1125. width: 750rpx;
  1126. justify-content: center;
  1127. align-items: center;
  1128. position: fixed;
  1129. bottom: 0;
  1130. }
  1131. .box111 {
  1132. width: 690rpx;
  1133. height: 88rpx;
  1134. flex-direction: row;
  1135. display: flex;
  1136. justify-content: space-between;
  1137. }
  1138. .mod51 {
  1139. height: 88rpx;
  1140. border-radius: 8rpx;
  1141. background-color: rgba(189,189,189,1);
  1142. display: flex;
  1143. flex-direction: column;
  1144. width: 330rpx;
  1145. justify-content: center;
  1146. align-items: center;
  1147. }
  1148. .txt31 {
  1149. width: 64rpx;
  1150. height: 32rpx;
  1151. display: block;
  1152. overflow-wrap: break-word;
  1153. color: rgba(255,255,255,1);
  1154. font-size: 32rpx;
  1155. font-family: PingFangSC-Medium;
  1156. white-space: nowrap;
  1157. line-height: 32rpx;
  1158. text-align: center;
  1159. }
  1160. .mod61 {
  1161. height: 88rpx;
  1162. border-radius: 8rpx;
  1163. background-color: rgba(82,161,255,1);
  1164. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  1165. display: flex;
  1166. flex-direction: column;
  1167. width: 330rpx;
  1168. justify-content: center;
  1169. align-items: center;
  1170. }
  1171. .info61 {
  1172. width: 64rpx;
  1173. height: 32rpx;
  1174. display: block;
  1175. overflow-wrap: break-word;
  1176. color: rgba(255,255,255,1);
  1177. font-size: 32rpx;
  1178. font-family: PingFangSC-Medium;
  1179. white-space: nowrap;
  1180. line-height: 32rpx;
  1181. text-align: center;
  1182. }