styles.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. @charset "utf-8";
  2. body{
  3. padding: 0;
  4. margin: 0;
  5. font-weight: normal;
  6. font-style: normal;
  7. font-size: 12px;
  8. font-family:"微软雅黑","Tahoma","HarmonyOS";
  9. vertical-align: baseline;
  10. text-align:justify;
  11. word-wrap:break-word;
  12. text-justify:inter-ideograph;
  13. color: #000000cc;
  14. }
  15. dl, ol, ul{
  16. padding: 0;
  17. }
  18. .navBody{
  19. background: rgba(33, 33, 41, 1);
  20. height: 36px;
  21. color: #fff;
  22. }
  23. .globalNav a{
  24. float:left;
  25. height:36px;
  26. line-height:36px;
  27. padding:0 10px;
  28. color:#eee;
  29. position: relative;
  30. cursor: pointer
  31. }
  32. .globalNav a:hover{
  33. background:#666E70;
  34. color:#fff;
  35. text-decoration: none;
  36. }
  37. .globalNav a.now{
  38. background:#008FFF;
  39. color:#fff;
  40. font-weight:600
  41. }
  42. .globalNav .zhzd{
  43. float:left;
  44. height:36px;
  45. position: relative;
  46. z-index:999
  47. }
  48. .globalNav .zhzd a b{
  49. border-color: #FFDDC9 transparent transparent;
  50. border-right: 3px dashed transparent;
  51. border-style: solid dashed dashed;
  52. border-width: 3px 3px 0;
  53. display: inline-block;
  54. font-size: 0;
  55. height: 0;
  56. line-height: 0;
  57. width: 0;
  58. position: relative;
  59. top:-1px;
  60. left:4px
  61. }
  62. .globalNav .zhzd .zhzdMenu{
  63. position: absolute;
  64. left:0;
  65. top:29px;
  66. background:#fff;
  67. border:1px solid #ccc;
  68. border-top:none;
  69. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  70. z-index: 0;
  71. display:none
  72. }
  73. .globalNav .zhzd .zhzdMenu a{
  74. width:100%;
  75. padding:0;
  76. text-align:center;
  77. color:#3366cc
  78. }
  79. .globalNav .zhzd .zhzdMenu a:hover{
  80. background:#f2f2f2
  81. }
  82. .globalNav .zhzd a.now{
  83. background:#fff;
  84. border:1px solid #ccc;
  85. border-bottom:none;
  86. border-top:none;
  87. color:#3366cc;
  88. z-index:10
  89. }
  90. .width1200{
  91. max-width: 1200px;
  92. margin: 0 auto;
  93. }
  94. .table-cell{
  95. display: table-cell;
  96. vertical-align: middle;
  97. }
  98. .headBox{
  99. width: 100%;
  100. height: 100px;
  101. }
  102. .logo, .buttonCon{
  103. height: 100px;
  104. display: table;
  105. }
  106. .logoBText{
  107. font-size: 20px;
  108. font-weight: bold;
  109. color: rgba(0, 0, 0, 0.8);
  110. }
  111. .logoSText{
  112. font-size: 14px;
  113. color: rgba(0, 0, 0, 0.8);
  114. }
  115. .navList ul li{
  116. float: left;
  117. list-style-type: none;
  118. margin: 0 25px;
  119. }
  120. .navList ul li:last-child{
  121. margin: 0;
  122. }
  123. .navList ul li a{
  124. display: table;
  125. font-size: 18px;
  126. font-weight: 600;
  127. color: rgba(0, 0, 0, 0.8);
  128. padding:34px 18px 35px 18px;
  129. }
  130. .navList ul li a:hover{
  131. text-decoration: none;
  132. color:rgba(51, 119, 255, 1);
  133. }
  134. .navList ul li.active{
  135. border-bottom: 4px solid rgba(51, 119, 255, 1);
  136. }
  137. .btnTyan{
  138. padding: 10px 20px;
  139. background: rgba(51, 119, 255, 1);
  140. }
  141. .bannerBox{
  142. width: 100%;
  143. height: 440px;
  144. background: url(img/image_banner.png) no-repeat center center;
  145. }
  146. .bannerText{
  147. position: absolute;
  148. top: 135px;
  149. left: 0;
  150. }
  151. .bannerSText{
  152. font-size: 22px;
  153. color: rgba(0, 0, 0, 0.8);
  154. }
  155. .bannerBText{
  156. font-size: 48px;
  157. font-weight: bold;
  158. color: rgba(0, 0, 0, 0.8);
  159. letter-spacing:6px;
  160. }
  161. .applicationBox{
  162. margin-top: -90px;
  163. }
  164. .applicationBox .width1200{
  165. width: 1200px;
  166. }
  167. .applicationList{
  168. float: left;
  169. width: 230px;
  170. background: rgba(249, 250, 252, 0.9);
  171. border: 2px solid rgba(255, 255, 255, 1);
  172. border-radius: 8px;
  173. padding: 18px 20px;
  174. margin-right: 12px;
  175. }
  176. .applicationList:last-child{
  177. margin-right: 0;
  178. }
  179. .applicationTitle{
  180. display: flex;
  181. /*justify-content: center; */
  182. align-items: center;
  183. }
  184. .applicationTitle{
  185. font-size: 18px;
  186. font-weight: bold;
  187. color: rgba(0, 0, 0, 0.8);
  188. }
  189. .applicationTitle i{
  190. font-size: 30px;
  191. }
  192. .applicationCon{
  193. color: rgba(0, 0, 0, 0.6);
  194. font-size: 14px;
  195. line-height: 28px;
  196. }
  197. .caseBTitle{
  198. height: 105px;
  199. }
  200. .caseTList{
  201. width: 100%;
  202. height: 100%;
  203. text-align: center;
  204. cursor: pointer;
  205. }
  206. .caseBTitle .row .col-4.active .caseTList{
  207. border-bottom: 4px solid rgba(51, 119, 255, 1);
  208. }
  209. /*.caseTList:hover{
  210. border-bottom: 4px solid rgba(51, 119, 255, 1);
  211. }*/
  212. .caseBTitle .active .caseTImg, .caseBTitle .active .caseText{
  213. color: rgba(51, 119, 255, 1);
  214. }
  215. /*.caseTList:hover .caseTImg, .caseTList:hover .caseText{
  216. color: rgba(51, 119, 255, 1);
  217. }*/
  218. .caseTImg i{
  219. font-size: 48px;
  220. }
  221. .caseTImg .iconWidth{
  222. width: 48px;
  223. height: 48px;
  224. }
  225. .caseTImg .iconGaosu{
  226. background: url(img/css_sprites.png) no-repeat -145px -100px;
  227. }
  228. .caseBTitle .row .col-4.active .caseTImg .iconGaosu{
  229. background: url(img/css_sprites.png) no-repeat -193px -100px;
  230. }
  231. .caseTImg .iconGuo{
  232. background: url(img/css_sprites.png) no-repeat -48px -100px;
  233. }
  234. .caseBTitle .row .col-4.active .caseTImg .iconGuo{
  235. background: url(img/css_sprites.png) no-repeat -96px -100px;
  236. }
  237. .caseTImg .iconNongcun{
  238. background: url(img/css_sprites.png) no-repeat -0px -148px;
  239. }
  240. .caseBTitle .row .col-4.active .caseTImg .iconNongcun{
  241. background: url(img/css_sprites.png) no-repeat -48px -148px;
  242. }
  243. .caseText{
  244. padding-bottom: 15px;
  245. font-size: 18px;
  246. font-weight: 600;
  247. color: rgba(0, 0, 0, 0.6);;
  248. }
  249. .caseContent{
  250. background: rgba(247, 248, 250, 1);
  251. }
  252. .caseContent ul li{
  253. float: left;
  254. width: 1200px;
  255. list-style-type: none;
  256. display: none;
  257. }
  258. .gridTopContent{
  259. background: rgba(255, 255, 255, 1);
  260. border-radius: 8px;
  261. padding: 25px;
  262. }
  263. .gridTopContent h4, .gridBottomContent h4{
  264. font-size: 18px;
  265. font-weight: 600;
  266. color: rgba(0, 0, 0, 0.8);
  267. }
  268. .gridTopContent p{
  269. font-size: 14px;
  270. color: rgba(0, 0, 0, 0.8);
  271. line-height: 28px;
  272. margin-bottom: 0;
  273. }
  274. .gridTopContent p span{
  275. color: rgba(255, 74, 61, 1);
  276. }
  277. .gridBottomContent h4{
  278. color: rgba(51, 51, 51, 1);
  279. }
  280. .gridBottomContent p{
  281. font-size: 16px;
  282. color: rgb(102, 102, 102);
  283. }
  284. .caseListImg img{
  285. width: 1200px;
  286. }
  287. .mapBox{
  288. margin: 80px 0;
  289. }
  290. .mapBox h4{
  291. width: 100%;
  292. font-size: 28px;
  293. font-weight: bold;
  294. color: rgb(51, 51, 51);
  295. }
  296. .bottomBox {
  297. width: 100%;
  298. text-align: center;
  299. padding: 80px 0 20px 0;
  300. background: rgba(5, 13, 22, 1);
  301. color: #fff;
  302. }
  303. .bottomItem {
  304. text-align: left;
  305. }
  306. .bottomItem h4 {
  307. font-size: 18px;
  308. }
  309. .bottomList {
  310. padding: 0;
  311. }
  312. .bottomList .phone {
  313. font-size: 16px;
  314. color: rgba(255, 255, 255, 1);
  315. }
  316. .iconWidth {
  317. display: inline-block;
  318. width: 24px;
  319. height: 24px;
  320. }
  321. .iconPhone {
  322. background: url(img/css_sprites.png) no-repeat -175px -235px;
  323. }
  324. .iconQQ {
  325. background: url(img/css_sprites.png) no-repeat -200px -235px;
  326. }
  327. .bottomList img {
  328. width: 160px;
  329. height: 160px;
  330. }
  331. .bottomList li {
  332. font-size: 16px;
  333. list-style-type: none;
  334. display: flex;
  335. /*justify-content: center;*/
  336. align-items: center;
  337. line-height: 24px;
  338. padding: 10px 0;
  339. color: rgba(255, 255, 255, 0.6);
  340. }
  341. .bottomList li a {
  342. color: rgba(255, 255, 255, 0.6);
  343. }
  344. .bottomList li a:hover {
  345. color: rgba(255, 255, 255, 1);
  346. }
  347. .mapContent{
  348. position: relative;
  349. width: 100%;
  350. overflow: hidden;
  351. }
  352. .mapLabel{
  353. position: absolute;
  354. top: 0;
  355. left: 1140px;
  356. width: 60px;
  357. height: 640px;
  358. background: rgba(51, 119, 255, 1);
  359. color: #fff;
  360. display: flex;
  361. justify-content: center;
  362. align-items: center;
  363. cursor: pointer;
  364. transition: all 0.8s ease-in 0s;
  365. transform: translateX(0px);
  366. }
  367. .mapLabelShow{
  368. transform: translateX(-1140px) !important;
  369. -webkit-transition-timing-function: ease-in-out;
  370. transition-timing-function: ease-in-out;
  371. }
  372. .mapLabel span{
  373. display: block;
  374. width: 18px;
  375. font-size: 18px;
  376. font-weight: 500;
  377. }
  378. .mapLabel i{
  379. font-size: 24px;
  380. }
  381. .mapItemWrapper{
  382. position: absolute;
  383. top: 0;
  384. left: 0;
  385. width: 1140px;
  386. height: 640px;
  387. background: rgba(235, 240, 245, 1);
  388. opacity: 0;
  389. transition: all 0.8s ease-in 0s;
  390. transform: translateX(1200px);
  391. }
  392. .show {
  393. transform: translateX(60px) !important;
  394. -webkit-transition-timing-function: ease-in-out;
  395. transition-timing-function: ease-in-out;
  396. opacity: 1 !important;
  397. }
  398. .mapItemAreaNav{
  399. margin: 15px 20px;
  400. height: 32px;
  401. background: rgba(207, 214, 229, 1);
  402. border-radius: 39px;
  403. }
  404. .mapItemAreaNav ul li{
  405. float: left;
  406. list-style-type: none;
  407. height: 32px;
  408. font-size: 14px;
  409. font-weight: 600;
  410. color: rgba(0, 0, 0, 0.8);
  411. padding: 4px 26px;
  412. cursor: pointer;
  413. border-radius: 39px;
  414. border: 2px solid rgba(207, 214, 229, 1);
  415. }
  416. .mapItemAreaNav ul li.active{
  417. color: rgba(51, 119, 255, 1);
  418. background: rgba(255, 255, 255, 1);
  419. border-radius: 82px;
  420. border: 2px solid rgba(207, 214, 229, 1);
  421. }
  422. .mapItemAreaNav ul li:hover{
  423. color: rgba(51, 119, 255, 1);
  424. background: rgba(255, 255, 255, 1);
  425. border-radius: 82px;
  426. border: 2px solid rgba(207, 214, 229, 1);
  427. }
  428. .mapItemContent ul li{
  429. float: left;
  430. list-style-type: none;
  431. display: none;
  432. }
  433. .mapItemContent .mapItemList{
  434. position: relative;
  435. float: left;
  436. list-style-type: none;
  437. width: 355px;
  438. height: 127px;
  439. background: rgba(255, 255, 255, 1);
  440. border-radius: 4px;
  441. padding: 16px;
  442. margin-left: 17px;
  443. margin-bottom: 17px;
  444. }
  445. .mapItemContent .mapItemList h4{
  446. font-size: 16px;
  447. color: rgba(0, 0, 0, 0.8);
  448. }
  449. .mapItemContent .mapItemList .mapItemBottom{
  450. position: absolute;
  451. left: 16px;
  452. bottom: 16px;
  453. }
  454. .mapItemTime, .mapItemMoney{
  455. font-size: 14px;
  456. color: rgba(0, 0, 0, 0.6);
  457. display: flex;
  458. align-items: center;
  459. }
  460. .mapItemContent .mapItemList.more{
  461. font-size: 16px;
  462. display: flex;
  463. justify-content: center;
  464. align-items: center;
  465. }
  466. .mapItemContent .mapItemList.more i{
  467. font-size: 18px;
  468. }
  469. .managementBox{
  470. padding: 80px 0 30px 0;
  471. background: rgba(247, 248, 250, 1);
  472. }
  473. .managementBox h4{
  474. font-size: 36px;
  475. font-weight: 500;
  476. }
  477. .managementItem ul li{
  478. position: relative;
  479. float: left;
  480. list-style-type: none;
  481. width: 260px;
  482. height: 80px;
  483. overflow: hidden;
  484. background: rgba(51, 119, 255, 1);
  485. border-radius: 8px;
  486. font-size: 36px;
  487. font-weight: 500;
  488. color: rgba(255, 255, 255, 1);
  489. display: flex;
  490. justify-content: center;
  491. align-items: center;
  492. }
  493. .managementItem ul li.arrowBox{
  494. width: 200px;
  495. background: rgba(247, 248, 250, 1);
  496. }
  497. .managementItem ul li .line{
  498. width: 200px;
  499. height: 2px;
  500. background: #fff;
  501. border-radius: 0;
  502. border: 2px dashed rgba(51, 119, 255, 0.8);
  503. }
  504. .managementItem ul li span{
  505. position: absolute;
  506. top: -20px;
  507. left: 13px;
  508. font-size: 120px;
  509. font-weight: 500;
  510. color: rgba(255, 255, 255, 0.06);
  511. }
  512. .managementItem ul li i{
  513. position: absolute;
  514. top: 30px;
  515. right: -2px;
  516. display: inline-block;
  517. width: 0;
  518. height: 0;
  519. border-top: 10px solid transparent;
  520. border-left: 15px solid rgba(51, 119, 255, 1);
  521. border-bottom: 10px solid transparent;
  522. }
  523. .jianjieContent{
  524. font-size: 18px;
  525. color: rgba(0, 0, 0, 0.6);
  526. line-height: 48px;
  527. }
  528. .rangeBox{
  529. padding: 80px 0 80px 0;
  530. background: rgba(247, 248, 250, 1);
  531. }
  532. .rangeItem li{
  533. float: left;
  534. list-style-type: none;
  535. }
  536. .rangeItem li .card{
  537. width: 288px;
  538. height: 288px;
  539. border-color: #fff;
  540. }
  541. .rangeItem li .card i{
  542. font-size: 120px;
  543. }
  544. .rangeItem li h5{
  545. color: rgba(0, 0, 0, 0.8);
  546. font-size: 24px;
  547. }
  548. .productsItem{
  549. height: 100px;
  550. border-radius: 8px;
  551. margin-bottom: 30px;
  552. }
  553. .productsBlue{
  554. background: rgba(51, 119, 255, 0.1);
  555. }
  556. .productsGreen{
  557. background: rgba(51, 255, 221, 0.1);
  558. }
  559. .productsOrange{
  560. background: rgba(255, 153, 51, 0.1);
  561. }
  562. .productsRed{
  563. background: rgba(255, 51, 51, 0.1);;
  564. }
  565. .productsLeft{
  566. float: left;
  567. width: 190px;
  568. height: 100px;
  569. text-align: center;
  570. font-size: 24px;
  571. color: rgba(0, 0, 0, 0.8);
  572. }
  573. .productsRight{
  574. margin: 0 0 0 190px;
  575. height: 100px;
  576. }
  577. .productsText{
  578. background: #fff;
  579. height: 64px;
  580. border-radius: 8px;
  581. font-size: 24px;
  582. display: flex;
  583. align-items: center;
  584. padding: 0 20px;
  585. }
  586. .productsTextBlue{
  587. background: rgba(51, 119, 255, 0.2);
  588. }
  589. .productsTextGreen{
  590. background: rgba(46, 229, 199, 0.2);
  591. }
  592. .productsTextOrange{
  593. background: rgba(255, 153, 51, 0.2);;
  594. }
  595. .productsTextRed{
  596. background: rgba(255, 51, 51, 0.2);;
  597. }
  598. .productsText .iconWidth{
  599. width: 40px;
  600. height: 40px;
  601. }
  602. .iconLogo{
  603. background: url(img/css_sprites.png) no-repeat -44px -195px;
  604. }
  605. .iconPC{
  606. background: url(img/css_sprites.png) no-repeat 0px -195px;
  607. }
  608. .iconModel{
  609. background: url(img/css_sprites.png) no-repeat -123px -195px;
  610. }
  611. .iconYun{
  612. background: url(img/css_sprites.png) no-repeat -97px -147px;
  613. }
  614. .iconBig{
  615. background: url(img/css_sprites.png) no-repeat -180px -60px;
  616. }
  617. .iconYi{
  618. background: url(img/css_sprites.png) no-repeat -205px -195px;
  619. }
  620. .iconMo{
  621. background: url(img/css_sprites.png) no-repeat -160px -195px;
  622. }
  623. .iconShu{
  624. background: url(img/css_sprites.png) no-repeat -100px -60px;
  625. }
  626. .iconZhi{
  627. background: url(img/css_sprites.png) no-repeat -138px -60px;
  628. }
  629. .iconBiao{
  630. background: url(img/css_sprites.png) no-repeat -138px -148px;
  631. }
  632. .iconGui{
  633. background: url(img/css_sprites.png) no-repeat -180px -148px;
  634. }
  635. .iconJin{
  636. background: url(img/css_sprites.png) no-repeat -83px -195px;
  637. }
  638. .wisdomBox{
  639. position: relative;
  640. padding: 80px 0 240px 0;
  641. /*background: rgba(247, 248, 250, 1);*/
  642. background:rgba(247, 248, 250, 1) url(img/image_down.png) no-repeat center bottom;
  643. }
  644. .wisdomBigHead{
  645. width: 100%;
  646. text-align: center;
  647. font-size: 36px;
  648. font-weight: 500;
  649. color: rgba(0, 0, 0, 0.8);
  650. }
  651. .wisdomSmallHead{
  652. width: 100%;
  653. text-align: center;
  654. font-size: 18px;
  655. color: rgba(0, 0, 0, 0.6);
  656. padding: 15px 0;
  657. }
  658. .wisdomContent{
  659. margin: 100px 0 0 0;
  660. }
  661. .wisdomLeft{
  662. width: 390px;
  663. }
  664. .wisdomLeft1{
  665. width: 795px;
  666. }
  667. .wisdomLeft ul li,.wisdomRight1 ul li{
  668. float: left;
  669. list-style-type: none;
  670. background: rgba(255, 255, 255, 1);
  671. border-radius: 8px;
  672. padding: 25px;
  673. margin-bottom: 20px;
  674. cursor: pointer;
  675. border: 1px solid rgba(255, 255, 255, 1);
  676. }
  677. .wisdomShow{
  678. border: 1px solid rgba(51, 119, 255, 1) !important;
  679. }
  680. .wisdomLeft ul li h4,.wisdomRight1 ul li h4{
  681. font-size: 18px;
  682. font-weight: 600;
  683. color: rgba(0, 0, 0, 0.8);
  684. }
  685. .wisdomLeft ul li .wisdomText,.wisdomRight1 ul li .wisdomText{
  686. font-size: 14px;
  687. color: rgba(0, 0, 0, 0.6);
  688. line-height: 28px;
  689. }
  690. .wisdomRight{
  691. margin: 0 0 0 410px;
  692. }
  693. .wisdomRight1{
  694. margin: 0 0 0 810px;
  695. }
  696. .wisdomRight ul li,.wisdomLeft1 ul li{
  697. float: left;
  698. list-style-type: none;
  699. display: none;
  700. }
  701. .wisdomRight ul li img,.wisdomLeft1 ul li img{
  702. /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  703. border-radius: 5px;
  704. }
  705. .bottomBtn{
  706. position: absolute;
  707. bottom: 100px;
  708. left: 50%;
  709. margin-left: -60px;
  710. }
  711. /*#mynav{
  712. width:100%;
  713. position:relative;
  714. z-index:99;
  715. }*/
  716. .listNav{
  717. margin: 15px 0;
  718. height: 32px;
  719. background: rgba(207, 214, 229, 1);
  720. border-radius: 39px;
  721. }
  722. .listNav ul li{
  723. float: left;
  724. list-style-type: none;
  725. }
  726. .listNav ul li a{
  727. display: inline-block;
  728. height: 32px;
  729. font-size: 14px;
  730. font-weight: 600;
  731. color: rgba(0, 0, 0, 0.8);
  732. padding: 4px 30px;
  733. cursor: pointer;
  734. border-radius: 39px;
  735. border: 2px solid rgba(207, 214, 229, 1);
  736. }
  737. .listNav ul li.active a{
  738. color: rgba(51, 119, 255, 1);
  739. background: rgba(255, 255, 255, 1);
  740. border-radius: 82px;
  741. border: 2px solid rgba(207, 214, 229, 1);
  742. }
  743. .listNav ul li a:hover{
  744. text-decoration: none;
  745. color: rgba(51, 119, 255, 1);
  746. background: rgba(255, 255, 255, 1);
  747. border-radius: 82px;
  748. border: 2px solid rgba(207, 214, 229, 1);
  749. }
  750. .listContent ul li{
  751. float: left;
  752. list-style-type: none;
  753. width: 100%;
  754. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  755. }
  756. .listContent .mapItemList{
  757. float: left;
  758. width: 100%;
  759. list-style-type: none;
  760. background: rgba(255, 255, 255, 1);
  761. border-radius: 4px;
  762. padding: 16px 0;
  763. margin-bottom: 10px;
  764. margin-top: 5px;
  765. }
  766. .listContent .mapItemList h4{
  767. font-size: 18px;
  768. color: rgba(0, 0, 0, 0.8);
  769. font-weight: 600;
  770. }
  771. .listBottom{
  772. font-size: 14px;
  773. color: rgba(0, 0, 0, 0.8);
  774. }
  775. .mapItemTime, .mapItemMoney{
  776. font-size: 14px;
  777. color: rgba(0, 0, 0, 0.6);
  778. display: flex;
  779. align-items: center;
  780. }
  781. #mao{
  782. margin-top: 195px;
  783. }