lattice.wxss 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558
  1. .page {
  2. position: relative;
  3. width: 750rpx;
  4. height: 1334rpx;
  5. background-color: rgba(246,246,246,1);
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .box1 {
  11. width: 750rpx;
  12. height: 1334rpx;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. .main1 {
  17. height: 40rpx;
  18. background-color: rgba(255,255,255,1);
  19. display: flex;
  20. flex-direction: column;
  21. width: 750rpx;
  22. padding: 7rpx 0 0 12rpx;
  23. }
  24. .layer1 {
  25. width: 727rpx;
  26. height: 29rpx;
  27. flex-direction: row;
  28. display: flex;
  29. }
  30. .info1 {
  31. width: 66rpx;
  32. height: 29rpx;
  33. display: block;
  34. overflow-wrap: break-word;
  35. color: rgba(3,3,3,1);
  36. font-size: 24rpx;
  37. font-family: SFProText-Regular;
  38. white-space: nowrap;
  39. line-height: 29rpx;
  40. text-align: right;
  41. margin-left: 5rpx;
  42. }
  43. .pic1 {
  44. width: 53rpx;
  45. height: 23rpx;
  46. margin: 2rpx 0 0 6rpx;
  47. }
  48. .main2 {
  49. height: 88rpx;
  50. background-color: rgba(255,255,255,1);
  51. display: flex;
  52. flex-direction: column;
  53. padding-left: 24rpx;
  54. width: 750rpx;
  55. justify-content: center;
  56. }
  57. .block1 {
  58. width: 710rpx;
  59. height: 64rpx;
  60. flex-direction: row;
  61. display: flex;
  62. }
  63. .icon2 {
  64. width: 48rpx;
  65. height: 48rpx;
  66. margin-top: 8rpx;
  67. }
  68. .info2 {
  69. width: 144rpx;
  70. height: 36rpx;
  71. display: block;
  72. overflow-wrap: break-word;
  73. color: rgba(51,51,51,1);
  74. font-size: 36rpx;
  75. font-family: PingFangSC-Medium;
  76. white-space: nowrap;
  77. line-height: 36rpx;
  78. text-align: left;
  79. margin: 14rpx 0 0 231rpx;
  80. }
  81. .pic2 {
  82. width: 174rpx;
  83. height: 64rpx;
  84. margin-left: 113rpx;
  85. }
  86. .main3 {
  87. height: 270rpx;
  88. background-color: rgba(255,255,255,1);
  89. width: 750rpx;
  90. display: flex;
  91. flex-direction: column;
  92. }
  93. .mod1 {
  94. width: 690rpx;
  95. height: 30rpx;
  96. flex-direction: row;
  97. display: flex;
  98. margin: 35rpx 0 0 30rpx;
  99. }
  100. .txt1 {
  101. width: 316rpx;
  102. height: 30rpx;
  103. display: block;
  104. overflow-wrap: break-word;
  105. color: rgba(51,51,51,1);
  106. font-size: 30rpx;
  107. font-family: PingFangSC-Medium;
  108. white-space: nowrap;
  109. line-height: 30rpx;
  110. text-align: left;
  111. }
  112. .main4 {
  113. width: 12rpx;
  114. height: 12rpx;
  115. background-color: rgba(85,190,23,1);
  116. border-radius: 50%;
  117. display: flex;
  118. flex-direction: column;
  119. margin: 9rpx 0 0 300rpx;
  120. }
  121. .word3 {
  122. width: 52rpx;
  123. height: 26rpx;
  124. display: block;
  125. overflow-wrap: break-word;
  126. color: rgba(85,190,23,1);
  127. font-size: 26rpx;
  128. font-family: PingFangSC-Regular;
  129. white-space: nowrap;
  130. line-height: 26rpx;
  131. text-align: left;
  132. margin: 2rpx 0 0 10rpx;
  133. }
  134. .mod2 {
  135. width: 669rpx;
  136. flex-direction: row;
  137. display: flex;
  138. justify-content: space-between;
  139. margin: 25rpx 0 0 10rpx;
  140. flex-wrap: wrap;
  141. }
  142. .mod3 {
  143. width: 94rpx;
  144. height: 26rpx;
  145. overflow-wrap: break-word;
  146. text-align: left;
  147. white-space: nowrap;
  148. margin: 20rpx;
  149. }
  150. .word9 {
  151. width: 68rpx;
  152. height: 26rpx;
  153. display: block;
  154. overflow-wrap: break-word;
  155. color: rgba(153,153,153,1);
  156. font-size: 26rpx;
  157. font-family: PingFangSC-Regular;
  158. white-space: nowrap;
  159. line-height: 26rpx;
  160. text-align: left;
  161. margin-top: 2rpx;
  162. }
  163. .word4 {
  164. font-size: 26rpx;
  165. font-family: PingFangSC-Regular;
  166. color: rgba(102,102,102,1.000000);
  167. line-height: 26rpx;
  168. overflow: hidden;
  169. text-overflow: ellipsis;
  170. }
  171. .txt2 {
  172. font-size: 26rpx;
  173. font-family: PingFangSC-Medium;
  174. color: rgba(51,51,51,1.000000);
  175. line-height: 26rpx;
  176. overflow: hidden;
  177. text-overflow: ellipsis;
  178. }
  179. .mod4 {
  180. width: 94rpx;
  181. height: 26rpx;
  182. overflow-wrap: break-word;
  183. text-align: left;
  184. white-space: nowrap;
  185. font-size: 0rpx;
  186. }
  187. .word5 {
  188. font-size: 26rpx;
  189. font-family: PingFangSC-Regular;
  190. color: rgba(102,102,102,1.000000);
  191. line-height: 26rpx;
  192. overflow: hidden;
  193. text-overflow: ellipsis;
  194. }
  195. .txt3 {
  196. font-size: 26rpx;
  197. font-family: PingFangSC-Medium;
  198. color: rgba(51,51,51,1.000000);
  199. line-height: 26rpx;
  200. overflow: hidden;
  201. text-overflow: ellipsis;
  202. }
  203. .mod5 {
  204. width: 89rpx;
  205. height: 26rpx;
  206. overflow-wrap: break-word;
  207. text-align: left;
  208. white-space: nowrap;
  209. font-size: 0rpx;
  210. }
  211. .txt4 {
  212. font-size: 26rpx;
  213. font-family: PingFangSC-Regular;
  214. color: rgba(102,102,102,1.000000);
  215. line-height: 26rpx;
  216. overflow: hidden;
  217. text-overflow: ellipsis;
  218. }
  219. .txt5 {
  220. font-size: 26rpx;
  221. font-family: PingFangSC-Medium;
  222. color: rgba(51,51,51,1.000000);
  223. line-height: 26rpx;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. }
  227. .mod6 {
  228. width: 89rpx;
  229. height: 26rpx;
  230. overflow-wrap: break-word;
  231. text-align: left;
  232. white-space: nowrap;
  233. font-size: 0rpx;
  234. }
  235. .txt6 {
  236. font-size: 26rpx;
  237. font-family: PingFangSC-Regular;
  238. color: rgba(102,102,102,1.000000);
  239. line-height: 26rpx;
  240. overflow: hidden;
  241. text-overflow: ellipsis;
  242. }
  243. .info3 {
  244. font-size: 26rpx;
  245. font-family: PingFangSC-Medium;
  246. color: rgba(51,51,51,1.000000);
  247. line-height: 26rpx;
  248. overflow: hidden;
  249. text-overflow: ellipsis;
  250. }
  251. .mod7 {
  252. width: 89rpx;
  253. height: 26rpx;
  254. display: flex;
  255. flex-direction: row;
  256. margin: 30rpx 0 40rpx 30rpx;
  257. }
  258. .section1 {
  259. width: 89rpx;
  260. height: 26rpx;
  261. overflow-wrap: break-word;
  262. text-align: left;
  263. white-space: nowrap;
  264. font-size: 0rpx;
  265. }
  266. .info4 {
  267. font-size: 26rpx;
  268. font-family: PingFangSC-Regular;
  269. color: rgba(102,102,102,1.000000);
  270. line-height: 26rpx;
  271. overflow: hidden;
  272. text-overflow: ellipsis;
  273. }
  274. .word6 {
  275. font-size: 26rpx;
  276. font-family: PingFangSC-Medium;
  277. color: rgba(51,51,51,1.000000);
  278. line-height: 26rpx;
  279. overflow: hidden;
  280. text-overflow: ellipsis;
  281. }
  282. .main5 {
  283. height: 90rpx;
  284. background-color: rgba(255,255,255,1);
  285. margin-top: 30rpx;
  286. display: flex;
  287. flex-direction: column;
  288. padding-top: 30rpx;
  289. width: 750rpx;
  290. }
  291. .layer2 {
  292. width: 750rpx;
  293. /* height: 60rpx; */
  294. display: flex;
  295. flex-direction: column;
  296. justify-content: space-between;
  297. }
  298. .outer1 {
  299. width: 690rpx;
  300. height: 30rpx;
  301. margin-left: 30rpx;
  302. flex-direction: row;
  303. display: flex;
  304. justify-content: space-between;
  305. }
  306. .word7 {
  307. width: 120rpx;
  308. height: 30rpx;
  309. display: block;
  310. overflow-wrap: break-word;
  311. color: rgba(51,51,51,1);
  312. font-size: 30rpx;
  313. font-family: PingFangSC-Medium;
  314. white-space: nowrap;
  315. line-height: 30rpx;
  316. text-align: left;
  317. }
  318. .txt7 {
  319. width: 68rpx;
  320. height: 26rpx;
  321. display: block;
  322. overflow-wrap: break-word;
  323. color: rgba(153,153,153,1);
  324. font-size: 26rpx;
  325. font-family: PingFangSC-Regular;
  326. white-space: nowrap;
  327. line-height: 26rpx;
  328. text-align: left;
  329. margin-top: 2rpx;
  330. }
  331. .outer2 {
  332. width: 750rpx;
  333. height: 1rpx;
  334. background-color: rgba(237,237,237,1);
  335. margin-top: 29rpx;
  336. display: flex;
  337. flex-direction: column;
  338. }
  339. .main6 {
  340. height: 364rpx;
  341. background-color: rgba(255,255,255,1);
  342. display: flex;
  343. flex-direction: column;
  344. width: 750rpx;
  345. justify-content: center;
  346. align-items: center;
  347. }
  348. .layer3 {
  349. width: 692rpx;
  350. height: 284rpx;
  351. flex-wrap: wrap;
  352. display: flex;
  353. flex-direction: row;
  354. }
  355. .outer3-0 {
  356. width: 80rpx;
  357. /* height: 122rpx; */
  358. display: flex;
  359. flex-direction: column;
  360. margin: 0 59rpx 40rpx 0;
  361. }
  362. .layer4-0 {
  363. width: 80rpx;
  364. /* height: 122rpx; */
  365. display: flex;
  366. flex-direction: column;
  367. justify-content: space-between;
  368. }
  369. .main7-0 {
  370. height: 80rpx;
  371. border-radius: 50%;
  372. border: 1px solid #CCCCCC;
  373. display: flex;
  374. flex-direction: column;
  375. justify-content: center;
  376. }
  377. .active-tag {
  378. background-color: #FF7300;
  379. color: #fff;
  380. border: 1px solid #FF7300;
  381. }
  382. .word8-0 {
  383. height: 50rpx;
  384. display: block;
  385. overflow-wrap: break-word;
  386. font-size: 50rpx;
  387. font-family: PingFangSC-Semibold;
  388. white-space: nowrap;
  389. line-height: 50rpx;
  390. text-align: left;
  391. margin: 0 auto;
  392. }
  393. .word9-01 {
  394. width: 52rpx;
  395. height: 26rpx;
  396. display: block;
  397. overflow-wrap: break-word;
  398. font-size: 26rpx;
  399. font-family: PingFangSC-Regular;
  400. white-space: nowrap;
  401. line-height: 26rpx;
  402. text-align: center;
  403. margin: 16rpx 0 0 14rpx;
  404. color: rgba(255,115,0,1);
  405. }
  406. .outer3-1 {
  407. width: 80rpx;
  408. height: 122rpx;
  409. display: flex;
  410. flex-direction: column;
  411. margin: 0 73rpx 40rpx 0;
  412. }
  413. .layer4-1 {
  414. width: 80rpx;
  415. height: 122rpx;
  416. display: flex;
  417. flex-direction: column;
  418. justify-content: space-between;
  419. }
  420. .main7-1 {
  421. height: 80rpx;
  422. border-radius: 50%;
  423. border: 1px solid #CCCCCC;
  424. display: flex;
  425. flex-direction: column;
  426. padding-left: 24rpx;
  427. width: 80rpx;
  428. justify-content: center;
  429. }
  430. .word8-1 {
  431. width: 30rpx;
  432. height: 50rpx;
  433. display: block;
  434. overflow-wrap: break-word;
  435. color: rgba(51,51,51,1);
  436. font-size: 50rpx;
  437. font-family: PingFangSC-Semibold;
  438. white-space: nowrap;
  439. line-height: 50rpx;
  440. text-align: left;
  441. }
  442. .outer3-2 {
  443. width: 80rpx;
  444. height: 122rpx;
  445. display: flex;
  446. flex-direction: column;
  447. margin: 0 73rpx 40rpx 0;
  448. }
  449. .layer4-2 {
  450. width: 80rpx;
  451. height: 122rpx;
  452. display: flex;
  453. flex-direction: column;
  454. justify-content: space-between;
  455. }
  456. .main7-2 {
  457. height: 80rpx;
  458. border-radius: 50%;
  459. border: 1px solid #CCCCCC;
  460. display: flex;
  461. flex-direction: column;
  462. padding-left: 29rpx;
  463. width: 80rpx;
  464. justify-content: center;
  465. }
  466. .word8-2 {
  467. width: 30rpx;
  468. height: 50rpx;
  469. display: block;
  470. overflow-wrap: break-word;
  471. color: rgba(51,51,51,1);
  472. font-size: 50rpx;
  473. font-family: PingFangSC-Semibold;
  474. white-space: nowrap;
  475. line-height: 50rpx;
  476. text-align: left;
  477. }
  478. .outer3-3 {
  479. width: 80rpx;
  480. height: 122rpx;
  481. display: flex;
  482. flex-direction: column;
  483. margin: 0 73rpx 40rpx 0;
  484. }
  485. .layer4-3 {
  486. width: 80rpx;
  487. height: 122rpx;
  488. display: flex;
  489. flex-direction: column;
  490. justify-content: space-between;
  491. }
  492. .main7-3 {
  493. height: 80rpx;
  494. border-radius: 50%;
  495. border: 1px solid #CCCCCC;
  496. display: flex;
  497. flex-direction: column;
  498. padding-left: 24rpx;
  499. width: 80rpx;
  500. justify-content: center;
  501. }
  502. .word8-3 {
  503. width: 30rpx;
  504. height: 50rpx;
  505. display: block;
  506. overflow-wrap: break-word;
  507. color: rgba(51,51,51,1);
  508. font-size: 50rpx;
  509. font-family: PingFangSC-Semibold;
  510. white-space: nowrap;
  511. line-height: 50rpx;
  512. text-align: left;
  513. }
  514. .outer3-4 {
  515. width: 80rpx;
  516. height: 122rpx;
  517. display: flex;
  518. flex-direction: column;
  519. margin: 0 73rpx 40rpx 0;
  520. margin-right: 0rpx;
  521. }
  522. .layer4-4 {
  523. width: 80rpx;
  524. height: 122rpx;
  525. display: flex;
  526. flex-direction: column;
  527. justify-content: space-between;
  528. }
  529. .main7-4 {
  530. height: 80rpx;
  531. border-radius: 50%;
  532. border: 1px solid #CCCCCC;
  533. display: flex;
  534. flex-direction: column;
  535. padding-left: 24rpx;
  536. width: 80rpx;
  537. justify-content: center;
  538. }
  539. .word8-4 {
  540. width: 30rpx;
  541. height: 50rpx;
  542. display: block;
  543. overflow-wrap: break-word;
  544. color: rgba(51,51,51,1);
  545. font-size: 50rpx;
  546. font-family: PingFangSC-Semibold;
  547. white-space: nowrap;
  548. line-height: 50rpx;
  549. text-align: left;
  550. }
  551. .word9-4 {
  552. width: 52rpx;
  553. height: 26rpx;
  554. display: block;
  555. overflow-wrap: break-word;
  556. font-size: 26rpx;
  557. font-family: PingFangSC-Regular;
  558. white-space: nowrap;
  559. line-height: 26rpx;
  560. text-align: center;
  561. margin: 16rpx 0 0 14rpx;
  562. color: rgba(209,1,29,1);
  563. }
  564. .outer3-5 {
  565. width: 80rpx;
  566. height: 122rpx;
  567. display: flex;
  568. flex-direction: column;
  569. margin: 0 73rpx 40rpx 0;
  570. margin-bottom: 0rpx;
  571. }
  572. .layer4-5 {
  573. width: 80rpx;
  574. height: 122rpx;
  575. display: flex;
  576. flex-direction: column;
  577. justify-content: space-between;
  578. }
  579. .main7-5 {
  580. height: 80rpx;
  581. border-radius: 50%;
  582. border: 1px solid #CCCCCC;
  583. display: flex;
  584. flex-direction: column;
  585. padding-left: 24rpx;
  586. width: 80rpx;
  587. justify-content: center;
  588. }
  589. .word8-5 {
  590. width: 30rpx;
  591. height: 50rpx;
  592. display: block;
  593. overflow-wrap: break-word;
  594. color: rgba(51,51,51,1);
  595. font-size: 50rpx;
  596. font-family: PingFangSC-Semibold;
  597. white-space: nowrap;
  598. line-height: 50rpx;
  599. text-align: left;
  600. }
  601. .word9-5 {
  602. width: 52rpx;
  603. height: 26rpx;
  604. display: block;
  605. overflow-wrap: break-word;
  606. font-size: 26rpx;
  607. font-family: PingFangSC-Regular;
  608. white-space: nowrap;
  609. line-height: 26rpx;
  610. text-align: center;
  611. margin: 16rpx 0 0 14rpx;
  612. color: rgba(85,190,25,1);
  613. }
  614. .outer3-6 {
  615. width: 80rpx;
  616. height: 122rpx;
  617. display: flex;
  618. flex-direction: column;
  619. margin: 0 73rpx 40rpx 0;
  620. margin-bottom: 0rpx;
  621. }
  622. .layer4-6 {
  623. width: 80rpx;
  624. height: 122rpx;
  625. display: flex;
  626. flex-direction: column;
  627. justify-content: space-between;
  628. }
  629. .main7-6 {
  630. height: 80rpx;
  631. border-radius: 50%;
  632. border: 1px solid #CCCCCC;
  633. display: flex;
  634. flex-direction: column;
  635. padding-left: 24rpx;
  636. width: 80rpx;
  637. justify-content: center;
  638. }
  639. .word8-6 {
  640. width: 30rpx;
  641. height: 50rpx;
  642. display: block;
  643. overflow-wrap: break-word;
  644. color: rgba(51,51,51,1);
  645. font-size: 50rpx;
  646. font-family: PingFangSC-Semibold;
  647. white-space: nowrap;
  648. line-height: 50rpx;
  649. text-align: left;
  650. }
  651. .word9-6 {
  652. width: 52rpx;
  653. height: 26rpx;
  654. display: block;
  655. overflow-wrap: break-word;
  656. font-size: 26rpx;
  657. font-family: PingFangSC-Regular;
  658. white-space: nowrap;
  659. line-height: 26rpx;
  660. text-align: center;
  661. margin: 16rpx 0 0 14rpx;
  662. color: rgba(85,190,25,1);
  663. }
  664. .outer3-7 {
  665. width: 80rpx;
  666. height: 122rpx;
  667. display: flex;
  668. flex-direction: column;
  669. margin: 0 73rpx 40rpx 0;
  670. margin-bottom: 0rpx;
  671. }
  672. .layer4-7 {
  673. width: 80rpx;
  674. height: 122rpx;
  675. display: flex;
  676. flex-direction: column;
  677. justify-content: space-between;
  678. }
  679. .main7-7 {
  680. height: 80rpx;
  681. border-radius: 50%;
  682. border: 1px solid #CCCCCC;
  683. display: flex;
  684. flex-direction: column;
  685. padding-left: 24rpx;
  686. width: 80rpx;
  687. justify-content: center;
  688. }
  689. .word8-7 {
  690. width: 30rpx;
  691. height: 50rpx;
  692. display: block;
  693. overflow-wrap: break-word;
  694. color: rgba(51,51,51,1);
  695. font-size: 50rpx;
  696. font-family: PingFangSC-Semibold;
  697. white-space: nowrap;
  698. line-height: 50rpx;
  699. text-align: left;
  700. }
  701. .word9-7 {
  702. width: 52rpx;
  703. height: 26rpx;
  704. display: block;
  705. overflow-wrap: break-word;
  706. font-size: 26rpx;
  707. font-family: PingFangSC-Regular;
  708. white-space: nowrap;
  709. line-height: 26rpx;
  710. text-align: center;
  711. margin: 16rpx 0 0 14rpx;
  712. color: rgba(85,190,25,1);
  713. }
  714. .outer3-8 {
  715. width: 80rpx;
  716. height: 122rpx;
  717. display: flex;
  718. flex-direction: column;
  719. margin: 0 73rpx 40rpx 0;
  720. margin-bottom: 0rpx;
  721. }
  722. .layer4-8 {
  723. width: 80rpx;
  724. height: 122rpx;
  725. display: flex;
  726. flex-direction: column;
  727. justify-content: space-between;
  728. }
  729. .main7-8 {
  730. height: 80rpx;
  731. border-radius: 50%;
  732. border: 1px solid #CCCCCC;
  733. display: flex;
  734. flex-direction: column;
  735. padding-left: 24rpx;
  736. width: 80rpx;
  737. justify-content: center;
  738. }
  739. .word8-8 {
  740. width: 30rpx;
  741. height: 50rpx;
  742. display: block;
  743. overflow-wrap: break-word;
  744. color: rgba(51,51,51,1);
  745. font-size: 50rpx;
  746. font-family: PingFangSC-Semibold;
  747. white-space: nowrap;
  748. line-height: 50rpx;
  749. text-align: left;
  750. }
  751. .word9-8 {
  752. width: 52rpx;
  753. height: 26rpx;
  754. display: block;
  755. overflow-wrap: break-word;
  756. font-size: 26rpx;
  757. font-family: PingFangSC-Regular;
  758. white-space: nowrap;
  759. line-height: 26rpx;
  760. text-align: center;
  761. margin: 16rpx 0 0 14rpx;
  762. color: rgba(85,190,25,1);
  763. }
  764. .main8 {
  765. height: 148rpx;
  766. border-radius: NaNrpx;
  767. background-color: rgba(255,255,255,1);
  768. margin-top: 342rpx;
  769. display: flex;
  770. flex-direction: column;
  771. width: 750rpx;
  772. justify-content: center;
  773. align-items: center;
  774. }
  775. .info5 {
  776. width: 352rpx;
  777. height: 32rpx;
  778. display: block;
  779. overflow-wrap: break-word;
  780. color: rgba(51,51,51,1);
  781. font-size: 32rpx;
  782. font-family: PingFangSC-Medium;
  783. white-space: nowrap;
  784. line-height: 32rpx;
  785. text-align: center;
  786. }
  787. .mod9 {
  788. height: 148rpx;
  789. border-radius: NaNrpx;
  790. background-color: rgba(255,255,255,1);
  791. margin-top: 342rpx;
  792. display: flex;
  793. flex-direction: column;
  794. width: 750rpx;
  795. justify-content: center;
  796. align-items: center;
  797. position: fixed;
  798. bottom: 0;
  799. }
  800. .bd2 {
  801. width: 690rpx;
  802. height: 88rpx;
  803. flex-direction: row;
  804. display: flex;
  805. justify-content: space-between;
  806. }
  807. .outer-8 {
  808. width: 750rpx;
  809. height: 1rpx;
  810. background-color: rgba(237,237,237,1);
  811. margin-top: 26rpx;
  812. display: flex;
  813. flex-direction: column;
  814. }
  815. .outer8 {
  816. height: 88rpx;
  817. border-radius: 8rpx;
  818. background-color: rgba(82,161,255,1);
  819. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  820. display: flex;
  821. flex-direction: column;
  822. width: 516rpx;
  823. justify-content: center;
  824. align-items: center;
  825. }
  826. .word12 {
  827. width: 128rpx;
  828. height: 32rpx;
  829. display: block;
  830. overflow-wrap: break-word;
  831. color: rgba(255,255,255,1);
  832. font-size: 32rpx;
  833. font-family: PingFangSC-Medium;
  834. white-space: nowrap;
  835. line-height: 32rpx;
  836. text-align: center;
  837. }
  838. .outer9 {
  839. height: 88rpx;
  840. border-radius: 8rpx;
  841. background-color: rgba(82,161,255,1);
  842. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  843. display: flex;
  844. flex-direction: column;
  845. width: 144rpx;
  846. justify-content: center;
  847. align-items: center;
  848. }
  849. .word12 {
  850. width: 128rpx;
  851. height: 32rpx;
  852. display: block;
  853. overflow-wrap: break-word;
  854. color: rgba(255,255,255,1);
  855. font-size: 32rpx;
  856. font-family: PingFangSC-Medium;
  857. white-space: nowrap;
  858. line-height: 32rpx;
  859. text-align: center;
  860. }
  861. .outer-9 {
  862. width: 716rpx;
  863. height: 236rpx;
  864. flex-wrap: wrap;
  865. display: flex;
  866. flex-direction: row;
  867. margin: 16rpx 0 0 16rpx;
  868. }
  869. .word13 {
  870. width: 64rpx;
  871. height: 32rpx;
  872. display: block;
  873. overflow-wrap: break-word;
  874. color: rgba(255,255,255,1);
  875. font-size: 32rpx;
  876. font-family: PingFangSC-Medium;
  877. white-space: nowrap;
  878. line-height: 32rpx;
  879. text-align: center;
  880. }
  881. .group4 {
  882. height: 88rpx;
  883. border-radius: 8rpx;
  884. background-color: rgba(82,161,255,1);
  885. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  886. display: flex;
  887. flex-direction: column;
  888. width: 144rpx;
  889. justify-content: center;
  890. align-items: center;
  891. }
  892. .group5 {
  893. width: 56rpx;
  894. height: 32rpx;
  895. background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/icon_jiantou_white%402x.png?sign=4ad8b07fe082b4a4c58f0ffe06dbf727&t=1645095599) -1rpx -28rpx no-repeat;
  896. background-size: 64rpx 52rpx;
  897. display: flex;
  898. flex-direction: column;
  899. }
  900. .outer6 {
  901. z-index: 95;
  902. background-color: rgba(255,255,255,1);
  903. display: flex;
  904. flex-direction: column;
  905. padding: 26rpx 0;
  906. width: 750rpx;
  907. position: fixed;
  908. bottom: 0;
  909. box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
  910. border-radius: 24rpx 24rpx 0px 0px;
  911. }
  912. .wrap1 {
  913. width: 750rpx;
  914. display: flex;
  915. flex-direction: column;
  916. }
  917. .outer7 {
  918. width: 690rpx;
  919. height: 58rpx;
  920. margin-left: 30rpx;
  921. flex-direction: row;
  922. display: flex;
  923. justify-content: space-between;
  924. }
  925. .info8 {
  926. width: 133rpx;
  927. height: 30rpx;
  928. display: block;
  929. overflow-wrap: break-word;
  930. color: rgba(51,51,51,1);
  931. font-size: 30rpx;
  932. font-family: PingFangSC-Medium;
  933. white-space: nowrap;
  934. line-height: 30rpx;
  935. text-align: left;
  936. margin-top: 14rpx;
  937. }
  938. .mod11 {
  939. width: 152rpx;
  940. height: 58rpx;
  941. border-radius: 29rpx;
  942. border: 1px solid rgba(82,161,255,1);
  943. display: flex;
  944. flex-direction: column;
  945. }
  946. .empt{
  947. width: 750rpx;
  948. height: 148rpx;
  949. background: #FFFFFF;
  950. box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
  951. border-radius: 24rpx 24rpx 0px 0px;
  952. text-align: center;
  953. line-height: 148rpx;
  954. position: fixed;
  955. bottom: 0;
  956. }
  957. .empt text{
  958. width: 352rpx;
  959. height: 32rpx;
  960. font-size: 32rpx;
  961. font-family: PingFangSC-Medium, PingFang SC;
  962. font-weight: 500;
  963. color: #333333;
  964. line-height: 32rpx;
  965. text-shadow: 0px -10px 20px rgba(0, 0, 0, 0.06);
  966. }
  967. .bd6-0 {
  968. height: 112rpx;
  969. border-radius: 8rpx;
  970. background-color: rgba(248,248,248,1);
  971. display: flex;
  972. flex-direction: column;
  973. width: 348rpx;
  974. justify-content: center;
  975. align-items: center;
  976. margin: 0 20rpx 8rpx 0;
  977. }
  978. .layer9-0 {
  979. width: 252rpx;
  980. height: 72rpx;
  981. display: flex;
  982. flex-direction: column;
  983. justify-content: space-between;
  984. }
  985. .word9-0 {
  986. width: 266rpx;
  987. height: 28rpx;
  988. display: block;
  989. overflow-wrap: break-word;
  990. color: rgba(51,51,51,1);
  991. font-size: 28rpx;
  992. font-family: PingFangSC-Regular;
  993. white-space: nowrap;
  994. line-height: 28rpx;
  995. text-align: center;
  996. }
  997. .word10-0 {
  998. width: 96rpx;
  999. height: 24rpx;
  1000. display: block;
  1001. overflow-wrap: break-word;
  1002. color: rgba(153,153,153,1);
  1003. font-size: 24rpx;
  1004. font-family: PingFangSC-Regular;
  1005. white-space: nowrap;
  1006. line-height: 24rpx;
  1007. text-align: left;
  1008. margin: 20rpx 0 0 102rpx;
  1009. }
  1010. .bd6-1 {
  1011. height: 112rpx;
  1012. border-radius: 8rpx;
  1013. background-color: rgba(248,248,248,1);
  1014. display: flex;
  1015. flex-direction: column;
  1016. width: 348rpx;
  1017. justify-content: center;
  1018. align-items: center;
  1019. margin: 0 20rpx 8rpx 0;
  1020. margin-right: 0rpx;
  1021. }
  1022. .layer9-1 {
  1023. width: 252rpx;
  1024. height: 72rpx;
  1025. display: flex;
  1026. flex-direction: column;
  1027. justify-content: space-between;
  1028. }
  1029. .word9-1 {
  1030. width: 266rpx;
  1031. height: 28rpx;
  1032. display: block;
  1033. overflow-wrap: break-word;
  1034. color: rgba(51,51,51,1);
  1035. font-size: 28rpx;
  1036. font-family: PingFangSC-Regular;
  1037. white-space: nowrap;
  1038. line-height: 28rpx;
  1039. text-align: left;
  1040. }
  1041. .word10-1 {
  1042. width: 96rpx;
  1043. height: 24rpx;
  1044. display: block;
  1045. overflow-wrap: break-word;
  1046. color: rgba(153,153,153,1);
  1047. font-size: 24rpx;
  1048. font-family: PingFangSC-Regular;
  1049. white-space: nowrap;
  1050. line-height: 24rpx;
  1051. text-align: left;
  1052. margin: 20rpx 0 0 102rpx;
  1053. }
  1054. .bd6-2 {
  1055. height: 112rpx;
  1056. border-radius: 8rpx;
  1057. background-color: rgba(248,248,248,1);
  1058. display: flex;
  1059. flex-direction: column;
  1060. width: 348rpx;
  1061. justify-content: center;
  1062. align-items: center;
  1063. margin: 0 20rpx 8rpx 0;
  1064. margin-bottom: 0rpx;
  1065. }
  1066. .layer9-2 {
  1067. width: 252rpx;
  1068. height: 72rpx;
  1069. display: flex;
  1070. flex-direction: column;
  1071. justify-content: space-between;
  1072. }
  1073. .word9-2 {
  1074. width: 266rpx;
  1075. height: 28rpx;
  1076. display: block;
  1077. overflow-wrap: break-word;
  1078. color: rgba(51,51,51,1);
  1079. font-size: 28rpx;
  1080. font-family: PingFangSC-Regular;
  1081. white-space: nowrap;
  1082. line-height: 28rpx;
  1083. text-align: left;
  1084. }
  1085. .word10-2 {
  1086. width: 96rpx;
  1087. height: 24rpx;
  1088. display: block;
  1089. overflow-wrap: break-word;
  1090. color: rgba(153,153,153,1);
  1091. font-size: 24rpx;
  1092. font-family: PingFangSC-Regular;
  1093. white-space: nowrap;
  1094. line-height: 24rpx;
  1095. text-align: left;
  1096. margin: 20rpx 0 0 102rpx;
  1097. }
  1098. .bd6-3 {
  1099. height: 112rpx;
  1100. border-radius: 8rpx;
  1101. background-color: rgba(248,248,248,1);
  1102. display: flex;
  1103. flex-direction: column;
  1104. width: 348rpx;
  1105. justify-content: center;
  1106. align-items: center;
  1107. margin: 0 20rpx 8rpx 0;
  1108. margin-right: 0rpx;
  1109. margin-bottom: 0rpx;
  1110. }
  1111. .layer9-3 {
  1112. width: 252rpx;
  1113. height: 72rpx;
  1114. display: flex;
  1115. flex-direction: column;
  1116. justify-content: space-between;
  1117. }
  1118. .word9-3 {
  1119. width: 266rpx;
  1120. height: 28rpx;
  1121. display: block;
  1122. overflow-wrap: break-word;
  1123. color: rgba(51,51,51,1);
  1124. font-size: 28rpx;
  1125. font-family: PingFangSC-Regular;
  1126. white-space: nowrap;
  1127. line-height: 28rpx;
  1128. text-align: left;
  1129. }
  1130. .word10-3 {
  1131. width: 96rpx;
  1132. height: 24rpx;
  1133. display: block;
  1134. overflow-wrap: break-word;
  1135. color: rgba(153,153,153,1);
  1136. font-size: 24rpx;
  1137. font-family: PingFangSC-Regular;
  1138. white-space: nowrap;
  1139. line-height: 24rpx;
  1140. text-align: left;
  1141. margin: 20rpx 0 0 102rpx;
  1142. }
  1143. .outer10 {
  1144. width: 690rpx;
  1145. height: 31rpx;
  1146. flex-direction: row;
  1147. display: flex;
  1148. margin: 33rpx 0 0 30rpx;
  1149. }
  1150. .info9 {
  1151. width: 400rpx;
  1152. height: 26rpx;
  1153. display: block;
  1154. overflow-wrap: break-word;
  1155. color: rgba(51,51,51,1);
  1156. font-size: 26rpx;
  1157. font-family: PingFangSC-Regular;
  1158. white-space: nowrap;
  1159. line-height: 26rpx;
  1160. text-align: left;
  1161. margin-top: 2rpx;
  1162. }
  1163. .section3 {
  1164. height: 31rpx;
  1165. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5a3d90bd436c32c37686a738faa6678e155c31d354a61989010918d980ca98f6) -21rpx -30rpx no-repeat;
  1166. background-size: 72rpx 70rpx;
  1167. margin-left: 197rpx;
  1168. display: flex;
  1169. flex-direction: column;
  1170. width: 31rpx;
  1171. padding: 15rpx 0 0 6rpx;
  1172. }
  1173. .box3 {
  1174. width: 12rpx;
  1175. height: 9rpx;
  1176. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng93fa9dda6d4208f51a4c2b980af5fdfb40fb41fe258d3b9a01dd928d95dd4c4d) -18rpx -29rpx no-repeat;
  1177. background-size: 47rpx 47rpx;
  1178. display: flex;
  1179. flex-direction: column;
  1180. }
  1181. .info10 {
  1182. width: 52rpx;
  1183. height: 26rpx;
  1184. display: block;
  1185. overflow-wrap: break-word;
  1186. color: rgba(51,51,51,1);
  1187. font-size: 26rpx;
  1188. font-family: PingFangSC-Regular;
  1189. white-space: nowrap;
  1190. line-height: 26rpx;
  1191. text-align: left;
  1192. margin: 2rpx 0 0 10rpx;
  1193. }
  1194. .outer11 {
  1195. width: 750rpx;
  1196. height: 1rpx;
  1197. background-color: rgba(237,237,237,1);
  1198. margin-top: 32rpx;
  1199. display: flex;
  1200. flex-direction: column;
  1201. }
  1202. .outer12 {
  1203. width: 690rpx;
  1204. height: 88rpx;
  1205. flex-direction: row;
  1206. display: flex;
  1207. justify-content: space-between;
  1208. margin: 30rpx 0 0 30rpx;
  1209. }
  1210. .group3 {
  1211. height: 88rpx;
  1212. border-radius: 8rpx;
  1213. background-color: rgba(82,161,255,1);
  1214. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  1215. display: flex;
  1216. flex-direction: column;
  1217. width: 516rpx;
  1218. justify-content: center;
  1219. align-items: center;
  1220. }
  1221. .txt6 {
  1222. width: 128rpx;
  1223. height: 32rpx;
  1224. display: block;
  1225. overflow-wrap: break-word;
  1226. color: rgba(255,255,255,1);
  1227. font-size: 32rpx;
  1228. font-family: PingFangSC-Medium;
  1229. white-space: nowrap;
  1230. line-height: 32rpx;
  1231. text-align: center;
  1232. }
  1233. .txt7 {
  1234. z-index: 127;
  1235. position: absolute;
  1236. left: 592rpx;
  1237. top: 42rpx;
  1238. width: 104rpx;
  1239. height: 26rpx;
  1240. display: block;
  1241. overflow-wrap: break-word;
  1242. color: rgba(82,161,255,1);
  1243. font-size: 26rpx;
  1244. font-family: PingFangSC-Regular;
  1245. white-space: nowrap;
  1246. line-height: 26rpx;
  1247. text-align: left;
  1248. }
  1249. /*开门*/
  1250. .layer12 {
  1251. z-index: 96;
  1252. height: 1334rpx;
  1253. background-color: rgba(0,0,0,0.4);
  1254. display: flex;
  1255. flex-direction: column;
  1256. padding-top: 510rpx;
  1257. width: 750rpx;
  1258. position: absolute;
  1259. left: 0rpx;
  1260. top: 0rpx;
  1261. }
  1262. .outer5 {
  1263. z-index: 97;
  1264. height: 706rpx;
  1265. border-radius: NaNrpx;
  1266. background-color: rgba(255,255,255,1);
  1267. display: flex;
  1268. flex-direction: column;
  1269. width: 750rpx;
  1270. position: relative;
  1271. justify-content: center;
  1272. }
  1273. .mod6 {
  1274. width: 750rpx;
  1275. height: 626rpx;
  1276. display: flex;
  1277. flex-direction: column;
  1278. }
  1279. .section10 {
  1280. width: 690rpx;
  1281. height: 30rpx;
  1282. margin-left: 30rpx;
  1283. flex-direction: row;
  1284. display: flex;
  1285. }
  1286. .layer13 {
  1287. width: 8rpx;
  1288. height: 26rpx;
  1289. background-color: rgba(82,161,255,1);
  1290. margin-top: 2rpx;
  1291. display: flex;
  1292. flex-direction: column;
  1293. }
  1294. .word17 {
  1295. width: 150rpx;
  1296. height: 30rpx;
  1297. display: block;
  1298. overflow-wrap: break-word;
  1299. color: rgba(51,51,51,1);
  1300. font-size: 30rpx;
  1301. font-family: PingFangSC-Medium;
  1302. white-space: nowrap;
  1303. line-height: 30rpx;
  1304. text-align: left;
  1305. margin-left: 10rpx;
  1306. }
  1307. .txt14 {
  1308. width: 73rpx;
  1309. height: 30rpx;
  1310. display: block;
  1311. overflow-wrap: break-word;
  1312. color: rgba(51,51,51,1);
  1313. font-size: 30rpx;
  1314. font-family: PingFangSC-Medium;
  1315. white-space: nowrap;
  1316. line-height: 30rpx;
  1317. text-align: left;
  1318. margin-left: 449rpx;
  1319. }
  1320. .section11 {
  1321. width: 750rpx;
  1322. height: 1rpx;
  1323. background-color: rgba(237,237,237,1);
  1324. margin-top: 40rpx;
  1325. display: flex;
  1326. flex-direction: column;
  1327. }
  1328. .section12 {
  1329. z-index: 111;
  1330. height: 80rpx;
  1331. border-radius: 8rpx;
  1332. background-color: rgba(246,246,246,1);
  1333. display: flex;
  1334. flex-direction: column;
  1335. width: 690rpx;
  1336. position: relative;
  1337. justify-content: center;
  1338. align-items: center;
  1339. margin: 30rpx 0 0rpx 30rpx;
  1340. }
  1341. .section13 {
  1342. width: 630rpx;
  1343. height: 36rpx;
  1344. flex-direction: row;
  1345. display: flex;
  1346. justify-content: space-between;
  1347. }
  1348. .txt15 {
  1349. width: 80%;
  1350. height: 28rpx;
  1351. display: block;
  1352. overflow-wrap: break-word;
  1353. color: rgba(153,153,153,1);
  1354. font-size: 28rpx;
  1355. font-family: PingFangSC-Regular;
  1356. white-space: nowrap;
  1357. line-height: 28rpx;
  1358. text-align: left;
  1359. margin-top: 4rpx;
  1360. }
  1361. .section14 {
  1362. width: 36rpx;
  1363. height: 36rpx;
  1364. background-color: rgba(0,0,0,0);
  1365. display: flex;
  1366. flex-direction: column;
  1367. }
  1368. .section15 {
  1369. z-index: 114;
  1370. height: 36rpx;
  1371. background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/saomiao%E5%A4%87%E4%BB%BD%208%402x.png?sign=b820eee3bece6661cdec7be7112b4856&t=1645101544) 0rpx 0rpx no-repeat;
  1372. background-size: 36rpx 36rpx;
  1373. display: flex;
  1374. flex-direction: column;
  1375. padding-left: 6rpx;
  1376. width: 36rpx;
  1377. position: absolute;
  1378. left: 625rpx;
  1379. top: 23rpx;
  1380. justify-content: center;
  1381. }
  1382. .section16 {
  1383. width: 23rpx;
  1384. height: 4rpx;
  1385. border-radius: NaNrpx;
  1386. background-color: rgba(82,161,255,1);
  1387. display: flex;
  1388. flex-direction: column;
  1389. }
  1390. .section17 {
  1391. width: 532rpx;
  1392. height: 68rpx;
  1393. flex-direction: row;
  1394. display: flex;
  1395. justify-content: space-between;
  1396. margin: 20rpx auto;
  1397. }
  1398. .group1 {
  1399. height: 68rpx;
  1400. border-radius: 4rpx;
  1401. border: 1px solid rgba(204,204,204,1);
  1402. display: flex;
  1403. flex-direction: column;
  1404. width: 216rpx;
  1405. justify-content: center;
  1406. align-items: center;
  1407. }
  1408. .txt16 {
  1409. width: 56rpx;
  1410. height: 28rpx;
  1411. display: block;
  1412. overflow-wrap: break-word;
  1413. color: rgba(51,51,51,1);
  1414. font-size: 28rpx;
  1415. font-family: PingFangSC-Regular;
  1416. white-space: nowrap;
  1417. line-height: 28rpx;
  1418. text-align: left;
  1419. }
  1420. .group2 {
  1421. height: 68rpx;
  1422. border-radius: 4rpx;
  1423. background-color: rgba(82,161,255,1);
  1424. display: flex;
  1425. flex-direction: column;
  1426. width: 216rpx;
  1427. justify-content: center;
  1428. align-items: center;
  1429. }
  1430. .info12 {
  1431. width: 56rpx;
  1432. height: 28rpx;
  1433. display: block;
  1434. overflow-wrap: break-word;
  1435. color: rgba(255,255,255,1);
  1436. font-size: 28rpx;
  1437. font-family: PingFangSC-Regular;
  1438. white-space: nowrap;
  1439. line-height: 28rpx;
  1440. text-align: left;
  1441. }
  1442. .section18 {
  1443. width: 750rpx;
  1444. height: 20rpx;
  1445. background-color: rgba(246,246,246,1);
  1446. margin-top: 40rpx;
  1447. display: flex;
  1448. flex-direction: column;
  1449. }
  1450. .section19 {
  1451. width: 198rpx;
  1452. height: 30rpx;
  1453. flex-direction: row;
  1454. display: flex;
  1455. justify-content: space-between;
  1456. margin: 40rpx 0 0 30rpx;
  1457. }
  1458. .outer16 {
  1459. width: 8rpx;
  1460. height: 26rpx;
  1461. background-color: rgba(82,161,255,1);
  1462. margin-top: 2rpx;
  1463. display: flex;
  1464. flex-direction: column;
  1465. }
  1466. .txt17 {
  1467. width: 180rpx;
  1468. height: 30rpx;
  1469. display: block;
  1470. overflow-wrap: break-word;
  1471. color: rgba(51,51,51,1);
  1472. font-size: 30rpx;
  1473. font-family: PingFangSC-Medium;
  1474. white-space: nowrap;
  1475. line-height: 30rpx;
  1476. text-align: left;
  1477. }
  1478. .section20 {
  1479. width: 750rpx;
  1480. height: 1rpx;
  1481. background-color: rgba(237,237,237,1);
  1482. margin-top: 40rpx;
  1483. display: flex;
  1484. flex-direction: column;
  1485. }
  1486. .section21 {
  1487. width: 334rpx;
  1488. height: 58rpx;
  1489. flex-direction: row;
  1490. display: flex;
  1491. justify-content: space-between;
  1492. margin: 40rpx 0 0 30rpx;
  1493. }
  1494. .outer17 {
  1495. width: 152rpx;
  1496. height: 58rpx;
  1497. border-radius: 29rpx;
  1498. border: 1px solid rgba(82,161,255,1);
  1499. display: flex;
  1500. flex-direction: column;
  1501. justify-content: center;
  1502. }
  1503. .outer18 {
  1504. width: 152rpx;
  1505. height: 58rpx;
  1506. border-radius: 29rpx;
  1507. border: 1px solid rgba(82,161,255,1);
  1508. display: flex;
  1509. flex-direction: column;
  1510. text-align: center;
  1511. justify-content: center;
  1512. }
  1513. .txt18 {
  1514. display: block;
  1515. overflow-wrap: break-word;
  1516. color: rgba(82,161,255,1);
  1517. font-size: 26rpx;
  1518. font-family: PingFangSC-Regular;
  1519. white-space: nowrap;
  1520. margin: 0 auto;
  1521. }
  1522. .word18 {
  1523. display: block;
  1524. overflow-wrap: break-word;
  1525. color: rgba(82,161,255,1);
  1526. font-size: 26rpx;
  1527. font-family: PingFangSC-Regular;
  1528. margin: 0 auto;
  1529. }
  1530. .txt19 {
  1531. width: 517rpx;
  1532. display: block;
  1533. overflow-wrap: break-word;
  1534. color: rgba(255,115,0,1);
  1535. font-size: 24rpx;
  1536. font-family: PingFangSC-Regular;
  1537. white-space: nowrap;
  1538. line-height: 24rpx;
  1539. text-align: left;
  1540. margin: 20rpx auto;
  1541. }
  1542. .whole{
  1543. width: 100%;
  1544. }