WXtrialInterface.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. body {
  2. font-size: 0.2592592593rem;
  3. margin: 0 auto;
  4. width: 100%;
  5. min-width: 320px;
  6. }
  7. .h-player {
  8. height: 100%;
  9. overflow: hidden;
  10. background: #000;
  11. }
  12. .container {
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. user-select: none;
  17. }
  18. #video1 {
  19. display: block;
  20. width: 100%;
  21. height: 100%;
  22. top: 0px;
  23. left: 0px;
  24. opacity: 1;
  25. }
  26. #box {
  27. width: 100%;
  28. height: 100%;
  29. position: absolute;
  30. left: 0;
  31. top: 0;
  32. z-index: 9999;
  33. }
  34. .scroll {
  35. position: absolute;
  36. -webkit-overflow-scrolling: touch;
  37. top: 0;
  38. left: 0;
  39. bottom: 0;
  40. right: 0;
  41. }
  42. body:before {
  43. width: 100%;
  44. height: 100%;
  45. content: ' ';
  46. position: fixed;
  47. z-index: -1;
  48. top: 0;
  49. left: 0;
  50. background: #000;
  51. }
  52. #wine {
  53. user-select: none;
  54. -webkit-user-drag: none;
  55. position: absolute;
  56. z-index: 0;
  57. }
  58. video {
  59. display: block;
  60. width: 100%;
  61. height: 100%;
  62. z-index: 999;
  63. }
  64. canvas {
  65. display: block;
  66. width: 100%;
  67. height: 100%;
  68. z-index: 999;
  69. }
  70. /*主屏*/
  71. .control {
  72. width: 900px;
  73. overflow: hidden;
  74. margin: 0 auto;
  75. margin-top: 90px;
  76. margin-bottom: 17px;
  77. }
  78. .control-left-img {
  79. width: 26px;
  80. height: 26px;
  81. }
  82. .control-left-img img {
  83. width: 100%;
  84. height: 100%;
  85. }
  86. #mainScreen-main {
  87. user-select: none;
  88. -webkit-user-drag: none;
  89. position: relative;
  90. z-index: 0;
  91. width: 100%;
  92. height: 100%;
  93. top: 0px;
  94. background: #000;
  95. }
  96. #mocan {
  97. position: absolute;
  98. left: -269px;
  99. top: 2px;
  100. /* opacity: 0.2; */
  101. width: 901px;
  102. height: 555px;
  103. z-index: 9999;
  104. opacity: 0.7;
  105. }
  106. #no-ne {
  107. width: 100%;
  108. height: 100%;
  109. position: absolute;
  110. top: 0;
  111. background: #000000;
  112. z-index: 99999;
  113. font-size: 18px;
  114. color: #ffffff;
  115. text-align: center;
  116. }
  117. .no-ne-text {
  118. margin-top: 60%;
  119. }
  120. .no-ne-an {
  121. width: 171px;
  122. height: 47px;
  123. background: #eb6100;
  124. line-height: 47px;
  125. text-align: center;
  126. color: #ffffff;
  127. margin: 0 auto;
  128. margin-top: 20px;
  129. }
  130. .container .muted {
  131. position: absolute;
  132. right: 0.46296rem;
  133. top: 0.46296rem;
  134. z-index: 9999999;
  135. border-radius: 50%;
  136. }
  137. .muted {
  138. width: 2.62963rem;
  139. height: 2.62963rem;
  140. background-position: -1.78704rem -8.43519rem;
  141. }
  142. html {
  143. height: 100%;
  144. }
  145. .control-right-img {
  146. width: 42px;
  147. height: 42px;
  148. margin: 0 auto;
  149. margin-top: 0.6rem;
  150. }
  151. .control-right-img img {
  152. width: 100%;
  153. height: 100%;
  154. }
  155. .leftmains {
  156. width: 3.5rem;
  157. /* height: 100%; */
  158. background: #020206;
  159. position: fixed;
  160. right: -4rem;
  161. top: 0;
  162. opacity: 0.8;
  163. bottom: 50px;
  164. z-index: 1500;
  165. transition: all 0.2s ease-in;
  166. display: flex;
  167. flex-direction: column;
  168. /* margin-bottom: 50px; */
  169. }
  170. .PictureQualityMain {
  171. margin-top: 3rem;
  172. position: relative;
  173. }
  174. .PictureQuality {
  175. /* margin: 0 auto;
  176. width: 2.5rem;
  177. height: 1.8rem;
  178. line-height: 1.8rem;
  179. color: #fff;
  180. text-align: center;
  181. font-size: 15px;
  182. margin-top: 1rem; */
  183. }
  184. .avit {
  185. background: rgba(255, 255, 255, 1);
  186. color: #000 !important;
  187. border-radius: 3px;
  188. }
  189. .menu-btn.virtual-key-btn{
  190. width: 3.5rem;
  191. }
  192. .upload {
  193. margin: 0 auto;
  194. width: 3rem;
  195. /* height: 1.8rem; */
  196. line-height: 1.5rem;
  197. color: #fff;
  198. text-align: center;
  199. font-size: 16px;
  200. /* margin-top: 3rem; */
  201. }
  202. .upload+.upload {
  203. margin-top: 1rem;
  204. }
  205. .upload img {
  206. width: 1.2rem;
  207. height: 1.2rem;
  208. }
  209. .upload div {
  210. margin-top: -0.5rem;
  211. font-size: 12px;
  212. }
  213. .operation {
  214. /* position: absolute; */
  215. position: relative;
  216. margin-top: auto;
  217. /* bottom: 100px; */
  218. width: 100%;
  219. }
  220. #dormant {
  221. display: none;
  222. }
  223. .bottommains {
  224. width: 100%;
  225. height: 50px;
  226. background: #020206;
  227. position: fixed;
  228. left: 0;
  229. bottom: 0;
  230. z-index: 3;
  231. }
  232. .botmat1 {
  233. width: 33%;
  234. float: left;
  235. }
  236. .botmat1img {
  237. margin: 0 auto;
  238. width: 1.5rem;
  239. height: 1.5rem;
  240. margin-top: 0.5rem;
  241. }
  242. .botmat1img img {
  243. width: 100%;
  244. height: 100%;
  245. }
  246. .mainbox {
  247. width: 18rem;
  248. height: 10rem;
  249. background: #fff;
  250. position: fixed;
  251. top: 38%;
  252. left: 5%;
  253. border-radius: 5px;
  254. }
  255. .boxTitle {
  256. text-align: center;
  257. font-size: 18px;
  258. padding: 10px 0px;
  259. }
  260. .boxText {
  261. text-align: center;
  262. font-size: 16px;
  263. }
  264. .boxbt {
  265. width: 60%;
  266. height: 2.5rem;
  267. background: #0886f5;
  268. margin: 0 auto;
  269. font-size: 16px;
  270. text-align: center;
  271. line-height: 2.5rem;
  272. color: #fff;
  273. border-radius: 5px;
  274. margin-top: 1rem;
  275. }
  276. .sbox {
  277. width: 18rem;
  278. height: 5.5rem;
  279. background: #fff;
  280. position: fixed;
  281. top: 38%;
  282. left: 5%;
  283. border-radius: 5px;
  284. }
  285. .sboxText {
  286. padding: 17px;
  287. font-size: 16px;
  288. }
  289. .sboxbu {
  290. text-align: right;
  291. color: #0886f5;
  292. font-size: 16px;
  293. margin-right: 2rem;
  294. }
  295. .boximg {
  296. position: absolute;
  297. width: 1rem;
  298. height: 1rem;
  299. left: 45%;
  300. bottom: -22%;
  301. }
  302. #showsuss {
  303. display: none;
  304. }
  305. .loading {
  306. position: fixed;
  307. z-index: 1;
  308. left: 0;
  309. top: 0;
  310. }
  311. .mask {
  312. width: 100vw;
  313. height: 100vh;
  314. background: rgba(0, 0, 0, 0.3);
  315. position: fixed;
  316. top: 0;
  317. left: 0;
  318. z-index: 4;
  319. display: none;
  320. padding-bottom: 0.2rem;
  321. }
  322. .box-shear-plate {
  323. width: 16.25em;
  324. height: 16.875em;
  325. background: rgba(0, 0, 0, 0.6);
  326. padding-bottom: 20px;
  327. border-radius: 1.25em;
  328. position: absolute;
  329. top: 8.375em;
  330. left: 3.625em;
  331. }
  332. .close {
  333. width: 1.875rem;
  334. height: 1.875rem;
  335. position: absolute;
  336. top: 26.5875em;
  337. left: 10.8125em;
  338. }
  339. .empty {
  340. width: 8em;
  341. height: 10em;
  342. margin-top: 2.5em;
  343. margin-left: 4.125em;
  344. }
  345. .empty-txt {
  346. font-size: 0.9375em;
  347. font-weight: 400;
  348. color: #ffffff;
  349. line-height: 1.3125em;
  350. margin-top: 0.625em;
  351. text-align: center;
  352. }
  353. .title {
  354. height: 3em;
  355. line-height: 3em;
  356. text-align: center;
  357. font-size: 1em;
  358. font-weight: 500;
  359. color: #ffffff;
  360. position: relative;
  361. }
  362. .btn-clear {
  363. width: 3em;
  364. height: 1.5em;
  365. line-height: 1.5em;
  366. text-align: center;
  367. background: #3666f2;
  368. border-radius: 0.25em;
  369. position: absolute;
  370. right: 1.125em;
  371. top: 1.125em;
  372. font-size: 0.75em;
  373. color: #ffffff;
  374. }
  375. ul,
  376. li {
  377. padding: 0;
  378. margin: 0;
  379. }
  380. ul,
  381. li {
  382. list-style: none;
  383. }
  384. .slide-wrapper-content {
  385. height: 13.875em;
  386. overflow: hidden;
  387. overflow-y: scroll;
  388. }
  389. .animate-slide-start {
  390. -webkit-transition: all 0.2s ease-in-out;
  391. -moz-transition: all 0.2s ease-in-out;
  392. transition: all 0.2s ease-in-out;
  393. }
  394. .animate-slide {
  395. -webkit-transform: translate3d(-2.125em, 0, 0);
  396. -moz-transform: translate3d(-2.125em, 0, 0);
  397. transform: translate3d(-2.125em, 0, 0);
  398. }
  399. .slide-wrapper {
  400. margin: 0 1.125em 0.5em 0.625em;
  401. height: 2em;
  402. background: #fff;
  403. border-radius: 0.3125em;
  404. overflow: hidden;
  405. }
  406. .slide-scroll {
  407. height: 2em;
  408. overflow: hidden;
  409. white-space: nowrap;
  410. }
  411. .slide-content-button {
  412. width: 2.125em;
  413. height: 2em;
  414. border-radius: 0 0.3125em 0.3125em 0;
  415. display: flex;
  416. }
  417. .slide-content-button button {
  418. width: 100%;
  419. height: 100%;
  420. border: none;
  421. background: #f04646;
  422. color: #fff;
  423. font-size: 0.75em;
  424. text-align: center;
  425. }
  426. .slide-content {
  427. float: left;
  428. display: inline-block;
  429. color: #666;
  430. height: 2em;
  431. line-height: 2em;
  432. }
  433. .slide-content div {
  434. font-size: 0.8125em;
  435. margin-left: 0.625em;
  436. margin-right: 0.875em;
  437. text-align: center;
  438. overflow: hidden;
  439. text-overflow: ellipsis;
  440. white-space: nowrap;
  441. }
  442. .mask {
  443. width: 100vw;
  444. height: 100vh;
  445. background: rgba(0, 0, 0, 0.3);
  446. position: fixed;
  447. top: 0;
  448. left: 0;
  449. z-index: 4;
  450. }
  451. * {
  452. -webkit-touch-callout: none;
  453. /*系统默认菜单被禁用*/
  454. -webkit-user-select: none;
  455. /*webkit浏览器*/
  456. -khtml-user-select: none;
  457. /*早期浏览器*/
  458. -moz-user-select: none;
  459. /*火狐*/
  460. -ms-user-select: none;
  461. /*IE10*/
  462. user-select: none;
  463. }
  464. input,
  465. textarea {
  466. -webkit-user-select: auto;
  467. /*webkit浏览器*/
  468. outline: none;
  469. }
  470. .bottommains img {
  471. pointer-events: none;
  472. }
  473. .try-use-wrap,
  474. .buy-phone-wrap,
  475. .look-wrap,
  476. .apply-wrap,
  477. .time-lang-wrap,
  478. .countdown-wrap {
  479. width: 100%;
  480. height: 100%;
  481. position: fixed;
  482. top: 0;
  483. left: 0;
  484. z-index: 99;
  485. background: rgba(0, 0, 0, 0.5);
  486. display: none;
  487. }
  488. .time-lang-container,
  489. .countdown-container {
  490. width: 80%;
  491. height: 356px;
  492. position: absolute;
  493. top: 50%;
  494. left: 50%;
  495. transform: translate(-50%, -50%);
  496. background-color: #ffffff;
  497. border-radius: 0.66em;
  498. display: flex;
  499. flex-direction: column;
  500. align-items: center;
  501. }
  502. .time-lang-img,
  503. .countdown-img {
  504. width: 104px;
  505. height: 140px;
  506. }
  507. .time-lang-title,
  508. .countdown-title {
  509. margin-top: 0.34rem;
  510. font-size: 18px;
  511. font-weight: 600;
  512. color: #363636;
  513. }
  514. .time-lang-tip,
  515. .countdown-tip {
  516. margin-top: 0.28rem;
  517. font-size: 14px;
  518. color: #757580;
  519. text-align: center;
  520. }
  521. .countdown-tip2 {
  522. margin-top: 0.16rem;
  523. font-size: 14px;
  524. color: #757580;
  525. }
  526. .countdown-time {
  527. color: #00DB88;
  528. }
  529. .time-lang-btn,
  530. .countdown-btn {
  531. width: 244px;
  532. height: 50px;
  533. line-height: 50px;
  534. text-align: center;
  535. margin: auto;
  536. margin-top: 44px;
  537. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  538. border-radius: 8px;
  539. font-size: 12px;
  540. color: #FFFFFF;
  541. }
  542. .countdown-btn {
  543. margin-top: 24px;
  544. }
  545. .try-use-container {
  546. width: 80%;
  547. height: 409px;
  548. position: absolute;
  549. top: 50%;
  550. left: 50%;
  551. transform: translate(-50%, -50%);
  552. background-color: #ffffff;
  553. border-radius: 0.66em;
  554. }
  555. .apply-container {
  556. width: 80%;
  557. height: 419px;
  558. position: absolute;
  559. top: 50%;
  560. left: 50%;
  561. transform: translate(-50%, -50%);
  562. background-color: #ffffff;
  563. border-radius: 0.66em;
  564. }
  565. .apply-title {
  566. text-align: center;
  567. margin-top: 0.34rem;
  568. font-size: 16px;
  569. font-weight: 500;
  570. color: #363636;
  571. }
  572. .apply-list {
  573. height: 290px;
  574. margin-top: 16px;
  575. }
  576. .apply-item {
  577. display: flex;
  578. justify-content: space-between;
  579. align-items: center;
  580. padding: 0 18px;
  581. margin-top: 16px;
  582. }
  583. .apply-item:first-child {
  584. margin: 0;
  585. }
  586. .apply-img {
  587. width: 36px;
  588. height: 36px;
  589. border-radius: 10px;
  590. }
  591. .apply-row {
  592. flex: 1;
  593. margin-left: 10px;
  594. }
  595. .apply-row-title {
  596. width: 140px;
  597. overflow: hidden;
  598. text-overflow: ellipsis;
  599. white-space: nowrap;
  600. font-size: 16px;
  601. color: #363636;
  602. }
  603. .apply-row-down {
  604. font-size: 12px;
  605. color: #757580;
  606. }
  607. .apply-down-btn {
  608. width: 68px;
  609. height: 30px;
  610. line-height: 30px;
  611. text-align: center;
  612. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  613. border-radius: 8px;
  614. font-size: 12px;
  615. color: #FFFFFF;
  616. }
  617. .apply-list-change {
  618. width: 244px;
  619. height: 50px;
  620. line-height: 50px;
  621. text-align: center;
  622. margin: auto;
  623. margin-top: 14px;
  624. background: linear-gradient(225deg, #FF62F8 0%, #FF9D5C 100%);
  625. border-radius: 8px;
  626. font-size: 12px;
  627. color: #FFFFFF;
  628. }
  629. .apply-close {
  630. width: 1.875rem;
  631. height: 1.875rem;
  632. position: absolute;
  633. bottom: -3.2em;
  634. left: 50%;
  635. transform: translateX(-50%);
  636. }
  637. .time-close-wrap {
  638. width: 5.46em;
  639. height: 2em;
  640. line-height: 2em;
  641. text-align: center;
  642. position: absolute;
  643. top: 0.24em;
  644. right: 0.3em;
  645. background: rgba(0, 0, 0, 0.49);
  646. border-radius: 1.26em;
  647. font-size: 12px;
  648. color: #ffffff;
  649. }
  650. .bug-wrap {
  651. width: 90%;
  652. height: 115px;
  653. background: #ffffff;
  654. border-radius: 10px;
  655. position: absolute;
  656. top: 50%;
  657. left: 50%;
  658. transform: translate(-50%, -50%);
  659. }
  660. .bug-title {
  661. text-align: center;
  662. margin: 25px 0;
  663. font-size: 18px;
  664. font-weight: 600;
  665. color: #333333;
  666. }
  667. .btn-list {
  668. width: 100%;
  669. height: 44px;
  670. line-height: 44px;
  671. border-top: 1px solid rgba(238, 238, 238, 1);
  672. position: absolute;
  673. bottom: 0;
  674. left: 0;
  675. display: flex;
  676. align-items: center;
  677. }
  678. .btn {
  679. flex: 1;
  680. text-align: center;
  681. }
  682. .cannel-btn {
  683. font-size: 18px;
  684. color: #666666;
  685. }
  686. .go-bug {
  687. font-size: 18px;
  688. color: #3b7fff;
  689. border-left: 1px solid rgba(238, 238, 238, 1);
  690. }
  691. .dialog {
  692. position: fixed;
  693. top: 0;
  694. left: 0;
  695. right: 0;
  696. bottom: 0;
  697. height: 100vh;
  698. width: 100vw;
  699. z-index: 100;
  700. /* width: 70vw; */
  701. /* border-image: linear-gradient(#76ccff, #c328ff); */
  702. /* border: 1px solid #000; */
  703. /* border-radius: 20px; */
  704. flex-direction: column;
  705. align-items: center;
  706. justify-content: center;
  707. box-sizing: border-box;
  708. display: none;
  709. }
  710. .dialog-mask {
  711. background-color: rgba(0, 0, 0, 0.6);
  712. position: absolute;
  713. top: 0;
  714. left: 0;
  715. right: 0;
  716. bottom: 0;
  717. width: 100%;
  718. height: 100%;
  719. z-index: 0;
  720. }
  721. .dialog.show {
  722. display: flex;
  723. }
  724. .dialog * {
  725. box-sizing: inherit;
  726. }
  727. .dialog-content-border {
  728. width: 70vw;
  729. /* height: 70vw; */
  730. z-index: 1;
  731. position: relative;
  732. }
  733. .dialog-content {
  734. width: 100%;
  735. /* height: 100%; */
  736. background-color: #000;
  737. color: #fff;
  738. display: flex;
  739. flex-direction: column;
  740. }
  741. .dialog-header {
  742. display: flex;
  743. align-items: center;
  744. justify-content: space-between;
  745. height: 11.2vw;
  746. padding: 0 5vw;
  747. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  748. }
  749. .dialog-btn {
  750. padding: 0.5rem;
  751. line-height: 1;
  752. color: rgba(255, 255, 255, 0.6);
  753. }
  754. .dialog-btn.confirm {
  755. color: #fff;
  756. }
  757. #set-phone-size-dialog .dialog-content-border {
  758. overflow: hidden;
  759. padding: 1px;
  760. border-radius: 20px;
  761. background: linear-gradient(180deg,
  762. rgba(118, 204, 255, 1),
  763. rgba(195, 40, 255, 1));
  764. }
  765. #set-phone-size-dialog .dialog-content {
  766. overflow: hidden;
  767. border-radius: 20px;
  768. background-color: #000000;
  769. }
  770. .menu-btn {
  771. margin: 0 auto;
  772. width: 2.5rem;
  773. line-height: 1.8rem;
  774. color: #fff;
  775. text-align: center;
  776. font-size: 12px;
  777. margin-top: 1rem;
  778. }
  779. #phone-size-list {
  780. /* margin-top: 2vw; */
  781. padding: 4vw 0;
  782. }
  783. .phone-size-item {
  784. height: 11.7333vw !important;
  785. /* text-align: center; */
  786. color: rgba(255, 255, 255, 0.6);
  787. font-size: 3.7333vw;
  788. display: flex;
  789. align-items: center;
  790. justify-content: center;
  791. }
  792. .phone-size-item.active {
  793. color: #fff;
  794. font-size: 4.2667vw;
  795. background-image: url('../../static/img/phone-size-active.png');
  796. background-size: 70% 100%;
  797. background-position: center center;
  798. background-repeat: no-repeat;
  799. }
  800. #box {
  801. display: flex;
  802. align-items: center;
  803. justify-content: center;
  804. }
  805. #playCanvas {
  806. flex: none;
  807. }
  808. #playCanvas.vertical {
  809. position: relative;
  810. transform: rotate(0deg);
  811. transform-origin: center center;
  812. width: 100vw;
  813. height: calc(100vh - 50px);
  814. }
  815. #playCanvas.horizontal {
  816. position: relative;
  817. transform: rotate(90deg);
  818. transform-origin: center center;
  819. width: calc(100vh - 50px);
  820. height: 100vw;
  821. }
  822. .count-view {
  823. min-width: 5.16rem;
  824. height: 1.63rem;
  825. background: rgba(0, 0, 0, 0.6);
  826. border-radius: 1.13rem;
  827. position: absolute;
  828. top: 0.45rem;
  829. right: 0.45rem;
  830. padding: 0.31rem 0.27rem 0.31rem 0.45rem;
  831. box-sizing: border-box;
  832. color: #ffffff;
  833. font-weight: 500;
  834. font-size: 0.72rem;
  835. font-weight: 500;
  836. margin: 0 0.18rem;
  837. z-index: 10000;
  838. display: none;
  839. }
  840. .fnca {
  841. display: flex;
  842. flex-wrap: nowrap;
  843. justify-content: space-around;
  844. align-items: center;
  845. }
  846. .wh22 {
  847. width: 0.99rem;
  848. height: 0.99rem;
  849. }
  850. .line {
  851. width: 1px;
  852. height: 0.81rem;
  853. background: #FFFFFF;
  854. border-radius: 1px;
  855. opacity: 0.3;
  856. }
  857. /* .dialog-jifei {
  858. width: 13.26rem;
  859. height: 13.17rem;
  860. background: #FFFFFF;
  861. border-radius: 0.36rem;
  862. position: fixed;
  863. top: 8.15rem;
  864. left: calc(50% - 6.63rem);
  865. display: none;
  866. } */
  867. .w100h130 {
  868. width: 4.52rem;
  869. display: block;
  870. height: 5.88rem;
  871. margin: 0 auto;
  872. }
  873. .fs16 {
  874. font-size: 0.72rem;
  875. font-weight: 500;
  876. color: #363636;
  877. text-align: center;
  878. }
  879. .fs14 {
  880. font-size: 0.63rem;
  881. color: #757580;
  882. line-height: 0.9rem;
  883. margin-top: 0.45rem;
  884. text-align: center;
  885. }
  886. .c00DB88 {
  887. color: #00DB88;
  888. }
  889. .jishi-close-icon {
  890. width: 9.375rem;
  891. height: 1.81rem;
  892. background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
  893. border-radius: 0.36rem;
  894. font-size: 0.72rem;
  895. font-weight: 500;
  896. color: #FFFFFF;
  897. line-height: 1.81rem;
  898. text-align: center;
  899. margin: 0.9rem auto 0;
  900. }