handDesc.wxss 23 KB

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