moban2.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. .ie_dialog {
  2. position: fixed;
  3. z-index: 10000;
  4. left: 0;
  5. top: 0;
  6. width: 100%;
  7. height: 100%;
  8. background: #FAFAFA !important;
  9. display: none;
  10. }
  11. .ie_dialog table {
  12. margin: 100px auto;
  13. }
  14. .ie_notice .logo_osc {
  15. display: block;
  16. margin: 0 auto;
  17. padding-bottom: 24px;
  18. }
  19. .ie_notice h2,
  20. .ie_notice h4 {
  21. margin: 0;
  22. text-align: center;
  23. }
  24. .ie_notice .title {
  25. font-size: 28px;
  26. color: #4A4A4A;
  27. }
  28. .ie_notice .subtitle {
  29. font-size: 20px;
  30. color: #9B9B9B;
  31. font-weight: normal;
  32. }
  33. .ie_notice .ie_box {
  34. width: 560px;
  35. margin: 24px auto;
  36. background: #FFFFFF;
  37. border: 1px solid #E6E6E6;
  38. box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.10);
  39. border-radius: 4px;
  40. display: table !important;
  41. }
  42. .ie_notice .ie_box .desc {
  43. font-size: 14px;
  44. color: #6D6D6D;
  45. line-height: 22px;
  46. padding: 20px;
  47. }
  48. .ie_notice .ie_box a {
  49. display: inline-block;
  50. width: 30%;
  51. text-align: center;
  52. }
  53. .ie_notice .ie_box .go {
  54. width: 100%;
  55. background: #F6F6F6;
  56. font-size: 16px;
  57. color: #9B9B9B;
  58. padding: 16px 0;
  59. text-align: center;
  60. border: none;
  61. margin-top: 20px;
  62. text-decoration: none;
  63. }
  64. .ie_notice .ie_box a img {
  65. border: none;
  66. }
  67. @media (max-width: 767px) {
  68. body {
  69. padding-top: 0;
  70. }
  71. .moban2 header {
  72. background-image: url(/static/index/image/m/moban2/banner.png);
  73. background-size: 100% auto;
  74. background-position: top center;
  75. }
  76. .index-banner .swiper-slide .container {
  77. height: 12.28rem;
  78. }
  79. .index-banner .banner-con.con1 {
  80. padding-top: 2.3rem !important;
  81. padding-left: 0.32rem !important;
  82. padding-right: 0.32rem !important;
  83. text-align: left;
  84. margin-bottom: 0.4rem;
  85. }
  86. .index-banner .banner-con.con1 .h1 {
  87. margin-bottom: 0.4rem;
  88. color: rgba(255, 255, 255, 1);
  89. font-family: Source Han Sans SC;
  90. font-weight: 700;
  91. font-size: 0.56rem;
  92. line-height: 0.48rem;
  93. vertical-align: middle;
  94. margin-bottom: 0.64rem !important;
  95. }
  96. .index-banner .banner-con .h2 {
  97. color: rgba(255, 255, 255, 1);
  98. font-family: Source Han Sans SC;
  99. font-weight: 400;
  100. font-size: 0.28rem;
  101. line-height: 0.4rem;
  102. vertical-align: middle;
  103. margin-bottom: 0.64rem !important;
  104. }
  105. .btn-login {
  106. display: block;
  107. color: #fff;
  108. background: linear-gradient(93.76deg, #31FCFF -10.35%, #0AA5FF 85.34%);
  109. cursor: pointer;
  110. width: 3.24rem;
  111. height: 0.8rem;
  112. border-radius: 0.16rem;
  113. font-family: Source Han Sans SC;
  114. font-weight: 700;
  115. font-size: 0.3rem;
  116. line-height: 0.8rem;
  117. text-shadow: 0px 2px 4px rgba(16, 61, 139, 0.49);
  118. border: unset;
  119. }
  120. /* part2 */
  121. .sign {
  122. margin: 0.64rem auto;
  123. background-color: #ffffff;
  124. padding: 0 0.32rem;
  125. }
  126. .sign .title {
  127. display: block;
  128. width: 5rem;
  129. height: 1.16rem;
  130. margin: 0 auto 0.48rem;
  131. }
  132. .sign ul {
  133. display: flex;
  134. flex-wrap: wrap;
  135. justify-content: space-between;
  136. margin-bottom: 0.24rem;
  137. }
  138. .sign ul li {
  139. width: 3.32rem;
  140. height: 3rem;
  141. border-radius: 0.24rem;
  142. background-color: rgba(247, 249, 251, 1);
  143. box-sizing: border-box;
  144. padding: 0.2rem 0.2rem 0;
  145. text-align: center;
  146. font-size: 0.32rem;
  147. }
  148. .sign ul li:nth-child(1),
  149. .sign ul li:nth-child(2) {
  150. margin-bottom: 0.24rem;
  151. }
  152. .sign ul li img {
  153. display: block;
  154. width: 1.44rem;
  155. height: 1.44rem;
  156. margin-left: 0.8rem;
  157. margin-top: -0.1rem;
  158. }
  159. .sign ul li .sign-info {
  160. padding-top: 0px;
  161. }
  162. .sign ul li .sign-info>div {
  163. margin-top: 0.16rem;
  164. color: rgba(118, 144, 181, 1);
  165. font-family: Source Han Sans SC;
  166. font-weight: 500;
  167. font-size: 0.24rem;
  168. line-height: 0.28rem;
  169. }
  170. .sign ul li p {
  171. font-size: 0.48rem;
  172. font-weight: bolder;
  173. color: rgba(21, 21, 21, 1);
  174. font-family: Source Han Sans SC;
  175. font-weight: 700;
  176. font-size: 0.4rem;
  177. line-height: 0.44rem;
  178. }
  179. .sign-buttom {
  180. background: url(/static/index/image/m/moban2/sign-buttom.png) no-repeat center;
  181. background-size: cover;
  182. padding: 0.36rem 0.28rem 0;
  183. position: relative;
  184. width: 6.86rem;
  185. height: 3.2rem;
  186. text-align: center;
  187. }
  188. .sign-buttom .p1 {
  189. text-shadow: 0px 4px 4px rgba(0, 81, 119, 0.16);
  190. color: rgba(255, 255, 255, 1);
  191. font-family: Source Han Sans SC;
  192. font-weight: 700;
  193. font-size: 0.44rem;
  194. line-height: 0.68rem;
  195. font-size: 0.28rem;
  196. line-height: 0.4rem;
  197. margin-bottom: 0.44rem;
  198. }
  199. .sign-buttom a {
  200. border-radius: 0.08rem;
  201. border-width: 1px;
  202. background-color: rgba(255, 255, 255, 0.05);
  203. border: 1px solid rgba(255, 255, 255, 1);
  204. font-family: Source Han Sans SC;
  205. font-weight: 500;
  206. font-size: 0.32rem;
  207. text-align: center;
  208. vertical-align: middle;
  209. color: rgba(255, 255, 255, 1);
  210. margin: 0 auto;
  211. width: 2.88rem;
  212. height: 0.8rem;
  213. line-height: 0.76rem;
  214. }
  215. /* 分發流程 */
  216. .step-area {
  217. background-color: rgb(247, 249, 251);
  218. padding: 0.64rem 0 0.76rem;
  219. }
  220. .step-area .step {
  221. margin: 0 auto;
  222. }
  223. .step-area .contain {
  224. width: 6.38rem;
  225. height: 6.2rem;
  226. background: url(/static/index/image/m/moban2/step.png) no-repeat center;
  227. background-size: cover;
  228. margin: 0 auto;
  229. }
  230. .step-area .step .title {
  231. display: block;
  232. width: 2.52rem;
  233. height: 0.84rem;
  234. margin: 0 auto 0.78rem;
  235. }
  236. /* app封装 */
  237. .web-area {
  238. overflow: hidden;
  239. background: url(/static/index/image/m/moban2/web-bg.png) no-repeat center;
  240. background-size: cover;
  241. height: 15rem;
  242. }
  243. .web {
  244. margin: 0 auto;
  245. }
  246. .web .title {
  247. display: block;
  248. width: 2.52rem;
  249. height: 0.84rem;
  250. margin: 0.64rem auto 0.92rem;
  251. }
  252. .web ul {
  253. color: #fff;
  254. margin: 0.92rem 0.74rem 0 0.58rem;
  255. }
  256. .web ul li p {
  257. margin-bottom: 0.2rem;
  258. position: relative;
  259. color: rgba(255, 255, 255, 1);
  260. font-family: Source Han Sans SC;
  261. font-weight: 700;
  262. font-size: 0.32rem;
  263. line-height: 0.32rem;
  264. }
  265. .web ul li p::after {
  266. position: absolute;
  267. content: '';
  268. background: rgba(255, 255, 255, 1);
  269. width: 0.1rem;
  270. height: 0.24rem;
  271. top: 0.04rem;
  272. left: -0.22rem;
  273. }
  274. .web ul li>div {
  275. margin-bottom: 0.8rem;
  276. color: rgba(255, 255, 255, 0.7);
  277. font-family: Source Han Sans SC;
  278. font-weight: 400;
  279. font-size: 0.28rem;
  280. line-height: 0.4rem;
  281. }
  282. /* 平台优势 */
  283. .platform-advantage {
  284. background-color: rgb(254, 254, 254);
  285. padding: 0.64rem 0 0.96rem;
  286. }
  287. .platform-advantage .title {
  288. display: block;
  289. width: 5.02rem;
  290. height: 0.86rem;
  291. margin: 0 auto 0.9rem;
  292. }
  293. .platform-advantage ul {
  294. display: flex;
  295. justify-content: space-between;
  296. margin: 0 auto;
  297. flex-wrap: wrap;
  298. }
  299. .platform-advantage ul li {
  300. text-align: center;
  301. width: 50%;
  302. }
  303. .platform-advantage ul li:nth-child(1),
  304. .platform-advantage ul li:nth-child(2),
  305. .platform-advantage ul li:nth-child(3),
  306. .platform-advantage ul li:nth-child(4) {
  307. margin-bottom: 0.64rem;
  308. }
  309. .platform-advantage ul li:nth-child(5) {
  310. width: 100%;
  311. }
  312. .platform-advantage ul li img {
  313. width: 1rem;
  314. height: 1rem;
  315. margin-bottom: 0.24rem;
  316. }
  317. .platform-advantage ul li p {
  318. color: rgba(21, 21, 21, 1);
  319. font-family: Source Han Sans SC;
  320. font-weight: 700;
  321. font-size: 0.32rem;
  322. line-height: 0.32rem;
  323. margin-bottom: 0.16rem;
  324. }
  325. .platform-advantage ul li:nth-child(1)>div,
  326. .platform-advantage ul li:nth-child(2)>div,
  327. .platform-advantage ul li:nth-child(3)>div,
  328. .platform-advantage ul li:nth-child(4)>div {
  329. width: 3.06rem;
  330. }
  331. .platform-advantage ul li>div {
  332. color: rgba(118, 144, 181, 1);
  333. font-family: Source Han Sans SC;
  334. font-weight: 500;
  335. font-size: 0.28rem;
  336. line-height: 0.28rem;
  337. width: 3.6rem;
  338. margin: 0 auto;
  339. }
  340. /* 数值滚动 */
  341. .gain {
  342. overflow: hidden;
  343. height: 7.54rem;
  344. background: linear-gradient(180deg, #4687FF 0%, #2267E8 100%);
  345. color: #fff;
  346. text-align: center;
  347. }
  348. .gain>p {
  349. margin: 0.64rem 0 1.06rem;
  350. color: rgba(255, 255, 255, 1);
  351. font-family: Source Han Sans SC;
  352. font-weight: 700;
  353. font-size: 0.32rem;
  354. line-height: 0.32rem;
  355. text-align: center;
  356. vertical-align: middle;
  357. }
  358. .gain ul {
  359. display: flex;
  360. justify-content: space-between;
  361. margin: 0 auto;
  362. flex-wrap: wrap;
  363. }
  364. .gain ul li {
  365. width: 50%;
  366. }
  367. .gain ul li:last-child {
  368. width: 100%;
  369. margin-top: 0.64rem;
  370. }
  371. .gain ul li h3 {
  372. color: rgba(255, 255, 255, 1);
  373. font-family: Source Han Sans SC;
  374. font-weight: 700;
  375. font-size: 0.72rem;
  376. line-height: 1.04rem;
  377. text-align: center;
  378. vertical-align: middle;
  379. }
  380. .gain ul li p {
  381. color: rgba(255, 255, 255, 1);
  382. font-family: Source Han Sans SC;
  383. font-weight: 400;
  384. font-size: 0.32rem;
  385. line-height: 0.4rem;
  386. text-align: center;
  387. vertical-align: middle;
  388. }
  389. /* 联系我们 */
  390. .contact-us {
  391. background-color: #fff;
  392. background: url(/static/index/image/m/moban2/contact-bg.png) no-repeat center;
  393. background-size: cover;
  394. padding: 0.64rem 0 1.34rem;
  395. }
  396. .contact-us .title {
  397. color: rgba(255, 255, 255, 1);
  398. font-family: Source Han Sans SC;
  399. font-weight: 700;
  400. text-align: center;
  401. margin-bottom: 1.04rem;
  402. font-size: 0.32rem;
  403. line-height: 0.44rem;
  404. }
  405. .contact-us .contact-info .item {
  406. margin: 0 auto;
  407. display: flex;
  408. border-radius: 0.06rem;
  409. background-color: rgba(255, 255, 255, 1);
  410. padding-left: 0.32rem;
  411. align-items: center;
  412. line-height: 0.44rem;
  413. color: rgba(21, 21, 21, 1);
  414. width: 6.86rem;
  415. height: 1.16rem;
  416. border-radius: 0.06rem;
  417. }
  418. .contact-us .contact-info .item:nth-child(1) {
  419. margin-bottom: 0.5rem;
  420. }
  421. .contact-us .contact-info .item img {
  422. width: 0.68rem;
  423. height: 0.68rem;
  424. margin-right: 0.24rem;
  425. }
  426. .contact-us .contact-info .item p {
  427. color: rgba(21, 21, 21, 1);
  428. font-family: Source Han Sans SC;
  429. width: 3.67rem;
  430. font-weight: 500;
  431. font-size: 0.3rem;
  432. }
  433. .contact-us .contact-info .item a {
  434. display: block;
  435. line-height: 0.6rem;
  436. color: #ffffff;
  437. text-align: center;
  438. background: rgba(58, 195, 76, 1);
  439. font-family: Source Han Sans SC;
  440. font-weight: 500;
  441. font-size: 0.28rem;
  442. width: 1.8rem;
  443. height: 0.64rem;
  444. border-radius: 0.06rem;
  445. }
  446. }