maofm_0817.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors Your Name (you@example.org)
  5. * @date 2017-08-01 16:56:17
  6. * @version $Id$
  7. */
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. html {
  13. font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
  14. font-size: 625%;
  15. }
  16. .footer-wrap {
  17. /*display: none;*/
  18. }
  19. .subnav-logo {
  20. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/subnav_logo_fm.jpg');
  21. }
  22. .m-maofm {
  23. font-size: 0;
  24. }
  25. .section {
  26. width: 100%;
  27. height: 100vh;
  28. background-repeat: no-repeat;
  29. background-position: center center;
  30. background-size: cover;
  31. position: relative;
  32. }
  33. .maofm-1 {
  34. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_01.jpg');
  35. }
  36. .maofm-2 {
  37. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_02.jpg');
  38. }
  39. .maofm-3 {
  40. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_03.jpg');
  41. }
  42. .maofm-4 {
  43. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_04.jpg');
  44. }
  45. .maofm-5 {
  46. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_05.jpg');
  47. }
  48. .maofm-6 {
  49. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_06.jpg');
  50. }
  51. .maofm-7 {
  52. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_07.jpg');
  53. }
  54. .maofm-8 {
  55. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_default.jpg');
  56. }
  57. .maofm-product {
  58. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_slide_default.jpg');
  59. }
  60. .section-title {
  61. display: inline-block;
  62. font-size: 0.6rem;
  63. color: #ffbc7b;
  64. text-align: center;
  65. font-weight: 400;
  66. position: absolute;
  67. top: 50%;
  68. letter-spacing: 0.04rem;
  69. }
  70. .content-title {
  71. display: inline-block;
  72. font-size: 0.6rem;
  73. color: #ffbe7e;
  74. text-align: center;
  75. font-weight: 600;
  76. position: absolute;
  77. top: 50%;
  78. pointer-events: none;
  79. }
  80. .section-content, .content-text {
  81. display: inline-block;
  82. font-size: 0.4rem;
  83. color: #fff;
  84. text-align: center;
  85. position: absolute;
  86. top: 50%;
  87. pointer-events: none;
  88. letter-spacing: 0.02rem;
  89. }
  90. .title-line {
  91. width: 1.4rem;
  92. height: 2px;
  93. background-color: #fff;
  94. }
  95. /* section-1 */
  96. .maofm-1 .section-title {
  97. font-size: 0.9rem;
  98. width: 100%;
  99. text-align: center;
  100. left: 0;
  101. margin-top: -2.6rem;
  102. letter-spacing: 0.1rem;
  103. font-weight: 600;
  104. }
  105. .maofm-1 .section-content {
  106. width: 100%;
  107. text-align: center;
  108. left: 0;
  109. margin-top: -1.2rem;
  110. letter-spacing: 0.04rem;
  111. }
  112. .section-app .app-logo {
  113. width: 1.73rem;
  114. height: 0.42rem;
  115. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_logo.png') no-repeat center center;
  116. background-size: contain;
  117. position: absolute;
  118. top: 50%;
  119. left: 50%;
  120. margin: 0.75rem 0 0 -0.865rem;
  121. }
  122. .section-app .app-qrcode {
  123. width: 1.73rem;
  124. height: 1.73rem;
  125. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_qrcode.jpg') no-repeat center center;
  126. background-size: contain;
  127. position: absolute;
  128. top: 50%;
  129. left: 50%;
  130. margin: 1.32rem 0 0 -0.865rem;
  131. }
  132. .section-app .app-hint {
  133. width: 100%;
  134. color: #fff;
  135. font-size: 0.2rem;
  136. text-align: center;
  137. position: absolute;
  138. top: 50%;
  139. margin-top: 3.2rem;
  140. }
  141. /* section-2 */
  142. .maofm-2 .section-title {
  143. width: 5rem;
  144. margin: -3.7rem 0 0 -5.6rem;
  145. text-align: left;
  146. left: 50%;
  147. }
  148. .maofm-2 .section-content-wrap {
  149. /*width: 8rem;*/
  150. position: absolute;
  151. top: 50%;
  152. left: 50%;
  153. margin: -2.8rem 0 0 -5.6rem;
  154. }
  155. .maofm-2 .content-item {
  156. position: relative;
  157. margin: 0.45rem 0;
  158. }
  159. .maofm-2 .content-title {
  160. display: block;
  161. position: relative;
  162. top: 0;
  163. left: 0;
  164. text-align: left;
  165. font-size: 0.4rem;
  166. font-weight: normal;
  167. }
  168. .maofm-2 .content-text {
  169. position: relative;
  170. top: 0;
  171. left: 0;
  172. text-align: left;
  173. font-size: 0.24rem;
  174. margin-top: 0.15rem;
  175. line-height: 0.38rem;
  176. }
  177. /* section-3 */
  178. .maofm-3 .section-title {
  179. text-align: right;
  180. margin: -1.5rem -1.9rem 0 0;
  181. right: 50%;
  182. }
  183. .maofm-3 .section-content {
  184. text-align: right;
  185. margin: 0.4rem -2rem 0 0;
  186. right: 50%;
  187. font-size: 0.2rem;
  188. line-height: 0.36rem;
  189. }
  190. .maofm-3 .section-img {
  191. width: 4.69rem;
  192. height: 8.06rem;
  193. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_phone_01.png') center center;
  194. background-size: contain;
  195. position: absolute;
  196. top: 50%;
  197. left: 50%;
  198. margin: -4rem 0 0 1.9rem;
  199. }
  200. .maofm-3 .title-line {
  201. position: absolute;
  202. top: 50%;
  203. right: 50%;
  204. margin: -2rem -1.8rem 0 0;
  205. }
  206. /* section-4 */
  207. .maofm-4 .section-title {
  208. width: 100%;
  209. margin-top: -4.2rem;
  210. }
  211. .maofm-4 .section-content {
  212. width: 100%;
  213. margin-top: -3rem;
  214. font-size: 0.2rem;
  215. line-height: 0.36rem;
  216. }
  217. /* section-5 */
  218. .maofm-5 .section-title {
  219. left: 50%;
  220. margin: -2.5rem 0 0 -5.2rem;
  221. text-align: left;
  222. }
  223. .maofm-5 .section-content {
  224. left: 50%;
  225. margin: -0.6rem 0 0 -5.2rem;
  226. text-align: left;
  227. font-size: 0.2rem;
  228. line-height: 0.36rem;
  229. }
  230. .maofm-5 .title-line {
  231. position: absolute;
  232. top: 50%;
  233. left: 50%;
  234. margin: -3rem 0 0 -5.2rem;
  235. }
  236. /* section-6 */
  237. .maofm-6 .section-title {
  238. width: 100%;
  239. margin-top: -1.2rem;
  240. }
  241. .maofm-6 .section-content {
  242. width: 100%;
  243. margin-top: -0.2rem;
  244. font-size: 0.2rem;
  245. line-height: 0.36rem;
  246. }
  247. /* section-7 */
  248. .maofm-7 .section-title {
  249. text-align: left;
  250. margin: -2.3rem 0 0 -0.9rem;
  251. left: 50%;
  252. line-height: 0.72rem;
  253. }
  254. .maofm-7 .section-content {
  255. text-align: left;
  256. margin: -0.5rem 0 0 -0.9rem;
  257. left: 50%;
  258. font-size: 0.2rem;
  259. line-height: 0.36rem;
  260. }
  261. .maofm-7 .section-img {
  262. width: 4.69rem;
  263. height: 8.06rem;
  264. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_phone_02.png') center center;
  265. background-size: contain;
  266. position: absolute;
  267. top: 50%;
  268. right: 50%;
  269. margin: -4.4rem 1.1rem 0 0;
  270. }
  271. .maofm-7 .title-line {
  272. position: absolute;
  273. top: 50%;
  274. left: 50%;
  275. margin: -3rem 0 0 -0.86rem;
  276. }
  277. /* section-8 */
  278. .maofm-8 .section-title {
  279. width: 100%;
  280. margin-top: -3.8rem;
  281. }
  282. .maofm-8 .section-content {
  283. width: 100%;
  284. margin-top: -2.8rem;
  285. font-size: 0.2rem;
  286. line-height: 0.36rem;
  287. }
  288. .section-price-wrap {
  289. width: 12.3rem;
  290. position: absolute;
  291. top: 50%;
  292. left: 50%;
  293. transform: translate(-50%, -50%);
  294. -webkit-transform: translate(-50%, -50%);
  295. -moz-transform: translate(-50%, -50%);
  296. -ms-transform: translate(-50%, -50%);
  297. margin-top: 0.8rem;
  298. }
  299. .price {
  300. display: inline-block;
  301. width: 3.1rem;
  302. height: 3.1rem;
  303. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_price_bg.png') no-repeat center center;
  304. background-size: contain;
  305. position: relative;
  306. margin: 0 0.5rem;
  307. }
  308. .price-num {
  309. font-size: 0.8rem;
  310. width: 100%;
  311. text-align: center;
  312. line-height: 3.1rem;
  313. color: #ffc28b;
  314. font-family: Arial;
  315. }
  316. .price-middle span {
  317. letter-spacing: -0.1rem;
  318. }
  319. .price-num span {
  320. font-size: 1.1rem;
  321. color: #ffc28b;
  322. }
  323. .price-text {
  324. width: 100%;
  325. text-align: center;
  326. font-size: 0.4rem;
  327. position: absolute;
  328. top: 100%;
  329. margin-top: 0.2rem;
  330. color: #fff;
  331. }
  332. /* section-8 */
  333. .maofm-product .product-title {
  334. font-size: 0.4rem;
  335. color: #ffc28b;
  336. text-align: center;
  337. position: absolute;
  338. top: 50%;
  339. width: 100%;
  340. margin-top: -4.3rem;
  341. }
  342. .maofm-product .product-name {
  343. font-size: 0.3rem;
  344. color: #ffc28b;
  345. text-align: center;
  346. position: absolute;
  347. top: 50%;
  348. width: 100%;
  349. margin-top: 2rem;
  350. }
  351. .product-img {
  352. width: auto;
  353. height: 40vh;
  354. position: absolute;
  355. top: 50%;
  356. left: 50%;
  357. transform: translate(-50%, -50%);
  358. -webkit-transform: translate(-50%, -50%);
  359. -moz-transform: translate(-50%, -50%);
  360. -ms-transform: translate(-50%, -50%);
  361. margin-top: -0.4rem;
  362. }
  363. .product-content-wrap {
  364. position: absolute;
  365. top: 50%;
  366. left: 50%;
  367. transform: translate(-50%, -50%);
  368. -webkit-transform: translate(-50%, -50%);
  369. -moz-transform: translate(-50%, -50%);
  370. -ms-transform: translate(-50%, -50%);
  371. margin-top: 3.5rem;
  372. }
  373. .product-content {
  374. font-size: 0.24rem;
  375. color: #fff;
  376. margin: 0.2rem 0;
  377. line-height: 0.36rem;
  378. letter-spacing: 0.02rem;
  379. position: relative;
  380. }
  381. .product-icon {
  382. display: inline-block;
  383. width: 0.35rem;
  384. height: 0.35rem;
  385. position: relative;
  386. top: 0.08rem;
  387. right: 0.04rem;
  388. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2_circle.png') no-repeat center center;
  389. background-size: contain;
  390. }
  391. /* common */
  392. .scroll-hint {
  393. width: 0.2rem;
  394. height: auto;
  395. position: absolute;
  396. top: 90%;
  397. left: 50%;
  398. -webkit-transform: translate(-50%, -50%);
  399. transform: translate(-50%, -50%);
  400. z-index: 2;
  401. }
  402. .mb-scroll-hint {
  403. display: none;
  404. }
  405. .mb-download-wrap {
  406. display: none;
  407. }
  408. @media (min-width: 959px) {
  409. html {
  410. font-size: 385%;
  411. }
  412. }
  413. @media (min-width: 1279px) {
  414. html {
  415. font-size: 465%;
  416. }
  417. }
  418. @media (min-width: 1599px) {
  419. html {
  420. font-size: 545%;
  421. }
  422. }
  423. @media (min-width: 1919px) {
  424. html {
  425. font-size: 625%;
  426. }
  427. }
  428. @media (max-device-width: 1081px) {
  429. html {
  430. font-size: 585%;
  431. }
  432. .scroll-hint {
  433. display: none;
  434. }
  435. .mb-scroll-hint {
  436. display: inline-block;
  437. width: 0.4rem;
  438. height: auto;
  439. position: absolute;
  440. top: 92%;
  441. left: 50%;
  442. -webkit-transform: translate(-50%, -50%);
  443. transform: translate(-50%, -50%);
  444. z-index: 2;
  445. }
  446. .maofm-1 {
  447. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_01.jpg');
  448. }
  449. .maofm-2 {
  450. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_02.jpg');
  451. }
  452. .maofm-3 {
  453. background-position: 50% 80%;
  454. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_03.jpg');
  455. }
  456. .maofm-4 {
  457. background-position: 50% 0;
  458. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_04.jpg');
  459. }
  460. .maofm-5 {
  461. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_05.jpg');
  462. }
  463. .maofm-6 {
  464. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_06.jpg');
  465. }
  466. .maofm-7 {
  467. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_07.jpg');
  468. }
  469. .maofm-8 {
  470. background-position: 50% 0;
  471. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_08.jpg');
  472. }
  473. .maofm-product {
  474. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_09.jpg');
  475. }
  476. .product-2 {
  477. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/pindao2m_slide_10.jpg');
  478. }
  479. .section-title, .content-title {
  480. display: none;
  481. }
  482. .section-content, .content-text {
  483. display: none;
  484. }
  485. .section-content-wrap {
  486. display: none;
  487. }
  488. .section-img {
  489. display: none;
  490. }
  491. .title-line {
  492. display: none;
  493. }
  494. .section-price-wrap {
  495. display: none;
  496. }
  497. .product-title {
  498. display: none;
  499. }
  500. .product-content {
  501. display: none;
  502. }
  503. .product-name {
  504. display: none;
  505. }
  506. .product-img {
  507. display: none;
  508. }
  509. /* section-1 */
  510. .maofm-1 .section-title {
  511. display: none;
  512. }
  513. .maofm-1 .section-content {
  514. display: none;
  515. }
  516. .maofm-1 .section-app{
  517. display: none;
  518. }
  519. .mb-download-wrap {
  520. display: block;
  521. }
  522. .download-ios {
  523. width: 2.25rem;
  524. height: 0.61rem;
  525. border-radius: 0.2rem;
  526. position: absolute;
  527. top: 50%;
  528. left: 50%;
  529. margin: 2rem 0 0 -1.125rem;
  530. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/btn_ios.png') no-repeat center center;
  531. background-size: contain;
  532. }
  533. .download-android {
  534. width: 2.25rem;
  535. height: 0.61rem;
  536. border-radius: 0.2rem;
  537. position: absolute;
  538. top: 50%;
  539. left: 50%;
  540. margin: 3.05rem 0 0 -1.125rem;
  541. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/btn_android.png') no-repeat center center;
  542. background-size: contain;
  543. }
  544. }
  545. @media (max-device-width: 720px) {
  546. html {
  547. font-size: 465%;
  548. }
  549. }
  550. @media (max-device-width: 660px) {
  551. html {
  552. font-size: 445%;
  553. }
  554. }
  555. @media (max-device-width: 600px) {
  556. html {
  557. font-size: 425%;
  558. }
  559. }
  560. @media (max-device-width: 540px) {
  561. html {
  562. font-size: 405%;
  563. }
  564. }
  565. @media (max-device-width: 480px) {
  566. html {
  567. font-size: 385%;
  568. }
  569. }
  570. @media (max-device-width: 420px) {
  571. html {
  572. font-size: 345%;
  573. }
  574. }
  575. @media (max-device-width: 360px) {
  576. html {
  577. font-size: 325%;
  578. }
  579. }
  580. @media (max-device-width: 240px) {
  581. html {
  582. font-size: 305%;
  583. }
  584. }