bind.wxss 23 KB

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