styles.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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. .productsItem{
  524. height: 100px;
  525. border-radius: 8px;
  526. margin-bottom: 30px;
  527. }
  528. .productsBlue{
  529. background: rgba(51, 119, 255, 0.1);
  530. }
  531. .productsGreen{
  532. background: rgba(51, 255, 221, 0.1);
  533. }
  534. .productsOrange{
  535. background: rgba(255, 153, 51, 0.1);
  536. }
  537. .productsRed{
  538. background: rgba(255, 51, 51, 0.1);;
  539. }
  540. .productsLeft{
  541. float: left;
  542. width: 190px;
  543. height: 100px;
  544. text-align: center;
  545. font-size: 24px;
  546. color: rgba(0, 0, 0, 0.8);
  547. }
  548. .productsRight{
  549. margin: 0 0 0 190px;
  550. height: 100px;
  551. }
  552. .productsText{
  553. background: #fff;
  554. height: 64px;
  555. border-radius: 8px;
  556. font-size: 24px;
  557. display: flex;
  558. align-items: center;
  559. padding: 0 20px;
  560. }
  561. .productsTextBlue{
  562. background: rgba(51, 119, 255, 0.2);
  563. }
  564. .productsTextGreen{
  565. background: rgba(46, 229, 199, 0.2);
  566. }
  567. .productsTextOrange{
  568. background: rgba(255, 153, 51, 0.2);;
  569. }
  570. .productsTextRed{
  571. background: rgba(255, 51, 51, 0.2);;
  572. }
  573. .productsText .iconWidth{
  574. width: 40px;
  575. height: 40px;
  576. }
  577. .iconLogo{
  578. background: url(img/css_sprites.png) no-repeat -44px -195px;
  579. }
  580. .iconPC{
  581. background: url(img/css_sprites.png) no-repeat 0px -195px;
  582. }
  583. .iconModel{
  584. background: url(img/css_sprites.png) no-repeat -123px -195px;
  585. }
  586. .iconYun{
  587. background: url(img/css_sprites.png) no-repeat -97px -147px;
  588. }
  589. .iconBig{
  590. background: url(img/css_sprites.png) no-repeat -180px -60px;
  591. }
  592. .iconYi{
  593. background: url(img/css_sprites.png) no-repeat -205px -195px;
  594. }
  595. .iconMo{
  596. background: url(img/css_sprites.png) no-repeat -160px -195px;
  597. }
  598. .iconShu{
  599. background: url(img/css_sprites.png) no-repeat -100px -60px;
  600. }
  601. .iconZhi{
  602. background: url(img/css_sprites.png) no-repeat -138px -60px;
  603. }
  604. .iconBiao{
  605. background: url(img/css_sprites.png) no-repeat -138px -148px;
  606. }
  607. .iconGui{
  608. background: url(img/css_sprites.png) no-repeat -180px -148px;
  609. }
  610. .iconJin{
  611. background: url(img/css_sprites.png) no-repeat -83px -195px;
  612. }
  613. .wisdomBox{
  614. position: relative;
  615. padding: 80px 0 240px 0;
  616. /*background: rgba(247, 248, 250, 1);*/
  617. background:rgba(247, 248, 250, 1) url(img/image_down.png) no-repeat center bottom;
  618. }
  619. .wisdomBigHead{
  620. width: 100%;
  621. text-align: center;
  622. font-size: 36px;
  623. font-weight: 500;
  624. color: rgba(0, 0, 0, 0.8);
  625. }
  626. .wisdomSmallHead{
  627. width: 100%;
  628. text-align: center;
  629. font-size: 18px;
  630. color: rgba(0, 0, 0, 0.6);
  631. padding: 15px 0;
  632. }
  633. .wisdomContent{
  634. margin: 100px 0 0 0;
  635. }
  636. .wisdomLeft{
  637. width: 390px;
  638. }
  639. .wisdomLeft1{
  640. width: 795px;
  641. }
  642. .wisdomLeft ul li,.wisdomRight1 ul li{
  643. float: left;
  644. list-style-type: none;
  645. background: rgba(255, 255, 255, 1);
  646. border-radius: 8px;
  647. padding: 25px;
  648. margin-bottom: 20px;
  649. cursor: pointer;
  650. border: 1px solid rgba(255, 255, 255, 1);
  651. }
  652. .wisdomShow{
  653. border: 1px solid rgba(51, 119, 255, 1) !important;
  654. }
  655. .wisdomLeft ul li h4,.wisdomRight1 ul li h4{
  656. font-size: 18px;
  657. font-weight: 600;
  658. color: rgba(0, 0, 0, 0.8);
  659. }
  660. .wisdomLeft ul li .wisdomText,.wisdomRight1 ul li .wisdomText{
  661. font-size: 14px;
  662. color: rgba(0, 0, 0, 0.6);
  663. line-height: 28px;
  664. }
  665. .wisdomRight{
  666. margin: 0 0 0 410px;
  667. }
  668. .wisdomRight1{
  669. margin: 0 0 0 810px;
  670. }
  671. .wisdomRight ul li,.wisdomLeft1 ul li{
  672. float: left;
  673. list-style-type: none;
  674. display: none;
  675. }
  676. .wisdomRight ul li img,.wisdomLeft1 ul li img{
  677. border: 1px solid rgba(0, 0, 0, 0.1);
  678. border-radius: 5px;
  679. }
  680. .bottomBtn{
  681. position: absolute;
  682. bottom: 100px;
  683. left: 50%;
  684. margin-left: -60px;
  685. }
  686. .listNav{
  687. margin: 15px 0;
  688. height: 32px;
  689. background: rgba(207, 214, 229, 1);
  690. border-radius: 39px;
  691. }
  692. .listNav ul li{
  693. float: left;
  694. list-style-type: none;
  695. }
  696. .listNav ul li a{
  697. display: inline-block;
  698. height: 32px;
  699. font-size: 14px;
  700. font-weight: 600;
  701. color: rgba(0, 0, 0, 0.8);
  702. padding: 4px 30px;
  703. cursor: pointer;
  704. border-radius: 39px;
  705. border: 2px solid rgba(207, 214, 229, 1);
  706. }
  707. .listNav ul li.active a{
  708. color: rgba(51, 119, 255, 1);
  709. background: rgba(255, 255, 255, 1);
  710. border-radius: 82px;
  711. border: 2px solid rgba(207, 214, 229, 1);
  712. }
  713. .listNav ul li a:hover{
  714. text-decoration: none;
  715. color: rgba(51, 119, 255, 1);
  716. background: rgba(255, 255, 255, 1);
  717. border-radius: 82px;
  718. border: 2px solid rgba(207, 214, 229, 1);
  719. }
  720. .listContent ul li{
  721. float: left;
  722. list-style-type: none;
  723. width: 100%;
  724. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  725. }
  726. .listContent .mapItemList{
  727. float: left;
  728. width: 100%;
  729. list-style-type: none;
  730. background: rgba(255, 255, 255, 1);
  731. border-radius: 4px;
  732. padding: 16px 0;
  733. margin-bottom: 10px;
  734. margin-top: 5px;
  735. }
  736. .listContent .mapItemList h4{
  737. font-size: 18px;
  738. color: rgba(0, 0, 0, 0.8);
  739. font-weight: 600;
  740. }
  741. .listBottom{
  742. font-size: 14px;
  743. color: rgba(0, 0, 0, 0.8);
  744. }
  745. .mapItemTime, .mapItemMoney{
  746. font-size: 14px;
  747. color: rgba(0, 0, 0, 0.6);
  748. display: flex;
  749. align-items: center;
  750. }