point.wxss 21 KB

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