index.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052
  1. a {
  2. background-color: transparent;
  3. text-decoration: none;
  4. cursor: pointer;
  5. color: #333;
  6. }
  7. a:active,
  8. a:hover {
  9. color: #F10215;
  10. outline: 0;
  11. text-decoration: none;
  12. }
  13. a.nohover:hover {
  14. color: inherit;
  15. outline: 0;
  16. text-decoration: none;
  17. }
  18. .fl {
  19. float: left;
  20. }
  21. .fr {
  22. float: right;
  23. }
  24. .width-1200 {
  25. width: 1200px;
  26. margin: 0 auto;
  27. }
  28. .b-title {
  29. font-weight: 600;
  30. font-size: 26px;
  31. position: relative;
  32. padding-bottom: 30px;
  33. width: 105px;
  34. }
  35. ul, li, ol {
  36. margin: 0;
  37. padding: 0;
  38. list-style: none outside none;
  39. }
  40. /** 首页头部样式 **/
  41. .header {
  42. background-color: #fff;
  43. border-bottom: 1px solid #ddd;
  44. margin-bottom: 10px;
  45. }
  46. .header .top-bg {
  47. height: 30px;
  48. line-height: 30px;
  49. color: #666;
  50. font-size: 13px;
  51. background-color: #f5f5f5;
  52. }
  53. .header .header-top {
  54. height: 90px;
  55. padding: 10px 0;
  56. }
  57. .header .logo-box {
  58. display: flex;
  59. justify-content: center;
  60. height: 48px;
  61. }
  62. .header .logo {
  63. height: 40px;
  64. margin-right: 20px;
  65. max-height: 40px;
  66. line-height: 6px;
  67. position: relative;
  68. top: 5px;
  69. }
  70. .header .space-line {
  71. height: 100%;
  72. width: 1px;
  73. background-color: rgba(0, 0, 0, 0.1);
  74. margin-right: 20px;
  75. }
  76. .header .logo-brand {
  77. margin-right: 10px;
  78. width: 100px;
  79. height: 70px;
  80. }
  81. .header .logo-title {
  82. font-size: 32px;
  83. font-weight: bold;
  84. color: #DC3223;
  85. display: inline;
  86. position: relative;
  87. }
  88. .btn-login {
  89. background-color: #DC3223;
  90. color: #fff;
  91. width: 60px;
  92. height: 30px;
  93. text-align: center;
  94. line-height: 30px;
  95. cursor: pointer;
  96. margin-top: 15px;
  97. border-radius: 5px;
  98. }
  99. .flex-between {
  100. display: flex;
  101. flex-wrap: nowrap;
  102. justify-content: space-between;
  103. }
  104. .detail_link_kefu {
  105. width: 800px;
  106. height: 250px;
  107. background: url(../images/pc_jiaocheng_banner_bg.png) no-repeat;
  108. background-size: auto;
  109. background-size: 100% 100%;
  110. text-align: center;
  111. box-sizing: border-box;
  112. margin-top: 20px;
  113. }
  114. .detail_link_kefu p {
  115. color: #fff;
  116. font-size: 24px;
  117. margin-bottom: 5px;
  118. }
  119. .nav {
  120. box-shadow: -2px -2px 10px #eee;
  121. color: #333;
  122. height: 60px;
  123. background-color: #fff;
  124. }
  125. .nav .nav-list {
  126. display: flex;
  127. flex-wrap: wrap;
  128. }
  129. .nav-item {
  130. text-align: center;
  131. font-weight: 600;
  132. font-size: 18px;
  133. cursor: pointer;
  134. position: relative;
  135. margin: 0 10px;
  136. padding: 0 10px;
  137. }
  138. .nav-item.active, .nav-item:hover {
  139. border-bottom: 3px solid red;
  140. }
  141. #navbarSupportedContent {
  142. justify-content: flex-end;
  143. }
  144. .nav-product:hover .nav-product-menu {
  145. display: block;
  146. }
  147. .nav-product-menu {
  148. width: 190px;
  149. background-color: rgba(0, 0, 0, 0.4);
  150. position: absolute;
  151. z-index: 9;
  152. display: none;
  153. }
  154. .nav-product-menu li {
  155. margin: 0 10px;
  156. line-height: 48px;
  157. font-size: 15px;
  158. color: #fff;
  159. border-bottom: 1px solid #ddd;
  160. }
  161. .call-24 {
  162. margin-top: 10px;
  163. }
  164. .call-24 .dh-ico {
  165. width: 40px;
  166. height: 40px;
  167. margin: 5px 5px 0 0;
  168. }
  169. .call-24 .dh-title {
  170. font-size: 16px;
  171. color: #666;
  172. letter-spacing: 4px;
  173. text-align: center;
  174. }
  175. .call-24 .dh-phone {
  176. font-size: 24px;
  177. color: #DC3223;
  178. font-weight: 600;
  179. }
  180. /* 底部導航 */
  181. .index-footer {
  182. width: 100%;
  183. background-color: #666;
  184. color: rgba(255, 255, 255, 0.4);
  185. text-align: center;
  186. padding-bottom: 40px;
  187. border-top: 4px solid #DC3223;
  188. }
  189. .flex-start {
  190. display: flex;
  191. flex-wrap: nowrap;
  192. justify-content: flex-start;
  193. }
  194. .footer-menu {
  195. padding: 40px 0 20px;
  196. }
  197. .footer-menu span {
  198. margin: 0 8px 0 10px;
  199. }
  200. .footer-address span {
  201. margin-right: 20px;
  202. }
  203. .footer-bottom {
  204. font-size: 12px;
  205. line-height: 40px;
  206. color: #333;
  207. text-align: center;
  208. }
  209. .footer-item {
  210. width: 25%;
  211. color: #fff;
  212. text-align: left;
  213. line-height: 1.8;
  214. }
  215. .footer-item .footer-title {
  216. font-size: 18px;
  217. padding: 50px 0 10px;
  218. }
  219. .footer-item .footer-img {
  220. width: 140px;
  221. height: 140px;
  222. padding-top: 50px;
  223. box-sizing: content-box;
  224. }
  225. .footer-center {
  226. text-align: center;
  227. }
  228. .follow-tips {
  229. padding-top: 5px;
  230. }
  231. .noselect {
  232. -webkit-touch-callout: none; /* iOS Safari */
  233. -webkit-user-select: none; /* Chrome/Safari/Opera */
  234. -khtml-user-select: none; /* Konqueror */
  235. -moz-user-select: none; /* Firefox */
  236. -ms-user-select: none; /* Internet Explorer/Edge */
  237. user-select: none; /* Non-prefixed version, currently*/
  238. }
  239. /** 首頁輪播圖 **/
  240. .banner-bg {
  241. width: 100%;
  242. min-width: 1200px;
  243. height: 500px;
  244. background-repeat: no-repeat;
  245. background-position: center center;
  246. background-size: auto 100%;
  247. }
  248. .index-banner {
  249. position: relative;
  250. }
  251. .swiper-container {
  252. /*min-width: 1200px;*/
  253. /*height: 500px;*/
  254. }
  255. .swiper-pagination-bullet {
  256. background: #fff;
  257. opacity: 1;
  258. width: 10px;
  259. height: 10px;
  260. }
  261. .swiper-pagination-bullet-active {
  262. opacity: 1;
  263. background: #fff !important;
  264. }
  265. .index-about {
  266. background-color: #fff;
  267. padding-bottom: 30px;
  268. }
  269. .index-title {
  270. text-align: center;
  271. padding: 30px 0;
  272. }
  273. .index-title .name {
  274. color: #006272;
  275. font-size: 24px;
  276. font-weight: 600;
  277. padding: 35px 0 20px;
  278. }
  279. .index-title .desc {
  280. width: 276px;
  281. margin: 0 auto;
  282. background-color: #ebebeb;
  283. border-radius: 18px;
  284. color: #999;
  285. font-size: 14px;
  286. text-align: center;
  287. line-height: 36px;
  288. }
  289. .a-bg {
  290. width: 580px;
  291. height: 350px;
  292. position: relative;
  293. background: url(../images/29.png) no-repeat center center;
  294. }
  295. .a-bg2 {
  296. background: url(../images/30.png) no-repeat center center;
  297. }
  298. .a-bg .area-title {
  299. position: absolute;
  300. width: 500px;
  301. height: 100px;
  302. bottom: 0;
  303. left: 0;
  304. right: 0;
  305. margin: auto;
  306. background-color: rgba(242, 242, 242, 0.78);
  307. padding: 10px 15px;
  308. }
  309. .a-bg .a-title {
  310. font-size: 18px;
  311. font-weight: 600;
  312. margin-bottom: 8px;
  313. }
  314. .a-bg .a-desc {
  315. font-size: 16px;
  316. color: #666;
  317. }
  318. .why-item {
  319. width: 25%;
  320. text-align: center;
  321. }
  322. .why-img {
  323. width: 130px;
  324. height: 130px;
  325. }
  326. .why-title {
  327. font-size: 20px;
  328. font-weight: 600;
  329. margin: 6px 0 12px;
  330. }
  331. .why-desc {
  332. font-size: 14px;
  333. color: #666;
  334. }
  335. .serve-item {
  336. width: 23%;
  337. padding: 40px 20px;
  338. background-color: #eeeeee;
  339. text-align: center;
  340. }
  341. .serve-item:hover {
  342. background-color: #ff9278;
  343. }
  344. .serve-item .serve-img {
  345. width: 150px;
  346. height: 150px;
  347. margin-bottom: 80px;
  348. }
  349. .serve-item .serve-title {
  350. font-size: 22px;
  351. font-weight: 600;
  352. padding-bottom: 12px;
  353. }
  354. .serve-item .serve-desc {
  355. color: #666;
  356. font-size: 14px;
  357. }
  358. .course-list {
  359. background-color: #eee;
  360. padding: 20px;
  361. flex-wrap: wrap;
  362. line-height: 2.2;
  363. }
  364. .course-list .course-item {
  365. width: 33.33%;
  366. }
  367. .btn-more {
  368. width: 160px;
  369. height: 44px;
  370. margin: auto;
  371. background-color: #ebebeb;
  372. font-size: #999;
  373. line-height: 44px;
  374. text-align: center;
  375. margin-top: 20px;
  376. }
  377. a {
  378. color: inherit !important;
  379. }
  380. /* 软件中心 */
  381. .soft-list {
  382. flex-wrap: wrap;
  383. }
  384. .soft-item {
  385. width: 600px;
  386. padding: 0 10px;
  387. display: flex;
  388. flex-wrap: nowrap;
  389. justify-content: flex-start;
  390. border-right: 1px solid #ccc;
  391. margin-bottom: 50px;
  392. }
  393. .soft-item .soft-img {
  394. width: 100px;
  395. height: 100px;
  396. margin-right: 20px;
  397. }
  398. .soft-item .soft-title {
  399. font-size: 22px;
  400. font-weight: 600;
  401. margin: 10px 0;
  402. }
  403. .soft-item .soft-desc {
  404. width: 300px;
  405. font-size: 14px;
  406. color: #666;
  407. }
  408. .soft-item .soft-btn {
  409. width: 140px;
  410. }
  411. .soft-item .sbtn-download {
  412. background-color: #DC3223;
  413. color: #fff;
  414. text-align: center;
  415. height: 35px;
  416. line-height: 35px;
  417. margin: 10px 0;
  418. cursor: pointer;
  419. }
  420. .soft-item .sbtn-detail {
  421. border: 1px solid #DC3223;
  422. color: #DC3223;
  423. text-align: center;
  424. height: 35px;
  425. line-height: 35px;
  426. cursor: pointer;
  427. }
  428. .buy-list .soft-item {
  429. border: none;
  430. box-shadow: 2px 2px 14px #666;
  431. padding: 20px;
  432. width: 48%;
  433. }
  434. .buy-soft-img {
  435. width: 50px;
  436. height: 50px;
  437. margin-right: 10px;
  438. }
  439. .buy-soft-title {
  440. text-align: center;
  441. font-size: 24px;
  442. font-weight: 600;
  443. line-height: 80px;
  444. background-color: #ffccbd;
  445. }
  446. .buy-item {
  447. width: 25%;
  448. line-height: 50px;
  449. font-size: 18px;
  450. font-weight: 600;
  451. text-align: center;
  452. margin: 30px 0;
  453. }
  454. .buy-item .buy-img {
  455. width: 40px;
  456. height: 40px;
  457. margin-right: 10px;
  458. }
  459. .buy-area {
  460. border: 1px solid #ddd;
  461. padding: 40px;
  462. margin-bottom: 60px;
  463. }
  464. .member-item {
  465. width: 20%;
  466. text-align: center;
  467. border: 1px solid #ddd;
  468. padding: 40px 20px;
  469. text-align: center;
  470. cursor: pointer;
  471. margin-bottom: 40px;
  472. }
  473. .member-item:hover, .member-item.active {
  474. border: 1px solid #DC3223;
  475. background-color: #FFCCBD;
  476. }
  477. .member-item .member-title {
  478. font-size: 28px;
  479. font-weight: 600;
  480. padding-bottom: 10px;
  481. margin-bottom: 30px;
  482. border-bottom: 1px solid #eee;
  483. }
  484. .member-item .member-money {
  485. font-size: 22px;
  486. font-weight: 600;
  487. color: #DC3223;
  488. margin-left: 4px;
  489. }
  490. .member-item .member-desc {
  491. margin-top: 12px;
  492. color: #666;
  493. font-size: 14px;
  494. }
  495. .pay-detail {
  496. width: 60%;
  497. line-height: 2;
  498. }
  499. .pay-title {
  500. font-weight: 600;
  501. font-size: 22px;
  502. margin-top: 18px;
  503. }
  504. .pay-desc {
  505. width: 40%;
  506. }
  507. .pay-type {
  508. padding: 4px 20px;
  509. border-radius: 4px;
  510. margin-right: 10px;
  511. }
  512. .buy-now {
  513. margin: 60px 0;
  514. width: 280px;
  515. height: 60px;
  516. line-height: 60px;
  517. background-color: #DC3223;
  518. color: #fff;
  519. text-align: center;
  520. border-radius: 4px;
  521. }
  522. .pay-money {
  523. color: #DC3223;
  524. font-size: 20px;
  525. font-weight: 600;
  526. }
  527. .pay-desc .pay-img {
  528. width: 180px;
  529. height: 180px;
  530. }
  531. .pay-content {
  532. line-height: 1.8;
  533. padding: 20px;
  534. font-size: 14px;
  535. }
  536. /* 帮助中心 */
  537. .qa-item {
  538. background-color: #fff;
  539. padding: 30px;
  540. box-shadow: 4px 4px 10px #999;
  541. margin-bottom: 30px;
  542. }
  543. .qa-soft {
  544. width: 28%;
  545. border-right: 1px solid #ddd;
  546. margin-right: 2%;
  547. }
  548. .qa-soft-img {
  549. width: 100px;
  550. height: 100px;
  551. margin-right: 20px;
  552. }
  553. .qa-title {
  554. font-size: 18px;
  555. font-weight: 600;
  556. padding: 10px 0;
  557. }
  558. .qa-more {
  559. border: 1px solid #DC3223;
  560. color: #DC3223;
  561. width: 80px;
  562. height: 30px;
  563. text-align: center;
  564. line-height: 30px;
  565. border-radius: 4px;
  566. cursor: pointer;
  567. }
  568. .qa-list {
  569. width: 70%;
  570. flex-wrap: wrap;
  571. }
  572. .question-item {
  573. width: 50%;
  574. height: 30px;
  575. line-height: 20px;
  576. }
  577. .about-list {
  578. width: 800px;
  579. min-height: 500px;
  580. }
  581. .about-detail {
  582. width: 360px;
  583. margin-left: 40px;
  584. }
  585. .about-detail .about-area {
  586. background-color: #fff;
  587. margin-bottom: 20px;
  588. padding: 20px;
  589. }
  590. .about-area .about-title {
  591. font-size: 20px;
  592. font-weight: 600;
  593. padding-bottom: 10px;
  594. margin-bottom: 10px;
  595. border-bottom: 2px solid #DC3223;
  596. }
  597. .about-area .news-item {
  598. line-height: 2.6;
  599. border-bottom: 1px solid #eee;
  600. }
  601. .about-list .about-item {
  602. display: flex;
  603. flex-wrap: wrap;
  604. justify-content: flex-start;
  605. background-color: #fff;
  606. margin-bottom: 6px;
  607. cursor: pointer;
  608. border-bottom: 1px solid #eee;
  609. }
  610. .no-data {
  611. text-align: center;
  612. padding: 50px;
  613. font-size: 18px;
  614. }
  615. .about-list .about-item a:hover {
  616. color: #fff;
  617. }
  618. .about-list .about-item:hover {
  619. background-color: #DC3223;
  620. color: #fff;
  621. }
  622. .about-list .about-item .i-time {
  623. width: 143px;
  624. padding: 24px;
  625. }
  626. .new-img {
  627. width: 120px;
  628. height: 80px;
  629. }
  630. .about-list .about-item .i-content {
  631. width: 600px;
  632. padding: 24px;
  633. }
  634. .about-item .i-content .i-title {
  635. font-size: 18px;
  636. font-weight: 600;
  637. }
  638. .about-item .i-content .i-desc {
  639. font-size: 14px;
  640. margin-top: 12px;
  641. }
  642. .news-detail {
  643. background-color: #fff;
  644. }
  645. .news-detail .news-title {
  646. font-size: 24px;
  647. font-weight: 600;
  648. text-align: center;
  649. padding: 40px 0 20px;
  650. }
  651. .news-detail .news-time {
  652. font-size: 14px;
  653. color: #666;
  654. text-align: center;
  655. padding-bottom: 20px;
  656. border-bottom: 1px dashed #eee;
  657. }
  658. .news-detail .news-content {
  659. padding: 40px 10px;
  660. line-height: 2.2;
  661. text-indent: 2em;
  662. }
  663. .news-content img, .news-content video {
  664. width: 100%;
  665. height: auto;
  666. padding: 10px 0;
  667. }
  668. .news-content video {
  669. height: 450px;
  670. }
  671. .pro-menu .menu-title {
  672. width: 292px;
  673. height: 60px;
  674. background-image: url('../images/menu-bg.png');
  675. background-repeat: no-repeat;
  676. background-size: 100% 100%;
  677. color: #fff;
  678. font-size: 26px;
  679. text-align: center;
  680. line-height: 60px;
  681. }
  682. .pro-menu .menu-list {
  683. background-color: #EBEBEB;
  684. padding: 16px;
  685. line-height: 2;
  686. }
  687. .index-product {
  688. margin-top: 40px;
  689. }
  690. .menu-list .menu-item {
  691. height: 40px;
  692. line-height: 40px;
  693. padding: 0 15px;
  694. background-color: #fff;
  695. color: #333;
  696. font-size: 14px;
  697. margin-bottom: 8px;
  698. display: flex;
  699. flex-wrap: wrap;
  700. justify-content: space-between;
  701. cursor: pointer;
  702. }
  703. .menu-item .arrow-active,
  704. .menu-item .arrow {
  705. width: 12px;
  706. height: 12px;
  707. margin-top: 14px;
  708. }
  709. .menu-item .arrow-active {
  710. display: none;
  711. }
  712. .menu-item.active,
  713. .menu-item:hover {
  714. color: #DC3223;
  715. }
  716. .menu-item.active .arrow-active,
  717. .menu-item:hover .arrow-active {
  718. display: block;
  719. }
  720. .menu-item.active .arrow,
  721. .menu-item:hover .arrow {
  722. display: none;
  723. }
  724. /*公司简介页面*/
  725. .menu-list .contact-info {
  726. color: #333;
  727. padding: 2px;
  728. }
  729. .introduce-detail {
  730. width: 100%;
  731. margin-left: 30px;
  732. }
  733. .de-title {
  734. width: 100%;
  735. border-bottom: 2px solid #DC3223;
  736. }
  737. .de-title .name {
  738. font-size: 28px;
  739. }
  740. .de-title .en-name {
  741. font-size: 14px;
  742. color: #999999;
  743. padding: 11px 0;
  744. }
  745. .introduce-content {
  746. color: #666;
  747. line-height: 2.2;
  748. text-indent: 2em;
  749. padding: 20px;
  750. margin-bottom: 40px;
  751. }
  752. .img-area {
  753. padding: 20px 0;
  754. }
  755. .car-img {
  756. margin: 20px;
  757. }
  758. /* 登录弹窗 */
  759. .login-model {
  760. height: 340px;
  761. }
  762. .login-title {
  763. font-size: 16px;
  764. }
  765. .phone-login {
  766. padding: 40px 20px;
  767. }
  768. .login-title span {
  769. display: inline-block;
  770. padding: 10px 0;
  771. width: 49%;
  772. text-align: center;
  773. cursor: pointer;
  774. border-bottom: 2px solid #eee;
  775. }
  776. .login-title span.active {
  777. color: #BD2C00;
  778. border-bottom: 2px solid #BD2C00;
  779. }
  780. .wei-login {
  781. text-align: center;
  782. padding: 20px;
  783. }
  784. .login-border {
  785. display: inline-block;
  786. margin-top: 0;
  787. margin-bottom: 10px;
  788. }
  789. .login-code {
  790. width: 220px;
  791. height: 220px;
  792. border: 1px solid #eee;
  793. }
  794. .no-code {
  795. width: 220px;
  796. height: 220px;
  797. text-align: center;
  798. background-color: #eee;
  799. color: #e12424;
  800. font-size: 22px;
  801. font-weight: 600;
  802. cursor: pointer;
  803. padding-top: 70px;
  804. }
  805. .expire-time {
  806. font-size: 12px;
  807. font-weight: 600;
  808. color: #e12424;
  809. }
  810. .demo-spin-icon-load {
  811. animation: ani-demo-spin 1s linear infinite;
  812. }
  813. @keyframes ani-demo-spin {
  814. from {
  815. transform: rotate(0deg);
  816. }
  817. 50% {
  818. transform: rotate(180deg);
  819. }
  820. to {
  821. transform: rotate(360deg);
  822. }
  823. }
  824. .login-icon {
  825. vertical-align: middle !important;
  826. margin-right: 5px;
  827. width: 30px;
  828. height: 30px;
  829. }
  830. /* jimp */
  831. .info-flex {
  832. display: flex;
  833. flex-wrap: nowrap;
  834. justify-content: space-around;
  835. align-items: center;
  836. padding: 50px 0;
  837. }
  838. .info-img, .info-content {
  839. width: 40%;
  840. }
  841. .into-title {
  842. font-size: 22px;
  843. line-height: 2.2;
  844. font-weight: 600;
  845. }
  846. .info-desc {
  847. font-size: 14px;
  848. line-height: 1.8;
  849. color: #666;
  850. }
  851. .info-flex .f-item {
  852. display: flex;
  853. flex-wrap: nowrap;
  854. justify-content: center;
  855. width: 33.33%;
  856. align-items: center;
  857. margin: 20px 0;
  858. font-size: 14px;
  859. }
  860. .font-14 {
  861. font-size: 14px;
  862. }
  863. .info-flex .icon-o {
  864. width: 50px;
  865. height: 40px;
  866. margin-right: 20px;
  867. }
  868. .info-flex .f-item2 {
  869. width: 26%;
  870. text-align: center;
  871. margin: 20px 0;
  872. font-size: 14px;
  873. }
  874. .f-item2 .f-cont {
  875. font-weight: 600;
  876. font-size: 16px;
  877. margin: 20px 0 10px 0;
  878. }
  879. .info-flex .icon-o2 {
  880. width: 50px;
  881. height: 50px;
  882. }