customer.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. @charset "utf-8";
  2. html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
  3. @media screen and (min-width:320px){html{font-size: 10px;}}
  4. @media screen and (min-width:360px){html{font-size: 11.25px;}}
  5. @media screen and (min-width:375px){html{font-size: 11.7px;}}
  6. @media screen and (min-width:480px){html{font-size: 15px;}}
  7. @media screen and (min-width:414px){html{font-size: 13px;}}
  8. @media screen and (min-width:560px){html{font-size: 17.5px;}}
  9. @media screen and (min-width:640px){html{font-size: 20px;}}
  10. .contentes {
  11. width: 81.25rem;
  12. margin: auto;
  13. position: relative;
  14. }
  15. .contentes img {
  16. width: 100%;
  17. height: 100%;
  18. }
  19. /* 质询图标 */
  20. .consulting {
  21. width: 3.125rem;
  22. height: 3.125rem;
  23. border-radius: 50%;
  24. background: #fff;
  25. position: fixed;
  26. bottom: 3.75rem;
  27. right: 6.25rem;
  28. z-index: 4;
  29. box-shadow: 0 0 1.25rem 0px #cbcbcb;
  30. cursor:pointer;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. }
  35. .consulting:hover {
  36. background: #3396FB;
  37. }
  38. .conImgConImg {
  39. width: 2.5rem;
  40. height: 2.5rem;
  41. position: relative;
  42. margin-top: 1.5625rem;
  43. margin-left: 1.125rem;
  44. }
  45. .conImgConImg img{
  46. width: 100%;
  47. }
  48. /* 咨询 */
  49. .zhixun {
  50. display: block;
  51. position: fixed;
  52. bottom: 7.5rem;
  53. right: 2.5rem;
  54. padding: 1rem;
  55. background: #fff;
  56. box-shadow: .1875rem .1875rem .625rem #ccc;
  57. z-index: 99999999;
  58. text-align: center;
  59. }
  60. .zhixun p {
  61. margin: 8px 0;
  62. }
  63. .zhixun img {
  64. width: 8rem;
  65. }
  66. .tabOn {
  67. background: #fff;
  68. color: #20a0ff !important;
  69. }
  70. .white{
  71. background: #fff !important;
  72. }
  73. /* 产品介绍 */
  74. .product {
  75. width: 100%;
  76. position: fixed;
  77. z-index: 10;
  78. top: 6.25rem;
  79. left: 0;
  80. background: #fff;
  81. height: 20.75rem;
  82. border-top: .0625rem solid rgb(163, 163, 163);
  83. box-shadow: 1px 3px 5px 0px #ddd;
  84. }
  85. .connont {
  86. width: 81.25rem;
  87. margin: auto;
  88. }
  89. .tils::before {
  90. content:"";
  91. height: .125rem;
  92. width: 100%;
  93. bottom: 0rem;
  94. left: 0;
  95. background: #37B8FF;
  96. position: absolute;
  97. }
  98. /* 导航下拉 */
  99. .management {
  100. margin-top: 1.25rem;
  101. width: 33.75rem;
  102. font-size: 1rem;
  103. }
  104. .management h3 {
  105. width: 100%;
  106. font-size: 1rem;
  107. font-weight: normal;
  108. color: #333333;
  109. line-height: 2.5rem;
  110. border-bottom: .0625rem solid rgb(180, 180, 180);
  111. margin-left: 1.25rem;
  112. }
  113. .management ul {
  114. margin-top: .625rem;
  115. width: 11.25rem;
  116. }
  117. .management li{
  118. margin-top: .625rem;
  119. line-height: 2.5rem;
  120. cursor:pointer;
  121. padding-left: 1.25rem;
  122. }
  123. .management a {
  124. color: #333;
  125. }
  126. .management li:hover {
  127. background: #F0F4FF;
  128. border-radius: .625rem;
  129. color: #3370FF;
  130. }
  131. /* js锁添加的样式 */
  132. .tils::before {
  133. content:"";
  134. height: .125rem;
  135. width: 100%;
  136. bottom: 0rem;
  137. left: 0;
  138. background: #37B8FF;
  139. position: absolute;
  140. }
  141. .hanAll {
  142. background: #fff !important;
  143. box-shadow: .0625rem .1875rem .3125rem 0px #ddd;
  144. }
  145. .abc .til {
  146. color: #fff !important;
  147. }
  148. .abc .til a{
  149. color: #fff !important;
  150. }
  151. .navigationBarBack {
  152. /* background: #f6fef9; */
  153. background-color:transparent !important;
  154. }
  155. .navigationBar {
  156. box-shadow:none;
  157. }
  158. .navigationTitle a {
  159. color: #333 !important;
  160. }
  161. .navigationTitle {
  162. color: #333 !important;
  163. }
  164. /* bannar */
  165. .bannar {
  166. width: 100%;
  167. height: 100vh;
  168. margin: auto;
  169. position: relative;
  170. overflow: hidden;
  171. display: flex;
  172. justify-content: center;
  173. }
  174. .bannar img {
  175. /* width: 100%; */
  176. height: 100%;
  177. }
  178. .bannarCon {
  179. position: absolute;
  180. z-index: 1;
  181. top: 15.625rem;
  182. left: 50%;
  183. width: 81.25rem;
  184. margin-left: -40.625rem;
  185. }
  186. .bannarConTil {
  187. font-size: 7.625rem;
  188. font-weight: bold;
  189. color: #fff;
  190. letter-spacing: .9375rem;
  191. }
  192. .bannarConTilP {
  193. font-size: 1.5rem;
  194. color: #fefeff;
  195. letter-spacing: .375rem;
  196. margin-top: 2.5rem;
  197. margin-bottom: 10.3125rem;
  198. font-style: italic;
  199. }
  200. .bannBtn {
  201. width: 12.5rem;
  202. height: 3.875rem;
  203. border-radius: 3.875rem;
  204. border: .125rem solid #fff;
  205. display: flex;
  206. justify-content: center;
  207. align-items: center;
  208. font-size: 1.375rem;
  209. }
  210. .bannarCon a {
  211. color: #fff;
  212. letter-spacing: .1875rem;
  213. }
  214. /* 客户管家 */
  215. .collaborationTeam {
  216. width: 100%;
  217. background: #ffffff;
  218. height: 250vh;
  219. }
  220. .collTeam {
  221. height: 100vh;
  222. box-sizing: border-box;
  223. position: sticky;
  224. top: 6.375rem;
  225. background: url(../image/customer/beijing.jpg) no-repeat center;
  226. /* background-size: 100% 114%; */
  227. }
  228. .collCent {
  229. display: flex;
  230. justify-content: center;
  231. flex-wrap: wrap;
  232. box-sizing: border-box;
  233. padding-top: 12.5rem;
  234. }
  235. .collCentDiv {
  236. }
  237. .collCentImg {
  238. width: 8.125rem;
  239. height: 8.125rem;
  240. position: relative;
  241. z-index: 2;
  242. }
  243. .collCentFonts {
  244. font-size: 2.25rem;
  245. color: #333;
  246. overflow: hidden;
  247. width: 100%;
  248. /* padding-left: 2.5rem; */
  249. text-align: center;
  250. padding-top: 1.5625rem;
  251. }
  252. .collCentFonts span {
  253. color: #5e95f8;
  254. }
  255. /* 核心功能 */
  256. .coreFunctionTiyle {
  257. margin: auto;
  258. }
  259. .coreFunctionTiyle h2 {
  260. font-size: 50px;
  261. color: #5e5e5e;
  262. text-align: center;
  263. margin: auto;
  264. /* font-weight: normal; */
  265. padding: 5.3125rem 0 1rem 0;
  266. }
  267. .coreFunctionTiyle span {
  268. color: #5e95f8;
  269. }
  270. .coreFunctionTiyle p {
  271. font-size: 1.25rem;
  272. color: #cdc1aa;
  273. text-align: center;
  274. margin: auto;
  275. padding-bottom: 2.625rem;
  276. }
  277. .coreFunctionCon {
  278. display: flex;
  279. width: 95rem;
  280. justify-content: center;
  281. }
  282. .coreFunctionConLeft {
  283. display: inline-block;
  284. width: 21.875rem;
  285. background: #f5f6f8;
  286. border-radius: .625rem;
  287. box-sizing: border-box;
  288. padding: 0 2.1875rem;
  289. }
  290. .coreFunctionConLeft h3 {
  291. font-weight: normal;
  292. color: #a9acfa;
  293. font-size: 2.625rem;
  294. padding: 2.8125rem 0 4.0625rem 0;
  295. }
  296. .coreFunctionConLeft span {
  297. display: block;
  298. margin: auto;
  299. width: 10.9375rem;
  300. height: 10.9375rem;
  301. }
  302. .coreFunctionConLeft span img {
  303. width: 100%;
  304. height: 100%;
  305. }
  306. .coreFunctionConLeft p {
  307. font-size: 1.375rem;
  308. color: #a0a0a2;
  309. text-align: center;
  310. line-height: 1.75rem;
  311. padding: 2.25rem 0 2.375rem 0;
  312. }
  313. .coreFunctionConRiht {
  314. display: inline-block;
  315. margin-left: 3.75rem;
  316. }
  317. .coreFunctionConRihtCon {
  318. width: 21.25rem;
  319. font-family: '宋体';
  320. margin-bottom: 2.1875rem;
  321. display: flex;
  322. }
  323. .coreFunctionConRihtCon:last-child {
  324. margin-bottom: 0;
  325. }
  326. .coreImg {
  327. width: 6.5625rem;
  328. display: inline-block;
  329. height: 6.5625rem;
  330. margin-right: 1.375rem;
  331. }
  332. .coreImg img{
  333. width: 100%;
  334. height: 100%;
  335. display: inline-block;
  336. }
  337. .coreFunctionConRihtCon h4 {
  338. font-weight: normal;
  339. font-size: 1.5625rem;
  340. color: #a9acfa;
  341. padding-bottom: 1.125rem;
  342. }
  343. .coreFunctionConRihtCon p {
  344. font-size: 1.25rem;
  345. color: #595959;
  346. line-height: 1.375rem;
  347. }
  348. .coreFunctionConRihtCon span {
  349. display: inline-block;
  350. font-size: 1.0625rem;
  351. color: #3830a6;
  352. margin-top: 1.5rem;
  353. }
  354. .coreLeft {
  355. box-shadow: 0 0 8px 4px #dfdfdf;
  356. }
  357. /* 各类需求 */
  358. .kindsNeeds {
  359. margin-top: 9.6875rem;
  360. display: flex;
  361. width: 95rem;
  362. justify-content: center;
  363. }
  364. .kindsNeedsLeft {
  365. position: relative;
  366. width: 66.875rem;
  367. height: 38.125rem;
  368. }
  369. .kindsNeedsLeft img {
  370. width: 100%;
  371. height: 100%;
  372. }
  373. .kindsNeedsRight {
  374. width: 8rem;
  375. padding-left: 1rem;
  376. font-family: '黑体';
  377. font-weight: 600;
  378. }
  379. .kindsNeedsRight p {
  380. font-size: 2.625rem;
  381. width: 3.125rem;
  382. color: #5e5e5e;
  383. line-height: 2.875rem;
  384. }
  385. .kindsNeedsRight span {
  386. display: block;
  387. width: 3.125rem;
  388. color: #5e95f8;
  389. font-size: 3.125rem;
  390. line-height: 3.625rem;
  391. }
  392. .kindsNeedsPointTil {
  393. font-size: 1.375rem;
  394. color: #3e4045;
  395. display: flex;
  396. align-items: center;
  397. margin-bottom: 1.5rem;
  398. letter-spacing: .125rem;
  399. }
  400. .kindsNeedsPointTil span {
  401. width: .75rem;
  402. height: 2.25rem;
  403. border-radius: .75rem;
  404. display: inline-block;
  405. margin-right: .625rem;
  406. }
  407. .kindsNeedsPointCon {
  408. font-size: 1.0625rem;
  409. color: #b4a281;
  410. display: flex;
  411. align-items: center;
  412. margin-bottom: 1.125rem;
  413. letter-spacing: .125rem;
  414. }
  415. .kindsNeedsPointCon span {
  416. width: .75rem;
  417. height: .75rem;
  418. border-radius: .75rem;
  419. display: inline-block;
  420. margin-right: .625rem;
  421. }
  422. .green {
  423. position: absolute;
  424. top: 8.625rem;
  425. left: 7.9375rem;
  426. }
  427. .green span {
  428. background: #6ecd7c;
  429. }
  430. .yellow {
  431. position: absolute;
  432. top: 8.625rem;
  433. left: 25.3125rem;
  434. }
  435. .yellow span {
  436. background: #fccd4b;
  437. }
  438. .red {
  439. position: absolute;
  440. top: 21.125rem;
  441. left: 7.9375rem;
  442. }
  443. .red span {
  444. background: #ed6a70;
  445. }
  446. .blue {
  447. position: absolute;
  448. top: 21.125rem;
  449. left: 25.3125rem;
  450. }
  451. .blue span {
  452. background: #5e95f8;
  453. }
  454. .purple {
  455. position: absolute;
  456. top: 15rem;
  457. right: 6rem;
  458. }
  459. .purple span {
  460. background: #a7ade8;
  461. }
  462. /* 渐变色 */
  463. .gradient {
  464. background: linear-gradient(#fff, #ece7ea);
  465. padding: 4.875rem 0 2.5rem 0 ;
  466. }
  467. /* 特色展示 */
  468. .specialShow {
  469. width: 75rem;
  470. margin: auto;
  471. }
  472. .specialShowTil {
  473. position: relative;
  474. height: 7rem;
  475. margin-left: 6.5rem;
  476. }
  477. .specialShowTil h2 {
  478. font-size: 3.125rem;
  479. font-weight: normal;
  480. font-family: '黑体';
  481. color: #5e5e5e;
  482. letter-spacing: 8px;
  483. }
  484. .specialShowTil h2 span {
  485. color: #5e95f8;
  486. }
  487. .specialShowProgressbar {
  488. position: absolute;
  489. left: 7.5rem;
  490. top: 5.3125rem;
  491. }
  492. .specialShowProgressbar div {
  493. width: 15.9375rem;
  494. height: .1875rem;
  495. background: #d6d6d6;
  496. position: relative;
  497. }
  498. .specialShowProgressbar span {
  499. display: inline-block;
  500. /* width: 13.75rem; */
  501. height: .1875rem;
  502. background: #20a0ff;
  503. position: absolute;
  504. top: 0;
  505. left: 0;
  506. }
  507. .specialShowProgressbar p {
  508. font-size: 1rem;
  509. position: absolute;
  510. top: .625rem;
  511. left: 11.25rem;
  512. }
  513. .specialShowCon {
  514. display: flex;
  515. justify-content: space-between;
  516. }
  517. .specialShowConLeft {
  518. width: 14rem;
  519. text-align: center;
  520. margin-left: 1.5rem;
  521. }
  522. .specialShowConLeft li{
  523. display: flex;
  524. justify-content: center;
  525. flex-wrap: wrap;
  526. width: 100%;
  527. height: 2rem;
  528. font-size: 1.25rem;
  529. color: #a0a0a2;
  530. margin-bottom: 1.4375rem;
  531. cursor: pointer;
  532. }
  533. .specialShowConLeft div {
  534. position: relative;
  535. width: 100%;
  536. height: .25rem;
  537. background: #efefef;
  538. }
  539. .specialShowConLeft span {
  540. display: inline-block;
  541. width: 12.625rem;
  542. height: .25rem;
  543. position: absolute;
  544. top: 0;
  545. left: 0;
  546. background: #eae5db;
  547. }
  548. .specialShowConLeft .on {
  549. color: #5e95f8;
  550. }
  551. .specialShowConLeft .on span {
  552. background: #c4d8fc;
  553. width: 12.625rem;
  554. height: .25rem;
  555. }
  556. .specialShowConright {
  557. position: relative;
  558. width: 57.1875rem;
  559. box-sizing: border-box;
  560. padding-top: 1.25rem;
  561. }
  562. .specialShowConrightImg {
  563. width: 46.25rem;
  564. height: 28.125rem;
  565. }
  566. .specialShowConrightImg img, .dynamicImg img, .indusIonImg img {
  567. width: 100%;
  568. height: 100%;
  569. }
  570. .dynamicImg {
  571. width: 49.375rem;
  572. height: 27.8125rem;
  573. position: absolute;
  574. top: 5.625rem;
  575. right: 0;
  576. }
  577. /* 行业解决方案 */
  578. .industry {
  579. margin-top: 3.4375rem;
  580. }
  581. .industry h2 {
  582. font-size: 3.125rem;
  583. color: #5e5e5e;
  584. text-align: center;
  585. margin-bottom: 1.875rem;
  586. font-weight: normal;
  587. letter-spacing: .875rem;
  588. }
  589. .industry h2 span {
  590. color: #5e95f8;
  591. }
  592. .industryCon {
  593. display: flex;
  594. justify-content: space-between;
  595. width: 75rem;
  596. margin: auto;
  597. }
  598. .industryConLeft {
  599. width: 28.4375rem;
  600. height: 34.0625rem;
  601. background: #fff;
  602. border-radius: .625rem;
  603. box-sizing: border-box;
  604. display: flex;
  605. padding: 1.125rem 4.375rem 2.25rem 4.375rem;
  606. flex-wrap: wrap;
  607. justify-content: space-between;
  608. align-content: space-between;
  609. }
  610. .industryConRight {
  611. display: flex;
  612. flex-wrap: wrap;
  613. width: 43.4375rem;;
  614. align-content: space-between;
  615. }
  616. .industryConRight .industryConRightCon {
  617. width: 43.4375rem;
  618. height: 15.3125rem;
  619. background: #fff;
  620. border-radius: .625rem;
  621. box-sizing: border-box;
  622. padding: 4.25rem 6.875rem 3.75rem 7.5rem;
  623. display: flex;
  624. align-items: center;
  625. justify-content: space-between;
  626. }
  627. .indusIon {
  628. display: flex;
  629. width: 6.875rem;
  630. flex-wrap: wrap;
  631. justify-content: center;
  632. }
  633. .indusIon .indusIonImg {
  634. width: 6.25rem;
  635. height: 4.875rem;
  636. }
  637. .indusIon p{
  638. font-size: 22px;
  639. color: #595959;
  640. margin-top: .875rem;
  641. letter-spacing: .25rem;
  642. }
  643. .industRightConIon {
  644. display: flex;
  645. align-items: center;
  646. justify-content: center;
  647. flex-wrap: wrap;
  648. width: 4.8125rem;
  649. height: 7rem;
  650. }
  651. .indusConIonImg {
  652. width: 4.8125rem;
  653. height: 4.8125rem;
  654. }
  655. .indusConIonImg img {
  656. width: 100%;
  657. height: 100%;
  658. }
  659. .industRightConIon p {
  660. font-size: 1.375rem;
  661. color: #595959;
  662. letter-spacing: .25rem;
  663. }
  664. .industryConLeft, .industryConRightCon {
  665. box-shadow: 0px .1875rem .625rem .25rem #cfcfcf;
  666. }
  667. /* 客户评价 */
  668. .evaluation {
  669. width: 79.375rem;
  670. background: #fff;
  671. margin: auto;
  672. position: relative;
  673. padding-bottom: 6.875rem;
  674. }
  675. .evaluationLogo {
  676. width: 75.8125rem;
  677. height: 5.375rem;
  678. margin: auto;
  679. margin-top: .625rem;
  680. margin-bottom: 3.125rem;
  681. }
  682. .evaluationLogo img {
  683. width: 100%;
  684. height: 100%;
  685. }
  686. .evaluationC {
  687. position: relative;
  688. width: 79.375rem;
  689. margin: auto;
  690. }
  691. .evaluationCon {
  692. width: 68.75rem;
  693. overflow: hidden;
  694. margin: auto;
  695. }
  696. .evaluationConIkun {
  697. width: 275rem;
  698. display: flex;
  699. position: relative;
  700. }
  701. .evaluationConLi {
  702. width: 68.75rem;
  703. /* display: inline-block; */
  704. display: flex;
  705. justify-content: space-between;
  706. }
  707. .evaluationConLiLeft .evaluationConLiRight {
  708. display: inline-block;
  709. }
  710. .evaluationConLi .evaluationConLiLeft {
  711. width: 38rem;
  712. height: 24.9375rem;
  713. }
  714. .evaluationConLiLeft img {
  715. width: 100%;
  716. height: 100%;
  717. }
  718. .evaluationConLiRight {
  719. width: 22.75rem;
  720. }
  721. .evaluationConLiRight h3 {
  722. font-weight: normal;
  723. font-size: 3.125rem;
  724. color: #474747;
  725. letter-spacing: .25rem;
  726. padding: 1.75rem 0 3.4375rem 0;
  727. position: relative;
  728. }
  729. .evaluationConLiRight p {
  730. line-height: 1.875rem;
  731. font-size: 1rem;
  732. color: #3e4045;
  733. }
  734. .evaluationConLiRightBtn {
  735. display: flex;
  736. align-items: center;
  737. width: 13rem;
  738. background: #b4a281;
  739. margin-top: 2rem;
  740. height: 3.4375rem;
  741. color: #fff;
  742. cursor: pointer;
  743. }
  744. .evaluationConLiRightBtn span {
  745. text-align: center;
  746. width: 10.25rem;
  747. border-right: 2px solid #fff;
  748. line-height: 3.4375rem;
  749. font-size: 1.375rem;
  750. letter-spacing: .25rem;
  751. }
  752. .evaluationConLiRightBtn img {
  753. display: inline-block;
  754. width: .8125rem;
  755. height: .9375rem;
  756. margin-left: .875rem;
  757. }
  758. .zuo {
  759. position: absolute;
  760. top: 6.875rem;
  761. left: 0;
  762. }
  763. .you {
  764. position: absolute;
  765. top: 6.875rem;
  766. right: 0;
  767. }
  768. .zuo, .you {
  769. width: 1.875rem;
  770. height: 2.625rem;
  771. display: flex;
  772. justify-content: center;
  773. align-items: center;
  774. background: #3e4045;
  775. cursor: pointer;
  776. }
  777. .zuo img, .you img {
  778. width: .5rem;
  779. height: 1.0625rem;
  780. }
  781. .zuo:hover, .you:hover{
  782. background: #b3a280;
  783. }
  784. .zhis {
  785. cursor: not-allowed;
  786. }
  787. /* 底部 */
  788. .footer-frame {
  789. width: 100%;
  790. height: 24px;
  791. }
  792. .footer {
  793. padding-top: 48px;
  794. padding-bottom: 8px;
  795. background-color: #20a0ff;
  796. margin-top: -0.125rem;
  797. }
  798. .footer .footer-col {
  799. margin-bottom: 36px;
  800. }
  801. .footer h4 {
  802. margin-bottom: 10px;
  803. color: #fff;
  804. }
  805. .footer .list-unstyled,
  806. .footer p {
  807. color: #f3f7fd;
  808. }
  809. .footer .footer-col.middle .list-unstyled .fas {
  810. color: #fff;
  811. font-size: 8px;
  812. line-height: 24px;
  813. }
  814. .footer .footer-col.middle .list-unstyled .media-body {
  815. margin-left: 8px;
  816. }
  817. .footer .footer-col.last .list-unstyled .fas {
  818. color: #fff;
  819. font-size: 14px;
  820. line-height: 24px;
  821. }
  822. .footer .footer-col.last .list-unstyled .media-body {
  823. margin-left: 10px;
  824. }
  825. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  826. margin-left: 16px;
  827. margin-right: 10px;
  828. }
  829. .navbar {
  830. padding: 0 !important;
  831. }
  832. .ulss {
  833. display: inline-block;
  834. }
  835. .alss {
  836. display: flex;
  837. justify-content: space-around;
  838. width: 87.5rem;
  839. margin: auto;
  840. }
  841. .footsst {
  842. background: #fff;
  843. }
  844. .copyright {
  845. width: 100%;
  846. text-align: center;
  847. line-height: 2.5rem;
  848. color: #fff;
  849. font-size: 1rem;
  850. background: #20a0ff;
  851. border-top: 1px solid #565656;
  852. }