public.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131
  1. body,
  2. ul,
  3. li,
  4. dl,
  5. dt,
  6. dd,
  7. p,
  8. ol,
  9. h1,
  10. h2,
  11. h3,
  12. h4,
  13. h5,
  14. h6,
  15. form,
  16. img,
  17. table,
  18. fieldset,
  19. legend,
  20. header,
  21. nav,
  22. footer,
  23. menu,
  24. section,
  25. aside,
  26. article,
  27. canvas,
  28. figure,
  29. figcaption {
  30. margin: 0;
  31. padding: 0;
  32. }
  33. ul,
  34. li,
  35. ol {
  36. list-style: none;
  37. }
  38. img,
  39. fieldset {
  40. border: 0;
  41. }
  42. a {
  43. text-decoration: none;
  44. color: #333;
  45. }
  46. h1,
  47. h2,
  48. h3,
  49. h4,
  50. h5,
  51. h6 {
  52. font-weight: 100;
  53. }
  54. body {
  55. font-family: "微软雅黑";
  56. margin: 0 auto;
  57. }
  58. input,
  59. a {
  60. outline: none;
  61. }
  62. input {
  63. outline: none;
  64. }
  65. .container {
  66. width: 1200px;
  67. min-height: 500px;
  68. margin: 0 auto 20px;
  69. }
  70. body {
  71. color: #494949;
  72. overflow: scroll;
  73. overflow-x: hidden;
  74. font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  75. }
  76. @font-face {
  77. font-family: fz;
  78. src: url('../../css/fonts/fontfz.ttf');
  79. }
  80. .warp_public_top {
  81. border-bottom: 1px solid #f2f2f2;
  82. }
  83. .public_top {
  84. width: 1200px;
  85. margin: auto;
  86. overflow: hidden;
  87. height: 32px;
  88. display: flex;
  89. align-items: center;
  90. justify-content: space-between;
  91. }
  92. .public_top_left {
  93. float: left;
  94. overflow: hidden;
  95. }
  96. .public_top_left > div {
  97. float: left;
  98. margin-right: 18px;
  99. }
  100. .public_top_left a {
  101. font-size: 12px;
  102. line-height: 32px;
  103. }
  104. .public_top_left a:hover {
  105. cursor: pointer;
  106. color: #51a7ff;
  107. border-bottom: 1px solid #51a7ff;
  108. }
  109. .public_top_left > div > div {
  110. width: 14px;
  111. height: 14px;
  112. display: inline-block;
  113. position: relative;
  114. top: 2px;
  115. }
  116. .public_top_left > div > div > img {
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .public_top_right {
  121. float: right;
  122. display: flex;
  123. align-items: center;
  124. }
  125. .public_top_right > a {
  126. font-size: 12px;
  127. padding: 0 3px;
  128. line-height: 32px;
  129. }
  130. .public_top_right span {
  131. font-size: 12px;
  132. }
  133. .public_top_right_text:hover {
  134. cursor: pointer;
  135. color: #51a7ff;
  136. border-bottom: 1px solid #51a7ff;
  137. }
  138. .user_name:hover,
  139. .user_center a:hover {
  140. color: #51a7ff;
  141. }
  142. .land_popup {
  143. position: absolute;
  144. display: none;
  145. width: 222px;
  146. height: 110px;
  147. border: 1px solid #f2f2f2;
  148. background: #fff;
  149. z-index: 999;
  150. top: 32px;
  151. right: 25px;
  152. }
  153. .user_center {
  154. width: 95%;
  155. margin: auto;
  156. padding: 5px 0 0;
  157. height: 45px;
  158. border-bottom: 1px solid #f2f2f2;
  159. }
  160. .user_center > a:first-child {
  161. line-height: 40px;
  162. font-size: 12px;
  163. }
  164. .user_center > a:first-child > img {
  165. width: 40px;
  166. height: 40px;
  167. float: left;
  168. margin-right: 10px;
  169. border-radius: 50%;
  170. }
  171. .user_center .exit {
  172. line-height: 40px;
  173. font-size: 12px;
  174. float: right;
  175. cursor: pointer;
  176. }
  177. .user_btn {
  178. padding: 20px 0 0 10px;
  179. }
  180. .user_btn a {
  181. color: #b2b2b2;
  182. font-size: 12px;
  183. margin-right: 10px;
  184. border-radius: 5px;
  185. padding: 3px 5px;
  186. border: 1px solid #b2b2b2;
  187. }
  188. .user_btn a:hover {
  189. color: #fff;
  190. background: #51a7ff;
  191. border: 1px solid #51a7ff;
  192. }
  193. /* 公共导航栏 */
  194. .public_nav {
  195. width: 1200px;
  196. height: 150px;
  197. display: flex;
  198. align-items: center;
  199. margin: auto;
  200. }
  201. .public_nav_img {
  202. width: 190px;
  203. height: 70px;
  204. float: left;
  205. position: relative;
  206. }
  207. .public_nav_img > img {
  208. width: 100%;
  209. /* height: 100%; */
  210. }
  211. .public_box {
  212. width: 994px;
  213. height: 150px;
  214. margin-left: 16px;
  215. }
  216. .public_box > ul {
  217. float: left;
  218. list-style: none;
  219. margin: 26px 0 0 200px;
  220. }
  221. .logo {
  222. background: url(../../../static/images/logo-2.png);
  223. background-size: 100% 100%;
  224. position: absolute;
  225. top: 0px;
  226. left: 0px;
  227. display: block;
  228. width: 300px;
  229. height: 105px;
  230. text-indent: -2000px;
  231. }
  232. .footer .footlogo {
  233. position: absolute;
  234. top: -20px;
  235. left: -107px;
  236. display: block;
  237. width: 300px;
  238. height: 105px;
  239. background: url(../../../static/images/300bai.png);
  240. background-size: 100% 100%;
  241. }
  242. .public_box > ul > li {
  243. float: left;
  244. margin-right: 86px;
  245. position: relative;
  246. }
  247. .public_box > ul > li > a {
  248. font-size: 18px;
  249. color: #494949;
  250. text-decoration: none;
  251. }
  252. .public_box > ul > li > a:hover {
  253. color: #51a7ff;
  254. cursor: pointer;
  255. }
  256. .public_box > ul > li > span {
  257. position: absolute;
  258. height: 2px;
  259. background-color: #51a7ff;
  260. bottom: -5px;
  261. left: 0;
  262. }
  263. .current_page span {
  264. width: 100%;
  265. }
  266. .current_page a {
  267. color: #51a7ff !important;
  268. }
  269. .public_nav_input {
  270. /* margin-top: 30px; */
  271. /* color: #666; */
  272. }
  273. .public_nav_input > input {
  274. height: 32px;
  275. width: 248px;
  276. line-height: 35px;
  277. font-size: 12px;
  278. border-radius: 30px;
  279. border: 1px solid #51a7ff;
  280. padding-left: 15px;
  281. padding-right: 43px;
  282. }
  283. .public_nav_input {
  284. position: relative;
  285. width: 280px;
  286. height: 32px;
  287. margin: 40px 0 0 258px;
  288. }
  289. .public_nav_input > div {
  290. width: 32px;
  291. height: 32px;
  292. background-color: #51a7ff;
  293. border-radius: 50%;
  294. position: absolute;
  295. top: 1px;
  296. right: -27px;
  297. overflow: hidden;
  298. text-align: center;
  299. cursor: pointer;
  300. }
  301. .public_nav_input > div > a > img {
  302. z-index: 12;
  303. padding: 8px;
  304. vertical-align: middle;
  305. vertical-align: -webkit-baseline-middle;
  306. vertical-align: -moz-middle-with-baseline;
  307. vertical-align: -ms-middle-with-baseline;
  308. }
  309. .dropdown ul {
  310. position: absolute;
  311. width: 184px;
  312. border: 1px solid #51a7ff;
  313. right: 0px;
  314. top: 50px;
  315. font-size: 12px;
  316. background-color: #fff;
  317. z-index: 55;
  318. display: none;
  319. }
  320. .dropdown ul li {
  321. width: 100%;
  322. height: 24px;
  323. float: left;
  324. cursor: pointer;
  325. padding: 5px 0 0 0;
  326. }
  327. .dropdown ul li a {
  328. padding: 0 0 0 15px;
  329. display: block;
  330. height: 19px;
  331. width: 78%;
  332. float: left;
  333. overflow: hidden;
  334. text-overflow: ellipsis;
  335. white-space: nowrap;
  336. }
  337. .dropdown ul li img {
  338. float: right;
  339. width: 16px;
  340. margin-right: 9px;
  341. }
  342. .dropdown ul li:hover {
  343. background-color: #f6f6f6;
  344. }
  345. .border-up-empty {
  346. width: 0;
  347. height: 0;
  348. border-left: 11px solid transparent;
  349. border-right: 11px solid transparent;
  350. border-bottom: 11px solid #51a7ff;
  351. margin: 50px auto;
  352. position: absolute;
  353. top: -61px;
  354. left: 13px;
  355. }
  356. .border-up-empty span {
  357. display: block;
  358. width: 0;
  359. height: 0;
  360. border-left: 10px solid transparent;
  361. border-right: 10px solid transparent;
  362. border-bottom: 10px solid #fff;
  363. position: absolute;
  364. left: -10px;
  365. top: 1px;
  366. }
  367. /* 网页导航 */
  368. .curLoc {
  369. height: 30px;
  370. line-height: 30px;
  371. vertical-align: middle;
  372. margin: 15px 0;
  373. font-weight: 400;
  374. font: 14px '微软雅黑', Arial, '宋体';
  375. }
  376. .curLoc a {
  377. font: 14px '微软雅黑', Arial, '宋体';
  378. }
  379. .curLoc a:hover {
  380. color: #51a7ff;
  381. text-decoration: underline;
  382. }
  383. .curLoc span {
  384. color: #B2B2B2;
  385. }
  386. .curLoc .txt {
  387. color: #2B2823;
  388. padding-right: 14px;
  389. }
  390. input {
  391. line-height: 33px;
  392. }
  393. .smallIcon {
  394. border-radius: 10px;
  395. }
  396. /* 公共尾部 */
  397. .footer {
  398. margin: auto;
  399. height: 192px;
  400. background: #494949;
  401. position: relative;
  402. }
  403. .footerbox {
  404. width: 1200px;
  405. height: 150px;
  406. margin: 0 auto;
  407. color: #fff;
  408. }
  409. .footer .footerbox .footleft {
  410. width: 200px;
  411. float: left;
  412. padding: 50px 0 0 220px;
  413. }
  414. .footimg .footlogo {
  415. background-image: url('../../../static/images/300bai1.png');
  416. }
  417. .footer .footerbox .separate {
  418. width: 2px;
  419. height: 108px;
  420. float: left;
  421. margin: 30px 0 0 20px;
  422. background: #6b5f5f;
  423. }
  424. .footer .tips {
  425. display: block;
  426. text-align: center;
  427. color: #fff;
  428. }
  429. .friend-link > h4 {
  430. width: 1200px;
  431. margin: auto;
  432. font-size: 16px;
  433. font-weight: 500;
  434. border-bottom: 1px solid #e6e6e6;
  435. height: 56px;
  436. }
  437. .friend-link > h4 > span {
  438. display: inline-block;
  439. line-height: 56px;
  440. height: 56px;
  441. border-bottom: 2px solid #51a7ff;
  442. }
  443. .friend-link > div {
  444. width: 1200px;
  445. margin: 15px auto;
  446. }
  447. .friend-link > div > span {
  448. color: #494949;
  449. font-size: 14px;
  450. }
  451. .friend-link > div a {
  452. text-decoration: none;
  453. color: #494949;
  454. font-size: 14px;
  455. margin: 0 8px;
  456. }
  457. .friend-link a:hover {
  458. color: #51a7ff;
  459. border-bottom: 1px solid #51a7ff;
  460. }
  461. .footer > div > span:last-child {
  462. border-right: 1px solid #fff;
  463. }
  464. .footer a:hover {
  465. color: #51a7ff;
  466. border-bottom: 1px solid #51a7ff;
  467. }
  468. .footer .footerbox ul {
  469. width: 500px;
  470. text-align: center;
  471. background-color: #494949;
  472. color: white;
  473. font-size: 14px;
  474. overflow: hidden;
  475. float: left;
  476. padding: 32px 0 0 32px;
  477. }
  478. .footer .footerbox ul li {
  479. width: 100%;
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. margin-bottom: 12px;
  484. }
  485. .footer .footerbox ul li img {
  486. margin-left: 10px;
  487. }
  488. .footer .footerbox > ul a {
  489. text-decoration: none;
  490. color: white;
  491. margin: 0 8px;
  492. }
  493. .footer ul li:last-child a:hover {
  494. border-bottom: none;
  495. }
  496. .ad_bottom .close {
  497. top: 90px;
  498. right: 334px;
  499. }
  500. /* 右侧控件 */
  501. .warp_ctlist {
  502. position: fixed;
  503. top: 50%;
  504. right: 10px;
  505. margin-left: 565px;
  506. z-index: 100;
  507. }
  508. .warp_ctlist .ctlist {
  509. width: 58px;
  510. }
  511. .warp_ctlist .ctlist > li {
  512. width: 58px;
  513. height: 58px;
  514. font-size: 12px;
  515. margin-top: -1px;
  516. color: #494949;
  517. overflow: hidden;
  518. background-color: #f4f4f4;
  519. border: 1px solid #dcdcdc;
  520. transition: background-color .2s ease-in-out 0s;
  521. }
  522. .warp_ctlist .ctlist > li:hover {
  523. background: #51a7ff;
  524. }
  525. .warp_weixin,
  526. .warp_qq,
  527. .warp_totop,
  528. .warp_feedback {
  529. width: 58px;
  530. height: 58px;
  531. }
  532. .hide_top {
  533. display: none;
  534. }
  535. .warp_ctlist .ctlist li .ico {
  536. height: 49px;
  537. text-align: center;
  538. padding: 5px 0;
  539. cursor: pointer;
  540. height: -webkit-fill-available;
  541. }
  542. .warp_ctlist .ctlist li span {
  543. float: left;
  544. width: 100%;
  545. }
  546. .warp_ctlist .ctlist li .totop {
  547. height: auto;
  548. padding: 14px 0;
  549. }
  550. /* .warp_ctlist .ctlist li .ico:hover{
  551. background-color: #51a7ff;
  552. color: #fff;
  553. } */
  554. .warp_ctlist .ctlist .code {
  555. display: none;
  556. position: absolute;
  557. width: 110px;
  558. height: 110px;
  559. padding: 8px;
  560. right: 70px;
  561. top: -44px;
  562. background-color: #f6f6f6;
  563. border: 1px solid #c8c8c8;
  564. }
  565. .warp_ctlist .ctlist .code img {
  566. width: 100%;
  567. }
  568. .warp_code .border-right-empty {
  569. right: 2px;
  570. }
  571. .warp_right.warp_code {
  572. width: 140px;
  573. }
  574. .customer_service {
  575. position: absolute;
  576. width: 165px;
  577. right: 70px;
  578. top: 10px;
  579. }
  580. .customer_service ul {
  581. display: table;
  582. border: 1px solid #bebebe;
  583. }
  584. .customer_service > ul > li {
  585. width: 100%;
  586. height: 50px;
  587. float: left;
  588. color: #fff;
  589. }
  590. .customer_service > ul > li > div {
  591. padding: 6px 0 0 12px;
  592. }
  593. .customer_service .online {
  594. background-color: #b1b1b1;
  595. }
  596. .customer_service .online > div > span {
  597. text-align: left !important;
  598. font-size: 16px;
  599. }
  600. .customer_service .online > div > span + span {
  601. font-size: 12px;
  602. }
  603. .customer_service {
  604. display: none;
  605. }
  606. .customer_service .qq_1 {
  607. border-bottom: 1px solid #bebebe;
  608. }
  609. .customer_service .qq_service {
  610. color: #494949;
  611. background-color: #f6f6f6;
  612. }
  613. .qq_service:hover {
  614. color: #fff;
  615. background-color: #51a7ff;
  616. }
  617. .qq_service:hover .qq_txt {
  618. color: #fff;
  619. }
  620. .qq_service:last-child {
  621. border-bottom: none;
  622. }
  623. .customer_service .qq_service .qq_txt span {
  624. width: 110px;
  625. overflow: hidden;
  626. text-overflow: ellipsis;
  627. white-space: nowrap;
  628. }
  629. .qq_service > div:first-child {
  630. display: flex;
  631. }
  632. .qq_service img {
  633. width: 20px;
  634. margin-top: 6px;
  635. }
  636. .qq_service .qq_img {
  637. float: left;
  638. height: 42px;
  639. width: 26px;
  640. }
  641. .qq_service .qq_txt {
  642. float: left;
  643. margin-left: 5px;
  644. }
  645. .border-right-empty {
  646. border-left: 12px solid #bebebe;
  647. border-bottom: 12px solid transparent;
  648. border-top: 12px solid transparent;
  649. position: absolute;
  650. right: 3px;
  651. top: 65px;
  652. }
  653. .border-right-empty span {
  654. display: block;
  655. width: 0;
  656. height: 0;
  657. border-left: 10px solid #f6f6f6;
  658. border-bottom: 10px solid transparent;
  659. border-top: 10px solid transparent;
  660. position: absolute;
  661. left: -12px;
  662. top: -10px;
  663. }
  664. .warp_right {
  665. width: 14px;
  666. height: 153px;
  667. position: absolute;
  668. right: -14px;
  669. top: 0px;
  670. }
  671. /* 底部弹窗 */
  672. .ad_bottom {
  673. position: fixed;
  674. bottom: -4px;
  675. z-index: 99999;
  676. display: none;
  677. }
  678. .bottom_code {
  679. position: absolute;
  680. top: 77px;
  681. width: 96px;
  682. right: 375px;
  683. }
  684. .close {
  685. position: absolute;
  686. color: #fff;
  687. border-radius: 12px;
  688. line-height: 20px;
  689. text-align: center;
  690. top: 76px;
  691. right: 313px;
  692. height: 20px;
  693. width: 20px;
  694. font-size: 20px;
  695. cursor: pointer;
  696. }
  697. .close:before {
  698. content: "\2716";
  699. }
  700. /* 下载弹窗 */
  701. .warp_download_popup {
  702. position: fixed;
  703. width: 100%;
  704. height: 100%;
  705. background-color: rgba(0, 0, 0, 0.6);
  706. top: 0;
  707. display: none;
  708. z-index: 9999;
  709. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000)
  710. }
  711. .download_popup {
  712. position: fixed;
  713. top: 40%;
  714. left: 43%;
  715. background: #fff;
  716. border: 1px solid #ccc;
  717. width: 400px;
  718. height: 160px;
  719. text-align: center;
  720. }
  721. .game_title {
  722. text-overflow: ellipsis;
  723. display: -webkit-box;
  724. -webkit-line-clamp: 2;
  725. -webkit-box-orient: vertical;
  726. overflow: hidden;
  727. height: 54px;
  728. display: flex;
  729. align-items: center;
  730. justify-content: space-around;
  731. flex-direction: column;
  732. }
  733. .download_popup p {
  734. font-size: 16px;
  735. color: #494949;
  736. font-weight: 600;
  737. padding: 14px 10px 0 18px;
  738. }
  739. .download_title {
  740. width: 100%;
  741. height: 28px;
  742. background: #cccccc;
  743. text-align: left;
  744. }
  745. .download_title span {
  746. padding-left: 12px;
  747. line-height: 28px;
  748. font-size: 15px;
  749. }
  750. .az_download {
  751. width: 176px;
  752. height: 36px;
  753. border: 1px solid #8cc63d;
  754. border-radius: 8px;
  755. background-color: #fff;
  756. margin: auto;
  757. cursor: pointer;
  758. margin-top: 14px;
  759. }
  760. .az_download img {
  761. padding: 10px 7px 10px 14px;
  762. float: left;
  763. }
  764. .az_download span {
  765. font-size: 14px;
  766. color: #8cc63d;
  767. float: left;
  768. padding: 8px 18px 9px 0;
  769. }
  770. .az_download .az_hover {
  771. width: 139px;
  772. height: 36px;
  773. float: left;
  774. border-top-left-radius: 6px;
  775. border-bottom-left-radius: 6px;
  776. }
  777. .az_download .az_hover:hover {
  778. background-color: #8cc63d;
  779. }
  780. .az_code {
  781. background: #8cc63d;
  782. float: right;
  783. width: 36px;
  784. height: 36px;
  785. cursor: pointer;
  786. border-top-right-radius: 6px;
  787. border-bottom-right-radius: 6px;
  788. }
  789. .az_code img {
  790. padding: 10px;
  791. width: 18px;
  792. }
  793. .big_az_code {
  794. display: none;
  795. position: absolute;
  796. width: 120px;
  797. /* height: 152px; */
  798. top: 60px;
  799. left: 300px;
  800. background-color: #f5f5f5;
  801. border: 1px solid #c2c2c2;
  802. }
  803. .big_az_code > img {
  804. width: 100px;
  805. padding: 6px 10px;
  806. }
  807. .scan_code {
  808. border-top: 1px solid #d8d8d8;
  809. background-color: #b1b1b1;
  810. height: 36px;
  811. }
  812. .scan_code span {
  813. font-size: 12px;
  814. color: #fff;
  815. padding: 10px;
  816. float: left;
  817. }
  818. .scan_code img {
  819. float: left;
  820. width: 16px;
  821. padding: 10px 0 0 10px;
  822. }
  823. #qrcode {
  824. padding: 8px 11px;
  825. }
  826. #qrcode table {
  827. width: 100%;
  828. margin: 0px !important;
  829. height: 100px;
  830. }
  831. .big_az_code .border-left-empty {
  832. position: absolute;
  833. left: -12px;
  834. top: -8px;
  835. width: 0;
  836. height: 0;
  837. border-bottom: 12px solid transparent;
  838. border-right: 12px solid #cfcfcf;
  839. border-top: 12px solid transparent;
  840. margin: 50px auto;
  841. }
  842. .big_az_code .border-left-empty span {
  843. display: block;
  844. width: 0;
  845. height: 0;
  846. border-bottom: 10px solid transparent;
  847. border-right: 10px solid #f5f5f5;
  848. border-top: 10px solid transparent;
  849. position: absolute;
  850. left: 2px;
  851. top: -10px;
  852. }
  853. .download_popup .close {
  854. right: 7px;
  855. color: #000;
  856. top: 5px;
  857. }
  858. .warp_no_download_popup {
  859. position: fixed;
  860. width: 100%;
  861. height: 100%;
  862. background-color: rgba(0, 0, 0, 0.6);
  863. top: 0;
  864. display: none;
  865. z-index: 9999;
  866. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000)
  867. }
  868. .no_download_popup {
  869. width: 340px;
  870. height: 140px;
  871. position: fixed;
  872. top: 40%;
  873. left: 40%;
  874. border: 1px solid #cacaca;
  875. background: #fff;
  876. }
  877. .no_download_popup .tip {
  878. height: 28px;
  879. background-color: #cccccc;
  880. font-size: 14px;
  881. }
  882. .no_download_popup .tip span {
  883. line-height: 28px;
  884. padding-left: 10px;
  885. }
  886. .tip_txt p {
  887. font-size: 16px;
  888. text-align: center;
  889. padding: 25px 0 0 0;
  890. }
  891. .tip_btn div {
  892. width: 66px;
  893. height: 26px;
  894. color: #fff;
  895. text-align: center;
  896. border-radius: 5px;
  897. cursor: pointer;
  898. }
  899. .tip_btn div span {
  900. line-height: 26px;
  901. }
  902. .tip_btn {
  903. width: 166px;
  904. margin: auto;
  905. margin-top: 20px;
  906. }
  907. .tip_btn .determine {
  908. float: left;
  909. background-color: #51a7ff;
  910. }
  911. .tip_btn .cancel {
  912. float: right;
  913. background-color: #cccccc;
  914. }
  915. .tip .close {
  916. color: #000;
  917. top: 2px;
  918. right: 5px;
  919. }
  920. .big .no_download {
  921. background-color: #cccccc !important;
  922. border: 1px solid #cccccc !important;
  923. color: #fff !important;
  924. }
  925. .no_content {
  926. text-align: center;
  927. padding: 66px;
  928. }
  929. .no_content img {
  930. width: 235px;
  931. }
  932. .no_content p {
  933. font-size: 16px;
  934. color: #494949;
  935. line-height: 20px;
  936. margin-top: 0px;
  937. text-align: center !important;
  938. }
  939. .no_content a {
  940. font-size: 14px;
  941. line-height: 45px;
  942. }
  943. .no_content a:hover {
  944. color: #51a7ff;
  945. }
  946. .customer_service .qq_service a {
  947. float: left;
  948. display: block;
  949. width: 125px;
  950. cursor: pointer;
  951. }
  952. #success_txt {
  953. width: 66%;
  954. margin: auto;
  955. }
  956. .home_pay {
  957. display: flex;
  958. align-items: center;
  959. }