station.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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/%E5%85%B1%E9%80%9A/subnav_logo.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%9F%B3%E4%B9%90%E5%8F%B0/station_slide_01.jpg');
  35. }
  36. .maofm-2 {
  37. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_02.jpg');
  38. }
  39. .maofm-3 {
  40. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_03.jpg');
  41. }
  42. .maofm-4 {
  43. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_04.jpg');
  44. }
  45. .maofm-5 {
  46. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_05.jpg');
  47. }
  48. .maofm-6 {
  49. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_06.jpg');
  50. }
  51. .maofm-7 {
  52. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_slide_07.jpg');
  53. }
  54. .section-title {
  55. display: inline-block;
  56. font-size: 0.6rem;
  57. color: #fff;
  58. text-align: center;
  59. font-weight: bolder;
  60. position: absolute;
  61. top: 50%;
  62. letter-spacing: 0.04rem;
  63. /* font-family: 'SimSun', 'STSong'; */
  64. }
  65. .content-title {
  66. display: inline-block;
  67. font-size: 0.6rem;
  68. color: #fff;
  69. text-align: center;
  70. font-weight: 600;
  71. position: absolute;
  72. top: 50%;
  73. pointer-events: none;
  74. /* font-family: 'SimSun', 'STSong'; */
  75. }
  76. .section-content, .content-text {
  77. display: inline-block;
  78. font-size: 0.24rem;
  79. color: #fff;
  80. text-align: center;
  81. position: absolute;
  82. top: 50%;
  83. pointer-events: none;
  84. letter-spacing: 0.02rem;
  85. line-height: 0.46rem;
  86. /* font-family: 'SimSun', 'STSong'; */
  87. }
  88. .section-title, .content-title, .product-title {
  89. transition: all 0.7s cubic-bezier(0,0,.2,1);
  90. -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1);
  91. }
  92. .title-line {
  93. transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;;
  94. -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;
  95. }
  96. .section-content, .content-text, .section-content-wrap, .product-name, .product-img {
  97. transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;
  98. -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;
  99. }
  100. .section-price-wrap, .product-content-wrap {
  101. transition: all 0.7s cubic-bezier(0,0,.2,1) 0.2s;
  102. -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1) 0.2s;
  103. }
  104. .section-title, .section-content, .title-line {
  105. opacity: 0;
  106. transform: translateY(0.5rem);
  107. -webkit-transform: translateY(0.5rem);
  108. }
  109. .fp-completely .section-title,
  110. .fp-completely .section-content,
  111. .fp-completely .title-line
  112. {
  113. opacity: 1;
  114. transform: translateY(0);
  115. -webkit-transform: translateY(0);
  116. }
  117. .title-line {
  118. width: 0.5rem;
  119. height: 0.06rem;
  120. background-color: #ff8a00;
  121. }
  122. /* section-1 */
  123. .maofm-1 .section-title {
  124. font-size: 0.9rem;
  125. width: 100%;
  126. text-align: center;
  127. left: 0;
  128. margin-top: -2.6rem;
  129. letter-spacing: 0.1rem;
  130. font-weight: 600;
  131. }
  132. .maofm-1 .section-content {
  133. width: 100%;
  134. text-align: center;
  135. left: 0;
  136. margin-top: -1.2rem;
  137. letter-spacing: 0.04rem;
  138. }
  139. .station-logo {
  140. width: 6.14rem;
  141. height: 1.5rem;
  142. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_logo.png') no-repeat center center;
  143. background-size: contain;
  144. position: absolute;
  145. top: 50%;
  146. left: 50%;
  147. margin: -2.6rem 0 0 -3.07rem;
  148. }
  149. .station-subtitle {
  150. width: 6.13rem;
  151. height: 0.28rem;
  152. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_subtitle.png') no-repeat center center;
  153. background-size: contain;
  154. position: absolute;
  155. top: 50%;
  156. left: 50%;
  157. margin: -0.7rem 0 0 -3.07rem;
  158. }
  159. .section-app .app-qrcode {
  160. width: 1.73rem;
  161. height: 1.73rem;
  162. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_qrcode.jpg') no-repeat center center;
  163. background-size: contain;
  164. position: absolute;
  165. top: 50%;
  166. left: 50%;
  167. margin: 0.4rem 0 0 -0.865rem;
  168. }
  169. .section-app .app-hint {
  170. width: 100%;
  171. color: #fff;
  172. font-size: 0.2rem;
  173. text-align: center;
  174. position: absolute;
  175. top: 50%;
  176. margin-top: 2.2rem;
  177. }
  178. /* section-2 */
  179. .maofm-2 .section-title {
  180. width: 100%;
  181. margin: -2.6rem 0 0 0;
  182. text-align: center;
  183. left: 0;
  184. }
  185. .maofm-2 .section-content {
  186. width: 10rem;
  187. margin: -1.4rem 0 0 -5rem;
  188. text-align: center;
  189. left: 50%;
  190. }
  191. /* section-3 */
  192. .maofm-3 .section-title {
  193. text-align: left;
  194. margin: -2.6rem 0 0 0.6rem;
  195. left: 50%;
  196. }
  197. .maofm-3 .section-content {
  198. text-align: left;
  199. margin: -0.2rem 0 0 0.6rem;
  200. left: 50%;
  201. font-size: 0.2rem;
  202. line-height: 0.36rem;
  203. }
  204. .maofm-3 .title-line {
  205. position: absolute;
  206. top: 50%;
  207. left: 50%;
  208. margin: -0.65rem 0 0 0.6rem;
  209. }
  210. /* section-4 */
  211. .maofm-4 .section-title {
  212. text-align: left;
  213. left: 47.5%;
  214. /*width: 100%;*/
  215. margin-top: 1.4rem;
  216. }
  217. .maofm-4 .section-content {
  218. width: 50%;
  219. margin-top: 2.3rem;
  220. font-size: 0.2rem;
  221. line-height: 0.36rem;
  222. left: 49%;
  223. text-align: left;
  224. }
  225. /* section-5 */
  226. .maofm-5 .section-title {
  227. left: 50%;
  228. margin: -3.3rem 0 0 -5rem;
  229. text-align: center;
  230. width: 10rem;
  231. color: #000;
  232. }
  233. .maofm-5 .section-content {
  234. left: 50%;
  235. margin: -2rem 0 0 -5rem;
  236. text-align: center;
  237. font-size: 0.2rem;
  238. line-height: 0.36rem;
  239. color: #000;
  240. width: 10rem;
  241. }
  242. /* section-6 */
  243. .maofm-6 .section-title {
  244. width: 100%;
  245. margin-top: -3rem;
  246. font-size: 0.44rem;
  247. }
  248. .maofm-6 .section-content {
  249. /* width: 100%; */
  250. left: 50%;
  251. width: 10rem;
  252. margin-left: -5rem;
  253. margin-top: -1.1rem;
  254. font-size: 0.2rem;
  255. line-height: 0.36rem;
  256. }
  257. .maofm-6 .title-line {
  258. position: absolute;
  259. top: 50%;
  260. left: 50%;
  261. margin: -1.5rem 0 0 -0.25rem;
  262. }
  263. /* section-7 */
  264. .maofm-7 .section-title {
  265. text-align: center;
  266. margin: -3.1rem 0 0 -5rem;
  267. left: 50%;
  268. line-height: 0.72rem;
  269. width: 10rem;
  270. }
  271. .maofm-7 .section-content {
  272. text-align: center;
  273. margin: -1.3rem 0 0 -5rem;
  274. left: 50%;
  275. font-size: 0.2rem;
  276. line-height: 0.36rem;
  277. width: 10rem;
  278. }
  279. .maofm-7 .station-icon-all {
  280. width: 9.95rem;
  281. height: 2.36rem;
  282. position: absolute;
  283. top: 50%;
  284. left: 50%;
  285. margin: 0 0 0 -4.48rem;
  286. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_icon_all.png') no-repeat center;
  287. background-size: contain;
  288. }
  289. /* common */
  290. .scroll-hint {
  291. width: 0.2rem;
  292. height: auto;
  293. position: absolute;
  294. top: 90%;
  295. left: 50%;
  296. -webkit-transform: translate(-50%, -50%);
  297. transform: translate(-50%, -50%);
  298. z-index: 2;
  299. }
  300. .mb-scroll-hint {
  301. display: none;
  302. }
  303. .mb-download-wrap {
  304. display: none;
  305. }
  306. @media (min-width: 959px) {
  307. html {
  308. font-size: 385%;
  309. }
  310. }
  311. @media (min-width: 1279px) {
  312. html {
  313. font-size: 465%;
  314. }
  315. }
  316. @media (min-width: 1599px) {
  317. html {
  318. font-size: 545%;
  319. }
  320. }
  321. @media (min-width: 1919px) {
  322. html {
  323. font-size: 625%;
  324. }
  325. }
  326. @media (max-device-width: 1081px) {
  327. html {
  328. font-size: 585%;
  329. }
  330. .scroll-hint {
  331. display: none;
  332. }
  333. .mb-scroll-hint {
  334. display: inline-block;
  335. width: 0.4rem;
  336. height: auto;
  337. position: absolute;
  338. top: 92%;
  339. left: 50%;
  340. -webkit-transform: translate(-50%, -50%);
  341. transform: translate(-50%, -50%);
  342. z-index: 2;
  343. }
  344. .maofm-1 {
  345. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_01.jpg');
  346. }
  347. .maofm-2 {
  348. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_02.jpg');
  349. }
  350. .maofm-3 {
  351. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_03.jpg');
  352. }
  353. .maofm-4 {
  354. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_04.jpg');
  355. }
  356. .maofm-5 {
  357. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_05.jpg');
  358. }
  359. .maofm-6 {
  360. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_06.jpg');
  361. }
  362. .maofm-7 {
  363. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_slide_07.jpg');
  364. }
  365. .section-content-wrap {
  366. display: none;
  367. }
  368. .section-img {
  369. display: none;
  370. }
  371. /* section-1 */
  372. .maofm-1 .section-title {
  373. display: none;
  374. }
  375. .maofm-1 .section-content {
  376. display: none;
  377. }
  378. .maofm-1 .section-app{
  379. /*display: none;*/
  380. }
  381. .maofm-1 .app-qrcode {
  382. margin-top: 1.8rem;
  383. }
  384. .maofm-1 .app-hint {
  385. margin-top: 3.6rem;
  386. }
  387. .maofm-2 .section-title {
  388. width: 60%;
  389. padding: 0 20%;
  390. margin-top: -3.3rem;
  391. }
  392. .maofm-2 .section-content {
  393. width: 4.4rem;
  394. margin-left: -2.2rem;
  395. margin-top: -1.3rem;
  396. font-size: 0.22rem;
  397. text-align: left;
  398. }
  399. .maofm-3 .section-title {
  400. width: 6rem;
  401. margin-left: -3rem;
  402. margin-top: 0.9rem;
  403. font-size: 0.4rem;
  404. text-align: center;
  405. }
  406. .maofm-3 .section-content {
  407. width: 4.4rem;
  408. margin-left: -2.2rem;
  409. margin-top: 2.9rem;
  410. font-size: 0.22rem;
  411. text-align: left;
  412. }
  413. .maofm-3 .title-line {
  414. margin: 2.4rem 0 0 -0.25rem;
  415. }
  416. .maofm-4 .section-title {
  417. width: 4.6rem;
  418. margin-left: -2.1rem;
  419. margin-top: -3rem;
  420. font-size: 0.56rem;
  421. text-align: center;
  422. font-weight: bolder;
  423. left: 50%;
  424. }
  425. .maofm-4 .section-content {
  426. width: 3.6rem;
  427. margin-left: -1.5rem;
  428. margin-top: -1.3rem;
  429. font-size: 0.22rem;
  430. text-align: left;
  431. line-height: 0.44rem;
  432. }
  433. .maofm-5 .section-title {
  434. width: 4.6rem;
  435. margin-left: -2.3rem;
  436. margin-top: -3.8rem;
  437. font-size: 0.56rem;
  438. text-align: center;
  439. font-weight: bolder;
  440. left: 50%;
  441. }
  442. .maofm-5 .section-content {
  443. width: 5.2rem;
  444. margin-left: -2.6rem;
  445. margin-top: -2.2rem;
  446. font-size: 0.22rem;
  447. text-align: left;
  448. line-height: 0.44rem;
  449. }
  450. .maofm-6 .section-title {
  451. width: 4.6rem;
  452. margin-left: -2.3rem;
  453. margin-top: -3.8rem;
  454. font-size: 0.56rem;
  455. text-align: center;
  456. font-weight: bolder;
  457. left: 50%;
  458. }
  459. .maofm-6 .section-content {
  460. width: 5rem;
  461. margin-left: -2.5rem;
  462. margin-top: -1.7rem;
  463. font-size: 0.22rem;
  464. text-align: left;
  465. line-height: 0.36rem;
  466. left: 50%;
  467. }
  468. .maofm-6 .title-line {
  469. margin-top: -2.2rem;
  470. }
  471. .maofm-7 .section-title {
  472. margin-top: -4.4rem;
  473. }
  474. .maofm-7 .section-content {
  475. width: 5rem;
  476. margin-left: -2.5rem;
  477. margin-top: -2.5rem;
  478. font-size: 0.22rem;
  479. text-align: left;
  480. line-height: 0.4rem;
  481. }
  482. .maofm-7 .station-icon-all {
  483. width: 4.03rem;
  484. height: 5.58rem;
  485. position: absolute;
  486. top: 50%;
  487. left: 50%;
  488. margin: -0.2rem 0 0 -2.01rem;
  489. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_mobile_icon_all.png') no-repeat center;
  490. background-size: contain;
  491. }
  492. }
  493. @media (max-device-width: 720px) {
  494. html {
  495. font-size: 465%;
  496. }
  497. }
  498. @media (max-device-width: 660px) {
  499. html {
  500. font-size: 445%;
  501. }
  502. }
  503. @media (max-device-width: 600px) {
  504. html {
  505. font-size: 425%;
  506. }
  507. }
  508. @media (max-device-width: 540px) {
  509. html {
  510. font-size: 405%;
  511. }
  512. }
  513. @media (max-device-width: 480px) {
  514. html {
  515. font-size: 385%;
  516. }
  517. }
  518. @media (max-device-width: 420px) {
  519. html {
  520. font-size: 345%;
  521. }
  522. }
  523. @media (max-device-width: 360px) {
  524. html {
  525. font-size: 325%;
  526. }
  527. }
  528. @media (max-device-width: 240px) {
  529. html {
  530. font-size: 305%;
  531. }
  532. }