station_bk1209.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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.3rem 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. top: 65%;
  215. /*width: 100%;*/
  216. /* margin-top: 1.4rem; */
  217. }
  218. .maofm-4 .section-content {
  219. width: 50%;
  220. /* margin-top: 2.3rem; */
  221. font-size: 0.2rem;
  222. line-height: 0.36rem;
  223. left: 49%;
  224. top: 75%;
  225. text-align: left;
  226. }
  227. /* section-5 */
  228. .maofm-5 .section-title {
  229. left: 50%;
  230. margin: -3.3rem 0 0 -5rem;
  231. text-align: center;
  232. width: 10rem;
  233. color: #000;
  234. }
  235. .maofm-5 .section-content {
  236. left: 50%;
  237. margin: -2rem 0 0 -5rem;
  238. text-align: center;
  239. font-size: 0.2rem;
  240. line-height: 0.36rem;
  241. color: #000;
  242. width: 10rem;
  243. }
  244. /* section-6 */
  245. .maofm-6 .section-title {
  246. width: 100%;
  247. margin-top: -3rem;
  248. font-size: 0.44rem;
  249. }
  250. .maofm-6 .section-content {
  251. width: 100%;
  252. margin-top: -1.1rem;
  253. font-size: 0.2rem;
  254. line-height: 0.36rem;
  255. }
  256. .maofm-6 .title-line {
  257. position: absolute;
  258. top: 50%;
  259. left: 50%;
  260. margin: -1.5rem 0 0 -0.25rem;
  261. }
  262. /* section-7 */
  263. .maofm-7 .section-title {
  264. text-align: center;
  265. margin: -3.1rem 0 0 -5rem;
  266. left: 50%;
  267. line-height: 0.72rem;
  268. width: 10rem;
  269. }
  270. .maofm-7 .section-content {
  271. text-align: left;
  272. margin: -1.3rem 0 0 -5rem;
  273. left: 50%;
  274. font-size: 0.2rem;
  275. line-height: 0.36rem;
  276. width: 10rem;
  277. }
  278. .maofm-7 .station-icon-all {
  279. width: 9.95rem;
  280. height: 2.36rem;
  281. position: absolute;
  282. top: 50%;
  283. left: 50%;
  284. margin: 0 0 0 -4.48rem;
  285. 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;
  286. background-size: contain;
  287. }
  288. /* common */
  289. .scroll-hint {
  290. width: 0.2rem;
  291. height: auto;
  292. position: absolute;
  293. top: 90%;
  294. left: 50%;
  295. -webkit-transform: translate(-50%, -50%);
  296. transform: translate(-50%, -50%);
  297. z-index: 2;
  298. }
  299. .mb-scroll-hint {
  300. display: none;
  301. }
  302. .mb-download-wrap {
  303. display: none;
  304. }
  305. @media (min-width: 959px) {
  306. html {
  307. font-size: 385%;
  308. }
  309. }
  310. @media (min-width: 1279px) {
  311. html {
  312. font-size: 465%;
  313. }
  314. }
  315. @media (min-width: 1599px) {
  316. html {
  317. font-size: 545%;
  318. }
  319. }
  320. @media (min-width: 1919px) {
  321. html {
  322. font-size: 625%;
  323. }
  324. }
  325. @media (max-device-width: 1081px) {
  326. html {
  327. font-size: 585%;
  328. }
  329. .scroll-hint {
  330. display: none;
  331. }
  332. .mb-scroll-hint {
  333. display: inline-block;
  334. width: 0.4rem;
  335. height: auto;
  336. position: absolute;
  337. top: 92%;
  338. left: 50%;
  339. -webkit-transform: translate(-50%, -50%);
  340. transform: translate(-50%, -50%);
  341. z-index: 2;
  342. }
  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_m_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_m_slide_02.jpg');
  349. }
  350. .maofm-3 {
  351. background-position: 50% 80%;
  352. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_03.jpg');
  353. }
  354. .maofm-4 {
  355. background-position: 50% 0;
  356. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_04.jpg');
  357. }
  358. .maofm-5 {
  359. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_05.jpg');
  360. }
  361. .maofm-6 {
  362. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_06.jpg');
  363. }
  364. .maofm-7 {
  365. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_07.jpg');
  366. }
  367. .maofm-8 {
  368. background-position: 50% 0;
  369. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_08.jpg');
  370. }
  371. .maofm-product {
  372. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_09.jpg');
  373. }
  374. .product-2 {
  375. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%9F%B3%E4%B9%90%E5%8F%B0/station_m_slide_10.jpg');
  376. }*/
  377. .section-title, .content-title {
  378. display: none;
  379. }
  380. .section-content, .content-text {
  381. display: none;
  382. }
  383. .section-content-wrap {
  384. display: none;
  385. }
  386. .section-img {
  387. display: none;
  388. }
  389. .title-line {
  390. display: none;
  391. }
  392. /* section-1 */
  393. .maofm-1 .section-title {
  394. display: none;
  395. }
  396. .maofm-1 .section-content {
  397. display: none;
  398. }
  399. .maofm-1 .section-app{
  400. display: none;
  401. }
  402. }
  403. @media (max-device-width: 720px) {
  404. html {
  405. font-size: 465%;
  406. }
  407. }
  408. @media (max-device-width: 660px) {
  409. html {
  410. font-size: 445%;
  411. }
  412. }
  413. @media (max-device-width: 600px) {
  414. html {
  415. font-size: 425%;
  416. }
  417. }
  418. @media (max-device-width: 540px) {
  419. html {
  420. font-size: 405%;
  421. }
  422. }
  423. @media (max-device-width: 480px) {
  424. html {
  425. font-size: 385%;
  426. }
  427. }
  428. @media (max-device-width: 420px) {
  429. html {
  430. font-size: 345%;
  431. }
  432. }
  433. @media (max-device-width: 360px) {
  434. html {
  435. font-size: 325%;
  436. }
  437. }
  438. @media (max-device-width: 240px) {
  439. html {
  440. font-size: 305%;
  441. }
  442. }