projectt.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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. .bor {
  20. box-shadow: 0 0 .5rem .75rem #e6e9ef;
  21. }
  22. .bannar {
  23. position: relative;
  24. }
  25. .bannarText {
  26. position: absolute;
  27. left: 10.75rem;
  28. top: 11rem;
  29. }
  30. .bannarText h4 {
  31. font-size: 3.4375rem;
  32. font-family: '黑体';
  33. letter-spacing: 5px;
  34. }
  35. .bannarText p {
  36. font-size: 18px;
  37. font-style: oblique;
  38. color: #afafaf;
  39. letter-spacing: 5px;
  40. margin-top: 1.875rem;
  41. }
  42. .bannarText a {
  43. color: #fff;
  44. }
  45. .bannarText div {
  46. width: 145px;
  47. line-height: 48px;
  48. background: #FB674B;
  49. letter-spacing: 3px;
  50. text-align: center;
  51. margin-top: 42px;
  52. font-size: 21px;
  53. border-radius: 10px;
  54. }
  55. /* 团队协作 */
  56. .collaborationTeam {
  57. width: 100%;
  58. background: #ffffff;
  59. height: 250vh;
  60. }
  61. .collTeam {
  62. height: 100vh;
  63. box-sizing: border-box;
  64. position: sticky;
  65. top: 6.375rem;
  66. }
  67. .collCent {
  68. height: 40rem;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .collCentImg {
  74. width: 7.5rem;
  75. height: 8.75rem;
  76. margin-right: 3.125rem;
  77. position: relative;
  78. z-index: 2;
  79. }
  80. .collCentFonts {
  81. font-size: 2.25rem;
  82. color: #333;
  83. overflow: hidden;
  84. width: 32.5rem;
  85. padding-left: 2.5rem;
  86. }
  87. .collCentFonts span {
  88. color: #5e95f8;
  89. }
  90. /* 项目模板 */
  91. .templateProject {
  92. width: 100%;
  93. background: #fafbfd;
  94. height: 300vh;
  95. }
  96. .templat{
  97. height: 100vh;
  98. box-sizing: border-box;
  99. position: sticky;
  100. top: 6.375rem;
  101. overflow: hidden;
  102. }
  103. .templat h2 {
  104. font-size: 2.25rem;
  105. color: #333;
  106. padding: 2.5rem 0 2.4rem 0;
  107. text-align: center;
  108. font-weight: normal;
  109. letter-spacing: .3125rem
  110. }
  111. .templat span {
  112. font-size: 3rem;
  113. color: #01bea8;
  114. }
  115. .templat i {
  116. font-style: normal;
  117. font-size: 3rem;
  118. color: #3dc9ff;
  119. }
  120. .templatCon {
  121. position: relative;
  122. }
  123. .templatOne, .templatTwo, .templatThree, .templatFour {
  124. border-radius: .625rem;
  125. }
  126. .templatOne {
  127. width: 17.625rem;
  128. height: 32.25rem;
  129. position: absolute;
  130. z-index: 2;
  131. right: 2.1875rem;
  132. top: 3.125rem;
  133. }
  134. .templatTwo {
  135. width: 58.3125rem;
  136. height: 28.3125rem;
  137. position: absolute;
  138. z-index: 1;
  139. top: 0;
  140. left: 11.4375rem;
  141. }
  142. .templatThree {
  143. width: 19.4375rem;
  144. height: 21.4375rem;
  145. position: absolute;
  146. z-index: 3;
  147. top: 16.25rem;
  148. right: 17.5rem;
  149. }
  150. .templatFour {
  151. width: 27.125rem;
  152. height: 16.5rem;
  153. position: absolute;
  154. z-index: 2;
  155. left: 2.8125rem;
  156. top: 17.5rem;
  157. }
  158. /* 跨部门 */
  159. .acrossDepartments {
  160. background: #ffffff;
  161. position: relative;
  162. z-index: 3;
  163. }
  164. .acrossDepartments h2{
  165. font-size: 2.25rem;
  166. font-weight: normal;
  167. color: #333;
  168. letter-spacing: .3125rem;
  169. padding: 2.1875rem 0 150px 0;
  170. }
  171. .acrossDepartments span {
  172. color: #01bea8;
  173. }
  174. .acrossCon {
  175. display: flex;
  176. justify-content: space-around;
  177. padding-bottom: 8.75rem;
  178. }
  179. .acrossConOne, .acrossConTwo {
  180. width: 20.25rem;
  181. height: 20.1875rem;
  182. position: relative;
  183. }
  184. .acrossConOne {
  185. background: url(../image/projectImg/acrossLeft.jpg) no-repeat center;
  186. background-size: 100% 100%;
  187. }
  188. .acrossConTwo {
  189. background: url(../image/projectImg/acrossRight.jpg) no-repeat center;
  190. background-size: 100% 100%;
  191. }
  192. .acrossIonsOne {
  193. width: 7.5rem;
  194. height: 7.5rem;
  195. border: .0625rem solid #e0efee;
  196. border-radius: 50%;
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. position: absolute;
  201. transition: all 0.5s;
  202. cursor:pointer;
  203. }
  204. .acrossIonsOne:hover {
  205. transform: scale(1.2);
  206. }
  207. .acsTop {
  208. background: linear-gradient(to top,#1de7e5,#4ab8f9);
  209. }
  210. .acsBon {
  211. background: linear-gradient(to top,#4ab8f9,#1de7e5);
  212. }
  213. .acsLeft {
  214. background: linear-gradient(to right,#4ab8f9,#1de7e5);
  215. }
  216. .acsRight {
  217. background: linear-gradient(to right,#1de7e5,#4ab8f9);
  218. }
  219. .acsTops {
  220. background: linear-gradient(to top,#82a6d7,#55749f);
  221. }
  222. .acsBons {
  223. background: linear-gradient(to top,#55749f,#82a6d7);
  224. }
  225. .acsLefts {
  226. background: linear-gradient(to right,#55749f,#82a6d7);
  227. }
  228. .acsRights {
  229. background: linear-gradient(to right,#82a6d7,#55749f);
  230. }
  231. .acrossIonsTwo {
  232. width: 6.875rem;
  233. height: 6.875rem;
  234. border-radius: 50%;
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. }
  239. .acrossIonsThree {
  240. width: 5.4375rem;
  241. height: 5.4375rem;
  242. border-radius: 50%;
  243. display: flex;
  244. justify-content: center;
  245. flex-wrap: wrap;
  246. background: #ffffff;
  247. }
  248. .acrossIonsThree p {
  249. font-size: 1rem;
  250. width: 100%;
  251. text-align: center;
  252. color: #333;
  253. margin-top: 22px;
  254. margin-bottom: 20px;
  255. }
  256. .acrossIonsThree div {
  257. width: 1.875rem;
  258. height: 1.875rem;
  259. margin-top: -1.5625rem;
  260. }
  261. /* 新版跨部门 */
  262. .multipleRoles {
  263. background: #ffffff;
  264. position: relative;
  265. z-index: 3;
  266. padding: 4.6875rem 0 6.25rem 0;
  267. }
  268. .multCons {
  269. display: flex;
  270. justify-content: space-between;
  271. }
  272. .multipleRolesLeft, .multipleRolesRight {
  273. width: 50%;
  274. box-sizing: border-box;
  275. position: relative;
  276. }
  277. .muDiv {
  278. display: inline-block;
  279. font-size: 2.375rem;
  280. color: #333333;
  281. font-family: '黑体';
  282. }
  283. .muDiv span {
  284. color: #f3ac47;
  285. font-size: 2.625rem;
  286. text-align: center;
  287. }
  288. .muRoLezc {
  289. float: left;
  290. margin-left: 10.9375rem;
  291. }
  292. .muRoLetd {
  293. padding-top: 4.375rem;
  294. padding-left: 2.8125rem;
  295. }
  296. .outerRing {
  297. width: 31.25rem;
  298. height: 31.25rem;
  299. padding-top: 1.25rem;
  300. position: relative;
  301. }
  302. .outerRingNei {
  303. position: absolute;
  304. width: 16.25rem;
  305. height: 16.25rem;
  306. top: 50%;
  307. left: 50%;
  308. margin-left: -8.125rem;
  309. margin-top: -8.125rem;
  310. }
  311. .multipWaiCont {
  312. width: 4.6875rem;
  313. height: 4.6875rem;
  314. background: #3c86df;
  315. border-radius: 50%;
  316. display: flex;
  317. align-items: center;
  318. justify-content: center;
  319. margin-bottom: .9375rem;
  320. }
  321. .multipWaiCont div {
  322. width: 2.1875rem;
  323. height: 2.1875rem;
  324. }
  325. .multipWai {
  326. width: 4.6875rem;
  327. position: absolute;
  328. }
  329. .multipWai p {
  330. width: 100%;
  331. text-align: center;
  332. font-size: 1.125rem;
  333. color: #333;
  334. }
  335. /* 支持多种行业和场景使用 */
  336. .industryScenario {
  337. background: #ffffff;
  338. }
  339. .industryScenario h2 {
  340. text-align: center;
  341. font-size: 2.25rem;
  342. color: #333;
  343. margin-top: 1.875rem;
  344. font-weight: normal;
  345. }
  346. .industryScenario h2 p {
  347. font-size: 1.125rem;
  348. color: #666666;
  349. margin-top: 1.25rem;
  350. }
  351. .industryCon {
  352. width: 100%;
  353. margin-top: 1.5625rem;
  354. margin-bottom: 40px;
  355. display: flex;
  356. flex-wrap: wrap;
  357. justify-content: space-around;
  358. }
  359. .industryConOverlap {
  360. width: 24.375rem;
  361. height: 16.75rem;
  362. background: #f5f5f5;
  363. border-radius: .3125rem;
  364. box-sizing: border-box;
  365. padding: 2.8125rem 2.625rem 0 2.625rem;
  366. margin-bottom: 3.125rem;
  367. box-shadow: 9px 8px 11px #e9e9e9;
  368. }
  369. .industryConOverlapTil {
  370. font-size: 1.5rem;
  371. color: #333;
  372. line-height: 2.5rem;
  373. display: flex;
  374. justify-content: center;
  375. }
  376. .industryConOverlapTil div {
  377. width: 11.25rem;
  378. height: 2.5rem;
  379. display: inline-block;
  380. margin-right: .625rem;
  381. border-radius: 2.5rem;
  382. text-align: center;
  383. margin-left: -0.625rem;
  384. color: #ffffff;
  385. }
  386. .industryConOverlapTil p {
  387. display: inline-block;
  388. }
  389. .industryConOverlapTex {
  390. font-size: 1.5rem;
  391. color: #666666;
  392. font-family: 宋体;
  393. margin-top: .9375rem;
  394. line-height: 1.875rem;
  395. }
  396. .industryConOverlapBtn {
  397. font-size: 1.125rem;
  398. margin-top: 1.875rem;
  399. margin-left: -0.75rem;
  400. }
  401. /* 用户评价 */
  402. .userEvaluation {
  403. background: #4a65ac;
  404. width: 100%;
  405. overflow: hidden;
  406. position: relative;
  407. }
  408. .userEvaluationzuobian {
  409. width: 33rem;
  410. height: 100%;
  411. background: #4a65ac;
  412. position: absolute;
  413. z-index: 2;
  414. top: 0%;
  415. left: 0%;
  416. }
  417. .inBlock {
  418. display: inline-block;
  419. }
  420. .userEvaluationLeft {
  421. margin-right: 10.625rem;
  422. float: left;
  423. position: relative;
  424. z-index: 3;
  425. }
  426. .userEvaluationLeft h2 {
  427. font-size: 3.125rem;
  428. color: #ffffff;
  429. font-weight: normal;
  430. margin-top: 8.75rem;
  431. margin-bottom: 2.1875rem;
  432. }
  433. .userEvaluationLeft p {
  434. font-size: 1rem;
  435. color: #ffffff;
  436. }
  437. .userEvaluationLeft div {
  438. width: 10rem;
  439. height: 3.125rem;
  440. border-radius: 3.125rem;
  441. border: .125rem solid #ffffff;
  442. text-align: center;
  443. line-height: 50px;
  444. font-size: 1.125rem;
  445. color: #ffffff;
  446. margin-top: 6.25rem;
  447. margin-bottom: 10.25rem;
  448. background: #3f5697;
  449. }
  450. .userEvaluationRight {
  451. width: 4100px;
  452. display: flex;
  453. /* justify-content: space-between; */
  454. position: relative;
  455. margin-top: 9.1875rem;
  456. margin-bottom: 7.5rem;
  457. }
  458. .userEvaluationRightCon {
  459. width: 23.125rem;
  460. height: 18.4375rem;
  461. background: #fff;
  462. border-radius: .625rem;
  463. padding: 2.1875rem;
  464. box-sizing: border-box;
  465. position: relative;
  466. margin-right: 1.875rem;
  467. }
  468. .userEvaluationRightConIMg {
  469. width: 7.5rem;
  470. height: 7.5rem;
  471. border-radius: 50%;
  472. position: absolute;
  473. top: -3.75rem;
  474. left: 2.1875rem;
  475. /* background: red; */
  476. overflow: hidden;
  477. display: flex;
  478. justify-content: center;
  479. align-items: center;
  480. background: #fff;
  481. border: 1px solid #bdbdbd;
  482. }
  483. .userEvaluationRightConTex {
  484. }
  485. .userEvaluationRightConTex p{
  486. font-size: 1.75rem;
  487. color: #333;
  488. margin-top: 3.75rem;
  489. margin-bottom: 1.125rem;
  490. }
  491. .userEvaluationRightConTex span {
  492. font-size: .875rem;
  493. color: #666666;
  494. line-height: 1.5625rem;
  495. }
  496. .userKongz {
  497. width: 46.25rem;
  498. }
  499. .kehusab {
  500. width: 10rem;
  501. padding: -2.5rem 0 0 0;
  502. display: flex;
  503. justify-content: space-between;
  504. margin-top: -60px;
  505. margin-bottom: 40px;
  506. }
  507. .kehuLefts, .kehuRights {
  508. width: 3.75rem;
  509. height: 3.75rem;
  510. border-radius: 50%;
  511. background: #fff;
  512. text-align: center;
  513. line-height: 4.375rem;
  514. display: inline-block;
  515. position: relative;
  516. cursor:pointer;
  517. }
  518. .kehusab img {
  519. width: 1.25rem;
  520. height: 1.25rem;
  521. }
  522. .kehusab .zhis {
  523. cursor: not-allowed !important;
  524. }
  525. /* 新产品定价 */
  526. .pricingsCon {
  527. width: 62.5rem;
  528. margin: auto;
  529. }
  530. .pricingsConTop {
  531. display: flex;
  532. flex-wrap: wrap;
  533. box-shadow: 0 0 20px 1px #b1b1b1;
  534. border-radius: .625rem;
  535. /* border-bottom: 1px solid #333; */
  536. /* border-right: 1px solid #333; */
  537. }
  538. .pricingsConTop div {
  539. color: #333333;
  540. width: 50%;
  541. line-height: 3.75rem;
  542. text-align: center;
  543. font-size: 1.25rem;
  544. box-sizing: border-box;
  545. border-top: 1px solid #939393;
  546. /* border-left: 1px solid #333; */
  547. }
  548. /* 产品定价 */
  549. .pricings {
  550. width: 100%;
  551. max-width: 120rem;
  552. height: 58.8125rem;
  553. margin: auto;
  554. /* background: url(../image/dingj.jpg) no-repeat center; */
  555. /* background-size: 120rem 58.8125rem; */
  556. }
  557. .pri {
  558. display: flex;
  559. justify-content: space-between;
  560. width: 78rem;
  561. margin: auto;
  562. }
  563. .tooltipTis {
  564. width: 75rem;
  565. margin: auto;
  566. text-align: center;
  567. font-size: 1.75rem;
  568. position: relative;
  569. top: -3.125rem;
  570. /* transform: translate(100rem,0); */
  571. }
  572. .tooltipTisFillCons {
  573. animation: moves 2s;
  574. animation-fill-mode: both;
  575. }
  576. @keyframes moves {
  577. 0%{
  578. transform: translate(100rem,0);
  579. }
  580. 100%{
  581. transform: translate(0,0);
  582. }
  583. }
  584. .li {
  585. text-align: center;
  586. background: #fff;
  587. padding: 10px;
  588. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  589. cursor: pointer;
  590. transition: all .25s ease-in;
  591. }
  592. .li_con {
  593. width: 240px;
  594. height: 168px;
  595. background: #f3f3f3;
  596. box-sizing: border-box;
  597. padding-top: 46px;
  598. }
  599. .li_con div {
  600. width: 100%;
  601. text-align: center;
  602. font-size: 24px;
  603. color: #565656;
  604. margin-bottom: 22px;
  605. }
  606. .li_con div span{
  607. font-size: 28px;
  608. }
  609. .li li {
  610. width: 100%;
  611. height: 32px;
  612. font-size: 14.4px;
  613. line-height: 32px;
  614. text-align: center;
  615. list-style-type:none;
  616. color: #b5b0b0;
  617. }
  618. .li li:nth-child(2n) {
  619. background: #f3f3f3;
  620. }
  621. .btn {
  622. width: 140px;
  623. height: 40px;
  624. margin: auto;
  625. background-image: url(../image/xg.png);
  626. background-size: 100% 100%;
  627. margin-bottom: 19.2px;
  628. border: 0;
  629. background-repeat: no-repeat;
  630. }
  631. .li:hover {
  632. transform:translateY(-1.25rem);
  633. }
  634. .li:hover .btn{
  635. background: url(../image/xgs.png);
  636. background-size: 100% 100%;
  637. background-repeat:no-repeat;
  638. }
  639. .li:hover .li_con{
  640. background: linear-gradient(to left,#4daefe,#01f1fe);
  641. }
  642. .li:hover .li_con div{
  643. color: #fff;
  644. }
  645. .btn a {
  646. display: inline-block;
  647. width: 100%;
  648. height: 100%;
  649. }
  650. .al a{
  651. color: #407be7 !important;
  652. }
  653. .al {
  654. position: relative;
  655. }
  656. .al::after {
  657. content: '';
  658. width: 100%;
  659. height: 3px;
  660. background: #407be7;
  661. position: absolute;
  662. bottom: -20px;
  663. left: 0;
  664. }
  665. .pricings h2 {
  666. font-size: 2.625rem;
  667. color: #333;
  668. padding: 6.25rem 5rem 4rem 5rem;
  669. }
  670. /* 底部 */
  671. .footer-frame {
  672. width: 100%;
  673. height: 24px;
  674. }
  675. .footer {
  676. padding-top: 48px;
  677. padding-bottom: 8px;
  678. background-color: #20a0ff;
  679. margin-top: -0.125rem;
  680. }
  681. .footer .footer-col {
  682. margin-bottom: 36px;
  683. }
  684. .footer h4 {
  685. margin-bottom: 10px;
  686. color: #fff;
  687. }
  688. .footer .list-unstyled,
  689. .footer p {
  690. color: #f3f7fd;
  691. }
  692. .footer .footer-col.middle .list-unstyled .fas {
  693. color: #fff;
  694. font-size: 8px;
  695. line-height: 24px;
  696. }
  697. .footer .footer-col.middle .list-unstyled .media-body {
  698. margin-left: 8px;
  699. }
  700. .footer .footer-col.last .list-unstyled .fas {
  701. color: #fff;
  702. font-size: 14px;
  703. line-height: 24px;
  704. }
  705. .footer .footer-col.last .list-unstyled .media-body {
  706. margin-left: 10px;
  707. }
  708. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  709. margin-left: 16px;
  710. margin-right: 10px;
  711. }
  712. .navbar {
  713. padding: 0 !important;
  714. }
  715. .ulss {
  716. display: inline-block;
  717. }
  718. .alss {
  719. display: flex;
  720. justify-content: space-around;
  721. width: 87.5rem;
  722. margin: auto;
  723. }
  724. .copyright {
  725. width: 100%;
  726. text-align: center;
  727. line-height: 2.5rem;
  728. color: #fff;
  729. font-size: 1rem;
  730. background: #20a0ff;
  731. border-top: 1px solid #565656;
  732. }
  733. /* 质询图标 */
  734. .consulting {
  735. width: 3.125rem;
  736. height: 3.125rem;
  737. border-radius: 50%;
  738. background: #fff;
  739. position: fixed;
  740. bottom: 3.75rem;
  741. right: 6.25rem;
  742. z-index: 4;
  743. box-shadow: 0 0 1.25rem 0px #cbcbcb;
  744. cursor:pointer;
  745. display: flex;
  746. align-items: center;
  747. justify-content: center;
  748. }
  749. .consulting:hover {
  750. background: #3396FB;
  751. }
  752. .conImgConImg {
  753. width: 2.5rem;
  754. height: 2.5rem;
  755. position: relative;
  756. margin-top: 1.5625rem;
  757. margin-left: 1.125rem;
  758. }
  759. .conImgConImg img{
  760. width: 100%;
  761. }
  762. /* 咨询 */
  763. .zhixun {
  764. display: block;
  765. position: fixed;
  766. bottom: 7.5rem;
  767. right: 2.5rem;
  768. padding: 1rem;
  769. background: #fff;
  770. box-shadow: .1875rem .1875rem .625rem #ccc;
  771. z-index: 99999999;
  772. text-align: center;
  773. }
  774. .zhixun p {
  775. margin: 8px 0;
  776. }
  777. .zhixun img {
  778. width: 8rem;
  779. }
  780. .tabOn {
  781. background: #fff;
  782. color: #20a0ff !important;
  783. }
  784. /* 产品介绍 */
  785. .product {
  786. width: 100%;
  787. position: fixed;
  788. z-index: 10;
  789. top: 6.25rem;
  790. left: 0;
  791. background: #fff;
  792. height: 20.75rem;
  793. border-top: .0625rem solid rgb(163, 163, 163);
  794. box-shadow: 1px 3px 5px 0px #ddd;
  795. }
  796. .connont {
  797. width: 81.25rem;
  798. margin: auto;
  799. }
  800. .tils::before {
  801. content:"";
  802. height: .125rem;
  803. width: 100%;
  804. bottom: 0;
  805. left: 0;
  806. background: #37B8FF;
  807. position: absolute;
  808. }
  809. /* 导航下拉 */
  810. .management {
  811. margin-top: 1.25rem;
  812. width: 33.75rem;
  813. font-size: 1rem;
  814. }
  815. .management h3 {
  816. width: 100%;
  817. font-size: 1rem;
  818. font-weight: normal;
  819. color: #333333;
  820. line-height: 2.5rem;
  821. border-bottom: .0625rem solid rgb(180, 180, 180);
  822. margin-left: 1.25rem;
  823. }
  824. .management ul {
  825. margin-top: .625rem;
  826. width: 11.25rem;
  827. }
  828. .management li{
  829. margin-top: .625rem;
  830. line-height: 2.5rem;
  831. cursor:pointer;
  832. padding-left: 1.25rem;
  833. }
  834. .management a {
  835. color: #333;
  836. }
  837. .management li:hover {
  838. background: #F0F4FF;
  839. border-radius: .625rem;
  840. color: #3370FF;
  841. }
  842. /* js锁添加的样式 */
  843. .tils::before {
  844. content:"";
  845. height: .125rem;
  846. width: 100%;
  847. bottom: 0rem;
  848. left: 0;
  849. background: #37B8FF;
  850. position: absolute;
  851. }
  852. .hanAll {
  853. background: #fff !important;
  854. box-shadow: .0625rem .1875rem .3125rem 0px #ddd;
  855. }
  856. .abc .til {
  857. color: #3c86df !important;
  858. }
  859. .abc .til a{
  860. color: #3c86df !important;
  861. }
  862. .navigationBarBack {
  863. background: #f6fef9;
  864. }
  865. .navigationTitle a {
  866. color: #333 !important;
  867. }
  868. .navigationTitle {
  869. color: #333 !important;
  870. }