main.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. @charset "utf-8";
  2. body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
  3. ul,ol{list-style:none;}
  4. a{text-decoration:none;}
  5. html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
  6. body{line-height:1.5;}
  7. body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
  8. b,strong{font-weight:bold;}
  9. i,em{font-style:normal;}
  10. table{border-collapse:collapse;border-spacing:0;}
  11. table th,table td{border:1px solid #ddd;padding:5px;}
  12. table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
  13. img{border:0 none;width:auto\9;max-width:100%;vertical-align:top;}
  14. button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
  15. button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
  16. button[disabled],input[disabled]{cursor:default;}
  17. input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
  18. input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
  19. input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
  20. @media screen and (-webkit-min-device-pixel-ratio:0){input{line-height:normal!important;}}
  21. select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
  22. article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
  23. audio,canvas,video,progress{display:inline-block;}
  24. a,input,button{outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-focus-ring-color: rgba(0, 0, 0, 0);}
  25. button,input{outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-modify: read-write-plaintext-only;}
  26. .loader {
  27. width: 4rem;
  28. height: 4rem;
  29. font-size: 10px;
  30. position: relative;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. margin: 2rem auto 0;
  35. }
  36. .g-doc{
  37. width: 7.5rem;
  38. margin: 0 auto;
  39. position: relative;
  40. }
  41. .loader .face {
  42. position: absolute;
  43. border-radius: 50%;
  44. border-style: solid;
  45. animation: animate 3s linear infinite;
  46. }
  47. .loader .face:nth-child(1) {
  48. width: 100%;
  49. height: 100%;
  50. color: #bbc5ff;
  51. /* border-color: currentColor transparent transparent currentColor; */
  52. /* border-width: 0.2em 0.2em 0em 0em; */
  53. --deg: -45deg;
  54. animation-direction: normal;
  55. }
  56. .loader .face:nth-child(2) {
  57. width: 70%;
  58. height: 70%;
  59. color: #bbc5ff;
  60. /* border-color: currentColor currentColor transparent transparent; */
  61. /* border-width: 0.2em 0em 0em 0.2em; */
  62. --deg: -135deg;
  63. animation-direction: reverse;
  64. }
  65. .loader .face .circle {
  66. position: absolute;
  67. width: 50%;
  68. height: 0.1em;
  69. top: 50%;
  70. left: 50%;
  71. background-color: transparent;
  72. transform: rotate(var(--deg));
  73. transform-origin: left;
  74. }
  75. .loader .face .circle::before {
  76. position: absolute;
  77. top: -0.5em;
  78. right: -0.5em;
  79. content: '';
  80. width: 1em;
  81. height: 1em;
  82. background-color: currentColor;
  83. border-radius: 50%;
  84. box-shadow: 0 0 2em,
  85. 0 0 4em,
  86. 0 0 6em,
  87. 0 0 8em,
  88. 0 0 10em,
  89. 0 0 0 0.5em rgba(255, 255, 0, 0.1);
  90. }
  91. @keyframes animate {
  92. to {
  93. transform: rotate(1turn);
  94. }
  95. }
  96. body{
  97. background: url(../img/bg2.jpg) center top;
  98. }
  99. .cov{ position: absolute; }
  100. .g-inner{margin: 0 auto;width: 7.5rem;overflow: hidden;}
  101. .cov1{left: 50%;top: 3.3rem;width: 2.4rem;margin-left: -1.2rem;/* border: solid #71a3fd 2px; */border-radius: 50%;}
  102. .cov2{left: 50%;top: 10.5rem;margin-left: -1.5rem;width: 3rem;font-size: .3rem;text-align: center;}
  103. .cov1 .userface{width: 2.2rem;height: 2.2rem;margin: 0 auto;}
  104. .gstart .cov3{}
  105. .cov3{left: 50%;top: 9rem;width: 2rem;height: 1rem;line-height: 1rem;margin-left: -1rem;text-align: center;font-size: .5rem;color: #FFF;font-weight: bold;border-radius: .2rem;}
  106. .cov4{right: 50%;top: 8.5rem;width: 2rem;margin-right: -1rem;opacity: 0;}
  107. .ready .cov4{opacity:1;top:3rem;right: 1.5rem;}
  108. .ready .cov4 .userface{
  109. width: 1.5rem;
  110. height: 1.5rem;
  111. }
  112. .ready .cov4 .name{
  113. width: 2.5rem;
  114. height: 1.5rem;
  115. top: 1.8rem;
  116. }
  117. .userface{border-radius: 50%;overflow: hidden;background-color: #000;display: block;}
  118. .cov4 .userface{width: 2.0rem;height: 2.0rem;float: right;/* opacity: 0; */}
  119. .doing .cov1{left: -.5rem;margin: 0;top: 1rem;background: #32deec;border-radius: 1rem;width: 4.3rem;border: 0;background: url(../img/user0.png);background-size: 4.3rem;height: 1rem;z-index: 1;}
  120. .num{opacity: 0;color: #FFF;FONT-SIZE: 0.6REM;position: absolute;top: 0;text-shadow: 0px 0px 6px #7f8dde;}
  121. .doing .num{opacity: 1;line-height: .8rem;text-align: center;text-shadow: 2px 2px 0px #820b3e;}
  122. .doing .cov1 .num{
  123. /* color: #FFF; */
  124. /* FONT-SIZE: 0.5REM; */
  125. left: 2.3rem;
  126. }
  127. .doing .cov4 .num{
  128. left: .8rem;
  129. }
  130. .doing .cov4,.end .cov4{right: 50%;top: 10rem;width: 2rem;margin-left: -1rem;}
  131. .doing .cov4{right: -.4rem;top: 2rem;width: 4rem;border-radius: 1rem;margin-right: 0rem;height: 1rem;background: url(../img/user1.png);background-size: 4.3rem;z-index: 10;opacity: 1;}
  132. .doing .cov1 .userface{width: 1.0rem;height: 1.0rem;left: .8rem;background: url(../img/user0-face.png);background-size: 100%;}
  133. .doing .cov2 , .doing .loading{opacity: 0;position: absolute;left: 50%;margin-left: -2.3rem;}
  134. .doing .cov3{top: 0rem;z-index: 30;}
  135. .doing .userface{position: absolute;top: -.5rem;}
  136. .cov .name{
  137. color: #fff;
  138. font-style: normal;
  139. position: absolute;
  140. left: .8rem;
  141. font-size: .35rem;
  142. top: 1rem;
  143. left: .2rem;
  144. width: 2rem;
  145. text-align: center;
  146. text-shadow: 2px 2px 0px #820b3e;
  147. }
  148. .cov4 .name{left: 1.7rem;top: -1.2rem;}
  149. .gstart .name{top: 3.4rem;width: 2rem;height: .5rem;left: 50%;margin-left: -1rem;text-align: center;overflow: hidden;}
  150. .gstart .cov4 .name{left: 46%;}
  151. .doing.gstart .name{top: inherit;}
  152. .doing.gstart .cov4 .name{left: 2.0rem;top: -1rem;height: .5rem;}
  153. .doing .qs-item{display:block;width: 5.50rem;}
  154. .doing .cov4 .userface{opacity:1;width: 1rem;height: 1rem;left: 2.3rem;background: url(../img/user0-face.png);background-size: 100%;}
  155. .doing .userface img{
  156. padding: 0.1rem;
  157. width: .8rem;
  158. border-radius: 50%;
  159. }
  160. .qs-item{padding: 3.8rem 1rem 0;display: none;position: absolute;left: 0;top: 0;z-index: 99;}
  161. .qs-item .tit{color: #FFF;font-size: .4rem;text-align: center;display: block;margin-bottom: .2rem;min-height: 1rem;}
  162. .qs-item .list{
  163. margin: 0 auto;
  164. width: 4.4rem;
  165. }
  166. .qs-item li{
  167. width: 4.46rem;
  168. height: .95rem;
  169. border-radius: 1.15rem;
  170. color: #8400b1;
  171. background-color: #FFF;
  172. text-align: center;
  173. line-height: 1.15rem;
  174. margin-bottom: .5rem;
  175. overflow: hidden;
  176. }
  177. .qs-item li:nth-child(2n){
  178. -webkit-animation-name: bounceInLeft;
  179. animation-name: bounceInLeft;
  180. -webkit-animation-duration: .5s;
  181. animation-duration: .5s;
  182. -webkit-animation-fill-mode: both;
  183. animation-fill-mode: both;
  184. }
  185. .qs-item li:nth-child(2n-1){
  186. -webkit-animation-name: bounceInRight;
  187. animation-name: bounceInRight;
  188. -webkit-animation-duration: .5s;
  189. animation-duration: .5s;
  190. -webkit-animation-fill-mode: both;
  191. animation-fill-mode: both;
  192. }
  193. .qs-item li.answer {
  194. overflow: hidden;
  195. width: 4.46rem;
  196. height: 1.2rem;
  197. line-height: 1.2rem;
  198. margin: 0;
  199. /* background: url(../img/check.png) no-repeat center; */
  200. background-color: #FFF;
  201. border: 0;
  202. background-size: 100%;
  203. color: #222e71;
  204. font-size: .44rem;
  205. float: left;
  206. margin-bottom: .3rem;
  207. box-shadow: 0 0.1rem 0rem #7e8cdd;
  208. position: relative;
  209. }
  210. .result .btn.on,.rulebtn.on{
  211. box-shadow: 0 0 1rem #FFEB3B;
  212. border-radius: .15rem;
  213. }
  214. .qs-item li.on{
  215. background-color:#8BC34A;
  216. color: #FFF;
  217. box-shadow: 0 0.1rem 0rem #4CAF50;
  218. }
  219. .qs-item li.cur_answer{
  220. background-color:#009688;
  221. color: #FFF;
  222. box-shadow: 0 0.1rem 0rem #00706f;
  223. /* background: url(../img/check-true.png) no-repeat center; */background-size:100%;color: #FFF;box-shadow: 0 0.1rem 0rem #7e8cdd;}
  224. .qs-item .cur_answer.cur_error{/* background: url(../img/check-error.png) no-repeat center; */background-size:100%;color: #FFF;background: #ff5970;box-shadow: 0 0.1rem 0rem #931325;}
  225. .qs-item li.cur_true{
  226. background-color:#8BC34A;
  227. color: #FFF;
  228. box-shadow: 0 0.1rem 0rem #4CAF50;
  229. }
  230. .qs-item li.player_true em::after{
  231. content:"";
  232. position:absolute;
  233. right: 0.3rem;
  234. top: .3rem;
  235. width: .35rem;
  236. height: .35rem;
  237. border: solid .1rem #c3c3c3;
  238. border-radius: 50%;
  239. }
  240. .qs-item li.player_error em::before{content:"";position:absolute;right: .5rem;top: .5rem;width: .5rem;height: .1rem;background: #c3c3c3;border-radius: .1rem;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
  241. .qs-item li.player_error em::after{
  242. content:"";
  243. content: "";
  244. position: absolute;
  245. right: .7rem;
  246. top: .3rem;
  247. width: .1rem;
  248. height: .5rem;
  249. background: #c3c3c3;
  250. border-radius: .1rem;
  251. -webkit-transform: rotate(-45deg);
  252. transform: rotate(-45deg);
  253. }
  254. .qs-item .cur_answer.cur_error::before{content:"";position:absolute;left: .5rem;top: .5rem;width: .5rem;height: .1rem;background: #FFF;border-radius: .1rem;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
  255. .qs-item .cur_answer.cur_error::after{
  256. content:"";
  257. content: "";
  258. position: absolute;
  259. left: .7rem;
  260. top: .3rem;
  261. width: .1rem;
  262. height: .5rem;
  263. background: #FFF;
  264. border-radius: .1rem;
  265. -webkit-transform: rotate(-45deg);
  266. transform: rotate(-45deg);
  267. }
  268. .qs-item li.cur_answer.cur_true::before{content:"";position:absolute;left: 0.3rem;top: .3rem;width: .35rem;height: .35rem;border: solid .1rem #FFF;border-radius: 50%;}
  269. .qs-item .page{text-align: center;color: #fff;font-size: .3rem;clear: both;}
  270. .end .qs-item{display: none;}
  271. .result{width: 6.12rem;height: 9rem;margin: 4.8rem 0.7rem 0;background-color: #FFF;display: none;position: relative;}
  272. .end .result{display: block;background: url(../img/item.png) no-repeat center top;background-size: 100%;}
  273. .top-icon{width: 2.33rem;height: 3rem;background-size: 100%;display: block;position: absolute;top: -0.86rem;left: 50%;margin-left: -1.165rem;text-align: center;}
  274. .top-icon.success{background: url(../img/success.png) no-repeat;background-size: 100%;}
  275. .top-icon.faild{background: url(../img/fail.png) no-repeat;background-size: 100%;}
  276. .result .live{color: #FFF;text-align: center;display: block;margin-top: 1.2rem;float: left;width: 100%;margin-bottom: 1rem;/* display: none; */text-indent: -33em;overflow: hidden;}
  277. .result .btn{
  278. display: block;
  279. width: 2.46rem;
  280. height: 1rem;
  281. margin: 0 auto .3rem;
  282. text-align: center;
  283. clear: both;
  284. color: #FFF;
  285. line-height: 1.15rem;
  286. font-size: .45rem;
  287. text-indent: -44em;
  288. overflow: hidden;
  289. }
  290. .result .btn1{
  291. background: url(../img/again.png);
  292. background-size: 100%;
  293. }
  294. .result .btn2{
  295. background: url(../img/back-home.png);
  296. background-size: 100%;
  297. }
  298. .amt{
  299. transition: all .3s;
  300. -webkit-transition: all .3s;
  301. }
  302. .loading{
  303. position: absolute;
  304. left: 50%;
  305. top: .4rem;
  306. width: 4rem;
  307. margin-left: -2rem;
  308. }
  309. #start_game.layui-btn {
  310. display:inline-block;
  311. width: 2.66rem;
  312. height: 3.12rem;
  313. line-height:38px;
  314. padding:0 18px;
  315. color:#fff;
  316. white-space:nowrap;
  317. text-align:center;
  318. font-size:14px;
  319. border:none;
  320. border-radius:2px;
  321. cursor:pointer;
  322. background: url(../img/start.png) no-repeat center;
  323. background-size: 100%;
  324. text-indent: -33em;
  325. overflow: hidden;
  326. position: absolute;
  327. left: 2.46rem;
  328. top: 7.4rem;
  329. z-index: 9;
  330. -webkit-animation-name: swing;
  331. animation-name: swing;
  332. -webkit-animation-duration: 2s;
  333. animation-duration: 2s;
  334. -webkit-animation-fill-mode: both;
  335. animation-fill-mode: both;
  336. -webkit-animation-iteration-count: infinite;
  337. animation-iteration-count: infinite;
  338. }
  339. .layui-btn+.layui-btn {
  340. margin-left:10px
  341. }
  342. .welcome{background: url(../img/bg1.png) no-repeat center bottom;height: 13.4rem;background-size: 7.5rem;}
  343. .welcome .covtit1{
  344. background: url(../img/tit1.png) no-repeat;
  345. background-size: 100%;
  346. width: 2.12rem;
  347. height: 2.34rem;
  348. left: .4rem;
  349. top: .4rem;
  350. -webkit-animation-name: wobble;
  351. animation-name:wobble;
  352. -webkit-animation-duration: 3s;
  353. animation-duration: 3s;
  354. -webkit-animation-fill-mode:both;
  355. animation-fill-mode:both;
  356. -webkit-animation-iteration-count: infinite;
  357. animation-iteration-count:infinite;
  358. }
  359. .welcome .covtit2{
  360. background: url(../img/tit2.png) no-repeat bottom;
  361. background-size: 100%;
  362. width: 6.63rem;
  363. height: 5.46rem;
  364. left: .4rem;
  365. top: 2rem;
  366. -webkit-animation-name: pulse;
  367. animation-name: pulse;
  368. -webkit-animation-duration: 2s;
  369. animation-duration: 2s;
  370. -webkit-animation-fill-mode: both;
  371. animation-fill-mode: both;
  372. -webkit-animation-iteration-count: infinite;
  373. animation-iteration-count: infinite;
  374. }
  375. .gstart{display:none}
  376. .vsmov .cov4{
  377. top: 8rem;
  378. }
  379. .vsmov.doing .win_rate{opacity:1;font-size: .34rem;font-weight: bold;margin-left: -.2rem;}
  380. .doing .win_rate{opacity:0; }
  381. .vsmov.doing #py2_score,.vsmov.doing #py1_score{opacity:0}
  382. .vsmov .vspic{
  383. display:block;
  384. opacity:1;
  385. width:3.8rem;
  386. height:3.2rem;
  387. left:50%;
  388. margin-left:-1.9rem;
  389. top: 3rem;
  390. background:url(../img/vs.png) no-repeat bottom;
  391. background-size: 100%;
  392. -webkit-animation-name: flip;
  393. animation-name:flip;
  394. -webkit-animation-duration: 1s;
  395. animation-duration: 1s;
  396. -webkit-animation-fill-mode:both;
  397. animation-fill-mode:both;
  398. -webkit-animation-iteration-count: 1;
  399. animation-iteration-count:1;
  400. }
  401. .vsmov .cov1{
  402. -webkit-animation-name: bounceInLeft;
  403. animation-name:bounceInLeft;
  404. -webkit-animation-duration: 1s;
  405. animation-duration: 1s;
  406. -webkit-animation-fill-mode:both;
  407. animation-fill-mode:both;
  408. -webkit-animation-iteration-count: 1;
  409. animation-iteration-count:1;
  410. }
  411. .vsmov .cov4{
  412. -webkit-animation-name: bounceInRight;
  413. animation-name:bounceInRight;
  414. -webkit-animation-duration: 1s;
  415. animation-duration: 1s;
  416. -webkit-animation-fill-mode:both;
  417. animation-fill-mode:both;
  418. -webkit-animation-iteration-count: 1;
  419. animation-iteration-count:1;
  420. }
  421. .popwind{width:6.05rem;height:6.98rem;position: absolute;left: 0.8rem;top: 2.5rem;background: url(../img/rulebg.png);background-size: 100%;display: none;z-index: 99;}
  422. .popwind .art{
  423. padding: 1.1rem .82rem .4rem;
  424. height: 4rem;
  425. color: #c0caff;
  426. font-size: .32rem;
  427. }
  428. .popwind .close{
  429. width: 2.46rem;
  430. height: 1rem;
  431. display: block;
  432. margin: 0 auto;
  433. background: url(../img/enter.png);
  434. background-size: 100%;
  435. }
  436. .welcome .rulebtn{
  437. display: block;
  438. width: 1.24rem;
  439. height: .72rem;
  440. background: url(../img/rule.png);
  441. background-size: 100%;
  442. position: absolute;
  443. left: 6rem;
  444. top: .5rem;
  445. }
  446. .popbg{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 90;}
  447. .covxlz{width: 2.86rem;left: 50%;margin-left: -1.43rem;top: 11.5rem;height: 1rem;border-radius: .5rem;background-color: #a7a8c5;line-height: 1rem;text-align: center;color: #222e71;}
  448. .con {
  449. position:relative;
  450. display:inline-block;
  451. height: 1.6rem;
  452. width: 1.6rem;
  453. background: url(../img/djs-bg.png);
  454. background-size: 100%;
  455. /* padding: .1rem; */
  456. }
  457. .doing .covxlz{display:none}
  458. .end .covxlz{display:block}
  459. .percent-circle {
  460. position:absolute;
  461. height:100%;
  462. background: #FFF;
  463. overflow: hidden;
  464. }
  465. .percent-circle-right {
  466. right:0;
  467. width: .8rem;
  468. border-radius: 0 .8rem .8rem 0/0 .8rem .8rem 0;
  469. }
  470. .percent-circle-right .right-content{
  471. position: absolute;
  472. content: '';
  473. width: 100%;
  474. height: 100%;
  475. transform-origin:left center;
  476. transform: rotate(0deg);
  477. border-radius: 0 .8rem .8rem 0/0 .8rem .8rem 0;
  478. background: #f49136;
  479. }
  480. .percent-circle-left {
  481. width:.8rem;
  482. border-radius: .8rem 0 0 .8rem/.8rem 0 0 .8rem;
  483. }
  484. .percent-circle-left .left-content {
  485. position: absolute;
  486. content: '';
  487. width: 100%;
  488. height: 100%;
  489. transform-origin:right center;
  490. transform: rotate(0deg);
  491. border-radius: .8rem 0 0 .8rem/.8rem 0 0 .8rem;
  492. background: #f49136;
  493. }
  494. .text-circle {
  495. position: absolute;
  496. display:flex;
  497. align-items: center;
  498. justify-content: center;
  499. height:80%;
  500. width:80%;
  501. left:10%;
  502. top:10%;
  503. border-radius:100%;
  504. background: #2b236e;
  505. color:#fff;
  506. text-shadow: 2px 2px 0px #820b3e;
  507. }
  508. .daoshu{
  509. -webkit-animation-name: daoshu;
  510. animation-name: daoshu;
  511. }
  512. @keyframes daoshu
  513. {
  514. from {
  515. transform: scale(1);
  516. -webkit-transform:scale(1); /* Safari 和 Chrome */
  517. color:#fff;
  518. }
  519. to {
  520. transform: scale(2);
  521. -webkit-transform:scale(2); /* Safari 和 Chrome */
  522. color:#820b3e;
  523. }
  524. }
  525. @-webkit-keyframes daoshu
  526. {
  527. from {
  528. transform: scale(1);
  529. -webkit-transform:scale(1); /* Safari 和 Chrome */
  530. color:#fff;
  531. }
  532. to {
  533. transform: scale(2);
  534. -webkit-transform:scale(2); /* Safari 和 Chrome */
  535. color:#820b3e;
  536. }
  537. }
  538. .poptis{
  539. display: inline-block;
  540. height: 28px;
  541. line-height: 28px;
  542. border-radius: 9px;
  543. background-color: #287AFF;
  544. text-align: center;
  545. color: #FFF;
  546. margin: 0 auto;
  547. display: block;
  548. position: fixed;
  549. left: 50%;
  550. top: 42%;
  551. padding: 7px 27px;
  552. font-size: 16px;
  553. z-index: 9999;
  554. }