detal.wxss 31 KB

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