lattice.wxss 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  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. flex-direction: row;
  355. }
  356. .outer3-0 {
  357. width: 80rpx;
  358. /* height: 122rpx; */
  359. display: flex;
  360. flex-direction: column;
  361. margin: 0 59rpx 40rpx 0;
  362. }
  363. .layer4-0 {
  364. width: 80rpx;
  365. /* height: 122rpx; */
  366. display: flex;
  367. flex-direction: column;
  368. justify-content: space-between;
  369. }
  370. .main7-0 {
  371. height: 80rpx;
  372. border-radius: 50%;
  373. border: 1px solid #CCCCCC;
  374. display: flex;
  375. flex-direction: column;
  376. justify-content: center;
  377. }
  378. .active-tag {
  379. background-color: #FF7300;
  380. color: #fff;
  381. border: 1px solid #FF7300;
  382. }
  383. .word8-0 {
  384. height: 50rpx;
  385. display: block;
  386. overflow-wrap: break-word;
  387. font-size: 50rpx;
  388. font-family: PingFangSC-Semibold;
  389. white-space: nowrap;
  390. line-height: 50rpx;
  391. text-align: left;
  392. margin: 0 auto;
  393. }
  394. .word9-01 {
  395. width: 52rpx;
  396. height: 26rpx;
  397. display: block;
  398. overflow-wrap: break-word;
  399. font-size: 26rpx;
  400. font-family: PingFangSC-Regular;
  401. white-space: nowrap;
  402. line-height: 26rpx;
  403. text-align: center;
  404. margin: 16rpx 0 0 14rpx;
  405. color: rgba(255,115,0,1);
  406. }
  407. .outer3-1 {
  408. width: 80rpx;
  409. height: 122rpx;
  410. display: flex;
  411. flex-direction: column;
  412. margin: 0 73rpx 40rpx 0;
  413. }
  414. .layer4-1 {
  415. width: 80rpx;
  416. height: 122rpx;
  417. display: flex;
  418. flex-direction: column;
  419. justify-content: space-between;
  420. }
  421. .main7-1 {
  422. height: 80rpx;
  423. border-radius: 50%;
  424. border: 1px solid #CCCCCC;
  425. display: flex;
  426. flex-direction: column;
  427. padding-left: 24rpx;
  428. width: 80rpx;
  429. justify-content: center;
  430. }
  431. .word8-1 {
  432. width: 30rpx;
  433. height: 50rpx;
  434. display: block;
  435. overflow-wrap: break-word;
  436. color: rgba(51,51,51,1);
  437. font-size: 50rpx;
  438. font-family: PingFangSC-Semibold;
  439. white-space: nowrap;
  440. line-height: 50rpx;
  441. text-align: left;
  442. }
  443. .outer3-2 {
  444. width: 80rpx;
  445. height: 122rpx;
  446. display: flex;
  447. flex-direction: column;
  448. margin: 0 73rpx 40rpx 0;
  449. }
  450. .layer4-2 {
  451. width: 80rpx;
  452. height: 122rpx;
  453. display: flex;
  454. flex-direction: column;
  455. justify-content: space-between;
  456. }
  457. .main7-2 {
  458. height: 80rpx;
  459. border-radius: 50%;
  460. border: 1px solid #CCCCCC;
  461. display: flex;
  462. flex-direction: column;
  463. padding-left: 29rpx;
  464. width: 80rpx;
  465. justify-content: center;
  466. }
  467. .word8-2 {
  468. width: 30rpx;
  469. height: 50rpx;
  470. display: block;
  471. overflow-wrap: break-word;
  472. color: rgba(51,51,51,1);
  473. font-size: 50rpx;
  474. font-family: PingFangSC-Semibold;
  475. white-space: nowrap;
  476. line-height: 50rpx;
  477. text-align: left;
  478. }
  479. .outer3-3 {
  480. width: 80rpx;
  481. height: 122rpx;
  482. display: flex;
  483. flex-direction: column;
  484. margin: 0 73rpx 40rpx 0;
  485. }
  486. .layer4-3 {
  487. width: 80rpx;
  488. height: 122rpx;
  489. display: flex;
  490. flex-direction: column;
  491. justify-content: space-between;
  492. }
  493. .main7-3 {
  494. height: 80rpx;
  495. border-radius: 50%;
  496. border: 1px solid #CCCCCC;
  497. display: flex;
  498. flex-direction: column;
  499. padding-left: 24rpx;
  500. width: 80rpx;
  501. justify-content: center;
  502. }
  503. .word8-3 {
  504. width: 30rpx;
  505. height: 50rpx;
  506. display: block;
  507. overflow-wrap: break-word;
  508. color: rgba(51,51,51,1);
  509. font-size: 50rpx;
  510. font-family: PingFangSC-Semibold;
  511. white-space: nowrap;
  512. line-height: 50rpx;
  513. text-align: left;
  514. }
  515. .outer3-4 {
  516. width: 80rpx;
  517. height: 122rpx;
  518. display: flex;
  519. flex-direction: column;
  520. margin: 0 73rpx 40rpx 0;
  521. margin-right: 0rpx;
  522. }
  523. .layer4-4 {
  524. width: 80rpx;
  525. height: 122rpx;
  526. display: flex;
  527. flex-direction: column;
  528. justify-content: space-between;
  529. }
  530. .main7-4 {
  531. height: 80rpx;
  532. border-radius: 50%;
  533. border: 1px solid #CCCCCC;
  534. display: flex;
  535. flex-direction: column;
  536. padding-left: 24rpx;
  537. width: 80rpx;
  538. justify-content: center;
  539. }
  540. .word8-4 {
  541. width: 30rpx;
  542. height: 50rpx;
  543. display: block;
  544. overflow-wrap: break-word;
  545. color: rgba(51,51,51,1);
  546. font-size: 50rpx;
  547. font-family: PingFangSC-Semibold;
  548. white-space: nowrap;
  549. line-height: 50rpx;
  550. text-align: left;
  551. }
  552. .word9-4 {
  553. width: 52rpx;
  554. height: 26rpx;
  555. display: block;
  556. overflow-wrap: break-word;
  557. font-size: 26rpx;
  558. font-family: PingFangSC-Regular;
  559. white-space: nowrap;
  560. line-height: 26rpx;
  561. text-align: center;
  562. margin: 16rpx 0 0 14rpx;
  563. color: rgba(209,1,29,1);
  564. }
  565. .outer3-5 {
  566. width: 80rpx;
  567. height: 122rpx;
  568. display: flex;
  569. flex-direction: column;
  570. margin: 0 73rpx 40rpx 0;
  571. margin-bottom: 0rpx;
  572. }
  573. .layer4-5 {
  574. width: 80rpx;
  575. height: 122rpx;
  576. display: flex;
  577. flex-direction: column;
  578. justify-content: space-between;
  579. }
  580. .main7-5 {
  581. height: 80rpx;
  582. border-radius: 50%;
  583. border: 1px solid #CCCCCC;
  584. display: flex;
  585. flex-direction: column;
  586. padding-left: 24rpx;
  587. width: 80rpx;
  588. justify-content: center;
  589. }
  590. .word8-5 {
  591. width: 30rpx;
  592. height: 50rpx;
  593. display: block;
  594. overflow-wrap: break-word;
  595. color: rgba(51,51,51,1);
  596. font-size: 50rpx;
  597. font-family: PingFangSC-Semibold;
  598. white-space: nowrap;
  599. line-height: 50rpx;
  600. text-align: left;
  601. }
  602. .word9-5 {
  603. width: 52rpx;
  604. height: 26rpx;
  605. display: block;
  606. overflow-wrap: break-word;
  607. font-size: 26rpx;
  608. font-family: PingFangSC-Regular;
  609. white-space: nowrap;
  610. line-height: 26rpx;
  611. text-align: center;
  612. margin: 16rpx 0 0 14rpx;
  613. color: rgba(85,190,25,1);
  614. }
  615. .outer3-6 {
  616. width: 80rpx;
  617. height: 122rpx;
  618. display: flex;
  619. flex-direction: column;
  620. margin: 0 73rpx 40rpx 0;
  621. margin-bottom: 0rpx;
  622. }
  623. .layer4-6 {
  624. width: 80rpx;
  625. height: 122rpx;
  626. display: flex;
  627. flex-direction: column;
  628. justify-content: space-between;
  629. }
  630. .main7-6 {
  631. height: 80rpx;
  632. border-radius: 50%;
  633. border: 1px solid #CCCCCC;
  634. display: flex;
  635. flex-direction: column;
  636. padding-left: 24rpx;
  637. width: 80rpx;
  638. justify-content: center;
  639. }
  640. .word8-6 {
  641. width: 30rpx;
  642. height: 50rpx;
  643. display: block;
  644. overflow-wrap: break-word;
  645. color: rgba(51,51,51,1);
  646. font-size: 50rpx;
  647. font-family: PingFangSC-Semibold;
  648. white-space: nowrap;
  649. line-height: 50rpx;
  650. text-align: left;
  651. }
  652. .word9-6 {
  653. width: 52rpx;
  654. height: 26rpx;
  655. display: block;
  656. overflow-wrap: break-word;
  657. font-size: 26rpx;
  658. font-family: PingFangSC-Regular;
  659. white-space: nowrap;
  660. line-height: 26rpx;
  661. text-align: center;
  662. margin: 16rpx 0 0 14rpx;
  663. color: rgba(85,190,25,1);
  664. }
  665. .outer3-7 {
  666. width: 80rpx;
  667. height: 122rpx;
  668. display: flex;
  669. flex-direction: column;
  670. margin: 0 73rpx 40rpx 0;
  671. margin-bottom: 0rpx;
  672. }
  673. .layer4-7 {
  674. width: 80rpx;
  675. height: 122rpx;
  676. display: flex;
  677. flex-direction: column;
  678. justify-content: space-between;
  679. }
  680. .main7-7 {
  681. height: 80rpx;
  682. border-radius: 50%;
  683. border: 1px solid #CCCCCC;
  684. display: flex;
  685. flex-direction: column;
  686. padding-left: 24rpx;
  687. width: 80rpx;
  688. justify-content: center;
  689. }
  690. .word8-7 {
  691. width: 30rpx;
  692. height: 50rpx;
  693. display: block;
  694. overflow-wrap: break-word;
  695. color: rgba(51,51,51,1);
  696. font-size: 50rpx;
  697. font-family: PingFangSC-Semibold;
  698. white-space: nowrap;
  699. line-height: 50rpx;
  700. text-align: left;
  701. }
  702. .word9-7 {
  703. width: 52rpx;
  704. height: 26rpx;
  705. display: block;
  706. overflow-wrap: break-word;
  707. font-size: 26rpx;
  708. font-family: PingFangSC-Regular;
  709. white-space: nowrap;
  710. line-height: 26rpx;
  711. text-align: center;
  712. margin: 16rpx 0 0 14rpx;
  713. color: rgba(85,190,25,1);
  714. }
  715. .outer3-8 {
  716. width: 80rpx;
  717. height: 122rpx;
  718. display: flex;
  719. flex-direction: column;
  720. margin: 0 73rpx 40rpx 0;
  721. margin-bottom: 0rpx;
  722. }
  723. .layer4-8 {
  724. width: 80rpx;
  725. height: 122rpx;
  726. display: flex;
  727. flex-direction: column;
  728. justify-content: space-between;
  729. }
  730. .main7-8 {
  731. height: 80rpx;
  732. border-radius: 50%;
  733. border: 1px solid #CCCCCC;
  734. display: flex;
  735. flex-direction: column;
  736. padding-left: 24rpx;
  737. width: 80rpx;
  738. justify-content: center;
  739. }
  740. .word8-8 {
  741. width: 30rpx;
  742. height: 50rpx;
  743. display: block;
  744. overflow-wrap: break-word;
  745. color: rgba(51,51,51,1);
  746. font-size: 50rpx;
  747. font-family: PingFangSC-Semibold;
  748. white-space: nowrap;
  749. line-height: 50rpx;
  750. text-align: left;
  751. }
  752. .word9-8 {
  753. width: 52rpx;
  754. height: 26rpx;
  755. display: block;
  756. overflow-wrap: break-word;
  757. font-size: 26rpx;
  758. font-family: PingFangSC-Regular;
  759. white-space: nowrap;
  760. line-height: 26rpx;
  761. text-align: center;
  762. margin: 16rpx 0 0 14rpx;
  763. color: rgba(85,190,25,1);
  764. }
  765. .main8 {
  766. height: 148rpx;
  767. border-radius: NaNrpx;
  768. background-color: rgba(255,255,255,1);
  769. margin-top: 342rpx;
  770. display: flex;
  771. flex-direction: column;
  772. width: 750rpx;
  773. justify-content: center;
  774. align-items: center;
  775. }
  776. .info5 {
  777. width: 352rpx;
  778. height: 32rpx;
  779. display: block;
  780. overflow-wrap: break-word;
  781. color: rgba(51,51,51,1);
  782. font-size: 32rpx;
  783. font-family: PingFangSC-Medium;
  784. white-space: nowrap;
  785. line-height: 32rpx;
  786. text-align: center;
  787. }
  788. .mod9 {
  789. height: 148rpx;
  790. border-radius: NaNrpx;
  791. background-color: rgba(255,255,255,1);
  792. margin-top: 342rpx;
  793. display: flex;
  794. flex-direction: column;
  795. width: 750rpx;
  796. justify-content: center;
  797. align-items: center;
  798. position: fixed;
  799. bottom: 0;
  800. }
  801. .bd2 {
  802. width: 690rpx;
  803. height: 88rpx;
  804. flex-direction: row;
  805. display: flex;
  806. justify-content: space-between;
  807. }
  808. .outer-8 {
  809. width: 750rpx;
  810. height: 1rpx;
  811. background-color: rgba(237,237,237,1);
  812. margin-top: 26rpx;
  813. display: flex;
  814. flex-direction: column;
  815. }
  816. .outer8 {
  817. height: 88rpx;
  818. border-radius: 8rpx;
  819. background-color: rgba(82,161,255,1);
  820. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  821. display: flex;
  822. flex-direction: column;
  823. width: 516rpx;
  824. justify-content: center;
  825. align-items: center;
  826. }
  827. .word12 {
  828. width: 128rpx;
  829. height: 32rpx;
  830. display: block;
  831. overflow-wrap: break-word;
  832. color: rgba(255,255,255,1);
  833. font-size: 32rpx;
  834. font-family: PingFangSC-Medium;
  835. white-space: nowrap;
  836. line-height: 32rpx;
  837. text-align: center;
  838. }
  839. .outer9 {
  840. height: 88rpx;
  841. border-radius: 8rpx;
  842. background-color: rgba(82,161,255,1);
  843. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  844. display: flex;
  845. flex-direction: column;
  846. width: 144rpx;
  847. justify-content: center;
  848. align-items: center;
  849. }
  850. .word12 {
  851. width: 128rpx;
  852. height: 32rpx;
  853. display: block;
  854. overflow-wrap: break-word;
  855. color: rgba(255,255,255,1);
  856. font-size: 32rpx;
  857. font-family: PingFangSC-Medium;
  858. white-space: nowrap;
  859. line-height: 32rpx;
  860. text-align: center;
  861. }
  862. .outer-9 {
  863. width: 716rpx;
  864. height: 236rpx;
  865. flex-wrap: wrap;
  866. display: flex;
  867. flex-direction: row;
  868. margin: 16rpx 0 0 16rpx;
  869. }
  870. .word13 {
  871. width: 64rpx;
  872. height: 32rpx;
  873. display: block;
  874. overflow-wrap: break-word;
  875. color: rgba(255,255,255,1);
  876. font-size: 32rpx;
  877. font-family: PingFangSC-Medium;
  878. white-space: nowrap;
  879. line-height: 32rpx;
  880. text-align: center;
  881. }
  882. .group4 {
  883. height: 88rpx;
  884. border-radius: 8rpx;
  885. background-color: rgba(82,161,255,1);
  886. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  887. display: flex;
  888. flex-direction: column;
  889. width: 144rpx;
  890. justify-content: center;
  891. align-items: center;
  892. }
  893. .group5 {
  894. width: 56rpx;
  895. height: 32rpx;
  896. background: url(https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/icon_jiantou_white%402x.png?sign=4ad8b07fe082b4a4c58f0ffe06dbf727&t=1645095599) -1rpx -28rpx no-repeat;
  897. background-size: 64rpx 52rpx;
  898. display: flex;
  899. flex-direction: column;
  900. }
  901. .outer6 {
  902. z-index: 95;
  903. background-color: rgba(255,255,255,1);
  904. display: flex;
  905. flex-direction: column;
  906. padding: 26rpx 0;
  907. width: 750rpx;
  908. position: fixed;
  909. bottom: 0;
  910. box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
  911. border-radius: 24rpx 24rpx 0px 0px;
  912. }
  913. .wrap1 {
  914. width: 750rpx;
  915. display: flex;
  916. flex-direction: column;
  917. }
  918. .outer7 {
  919. width: 690rpx;
  920. height: 58rpx;
  921. margin-left: 30rpx;
  922. flex-direction: row;
  923. display: flex;
  924. justify-content: space-between;
  925. }
  926. .info8 {
  927. width: 133rpx;
  928. height: 30rpx;
  929. display: block;
  930. overflow-wrap: break-word;
  931. color: rgba(51,51,51,1);
  932. font-size: 30rpx;
  933. font-family: PingFangSC-Medium;
  934. white-space: nowrap;
  935. line-height: 30rpx;
  936. text-align: left;
  937. margin-top: 14rpx;
  938. }
  939. .mod11 {
  940. width: 152rpx;
  941. height: 58rpx;
  942. border-radius: 29rpx;
  943. border: 1px solid rgba(82,161,255,1);
  944. display: flex;
  945. flex-direction: column;
  946. }
  947. .empt{
  948. width: 750rpx;
  949. height: 148rpx;
  950. background: #FFFFFF;
  951. box-shadow: 0px -10rpx 20rpx 0px rgba(0, 0, 0, 0.06);
  952. border-radius: 24rpx 24rpx 0px 0px;
  953. text-align: center;
  954. line-height: 148rpx;
  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. }