WXtrialInterface.css 15 KB

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