WXtrialInterface.css 15 KB

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