product_detail.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980
  1. .head_bg {
  2. background: url(../imgs/product/banner-04.png) no-repeat;
  3. /* background-size: 100% 100%; */
  4. /* background-size: contain; */
  5. }
  6. /*>=1024的设备*/
  7. @media (min-width: 1280px) {
  8. .head_bg {
  9. background: url(../imgs/product/banner-1280.png) no-repeat;
  10. height: 400px;
  11. }
  12. }
  13. @media (min-width: 1440px) {
  14. .head_bg {
  15. background: url(../imgs/product/banner-1440.png) no-repeat;
  16. height: 450px;
  17. }
  18. }
  19. @media (min-width: 1680px) {}
  20. @media (min-width: 1920px) {
  21. .head_bg {
  22. background: url(../imgs/product/banner-1920.png) no-repeat;
  23. height: 600px;
  24. }
  25. }
  26. /* 产品功能 开始 */
  27. .index-pc {
  28. display: block;
  29. }
  30. .index-mobile {
  31. display: none;
  32. }
  33. .product-top {
  34. height: 420px;
  35. padding: 10px 30px 50px;
  36. }
  37. .product-top .product-project-image {
  38. height: 390px;
  39. width: 390px;
  40. position: absolute;
  41. right: 30px;
  42. top: 0px;
  43. image-rendering: -moz-crisp-edges;
  44. /* Firefox */
  45. image-rendering: -o-crisp-edges;
  46. /* Opera */
  47. image-rendering: -webkit-optimize-contrast;
  48. /* Webkit (non-standard naming) */
  49. image-rendering: crisp-edges;
  50. -ms-interpolation-mode: nearest-neighbor;
  51. /* IE (non-standard property) */
  52. }
  53. .product-top .product-top-name {
  54. height: 33px;
  55. font-size: 24px;
  56. font-weight: 600;
  57. letter-spacing: 1px;
  58. color: #212326;
  59. display: inline-block;
  60. vertical-align: middle;
  61. }
  62. .product-top .product-top-title,
  63. .product-top .product-top-title.wiki,
  64. .product-top .product-top-title.plan,
  65. .product-top .product-top-title.account,
  66. .product-top .product-top-subtitle {
  67. /* width: 345px; */
  68. width: 500px;
  69. }
  70. .product-top .product-top-subtitle.perform,
  71. .product-top .product-top-subtitle.account {
  72. width: 339px;
  73. }
  74. .product-page-main-content {
  75. padding-top: 80px;
  76. /* padding-bottom: 80px; */
  77. /* background-color: #fafbfc; */
  78. }
  79. .product-top .top-content {
  80. margin-top: 80px;
  81. }
  82. .product-page-main {
  83. position: relative;
  84. z-index: 5;
  85. }
  86. .product-page-main-content {
  87. padding: 60px 0;
  88. }
  89. .product-page-main-content .product-content {
  90. width: 1200px;
  91. margin: auto;
  92. }
  93. .product-page-main .product-title {
  94. text-align: center;
  95. line-height: 1.5;
  96. font-size: 36px;
  97. font-family: SourceHanSansCN;
  98. font-weight: bold;
  99. color: #333333;
  100. }
  101. .product-page-main .product-subtitle {
  102. line-height: 28px;
  103. text-align: center;
  104. font-weight: 400;
  105. margin-top: 10px;
  106. margin-bottom: 40px;
  107. font-size: 18px;
  108. font-family: SourceHanSansCN;
  109. font-weight: 400;
  110. color: #666666;
  111. }
  112. .product-page-main-content .product-content .project-slide-component {
  113. width: 100%;
  114. }
  115. .product-page-main-content .product-content .product-subtitle {
  116. line-height: 32px;
  117. margin: 10px auto 50px;
  118. }
  119. .product-page-main-content .product-content .project-slide-component .slide-component {
  120. display: flex;
  121. justify-content: space-between;
  122. align-items: center;
  123. margin-bottom: 150px;
  124. }
  125. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul {
  126. /* position: absolute; */
  127. width: 400px;
  128. }
  129. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul.left {
  130. left: 0;
  131. }
  132. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul.right {
  133. right: 0;
  134. }
  135. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li {
  136. width: 460px;
  137. cursor: pointer;
  138. position: relative;
  139. display: flex;
  140. flex-direction: column;
  141. justify-content: center;
  142. }
  143. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul li.active {
  144. border-color: #0b5dd9;
  145. }
  146. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-ul-title {
  147. font-size: 28px;
  148. font-family: SourceHanSansCN;
  149. font-weight: 500;
  150. color: #333333;
  151. line-height: 33px;
  152. margin-bottom: 35px;
  153. letter-spacing: 2px;
  154. }
  155. .product-content-intro,
  156. .slide-component-ul-intro {
  157. font-family: SourceHanSansCN;
  158. font-weight: 400;
  159. color: #6b707a;
  160. font-size: 16px;
  161. line-height: 22px;
  162. letter-spacing: 2px;
  163. }
  164. .slide-component-ul-intro {
  165. margin-bottom: 30px;
  166. display: flex;
  167. /* display: table-cell;
  168. vertical-align: middle;
  169. max-width: 450px; */
  170. }
  171. .slide-component-ul-intro img {
  172. width: 48px;
  173. min-width: 48px;
  174. height: 43px;
  175. margin-right: 10px;
  176. display: inline-block;
  177. vertical-align: middle;
  178. }
  179. .slide-component-ul-intro span {
  180. /* display: inline-block;
  181. vertical-align: middle; */
  182. display: flex;
  183. align-items: center;
  184. }
  185. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img {
  186. width: 660px;
  187. height: 340px;
  188. background: #FFFFFF;
  189. box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
  190. border-radius: 15px;
  191. padding: 15px;
  192. }
  193. .product-page-main-content .product-content .project-slide-component .slide-component .slide-component-img img {
  194. /* width: 630px;
  195. height: 310px; */
  196. display: block;
  197. width: 100%;
  198. border-radius: 15px;
  199. height: 310px;
  200. }
  201. .product-top .product-top-logo img {
  202. vertical-align: middle;
  203. object-fit: contain;
  204. }
  205. /* 产品功能 结束 */
  206. /* 相通产品开始 */
  207. .product-matrix-and-scene {
  208. padding: 80px 0 16px;
  209. }
  210. .product-matrix-and-scene .product-matrix-card {
  211. display: inline-block;
  212. width: 485px;
  213. height: 240px;
  214. border-radius: 3px;
  215. box-shadow: 0 4px 8px 0 rgb(48 48 48 / 10%);
  216. background-color: #fff;
  217. margin-right: 10px;
  218. padding: 41px 30px;
  219. margin-bottom: 10px;
  220. transition: .3s;
  221. }
  222. .product-matrix-and-scene .product-matrix-card:hover {
  223. position: relative;
  224. box-shadow: 0 20px 40px 0 rgb(48 48 48 / 5%), 0 30px 60px 0 rgb(48 48 48 / 10%);
  225. z-index: 1;
  226. }
  227. .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
  228. width: 151px;
  229. height: 158px;
  230. display: inline-block;
  231. vertical-align: top;
  232. }
  233. .product-matrix-and-scene .product-matrix-card .product-matrix-card-content {
  234. display: inline-block;
  235. width: 255px;
  236. margin-left: 15px;
  237. vertical-align: top;
  238. }
  239. .product-matrix-and-scene .product-matrix-card .product-matrix-card-title {
  240. height: 30px;
  241. font-size: 20px;
  242. line-height: 1.5;
  243. color: #1d1e20;
  244. font-weight: 500;
  245. letter-spacing: 1.2px;
  246. }
  247. .product-matrix-and-scene .product-matrix-card .product-matrix-card-intro {
  248. width: 266px;
  249. height: 72px;
  250. font-size: 14px;
  251. line-height: 24px;
  252. color: #373737;
  253. margin-top: 10px;
  254. margin-bottom: 26px;
  255. }
  256. .product-page-main .product-matrix-card-more {
  257. display: inline-block;
  258. transition: .3s;
  259. height: 20px;
  260. }
  261. .product-page-main .product-matrix-card-link-more {
  262. display: inline-block;
  263. height: 20px;
  264. font-size: 14px;
  265. font-weight: 500;
  266. line-height: 20px;
  267. color: #0b5dd9;
  268. transition: .3s;
  269. }
  270. .matrix-card-more-arrow {
  271. background-image: url(../images/index/icon-right-arrowX3-bf0513bd00.png);
  272. }
  273. .product-matrix-and-scene .product-scene-card.last {
  274. margin-right: 0;
  275. }
  276. .product-matrix-and-scene .second-content {
  277. margin-top: 70px;
  278. }
  279. /* 相通产品结束 */
  280. /* 场景开始 */
  281. #solutions {
  282. background: url('../imgs/changjing_bg.png') no-repeat;
  283. background-size: 100% 100%;
  284. margin-top: 50px;
  285. margin-bottom: 50px;
  286. }
  287. #solutions .product-matrix-and-scene {
  288. padding: 36px 0 68px;
  289. }
  290. .normal-width,
  291. .top-normal-width {
  292. width: 1200px;
  293. margin-left: auto;
  294. margin-right: auto;
  295. }
  296. .content-title {
  297. font-size: 32px;
  298. font-weight: 600;
  299. line-height: 1.5;
  300. text-align: center;
  301. color: #1d1e20;
  302. }
  303. #solutions .solution-matrix {
  304. margin-top: 60px;
  305. display: flex;
  306. justify-content: space-between;
  307. }
  308. .product-matrix-and-scene .product-scene-card {
  309. width: 578px;
  310. /* height: 240px; */
  311. background: #FFFFFF;
  312. box-shadow: 0px 0px 14px 2px rgba(138, 166, 213, 0.08);
  313. border-radius: 2px;
  314. text-align: center;
  315. box-sizing: border-box;
  316. padding: 45px;
  317. }
  318. .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  319. margin-bottom: 20px;
  320. }
  321. .product-scene-card-title {
  322. line-height: 1.5;
  323. letter-spacing: 1.2px;
  324. font-size: 24px;
  325. font-family: SourceHanSansCN;
  326. font-weight: 400;
  327. color: #333333;
  328. }
  329. .product-scene-card-intro {
  330. line-height: 24px;
  331. margin-top: 20px;
  332. font-size: 16px;
  333. font-family: SourceHanSansCN;
  334. font-weight: 400;
  335. color: #666666;
  336. }
  337. .product-matrix-and-scene .product-scene-card.last {
  338. margin-right: 0;
  339. }
  340. /* 场景结束 */
  341. /* 意义开始 */
  342. .meaning {
  343. margin-bottom: 75px;
  344. }
  345. .meaning_content {
  346. display: flex;
  347. justify-content: space-between;
  348. margin-top: 63px;
  349. }
  350. .meaning_item {
  351. /* width: 386px; */
  352. /* height: 354px; */
  353. background: #FFFFFF;
  354. border: 1px solid #E5E8ED;
  355. box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.06);
  356. box-sizing: border-box;
  357. padding: 38px 38px 45px 38px;
  358. text-align: center;
  359. }
  360. .meaning_item_img {
  361. width: 48px;
  362. height: 48px;
  363. margin: 0 auto 24px;
  364. }
  365. .meaning_main_title {
  366. font-size: 24px;
  367. font-family: SourceHanSansCN;
  368. font-weight: 400;
  369. color: #333333;
  370. line-height: 25px;
  371. margin-bottom: 40px;
  372. position: relative;
  373. }
  374. .meaning_main_title::after {
  375. position: absolute;
  376. content: '';
  377. width: 24px;
  378. height: 2px;
  379. background: #0051D6;
  380. border-radius: 1px;
  381. bottom: -20px;
  382. left: 50%;
  383. margin-left: -12px;
  384. }
  385. .meaning_sub_title {
  386. font-size: 16px;
  387. font-family: SourceHanSansCN;
  388. font-weight: 400;
  389. color: #333333;
  390. line-height: 25px;
  391. text-align: left;
  392. }
  393. /* 意义结束 */
  394. @media screen and (min-width: 768px) and (max-width: 991px) {
  395. /* 产品功能 开始*/
  396. .index-pc {
  397. display: none;
  398. }
  399. .index-mobile {
  400. display: block;
  401. }
  402. .product-top {
  403. height: auto;
  404. padding: 50px 30px 0;
  405. }
  406. .normal-width {
  407. width: 555px;
  408. }
  409. .product-top .product-top-logo {
  410. margin-bottom: 20px;
  411. }
  412. .product-top .product-top-logo img {
  413. height: 28px;
  414. width: 28px;
  415. }
  416. .product-top .product-top-logo .product-top-name {
  417. font-size: 20px;
  418. height: 27px;
  419. }
  420. .product-top .product-top-title,
  421. .product-top .product-top-title.account,
  422. .product-top .product-top-title.plan,
  423. .product-top .product-top-title.wiki {
  424. width: 100%;
  425. font-size: 32px;
  426. line-height: 48px;
  427. letter-spacing: 1px;
  428. }
  429. .product-top .product-top-subtitle,
  430. .product-top .product-top-subtitle.account,
  431. .product-top .product-top-subtitle.perform {
  432. width: 100%;
  433. font-size: 14px;
  434. line-height: 20px;
  435. letter-spacing: 0;
  436. }
  437. .product-top .product-project-image {
  438. float: none;
  439. height: 342px;
  440. width: 342px;
  441. position: relative;
  442. left: auto;
  443. bottom: auto;
  444. top: auto;
  445. right: auto;
  446. margin: 20px auto;
  447. }
  448. .product-top .product-project-image img {
  449. width: 100%;
  450. height: 100%;
  451. margin: auto;
  452. }
  453. .product-page-main .product-content .product-title {
  454. font-size: 24px;
  455. line-height: 34px;
  456. text-align: left;
  457. margin-bottom: 10px;
  458. letter-spacing: 1px;
  459. }
  460. .product-page-main .product-content .product-subtitle {
  461. font-size: 14px;
  462. line-height: 24px;
  463. text-align: left;
  464. width: auto;
  465. margin-bottom: 40px;
  466. }
  467. .product-page-main .product-response-card {
  468. margin-bottom: 50px;
  469. }
  470. .product-page-main .product-response-card-content {
  471. margin-bottom: 10px;
  472. }
  473. .product-page-main .product-content-title {
  474. font-size: 20px;
  475. line-height: 36px;
  476. color: #212326;
  477. }
  478. .product-page-main .product-content-intro {
  479. font-size: 14px;
  480. line-height: 24px;
  481. color: #212326;
  482. margin-bottom: 0;
  483. }
  484. .product-content-intro:before,
  485. .slide-component-ul-intro:before {
  486. content: "";
  487. width: 6px;
  488. height: 6px;
  489. border-radius: 50%;
  490. display: inline-block;
  491. position: absolute;
  492. background-color: #212326;
  493. top: 12px;
  494. left: 0;
  495. }
  496. .product-page-main .product-content-intro {
  497. font-size: 14px;
  498. line-height: 24px;
  499. color: #212326;
  500. margin-bottom: 0;
  501. padding-left: 15px;
  502. position: relative;
  503. font-weight: 400;
  504. }
  505. .product-page-main .product-content {
  506. width: 495px;
  507. margin: 0 auto;
  508. }
  509. .product-page-main .product-response-card-img {
  510. width: 100%;
  511. height: 300px;
  512. }
  513. .product-page-main .product-response-card-img img,
  514. .product-page-main .product-response-card-img video {
  515. height: 100%;
  516. width: 100%;
  517. box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
  518. border-radius: 3px;
  519. }
  520. /* 产品功能 结束*/
  521. /* 相通产品开始 */
  522. .product-matrix-and-scene {
  523. padding: 50px 30px 20px;
  524. }
  525. .product-page-main .product-title {
  526. font-size: 24px;
  527. line-height: 34px;
  528. text-align: left;
  529. width: auto;
  530. margin-bottom: 10px;
  531. letter-spacing: 1px;
  532. }
  533. .product-page-main .product-subtitle {
  534. font-size: 14px;
  535. text-align: left;
  536. line-height: 24px;
  537. }
  538. .product-matrix-and-scene .product-matrix-card {
  539. display: block;
  540. width: 100%;
  541. margin-bottom: 30px;
  542. padding: 40px 20px;
  543. }
  544. .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
  545. width: 151px;
  546. height: 158px;
  547. margin-top: 0;
  548. }
  549. .product-matrix-and-scene .product-matrix-card .product-matrix-card-img img {
  550. height: 100%;
  551. width: 100%;
  552. object-fit: contain;
  553. }
  554. /* 相通产品结束 */
  555. /* 场景 */
  556. .product-matrix-and-scene .product-scene-card {
  557. width: 217px;
  558. height: 190px;
  559. margin-bottom: 30px;
  560. vertical-align: top;
  561. margin-right: 28px;
  562. }
  563. .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  564. width: 56px;
  565. height: 44px;
  566. margin-top: 14px;
  567. }
  568. .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
  569. height: 100%;
  570. width: 100%;
  571. image-rendering: -webkit-optimize-contrast;
  572. }
  573. .product-matrix-and-scene .product-scene-card .product-scene-card-title {
  574. font-size: 16px;
  575. line-height: 30px;
  576. }
  577. .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
  578. margin-right: 0;
  579. font-size: 14px;
  580. line-height: 22px;
  581. }
  582. /* 场景 */
  583. }
  584. @media screen and (min-width: 200px) and (max-width: 767px) {
  585. /* 产品功能 开始*/
  586. .product-top {
  587. height: auto;
  588. padding: 30px 20px 0;
  589. }
  590. .normal-width {
  591. width: 375px;
  592. }
  593. .product-top .product-top-logo {
  594. margin-bottom: 20px;
  595. display: inline-block;
  596. }
  597. .product-top .product-top-logo img {
  598. height: 28px;
  599. width: 28px;
  600. vertical-align: middle;
  601. object-fit: contain;
  602. }
  603. .product-top .product-top-logo .product-top-name {
  604. font-size: 20px;
  605. height: 27px;
  606. }
  607. .product-top .product-top-title.project,
  608. .product-top .product-top-title.testcase {
  609. width: 90%;
  610. }
  611. .product-top .product-project-image {
  612. height: 268px;
  613. width: 268px;
  614. position: relative;
  615. left: auto;
  616. bottom: auto;
  617. margin: 20px auto;
  618. }
  619. .product-top .product-project-image {
  620. float: none;
  621. }
  622. .product-top .product-project-image img {
  623. width: 100%;
  624. height: 100%;
  625. margin: auto;
  626. }
  627. .product-top .top-content {
  628. margin-top: auto;
  629. }
  630. .product-page-main .product-page-main-content {
  631. padding: 50px 0;
  632. background-color: #fafbfc;
  633. }
  634. .product-page-main .product-content {
  635. /* width: 495px; */
  636. width: 335px;
  637. /* padding: 0 20px; */
  638. margin: 0 auto;
  639. }
  640. .product-page-main .product-content .product-title {
  641. font-size: 24px;
  642. line-height: 34px;
  643. text-align: left;
  644. margin-bottom: 10px;
  645. letter-spacing: 1px;
  646. }
  647. .product-page-main .product-content .product-subtitle {
  648. font-size: 14px;
  649. line-height: 24px;
  650. text-align: left;
  651. width: auto;
  652. margin-bottom: 40px;
  653. }
  654. .product-page-main .product-response-card {
  655. margin-bottom: 50px;
  656. }
  657. .product-page-main .product-response-card-content {
  658. margin-bottom: 10px;
  659. }
  660. .product-page-main .product-response-card-img {
  661. width: 100%;
  662. height: 203px;
  663. }
  664. .product-page-main .product-content-title {
  665. font-size: 20px;
  666. line-height: 36px;
  667. color: #212326;
  668. }
  669. .product-page-main .product-content-intro {
  670. font-size: 14px;
  671. line-height: 24px;
  672. color: #212326;
  673. margin-bottom: 0;
  674. position: relative;
  675. }
  676. .product-content-intro:before,
  677. .slide-component-ul-intro:before {
  678. content: "";
  679. width: 6px;
  680. height: 6px;
  681. border-radius: 50%;
  682. display: inline-block;
  683. position: absolute;
  684. background-color: #212326;
  685. top: 12px;
  686. left: 0;
  687. }
  688. .product-page-main .product-content-intro {
  689. font-size: 14px;
  690. line-height: 24px;
  691. color: #212326;
  692. margin-bottom: 0;
  693. }
  694. .product-page-main .product-response-card-img img,
  695. .product-page-main .product-response-card-img video {
  696. height: 100%;
  697. width: 100%;
  698. box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
  699. border-radius: 3px;
  700. }
  701. /* 产品功能 结束*/
  702. /* 相通产品开始 */
  703. .product-matrix-and-scene {
  704. padding: 50px 20px 20px;
  705. }
  706. .product-page-main .product-title {
  707. font-size: 24px;
  708. line-height: 34px;
  709. text-align: left;
  710. width: auto;
  711. margin-bottom: 10px;
  712. letter-spacing: 1px;
  713. }
  714. .product-page-main .product-subtitle {
  715. font-size: 14px;
  716. text-align: left;
  717. line-height: 24px;
  718. margin-bottom: 30px;
  719. }
  720. .product-matrix-and-scene .product-matrix-card {
  721. width: 100%;
  722. height: 393px;
  723. text-align: center;
  724. padding: 30px 20px;
  725. }
  726. .product-matrix-and-scene .product-matrix-card .product-matrix-card-img {
  727. width: 151px;
  728. height: 158px;
  729. margin-top: auto;
  730. }
  731. .product-matrix-and-scene .product-matrix-card .product-matrix-card-img img {
  732. height: 100%;
  733. width: 100%;
  734. object-fit: contain;
  735. }
  736. .product-matrix-and-scene .product-matrix-card .product-matrix-card-content {
  737. margin-left: 0;
  738. width: 100%;
  739. margin-top: 20px;
  740. }
  741. .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-title {
  742. width: auto;
  743. }
  744. .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-intro {
  745. height: 72px;
  746. margin-bottom: 20px;
  747. }
  748. .product-matrix-and-scene .product-matrix-card .product-matrix-card-content .product-matrix-card-more {
  749. height: 20px;
  750. }
  751. /* 相通产品结束 */
  752. /* 场景 */
  753. .product-page-main .product-subtitle {
  754. margin-bottom: 30px;
  755. }
  756. .product-matrix-and-scene .product-scene-card {
  757. height: 213px;
  758. width: 152px;
  759. }
  760. .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  761. width: 56px;
  762. height: 44px;
  763. margin-top: 14px;
  764. }
  765. .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
  766. height: 100%;
  767. width: 100%;
  768. image-rendering: -webkit-optimize-contrast;
  769. }
  770. .product-project .product-scene-card,
  771. .product-project .product-scene-card.last {
  772. margin-right: 12px;
  773. }
  774. .product-matrix-and-scene .product-scene-card .product-scene-card-title {
  775. font-size: 16px;
  776. line-height: 30px;
  777. }
  778. .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
  779. margin-right: 0;
  780. font-size: 14px;
  781. line-height: 22px;
  782. }
  783. }
  784. .jianjie_box {
  785. display: flex;
  786. justify-content: space-between;
  787. flex-wrap: nowrap;
  788. margin-top: 30px;
  789. }
  790. .jianjie_box img {
  791. width: 22%;
  792. display: block;
  793. }
  794. .img_box img {
  795. display: block;
  796. width: 100%;
  797. margin-top: 10px;
  798. }
  799. .point {
  800. width: 8px;
  801. height: 8px;
  802. min-width: 8px;
  803. margin-right: 20px;
  804. /* border: 1px solid #000; */
  805. border-radius: 50%;
  806. background-color: #333;
  807. }