index.css 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
  1. .rec{
  2. width: 1200px;
  3. margin: auto;
  4. overflow: hidden;
  5. }
  6. .rec>ul>li{
  7. float: left;
  8. list-style: none;
  9. margin-left: 2px;
  10. position: relative;
  11. overflow: hidden;
  12. }
  13. .rec>ul>li:first-child{
  14. margin-left: 0;
  15. }
  16. .rec>ul>li:first-child+li>div:first-child{
  17. margin-bottom: 2px;
  18. }
  19. .rec>ul>li:first-child+li>div{
  20. position: relative;
  21. overflow: hidden;
  22. }
  23. .adpop{
  24. position: absolute;
  25. z-index: 50;
  26. width: 1200px;
  27. height: 486px;
  28. left: 47.4%;
  29. margin-left: -550px;
  30. overflow: hidden;
  31. opacity: 1;
  32. display: none;
  33. }
  34. .adpop img{
  35. width: 1200px;
  36. height: 486px;
  37. }
  38. .adpop .closed{
  39. width: 78px;
  40. height: 28px;
  41. line-height: 26px;
  42. vertical-align: middle;
  43. text-align: center;
  44. background: #fff;
  45. color: #333;
  46. opacity: 0.7;
  47. position: absolute;
  48. right: 0;
  49. top: 0;
  50. font-size: 14px;
  51. cursor: pointer;
  52. z-index: 999999;
  53. border-radius: inherit;
  54. }
  55. .adpop .no-show{
  56. width: 112px;
  57. height: 28px;
  58. line-height: 26px;
  59. vertical-align: middle;
  60. text-align: center;
  61. background: #fff;
  62. color: #333;
  63. opacity: 0.7;
  64. position: absolute;
  65. right: 0px;
  66. bottom: 0;
  67. font-size: 12px;
  68. z-index: 999999;
  69. }
  70. .adpop .no-show input{
  71. margin: 8px -3px 0 10px;
  72. float: left;
  73. }
  74. .adpop .no-show div{
  75. margin-top: 1px;
  76. }
  77. .advpic{
  78. width: 298px;
  79. height: 380px;
  80. }
  81. .advpic>img{
  82. width: 100%;
  83. height: 100%;
  84. }
  85. .advpics{
  86. width: 298px;
  87. height: 189px;
  88. }
  89. .advpics>img{
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .advpica{
  94. width: 300px;
  95. height: 380px;
  96. }
  97. .advpica>img{
  98. width: 100%;
  99. height: 100%;
  100. }
  101. .advhide{
  102. position: absolute;
  103. width: 100%;
  104. height: 100%;
  105. text-align: center;
  106. color: white;
  107. top: 0;
  108. left: -298px;
  109. background-color: rgba(0, 0, 0, 0.4);
  110. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  111. }
  112. .advhide>p:first-child{
  113. padding-top: 150px;
  114. font-size: 22px;
  115. margin-bottom: 20px;
  116. width: 250px;
  117. margin: auto;
  118. }
  119. .advhide>p:first-child+p{
  120. font-size: 16px;
  121. background-color: #51a7ff;
  122. width: 126px;
  123. height: 38px;
  124. margin: 0 auto;
  125. margin-top: 26px;
  126. line-height: 38px;
  127. border-radius: 30px;
  128. }
  129. .advhide a,.advhides a{color: #fff;}
  130. .advhides{
  131. position: absolute;
  132. width: 100%;
  133. height: 100%;
  134. top: 0px;
  135. text-align: center;
  136. color: white;
  137. left: -298px;
  138. background-color: rgba(0, 0, 0, 0.4) ;
  139. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  140. }
  141. .advhides>p:first-child{
  142. padding-top: 50px;
  143. font-size: 22px;
  144. margin-bottom: 20px;
  145. }
  146. .advhides>p:first-child+p{
  147. font-size: 16px;
  148. background-color: #51a7ff;
  149. width: 126px;
  150. margin: 0 auto;
  151. height: 38px;
  152. line-height: 38px;
  153. border-radius: 30px;
  154. cursor: pointer;
  155. }
  156. .advhidefour{
  157. left: 300px;
  158. }
  159. /* 游戏推荐 */
  160. .game_rec{
  161. width: 1200px;
  162. margin: auto;
  163. margin-top: 16px;
  164. overflow: initial;
  165. }
  166. .game_rec_from{
  167. width: 1200px;
  168. height: 88px;
  169. margin-top: 10px;
  170. }
  171. .game_rec_list .game_rec_box{
  172. width:200px ;
  173. height: 88px;
  174. display: flex;
  175. float: left;
  176. align-items: center;
  177. }
  178. .game_rec_list .game_rec_box .game_rec_pic{
  179. width:70px ;
  180. height: 70px;
  181. border-radius: 10px;
  182. margin-left: 16px;
  183. }
  184. .game_rec_list .game_rec_box .game_rec_pic a{
  185. width:70px ;
  186. height: 70px;
  187. }
  188. .game_rec_list .game_rec_box .game_rec_message{
  189. width:96px ;
  190. height: 70px;
  191. margin-left: 8px;
  192. }
  193. .game_rec_list .game_rec_box .game_rec_message .game_name{
  194. width:96px ;
  195. height: 18px;
  196. white-space:nowrap;
  197. overflow:hidden;
  198. text-overflow:ellipsis;
  199. }
  200. .game_rec_list .game_rec_box .game_rec_message .game_introduce{
  201. width:96px ;
  202. height: 17px;
  203. margin-top:8px ;
  204. color: #969696;
  205. font-size: 12px;
  206. }
  207. .game_rec_list .game_rec_box .game_rec_message .game_introduce>p{
  208. white-space:nowrap;
  209. overflow:hidden;
  210. text-overflow:ellipsis;
  211. }
  212. .game_rec_list .game_rec_box .game_rec_message .game_start{
  213. width:96px ;
  214. height: 20px;
  215. margin-top:7px ;
  216. text-align: center;
  217. border: 1px solid #51a7ff;
  218. color:#51a7ff;
  219. cursor: pointer;
  220. border-radius: 5px;
  221. }
  222. .game_rec_list .game_rec_box .game_rec_message .game_start a{
  223. width:96px ;
  224. height: 20px;
  225. line-height: 20px;
  226. text-align: center;
  227. text-decoration: none;
  228. color:#51a7ff;
  229. border-radius: 5px;
  230. }
  231. /* .game_rec_list .hot{
  232. background: url(../../images/home/SVG-06.png) no-repeat 99% 0;
  233. } */
  234. .game_rec>div>p{
  235. width:168px ;
  236. height: 88px;
  237. font-size: 20px;
  238. line-height: 88px;
  239. text-align: center;
  240. background: #51a7ff;
  241. color: #fff;
  242. float: left;
  243. }
  244. .game_rec>div>p:before{
  245. /* content: '';
  246. position: absolute;
  247. right: -10px;
  248. top: 9px;
  249. border: 5px solid transparent;
  250. border-left: 5px solid #fc5351;
  251. width: 0;
  252. height: 0; */
  253. }
  254. .game_rec .newgame{
  255. background: #51a7ff;
  256. }
  257. .game_rec .newgame:before{
  258. border-left: 5px solid #51a7ff;
  259. }
  260. .game_rec .recommend-week{
  261. background: #faad2b !important;
  262. }
  263. .game_rec .recommend-week:before{
  264. border-left: 5px solid #faad2b;
  265. }
  266. .game_rec_list{
  267. width:1022px ;
  268. height: 88px;
  269. margin-left: 10px;
  270. float: left;
  271. }
  272. .game_rec_list>div{
  273. /* height: 20px;
  274. float: left;
  275. width: 92.8px;
  276. text-align: center;
  277. border-right: 1px solid #e6e6e6;
  278. margin-top: 2px;
  279. position: relative;
  280. /* overflow: hidden; */
  281. /* text-overflow: ellipsis;
  282. white-space: nowrap; */
  283. }
  284. .game_rec_list>div img{
  285. width: 70px;
  286. height: 70px;
  287. }
  288. .game_rec_list .hot img{
  289. display: block;
  290. position: absolute;
  291. right: 0;
  292. top: -6px;
  293. z-index: 123;
  294. }
  295. .game_rec_list>div:last-child{
  296. border-right: 1px solid transparent;
  297. }
  298. .last_link{ border-right:none !important ;}
  299. .game_rec_list a{
  300. font-size: 12px;
  301. color: #494949;
  302. display: inline-block;
  303. margin: auto;
  304. width: 60px;
  305. overflow: hidden;
  306. text-overflow: ellipsis;
  307. white-space: nowrap;
  308. line-height: 26px;
  309. }
  310. .game_rec_list a:hover{
  311. cursor: pointer;
  312. /* border-bottom: 1px solid #51a7ff;*/
  313. color: #51a7ff;
  314. text-decoration: underline;
  315. text-decoration-color: #51a7ff;
  316. }
  317. /* 今日热点 */
  318. .contentone{
  319. width: 1200px;
  320. margin: auto;
  321. margin-top: 20px;
  322. overflow: hidden;
  323. }
  324. .contentone>div{
  325. float: left;
  326. }
  327. .hotspot{
  328. width: 300px;
  329. }
  330. button{
  331. border: none;
  332. background: transparent;}
  333. .btn:focus,
  334. .btn:active:focus,
  335. .btn.active:focus,
  336. .btn.focus,
  337. .btn:active.focus,
  338. .btn.active.focus {
  339. outline: none;
  340. border-color: transparent;
  341. box-shadow:none;
  342. }
  343. button img{cursor: pointer;}
  344. .hotspot>h4,.news>h4,.gift>h4,.startService>h4{
  345. border-bottom: 1px solid #e6e6e6;
  346. }
  347. .game_name a:hover{
  348. color: #51a7ff !important;
  349. text-decoration: underline;
  350. }
  351. .hotspot>h4>span,.news>h4>span,.gift>h4>span,.startService>h4>span{
  352. line-height: 40px;
  353. font-size: 16px;
  354. font-weight: 400;
  355. color: #494949;
  356. display: inline-block;
  357. width: 65px;
  358. border-bottom: 2px solid #51a7ff;
  359. }
  360. .startService>span>a:hover{
  361. cursor: pointer;
  362. color: #51a7ff;
  363. }
  364. .hotspot_content{
  365. width: 294px;
  366. height: 166px;
  367. margin-top: 12px;
  368. position: relative;
  369. border: 2px solid white;
  370. /* box-sizing: border-box; */
  371. }
  372. .hotspot_content:hover{
  373. border: 2px solid #51a7ff;
  374. cursor: pointer;
  375. }
  376. .hotspot_content>div{
  377. width: 100%;
  378. }
  379. .hotspot_content>div:first-child{
  380. width: 100%;
  381. height: 100%;
  382. overflow: hidden;
  383. }
  384. .hotspot_content>div:first-child img{
  385. width: 100%;
  386. height: 100%;
  387. transition: all 1s;
  388. -ms-transition:all 1s ease-out;
  389. }
  390. .hotspot_content>div:first-child img:hover{
  391. transform: scale(1.1);
  392. -ms-transform: scale(1.1);
  393. }
  394. .hotspot_content:hover img{
  395. transform: scale(1.1);
  396. -ms-transform: scale(1.1);
  397. transition-delay: 1s;
  398. }
  399. .hotspot_content>a div{
  400. position: absolute;
  401. bottom: 0;
  402. line-height: 28px;
  403. font-size: 14px;
  404. background-color: rgba(0, 0, 0, 0.4);
  405. color: #fff;
  406. width: 100%;
  407. overflow: hidden;
  408. text-overflow: ellipsis;
  409. white-space: nowrap;
  410. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  411. }
  412. .hotspot_content>a div span{
  413. margin-left: 10px;
  414. color: #fff;
  415. }
  416. /* 头条新闻 */
  417. .news{
  418. width: 348px;
  419. margin: 0 14px;
  420. }
  421. .news_content{
  422. width: 348px;
  423. /* height: 392px; */
  424. margin-top: 12px;
  425. }
  426. .news_content .news_list{
  427. width: 348px;
  428. height: 96px;
  429. display: none;
  430. cursor: pointer;
  431. }
  432. .news_content .news_list .news_pic{
  433. width: 84px;
  434. height: 96px;
  435. float: left;
  436. }
  437. .news_content .news_list .news_pic img{
  438. width: 70px;
  439. height: 70px;
  440. margin: 12px 0 0 14px;
  441. }
  442. .news_content .news_list .news_box{
  443. width: 176px;
  444. height: 96px;
  445. float: left;
  446. }
  447. .news_content .news_list .news_box p{
  448. margin-top: 10px;
  449. text-indent: 8px;
  450. }
  451. .news_content .news_list .receive{
  452. width: 88px;
  453. height: 96px;
  454. float: left;
  455. }
  456. .news_content .news_list .receive p{
  457. width:76px;
  458. height: 22px;
  459. margin: 54px 0 0 5px;
  460. text-align: center;
  461. background: #51a7ff;
  462. color: #fff;
  463. border-radius: 5px;
  464. line-height: 22px;
  465. }
  466. .news_content .news_list .receive p a{
  467. display: block;
  468. width:76px;
  469. height: 22px;
  470. text-decoration: none;
  471. color: #fff;
  472. }
  473. .news_content .new_list_un {
  474. width: 348px;
  475. height: 46px;
  476. }
  477. .news_content .new_list_un .news_un_box{
  478. width: 246px;
  479. height: 46px;
  480. margin-left: 14px;
  481. line-height: 46px;
  482. float: left;
  483. }
  484. .news_content .new_list_un .receive {
  485. width: 88px;
  486. height: 46px;
  487. float: left;
  488. }
  489. .news_content .new_list_un .receive p{
  490. width:76px;
  491. height: 22px;
  492. text-align: center;
  493. border: 1px solid #51a7ff;
  494. color: #51a7ff;
  495. border-radius: 5px;
  496. line-height: 22px;
  497. margin: 12px 0 0 5px;
  498. }
  499. .news_content .new_list_un .receive p a{
  500. text-decoration: none;
  501. color: #51a7ff;
  502. }
  503. /*
  504. .news_content_title>h3{
  505. width: fit-content;
  506. font-size: 24px;
  507. max-width: 100%;
  508. font-weight: bold;
  509. margin: 20px auto;
  510. overflow: hidden;
  511. text-overflow:ellipsis;
  512. white-space: nowrap;
  513. color: #fc5351;
  514. text-align: center;
  515. }
  516. .news_content_title>h3 a{color: #fc5351;}
  517. .news_content_title>h3:hover{ text-decoration: underline;}
  518. .news_content_title p>a{
  519. font-size: 14px;
  520. display: inline-block;
  521. border-bottom: 1px solid white;
  522. overflow: hidden;
  523. text-overflow: ellipsis;
  524. white-space: nowrap;
  525. width: auto;
  526. max-width: 95%;
  527. }
  528. .news_content_title div{overflow: auto;}
  529. .news_content_title div p{
  530. overflow: hidden;
  531. text-overflow: ellipsis;
  532. white-space: nowrap;
  533. width: 50%;
  534. text-align: center;
  535. }
  536. .news_content_title div p:first-child{float: left;}
  537. .news_content_title div p:first-child+p{float: right;}
  538. .news_content_title p>a:hover{
  539. cursor: pointer;
  540. color: #51a7ff;
  541. text-decoration: underline;
  542. }
  543. .news_content_list{
  544. margin-top: 30px;
  545. }
  546. .news_content_title {
  547. margin-top: 30px;
  548. }
  549. .news_content_list>div:first-child+div{
  550. margin-top: 15px;
  551. }
  552. .news_content_list_a{
  553. margin-bottom: 10px;
  554. display: flex;
  555. height: 23px;
  556. }
  557. .news_content_list_a:nth-child(5){
  558. padding-bottom: 16px;
  559. border-bottom: 1px dashed #e6e6e6;
  560. }
  561. .news_content_list_a .new_tittle{
  562. font-size: 14px;
  563. display: block;
  564. display: inline-block;
  565. line-height: 23px;
  566. vertical-align: middle;
  567. width: fit-content;
  568. max-width: 410px;
  569. margin-right: 15px;
  570. overflow: hidden;
  571. text-overflow: ellipsis;
  572. white-space: nowrap;
  573. }
  574. .news_content_list_a .text{
  575. width: 440px;
  576. }
  577. .news_content_list_a>span:first-child a{
  578. color:#b2b2b2 ;
  579. border: 1px solid #b2b2b2;
  580. padding: 0px 10px 0 10px;
  581. border-radius: 15px;
  582. }
  583. .news_content_list_a>span:first-child:hover>a{
  584. cursor: pointer;
  585. color: #fff;
  586. background-color: #51a7ff;
  587. border: 1px solid #51a7ff;
  588. }
  589. .news_content_list_a>span:first-child:hover a{color: #fff;}
  590. .news_content_list_a>span:first-child+span{
  591. color: #b2b2b2;
  592. padding: 0 6px;
  593. }
  594. .news_content_list_a>span a{
  595. font-size: 14px;
  596. border-bottom: 1px solid white;
  597. }
  598. .news_content_list_a .new_tittle:hover{
  599. cursor: pointer;
  600. color: #51a7ff;
  601. text-decoration: underline;
  602. }
  603. .news_content_list_a>span:first-child+span+span+span{
  604. font-size: 12px;
  605. color: #b2b2b2;
  606. float: right;
  607. } */
  608. /* 开服开测 */
  609. .startService{
  610. width: 500px;
  611. height: 445px;
  612. margin-left: 8px;
  613. }
  614. .startService .startService_title{
  615. width: 100px;
  616. }
  617. .startService .open_service{
  618. width: 500px;
  619. height: 392px;
  620. margin-top: 10px;
  621. }
  622. .startService .open_service .open_list{
  623. width: 500px;
  624. height: 40px;
  625. display: flex;
  626. }
  627. .startService .open_service .open_list .open_time{
  628. width: 120px;
  629. height: 40px;
  630. line-height: 40px;
  631. color: #51a7ff;
  632. }
  633. .startService .open_service .open_list .open_name{
  634. width: 320px;
  635. height: 40px;
  636. line-height: 40px;
  637. }
  638. .startService .open_service .open_list span{
  639. display: flex;
  640. justify-content: center;
  641. align-items: center;
  642. }
  643. .startService .open_service .open_list span img{
  644. width: 35px;
  645. margin-left: 10px;
  646. cursor: pointer;
  647. }
  648. .open_service{
  649. width: 500px;
  650. }
  651. .open_service .warp_open_service_tittle{
  652. width:500px ;
  653. height: 43px;
  654. border-bottom: 1px solid #e6e6e6;
  655. }
  656. .open_service .warp_open_service_tittle .open_service_title span{
  657. line-height: 40px;
  658. font-size: 16px;
  659. font-weight: 400;
  660. color: #494949;
  661. display: inline-block;
  662. width: 65px;
  663. }
  664. .open_service .warp_open_service_tittle .open_service_title .open_service_title_on{
  665. border-bottom: 2px solid #51a7ff;
  666. }
  667. .open_service .warp_open_service_tittle .open_service_title .open_service_title_on a{
  668. color: #51a7ff;
  669. }
  670. .content_list_txt{
  671. width: 500px;
  672. height: 51px;
  673. display: flex;
  674. align-items: center;
  675. }
  676. .open_service .open_service_content .content_list_txt .content_time p{
  677. display: block;
  678. width: 60px;
  679. height: 50px;
  680. line-height: 50px;
  681. }
  682. .content_list_txt .game_name{
  683. width: 300px;
  684. height: 51px;
  685. text-indent: 20px;
  686. line-height: 51px;
  687. }
  688. .content_list_txt .have_gift{
  689. width: 50px;
  690. height: 51px;
  691. line-height: 51px;
  692. }
  693. .content_list_txt .no_gift{
  694. width: 50px;
  695. height: 51px;
  696. line-height: 51px;
  697. }
  698. .content_list span {
  699. width:50px ;
  700. height: 51px;
  701. display: flex;
  702. align-items: center;
  703. }
  704. .content_list span img{
  705. width:20px ;
  706. height: 20px;
  707. }
  708. .content_list{display: none;}
  709. .content_list.show{display: block !important;}
  710. .content_list>p{
  711. height: 46px;
  712. font-size: 12px;
  713. font-weight: bold;
  714. border-bottom: 1px solid #e6e6e6;
  715. }
  716. .no_kf,.no_kc{
  717. text-align: center;
  718. font-size: 16px !important;
  719. margin: 40px 0;
  720. border-bottom: 0px !important;
  721. }
  722. .content_list>p>span:first-child{
  723. margin-left: 18px;
  724. line-height: 46px;
  725. }
  726. .content_list>p>span:first-child+span,.content_list>p>span:first-child+span+span,.content_list>p>span:first-child+span+span+span{
  727. margin-left: 58px;
  728. }
  729. .content_list>div{
  730. /* overflow: hidden;
  731. text-align: center;
  732. height: 50px;
  733. border-bottom: 1px solid #e6e6e6; */
  734. }
  735. .content_list>div:last-child{
  736. border-bottom: none;
  737. }
  738. .content_list>div>div{
  739. float: left;
  740. font-size: 12px;
  741. }
  742. .content_list>div>div:first-child{
  743. width: 100px;
  744. height: 51px;
  745. display: flex;
  746. font-size: 14px;
  747. align-items: center;
  748. }
  749. .content_list>div>div:first-child>p{
  750. display: inline-block;
  751. margin-left: 10px;
  752. color: #51a7ff;
  753. }
  754. /* .content_list>div>div:first-child+div{
  755. width: 80px;
  756. height: 50px;
  757. margin-left: 32px;
  758. line-height: 50px;
  759. overflow: hidden;
  760. } */
  761. .game_name a{
  762. overflow: hidden;
  763. text-overflow: ellipsis;
  764. display: inline-block;
  765. display: -webkit-inline-box;
  766. -webkit-line-clamp: 2;
  767. -webkit-box-orient: vertical;
  768. line-height: 16px;
  769. vertical-align: middle;
  770. }
  771. .content_list>div>div:first-child+div+div{
  772. /* width: 80px;
  773. height: 50px;
  774. margin-left: 6px;
  775. line-height: 50px;
  776. overflow: hidden; */
  777. /* display: flex;
  778. align-items: center;
  779. justify-content: space-around;
  780. flex-direction: column; */
  781. }
  782. .content_list>div>div:first-child+div+div>span{
  783. overflow: hidden;
  784. text-overflow: ellipsis;
  785. display: inline-block;
  786. display: -webkit-inline-box;
  787. -webkit-line-clamp: 2;
  788. -webkit-box-orient: vertical;
  789. line-height: 16px;
  790. vertical-align: middle;
  791. }
  792. .content_list>div>div:first-child+div+div+div{
  793. width: 18px;
  794. height: 18px;
  795. margin-left: 35px;
  796. margin-top: 16px;
  797. }
  798. /* 游戏测评 */
  799. .game_all{
  800. width: 1200px;
  801. margin: auto;
  802. margin-top: 10px;
  803. overflow: hidden;
  804. }
  805. .game_all>div{
  806. float: left;
  807. }
  808. .appraisal{
  809. width: 372px;
  810. }
  811. /* 游戏评测,攻略,排行的标题样式共用 */
  812. .appraisal>h4,.strategy>h4,.rank>h4,.classify>h4{
  813. border-bottom: 1px solid #e6e6e6;
  814. padding: 10px 0;
  815. }
  816. .appraisal>h4>span,.strategy>h4>span,.rank>h4>span,.classify>h4>span{
  817. font-size: 16px;
  818. counter-reset: #494949;
  819. font-weight: 400;
  820. padding: 10px 0;
  821. border-bottom: 2px solid #51a7ff;
  822. }
  823. /* .appraisal>h4>span:hover,.strategy>h4>span:hover,.rank>h4>span:hover,.classify>h4>span:hover{
  824. cursor: pointer;
  825. color: #51a7ff;
  826. } */
  827. .appraisal>h4>div,.strategy>h4>div,.rank>h4>div,.classify>h4>div{
  828. float: right;
  829. position: relative;
  830. width: 35px;
  831. height: 24px;
  832. overflow: hidden;
  833. }
  834. .appraisal>h4>div img,.strategy>h4>div img,.rank>h4>div img,.classify>h4>div img{
  835. width: 20px;
  836. height: 20px;
  837. position: absolute;
  838. right: 0;
  839. cursor: pointer;
  840. }
  841. .appraisal>h4>div span,.strategy>h4>div span,.rank>h4>div span,.classify>h4>div span{
  842. font-size: 12px;
  843. font-weight: 400;
  844. position: absolute;
  845. width: 35px;
  846. right: -35px;
  847. top: 1px;
  848. border-bottom: solid 1px #ff930d;
  849. color: #ff930d;
  850. cursor: pointer;
  851. }
  852. .appraisal>h4>div a,.strategy>h4>div a,.rank>h4>div a,.classify>h4>div a{
  853. color: #ff930d
  854. }
  855. .game_all .hotspot_content{
  856. width: 354px;
  857. height: 184px;
  858. }
  859. /* 游戏攻略 */
  860. .strategy{
  861. width: 392px;
  862. margin: 0 12px;
  863. }
  864. .strategy_img{
  865. margin-top: 12px;
  866. overflow: hidden;
  867. }
  868. .strategy_img>div{
  869. width: 360px;
  870. height: 184px;
  871. border: 2px solid white;
  872. position: relative;
  873. }
  874. .strategy_img>div:first-child{
  875. float: left;
  876. overflow: hidden;
  877. }
  878. .strategy_img>div:first-child+div{
  879. float: right;
  880. overflow: hidden;
  881. }
  882. .strategy_img>div img{
  883. width: 100%;
  884. height: 100%;
  885. transition: all 1s;
  886. }
  887. .strategy_img>div:hover img{
  888. transform: scale(1.1);
  889. }
  890. .strategy_img>div img:hover{
  891. transform: scale(1.1);
  892. }
  893. .strategy_img>div:hover{
  894. border: 2px solid #51a7ff;
  895. }
  896. .strategy_img span{
  897. position: absolute;
  898. width: 100%;
  899. bottom: 0;
  900. left: 0;
  901. line-height: 28px;
  902. font-size: 14px;
  903. overflow: hidden;
  904. text-overflow: ellipsis;
  905. white-space: nowrap;
  906. background-color: rgba(0, 0, 0, 0.4);
  907. color: white;
  908. padding-left: 10px;
  909. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  910. }
  911. /* 游戏攻略内容 */
  912. .strategy_content{
  913. margin-top: 33px;
  914. }
  915. /* .strategy_content>div:first-child{
  916. border-bottom: 1px dashed #e6e6e6;
  917. padding-bottom: 14px;
  918. } */
  919. .strategy_content>div:first-child+div{
  920. margin-top: 15px;
  921. }
  922. .strategy_content>div>div{
  923. width: 92.5%;
  924. display: inline-block;
  925. padding-left: 10px;
  926. margin-bottom: 15px;
  927. overflow: hidden;
  928. text-overflow: ellipsis;
  929. white-space: nowrap;
  930. }
  931. .strategy_content>div>div:hover{
  932. color: #51a7ff;
  933. }
  934. .strategy_content img{width: 10px;}
  935. .strategy_content>div>div>p{
  936. display: inline-block;
  937. width: 8px;
  938. height: 8px;
  939. border: 1px solid #e6e6e6;
  940. border-radius: 50%;
  941. position: relative;
  942. }
  943. .strategy_content>div>div>p>span{
  944. display: inline-block;
  945. background-color: #e6e6e6;
  946. width: 3px;
  947. height: 3px;
  948. border: 1px solid #e6e6e6;
  949. border-radius: 50%;
  950. position: absolute;
  951. left: 1.9px;
  952. top: 1.5px;
  953. }
  954. .strategy_content a{
  955. font-size: 14px;
  956. color: #494949;
  957. padding-left: 25px;
  958. background: url(../../../static/images/home/dot.png) no-repeat 0px 2px;
  959. }
  960. .strategy_content a:hover {
  961. color: #51a7ff;
  962. text-decoration: underline;
  963. }
  964. /* .strategy_content_index>div:nth-child(7),.strategy_content_index>div:nth-child(8){
  965. border-bottom: 1px dashed #e6e6e6;
  966. padding-bottom: 29px;
  967. margin-bottom: 22px !important;
  968. }
  969. .strategy_content_index>div:nth-child(17), .strategy_content_index>div:nth-child(18) {
  970. margin-bottom: 0px;
  971. } */
  972. /* 手游排行 */
  973. .rank{
  974. float: left;
  975. width: 392px;
  976. }
  977. .rank_list{
  978. margin-top: 14px;
  979. }
  980. .hot_1{
  981. background-color: #51a7ff !important;
  982. color: #fff;
  983. }
  984. .hot_2{
  985. background-color: #51a7ff !important;
  986. color: #fff;
  987. }
  988. .hot_3{
  989. background-color: #51a7ff !important;
  990. color: #fff;
  991. }
  992. .small{
  993. overflow: hidden;
  994. padding-left: 12px;
  995. padding-bottom: 12px;
  996. padding-top: 10px;
  997. }
  998. .small>div:first-child{
  999. float: left;
  1000. }
  1001. .small>div:first-child+div{
  1002. float: right;
  1003. }
  1004. .small>div:first-child>span:first-child{
  1005. display: inline-block;
  1006. float: left;
  1007. width: 30px;
  1008. height: 30px;
  1009. font-size: 12px;
  1010. background-color: #e9eceb;
  1011. text-align: center;
  1012. line-height: 30px;
  1013. }
  1014. .small>div:first-child div{
  1015. float: left;
  1016. width: 145px;
  1017. overflow: hidden;
  1018. text-overflow: ellipsis;
  1019. white-space: nowrap;
  1020. }
  1021. .small>div:first-child div span{
  1022. font-size: 14px;
  1023. line-height: 30px;
  1024. margin-left: 12px
  1025. }
  1026. .small>div:first-child+div>span{
  1027. /* border-right: 1px solid #d1d1d1; */
  1028. font-size: 12px;
  1029. color: #d1d1d1;
  1030. padding-right: 5px;
  1031. }
  1032. .small>div:first-child+div>span:first-child+span{
  1033. font-size: 12px;
  1034. color: #d1d1d1;
  1035. /* margin:0 5px; */
  1036. }
  1037. .small #download{
  1038. display: inline-block;
  1039. text-align: center;
  1040. line-height: 24px;
  1041. width: 50px;
  1042. height: 24px;
  1043. font-size: 14px;
  1044. color: #fc5351;
  1045. border: 1px solid #fc5351;
  1046. border-radius: 30px;
  1047. margin-right: 12px;
  1048. padding-right: 0px;
  1049. }
  1050. .small .nodownload{
  1051. color: #b2b2b2 !important;
  1052. border: 1px solid #b2b2b2 !important;
  1053. }
  1054. .big{
  1055. padding-left: 12px;
  1056. background-color: #f6f6f6;
  1057. overflow: hidden;
  1058. padding: 12px 0;
  1059. }
  1060. .big>div{
  1061. float: left;
  1062. }
  1063. .big>div:first-child{
  1064. height: 66px;
  1065. width: 30px;
  1066. text-align: center;
  1067. line-height: 66px;
  1068. margin-left: 12px;
  1069. background-color: #e6e6e6;
  1070. }
  1071. .big_main>div{
  1072. float: left;
  1073. }
  1074. .big_main>div:first-child{
  1075. width: 66px;
  1076. height: 66px;
  1077. margin-left: 12px;
  1078. }
  1079. .big_main>div:first-child img{
  1080. width: 100%;
  1081. height: 100%;
  1082. border-radius: 10px;
  1083. }
  1084. .big_main>div:first-child+div{
  1085. margin-left: 12px;
  1086. width: 125px;
  1087. }
  1088. .big_main>div:first-child+div>p:first-child{
  1089. font-size: 14px;
  1090. max-width: 125px;
  1091. width: max-content;
  1092. overflow: hidden;
  1093. text-overflow: ellipsis;
  1094. white-space: nowrap;
  1095. border-bottom: 1px solid #f6f6f6;
  1096. }
  1097. .big_main>div:first-child+div>p:first-child:hover{
  1098. cursor: pointer;
  1099. color: #51a7ff;
  1100. /* width: fit-content;
  1101. border-bottom: 1px solid #51a7ff; */
  1102. }
  1103. .big_main>div:first-child+div>p:first-child>a:hover{color: #51a7ff;text-decoration: underline;}
  1104. .big_main>div:first-child+div>p:first-child+p,.big_main>div:first-child+div>p:first-child+p+p{
  1105. font-size: 12px;
  1106. color: gray;
  1107. margin-top: 5px;
  1108. }
  1109. /* .game_style>span:first-child{
  1110. border-right: 1px solid gray;
  1111. padding-right: 5px;
  1112. } */
  1113. .game_style>span:first-child+span{margin: 0 5px;}
  1114. .big>div:first-child+div+div{
  1115. width: 50px;
  1116. height: 24px;
  1117. text-align: center;
  1118. font-size: 13px;
  1119. background-color: #fc5351;
  1120. border-radius: 30px;
  1121. color: white;
  1122. margin-top: 23px;
  1123. float: right;
  1124. margin-right: 13px;
  1125. }
  1126. .hot_rank_1 .big{
  1127. display: block;
  1128. }
  1129. .hot_rank_1 .small{display: none;}
  1130. .big{display: none;}
  1131. .big>div:first-child+div+div>span{
  1132. line-height: 24px;
  1133. cursor: pointer;
  1134. }
  1135. .download button,.no_download button{
  1136. color: #fff;
  1137. line-height: 24px;
  1138. cursor: pointer;
  1139. }
  1140. .open_service_title .active{
  1141. border-bottom: 2px solid #51a7ff;
  1142. }
  1143. .download button:focus,
  1144. .download button:active,
  1145. .download button:focus,
  1146. .no_download button:focus,
  1147. .no_download button:active,
  1148. .no_download button:focus{
  1149. outline: none;
  1150. border-color: transparent;
  1151. box-shadow:none;
  1152. }
  1153. /* 游戏分类 */
  1154. .classify_gift{
  1155. width: 1200px;
  1156. margin: auto;
  1157. overflow: hidden;
  1158. }
  1159. .classify_gift>div{
  1160. float: left;
  1161. }
  1162. .classify{
  1163. width: 800px;
  1164. }
  1165. .classify_box{
  1166. overflow: hidden;
  1167. margin-top: 16px;
  1168. }
  1169. .classify_box>div{
  1170. float: left;
  1171. }
  1172. .classify_title>p{
  1173. width: 96px;
  1174. height: 50px;
  1175. text-align: center;
  1176. line-height: 50px;
  1177. background-color: #f6f6f6;
  1178. margin-bottom: 2px;
  1179. font-size: 14px;
  1180. position: relative;
  1181. }
  1182. .classify_title .active{
  1183. cursor: pointer;
  1184. background-color: #51a7ff;
  1185. color: white;
  1186. }
  1187. .classify_title .active:before {
  1188. content: '';
  1189. position: absolute;
  1190. right: -13px;
  1191. top: 19px;
  1192. border: 7px solid transparent;
  1193. border-left-color: transparent;
  1194. border-left-style: solid;
  1195. border-left-width: 7px;
  1196. border-left: 7px solid #51a7ff;
  1197. width: 0;
  1198. height: 0;
  1199. }
  1200. .classify_content .hide{
  1201. display:none;
  1202. }
  1203. .classify_content .show{
  1204. display: block;
  1205. overflow: scroll;
  1206. }
  1207. .classify_content .show::-webkit-scrollbar {display:none}
  1208. .classify_content>ul{
  1209. overflow: hidden;
  1210. list-style: none;
  1211. width: 704px;
  1212. height: 522px;
  1213. }
  1214. .classify_content>ul>li{
  1215. float: left;
  1216. width: 110px;
  1217. height: 168px;
  1218. text-align: center;
  1219. margin-left: 24px;
  1220. padding: 0 0;
  1221. display: flex;
  1222. flex-direction: column;
  1223. }
  1224. .classify_content>ul>li:hover{
  1225. background-color: #f6f6f6;
  1226. }
  1227. .classify_content>ul>li>div:first-child{
  1228. width: 86px;
  1229. height: 86px;
  1230. margin-left: 12px;
  1231. margin-bottom: 10px;
  1232. }
  1233. .classify_content>ul>li>div img{
  1234. width: 100%;
  1235. height: 100%;
  1236. border-radius: 10px;
  1237. }
  1238. .classify_content>ul>li>div:first-child+a{
  1239. font-size: 14px;
  1240. }
  1241. .classify_content>ul>li>div:first-child+a>p{
  1242. width: 84px;
  1243. margin: auto;
  1244. overflow: hidden;
  1245. text-overflow: ellipsis;
  1246. white-space: nowrap;
  1247. }
  1248. .classify_content>ul>li>div:first-child+a:hover{
  1249. cursor: pointer;
  1250. color: #51a7ff;
  1251. text-decoration: underline;
  1252. }
  1253. .classify_content .download button{
  1254. font-size: 14px;
  1255. border: 1px solid #fc5351;
  1256. width: 52px;
  1257. margin: auto;
  1258. border-radius: 30px;
  1259. margin-top: 13px;
  1260. padding:0;
  1261. color: #fc5351;
  1262. }
  1263. .classify_content .download button:hover{
  1264. cursor: pointer;
  1265. background-color: #fc5351;
  1266. color: white;
  1267. }
  1268. .classify_content .no_download button{
  1269. font-size: 14px;
  1270. border: 1px solid #ccc;
  1271. background: #ccc;
  1272. width: 52px;
  1273. margin: auto;
  1274. border-radius: 30px;
  1275. margin-top: 13px;
  1276. padding:0;
  1277. color: #fff;
  1278. }
  1279. /* 推荐礼包 */
  1280. .gift{
  1281. width: 384px;
  1282. margin-left: 15px;
  1283. }
  1284. .gift_content{
  1285. display: flex;
  1286. width: 800px;
  1287. float: left;
  1288. }
  1289. .gift_content li{
  1290. list-style: none;
  1291. width: 330px;
  1292. height: 86px;
  1293. /* background: red; */
  1294. }
  1295. .gift_content li:hover{
  1296. background-color: #f6f6f6;
  1297. }
  1298. .gift_content li>div{
  1299. float: left;
  1300. }
  1301. .gift_content li>p{
  1302. float: right;
  1303. }
  1304. .gift_content li>div:first-child{
  1305. width: 60px;
  1306. height: 60px;
  1307. margin:12px 0 0 12px;
  1308. }
  1309. .gift_content li>div:first-child+div>p:first-child{
  1310. margin:12px 0 0 12px;
  1311. font-size: 14px;
  1312. width: 126px;
  1313. overflow: hidden;
  1314. text-overflow: ellipsis;
  1315. white-space: nowrap;
  1316. }
  1317. .gift_content li>div:first-child+div>p:first-child>a{
  1318. display: block;
  1319. width: 126px;
  1320. overflow: hidden;
  1321. text-overflow: ellipsis;
  1322. white-space: nowrap;
  1323. }
  1324. .gift_content li>div:first-child+div>p:first-child>a:hover{
  1325. cursor: pointer;
  1326. color: #51a7ff;
  1327. text-decoration: underline;
  1328. }
  1329. .gift_content li>div:first-child img{
  1330. width: 100%;
  1331. height: 100%;
  1332. border-radius: 10px;
  1333. }
  1334. .gift_content li>p{
  1335. margin-right: 12px;
  1336. font-size: 12px;
  1337. line-height: 86px;
  1338. color: #fc5351;
  1339. }
  1340. .gift_content li>p>span{
  1341. font-size: 14px;
  1342. border: 1px solid #fc5351;
  1343. padding: 3px 10px;
  1344. border-radius: 30px;
  1345. }
  1346. .gift_content li>p a{color: #fc5351;}
  1347. .gift_content li>p span:hover a{color: #fff;}
  1348. .gift_content li>p>span:hover{
  1349. cursor: pointer;
  1350. background-color: #fc5351;
  1351. color: white;
  1352. }
  1353. .gift_progress{
  1354. margin-top: 20px;
  1355. margin-left: 12px;
  1356. color: #b7b7b7;
  1357. font-size: 12px;
  1358. }
  1359. .warp_gift_surplus{
  1360. width: 60px;
  1361. background-color: #e6e6e6;
  1362. border-radius: 8px;
  1363. height: 6px;
  1364. margin-top: 6px;
  1365. float: left;
  1366. }
  1367. .gift_surplus{
  1368. /* width: 80%; */
  1369. height: 6px;
  1370. background-color: #fca11c;
  1371. border-radius: 8px 0 0 8px;
  1372. }
  1373. .gift_progress p{
  1374. float: left;
  1375. padding-left: 10px;
  1376. }
  1377. .content_list_txt img{
  1378. cursor: pointer;
  1379. }
  1380. .no_gift img {
  1381. cursor: context-menu;
  1382. }
  1383. /* 尾部图片 */
  1384. .tail_pic{
  1385. width: 1200px;
  1386. margin: auto;
  1387. margin-top: 38px;
  1388. overflow: hidden;
  1389. }
  1390. .tail_pic>div{
  1391. float: left;
  1392. position: relative;
  1393. }
  1394. .tail_pic_one>div:first-child{
  1395. width: 1200px;
  1396. height: 224px;
  1397. }
  1398. .tail_pic_one>div:first-child>img{
  1399. width: 100%;
  1400. height: 100%;
  1401. }
  1402. .tail_pic_one a div,.tail_pic_two a div{
  1403. background-color: rgba(0, 0, 0, 0.5);
  1404. color: white;
  1405. position: absolute;
  1406. width: 100%;
  1407. height: 28px;
  1408. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  1409. }
  1410. .tail_pic_one span,.tail_pic_two span{
  1411. margin-left: 10px;
  1412. line-height: 28px;
  1413. font-size: 14px
  1414. }
  1415. .tail_pic_two{
  1416. margin-left: 16px;
  1417. }
  1418. .tail_pic_two>div:first-child{
  1419. width: 330px;
  1420. height: 138px;
  1421. }
  1422. .tail_pic_two>div:first-child>img{
  1423. width: 100%;
  1424. height: 100%;
  1425. }
  1426. .tail_pic img {
  1427. width: 100%;
  1428. height: 100%;
  1429. }
  1430. /* 轮番 */
  1431. /* .layui-carousel{
  1432. height: 241px !important;
  1433. margin: 14px auto;
  1434. } */
  1435. .swiper-slide .txt {
  1436. width: 100%;
  1437. position: absolute;
  1438. height: 28px;
  1439. left: -1px;
  1440. z-index: 11;
  1441. bottom: 0px;
  1442. background-color: rgba(0, 0, 0, 0.5);
  1443. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  1444. }
  1445. .swiper-slide .txt p {
  1446. display: block;
  1447. font-size: 16px;
  1448. width: 440px;
  1449. text-align: left;
  1450. line-height: 28px;
  1451. margin-left: 10px;
  1452. color: white;
  1453. overflow: hidden;
  1454. text-overflow: ellipsis;
  1455. white-space: nowrap;
  1456. }
  1457. .layui-carousel-ind{
  1458. position: absolute !important;
  1459. z-index: 28 !important;
  1460. top: 90% !important;
  1461. text-align: right !important;
  1462. right: 0;
  1463. width: auto !important;
  1464. }
  1465. .layui-carousel-ind ul{
  1466. background: none !important;
  1467. }
  1468. .layui-carousel-ind ul:hover{
  1469. background: none !important;
  1470. }
  1471. .layui-carousel-ind li{
  1472. background: #fff !important;
  1473. }
  1474. .layui-carousel-ind li.layui-this{
  1475. background: #51a7ff !important;
  1476. }
  1477. .layui-carousel-arrow,.layui-carousel-arrow:hover{
  1478. background-color: rgba(0,0,0,.7) !important;
  1479. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  1480. }
  1481. .layui-carousel-arrow[lay-type=add]{
  1482. right: 4px !important;
  1483. }
  1484. .layui-carousel-arrow[lay-type=sub]{
  1485. left: 4px !important;
  1486. }