lattice.wxss 30 KB

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