index.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880
  1. .navigationBar {
  2. width: 100%;
  3. height: 6.375rem;
  4. position: relative;
  5. box-shadow: 0px 0px 0px #fff;
  6. }
  7. .navigationBarBack {
  8. width: 100%;
  9. position: absolute;
  10. height: 100%;
  11. top: 0;
  12. left: 0;
  13. /* background: #fff; */
  14. color: #595959 !important;
  15. }
  16. .navigationTitle {
  17. max-width: 81.25rem;
  18. height: 6.375rem;
  19. margin: auto;
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between
  24. }
  25. .navigationTitle img {
  26. width: 8.125rem;
  27. height: 3.625rem;
  28. }
  29. .navigationUl {
  30. margin-left: 2.5rem;
  31. }
  32. .navigationUl a {
  33. color: #5e95f8 !important;
  34. }
  35. .navigationUl li {
  36. margin: 0 .625rem;
  37. }
  38. .navigationUl, .navigationUl li{
  39. display: inline-block;
  40. font-size: 1rem;
  41. }
  42. .inBlock {
  43. display: inline-block;
  44. }
  45. .flexs {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .fonsColorBai, .fonsColorBai a{
  50. color: #595959;
  51. }
  52. .fonsColorHei, .fonsColorHei a{
  53. color: #333;
  54. }
  55. .til {
  56. height: 6.375rem;
  57. line-height: 6.375rem;
  58. position: relative;
  59. overflow: hidden;
  60. cursor: pointer;
  61. }
  62. .headers {
  63. position: fixed;
  64. top: 0;
  65. left: 0;
  66. width: 100%;
  67. z-index: 9999999;
  68. }
  69. /* 产品介绍 */
  70. .product {
  71. width: 100%;
  72. position: fixed;
  73. z-index: 10;
  74. top: 6.25rem;
  75. left: 0;
  76. background: #fff;
  77. height: 18.75rem;
  78. border-top: .0625rem solid rgb(163, 163, 163);
  79. }
  80. .connont {
  81. width: 81.25rem;
  82. margin: auto;
  83. }
  84. .tils::before {
  85. content:"";
  86. height: .125rem;
  87. width: 100%;
  88. bottom: 0;
  89. left: 0;
  90. background: #37B8FF;
  91. position: absolute;
  92. }
  93. /* 轮播图三个点样式 */
  94. .slideBox{ width:100%; height: 39.375rem; overflow:hidden; position:relative;}
  95. .slideBox .hd{ height:.9375rem; overflow:hidden; position:absolute; left:7.5rem; bottom:1.875rem; z-index:1;}
  96. .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; }
  97. .slideBox .hd ul li{ float:right; margin-right:.125rem; width:5rem; height:.1875rem; line-height:.875rem; text-align:center; background:rgb(77, 77, 77); cursor:pointer;border-radius: .1875rem;margin-left: 1.25rem;}
  98. .slideBox .hd ul li.on div{ background:#fff; color:#fff;}
  99. .slideBox .bd{ position:relative; height:100%; z-index:0; }
  100. .slideBox .bd li{ zoom:1; vertical-align:middle; }
  101. .slideBox .bd img{ width:100%;height: 39.375rem;display:block; }
  102. /* 导航下拉 */
  103. .management {
  104. margin-top: 1.25rem;
  105. width: 33.75rem;
  106. font-size: 1rem;
  107. }
  108. .management h3 {
  109. width: 100%;
  110. font-size: 1rem;
  111. font-weight: normal;
  112. color: #333333;
  113. line-height: 2.5rem;
  114. border-bottom: .0625rem solid rgb(180, 180, 180);
  115. margin-left: 1.25rem;
  116. }
  117. .management ul {
  118. margin-top: .625rem;
  119. width: 11.25rem;
  120. }
  121. .management li{
  122. margin-top: .625rem;
  123. line-height: 2.5rem;
  124. cursor:pointer;
  125. padding-left: 1.25rem;
  126. }
  127. .management li:hover {
  128. background: #F0F4FF;
  129. border-radius: .625rem;
  130. color: #3370FF;
  131. }
  132. .hide {
  133. display: none;
  134. }
  135. .show {
  136. display: block;
  137. }
  138. /* 系统管理 */
  139. .managements {
  140. width: 100%;
  141. height: 62.5rem;
  142. max-width: 120rem;
  143. margin: auto;
  144. background: url(../image/gongshi.jpg) no-repeat center;
  145. background-size: 120rem 100%;
  146. }
  147. .manContent {
  148. width: 100%;
  149. text-align: center;
  150. font-size: 1.625rem !important;
  151. color: #595959;
  152. position: relative;
  153. }
  154. .manContent img {
  155. margin-top: 18.25rem;
  156. margin-bottom: 3.4375rem;
  157. width: 9.875rem;
  158. height: 9.875rem;
  159. }
  160. .manContent p {
  161. font-size: 1.75rem !important;
  162. color: #595959;
  163. font-weight: bold;
  164. word-spacing: .9375rem;
  165. letter-spacing:.3125rem;
  166. }
  167. .manContent span {
  168. color: #5e95f8;
  169. }
  170. .manConDD {
  171. display: flex;
  172. justify-content: center;
  173. flex-wrap: wrap;
  174. text-align: center;
  175. position: absolute;
  176. width: 256px;
  177. }
  178. .manConDD img {
  179. width: 6rem !important;
  180. height: 6rem !important;
  181. margin-top: 0;
  182. margin-bottom: 1.5625rem;
  183. }
  184. .manContent .manConDD p {
  185. width: 100%;
  186. text-align: center;
  187. font-size: 20px !important;
  188. font-weight: normal;
  189. word-spacing: 0;
  190. letter-spacing:0
  191. }
  192. /* 智能 */
  193. .smart {
  194. width: 100%;
  195. max-width: 120rem;
  196. height: 52.0625rem;
  197. margin: auto;
  198. background: url(../image/zhineg.jpg) no-repeat center;
  199. background-size: 120rem 100%;
  200. }
  201. .smart h2 {
  202. text-align: center;
  203. font-size: 2.625rem !important;
  204. color: #595959 !important;
  205. padding: 8.75rem;
  206. padding-bottom: 4.0625rem;
  207. display: flex;
  208. justify-content: center;
  209. word-spacing: .9375rem;
  210. letter-spacing:.3125rem
  211. }
  212. .smart h2 p {
  213. font-size: 3.5625rem;
  214. font-weight: bold;
  215. margin-right: 1.25rem;
  216. }
  217. .smart h2 span {
  218. color: #5e95f8;
  219. }
  220. .connonst {
  221. width: 95.625rem;
  222. margin: auto;
  223. }
  224. .smartEngine {
  225. width: 90.6875rem;
  226. margin: auto;
  227. display: flex;
  228. }
  229. .smartEngineLeft {
  230. display: inline-block;
  231. }
  232. .smartEngineLeftCon {
  233. display: flex;
  234. flex-wrap: wrap;
  235. width: 39rem;
  236. height: 29.375rem;
  237. justify-content: space-around;
  238. align-content: space-between;
  239. margin-right: 1.25rem;
  240. }
  241. .selMou {
  242. width: 19.0625rem;
  243. height: 13.75rem;
  244. border-radius: .625rem;
  245. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  246. background: #f7fcfc;
  247. text-align: center;
  248. }
  249. .selMou p {
  250. font-weight: 400;
  251. color: #595959;
  252. letter-spacing:.3125rem;
  253. font-size: 1.625rem;
  254. margin-top: .875rem;
  255. }
  256. .selMou img {
  257. width: 5.4375rem;
  258. height: 5.625rem;
  259. margin-top: .9375rem;
  260. }
  261. .selMouR img{
  262. width: 5.5rem;
  263. height: 5.5rem;
  264. margin-top: .625rem;
  265. }
  266. .selMouR p {
  267. font-weight: 400;
  268. color: #595959;
  269. letter-spacing:.3125rem;
  270. font-size: 1.625rem;
  271. margin-top: .625rem;
  272. }
  273. .selMouR {
  274. width: 12.125rem;
  275. height: 12.9375rem;
  276. border-radius: .625rem;
  277. box-shadow: 0rem 0rem .3125rem .0625rem #cbcbcb;
  278. background: #f7fcfc;
  279. text-align: center;
  280. }
  281. .smartEngineRight {
  282. display: inline-block;
  283. }
  284. .smartEngineRightCon {
  285. display: flex;
  286. flex-wrap: wrap;
  287. width: 49.875rem;
  288. height: 29.375rem;
  289. justify-content: space-around;
  290. align-content: space-between;
  291. }
  292. /* 填报 */
  293. .fill {
  294. width: 100%;
  295. max-width: 120rem;
  296. height: 53.1875rem;
  297. margin: auto;
  298. background: url(../image/fill.jpg) no-repeat center;
  299. background-size: 120rem 100%;
  300. }
  301. .fill h2 {
  302. font-size: 2.5rem;
  303. letter-spacing:.3125rem;
  304. padding: 5.625rem 0 2.4375rem 3.125rem;
  305. }
  306. .fillCon {
  307. width: 100%;
  308. height: 38.4375rem;
  309. position: relative;
  310. transform: translate(0,16.25rem);
  311. }
  312. .fillCons {
  313. animation: move 2s;
  314. animation-fill-mode: both;
  315. }
  316. @keyframes move {
  317. 0%{
  318. transform: translate(0,16.25rem);
  319. }
  320. 100%{
  321. transform: translate(0,0);
  322. }
  323. }
  324. .fillConCen {
  325. display: inline-block;
  326. position: absolute;
  327. width: 22.3125rem;
  328. top: 0;
  329. /* left: 0; */
  330. height: 33.625rem;
  331. background: #fff;
  332. border-radius: .3125rem;
  333. box-shadow: .5625rem .5625rem 1.25rem .5625rem #cbcbcb;
  334. }
  335. .fccCon {
  336. width: 15.625rem;
  337. height: 22.6875rem;
  338. border-radius: .3125rem;
  339. margin: auto;
  340. margin-top: 7.8125rem;
  341. position: relative;
  342. text-align: center;
  343. }
  344. .fccCon img {
  345. width: 6.0625rem;
  346. height: 6.0625rem;
  347. position: absolute;
  348. top: -3.0313rem;
  349. left: 50%;
  350. margin-left: -3.0313rem;
  351. }
  352. .fccCon h3 {
  353. font-size: 1.875rem;
  354. padding: 4.125rem 0 .875rem 0;
  355. text-align: center;
  356. }
  357. .ios {
  358. width: 4.375rem;
  359. height: .3125rem;
  360. margin: auto;
  361. }
  362. .fccConP p {
  363. width: 100%;
  364. font-size: 1.5rem;
  365. color: #887979;
  366. line-height: 2.875rem;
  367. }
  368. .fccConP {
  369. width: 100%;
  370. height: 15.125rem;
  371. display: flex;
  372. flex-wrap: wrap;
  373. justify-content: center;
  374. align-items: center;
  375. }
  376. /* 便捷 */
  377. .convenient {
  378. width: 100%;
  379. max-width: 120rem;
  380. height: 54.5625rem;
  381. margin: auto;
  382. background: url(../image/tabl.jpg) no-repeat center;
  383. background-size: 120rem 54.5625rem;
  384. }
  385. .cvit {
  386. text-align: center;
  387. color: #fff !important;
  388. }
  389. .cvit h2 {
  390. padding: 6.25rem 0 .9375rem 0;
  391. font-size: 2.5rem;
  392. color: #fff;
  393. }
  394. .cvit span {
  395. font-size: 4.125rem;
  396. }
  397. .cvit p {
  398. color: #fff;
  399. font-size: 1.25rem;
  400. text-align: center;
  401. }
  402. .tablTab {
  403. display: flex;
  404. width: 100%;
  405. box-sizing: border-box;
  406. padding: 3.25rem 5.625rem 1.1875rem 5.625rem;
  407. justify-content: space-between;
  408. }
  409. .tablTab li{
  410. height: 3.6875rem;
  411. width: 8.625rem;
  412. border-radius: .5rem;
  413. /* background: #fff; */
  414. display: flex;
  415. align-items: center;
  416. justify-content: center;
  417. font-size: 1.125rem;
  418. color: #fff;
  419. cursor:pointer;
  420. }
  421. .tablTab img{
  422. width: 30px;
  423. height: 30px;
  424. }
  425. .on {
  426. background-color: #fff;
  427. color: #5e9ffc !important;
  428. }
  429. .tabFool {
  430. width: 71.875rem;
  431. height: 34.375rem;
  432. /* background-color: #a1b9fe; */
  433. margin: auto;
  434. border-radius: .625rem;
  435. position: relative;
  436. position: relative;
  437. }
  438. .tabFool div {
  439. position: absolute;
  440. background-color: #fff;
  441. opacity: .5;
  442. width: 100%;
  443. height: 100%;
  444. left: 0%;
  445. top: 0;
  446. z-index: 1;
  447. border-radius: .625rem;
  448. }
  449. .tabFool img {
  450. width: 66.875rem;
  451. height: 31.375rem;
  452. position: absolute;
  453. bottom: 0;
  454. right: .625rem;
  455. z-index: 2;
  456. }
  457. /* 客户 */
  458. .kehu {
  459. width: 100%;
  460. max-width: 120rem;
  461. /* height: 61.1875rem; */
  462. height: 1000px;
  463. margin: auto;
  464. background: url(../image/rke.jpg) no-repeat center;
  465. background-size: 120rem 62.5rem;
  466. }
  467. .kehu h2, .pricings h2 {
  468. font-size: 2.625rem;
  469. color: #333;
  470. padding: 6.25rem 5rem 4rem 5rem;
  471. }
  472. .kehusab {
  473. width: 160px;
  474. margin: auto;
  475. padding: 40px 0 0 0;
  476. display: flex;
  477. justify-content: space-between;
  478. }
  479. .kehuLefts, .kehuRights {
  480. width: 3.75rem;
  481. height: 3.75rem;
  482. border-radius: 50%;
  483. background: #fff;
  484. text-align: center;
  485. line-height: 4.375rem;
  486. display: inline-block;
  487. position: relative;
  488. cursor:pointer;
  489. }
  490. .kehusab img {
  491. width: 1.25rem;
  492. height: 1.25rem;
  493. }
  494. .kehusab .zhis {
  495. cursor: not-allowed !important;
  496. }
  497. .conImg {
  498. width: 4100px;
  499. display: flex;
  500. justify-content: space-between;
  501. position: relative;
  502. }
  503. .conImg img {
  504. width: 31.25rem;
  505. position: absolute;
  506. top: 0;
  507. left: 0;
  508. }
  509. .conImgCon {
  510. width: 31.25rem;
  511. position: relative;
  512. height: 39.1875rem;
  513. }
  514. .conImgFiz {
  515. position: relative;
  516. z-index: 2;
  517. height: 19.375rem;
  518. display: flex;
  519. align-items: center;
  520. justify-content: center;
  521. padding: 32px 30px 0 30px;
  522. color: #fff;
  523. text-align: center;
  524. font-size: 1.25rem;
  525. line-height: 2rem;
  526. }
  527. .conIngFoot {
  528. position: relative;
  529. z-index: 2;
  530. }
  531. .conIngFoot p {
  532. font-size: 1.875rem;
  533. color: #fff;
  534. padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  535. }
  536. .conIngFoot span {
  537. display: block;
  538. font-size: 1.25rem !important;
  539. color: #fff;
  540. padding: 0 2.1875rem;
  541. }
  542. /* 产品定价 */
  543. .pricings {
  544. width: 100%;
  545. max-width: 120rem;
  546. height: 58.8125rem;
  547. margin: auto;
  548. background: url(../image/dingj.jpg) no-repeat center;
  549. background-size: 120rem 58.8125rem;
  550. }
  551. .pri {
  552. display: flex;
  553. justify-content: space-between;
  554. width: 1248px;
  555. margin: auto;
  556. }
  557. .tooltipTis {
  558. width: 1200px;
  559. margin: auto;
  560. text-align: center;
  561. font-size: 28px;
  562. position: relative;
  563. top: -50px;
  564. transform: translate(100rem,0);
  565. }
  566. .tooltipTisFillCons {
  567. animation: moves 2s;
  568. animation-fill-mode: both;
  569. }
  570. /* .fillCon {
  571. width: 100%;
  572. height: 38.4375rem;
  573. position: relative;
  574. transform: translate(0,16.25rem);
  575. }
  576. .fillCons {
  577. animation: move 2s;
  578. animation-fill-mode: both;
  579. }*/
  580. @keyframes moves {
  581. 0%{
  582. transform: translate(100rem,0);
  583. }
  584. 100%{
  585. transform: translate(0,0);
  586. }
  587. }
  588. .li {
  589. text-align: center;
  590. background: #fff;
  591. padding: 10px;
  592. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  593. cursor: pointer;
  594. transition: all .25s ease-in;
  595. }
  596. .li_con {
  597. width: 240px;
  598. height: 168px;
  599. background: #f3f3f3;
  600. box-sizing: border-box;
  601. padding-top: 46px;
  602. }
  603. .li_con div {
  604. width: 100%;
  605. text-align: center;
  606. font-size: 24px;
  607. color: #565656;
  608. margin-bottom: 22px;
  609. }
  610. .li_con div span{
  611. font-size: 28px;
  612. }
  613. .li li {
  614. width: 100%;
  615. height: 32px;
  616. font-size: 14.4px;
  617. line-height: 32px;
  618. text-align: center;
  619. list-style-type:none;
  620. color: #b5b0b0;
  621. }
  622. .li li:nth-child(2n) {
  623. background: #f3f3f3;
  624. }
  625. .btn {
  626. width: 140px;
  627. height: 40px;
  628. margin: auto;
  629. background-image: url(../image/xg.png);
  630. background-size: 100% 100%;
  631. margin-bottom: 19.2px;
  632. border: 0;
  633. background-repeat: no-repeat;
  634. }
  635. .li:hover {
  636. transform:translateY(-1.25rem);
  637. }
  638. .li:hover .btn{
  639. background: url(../image/xgs.png);
  640. background-size: 100% 100%;
  641. background-repeat:no-repeat;
  642. }
  643. .li:hover .li_con{
  644. background: linear-gradient(to left,#4daefe,#01f1fe);
  645. }
  646. .li:hover .li_con div{
  647. color: #fff;
  648. }
  649. .btn a {
  650. display: inline-block;
  651. width: 100%;
  652. height: 100%;
  653. }
  654. .al a{
  655. color: #407be7 !important;
  656. }
  657. .al {
  658. position: relative;
  659. }
  660. .al::after {
  661. content: '';
  662. width: 100%;
  663. height: 3px;
  664. background: #407be7;
  665. position: absolute;
  666. bottom: -20px;
  667. left: 0;
  668. }
  669. /* 底部 */
  670. .footer-frame {
  671. width: 100%;
  672. height: 24px;
  673. }
  674. .footer {
  675. padding-top: 48px;
  676. padding-bottom: 8px;
  677. background-color: #20a0ff;
  678. margin-top: -0.125rem;
  679. }
  680. .footer .footer-col {
  681. margin-bottom: 36px;
  682. }
  683. .footer h4 {
  684. margin-bottom: 10px;
  685. color: #fff;
  686. }
  687. .footer .list-unstyled,
  688. .footer p {
  689. color: #f3f7fd;
  690. }
  691. .footer .footer-col.middle .list-unstyled .fas {
  692. color: #fff;
  693. font-size: 8px;
  694. line-height: 24px;
  695. }
  696. .footer .footer-col.middle .list-unstyled .media-body {
  697. margin-left: 8px;
  698. }
  699. .footer .footer-col.last .list-unstyled .fas {
  700. color: #fff;
  701. font-size: 14px;
  702. line-height: 24px;
  703. }
  704. .footer .footer-col.last .list-unstyled .media-body {
  705. margin-left: 10px;
  706. }
  707. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  708. margin-left: 16px;
  709. margin-right: 10px;
  710. }
  711. .navbar {
  712. padding: 0 !important;
  713. }
  714. .ulss {
  715. display: inline-block;
  716. }
  717. .alss {
  718. display: flex;
  719. justify-content: space-around;
  720. width: 87.5rem;
  721. margin: auto;
  722. }
  723. /* 尝试滚动 */
  724. .jiesao {
  725. /* height: 200vh; */
  726. /* height: 125.8125rem; */
  727. height: 137.5rem;
  728. width: 100%;
  729. }
  730. .managements {
  731. /* height: 72vh; */
  732. /* height: 90vh; */
  733. height: 56.625rem;
  734. position: sticky;
  735. top: 6.25rem;
  736. }
  737. body {
  738. overflow-x: hidden;
  739. }
  740. .znyq {
  741. /* height: 400vh; */
  742. height: 251.6875rem;
  743. width: 100%;
  744. }
  745. .smart {
  746. /* height: 90vh; */
  747. height: 56.625rem;
  748. position: sticky;
  749. top: 6.25rem;
  750. }
  751. .tb {
  752. height: 300vh;
  753. width: 100%;
  754. }
  755. .fill {
  756. /* height: 90vh; */
  757. height: 56.625rem;
  758. position: sticky;
  759. top: 6.25rem;
  760. }
  761. .hanAll {
  762. /* background: url(../image/backk.jpg) no-repeat;
  763. background-size: 100%; */
  764. background: #fff;
  765. box-shadow: 1px 3px 5px 0px #ddd;
  766. }
  767. .abc .til {
  768. color: #fff !important;
  769. }
  770. .abc .til a{
  771. color: #fff !important;
  772. }
  773. .til a{
  774. color: #fff !important;
  775. display: inline-block;
  776. width: 100%;
  777. height: 100%;
  778. }
  779. .aus a{
  780. color: #595959 !important;
  781. }
  782. .auss a {
  783. color: #595959 !important;
  784. }
  785. /* 咨询 */
  786. .zhixun {
  787. display: block;
  788. position: fixed;
  789. bottom: 7.5rem;
  790. right: 20px;
  791. padding: 16px;
  792. background: #fff;
  793. box-shadow: .1875rem .1875rem .625rem #ccc;
  794. z-index: 99999999;
  795. text-align: center;
  796. }
  797. .zhixun p {
  798. margin: 8px 0;
  799. }
  800. .zhixun img {
  801. width: 128px;
  802. }
  803. .tabOn {
  804. background: #fff;
  805. color: #20a0ff !important;
  806. }
  807. .consulting {
  808. width: 3.125rem;
  809. height: 3.125rem;
  810. border-radius: 50%;
  811. background: #fff;
  812. position: fixed;
  813. bottom: 3.75rem;
  814. right: 6.25rem;
  815. z-index: 4;
  816. box-shadow: 0 0 20px 0px #cbcbcb;
  817. cursor:pointer;
  818. display: flex;
  819. align-items: center;
  820. justify-content: center;
  821. }
  822. .consulting:hover {
  823. background: #3396FB;
  824. }
  825. .conImgConImg {
  826. width: 40px;
  827. height: 40px;
  828. position: relative;
  829. margin-top: 25px;
  830. margin-left: 18px;
  831. }
  832. .conImgConImg img{
  833. width: 100%;
  834. }
  835. .mengban {
  836. width: 100%;
  837. height: 200px;
  838. background: #000;
  839. opacity: .4;
  840. position: absolute;
  841. top: 148px;
  842. left: 0;
  843. z-index: 1;
  844. }