main.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021
  1. @charset "UTF-8";
  2. html,
  3. body,
  4. div,
  5. span,
  6. applet,
  7. object,
  8. iframe,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. p,
  16. blockquote,
  17. pre,
  18. a,
  19. abbr,
  20. acronym,
  21. address,
  22. big,
  23. cite,
  24. code,
  25. del,
  26. dfn,
  27. em,
  28. img,
  29. ins,
  30. kbd,
  31. q,
  32. s,
  33. samp,
  34. small,
  35. strike,
  36. strong,
  37. sub,
  38. sup,
  39. tt,
  40. var,
  41. b,
  42. u,
  43. i,
  44. center,
  45. dl,
  46. dt,
  47. dd,
  48. ol,
  49. ul,
  50. li,
  51. fieldset,
  52. form,
  53. label,
  54. legend,
  55. table,
  56. caption,
  57. tbody,
  58. tfoot,
  59. thead,
  60. tr,
  61. th,
  62. td,
  63. article,
  64. aside,
  65. canvas,
  66. details,
  67. embed,
  68. figure,
  69. figcaption,
  70. footer,
  71. header,
  72. hgroup,
  73. menu,
  74. nav,
  75. output,
  76. ruby,
  77. section,
  78. summary,
  79. time,
  80. mark,
  81. audio,
  82. video {
  83. margin: 0;
  84. padding: 0;
  85. border: 0;
  86. font-size: 100%;
  87. font: inherit;
  88. vertical-align: baseline; }
  89. /* HTML5 display-role reset for older browsers */
  90. article,
  91. aside,
  92. details,
  93. figcaption,
  94. figure,
  95. footer,
  96. header,
  97. hgroup,
  98. menu,
  99. nav,
  100. section {
  101. display: block; }
  102. ol,
  103. ul {
  104. list-style: none; }
  105. blockquote,
  106. q {
  107. quotes: none; }
  108. blockquote:before,
  109. blockquote:after,
  110. q:before,
  111. q:after {
  112. content: '';
  113. content: none; }
  114. table {
  115. border-collapse: collapse;
  116. border-spacing: 0; }
  117. /******x reset end*****/
  118. * {
  119. box-sizing: border-box;
  120. -ms-box-sizing: border-box;
  121. -webkit-box-sizing: border-box;
  122. -moz-box-sizing: border-box;
  123. margin: 0;
  124. padding: 0;
  125. border: 0; }
  126. html,
  127. body {
  128. -webkit-overflow-scrolling: touch; }
  129. a {
  130. background-color: transparent;
  131. outline: 0;
  132. text-decoration: none;
  133. -webkit-tap-highlight-color: transparent;
  134. cursor: pointer; }
  135. .clear {
  136. clear: both;
  137. *zoom: 1; }
  138. .cf:after {
  139. font-size: 0;
  140. display: block;
  141. visibility: hidden;
  142. clear: both;
  143. height: 0;
  144. content: ''; }
  145. .center-block {
  146. display: block;
  147. margin-left: auto;
  148. margin-right: auto; }
  149. /*显示类*/
  150. .hide,
  151. .hidden {
  152. display: none; }
  153. .show {
  154. display: block; }
  155. .invisible {
  156. visibility: hidden; }
  157. .visible {
  158. visibility: visible; }
  159. .block {
  160. display: block; }
  161. .inline {
  162. display: inline; }
  163. .inlineblock,
  164. .inline-block {
  165. display: inline-block;
  166. *display: inline;
  167. *zoom: 1; }
  168. /*位置浮动类*/
  169. .float-left,
  170. .pull-left {
  171. float: left; }
  172. .float-right,
  173. .pull-right {
  174. float: right; }
  175. .vertical-middle {
  176. vertical-align: middle; }
  177. .over-hide,
  178. .over-hidden {
  179. overflow: hidden; }
  180. .table {
  181. display: table; }
  182. .table-cell {
  183. display: table-cell; }
  184. .scroll-auto,
  185. .scrollauto {
  186. overflow: auto; }
  187. .scroll {
  188. overflow: auto; }
  189. /*内联文本类*/
  190. .text-center {
  191. text-align: center; }
  192. .text-left {
  193. text-align: left; }
  194. .text-right {
  195. text-align: right; }
  196. .text-justify {
  197. text-align: justify !important; }
  198. .text-truncate {
  199. overflow: hidden;
  200. -o-text-overflow: ellipsis;
  201. text-overflow: ellipsis;
  202. white-space: nowrap; }
  203. .text-nowrap,
  204. .nowrap {
  205. white-space: nowrap; }
  206. .breakall,
  207. .break-all,
  208. .text-break {
  209. word-break: break-all; }
  210. .text-bold,
  211. .font-bold {
  212. font-weight: bold !important; }
  213. .text-lowercase,
  214. .lowercase {
  215. text-transform: lowercase !important; }
  216. .text-uppercase,
  217. .uppercase {
  218. text-transform: uppercase !important; }
  219. .text-capitalize {
  220. text-transform: capitalize !important; }
  221. .text-white {
  222. color: #fff !important; }
  223. .text-muted {
  224. color: #636c72 !important; }
  225. .hover-transition {
  226. -webkit-transition: all 0.35s ease;
  227. -o-transition: all 0.35s ease;
  228. -moz-transition: all 0.35s ease;
  229. transition: all 0.35s ease; }
  230. body {
  231. font-family: "PingFang SC", "PingHei", "STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "microsoft yahei", "SimHei", "tahoma", "Arial", "Verdana", "sans-serif"; }
  232. textarea,
  233. input {
  234. outline: none; }
  235. .voice_active:after {
  236. content: ' ';
  237. width: .893333rem;
  238. height: .893333rem;
  239. display: block;
  240. background: url("../images/voice_active.png");
  241. -moz-background-size: 100% 100%;
  242. background-size: 100% 100%;
  243. position: absolute;
  244. z-index: 100;
  245. top: 0;
  246. left: 0; }
  247. .poster-mode .qrcode-box p {
  248. overflow: hidden;
  249. -o-text-overflow: ellipsis;
  250. text-overflow: ellipsis;
  251. white-space: nowrap; }
  252. * {
  253. margin: 0;
  254. padding: 0;
  255. -webkit-box-sizing: border-box;
  256. -moz-box-sizing: border-box;
  257. box-sizing: border-box;
  258. -webkit-tap-highlight-color: transparent; }
  259. select {
  260. -webkit-appearance: none;
  261. -moz-appearance: none;
  262. appearance: none; }
  263. body {
  264. line-height: 1.5;
  265. color: #151f3a; }
  266. li {
  267. list-style: none; }
  268. a {
  269. text-decoration: none; }
  270. img {
  271. max-width: 100%;
  272. vertical-align: top; }
  273. .hide {
  274. display: none !important; }
  275. .show {
  276. display: show !important; }
  277. .bold {
  278. font-weight: bold; }
  279. .js-an {
  280. display: none !important;
  281. -webkit-animation-name: none !important;
  282. -moz-animation-name: none !important;
  283. -o-animation-name: none !important;
  284. animation-name: none !important; }
  285. .animated {
  286. -webkit-animation-duration: .6s;
  287. -moz-animation-duration: .6s;
  288. -o-animation-duration: .6s;
  289. animation-duration: .6s;
  290. -webkit-transform: translate3d(0, 0, 0);
  291. -moz-transform: translate3d(0, 0, 0);
  292. transform: translate3d(0, 0, 0); }
  293. .origin-tc {
  294. -webkit-transform-origin: top center;
  295. -moz-transform-origin: top center;
  296. -ms-transform-origin: top center;
  297. -o-transform-origin: top center;
  298. transform-origin: top center; }
  299. .origin-rb {
  300. -webkit-transform-origin: right bottom;
  301. -moz-transform-origin: right bottom;
  302. -ms-transform-origin: right bottom;
  303. -o-transform-origin: right bottom;
  304. transform-origin: right bottom; }
  305. .origin-lb {
  306. -webkit-transform-origin: left center;
  307. -moz-transform-origin: left center;
  308. -ms-transform-origin: left center;
  309. -o-transform-origin: left center;
  310. transform-origin: left center; }
  311. .origin-cb {
  312. -webkit-transform-origin: center bottom;
  313. -moz-transform-origin: center bottom;
  314. -ms-transform-origin: center bottom;
  315. -o-transform-origin: center bottom;
  316. transform-origin: center bottom; }
  317. .origin-cc {
  318. -webkit-transform-origin: center center;
  319. -moz-transform-origin: center center;
  320. -ms-transform-origin: center center;
  321. -o-transform-origin: center center;
  322. transform-origin: center center; }
  323. .iteration {
  324. -webkit-animation-iteration-count: infinite;
  325. -moz-animation-iteration-count: infinite;
  326. -o-animation-iteration-count: infinite;
  327. animation-iteration-count: infinite; }
  328. .ease-in {
  329. -webkit-animation-timing-function: ease-in;
  330. -moz-animation-timing-function: ease-in;
  331. -o-animation-timing-function: ease-in;
  332. animation-timing-function: ease-in; }
  333. .ease-out {
  334. -webkit-animation-timing-function: ease-out;
  335. -moz-animation-timing-function: ease-out;
  336. -o-animation-timing-function: ease-out;
  337. animation-timing-function: ease-out; }
  338. .delay0 {
  339. -webkit-animation-delay: 0s;
  340. -moz-animation-delay: 0s;
  341. -o-animation-delay: 0s;
  342. animation-delay: 0s; }
  343. .delay1 {
  344. -webkit-animation-delay: 0.2s;
  345. -moz-animation-delay: 0.2s;
  346. -o-animation-delay: 0.2s;
  347. animation-delay: 0.2s; }
  348. .delay2 {
  349. -webkit-animation-delay: 0.4s;
  350. -moz-animation-delay: 0.4s;
  351. -o-animation-delay: 0.4s;
  352. animation-delay: 0.4s; }
  353. .delay3 {
  354. -webkit-animation-delay: 0.6s;
  355. -moz-animation-delay: 0.6s;
  356. -o-animation-delay: 0.6s;
  357. animation-delay: 0.6s; }
  358. .delay4 {
  359. -webkit-animation-delay: 0.8s;
  360. -moz-animation-delay: 0.8s;
  361. -o-animation-delay: 0.8s;
  362. animation-delay: 0.8s; }
  363. .delay5 {
  364. -webkit-animation-delay: 1s;
  365. -moz-animation-delay: 1s;
  366. -o-animation-delay: 1s;
  367. animation-delay: 1s; }
  368. .delay6 {
  369. -webkit-animation-delay: 1.2s;
  370. -moz-animation-delay: 1.2s;
  371. -o-animation-delay: 1.2s;
  372. animation-delay: 1.2s; }
  373. .delay7 {
  374. -webkit-animation-delay: 1.4s;
  375. -moz-animation-delay: 1.4s;
  376. -o-animation-delay: 1.4s;
  377. animation-delay: 1.4s; }
  378. .delay8 {
  379. -webkit-animation-delay: 1.6s;
  380. -moz-animation-delay: 1.6s;
  381. -o-animation-delay: 1.6s;
  382. animation-delay: 1.6s; }
  383. .delay9 {
  384. -webkit-animation-delay: 1.8s;
  385. -moz-animation-delay: 1.8s;
  386. -o-animation-delay: 1.8s;
  387. animation-delay: 1.8s; }
  388. .delay10 {
  389. -webkit-animation-delay: 2s;
  390. -moz-animation-delay: 2s;
  391. -o-animation-delay: 2s;
  392. animation-delay: 2s; }
  393. .delay11 {
  394. -webkit-animation-delay: 2.2s;
  395. -moz-animation-delay: 2.2s;
  396. -o-animation-delay: 2.2s;
  397. animation-delay: 2.2s; }
  398. .delay12 {
  399. -webkit-animation-delay: 2.4s;
  400. -moz-animation-delay: 2.4s;
  401. -o-animation-delay: 2.4s;
  402. animation-delay: 2.4s; }
  403. .delay13 {
  404. -webkit-animation-delay: 2.6s;
  405. -moz-animation-delay: 2.6s;
  406. -o-animation-delay: 2.6s;
  407. animation-delay: 2.6s; }
  408. .delay14 {
  409. -webkit-animation-delay: 2.8s;
  410. -moz-animation-delay: 2.8s;
  411. -o-animation-delay: 2.8s;
  412. animation-delay: 2.8s; }
  413. .delay15 {
  414. -webkit-animation-delay: 3s;
  415. -moz-animation-delay: 3s;
  416. -o-animation-delay: 3s;
  417. animation-delay: 3s; }
  418. .time0 {
  419. -webkit-animation-duration: 0s;
  420. -moz-animation-duration: 0s;
  421. -o-animation-duration: 0s;
  422. animation-duration: 0s; }
  423. .time1 {
  424. -webkit-animation-duration: 0.2s;
  425. -moz-animation-duration: 0.2s;
  426. -o-animation-duration: 0.2s;
  427. animation-duration: 0.2s; }
  428. .time2 {
  429. -webkit-animation-duration: 0.4s;
  430. -moz-animation-duration: 0.4s;
  431. -o-animation-duration: 0.4s;
  432. animation-duration: 0.4s; }
  433. .time3 {
  434. -webkit-animation-duration: 0.6s;
  435. -moz-animation-duration: 0.6s;
  436. -o-animation-duration: 0.6s;
  437. animation-duration: 0.6s; }
  438. .time4 {
  439. -webkit-animation-duration: 0.8s;
  440. -moz-animation-duration: 0.8s;
  441. -o-animation-duration: 0.8s;
  442. animation-duration: 0.8s; }
  443. .time5 {
  444. -webkit-animation-duration: 1s;
  445. -moz-animation-duration: 1s;
  446. -o-animation-duration: 1s;
  447. animation-duration: 1s; }
  448. .time6 {
  449. -webkit-animation-duration: 1.2s;
  450. -moz-animation-duration: 1.2s;
  451. -o-animation-duration: 1.2s;
  452. animation-duration: 1.2s; }
  453. .time7 {
  454. -webkit-animation-duration: 1.4s;
  455. -moz-animation-duration: 1.4s;
  456. -o-animation-duration: 1.4s;
  457. animation-duration: 1.4s; }
  458. .time8 {
  459. -webkit-animation-duration: 1.6s;
  460. -moz-animation-duration: 1.6s;
  461. -o-animation-duration: 1.6s;
  462. animation-duration: 1.6s; }
  463. .time9 {
  464. -webkit-animation-duration: 1.8s;
  465. -moz-animation-duration: 1.8s;
  466. -o-animation-duration: 1.8s;
  467. animation-duration: 1.8s; }
  468. .time10 {
  469. -webkit-animation-duration: 2s;
  470. -moz-animation-duration: 2s;
  471. -o-animation-duration: 2s;
  472. animation-duration: 2s; }
  473. .time11 {
  474. -webkit-animation-duration: 2.2s;
  475. -moz-animation-duration: 2.2s;
  476. -o-animation-duration: 2.2s;
  477. animation-duration: 2.2s; }
  478. .time12 {
  479. -webkit-animation-duration: 2.4s;
  480. -moz-animation-duration: 2.4s;
  481. -o-animation-duration: 2.4s;
  482. animation-duration: 2.4s; }
  483. .time13 {
  484. -webkit-animation-duration: 2.6s;
  485. -moz-animation-duration: 2.6s;
  486. -o-animation-duration: 2.6s;
  487. animation-duration: 2.6s; }
  488. .time14 {
  489. -webkit-animation-duration: 2.8s;
  490. -moz-animation-duration: 2.8s;
  491. -o-animation-duration: 2.8s;
  492. animation-duration: 2.8s; }
  493. .time15 {
  494. -webkit-animation-duration: 3s;
  495. -moz-animation-duration: 3s;
  496. -o-animation-duration: 3s;
  497. animation-duration: 3s; }
  498. .clearfix:after {
  499. content: ".";
  500. display: block;
  501. height: 0;
  502. clear: both;
  503. visibility: hidden; }
  504. .secret-box {
  505. position: fixed;
  506. top: 0;
  507. left: 0;
  508. width: 100%;
  509. height: 100vh;
  510. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
  511. display: none;
  512. z-index: 1001; }
  513. .secret-box img {
  514. position: absolute;
  515. top: 50%;
  516. -webkit-transform: translate(0, -50%);
  517. -moz-transform: translate(0, -50%);
  518. -ms-transform: translate(0, -50%);
  519. -o-transform: translate(0, -50%);
  520. transform: translate(0, -50%); }
  521. .warp {
  522. width: 10rem;
  523. margin: 0 auto;
  524. position: relative;
  525. height: 100vh;
  526. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover; }
  527. .loading {
  528. position: fixed;
  529. top: 0;
  530. left: 50%;
  531. width: 10rem;
  532. height: 100vh;
  533. margin-left: -5rem;
  534. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
  535. z-index: 100;
  536. /*display: none;*/ }
  537. .loading .curtain-box {
  538. position: absolute;
  539. top: 50%;
  540. left: 50%;
  541. width: 10.42188rem;
  542. height: 14.04688rem;
  543. margin-left: -5.21094rem;
  544. background: url(../img/loading/bg2.png) no-repeat 0 0/100% auto;
  545. -webkit-transform: translate(0, -50%);
  546. -moz-transform: translate(0, -50%);
  547. -ms-transform: translate(0, -50%);
  548. -o-transform: translate(0, -50%);
  549. transform: translate(0, -50%); }
  550. .loading .curtain-box .txt {
  551. position: absolute;
  552. top: 5.3125rem;
  553. left: 50%;
  554. width: 2.5625rem;
  555. margin-left: -1.28125rem; }
  556. .loading .curtain-box .loading-bar {
  557. position: absolute;
  558. top: 10.625rem;
  559. left: 50%;
  560. width: 7.5rem;
  561. margin-left: -3.75rem; }
  562. .loading .curtain-box .loading-bar .load-txt {
  563. font-size: 0.53125rem;
  564. color: #1e0502;
  565. text-align: center;
  566. text-shadow: 2px 2px 0 #b9b988;
  567. margin-bottom: 0.78125rem; }
  568. .loading .curtain-box .loading-bar .bar {
  569. width: 100%;
  570. height: 0.26562rem;
  571. border: 1px solid rgba(255, 255, 255, 0.5);
  572. -webkit-border-radius: 0.26562rem;
  573. -moz-border-radius: 0.26562rem;
  574. border-radius: 0.26562rem;
  575. white-space: nowrap; }
  576. .loading .curtain-box .loading-bar .bar span {
  577. width: 0;
  578. height: 100%;
  579. background: -webkit-gradient(linear, left top, right bottom, from(#00489d), to(#3478c9));
  580. background: -webkit-linear-gradient(top left, #00489d, #3478c9);
  581. background: -moz-linear-gradient(top left, #00489d, #3478c9);
  582. background: -o-linear-gradient(top left, #00489d, #3478c9);
  583. background: linear-gradient(to bottom right, #00489d, #3478c9);
  584. display: block;
  585. position: relative; }
  586. .loading .curtain-box .loading-bar .bar .icon-load {
  587. position: absolute;
  588. right: -1.40625rem;
  589. top: 50%;
  590. width: 2.15625rem;
  591. height: 1.04688rem;
  592. margin-top: -0.52344rem;
  593. background: url(../img/loading/loading_icon.png) no-repeat 0 0/100% auto; }
  594. .select-dish-box {
  595. position: absolute;
  596. top: 50%;
  597. left: 50%;
  598. width: 10rem;
  599. height: 15.53125rem;
  600. margin-left: -5rem;
  601. background: url(../img/menu_bg.png) no-repeat 0 0/100% auto;
  602. padding-top: 2.34375rem;
  603. -webkit-transform: translate(0, -50%);
  604. -moz-transform: translate(0, -50%);
  605. -ms-transform: translate(0, -50%);
  606. -o-transform: translate(0, -50%);
  607. transform: translate(0, -50%); }
  608. .select-dish-box .tt {
  609. width: 3.85938rem;
  610. margin: 0 auto;
  611. display: block; }
  612. .select-dish-box .list {
  613. margin: 1.09375rem auto 0;
  614. width: 3.82812rem; }
  615. .select-dish-box .list .item {
  616. margin-bottom: 0.9375rem; }
  617. .select-dish-box .list .item.active {
  618. -webkit-filter: grayscale(50%);
  619. filter: grayscale(50%); }
  620. .select-dish-box .confirm {
  621. width: 2.8125rem;
  622. height: 0.92188rem;
  623. margin: 0 auto;
  624. background: url(../img/select_menu_btn.png) no-repeat 0 0/100% auto;
  625. display: none; }
  626. .game-box {
  627. position: absolute;
  628. top: 0;
  629. left: 0;
  630. width: 100%;
  631. height: 100vh;
  632. z-index: 1;
  633. display: none; }
  634. .poster-mode {
  635. position: fixed;
  636. top: 0;
  637. left: 50%;
  638. width: 10rem;
  639. height: 100vh;
  640. margin-left: -5rem;
  641. z-index: 100;
  642. background: #000;
  643. display: none; }
  644. .poster-mode.poster-bg1 {
  645. background: url(../img/poster/bg1.jpg) no-repeat top center/cover; }
  646. .poster-mode.poster-bg2 {
  647. background: url(../img/poster/bg2.jpg) no-repeat top center/cover; }
  648. .poster-mode.poster-bg3 {
  649. background: url(../img/poster/bg3.jpg) no-repeat top center/cover; }
  650. .poster-mode .logo {
  651. position: absolute;
  652. top: 0.3125rem;
  653. left: 0.46875rem;
  654. width: 1.5625rem; }
  655. .poster-mode .poster-img {
  656. position: absolute;
  657. bottom: 0;
  658. left: 50%;
  659. width: 8.26562rem;
  660. margin-left: -4.13281rem; }
  661. .poster-mode .leads-box {
  662. position: absolute;
  663. top: 1.65625rem;
  664. left: 50%;
  665. width: 9.15625rem;
  666. height: 3.57812rem;
  667. margin-left: -4.57812rem;
  668. background: url(../img/leads_bg.png) no-repeat top center/100% auto;
  669. padding-top: 0.46875rem;
  670. padding-left: 2.65625rem;
  671. padding-right: 1.875rem; }
  672. .poster-mode .leads-box .form-group {
  673. border-bottom: 1px solid #c19e83; }
  674. .poster-mode .leads-box .form-group input , .poster-mode .leads-box .form-group .msg{
  675. width: 100%;
  676. height: 0.78125rem;
  677. line-height: 0.78125rem;
  678. font-size: 0.375rem;
  679. font-size: 20x;
  680. color: #c19e83;
  681. background: transparent; }
  682. .poster-mode .leads-box .user-info {
  683. position: absolute;
  684. right: 0.3125rem;
  685. top: 50%;
  686. -webkit-transform: translate(0, -50%);
  687. -moz-transform: translate(0, -50%);
  688. -ms-transform: translate(0, -50%);
  689. -o-transform: translate(0, -50%);
  690. transform: translate(0, -50%); }
  691. .poster-mode .leads-box .user-info .headimg-box {
  692. width: 1.25rem; }
  693. .poster-mode .leads-box .user-info p {
  694. font-size: 0.3125rem;
  695. width: 1.25rem;
  696. overflow: hidden;
  697. text-overflow: ellipsis;
  698. display: -webkit-box;
  699. -webkit-line-clamp: 2;
  700. -webkit-box-orient: vertical;
  701. color: #743d2f;
  702. margin-top: 0.15625rem; }
  703. .poster-mode .leads-box .submit {
  704. position: absolute;
  705. bottom: -0.15625rem;
  706. left: 50%;
  707. width: 3.04688rem;
  708. margin-left: -1.52344rem; }
  709. .poster-mode .leads-box .pro {
  710. position: absolute;
  711. top: 50%;
  712. left: 0.46875rem;
  713. width: 1.82812rem;
  714. -webkit-transform: translate(0, -50%);
  715. -moz-transform: translate(0, -50%);
  716. -ms-transform: translate(0, -50%);
  717. -o-transform: translate(0, -50%);
  718. transform: translate(0, -50%); }
  719. .poster-mode .qrcode-box {
  720. position: absolute;
  721. bottom: 1.92188rem;
  722. right: 0.46875rem;
  723. width: 1.40625rem; }
  724. .poster-mode .qrcode-box p {
  725. font-size: 0.21875rem;
  726. color: #fff;
  727. text-align: center; }
  728. .poster-mode .replay-btn {
  729. position: absolute;
  730. bottom: 0.70312rem;
  731. left: 1.48438rem;
  732. width: 2.8125rem; }
  733. .poster-mode .secret-btn {
  734. position: absolute;
  735. bottom: 0.70312rem;
  736. right: 1.48438rem;
  737. width: 2.8125rem; }
  738. .shake-mode2 {
  739. position: fixed;
  740. top: 0;
  741. left: 0;
  742. width: 100%;
  743. height: 100vh;
  744. z-index: 100;
  745. display: none; }
  746. .shake-mode {
  747. position: fixed;
  748. top: 0;
  749. left: 0;
  750. width: 100%;
  751. height: 100vh;
  752. z-index: 100;
  753. background: rgba(0, 0, 0, 0.6);
  754. display: none; }
  755. .shake-mode .shake-dialog {
  756. position: absolute;
  757. top: 40%;
  758. left: 50%;
  759. width: 6.28125rem;
  760. -webkit-transform: translate(-50%, -50%);
  761. -moz-transform: translate(-50%, -50%);
  762. -ms-transform: translate(-50%, -50%);
  763. -o-transform: translate(-50%, -50%);
  764. transform: translate(-50%, -50%);
  765. padding-top: 0.78125rem; }
  766. .shake-mode .shake-dialog .icon {
  767. position: absolute;
  768. top: 5.625rem;
  769. left: 50%;
  770. width: 2.23438rem;
  771. margin-left: -1.11719rem; }
  772. .shake-mode .shake-dialog .fire {
  773. width: 5.98438rem;
  774. height: 10.54688rem;
  775. background: url(../img/fire.png) no-repeat 0 0;
  776. -moz-background-size: 600% 100%;
  777. background-size: 600% 100%;
  778. -webkit-animation: fire 1.5s steps(5) infinite;
  779. -moz-animation: fire 1.5s steps(5) infinite;
  780. -o-animation: fire 1.5s steps(5) infinite;
  781. animation: fire 1.5s steps(5) infinite; }
  782. .shake-mode .shake-dialog .txt {
  783. position: absolute;
  784. top: 8.35938rem;
  785. left: 50%;
  786. width: 4.96875rem;
  787. margin-left: -2.48438rem; }
  788. .anim-time {
  789. -webkit-animation-duration: 0.5 !important;
  790. -moz-animation-duration: 0.5 !important;
  791. -o-animation-duration: 0.5 !important;
  792. animation-duration: 0.5 !important; }
  793. @-webkit-keyframes fire {
  794. 0% {
  795. background-position: 0 0; }
  796. 100% {
  797. background-position: 100% 0; } }
  798. @-moz-keyframes fire {
  799. 0% {
  800. background-position: 0 0; }
  801. 100% {
  802. background-position: 100% 0; } }
  803. @-o-keyframes fire {
  804. 0% {
  805. background-position: 0 0; }
  806. 100% {
  807. background-position: 100% 0; } }
  808. @keyframes fire {
  809. 0% {
  810. background-position: 0 0; }
  811. 100% {
  812. background-position: 100% 0; } }
  813. .anim-light {
  814. -webkit-animation: light 2s ease-out infinite;
  815. -moz-animation: light 2s ease-out infinite;
  816. -o-animation: light 2s ease-out infinite;
  817. animation: light 2s ease-out infinite; }
  818. @-webkit-keyframes light {
  819. 0%, 100% {
  820. opacity: 1; }
  821. 50% {
  822. opacity: 0.7; } }
  823. @-moz-keyframes light {
  824. 0%, 100% {
  825. opacity: 1; }
  826. 50% {
  827. opacity: 0.7; } }
  828. @-o-keyframes light {
  829. 0%, 100% {
  830. opacity: 1; }
  831. 50% {
  832. opacity: 0.7; } }
  833. @keyframes light {
  834. 0%, 100% {
  835. opacity: 1; }
  836. 50% {
  837. opacity: 0.7; } }
  838. .anim-btn {
  839. -webkit-animation: btn 1s ease infinite;
  840. -moz-animation: btn 1s ease infinite;
  841. -o-animation: btn 1s ease infinite;
  842. animation: btn 1s ease infinite; }
  843. @-webkit-keyframes btn {
  844. 0%, 100% {
  845. -webkit-transform: scale(1, 1);
  846. transform: scale(1, 1); }
  847. 15% {
  848. -webkit-transform: scale(1.1, 1.1);
  849. transform: scale(1.1, 1.1); }
  850. 20% {
  851. -webkit-transform: scale(1.1, 1.1);
  852. transform: scale(1.1, 1.1); }
  853. 35% {
  854. -webkit-transform: scale(1.2, 1.2);
  855. transform: scale(1.2, 1.2); } }
  856. @-moz-keyframes btn {
  857. 0%, 100% {
  858. -moz-transform: scale(1, 1);
  859. transform: scale(1, 1); }
  860. 15% {
  861. -moz-transform: scale(1.1, 1.1);
  862. transform: scale(1.1, 1.1); }
  863. 20% {
  864. -moz-transform: scale(1.1, 1.1);
  865. transform: scale(1.1, 1.1); }
  866. 35% {
  867. -moz-transform: scale(1.2, 1.2);
  868. transform: scale(1.2, 1.2); } }
  869. @-o-keyframes btn {
  870. 0%, 100% {
  871. -o-transform: scale(1, 1);
  872. transform: scale(1, 1); }
  873. 15% {
  874. -o-transform: scale(1.1, 1.1);
  875. transform: scale(1.1, 1.1); }
  876. 20% {
  877. -o-transform: scale(1.1, 1.1);
  878. transform: scale(1.1, 1.1); }
  879. 35% {
  880. -o-transform: scale(1.2, 1.2);
  881. transform: scale(1.2, 1.2); } }
  882. @keyframes btn {
  883. 0%, 100% {
  884. -webkit-transform: scale(1, 1);
  885. -moz-transform: scale(1, 1);
  886. -o-transform: scale(1, 1);
  887. transform: scale(1, 1); }
  888. 15% {
  889. -webkit-transform: scale(1.1, 1.1);
  890. -moz-transform: scale(1.1, 1.1);
  891. -o-transform: scale(1.1, 1.1);
  892. transform: scale(1.1, 1.1); }
  893. 20% {
  894. -webkit-transform: scale(1.1, 1.1);
  895. -moz-transform: scale(1.1, 1.1);
  896. -o-transform: scale(1.1, 1.1);
  897. transform: scale(1.1, 1.1); }
  898. 35% {
  899. -webkit-transform: scale(1.2, 1.2);
  900. -moz-transform: scale(1.2, 1.2);
  901. -o-transform: scale(1.2, 1.2);
  902. transform: scale(1.2, 1.2); } }