main.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  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: "Source Han Sans CN" ,"Arial"; }
  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. .delay16 {
  419. -webkit-animation-delay: 3.2s;
  420. -moz-animation-delay: 3.2s;
  421. -o-animation-delay: 3.2s;
  422. animation-delay: 3.2s; }
  423. .delay17 {
  424. -webkit-animation-delay: 3.4s;
  425. -moz-animation-delay: 3.4s;
  426. -o-animation-delay: 3.4s;
  427. animation-delay: 3.4s; }
  428. .delay18 {
  429. -webkit-animation-delay: 3.6s;
  430. -moz-animation-delay: 3.6s;
  431. -o-animation-delay: 3.6s;
  432. animation-delay: 3.6s; }
  433. .delay19 {
  434. -webkit-animation-delay: 3.8s;
  435. -moz-animation-delay: 3.8s;
  436. -o-animation-delay: 3.8s;
  437. animation-delay: 3.8s; }
  438. .delay20 {
  439. -webkit-animation-delay: 4s;
  440. -moz-animation-delay: 4s;
  441. -o-animation-delay: 4s;
  442. animation-delay: 4s; }
  443. .time0 {
  444. -webkit-animation-duration: 0s;
  445. -moz-animation-duration: 0s;
  446. -o-animation-duration: 0s;
  447. animation-duration: 0s; }
  448. .time1 {
  449. -webkit-animation-duration: 0.2s;
  450. -moz-animation-duration: 0.2s;
  451. -o-animation-duration: 0.2s;
  452. animation-duration: 0.2s; }
  453. .time2 {
  454. -webkit-animation-duration: 0.4s;
  455. -moz-animation-duration: 0.4s;
  456. -o-animation-duration: 0.4s;
  457. animation-duration: 0.4s; }
  458. .time3 {
  459. -webkit-animation-duration: 0.6s;
  460. -moz-animation-duration: 0.6s;
  461. -o-animation-duration: 0.6s;
  462. animation-duration: 0.6s; }
  463. .time4 {
  464. -webkit-animation-duration: 0.8s;
  465. -moz-animation-duration: 0.8s;
  466. -o-animation-duration: 0.8s;
  467. animation-duration: 0.8s; }
  468. .time5 {
  469. -webkit-animation-duration: 1s;
  470. -moz-animation-duration: 1s;
  471. -o-animation-duration: 1s;
  472. animation-duration: 1s; }
  473. .time6 {
  474. -webkit-animation-duration: 1.2s;
  475. -moz-animation-duration: 1.2s;
  476. -o-animation-duration: 1.2s;
  477. animation-duration: 1.2s; }
  478. .time7 {
  479. -webkit-animation-duration: 1.4s;
  480. -moz-animation-duration: 1.4s;
  481. -o-animation-duration: 1.4s;
  482. animation-duration: 1.4s; }
  483. .time8 {
  484. -webkit-animation-duration: 1.6s;
  485. -moz-animation-duration: 1.6s;
  486. -o-animation-duration: 1.6s;
  487. animation-duration: 1.6s; }
  488. .time9 {
  489. -webkit-animation-duration: 1.8s;
  490. -moz-animation-duration: 1.8s;
  491. -o-animation-duration: 1.8s;
  492. animation-duration: 1.8s; }
  493. .time10 {
  494. -webkit-animation-duration: 2s;
  495. -moz-animation-duration: 2s;
  496. -o-animation-duration: 2s;
  497. animation-duration: 2s; }
  498. .time11 {
  499. -webkit-animation-duration: 2.2s;
  500. -moz-animation-duration: 2.2s;
  501. -o-animation-duration: 2.2s;
  502. animation-duration: 2.2s; }
  503. .time12 {
  504. -webkit-animation-duration: 2.4s;
  505. -moz-animation-duration: 2.4s;
  506. -o-animation-duration: 2.4s;
  507. animation-duration: 2.4s; }
  508. .time13 {
  509. -webkit-animation-duration: 2.6s;
  510. -moz-animation-duration: 2.6s;
  511. -o-animation-duration: 2.6s;
  512. animation-duration: 2.6s; }
  513. .time14 {
  514. -webkit-animation-duration: 2.8s;
  515. -moz-animation-duration: 2.8s;
  516. -o-animation-duration: 2.8s;
  517. animation-duration: 2.8s; }
  518. .time15 {
  519. -webkit-animation-duration: 3s;
  520. -moz-animation-duration: 3s;
  521. -o-animation-duration: 3s;
  522. animation-duration: 3s; }
  523. .clearfix:after {
  524. content: ".";
  525. display: block;
  526. height: 0;
  527. clear: both;
  528. visibility: hidden; }
  529. .secret-box {
  530. position: fixed;
  531. top: 0;
  532. left: 0;
  533. width: 100%;
  534. height: 100vh;
  535. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
  536. display: none;
  537. z-index: 1001; }
  538. .secret-box img {
  539. position: absolute;
  540. top: 50%;
  541. -webkit-transform: translate(0, -50%);
  542. -moz-transform: translate(0, -50%);
  543. -ms-transform: translate(0, -50%);
  544. -o-transform: translate(0, -50%);
  545. transform: translate(0, -50%); }
  546. .warp {
  547. display:none;
  548. width: 10rem;
  549. margin: 0 auto;
  550. position: relative;
  551. height: 100vh;
  552. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover; }
  553. .loading2 {
  554. display:none;
  555. position: fixed;
  556. top: 0;
  557. left: 50%;
  558. width: 10rem;
  559. height: 100vh;
  560. margin-left: -5rem;
  561. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
  562. z-index: 100;
  563. /*display: none;*/ }
  564. .loading2 .curtain-box2 {
  565. position: absolute;
  566. top: 50%;
  567. left: 50%;
  568. width: 10.42188rem;
  569. height: 14.04688rem;
  570. margin-left: -5.21094rem;
  571. background: url(../img/loading/bg21.png) no-repeat 0 0/100% auto;
  572. -webkit-transform: translate(0, -50%);
  573. -moz-transform: translate(0, -50%);
  574. -ms-transform: translate(0, -50%);
  575. -o-transform: translate(0, -50%);
  576. transform: translate(0, -50%); }
  577. .loading {
  578. position: fixed;
  579. top: 0;
  580. left: 50%;
  581. width: 10rem;
  582. height: 100vh;
  583. margin-left: -5rem;
  584. background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
  585. z-index: 120;
  586. /*display: none;*/ }
  587. .loading .curtain-box {
  588. position: absolute;
  589. top: 50%;
  590. left: 50%;
  591. width: 10.42188rem;
  592. height: 14.04688rem;
  593. margin-left: -5.21094rem;
  594. background: url(../img/loading/bg2.png) no-repeat 0 0/100% auto;
  595. -webkit-transform: translate(0, -50%);
  596. -moz-transform: translate(0, -50%);
  597. -ms-transform: translate(0, -50%);
  598. -o-transform: translate(0, -50%);
  599. transform: translate(0, -50%); }
  600. .loading .curtain-box .txt {
  601. position: absolute;
  602. top: 5.3125rem;
  603. left: 50%;
  604. width: 2.5625rem;
  605. margin-left: -1.28125rem; }
  606. .loading .curtain-box .loading-bar {
  607. position: absolute;
  608. top: 10.625rem;
  609. left: 50%;
  610. width: 7.5rem;
  611. margin-left: -3.75rem; }
  612. .loading .curtain-box .loading-bar .load-txt {
  613. font-size: 0.53125rem;
  614. color: #1e0502;
  615. text-align: center;
  616. text-shadow: 2px 2px 0 #b9b988;
  617. margin-bottom: 0.78125rem; }
  618. .loading .curtain-box .loading-bar .bar {
  619. width: 100%;
  620. height: 0.26562rem;
  621. border: 1px solid rgba(255, 255, 255, 0.5);
  622. -webkit-border-radius: 0.26562rem;
  623. -moz-border-radius: 0.26562rem;
  624. border-radius: 0.26562rem;
  625. white-space: nowrap; }
  626. .loading .curtain-box .loading-bar .bar span {
  627. width: 0;
  628. height: 100%;
  629. background: -webkit-gradient(linear, left top, right bottom, from(#00489d), to(#3478c9));
  630. background: -webkit-linear-gradient(top left, #00489d, #3478c9);
  631. background: -moz-linear-gradient(top left, #00489d, #3478c9);
  632. background: -o-linear-gradient(top left, #00489d, #3478c9);
  633. background: linear-gradient(to bottom right, #00489d, #3478c9);
  634. display: block;
  635. position: relative; }
  636. .loading .curtain-box .loading-bar .bar .icon-load {
  637. position: absolute;
  638. right: -1.40625rem;
  639. top: 50%;
  640. width: 2.15625rem;
  641. height: 1.04688rem;
  642. margin-top: -0.52344rem;
  643. background: url(../img/loading/loading_icon.png) no-repeat 0 0/100% auto; }
  644. .select-dish-box {
  645. position: absolute;
  646. top: 50%;
  647. left: 50%;
  648. width: 10rem;
  649. height: 15.53125rem;
  650. margin-left: -5rem;
  651. background: url(../img/menu_bg.png) no-repeat 0 0/100% auto;
  652. padding-top: 2.34375rem;
  653. -webkit-transform: translate(0, -50%);
  654. -moz-transform: translate(0, -50%);
  655. -ms-transform: translate(0, -50%);
  656. -o-transform: translate(0, -50%);
  657. transform: translate(0, -50%); }
  658. .select-dish-box .tt {
  659. width: 3.85938rem;
  660. margin: 0 auto;
  661. display: block; }
  662. .select-dish-box .list {
  663. margin: 1.09375rem auto 0;
  664. width: 3.82812rem; }
  665. .select-dish-box .list .item {
  666. margin-bottom: 0.9375rem; }
  667. .select-dish-box .list .item.active {
  668. -webkit-filter: grayscale(50%);
  669. filter: grayscale(50%); }
  670. .select-dish-box .confirm {
  671. width: 2.8125rem;
  672. height: 0.92188rem;
  673. margin: 0 auto;
  674. background: url(../img/select_menu_btn.png) no-repeat 0 0/100% auto;
  675. display: none; }
  676. .game-box {
  677. position: absolute;
  678. top: 0;
  679. left: 0;
  680. width: 100%;
  681. height: 100vh;
  682. z-index: 1;
  683. display: none; }
  684. .poster-mode {
  685. position: fixed;
  686. top: 0;
  687. left: 50%;
  688. width: 10rem;
  689. height: 100vh;
  690. margin-left: -5rem;
  691. z-index: 100;
  692. background: #000;
  693. display: none; }
  694. .poster-mode.poster-bg1 {
  695. background: url(../img/poster/bg1.jpg) no-repeat top center/cover; }
  696. .poster-mode.poster-bg2 {
  697. background: url(../img/poster/bg2.jpg) no-repeat top center/cover; }
  698. .poster-mode.poster-bg3 {
  699. background: url(../img/poster/bg3.jpg) no-repeat top center/cover; }
  700. .poster-mode .logo {
  701. position: absolute;
  702. top: 0.3125rem;
  703. left: 0.46875rem;
  704. width: 1.5625rem; }
  705. .poster-mode .poster-img {
  706. position: absolute;
  707. bottom: 0;
  708. left: 50%;
  709. width: 8.26562rem;
  710. margin-left: -4.13281rem; }
  711. .poster-mode .leads-box {
  712. position: absolute;
  713. top: 1.65625rem;
  714. left: 50%;
  715. width: 9.15625rem;
  716. height: 3.57812rem;
  717. margin-left: -4.57812rem;
  718. background: url(../img/leads_bg.png) no-repeat top center/100% auto;
  719. padding-top: 0.46875rem;
  720. padding-left: 2.65625rem;
  721. padding-right: 1.875rem; }
  722. .poster-mode .leads-box .form-group {
  723. border-bottom: 1px solid #c19e83; }
  724. .poster-mode .leads-box .form-group input , .poster-mode .leads-box .form-group .msg{
  725. width: 100%;
  726. height: 0.78125rem;
  727. line-height: 0.78125rem;
  728. font-size: 0.375rem;
  729. font-size: 20x;
  730. color: #c19e83;
  731. background: transparent; }
  732. .poster-mode .leads-box .user-info {
  733. position: absolute;
  734. right: 0.3125rem;
  735. top: 50%;
  736. -webkit-transform: translate(0, -50%);
  737. -moz-transform: translate(0, -50%);
  738. -ms-transform: translate(0, -50%);
  739. -o-transform: translate(0, -50%);
  740. transform: translate(0, -50%); }
  741. .poster-mode .leads-box .user-info .headimg-box {
  742. width: 1.25rem; }
  743. .poster-mode .leads-box .user-info p {
  744. font-size: 0.3125rem;
  745. width: 1.25rem;
  746. overflow: hidden;
  747. -o-text-overflow: ellipsis;
  748. text-overflow: ellipsis;
  749. display: -webkit-box;
  750. -webkit-line-clamp: 2;
  751. -webkit-box-orient: vertical;
  752. color: #743d2f;
  753. margin-top: 0.15625rem; }
  754. .poster-mode .leads-box .submit {
  755. position: absolute;
  756. bottom: -0.15625rem;
  757. left: 50%;
  758. width: 3.04688rem;
  759. margin-left: -1.52344rem; }
  760. .poster-mode .leads-box .pro {
  761. position: absolute;
  762. top: 50%;
  763. left: 0.46875rem;
  764. width: 1.82812rem;
  765. -webkit-transform: translate(0, -50%);
  766. -moz-transform: translate(0, -50%);
  767. -ms-transform: translate(0, -50%);
  768. -o-transform: translate(0, -50%);
  769. transform: translate(0, -50%); }
  770. .poster-mode .qrcode-box {
  771. position: absolute;
  772. bottom: 1.92188rem;
  773. /*right: 0.46875rem;*/
  774. right: 0.16875rem;
  775. width: 1.40625rem; }
  776. .poster-mode .qrcode-box p {
  777. /*font-size: 0.21875rem;*/
  778. font-size: 0.31875rem;
  779. color: #fff;
  780. text-align: center;
  781. overflow: hidden;
  782. text-overflow: ellipsis;
  783. display: -webkit-box;
  784. -webkit-line-clamp: 2;
  785. -webkit-box-orient: vertical;
  786. }
  787. .poster-mode .replay-btn {
  788. position: absolute;
  789. bottom: 0.70312rem;
  790. left: 1.48438rem;
  791. width: 2.8125rem; }
  792. .poster-mode .secret-btn {
  793. position: absolute;
  794. bottom: 0.70312rem;
  795. right: 1.48438rem;
  796. width: 2.8125rem; }
  797. .cut-mode2 {
  798. position: fixed;
  799. top: 0;
  800. left: 0;
  801. width: 100%;
  802. height: 100vh;
  803. z-index: 100;
  804. display: none; }
  805. .move-mode2 {
  806. position: fixed;
  807. top: 0;
  808. left: 0;
  809. width: 100%;
  810. height: 100vh;
  811. z-index: 100;
  812. display: none; }
  813. .shake-mode2 {
  814. position: fixed;
  815. top: 0;
  816. left: 0;
  817. width: 100%;
  818. height: 100vh;
  819. z-index: 100;
  820. display: none; }
  821. .shake-mode {
  822. position: fixed;
  823. top: 0;
  824. left: 0;
  825. width: 100%;
  826. height: 100vh;
  827. z-index: 100;
  828. background: rgba(0, 0, 0, 0.6);
  829. display: none; }
  830. .shake-mode .shake-dialog {
  831. position: absolute;
  832. top: 40%;
  833. left: 50%;
  834. width: 6.28125rem;
  835. -webkit-transform: translate(-50%, -50%);
  836. -moz-transform: translate(-50%, -50%);
  837. -ms-transform: translate(-50%, -50%);
  838. -o-transform: translate(-50%, -50%);
  839. transform: translate(-50%, -50%);
  840. padding-top: 0.78125rem; }
  841. .shake-mode .shake-dialog .icon {
  842. position: absolute;
  843. top: 5.625rem;
  844. left: 50%;
  845. width: 2.23438rem;
  846. margin-left: -1.11719rem; }
  847. .shake-mode .shake-dialog .fire {
  848. width: 5.98438rem;
  849. height: 10.54688rem;
  850. background: url(../img/fire.png) no-repeat 0 0;
  851. -moz-background-size: 600% 100%;
  852. background-size: 600% 100%;
  853. -webkit-animation: fire 1.5s steps(5) infinite;
  854. -moz-animation: fire 1.5s steps(5) infinite;
  855. -o-animation: fire 1.5s steps(5) infinite;
  856. animation: fire 1.5s steps(5) infinite; }
  857. .shake-mode .shake-dialog .txt {
  858. position: absolute;
  859. top: 8.35938rem;
  860. left: 50%;
  861. width: 4.96875rem;
  862. margin-left: -2.48438rem; }
  863. .anim-time {
  864. -webkit-animation-duration: 0.5 !important;
  865. -moz-animation-duration: 0.5 !important;
  866. -o-animation-duration: 0.5 !important;
  867. animation-duration: 0.5 !important; }
  868. @-webkit-keyframes fire {
  869. 0% {
  870. background-position: 0 0; }
  871. 100% {
  872. background-position: 100% 0; } }
  873. @-moz-keyframes fire {
  874. 0% {
  875. background-position: 0 0; }
  876. 100% {
  877. background-position: 100% 0; } }
  878. @-o-keyframes fire {
  879. 0% {
  880. background-position: 0 0; }
  881. 100% {
  882. background-position: 100% 0; } }
  883. @keyframes fire {
  884. 0% {
  885. background-position: 0 0; }
  886. 100% {
  887. background-position: 100% 0; } }
  888. .anim-light {
  889. -webkit-animation: light 2s ease-out infinite;
  890. -moz-animation: light 2s ease-out infinite;
  891. -o-animation: light 2s ease-out infinite;
  892. animation: light 2s ease-out infinite; }
  893. @-webkit-keyframes light {
  894. 0%, 100% {
  895. opacity: 1; }
  896. 50% {
  897. opacity: 0.7; } }
  898. @-moz-keyframes light {
  899. 0%, 100% {
  900. opacity: 1; }
  901. 50% {
  902. opacity: 0.7; } }
  903. @-o-keyframes light {
  904. 0%, 100% {
  905. opacity: 1; }
  906. 50% {
  907. opacity: 0.7; } }
  908. @keyframes light {
  909. 0%, 100% {
  910. opacity: 1; }
  911. 50% {
  912. opacity: 0.7; } }
  913. .anim-btn {
  914. -webkit-animation: btn 1s ease infinite;
  915. -moz-animation: btn 1s ease infinite;
  916. -o-animation: btn 1s ease infinite;
  917. animation: btn 1s ease infinite; }
  918. @-webkit-keyframes btn {
  919. 0%, 100% {
  920. -webkit-transform: scale(1, 1);
  921. transform: scale(1, 1); }
  922. 15% {
  923. -webkit-transform: scale(1.1, 1.1);
  924. transform: scale(1.1, 1.1); }
  925. 20% {
  926. -webkit-transform: scale(1.1, 1.1);
  927. transform: scale(1.1, 1.1); }
  928. 35% {
  929. -webkit-transform: scale(1.2, 1.2);
  930. transform: scale(1.2, 1.2); } }
  931. @-moz-keyframes btn {
  932. 0%, 100% {
  933. -moz-transform: scale(1, 1);
  934. transform: scale(1, 1); }
  935. 15% {
  936. -moz-transform: scale(1.1, 1.1);
  937. transform: scale(1.1, 1.1); }
  938. 20% {
  939. -moz-transform: scale(1.1, 1.1);
  940. transform: scale(1.1, 1.1); }
  941. 35% {
  942. -moz-transform: scale(1.2, 1.2);
  943. transform: scale(1.2, 1.2); } }
  944. @-o-keyframes btn {
  945. 0%, 100% {
  946. -o-transform: scale(1, 1);
  947. transform: scale(1, 1); }
  948. 15% {
  949. -o-transform: scale(1.1, 1.1);
  950. transform: scale(1.1, 1.1); }
  951. 20% {
  952. -o-transform: scale(1.1, 1.1);
  953. transform: scale(1.1, 1.1); }
  954. 35% {
  955. -o-transform: scale(1.2, 1.2);
  956. transform: scale(1.2, 1.2); } }
  957. @keyframes btn {
  958. 0%, 100% {
  959. -webkit-transform: scale(1, 1);
  960. -moz-transform: scale(1, 1);
  961. -o-transform: scale(1, 1);
  962. transform: scale(1, 1); }
  963. 15% {
  964. -webkit-transform: scale(1.1, 1.1);
  965. -moz-transform: scale(1.1, 1.1);
  966. -o-transform: scale(1.1, 1.1);
  967. transform: scale(1.1, 1.1); }
  968. 20% {
  969. -webkit-transform: scale(1.1, 1.1);
  970. -moz-transform: scale(1.1, 1.1);
  971. -o-transform: scale(1.1, 1.1);
  972. transform: scale(1.1, 1.1); }
  973. 35% {
  974. -webkit-transform: scale(1.2, 1.2);
  975. -moz-transform: scale(1.2, 1.2);
  976. -o-transform: scale(1.2, 1.2);
  977. transform: scale(1.2, 1.2); } }