style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. @charset "UTF-8";
  2. * {
  3. -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box; }
  6. html {
  7. height: 100%;
  8. overflow: hidden; }
  9. article, aside, footer, header, main, nav, section {
  10. display: block; }
  11. a {
  12. background: transparent;
  13. text-decoration: none;
  14. -webkit-tap-highlight-color: transparent;
  15. color: #0088cc; }
  16. .more{overflow: hidden;padding:10px;text-align: center;}
  17. .more a{display: block;font-size:0.5rem;padding:8px 0;color:#fff;margin:0 auto;background:#333;text-align:center;border-radius:3px;width:95%;}
  18. .more a:hover{text-decoration: none;color: #fff;}
  19. a:active {
  20. outline: 0; }
  21. b, strong {
  22. font-weight: bold; }
  23. img {
  24. border: 0;
  25. vertical-align: middle;
  26. display: block; }
  27. input, button {
  28. border: 0; }
  29. i, em {
  30. font-style: normal; }
  31. body, h1, h2, h3, h4, h5, p, form {
  32. margin: 0; }
  33. ul, li, dl, dd {
  34. margin: 0;
  35. padding: 0; }
  36. ul {
  37. list-style: none outside none; }
  38. .clearfix:after {
  39. content: ".";
  40. display: block;
  41. height: 0;
  42. clear: both;
  43. visibility: hidden; }
  44. .clearfix {
  45. display: block;
  46. zoom: 1; }
  47. .fl {
  48. float: left; }
  49. .fr {
  50. float: right; }
  51. .t_center {
  52. text-align: center; }
  53. .t_right {
  54. text-align: right; }
  55. .p_r {
  56. position: relative; }
  57. .p_a {
  58. position: absolute; }
  59. .zoom {
  60. overflow: hidden; }
  61. .mt015 {
  62. margin-top: 0.15rem; }
  63. .mt03 {
  64. margin-top: 0.3rem; }
  65. .mt05 {
  66. margin-top: 0.5rem; }
  67. .mt08 {
  68. margin-top: 0.8rem; }
  69. .color_2a72af {
  70. color: #2a72af; }
  71. .color_0088cc {
  72. color: #0088cc; }
  73. .color_ff7e00 {
  74. color: #ff7e00; }
  75. .color_9d9d9d {
  76. color: #9d9d9d; }
  77. .color_ff0000 {
  78. color: #ff0000; }
  79. .color_808080 {
  80. color: #808080; }
  81. .mt1 {
  82. margin-top: 1rem; }
  83. .m_auto {
  84. margin-left: auto;
  85. margin-right: auto; }
  86. a {
  87. outline: none;
  88. text-decoration: none; }
  89. a:hover {
  90. text-decoration: none; }
  91. a:-webkit-any-link:hover {
  92. text-decoration: none; }
  93. body {
  94. height: 100%;
  95. overflow: auto;
  96. font-family: 'microsoft yahei'; }
  97. .font20 {
  98. font-size: 20px; }
  99. [data-dpr="2"] .font20 {
  100. font-size: 40px; }
  101. [data-dpr="3"] .font20 {
  102. font-size: 60px; }
  103. .font16 {
  104. font-size: 16px; }
  105. [data-dpr="2"] .font16 {
  106. font-size: 32px; }
  107. [data-dpr="3"] .font16 {
  108. font-size: 48px; }
  109. .font12 {
  110. font-size: 12px; }
  111. [data-dpr="2"] .font12 {
  112. font-size: 24px; }
  113. [data-dpr="3"] .font12 {
  114. font-size: 36px; }
  115. .font14, .login_form button {
  116. font-size: 14px; }
  117. [data-dpr="2"] .font14, [data-dpr="2"] .login_form button {
  118. font-size: 28px; }
  119. [data-dpr="3"] .font14, [data-dpr="3"] .login_form button {
  120. font-size: 42px; }
  121. body {
  122. color: #4a4a4a; }
  123. .full {
  124. background: #fff;
  125. height: 100%; }
  126. .full2 {
  127. background: #efefef;
  128. height: 100%; }
  129. .full3 {
  130. background: #858a8c;
  131. height: 100%; }
  132. /*login*/
  133. .login_bg {
  134. background: url("../../images/login_bg.jpg") no-repeat;
  135. width: 10rem;
  136. height: 100%;
  137. background-size: 10rem auto; }
  138. .login {
  139. width: 9.375rem;
  140. height: 7.03125rem;
  141. background-color: #fff;
  142. border-radius: 0.2rem;
  143. padding: 0.625rem 0.46875rem;
  144. position: fixed;
  145. top: 50%;
  146. margin-top: -3.51563rem;
  147. left: 0.3125rem; }
  148. .login_hd .logo {
  149. background: url("../../images/logo.jpg") no-repeat;
  150. width: 2.375rem;
  151. height: 0.67188rem;
  152. background-size: 2.375rem auto;
  153. margin: 0.2rem 0 0 1rem; }
  154. .login_title {
  155. width: 50%;
  156. border-left: 1px solid #bfbfbf;
  157. height: 0.90625rem;
  158. color: #2a72af; }
  159. .login_form {
  160. margin-top: 0.1rem; }
  161. .model {
  162. border-bottom: 1px solid #2a72af;
  163. padding-left: 0.2rem;
  164. height: 0.78125rem;
  165. line-height: 0.78125rem;
  166. margin-top: 0.3rem; }
  167. .model span {
  168. display: block;
  169. float: left;
  170. width: 0.40625rem;
  171. height: 0.5rem;
  172. margin-top: 0.15rem;
  173. margin-right: 0.2rem; }
  174. .model .yzm_input {
  175. display: inline-block;
  176. width: 4.5rem; }
  177. .yzm {
  178. float: right;
  179. width: 3.125rem;
  180. padding-left: 0.625rem;
  181. background: #fff; }
  182. .yzm em {
  183. display: block;
  184. width: 2.5rem;
  185. height: 0.85938rem;
  186. border-radius: 0.2rem;
  187. border: 1px solid #2a72af;
  188. text-align: center;
  189. color: #2a72af; }
  190. .username_icon {
  191. background: url("../../images/username.jpg") no-repeat;
  192. background-size: 0.40625rem auto; }
  193. .password_icon {
  194. background: url("../../images/password.jpg") no-repeat;
  195. background-size: 0.40625rem auto; }
  196. .mobile_icon {
  197. background: url("../../images/mobile.jpg") no-repeat;
  198. background-size: 0.39063rem auto; }
  199. .yzm_icon {
  200. background: url("../../images/yzm.jpg") no-repeat;
  201. background-size: 0.39063rem auto; }
  202. .username_des {
  203. display: block;
  204. float: right;
  205. transform: rotate(-90deg) scale(1, 2.2);
  206. color: #2a72af;
  207. margin-right: 0.2rem; }
  208. .password_des {
  209. display: block;
  210. float: right; }
  211. .password_des a {
  212. color: #ff7e00;
  213. text-decoration: underline; }
  214. .enter {
  215. display: block;
  216. background-color: #ff7e00;
  217. height: 1rem;
  218. line-height: 1rem;
  219. color: #fff;
  220. width: 100%;
  221. border-radius: 0.1rem;
  222. margin-top: 0.2rem; }
  223. .mobile_reg {
  224. display: block;
  225. background-color: #3073ce;
  226. height: 1rem;
  227. line-height: 1rem;
  228. color: #fff;
  229. width: 100%;
  230. border-radius: 0.1rem;
  231. margin-top: 0.2rem; }
  232. .username_reg {
  233. margin-top: 0.2rem; }
  234. .username_reg a {
  235. color: #3073ce; }
  236. .username_reg .protocol {
  237. display: block;
  238. padding-left: 0.5rem;
  239. position: relative;
  240. width: 2rem;
  241. color: #3073ce; }
  242. .username_reg .protocol:before {
  243. display: block;
  244. content: '';
  245. position: absolute;
  246. width: 0.34375rem;
  247. height: 0.34375rem;
  248. left: 0;
  249. top: 0.05rem;
  250. background: url("../../images/protocol.jpg") no-repeat;
  251. background-size: 0.34375rem auto; }
  252. /*login*/
  253. .w_9 {
  254. width: 8.125rem; }
  255. .w_95 {
  256. width: 8.75rem; }
  257. /*忘记密码*/
  258. .header {
  259. background-color: #efefef;
  260. height: 1.40625rem;
  261. line-height: 1.40625rem;
  262. border-bottom: 1px solid #dfdfdf;
  263. position: relative; }
  264. .header span {
  265. display: inline-block;
  266. padding: 0 0.5rem;
  267. transform: scale(1, 1.8) translateY(-0.03rem); }
  268. .header em {
  269. display: block;
  270. width: 1.46rem;
  271. height: 1.40625rem;
  272. position: absolute;
  273. left: 0;
  274. top: 0;
  275. transform: scale(1, 1.8) translateY(-0.03rem); }
  276. /*password1*/
  277. .forget_account input {
  278. display: block;
  279. width: 100%;
  280. border-bottom: 1px solid #0088cc;
  281. height: 0.78125rem;
  282. line-height: 0.78125rem; }
  283. .forget_account_but {
  284. display: block;
  285. background-color: #3073ce;
  286. height: 1rem;
  287. line-height: 1rem;
  288. color: #fff;
  289. width: 100%;
  290. border-radius: 0.1rem; }
  291. /*password1*/
  292. /*password2*/
  293. .forget_way_hd {
  294. height: 1.34375rem;
  295. line-height: 1.34375rem;
  296. padding: 0 0.6rem;
  297. color: #4a4a4a;
  298. background-color: #fff;
  299. border-bottom: 1px solid #dfdfdf; }
  300. .forget_account_out {
  301. background-color: #fff;
  302. border-top: 1px solid #dfdfdf; }
  303. .forget_account_con {
  304. border-bottom: 1px solid #dfdfdf;
  305. padding: 0.5rem 0; }
  306. .forget_account_con h3 {
  307. height: 0.54688rem;
  308. line-height: 0.54688rem; }
  309. .mobile_icon2 {
  310. background: url("../../images/mobile2.jpg") no-repeat;
  311. background-size: 0.35938rem auto;
  312. width: 0.35938rem;
  313. height: 0.53125rem;
  314. display: inline-block;
  315. vertical-align: middle;
  316. margin-right: 0.2rem; }
  317. .email_icon2 {
  318. background: url("../../images/email2.jpg") no-repeat;
  319. background-size: 0.51563rem auto;
  320. width: 0.51563rem;
  321. height: 0.35938rem;
  322. display: inline-block;
  323. vertical-align: middle;
  324. margin-right: 0.2rem; }
  325. .forget_account_dx {
  326. width: 6.25rem;
  327. margin-top: 0.2rem;
  328. color: #9d9d9d; }
  329. .forget_account_choose {
  330. width: 1.875rem;
  331. height: 0.78125rem;
  332. line-height: 0.78125rem;
  333. border-radius: 0.1rem;
  334. border: 1px solid #2a72af;
  335. color: #2a72af; }
  336. /*password2*/
  337. /*yzm email*/
  338. .forget_jym {
  339. width: 4.8rem;
  340. height: 0.90625rem;
  341. line-height: 0.90625rem;
  342. text-indent: 0.3rem;
  343. border: 1px solid #bfbfbf;
  344. border-radius: 0.1rem;
  345. background-color: #fff; }
  346. .forget_jym input {
  347. margin-left: 0.3rem;
  348. width: 3.125rem; }
  349. .forget_jym_sent {
  350. width: 2.53125rem;
  351. height: 0.8125rem;
  352. line-height: 0.8125rem;
  353. border: 1px solid #2a72af;
  354. border-radius: 0.1rem;
  355. margin-top: 0.05rem;
  356. background: #fff; }
  357. .forget_jym_sent a {
  358. display: block;
  359. width: 100%;
  360. height: 100%;
  361. color: #2a72af; }
  362. .forget_yzm_but {
  363. display: block;
  364. background-color: #3073ce;
  365. height: 1rem;
  366. line-height: 1rem;
  367. color: #fff;
  368. border-radius: 0.1rem; }
  369. .forget_email a {
  370. color: #0088cc;
  371. text-decoration: underline; }
  372. /*yzm email*/
  373. /*确认密码*/
  374. .password_new span {
  375. display: block;
  376. float: left;
  377. width: 1.875rem;
  378. text-align: right;
  379. line-height: 1.08696rem; }
  380. .password_new input {
  381. display: block;
  382. float: left;
  383. width: 6.25rem;
  384. height: 1.08696rem;
  385. border: 1px solid #2a72af; }
  386. .password_new em {
  387. display: block;
  388. float: left;
  389. height: 1.08696rem;
  390. line-height: 1.08696rem; }
  391. .user_password_new span {
  392. display: block;
  393. float: left;
  394. width: 3.125rem;
  395. text-align: right;
  396. line-height: 1.08696rem; }
  397. .user_password_new input {
  398. display: block;
  399. float: left;
  400. width: 5rem;
  401. height: 0.9rem;
  402. border: 1px solid #2a72af; }
  403. .user_password_new em {
  404. display: block;
  405. float: left;
  406. height: 1.08696rem;
  407. line-height: 1.08696rem; }
  408. .forget_success_but {
  409. display: block;
  410. background-color: #ff7e00;
  411. height: 1rem;
  412. line-height: 1rem;
  413. color: #fff;
  414. border-radius: 0.1rem; }
  415. /*确认密码*/
  416. /*用户中心*/
  417. .home_way {
  418. padding: 0.4rem;
  419. background-color: #fff; }
  420. .home_way img {
  421. width: 1.875rem;
  422. height: 1.875rem;
  423. margin-right: 0.4rem; }
  424. .home_out {
  425. background-color: #fff; }
  426. .home_list {
  427. width: 8.90625rem;
  428. height: 1.21875rem;
  429. line-height: 1.21875rem; }
  430. .home_password {
  431. width: 0.39063rem;
  432. height: 0.5rem;
  433. background: url("../../images/password.jpg") no-repeat;
  434. background-size: 0.39063rem auto;
  435. margin-top: 0.4rem; }
  436. .home_safe {
  437. width: 0.42188rem;
  438. height: 0.46875rem;
  439. background: url("../../images/safe.jpg") no-repeat;
  440. background-size: 0.42188rem auto;
  441. margin-top: 0.4rem; }
  442. .home_money {
  443. width: 0.42188rem;
  444. height: 0.46875rem;
  445. background: url("../../images/money.jpg") no-repeat;
  446. background-size: 0.42188rem auto;
  447. margin-top: 0.4rem; }
  448. .home_mobile {
  449. width: 0.39063rem;
  450. height: 0.51563rem;
  451. background: url("../../images/mobile.jpg") no-repeat;
  452. background-size: 0.39063rem auto;
  453. margin-top: 0.38rem; }
  454. .home_email {
  455. width: 0.51563rem;
  456. height: 0.35938rem;
  457. background: url("../../images/email.jpg") no-repeat;
  458. background-size: 0.51563rem auto;
  459. margin-top: 0.5rem; }
  460. .home_last_r {
  461. width: 8.28125rem;
  462. border-bottom: #dfdfdf;}
  463. .home_list_r {
  464. width: 8.28125rem;
  465. border-bottom: 1px solid #dfdfdf; }
  466. .home_list_r > a {
  467. padding-left: 0.2rem;
  468. color: #4a4a4a;
  469. transform: scale(1, 1.8) translateY(-0.03rem); }
  470. .home_list_r i a {
  471. text-decoration: underline; }
  472. /*用户中心*/
  473. /*用户中心登录*/
  474. .home_login_m {
  475. border-bottom: 1px solid #2a72af;
  476. height: 1.2rem;
  477. line-height: 1.2rem; }
  478. .home_login_m input {
  479. margin-left: 0.2rem; }
  480. /*用户中心登录*/
  481. /*无绑定*/
  482. .no_bind {
  483. background: #fff;
  484. width: 9.375rem;
  485. height: 7.6rem;
  486. border-radius: 0.2rem;
  487. position: fixed;
  488. left: 0.3125rem;
  489. top: 50%;
  490. margin-top: -3.8rem;
  491. padding: 0.3125rem 0.625rem; }
  492. .no_bind_des {
  493. border-bottom: 1px solid #2a72af;
  494. padding-bottom: 0.2rem;
  495. line-height: 0.8rem; }
  496. .no_bind > p > a {
  497. display: block;
  498. width: 100%;
  499. height: 100%; }
  500. /*无绑定*/
  501. /*server*/
  502. .server_con {
  503. padding: 0.3rem 0.5rem;
  504. border-bottom: 1px solid #dfdfdf; }
  505. /*server*/
  506. .welfare_tab {
  507. border-bottom: 1px solid #dfdfdf; }
  508. .welfare_tab > a {
  509. display: inline-block;
  510. width: 50%;
  511. height: 1.40625rem;
  512. line-height: 1.40625rem;
  513. text-align: center;
  514. color: #4a4a4a; }
  515. .welfare_tab > a:last-of-type {
  516. border-left: 1px solid #dfdfdf; }
  517. .welfare_tab > a.onn {
  518. color: #ff7e00; }
  519. .welfare_box {
  520. width: 9.21875rem;
  521. padding: 0.33rem;
  522. background-color: #fff;
  523. border: 1px solid #dfdfdf; }
  524. .welfare_newbox {
  525. line-height: 0.625rem; }
  526. .welfare_newbox span {
  527. padding-right: 0.4rem; }
  528. .welfare_newbox .copy {
  529. width: 1.5625rem;
  530. height: 0.625rem;
  531. background-color: #3073ce;
  532. line-height: 0.625rem;
  533. border-radius: 0.1rem;
  534. color: #fff; }
  535. .welfare_newbox .receive {
  536. width: 1.5625rem;
  537. height: 0.625rem;
  538. background-color: #ff7e00;
  539. line-height: 0.625rem;
  540. border-radius: 0.1rem; }
  541. .welfare_newbox .receive a {
  542. color: #fff;
  543. display: block;
  544. width: 100%;
  545. height: 100%; }
  546. .welfare_box .line {
  547. width: 4.0625rem;
  548. height: 0.07813rem;
  549. border-radius: 2px;
  550. background-color: #c3c3c3;
  551. overflow: hidden;
  552. margin-top: 0.22rem;
  553. margin-right: 0.3rem; }
  554. .welfare_box .line span {
  555. display: block;
  556. background-color: #ff7e00;
  557. height: 0.07813rem; }
  558. .hot_game {
  559. height: 1.125rem;
  560. line-height: 1.125rem;
  561. width: 9.21875rem; }
  562. .welfare_game {
  563. width: 9.21875rem;
  564. padding: 0.1rem;
  565. border: 1px solid #dfdfdf;
  566. background-color: #fff; }
  567. .welfare_game img {
  568. width: 1.40625rem;
  569. height: 1.40625rem;
  570. margin-right: 0.39063rem; }
  571. .welfare_game a.go_more {
  572. display: block;
  573. width: 0.5rem;
  574. height: 0.6rem;
  575. transform: scale(1.4, 2.5);
  576. margin-top: 0.2rem;
  577. color: #808080; }
  578. .welfare_w100 {
  579. width: 100%; }
  580. .welfare_game_des {
  581. width: 5.9375rem; }
  582. .welfare_game_des h3 {
  583. height: 0.8rem;
  584. line-height: 0.8rem;
  585. overflow: hidden; }
  586. .welfare_game_des p {
  587. color: #808080; }
  588. .welfare_down {
  589. background-color: #3073ce;
  590. width: 6.5625rem;
  591. height: 0.78125rem;
  592. line-height: 0.78125rem;
  593. border-radius: 0.1rem; }
  594. .welfare_down a {
  595. display: block;
  596. width: 100%;
  597. height: 100%;
  598. color: #fff; }
  599. .bg_black {
  600. position: fixed;
  601. left: 0;
  602. top: 0;
  603. background-color: #000;
  604. opacity: 0.5;
  605. width: 100%;
  606. height: 100%;
  607. z-index: 3; }
  608. .receive_success {
  609. position: fixed;
  610. left: 1.48438rem;
  611. top: 50%;
  612. width: 7.03125rem;
  613. height: 5.9375rem;
  614. margin-top: -2.96875rem;
  615. background-color: #fff;
  616. border-radius: 0.1rem;
  617. z-index: 5;
  618. border: 1px solid #dfdfdf;
  619. padding: 0.3125rem; }
  620. .receive_success_hd {
  621. color: #808080;
  622. height: 0.39063rem; }
  623. .receive_success_hd a {
  624. display: block;
  625. width: 0.46875rem;
  626. height: 0.46875rem;
  627. color: #808080;
  628. background: url("../../images/close.jpg") no-repeat;
  629. background-size: 0.46875rem auto; }
  630. .receive_dhm {
  631. width: 5.9375rem; }
  632. .receive_dhm_l {
  633. width: 4.0625rem;
  634. height: 0.625rem;
  635. border-radius: 0.1rem;
  636. border: 1px solid #3073ce;
  637. text-indent: 0.3rem;
  638. color: #2a72af; }
  639. .receive_dhm_r {
  640. width: 1.5625rem;
  641. height: 0.625rem;
  642. line-height: 0.625rem;
  643. border-radius: 0.1rem;
  644. background-color: #3073ce;
  645. color: #fff; }
  646. .receive_btn {
  647. width: 2.5rem;
  648. height: 0.78125rem;
  649. color: #fff;
  650. background-color: #ff7e00;
  651. border-radius: 0.1rem; }
  652. .game_type {
  653. padding: 0.39063rem;
  654. border-bottom: 1px solid #dfdfdf; }
  655. .game_type img {
  656. width: 1.875rem;
  657. height: 1.875rem;
  658. border-radius: 0.2rem; }
  659. .game_type_des {
  660. width: 4.0625rem;
  661. margin-left: 0.39063rem; }
  662. .game_type_des p {
  663. color: #808080;
  664. margin-top: 0.06rem; }
  665. .game_type_but {
  666. width: 2.5625rem;
  667. height: 0.8125rem;
  668. line-height: 0.8125rem;
  669. background-color: #ff7e00;
  670. color: #fff;
  671. /*margin-top: 2rem;*/
  672. border-radius: 0.1rem; }
  673. .game_type_but a {
  674. display: block;
  675. width: 100%;
  676. height: 100%;
  677. color: #fff; }
  678. .game_type_con {
  679. padding: 0.3rem; }
  680. .game_type_con h3 {
  681. padding-bottom: 0.3rem; }
  682. .game_type_con p {
  683. color: #808080; }