mini_program_new.css 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  1. div.mini-program-wrap .section-title::before {
  2. display: none
  3. }
  4. .btn-blue {
  5. background-image: none;
  6. background-color: #009bff
  7. }
  8. .banner-update-app {
  9. margin-top: 56px;
  10. height: 500px;
  11. background: #000000b8;
  12. background-size: cover;
  13. margin-bottom: 80px
  14. }
  15. .banner-update-app .btn-blue {
  16. padding: 15px 26px;
  17. height: 58px;
  18. font-size: 24px;
  19. line-height: 28px
  20. }
  21. .banner-update-app .banner-mark {
  22. height: 100%
  23. }
  24. .banner-update-app .banner-text .banner-img {
  25. margin-top: 10px
  26. }
  27. .banner-update-app .banner-text .banner-img img {
  28. right: 0px
  29. }
  30. .banner-update-app .banner-text .text-content {
  31. padding-top: 24px
  32. }
  33. .banner-update-app .banner-text .text-content p {
  34. margin-bottom: 40px;
  35. font-size: 26px
  36. }
  37. .banner-update-app .banner-text {
  38. margin-top: 94px
  39. }
  40. .banner-update-app .banner-text h2 {
  41. margin-bottom: 24px;
  42. font-size: 52px
  43. }
  44. .section-title {
  45. color: #212736;
  46. font-size: 26px;
  47. line-height: 26px;
  48. font-weight: normal
  49. }
  50. .section-title::after {
  51. display: none
  52. }
  53. .web {
  54. display: block
  55. }
  56. .mobile {
  57. display: none
  58. }
  59. .section-custom .custom-content {
  60. display: flex;
  61. margin-top: 24px
  62. }
  63. .section-custom .custom-content .mini-program-custom-list {
  64. flex: 1;
  65. text-align: center
  66. }
  67. .section-custom .custom-content .mini-program-custom-list .custom-item {
  68. font-size: 22px;
  69. margin-top: 18px
  70. }
  71. .section-custom .custom-content .mini-program-custom-list .custom-item-dec {
  72. font-size: 16px
  73. }
  74. .section-custom .custom-content .mini-program-custom-list:nth-child(2) .custom-item {
  75. margin-top: 25px
  76. }
  77. .section-custom::after {
  78. display: none
  79. }
  80. .section-custom .submit-btn-group {
  81. text-align: center;
  82. margin-top: 40px;
  83. padding-bottom: 72px;
  84. border-bottom: 1px #e1e1e1 solid
  85. }
  86. .section-custom .submit-btn-group .input-warning {
  87. border: 1px solid #FF3600
  88. }
  89. .section-custom .submit-btn-group input {
  90. min-width: 200px;
  91. height: 48px;
  92. border-radius: 24px 0 0 24px;
  93. border: solid 1px #9199ab;
  94. background-color: #ffffff;
  95. outline: none;
  96. padding-left: 31px
  97. }
  98. .section-custom .submit-btn-group input::placeholder {
  99. font-size: 16px;
  100. color: #9199ab;
  101. text-align: left
  102. }
  103. .section-custom .submit-btn-group input:focus {
  104. border: 1px solid #009bff
  105. }
  106. .section-custom .submit-btn-group .btn-blue {
  107. padding: 13px 34px;
  108. height: 48px;
  109. line-height: 22px;
  110. border-radius: 0 41.5px 41.5px 0;
  111. box-shadow: 0 4px 16px 0 rgba(33, 97, 253, 0.1);
  112. background-color: #009bff;
  113. font-size: 16px;
  114. margin-top: -2px
  115. }
  116. .section-custom .submit-btn-group .btn-blue:hover {
  117. transform: translateY(0px)
  118. }
  119. .technology-section .container .section-title-dec {
  120. font-size: 18px;
  121. color: #454c5c;
  122. text-align: center;
  123. margin-top: 16px
  124. }
  125. .technology-section .container h6 {
  126. color: #636c81;
  127. font-size: 14px;
  128. text-align: center;
  129. font-weight: normal
  130. }
  131. .technology-section .container .section-content {
  132. margin-top: 40px
  133. }
  134. .technology-section .container .section-content .row {
  135. overflow: hidden;
  136. margin: 16px -8px 0
  137. }
  138. .technology-section .container .section-content .row .item-box {
  139. width: 20%;
  140. padding: 8px;
  141. height: 280px;
  142. border-radius: 4px;
  143. float: left;
  144. overflow: hidden;
  145. position: relative
  146. }
  147. .technology-section .container .section-content .row .item-box .item-mark-box {
  148. overflow: hidden;
  149. position: absolute;
  150. left: 8px;
  151. right: 8px;
  152. bottom: 8px;
  153. top: 8px;
  154. margin: auto
  155. }
  156. .technology-section .container .section-content .row .item-box .item-mark {
  157. position: absolute;
  158. left: 0px;
  159. right: 0;
  160. bottom: 0px;
  161. top: 0px;
  162. margin: auto;
  163. border-radius: 4px;
  164. transition: all .4s;
  165. -moz-transition: all .4s;
  166. -webkit-transition: all .4s;
  167. -o-transition: all .4s
  168. }
  169. .technology-section .container .section-content .row .item-box:hover {
  170. cursor: pointer
  171. }
  172. .technology-section .container .section-content .row .item-box:hover .item-mark {
  173. transform: scale(1.2)
  174. }
  175. .technology-section .container .section-content .row .item-box .item {
  176. color: #ffffff;
  177. width: 100%;
  178. height: 100%;
  179. border-radius: 4px;
  180. background-color: rgba(0, 0, 0, 0.6);
  181. padding: 24px 16px 30px;
  182. position: relative
  183. }
  184. .technology-section .container .section-content .row .item-box .item .item-icon {
  185. margin: 0px auto 18px;
  186. width: 28px;
  187. height: 40px
  188. }
  189. .technology-section .container .section-content .row .item-box .item p {
  190. text-align: center;
  191. font-size: 20px;
  192. line-height: 20px
  193. }
  194. .technology-section .container .section-content .row .item-box .item .btn-transparent {
  195. width: 104px;
  196. padding: 9px 20px;
  197. border: solid 1px #ffffff;
  198. font-size: 16px;
  199. height: 36px;
  200. line-height: 16px;
  201. position: absolute;
  202. bottom: 30px;
  203. left: 0;
  204. right: 0;
  205. margin: auto;
  206. background-color: transparent
  207. }
  208. .technology-section .container .section-content .row .item-box .item .btn-transparent:hover {
  209. padding: 10px 20px;
  210. background-color: #009bff;
  211. border: none
  212. }
  213. .technology-section .container .section-content .row .item-box:nth-child(1) .item-mark {
  214. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-01.png) no-repeat center bottom;
  215. background-size: cover
  216. }
  217. .technology-section .container .section-content .row .item-box:nth-child(1) .item-icon {
  218. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon01.svg) no-repeat center bottom
  219. }
  220. .technology-section .container .section-content .row .item-box:nth-child(2) .item-mark {
  221. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-02.png) no-repeat center bottom;
  222. background-size: cover
  223. }
  224. .technology-section .container .section-content .row .item-box:nth-child(2) .item-icon {
  225. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon02.svg) no-repeat center bottom
  226. }
  227. .technology-section .container .section-content .row .item-box:nth-child(3) .item-mark {
  228. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-03.png) no-repeat center bottom;
  229. background-size: cover
  230. }
  231. .technology-section .container .section-content .row .item-box:nth-child(3) .item-icon {
  232. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon3.svg) no-repeat center bottom
  233. }
  234. .technology-section .container .section-content .row .item-box:nth-child(4) .item-mark {
  235. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-04.png) no-repeat center bottom;
  236. background-size: cover
  237. }
  238. .technology-section .container .section-content .row .item-box:nth-child(4) .item-icon {
  239. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon04.svg) no-repeat center bottom
  240. }
  241. .technology-section .container .section-content .row .item-box:nth-child(5) .item-mark {
  242. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-05.png) no-repeat center bottom;
  243. background-size: cover
  244. }
  245. .technology-section .container .section-content .row .item-box:nth-child(5) .item-icon {
  246. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon05.svg) no-repeat center bottom
  247. }
  248. .technology-section .container .section-content .row .item-box:nth-child(6) .item-mark {
  249. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-06.png) no-repeat center bottom;
  250. background-size: cover
  251. }
  252. .technology-section .container .section-content .row .item-box:nth-child(6) .item-icon {
  253. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon06.svg) no-repeat center bottom
  254. }
  255. .technology-section .container .section-content .row .item-box:nth-child(7) .item-mark {
  256. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-07.png) no-repeat center bottom;
  257. background-size: cover
  258. }
  259. .technology-section .container .section-content .row .item-box:nth-child(7) .item-icon {
  260. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon07.svg) no-repeat center bottom
  261. }
  262. .technology-section .container .section-content .row .item-box:nth-child(8) .item-mark {
  263. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-08.png) no-repeat center bottom;
  264. background-size: cover
  265. }
  266. .technology-section .container .section-content .row .item-box:nth-child(8) .item-icon {
  267. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon08.svg) no-repeat center bottom
  268. }
  269. .technology-section .container .section-content .row .item-box:nth-child(9) .item-mark {
  270. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-09.png) no-repeat center bottom;
  271. background-size: cover
  272. }
  273. .technology-section .container .section-content .row .item-box:nth-child(9) .item-icon {
  274. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon09.svg) no-repeat center bottom
  275. }
  276. .technology-section .container .section-content .row .item-box:nth-child(10) .item-mark {
  277. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/bg-10.png) no-repeat center bottom;
  278. background-size: cover
  279. }
  280. .technology-section .container .section-content .row .item-box:nth-child(10) .item-icon {
  281. background: url(https://grizzlysoft.cn/landingPage/miniProgram/images/app-update/icon10.svg) no-repeat center bottom
  282. }
  283. .technology-section .container .text-center {
  284. margin-top: 32px;
  285. padding-bottom: 40px;
  286. border-bottom: 1px #E1E1E1 solid
  287. }
  288. .technology-section .container .text-center .btn-blue {
  289. font-size: 16px;
  290. padding: 16px 24px;
  291. line-height: 16px;
  292. height: 48px
  293. }
  294. .solution-section-mini-program {
  295. margin-bottom: 80px
  296. }
  297. .solution-section-mini-program .content-mark {
  298. width: 100%;
  299. background-color: rgba(0, 0, 0, 0.5)
  300. }
  301. .solution-section-mini-program .section-title-dec {
  302. text-align: center;
  303. font-size: 16px
  304. }
  305. .solution-section-mini-program .content .container {
  306. display: flex;
  307. padding: 80px 60px;
  308. margin-top: 30px
  309. }
  310. .solution-section-mini-program .content .container .left {
  311. border-right: 1px solid #c4c9d6;
  312. margin-right: 88px;
  313. padding: 0 20px
  314. }
  315. .solution-section-mini-program .content .container .left li {
  316. font-size: 18px;
  317. color: #ffffff;
  318. padding: 20px 0;
  319. width: 160px;
  320. line-height: 18px;
  321. cursor: pointer;
  322. text-align: center
  323. }
  324. .solution-section-mini-program .content .container .left li:first-child {
  325. margin-top: 8px
  326. }
  327. .solution-section-mini-program .content .container .left li:last-child {
  328. margin-bottom: 8px
  329. }
  330. .solution-section-mini-program .content .container .left .active {
  331. background-color: #009bff;
  332. border-radius: 4px
  333. }
  334. .solution-section-mini-program .content .container .right {
  335. flex: 1;
  336. padding-top: 17px
  337. }
  338. .solution-section-mini-program .content .container .right .item-dec {
  339. display: none;
  340. color: #ffffff
  341. }
  342. .solution-section-mini-program .content .container .right .item-dec .info {
  343. min-height: 44px
  344. }
  345. .solution-section-mini-program .content .container .right .item-dec .line {
  346. margin: 0;
  347. width: 100%;
  348. height: 1px;
  349. background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 60%, transparent 60%);
  350. background-size: 8px 1px;
  351. background-repeat: repeat-x
  352. }
  353. .solution-section-mini-program .content .container .right .item-dec h2 {
  354. font-size: 28px;
  355. line-height: 14px;
  356. font-weight: 500;
  357. position: relative
  358. }
  359. .solution-section-mini-program .content .container .right .item-dec h2::after {
  360. content: "";
  361. display: inline-block;
  362. width: 56px;
  363. height: 4px;
  364. border-radius: 5px;
  365. background-color: #ffffff;
  366. position: absolute;
  367. top: 30px;
  368. left: 0
  369. }
  370. .solution-section-mini-program .content .container .right .item-dec p {
  371. margin-top: 32px;
  372. font-size: 16px
  373. }
  374. .solution-section-mini-program .content .container .right .item-dec .btn {
  375. margin-top: 40px;
  376. padding: 9px 28px;
  377. line-height: 22px;
  378. margin-bottom: 40px;
  379. font-size: 16px;
  380. background-image: none;
  381. background-color: #009bff
  382. }
  383. .solution-section-mini-program .content .container .right .item-dec .logo {
  384. padding-top: 40px
  385. }
  386. .solution-section-mini-program .content .container .right .item-dec .logo img {
  387. width: 140px;
  388. height: 50px;
  389. margin-right: 24px;
  390. margin-bottom: 24px
  391. }
  392. .solution-section-mini-program .content .container .right .active {
  393. display: block
  394. }
  395. .solution-section-mini-program .content-bg-01 {
  396. background: url("../image/solution-bg-01.png") no-repeat center center;
  397. background-size: 100% 100%
  398. }
  399. .solution-section-mini-program .content-bg-02 {
  400. background: url("../image/solution-bg-02.png") no-repeat center center;
  401. background-size: 100% 100%
  402. }
  403. .solution-section-mini-program .content-bg-03 {
  404. background: url("../image/solution-bg-03.png") no-repeat center center;
  405. background-size: 100% 100%
  406. }
  407. .solution-section-mini-program .content-bg-04 {
  408. background: url("../image/solution-bg-04.png") no-repeat center center;
  409. background-size: 100% 100%
  410. }
  411. .solution-section-mini-program .content-bg-05 {
  412. background: url("../image/solution-bg-05.png") no-repeat center center;
  413. background-size: 100% 100%
  414. }
  415. .solution-section-mini-program .content-bg-06 {
  416. background: url("../image/solution-bg-06.png") no-repeat center center;
  417. background-size: 100% 100%
  418. }
  419. .solution-section-mini-program-mobile {
  420. display: none
  421. }
  422. .e-commerce-service-process {
  423. padding-bottom: 40px;
  424. margin-top: 40px
  425. }
  426. .e-commerce-service-process .container .content-box .service-list {
  427. display: flex;
  428. justify-content: space-between;
  429. padding-bottom: 40px
  430. }
  431. .section-pay {
  432. background-color: rgba(33, 97, 253, 0.1);
  433. margin-bottom: 40px;
  434. padding-bottom: 0
  435. }
  436. .section-pay .section-title {
  437. padding: 32px 0
  438. }
  439. .section-pay .section-container {
  440. background-color: transparent;
  441. margin-top: 0
  442. }
  443. .app-update-case .container::before {
  444. display: none
  445. }
  446. .app-update-case .container .section-title {
  447. margin-bottom: 14px;
  448. padding-top: 40px
  449. }
  450. .app-update-case .case-slide .content-row {
  451. overflow: hidden;
  452. padding: 13px 0;
  453. margin: 0 -13px
  454. }
  455. .app-update-case .case-slide .content-row .row-item {
  456. width: 20%;
  457. height: 398px;
  458. padding: 0 13px;
  459. margin: 13px 0;
  460. float: left
  461. }
  462. .app-update-case .case-slide .content-row .row-item .content-box {
  463. height: 100%;
  464. border-radius: 4px;
  465. box-shadow: 0 0 15px 0 rgba(33, 97, 253, 0.1);
  466. background-color: #ffffff;
  467. padding: 40px 15px;
  468. position: relative
  469. }
  470. .app-update-case .case-slide .content-row .row-item .content-box .logo-img {
  471. width: 100%;
  472. height: 94px;
  473. margin: auto
  474. }
  475. .app-update-case .case-slide .content-row .row-item .content-box .logo-title {
  476. text-align: center;
  477. margin-top: 24px;
  478. margin-bottom: 16px;
  479. font-size: 16px;
  480. font-weight: 500
  481. }
  482. .app-update-case .case-slide .content-row .row-item .content-box ul li {
  483. font-size: 16px;
  484. display: flex;
  485. margin-bottom: 8px;
  486. color: #212736
  487. }
  488. .app-update-case .case-slide .content-row .row-item .content-box ul li .label-title {
  489. height: 44px
  490. }
  491. .app-update-case .case-slide .content-row .row-item .content-box ul li .dec {
  492. flex: 1
  493. }
  494. .app-update-case .case-slide .content-row .row-item .content-box .case-img {
  495. display: none;
  496. position: absolute;
  497. top: 0;
  498. left: 0;
  499. right: 0;
  500. bottom: 0
  501. }
  502. .app-update-case .case-slide .content-row .row-item .content-box:hover {
  503. cursor: pointer
  504. }
  505. .app-update-case .case-slide .content-row .row-item .content-box:hover .case-img {
  506. display: block;
  507. background-size: cover
  508. }
  509. .app-update-case .case-slide .content-row .case-img-01 {
  510. background: url(../image/case-img-01.png) no-repeat center bottom
  511. }
  512. .app-update-case .case-slide .content-row .case-img-02 {
  513. background: url(../image/case-img-02.png) no-repeat center bottom
  514. }
  515. .app-update-case .case-slide .content-row .case-img-03 {
  516. background: url(../image/case-img-04.png) no-repeat center bottom
  517. }
  518. .app-update-case .case-slide .content-row .case-img-04 {
  519. background: url(../image/case-img-03.png) no-repeat center bottom
  520. }
  521. .app-update-case .case-slide .content-row .case-img-05 {
  522. background: url(../image/case-img-05.png) no-repeat center bottom
  523. }
  524. .app-update-case .case-slide .content-row .case-img-06 {
  525. background: url(../image/case-img-06.png) no-repeat center bottom
  526. }
  527. .app-update-case .case-slide .content-row .case-img-07 {
  528. background: url(../image/case-img-07.png) no-repeat center bottom
  529. }
  530. .app-update-case .case-slide .content-row .case-img-08 {
  531. background: url(../image/case-img-08.png) no-repeat center bottom
  532. }
  533. .app-update-case .case-slide .content-row .case-img-09 {
  534. background: url(../image/case-img-09.png) no-repeat center bottom
  535. }
  536. .app-update-case .case-slide .content-row .case-img-10 {
  537. background: url(../image/case-img-10.png) no-repeat center bottom
  538. }
  539. .app-update-case .case-slide .content-row .case-img-11 {
  540. background: url(../image/case-img-11.png) no-repeat center bottom
  541. }
  542. .app-update-case .case-slide .content-row .case-img-12 {
  543. background: url(../image/case-img-12.png) no-repeat center bottom
  544. }
  545. .app-update-case .case-slide .content-row .case-img-13 {
  546. background: url(../image/case-img-13.png) no-repeat center bottom
  547. }
  548. .app-update-case .case-slide .content-row .case-img-14 {
  549. background: url(../image/case-img-14.png) no-repeat center bottom
  550. }
  551. .app-update-case .case-slide .content-row .case-img-15 {
  552. background: url(../image/case-img-15.png) no-repeat center bottom
  553. }
  554. .app-update-case .case-slide .content-row .logo-01 {
  555. background: url(../image/case-logo-01.svg) no-repeat center center
  556. }
  557. .app-update-case .case-slide .content-row .logo-02 {
  558. background: url(../image/case-logo-02.svg) no-repeat center center
  559. }
  560. .app-update-case .case-slide .content-row .logo-03 {
  561. background: url(../image/case-logo-03.svg) no-repeat center center
  562. }
  563. .app-update-case .case-slide .content-row .logo-04 {
  564. background: url(../image/case-logo-04.svg) no-repeat center center
  565. }
  566. .app-update-case .case-slide .content-row .logo-05 {
  567. background: url(../image/case-logo-05.svg) no-repeat center center
  568. }
  569. .app-update-case .case-slide .content-row .logo-06 {
  570. background: url(../image/case-logo-06.svg) no-repeat center center
  571. }
  572. .app-update-case .case-slide .content-row .logo-07 {
  573. background: url(../image/case-logo-07.svg) no-repeat center center
  574. }
  575. .app-update-case .case-slide .content-row .logo-08 {
  576. background: url(../image/case-logo-08.svg) no-repeat center center
  577. }
  578. .app-update-case .case-slide .content-row .logo-09 {
  579. background: url(../image/case-logo-09.svg) no-repeat center center
  580. }
  581. .app-update-case .case-slide .content-row .logo-10 {
  582. background: url(../image/case-logo-10.png) no-repeat center center
  583. }
  584. .app-update-case .case-slide .content-row .logo-11 {
  585. background: url(../image/case-logo-11.svg) no-repeat center center
  586. }
  587. .app-update-case .case-slide .content-row .logo-12 {
  588. background: url(../image/case-logo-12.svg) no-repeat center center
  589. }
  590. .app-update-case .case-slide .content-row .logo-13 {
  591. background: url(../image/case-logo-13.svg) no-repeat center center
  592. }
  593. .app-update-case .case-slide .content-row .logo-14 {
  594. background: url(../image/case-logo-14.svg) no-repeat center center
  595. }
  596. .app-update-case .case-slide .content-row .logo-15 {
  597. background: url(../image/case-logo-15.svg) no-repeat center center
  598. }
  599. .app-update-case .case-slide .content-row .logo-09 {
  600. background-size: contain
  601. }
  602. .app-update-case .text-center {
  603. margin-top: 14px;
  604. padding-bottom: 40px
  605. }
  606. .app-update-case .text-center .btn-blue {
  607. display: inline-block;
  608. font-size: 16px;
  609. padding: 13px 26px;
  610. line-height: 22px;
  611. height: 48px;
  612. box-shadow: 0 4px 16px 0 rgba(33, 97, 253, 0.1)
  613. }
  614. .section-faq .section-title {
  615. margin-bottom: 40px;
  616. padding-top: 40px;
  617. border-top: 1px #E1E1E1 solid
  618. }
  619. .section-faq .container .question-box {
  620. border-radius: 4px;
  621. box-shadow: 0 0 20px 0 rgba(33, 97, 253, 0.1);
  622. background-color: #ffffff;
  623. padding: 0 24px 20px;
  624. display: flex;
  625. margin-bottom: 24px
  626. }
  627. .section-faq .container .question-box .question-num {
  628. width: 53px;
  629. height: 59px;
  630. border-radius: 0 0 100px 100px;
  631. background-image: linear-gradient(146deg, #4ca5ff 3%, #009bff 83%);
  632. font-size: 26px;
  633. font-weight: 600;
  634. color: #fff;
  635. line-height: 59px;
  636. text-align: center;
  637. margin-right: 24px
  638. }
  639. .section-faq .container .question-box .question-content {
  640. flex: 1
  641. }
  642. .section-faq .container .question-box .question-content .question {
  643. padding-top: 24px;
  644. font-size: 20px;
  645. font-weight: 500;
  646. color: #009bff
  647. }
  648. .section-faq .container .question-box .question-content .question-answer {
  649. font-size: 16px;
  650. color: #212736
  651. }
  652. .section-faq .text-center {
  653. margin-top: 16px;
  654. margin-bottom: 40px
  655. }
  656. .section-faq .text-center .btn-blue {
  657. display: inline-block;
  658. font-size: 16px;
  659. padding: 13px 28px;
  660. line-height: 22px;
  661. height: 48px;
  662. box-shadow: 0 4px 16px 0 rgba(33, 97, 253, 0.1)
  663. }
  664. .section-cooperation-enterprise .mobile {
  665. display: block
  666. }
  667. .section-cooperation-enterprise .section-title {
  668. border-top: 1px #E1E1E1 solid;
  669. padding-top: 40px
  670. }
  671. .section-more-custom .section-title {
  672. border-top: 1px #E1E1E1 solid;
  673. padding-top: 40px
  674. }
  675. .section-more-custom .container .btn-wrap {
  676. width: 942px;
  677. margin: 40px auto 80px;
  678. display: flex;
  679. justify-content: space-between
  680. }
  681. .section-more-custom .container .btn-wrap span {
  682. display: inline-block;
  683. width: 150px
  684. }
  685. .section-more-custom .container .btn-wrap span .btn-blue {
  686. width: 100%;
  687. font-size: 16px;
  688. border-radius: 4px;
  689. box-shadow: 0 4px 6px 0 rgba(33, 97, 253, 0.1);
  690. border: solid 1px #009bff;
  691. background-color: #ffffff;
  692. color: #009bff
  693. }
  694. .section-more-custom .container .btn-wrap span .btn-blue:hover {
  695. background-color: #009bff;
  696. color: #ffffff
  697. }
  698. .footer .footer-content {
  699. padding-bottom: 0px
  700. }
  701. .footer .footer-content .add li {
  702. display: block;
  703. margin-bottom: 16px
  704. }
  705. .footer .footer-content .phone {
  706. font-size: 20px
  707. }
  708. #footer .footer-content {
  709. padding: 40px 0 0
  710. }
  711. #footer .footer-content .contact {
  712. padding-top: 0
  713. }
  714. #footer .footer-content .contact img {
  715. width: 20px;
  716. margin-right: 10px
  717. }
  718. div.footer-form-section .section-submit .closed-footer-form {
  719. position: absolute;
  720. right: 16px;
  721. top: 16px;
  722. width: 20px;
  723. height: 20px;
  724. border-radius: 50%;
  725. background-color: #ffffff;
  726. z-index: 99999999;
  727. cursor: pointer
  728. }
  729. div.footer-form-section .section-submit .closed-footer-form p {
  730. text-align: center;
  731. font-size: 20px;
  732. height: 20px;
  733. line-height: 13px;
  734. padding: 2px 0;
  735. color: #636c81;
  736. transform: rotate(45deg)
  737. }
  738. div.footer-form-section .min-footer-form-div {
  739. display: none;
  740. position: fixed;
  741. width: 120px;
  742. height: 48px;
  743. bottom: 16px;
  744. right: -24px;
  745. z-index: 56565;
  746. cursor: pointer
  747. }
  748. div.footer-form-section .min-footer-form-div p {
  749. border-radius: 25px 0 0 25px;
  750. font-size: 16px;
  751. padding: 8px 20px;
  752. color: #ffffff;
  753. background: #009bff
  754. }
  755. .section.footer-form-section {
  756. display: none
  757. }
  758. .technology-section .pc {
  759. display: block
  760. }
  761. .technology-section .mobile {
  762. display: none
  763. }
  764. section.footer-form-section {
  765. display: none
  766. }
  767. @media (min-width: 1230px) {
  768. .container {
  769. width: 1200px
  770. }
  771. }
  772. @media (max-width: 1350px) {
  773. .app-update-case .case-slide .content-row {
  774. margin: 0
  775. }
  776. }
  777. @media (min-width: 769px) and (max-width: 1200px) {
  778. .banner-update-app .banner-text .text-content p {
  779. font-size: 20px
  780. }
  781. .banner-update-app .banner-text h2 {
  782. font-size: 30px
  783. }
  784. .banner-update-app .banner-text .banner-img img {
  785. width: 57%;
  786. margin-top: 40px
  787. }
  788. .app-update-case .case-slide .content-row .row-item {
  789. height: 348px
  790. }
  791. .app-update-case .case-slide .content-row .row-item .content-box {
  792. padding: 20px 10px
  793. }
  794. .app-update-case .case-slide .content-row .row-item .content-box ul li {
  795. font-size: 15px
  796. }
  797. .app-update-case .case-slide .content-row .row-item .content-box .logo-title {
  798. margin-top: 0px
  799. }
  800. .section-more-custom .container .btn-wrap {
  801. width: 100%;
  802. display: flex;
  803. justify-content: space-between
  804. }
  805. .section-more-custom .container .btn-wrap span {
  806. width: auto
  807. }
  808. }
  809. @media (max-width: 1000px) and (min-width: 769px) {
  810. .banner-update-app .banner-text .banner-img img {
  811. width: 45%;
  812. margin-top: 90px
  813. }
  814. .app-update-case .case-slide .content-row .row-item .content-box .logo-title {
  815. margin-top: 10px
  816. }
  817. .app-update-case .case-slide .content-row .row-item .content-box .logo-img {
  818. background-size: contain;
  819. height: 60px
  820. }
  821. .app-update-case .case-slide .content-row .row-item .content-box ul li {
  822. font-size: 14px
  823. }
  824. .app-update-case .case-slide .content-row .row-item .content-box .logo-02, .app-update-case .case-slide .content-row .row-item .content-box .logo-05, .app-update-case .case-slide .content-row .row-item .content-box .logo-08, .app-update-case .case-slide .content-row .row-item .content-box .logo-10, .app-update-case .case-slide .content-row .row-item .content-box .logo-11, .app-update-case .case-slide .content-row .row-item .content-box .logo-12, .app-update-case .case-slide .content-row .row-item .content-box .logo-13 {
  825. background-size: auto
  826. }
  827. .technology-section .container .section-content .row .item-box .item {
  828. padding: 16px 8px
  829. }
  830. .technology-section .container .section-content .row .item-box .item .btn-transparent {
  831. bottom: 16px
  832. }
  833. }
  834. @media (max-width: 769px) {
  835. .web {
  836. display: none
  837. }
  838. .mobile {
  839. display: block
  840. }
  841. .section-cooperation-enterprise .mobile {
  842. display: none
  843. }
  844. .technology-section .pc {
  845. display: none
  846. }
  847. .technology-section .mobile {
  848. display: block
  849. }
  850. div.footer-form-section {
  851. display: none
  852. }
  853. div.footer-form-section .section-submit .closed-footer-form {
  854. display: none
  855. }
  856. .section-title {
  857. font-size: 18px !important
  858. }
  859. .section-pay .section-title {
  860. padding: 20px 0 14px
  861. }
  862. .section-service-process .container {
  863. margin-top: 20px
  864. }
  865. .section-pay .section-container {
  866. padding: 0 0 16px
  867. }
  868. .mini-program-wrap .solution-section-mini-program {
  869. display: none
  870. }
  871. .mini-program-wrap .solution-section-mini-program-mobile {
  872. display: block
  873. }
  874. .mini-program-wrap .solution-section-mini-program-mobile .item-dec-remark {
  875. width: 100%;
  876. background-color: rgba(0, 0, 0, 0.6)
  877. }
  878. .mini-program-wrap .solution-section-mini-program-mobile .custom-pagination {
  879. margin-top: 40px;
  880. bottom: 28px
  881. }
  882. .mini-program-wrap .solution-section-mini-program-mobile .custom-pagination .swiper-pagination-bullet {
  883. width: 24px;
  884. height: 3px;
  885. background-color: #9199ab;
  886. border-radius: 0;
  887. margin-right: 20px
  888. }
  889. .mini-program-wrap .solution-section-mini-program-mobile .custom-pagination .swiper-pagination-bullet-active {
  890. background-color: #ffffff
  891. }
  892. .mini-program-wrap .solution-section-mini-program-mobile .custom-pagination .swiper-pagination-bullet-active:focus {
  893. outline: none
  894. }
  895. .mini-program-wrap .solution-section-mini-program-mobile .item-dec {
  896. padding: 28px 15px;
  897. color: #fff
  898. }
  899. .mini-program-wrap .solution-section-mini-program-mobile .item-dec h2 {
  900. font-size: 18px;
  901. line-height: 18px;
  902. text-align: center;
  903. margin: 0
  904. }
  905. .mini-program-wrap .solution-section-mini-program-mobile .item-dec h3 {
  906. text-align: center;
  907. font-size: 13px;
  908. line-height: 13px;
  909. margin-top: 12px;
  910. position: relative
  911. }
  912. .mini-program-wrap .solution-section-mini-program-mobile .item-dec h3::after {
  913. content: "";
  914. display: inline-block;
  915. width: 60px;
  916. height: 4px;
  917. background-color: #ffffff;
  918. position: absolute;
  919. left: 0;
  920. right: 0;
  921. top: 23px;
  922. margin: auto;
  923. border-radius: 2px
  924. }
  925. .mini-program-wrap .solution-section-mini-program-mobile .item-dec p {
  926. margin-top: 32px;
  927. font-size: 15px;
  928. margin-bottom: 0;
  929. min-height: 64px
  930. }
  931. .mini-program-wrap .solution-section-mini-program-mobile .item-dec p::before {
  932. content: '';
  933. display: inline-block;
  934. width: 7px;
  935. height: 7px;
  936. border-radius: 50%;
  937. background-color: #ffffff;
  938. margin-right: 6px;
  939. margin-bottom: 2px
  940. }
  941. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo {
  942. margin-top: 20px;
  943. justify-content: space-between;
  944. margin-bottom: 47px;
  945. text-align: center
  946. }
  947. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo img {
  948. width: 75px;
  949. margin-right: 12px
  950. }
  951. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo img:last-child {
  952. margin-right: 0
  953. }
  954. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-01 {
  955. background: url("../image/solution-mobile-bg-01.png") no-repeat center center;
  956. background-size: 100% 100%
  957. }
  958. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-02 {
  959. background: url("../image/solution-mobile-bg-02.png") no-repeat center center;
  960. background-size: 100% 100%
  961. }
  962. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-03 {
  963. background: url("../image/solution-mobile-bg-03.png") no-repeat center center;
  964. background-size: 100% 100%
  965. }
  966. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-04 {
  967. background: url("../image/solution-mobile-bg-04.png") no-repeat center center;
  968. background-size: 100% 100%
  969. }
  970. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-05 {
  971. background: url("../image/solution-mobile-bg-05.png") no-repeat center center;
  972. background-size: 100% 100%
  973. }
  974. .mini-program-wrap .solution-section-mini-program-mobile .content-bg-06 {
  975. background: url("../image/solution-mobile-bg-06.png") no-repeat center center;
  976. background-size: 100% 100%
  977. }
  978. .mini-program-wrap .mini-program-custom-list {
  979. padding-right: 27px
  980. }
  981. .mini-program-wrap .mini-program-custom-list img {
  982. width: 90px
  983. }
  984. .mini-program-wrap .mini-program-custom-list:last-child {
  985. padding-right: 0;
  986. padding-left: 27px
  987. }
  988. .mini-program-wrap .mini-program-custom-list:last-child img {
  989. width: 102px
  990. }
  991. .mini-program-wrap .section-custom .custom-content .mini-program-custom-list .custom-item {
  992. margin-top: 10px;
  993. font-size: 16px;
  994. line-height: 16px
  995. }
  996. .mini-program-wrap .section-custom .custom-content .mini-program-custom-list .custom-item-dec {
  997. font-size: 13px;
  998. line-height: 20px;
  999. text-align: center
  1000. }
  1001. .mini-program-wrap .section-custom .submit-btn-group {
  1002. display: flex;
  1003. text-align: center;
  1004. margin-top: 40px;
  1005. padding-bottom: 0;
  1006. border-bottom: none
  1007. }
  1008. .mini-program-wrap .section-custom .submit-btn-group input {
  1009. flex: 1;
  1010. height: 40px;
  1011. min-width: auto;
  1012. padding-left: 20px
  1013. }
  1014. .mini-program-wrap .section-custom .submit-btn-group input::placeholder {
  1015. font-size: 14px
  1016. }
  1017. .mini-program-wrap .section-custom .submit-btn-group .btn-blue {
  1018. width: 120px;
  1019. padding: 12px 29px;
  1020. height: 40px;
  1021. line-height: 15px;
  1022. font-size: 15px;
  1023. margin-top: 0
  1024. }
  1025. #section-more {
  1026. display: none
  1027. }
  1028. section.footer-form-section .section-submit .submit-success-footer .submit-success-center {
  1029. margin-top: 40px
  1030. }
  1031. .banner-update-app {
  1032. background: url(../image/banner-mobile-bg.png) no-repeat center center;
  1033. background-size: cover;
  1034. margin-top: 40px;
  1035. margin-bottom: 40px
  1036. }
  1037. .banner-update-app .banner-text .text-content {
  1038. padding-top: 0px;
  1039. text-align: center
  1040. }
  1041. .banner-update-app .banner-text .text-content p {
  1042. font-size: 15px;
  1043. margin-top: 12px;
  1044. margin-bottom: 15px
  1045. }
  1046. .banner-update-app .banner-text {
  1047. margin-top: 68px
  1048. }
  1049. .banner-update-app .banner-text h2 {
  1050. font-size: 21px;
  1051. margin: 0;
  1052. padding: 0
  1053. }
  1054. .banner-update-app .banner-img {
  1055. transform: translateY(0%);
  1056. text-align: center;
  1057. margin-top: 46px
  1058. }
  1059. .banner-update-app .banner-img img {
  1060. position: static
  1061. }
  1062. .banner-update-app .btn-blue {
  1063. font-size: 15px;
  1064. height: 40px;
  1065. padding: 12px 20px;
  1066. line-height: 16px
  1067. }
  1068. .technology-section .container .section-title-dec {
  1069. font-size: 14px
  1070. }
  1071. .technology-section .container .section-content {
  1072. margin-top: 12px
  1073. }
  1074. .technology-section .container .section-content .row {
  1075. margin: 16px -16px 0
  1076. }
  1077. .technology-section .container .section-content .row .item-box {
  1078. width: 50%;
  1079. height: 250px
  1080. }
  1081. .technology-section .container .section-content .row .item-box .item {
  1082. padding: 20px 8px 15px
  1083. }
  1084. .technology-section .container .section-content .row .item-box .item .item-icon {
  1085. margin: 0 auto 8px
  1086. }
  1087. .technology-section .container .section-content .row .item-box .item .btn-transparent {
  1088. bottom: 15px;
  1089. font-size: 15px;
  1090. height: 35px;
  1091. line-height: 15px
  1092. }
  1093. .technology-section .container .section-content .row .item-box .item p {
  1094. font-size: 16px
  1095. }
  1096. .technology-section .container .text-center {
  1097. margin-top: 12px;
  1098. padding-bottom: 20px;
  1099. border-bottom: none
  1100. }
  1101. .technology-section .container .text-center .btn-blue {
  1102. font-size: 15px;
  1103. height: 35px;
  1104. padding: 10px 20px;
  1105. line-height: 15px
  1106. }
  1107. .e-commerce-service-process {
  1108. padding-bottom: 20px;
  1109. margin-top: 20px
  1110. }
  1111. .e-commerce-service-process .container .content-box .service-list {
  1112. border-bottom: none;
  1113. padding-bottom: 0px
  1114. }
  1115. .section-pay {
  1116. margin-bottom: 0px
  1117. }
  1118. .section-pay .section-container .pay-list {
  1119. margin-right: -15px;
  1120. margin-left: -15px
  1121. }
  1122. .app-update-case {
  1123. padding: 0 15px
  1124. }
  1125. .app-update-case .case-slide {
  1126. margin: 0
  1127. }
  1128. .app-update-case .case-slide .content-row {
  1129. margin: 0
  1130. }
  1131. .app-update-case .case-slide .content-row .is-mobile {
  1132. display: none
  1133. }
  1134. .app-update-case .case-slide .content-row .row-item {
  1135. width: 50%;
  1136. padding: 6px;
  1137. margin: 0
  1138. }
  1139. .app-update-case .case-slide .content-row .row-item .content-box:hover .case-img {
  1140. display: none
  1141. }
  1142. .app-update-case .case-slide .content-row .logo-12 {
  1143. background-size: auto
  1144. }
  1145. .app-update-case .case-slide .content-row .logo-15 {
  1146. background-size: auto
  1147. }
  1148. .app-update-case .container .section-title {
  1149. margin-bottom: 7px;
  1150. padding-top: 20px;
  1151. border-top: none
  1152. }
  1153. .app-update-case .text-center {
  1154. margin-top: 1px;
  1155. padding-bottom: 20px
  1156. }
  1157. .app-update-case .text-center .btn-blue {
  1158. font-size: 15px;
  1159. padding: 10px 20px;
  1160. line-height: 15px;
  1161. height: 35px
  1162. }
  1163. .section-more-custom .container .btn-wrap {
  1164. width: 100%;
  1165. display: flex;
  1166. justify-content: space-between
  1167. }
  1168. .section-more-custom .container .btn-wrap span {
  1169. width: auto
  1170. }
  1171. .section-more-custom .container .btn-wrap span .btn {
  1172. font-size: 14px
  1173. }
  1174. .section-more .container .btn {
  1175. border-radius: 4px;
  1176. box-shadow: 0 4px 6px 0 rgba(33, 97, 253, 0.1);
  1177. border: solid 1px #009bff;
  1178. background-color: #ffffff;
  1179. color: #009bff
  1180. }
  1181. .section-faq .section-title {
  1182. margin-bottom: 20px;
  1183. padding-top: 20px;
  1184. border-top: none
  1185. }
  1186. .section-faq .container .question-box {
  1187. padding: 0 8px 12px;
  1188. margin-bottom: 12px
  1189. }
  1190. .section-faq .container .question-box .question-content .question {
  1191. padding-top: 15px;
  1192. font-size: 16px
  1193. }
  1194. .section-faq .container .question-box .question-content .question-answer {
  1195. font-size: 13px;
  1196. margin-top: 12px
  1197. }
  1198. .section-faq .container .question-box .question-num {
  1199. width: 27px;
  1200. height: 30px;
  1201. margin-right: 12px;
  1202. font-size: 13px;
  1203. line-height: 30px
  1204. }
  1205. .section-faq .text-center {
  1206. display: none
  1207. }
  1208. .section-faq .container .question-box {
  1209. margin-left: -6px;
  1210. margin-right: -6px
  1211. }
  1212. .section-cooperation-enterprise .section-title {
  1213. border-top: none;
  1214. padding-top: 20px
  1215. }
  1216. .section-more-custom {
  1217. display: none
  1218. }
  1219. section.footer-form-section {
  1220. display: block
  1221. }
  1222. section.footer-form-section .section-title {
  1223. margin-top: 20px
  1224. }
  1225. section.footer-form-section .new-app-submit {
  1226. background: #eaf0ff;
  1227. margin: 20px 15px 40px 15px;
  1228. padding: 15px 0;
  1229. box-shadow: none
  1230. }
  1231. section.footer-form-section .new-app-submit .form-control {
  1232. border-radius: 4px
  1233. }
  1234. section.footer-form-section .new-app-submit .form-name {
  1235. width: 35%
  1236. }
  1237. section.footer-form-section .new-app-submit .form-phone {
  1238. width: 65%
  1239. }
  1240. .section-submit .form-group textarea.form-control::placeholder {
  1241. font-size: 12px
  1242. }
  1243. }
  1244. @media (max-width: 420px) {
  1245. .banner-update-app {
  1246. margin-top: 40px;
  1247. height: 310px
  1248. }
  1249. .banner-update-app .banner-img {
  1250. margin-top: 20px
  1251. }
  1252. .banner-update-app .banner-text {
  1253. margin-top: 26px
  1254. }
  1255. .app-update-case {
  1256. padding: 0px
  1257. }
  1258. .app-update-case .case-slide .content-row .row-item {
  1259. height: 290px
  1260. }
  1261. .app-update-case .case-slide .content-row .row-item .content-box {
  1262. padding: 20px 8px
  1263. }
  1264. .app-update-case .case-slide .content-row .row-item .content-box .logo-title {
  1265. margin-top: 6px;
  1266. font-size: 16px
  1267. }
  1268. .app-update-case .case-slide .content-row .row-item .content-box .logo-img {
  1269. height: 83px
  1270. }
  1271. .app-update-case .case-slide .content-row .row-item .content-box ul li {
  1272. display: inline-block;
  1273. margin-bottom: 8px;
  1274. font-size: 14px
  1275. }
  1276. }
  1277. @media (max-width: 380px) {
  1278. .banner-update-app {
  1279. height: 292px
  1280. }
  1281. .section-faq .container .question-box .question-content .question {
  1282. font-size: 14px
  1283. }
  1284. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo img {
  1285. margin-right: 10px
  1286. }
  1287. }
  1288. @media (max-width: 360px) {
  1289. .mini-program-wrap .solution-section-mini-program-mobile .item-dec p {
  1290. min-height: 84px
  1291. }
  1292. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo img {
  1293. width: 68px
  1294. }
  1295. }
  1296. @media (max-width: 320px) {
  1297. .banner-update-app {
  1298. height: 268px
  1299. }
  1300. .app-update-case .case-slide .content-row .logo-14 {
  1301. background-size: contain
  1302. }
  1303. .mini-program-wrap .solution-section-mini-program-mobile .item-dec .logo img {
  1304. margin-right: 6px;
  1305. width: 62px
  1306. }
  1307. .banner-update-app .banner-text .text-content p {
  1308. font-size: 14px
  1309. }
  1310. }