main.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei",Arial;-webkit-text-size-adjust:none;}
  4. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
  5. input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
  6. a{color:#333;text-decoration:none;}
  7. .tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
  8. .dis{display:block;}.undis{display:none;}
  9. .fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
  10. .hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
  11. .hr_1{height:1px;}.hr_10{height:10px;}
  12. input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
  13. button{cursor: pointer;}
  14. body{min-width: 1200px;}
  15. .red{color: #f1280f !important;}
  16. .green{color: #3dc18e !important;}
  17. .m-top100 {
  18. margin-top: 100px!important;
  19. }
  20. .clear:after {
  21. content: '';
  22. display: block;
  23. clear: both;
  24. height: 0;
  25. overflow: hidden;
  26. visibility: hidden;
  27. }
  28. .clear {
  29. zoom: 1;
  30. }
  31. .flex {
  32. display: flex;
  33. display: -webkit-flex;
  34. }
  35. .flex_just {
  36. -webkit-justify-content: center;
  37. justify-content: center;
  38. }
  39. .flex_center {
  40. -webkit-align-items: center;
  41. -webkit-align-content: center;
  42. }
  43. .flex_colum {
  44. -webkit-flex-direction: column;
  45. flex-direction: column;
  46. }
  47. .flex_1 {
  48. flex: 1;
  49. -webkit-flex: 1;
  50. }
  51. .flex_around {
  52. justify-content: space-around;
  53. }
  54. .flex_between {
  55. justify-content: space-between;
  56. }
  57. .flex_start {
  58. justify-content: flex-start;
  59. }
  60. .flex_end {
  61. justify-content: flex-end;
  62. }
  63. .banner {
  64. background: url(../ecshe_img/main_banner.jpg) no-repeat center #171a25;
  65. height: 685px;
  66. width: 100%;
  67. margin: 0 auto;
  68. }
  69. .banner2 {
  70. height: 500px;
  71. margin: 0 auto;
  72. width: 100%;
  73. text-align: center;
  74. background-color: #222731;
  75. }
  76. .banner2 .coin-btc-details {
  77. width: 1200px;
  78. overflow: hidden;
  79. margin: 0 auto;
  80. padding-top: 20px;
  81. }
  82. .banner2 .coin-btc-details .main-title {
  83. display: inline-block;
  84. float: left;
  85. width: 330px;
  86. line-height: 62px;
  87. text-align: left;
  88. }
  89. .banner2 .coin-btc-details .icon_coin-btc {
  90. width: 30px;
  91. height: 30px;
  92. vertical-align: middle;
  93. }
  94. .banner2 .coin-btc-details .coin-name {
  95. display: inline-block;
  96. font-size: 28px;
  97. color: #fff;
  98. vertical-align: middle;
  99. margin: auto 10px auto 5px;
  100. }
  101. .banner2 .coin-btc-details .coin-brief {
  102. display: inline-block;
  103. padding: 0 10px;
  104. height: 28px;
  105. color: #fff;
  106. text-align: center;
  107. line-height: 28px;
  108. font-size: 13px;
  109. border: 1px solid #fff;
  110. border-radius: 12px;
  111. text-decoration: none;
  112. vertical-align: middle;
  113. }
  114. .banner2 .coin-btc-details .coin-brief:hover {
  115. background-color: #313131;
  116. }
  117. .banner2 .coin-btc-details .total-box{
  118. width: 100%;
  119. }
  120. .banner2 .coin-btc-details .total-box li {
  121. float: left;
  122. text-align: center;
  123. width: 181px;position:relative;height: 100px;
  124. }
  125. .banner2 .coin-btc-details .total-box li p {
  126. font-size: 20px;
  127. color: #fff;
  128. }
  129. .banner2 .coin-btc-details .total-box li h3 {
  130. height: 40px;
  131. line-height:60px;
  132. overflow: hidden;
  133. font-size: 20px;
  134. font-weight: 300;
  135. color: #fff;
  136. }
  137. .banner2 .coin-btc-details .total-box li h3.red {
  138. color: #f1280f;
  139. }
  140. .banner2 .coin-btc-details .total-box li h3 span {
  141. font-size: 15px;
  142. }
  143. .banner2 .coin-btc-details .total-box li p:last-child {
  144. font-size: 12px;
  145. color: #636a76;
  146. }
  147. .banner2 .coin-btc-details .total-box .total-price {
  148. width: 201px;
  149. text-align: left;
  150. }
  151. .banner2 .coin-btc-details .total-box .total-price h3 {
  152. font-size: 30px;
  153. line-height:46px;
  154. }
  155. .banner2 .coin-btc-details .total-box .total-price h3 span {
  156. font-size: 20px;
  157. }
  158. .banner2 .coin-btc-details .total-box .total-increase {
  159. width: 100px;
  160. }
  161. .swiper-container {
  162. width: 100%;
  163. height: 180px!important;
  164. margin-top: 120px!important;
  165. }
  166. .swiper-container img {
  167. margin: 0 auto;
  168. width: 100%;
  169. }
  170. .swiper-container .content {
  171. color: #fff;
  172. text-align: center;
  173. }
  174. .swiper-container {
  175. width: 1200px;
  176. margin: 0 auto;
  177. }
  178. .swiper-container .icon-items {
  179. color: #fff;
  180. width: 222px;
  181. height: 130px;
  182. line-height: 130px;
  183. border-radius: 8px;
  184. border: solid 1px #1f2636;
  185. padding: 0 22px;
  186. background-color: rgb(31, 38, 54);
  187. }
  188. .swiper-container .icon-items:hover {
  189. border: solid 1px #5773c8;
  190. background-color: rgba(46,73,154, .5);
  191. transition-duration: 0.5s;
  192. -moz-transition-duration: 0.5s; /* Firefox 4 */
  193. -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
  194. -o-transition-duration: 0.5s; /* Opera */
  195. }
  196. .swiper-container .icon-items .img_icon{
  197. display: inline-block;
  198. width: 80px;
  199. height: 80px;
  200. vertical-align:middle;
  201. }
  202. .swiper-container .icon-items .text-content {
  203. float: right;
  204. line-height: 30px;
  205. text-align: right;
  206. font-size: 18px;
  207. margin-top: 19px;
  208. }
  209. .swiper-container .icon-items .text-content p {
  210. }
  211. .swiper-pagination-bullet {
  212. width: 12px!important;
  213. height: 12px!important;
  214. opacity: 1!important;
  215. background: #5064cd!important;
  216. }
  217. .swiper-pagination-bullet-active {
  218. background: #5064cd!important;
  219. width: 24px!important;
  220. border-radius: 5px!important;
  221. }
  222. .content-2 {
  223. background: url(../ecshe_img/main_banner2.jpg) no-repeat center;
  224. height: 458px;
  225. width: 100%;
  226. color: #fff;
  227. text-align: center;
  228. }
  229. .banner-brief {
  230. color: #fff;
  231. text-align: center;
  232. }
  233. .banner-brief .text-1 {
  234. display: inline-block;
  235. line-height: 50px;
  236. margin-top: 228px;
  237. font-size: 50px;
  238. letter-spacing: 10px;
  239. margin-bottom: 42px;
  240. }
  241. .banner-brief .text-2 {
  242. line-height: 60px;
  243. font-size: 40px;
  244. letter-spacing: 10px;
  245. }
  246. .text-2 span {
  247. font-size: 60px;
  248. }
  249. .menu-tabs {
  250. z-index: 999;
  251. position: absolute;
  252. top: 0;
  253. left: 0;
  254. right: 0;
  255. height: 100px;
  256. line-height: 100px;
  257. width: 100%;
  258. min-width: 1200px;
  259. margin: 0 auto;
  260. background-color: rgba(0, 0, 0, 0.15);
  261. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  262. }
  263. .menu-tabs .logo {
  264. display: inline-block;
  265. margin-top: -5px;
  266. width: 168px;
  267. height: 62px;
  268. overflow: hidden;
  269. vertical-align: middle;
  270. margin-left: 46px;
  271. }
  272. .menu-tabs .logo img {
  273. width: 168px;
  274. height: 62px;
  275. }
  276. .menu-tabs .tabs {
  277. display: inline-block;
  278. font-size: 16px;
  279. color: #fff;
  280. margin-left: 61px;
  281. }
  282. .menu-tabs .r-box {
  283. display: inline-block;
  284. float: right;
  285. color: #fff;
  286. margin-right: 46px;
  287. }
  288. .menu-tabs .r-box a {
  289. display: inline-block;
  290. width: 88px;
  291. height: 32px;
  292. line-height: 32px;
  293. color: #fff;
  294. font-size: 16px;
  295. text-align: center;
  296. }
  297. .menu-tabs .r-box label {
  298. display: inline-block;
  299. vertical-align: middle;
  300. width: 88px;
  301. height: 32px;
  302. line-height: 32px;
  303. font-size: 16px;
  304. color: #fff;
  305. text-align: center;
  306. cursor: pointer;
  307. }
  308. .menu-tabs .r-box a.register {
  309. background: #677ae2;
  310. color: #fff;
  311. }
  312. .menu-tabs .r-box .register:hover {
  313. background: #5773c8;
  314. }
  315. .menu-tabs .r-box .uuser{
  316. display: inline-block;
  317. cursor: pointer;
  318. }
  319. .menu-tabs .r-box .uuser label {
  320. display: block;
  321. width: 88px;
  322. height: 32px;
  323. line-height: 32px;
  324. color: #fff;
  325. font-size: 16px;
  326. text-align: center;
  327. background: #677ae2;
  328. cursor: pointer;
  329. }
  330. .menu-tabs .r-box .uuser label:hover {
  331. background: #5773c8;
  332. }
  333. .menu-tabs .r-box .login:hover {
  334. color: #93b3ff;
  335. }
  336. .menu-tabs .r-box .language {
  337. display: inline-block;
  338. margin-right: 46px;
  339. }
  340. .menu-tabs .r-box .language img {
  341. vertical-align: middle;
  342. }
  343. .menu-tabs .r-box .language span {
  344. color: #6476a0;
  345. }
  346. .menu-tabs .r-box .language .arrow-down {
  347. width: 16px;
  348. height: 14px;
  349. }
  350. .menu-tabs .language-box {
  351. display: none;
  352. position: absolute;
  353. width: 130px;
  354. overflow: hidden;
  355. background: #1f2636;
  356. right: 265px;
  357. top: 100px;
  358. padding: 10px 10px;
  359. z-index: 99;
  360. }
  361. .menu-tabs .language-box p {
  362. display: block;
  363. width: 100%;
  364. height: 50px;
  365. line-height: 50px;
  366. overflow: hidden;
  367. float: right;
  368. color: #fff;
  369. font-size: 16px;
  370. }
  371. .menu-tabs .language-box a{
  372. display: block;
  373. line-height: 50px;
  374. padding-left: 20px;
  375. color: #fff;
  376. }
  377. .menu-tabs .language-box a:hover{
  378. background-color: #5773c8;
  379. }
  380. .menu-tabs .uuser-box {
  381. display: none;
  382. position: absolute;
  383. width: 130px;
  384. overflow: hidden;
  385. background: #1f2636;
  386. right: 4px;
  387. top: 100px;
  388. padding: 10px 10px;
  389. z-index: 99;
  390. }
  391. .menu-tabs .uuser-box p {
  392. display: block;
  393. width: 100%;
  394. height: 50px;
  395. line-height: 50px;
  396. overflow: hidden;
  397. float: right;
  398. color: #fff;
  399. font-size: 16px;
  400. }
  401. .menu-tabs .uuser-box a{
  402. display: block;
  403. line-height: 50px;
  404. padding-left: 20px;
  405. color: #fff;
  406. }
  407. .menu-tabs .uuser-box a:hover{
  408. background-color: #5773c8;
  409. }
  410. .menu-tabs .tabs a{
  411. color: #fff;
  412. font-size: 16px;
  413. margin: 0 11px;
  414. }
  415. .menu-tabs .tabs a:hover {
  416. color: #93b3ff;
  417. transition-duration: 0.5s;
  418. -moz-transition-duration: 0.5s; /* Firefox 4 */
  419. -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
  420. -o-transition-duration: 0.5s; /* Opera */
  421. }
  422. .main-advert {
  423. width: 100%;
  424. margin: 0 auto;
  425. height: 60px;
  426. line-height: 60px;
  427. background: #1f2636;
  428. color: #a0d5b9;
  429. text-align: center;
  430. font-size: 15px;
  431. }
  432. .main-advert li {
  433. display: inline-block;
  434. margin: 0 18px;
  435. }
  436. .main-advert li a{ color: #83d5b9; }
  437. .main-advert li a:hover{
  438. color: #e33737;
  439. text-decoration: none;
  440. }
  441. .main-tabs-center {
  442. width: 100%;
  443. margin: 0 auto;
  444. height: 60px;
  445. line-height: 60px;
  446. background: #272b5b;
  447. color: #fff;
  448. text-align: center;
  449. }
  450. .main-tabs-center ul {
  451. width: 1200px;
  452. margin: 0 auto;
  453. }
  454. .main-tabs-center ul li {
  455. display: inline-block;
  456. width: 33.33%;
  457. font-size: 18px;
  458. cursor: pointer;
  459. float: left;
  460. }
  461. .main-tabs-center ul li.active {
  462. background: #2a377f;
  463. }
  464. /*Form 1*/
  465. .main-table-box5 {
  466. margin:50px auto 0 auto;
  467. width: 1200px;
  468. overflow: hidden;
  469. color: #ffffff;
  470. border: solid 1px #1f2636;
  471. background-color: #1f2636;
  472. }
  473. .main-table-box5 .table-tab {
  474. margin-bottom: 2px;
  475. height: 56px;
  476. line-height: 56px;
  477. border-bottom: solid 1px #313a56;/*下划线颜色*/
  478. }
  479. .main-table-box5 .table-tab li {
  480. float: left;
  481. margin: 0 10px;
  482. padding: 0 20px;
  483. font-size: 16px;
  484. cursor: pointer;
  485. }
  486. .main-table-box5 .table-tab li.active {
  487. color: #424ec5;
  488. border-bottom: #424ec5 2px solid;
  489. }
  490. .main-table-box5 .table-head {
  491. height: 48px;
  492. line-height: 48px;
  493. }
  494. .main-table-box5 .table-head li {
  495. float: left;
  496. width: 14.28%;
  497. font-size: 15px;
  498. color: #add5d8;/*首页文字颜色*/
  499. }
  500. .main-table-box5 .table-head li i{
  501. margin: auto 13px;
  502. }
  503. .main-table-box5 .table-item { overflow: hidden; }
  504. .main-table-box5 .table-item li {
  505. height: 60px;
  506. line-height: 60px;
  507. overflow: hidden;
  508. border-top: solid 1px #313a56;
  509. font-size: 14px;
  510. }
  511. .main-table-box5 .table-item li:hover {
  512. background-color: #171a25;
  513. }
  514. .main-table-box5 .table-item li i {
  515. margin: auto 13px;
  516. }
  517. .main-table-box5 .table-item dt,.main-table-box5 .table-item dd {
  518. width: 14.28%;
  519. }
  520. .main-table-box5 .table-item dt.market img {
  521. vertical-align: middle;
  522. }
  523. .main-table-box5 .table-item dt.market span {
  524. vertical-align: middle;
  525. }
  526. .main-table-box5 .table-item dt.market span:last-child {
  527. color: #add5d8;
  528. }
  529. .main-table-box5 .table-item dt.market span.coin_name {
  530. vertical-align: middle;
  531. margin-left: 8px;
  532. color: #add5d8;
  533. }
  534. .main-table-box5 .table-item dd span{
  535. display: inline-block;
  536. padding: 6px 0px 6px 5px;
  537. min-width: 85px;
  538. line-height: normal;
  539. overflow: hidden;
  540. color: #fff;
  541. font-size: 12px;
  542. text-align: right;
  543. border-radius: 5px;
  544. vertical-align: middle;
  545. margin-top: -5px;
  546. }
  547. .main-table-box5 .table-item dd span.btn-up {
  548. background: #f1280f;
  549. }
  550. .main-table-box5 .table-item dd span.btn-down {
  551. background: #3dc18e;
  552. }
  553. .main-table-box5 .table-item dd i.icon-up, .main-table-box5 .table-item dd i.icon-down{
  554. position: relative;
  555. float: right;
  556. width: 10px;
  557. height: 13px;
  558. margin-left: 5px;
  559. margin-right: 7px;
  560. margin-top: 1px;
  561. }
  562. .main-table-box5 .table-item dd i.icon-up {
  563. background: url(../ecshe_img/icon-up.png) no-repeat;
  564. background-size: 100% 100%;
  565. animation: 2s ease 0s normal none infinite running magic-arrow-up;
  566. }
  567. .main-table-box5 .table-item dd i.icon-down {
  568. background: url(../ecshe_img/icon-down.png) no-repeat;
  569. background-size: 100% 100%;
  570. animation: 2s ease 0s normal none infinite running magic-arrow-down;
  571. }
  572. @keyframes magic-arrow-up{
  573. 0%{opacity:0;top:5px;}
  574. 30%{opacity:1}
  575. 100%{opacity:0;top:0;}
  576. }
  577. @keyframes magic-arrow-down{
  578. 0%{opacity:0;top:-5px;}
  579. 30%{opacity:1}
  580. 100%{opacity:0;top:5px;}
  581. }
  582. .main-table-box5 .table-item dt.deal{
  583. text-align: left;
  584. margin-top: 12px;
  585. line-height: 20px;
  586. }
  587. .main-table-box5 .table-item dt.deal div{
  588. margin-left: 26px;
  589. }
  590. .main-table-box5 .table-item dt.deal p:first-child {
  591. font-size: 14px;
  592. color: #add5d8;
  593. }
  594. .main-table-box5 .table-item dt.deal p:last-child {
  595. font-size: 12px;
  596. color: #add5d8;
  597. }
  598. .tables-content {
  599. width: 1242px;
  600. margin: 0 auto;
  601. margin-bottom: 100px;
  602. }
  603. /*Form 2*/
  604. table tr:active {
  605. background: #f3f3f3;
  606. }
  607. table tr:not(:first-child):hover {
  608. background: #f3f3f3;
  609. }
  610. table td.down {
  611. color: #3dc18e;
  612. }
  613. table td.up {
  614. color: #f1280f;
  615. }
  616. .table-section-title {
  617. height: 58px;
  618. line-height: 58px;
  619. width: 100%;
  620. padding-left: 10px;
  621. }
  622. .table-section-title span {
  623. display: inline-block;
  624. width: 120px;
  625. height: 100%;
  626. line-height: 58px;
  627. font-size: 16px;
  628. text-align: center;
  629. }
  630. .table-section-title span.active {
  631. color: #018bc0;
  632. border-bottom: solid #018bc0 2px;
  633. }
  634. .table-section-title span:hover {
  635. color: #018bc0;
  636. }
  637. .main-table-box2 {
  638. margin: 0 auto;
  639. margin-top: 20px;
  640. width: 290px;
  641. height: 892px;
  642. background: #fff;
  643. margin-right: 15px;
  644. float: left;
  645. }
  646. .main-table-box2 .table-section-title span {
  647. width: 45px;
  648. margin-right: 26px;
  649. }
  650. .main-table-box2 table {
  651. color: #181818;
  652. margin: 0 auto;
  653. text-align: center;
  654. border-collapse: collapse;
  655. width: 290px;
  656. border: solid 1px #eceff0;
  657. }
  658. .main-table-box2 table tr {
  659. height: 60px;
  660. border-bottom: solid 1px #eceff0;
  661. }
  662. .main-table-box2 table tr:first-child {
  663. height: 34px;
  664. color: #aaa!important;
  665. font-size: 12px;
  666. }
  667. .main-table-box2 table tr td {
  668. height: 48px;
  669. font-size: 14px;
  670. }
  671. .main-table-box2 table td.market img {
  672. vertical-align: middle;
  673. }
  674. .main-table-box2 table td.market span {
  675. vertical-align: middle;
  676. }
  677. .main-table-box2 table tr td:nth-child(2).up {
  678. color: #f1280f;
  679. }
  680. .main-table-box2 table tr td:nth-child(2).down {
  681. color: #3dc18e;
  682. }
  683. .main-table-box2 table tr td:nth-child(3).up {
  684. color: #f1280f;
  685. }
  686. .main-table-box2 table tr td:nth-child(3).down {
  687. color: #3dc18e;
  688. }
  689. .table_coin_box{
  690. overflow: hidden;
  691. color: #181818;
  692. border-top: solid 1px #eceff0;
  693. }
  694. .table_coin_box .table-head{
  695. height: 48px;
  696. line-height: 48px;
  697. overflow: hidden;
  698. color: #aaa;
  699. font-size: 12px;
  700. border-bottom: solid 1px #eceff0;
  701. }
  702. .table_coin_box .table-head li{
  703. float: left;
  704. font-size: 14px;
  705. }
  706. .table_coin_box .table-head li i {
  707. margin: auto 6px;
  708. }
  709. .table_coin_box .table-list{
  710. overflow: hidden;
  711. }
  712. .table_coin_box .table-list li{
  713. height: 48px;
  714. line-height: 48px;
  715. overflow: hidden;
  716. font-size: 13px;
  717. border-bottom: solid 1px #eceff0;
  718. }
  719. .table_coin_box .table-list li:hover{
  720. background: #f3f3f3;
  721. }
  722. .table_coin_box .table-list li dt{
  723. line-height: 45px;
  724. }
  725. .table_coin_box .table-list li i {
  726. margin: auto 6px;
  727. }
  728. .table_coin_box .table-list dt.market img {
  729. vertical-align: middle;
  730. }
  731. .table_coin_box .table-list dt.market span {
  732. vertical-align: middle;
  733. }
  734. .table_coin_box .table-list dt.market span.coin_name {
  735. vertical-align: middle;
  736. margin-left: 5px;
  737. }
  738. /*Form 3*/
  739. .authorize-box {
  740. background: #fff;
  741. margin-top: 20px;
  742. width: 615px;
  743. }
  744. .authorize-box .r-btns {
  745. float: right;
  746. }
  747. .authorize-box .r-btns span {
  748. display: inline-block;
  749. font-size: 14px;
  750. width: 80px;
  751. text-align: center;
  752. }
  753. .authorize-box .r-btns span:first-child {
  754. color: #f1280f;
  755. }
  756. .authorize-box .r-btns span:last-child {
  757. color: #3dc18e;
  758. margin-right: 28px;
  759. }
  760. .main-table-box3 {
  761. height: 600px;
  762. background: #fff;
  763. }
  764. .main-table-box3 table {
  765. color: #181818;
  766. margin: 0 auto;
  767. text-align: center;
  768. border-collapse: collapse;
  769. width: 96%;
  770. }
  771. .main-table-box3 table tr {
  772. text-align: left;
  773. height: 34px;
  774. }
  775. .main-table-box3 table tr:first-child {
  776. height: 46px;
  777. color: #aaa!important;
  778. font-size: 12px;
  779. text-align: left;
  780. border-bottom: solid 1px #eceff0;
  781. }
  782. .main-table-box3 table tr td {
  783. height: 48px;
  784. font-size: 14px;
  785. }
  786. .main-table-box3 table td.market img {
  787. vertical-align: middle;
  788. }
  789. .main-table-box3 table td.market span {
  790. vertical-align: middle;
  791. }
  792. .main-table-box3 table tr td:nth-child(2).up {
  793. color: #f1280f;
  794. }
  795. .main-table-box3 table tr td:nth-child(2).down {
  796. color: #3dc18e;
  797. }
  798. .main-table-box3 table tr td:nth-child(3).up {
  799. color: #f1280f;
  800. }
  801. .main-table-box3 table tr td:nth-child(3).down {
  802. color: #3dc18e;
  803. }
  804. .records-box {
  805. float: right;
  806. }
  807. .records-box .main-table-box2 {
  808. height: 425px!important;
  809. }
  810. .records-box table {
  811. border: none!important;
  812. }
  813. .records-box table tr {
  814. border: none!important;
  815. }
  816. .records-box .main-table-box2 table tr:first-child {
  817. height: 58px!important;
  818. }
  819. .records-box .main-table-box2 table tr td {
  820. height: 34px!important;
  821. }
  822. .records-box .main-table-box2 table tr {
  823. height: 34px!important;
  824. }
  825. .records-box table tr:first-child {
  826. border-bottom: solid 1px #eceff0!important;
  827. }
  828. .records-box table tr:nth-child(6) {
  829. border-bottom: solid 1px #eceff0!important;
  830. }
  831. .records-box .table-count-list {
  832. background: #fff;
  833. margin-top: 20px;
  834. height: 454px;
  835. }
  836. .records-box .table-count-list table tr {
  837. border-bottom: none!important;
  838. }
  839. .main-summary {
  840. margin: 0 auto;
  841. width: 1200px;
  842. overflow: hidden;
  843. margin-top: 20px;
  844. border-radius: 8px;
  845. background-color: #1f2636
  846. }
  847. .main-summary .title {
  848. line-height: 28px;
  849. font-size: 28px;
  850. font-weight: 300;
  851. color: #ffffff;
  852. text-align: center;
  853. margin: 85px 0 72px 0;
  854. }
  855. .main-summary .summary-content {
  856. overflow: hidden;
  857. border-radius: 8px;
  858. }
  859. .main-summary .summary-content .item {
  860. float: left;
  861. width: 300px;
  862. text-align: center;
  863. background-color: #1f2636;
  864. }
  865. .main-summary .summary-content .item p {
  866. font-size: 14px;
  867. color: #ffffff;
  868. line-height: 30px;
  869. }
  870. .main-summary .summary-content .item h3 {
  871. color: #add5d8;
  872. margin: 30px 0 22px 0;
  873. font-size: 20px;
  874. font-weight: 300;
  875. }
  876. .box-main-warings{
  877. margin: 0 auto;
  878. width: 1200px;
  879. overflow: hidden;
  880. margin-top: 23px;
  881. margin-bottom: 38px;
  882. background-color: #1f2636;
  883. border-radius: 8px;
  884. }
  885. .box-main-warings .main-warings {
  886. margin: 0 auto;
  887. width: 620px;
  888. line-height: 50px;
  889. text-align: center;
  890. }
  891. .box-main-warings .main-warings img {
  892. vertical-align: middle;
  893. }
  894. .box-main-warings .main-warings span {
  895. vertical-align: middle;
  896. margin-left: 5px;
  897. font-size: 18px;
  898. color: #ffffff;
  899. }
  900. .footer {
  901. width: 100%;
  902. height: 166px;
  903. background: #222731;
  904. }
  905. .footer .footer-content {
  906. position: relative;
  907. width: 1200px;
  908. height: 100%;
  909. margin: 0 auto;
  910. overflow: hidden;
  911. }
  912. .footer .footer-content .fc-box{
  913. width: 950px;
  914. overflow: hidden;
  915. margin-top: 60px;
  916. float: right;
  917. text-align: right;
  918. }
  919. .footer .footer-content .footer-menus {
  920. font-size: 15px;
  921. color: #fff;
  922. }
  923. .footer .footer-content .footer-menus a {
  924. color: #fff;
  925. }
  926. .footer .footer-content .footer-menus a:hover {
  927. color: #059DFF;
  928. transition-duration: 0.5s;
  929. -moz-transition-duration: 0.5s; /* Firefox 4 */
  930. -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
  931. -o-transition-duration: 0.5s; /* Opera */
  932. }
  933. .footer .footer-content .footer-menus span:last-child {
  934. display: none;
  935. }
  936. .footer .footer-content .footer-menus .line {
  937. margin: 0 6px;
  938. }
  939. .footer .footer-content .copyright-box{
  940. float: left;
  941. margin-top: 48px;
  942. color: #fff;
  943. font-size: 14px;
  944. }
  945. .footer .footer-content .copyright-box p{
  946. margin-top: 5px;
  947. }
  948. .footer .footer-content .country-list {
  949. margin-top: 30px;
  950. }
  951. .footer .footer-content .country-list img {
  952. margin-left: 20px;
  953. }
  954. /*买*/
  955. .trade-box {
  956. float: left;
  957. margin-top: 20px;
  958. }
  959. .buy-box {
  960. position: relative;
  961. float: left;
  962. background: #fff;
  963. width: 280px;
  964. padding: 24px 14px 20px 14px;
  965. }
  966. .buy-box .buy-title {
  967. font-size: 14px;
  968. color: #181818;
  969. }
  970. .buy-box .buy-title span {
  971. font-size: 14px;
  972. color: #f1280f;
  973. margin-left: 5px;
  974. font-weight: 600;
  975. }
  976. .buy-box input {
  977. width: 67%;
  978. height: 40px;
  979. border: solid #e8e8e8 1px;
  980. border-radius: 5px;
  981. padding-left: 3%;
  982. padding-right: 30%;
  983. margin: 10px 0;
  984. }
  985. .buy-box .buy-count {
  986. font-size: 14px;
  987. color: #181818;
  988. margin-top: 10px
  989. }
  990. .buy-box .buy-count span {
  991. font-size: 14px;
  992. color: #f1280f;
  993. margin-left: 5px;
  994. font-weight: 600;
  995. }
  996. .buy-box .buy-count label:first-child {
  997. float: left;
  998. }
  999. .buy-box .buy-count label:last-child {
  1000. float: right;
  1001. }
  1002. .buy-box .btn-buy {
  1003. width: 100%;
  1004. height: 40px;
  1005. font-size: 15px;
  1006. color: #fff;
  1007. background: #f1280f;
  1008. border: none;
  1009. outline: none;
  1010. border-radius: 6px;
  1011. margin-top: 15px;
  1012. }
  1013. .buy-box .chain-name1 {
  1014. color: #878787;
  1015. position: absolute;
  1016. right: 30px;
  1017. top: 65px;
  1018. }
  1019. .buy-box .chain-name2 {
  1020. color: #878787;
  1021. position: absolute;
  1022. right: 30px;
  1023. top: 130px;
  1024. }
  1025. /*Buy*/
  1026. .sell-box .buy-title span {
  1027. color: #3dc18e!important;
  1028. }
  1029. .sell-box .buy-count span {
  1030. color: #3dc18e!important;
  1031. }
  1032. .sell-box .btn-buy {
  1033. background: #3dc18e!important;
  1034. }
  1035. .buy{color: #f1280f !important;}
  1036. .sell{color: #3dc18e !important;}
  1037. /*Download*/
  1038. .main-download {
  1039. padding: 72px 0;
  1040. overflow: hidden;
  1041. background: linear-gradient(to bottom right,#2b3479,#22b1fe);
  1042. }
  1043. .main-download .title{
  1044. margin: 0 auto;
  1045. width: 1200px;
  1046. overflow: hidden;
  1047. text-align: center;
  1048. color: #fff;
  1049. }
  1050. .main-download .title h2{
  1051. font-size: 24px;
  1052. font-weight: 500;
  1053. }
  1054. .main-download .title h3{
  1055. margin: 20px 0 60px 0;
  1056. font-weight: 500;
  1057. }
  1058. .main-download .listshow{
  1059. margin: 0 auto;
  1060. width: 1200px;
  1061. }
  1062. .main-download .listshow .list-ld{
  1063. float: left;
  1064. }
  1065. .main-download .listshow .list-ld img{
  1066. display: inline-block;
  1067. vertical-align:middle;
  1068. margin-right: 10px;
  1069. }
  1070. .main-download .listshow .list-ld ul{
  1071. display: inline-block;
  1072. overflow: hidden;
  1073. margin-top: 40px;
  1074. }
  1075. .main-download .listshow .list-ld ul li{
  1076. float: left;
  1077. }
  1078. .main-download .listshow .list-ld ul li a{
  1079. display: block;
  1080. width: 150px;
  1081. height: 38px;
  1082. line-height: 38px;
  1083. background-color: rgba(255,255,255,.2);
  1084. color: #fff;
  1085. border-radius: 5px;
  1086. margin-right: 10px;
  1087. text-align: center;
  1088. cursor: pointer;
  1089. }
  1090. .main-download .listshow .list-ld ul li a:hover{
  1091. background-color: rgba(31,151,246);
  1092. }
  1093. .main-download .listshow .list-rd{
  1094. float: right;
  1095. }
  1096. .main-download .listshow .list-rd img{
  1097. display: inline-block;
  1098. vertical-align: middle;
  1099. margin-right: 10px;
  1100. }
  1101. .main-download .listshow .list-rd ul{
  1102. display: inline-block;
  1103. overflow: hidden;
  1104. margin-top: 40px;
  1105. }
  1106. .main-download .listshow .list-rd ul li{
  1107. float: left;
  1108. }
  1109. .main-download .listshow .list-rd ul li a{
  1110. display: block;
  1111. width: 150px;
  1112. height: 38px;
  1113. line-height: 38px;
  1114. background-color: rgba(255,255,255,.2);
  1115. color: #fff;
  1116. border-radius: 5px;
  1117. margin-right: 10px;
  1118. text-align: center;
  1119. cursor: pointer;
  1120. }
  1121. .main-download .listshow .list-rd ul li a:hover{
  1122. background-color: rgba(31,151,246);
  1123. }
  1124. .main-parent{
  1125. padding: 72px 0;
  1126. overflow: hidden;
  1127. background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  1128. width: 100%;
  1129. }
  1130. .main-parent h2{
  1131. font-size: 24px;
  1132. font-weight: 500;
  1133. }
  1134. .main-parent .title h2{
  1135. margin: 0 auto;
  1136. width: 1200px;
  1137. overflow: hidden;
  1138. text-align: center;
  1139. color: #fff;
  1140. }
  1141. .listshows li{
  1142. list-style: none;
  1143. display: inline-block;
  1144. margin-top: 20px;
  1145. }
  1146. /*.listshows ul{*/
  1147. /*padding-left: 50px;*/
  1148. /*}*/
  1149. .listshows li a{
  1150. padding-left: 120px;
  1151. }