index.wxss 21 KB

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