comon0.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box}
  7. *,body{padding:0px; margin:0px;color: #fff;;font-family: "微软雅黑";}
  8. body{color:#fff;font-size: .1rem;
  9. background:#000 url(../images/bg.jpg) no-repeat; background-size:cover;
  10. }
  11. html{background: -webkit-radial-gradient(50% 35%, farthest-corner,#365ec7,#24418b,#11285e,#031338);
  12. background: radial-gradient(50% 35%, farthest-corner,#034f8e,#034987,#02366d,#002353);}
  13. @font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
  14. li{ list-style-type:none;}
  15. table{}
  16. i{ margin:0px; padding:0px; text-indent:0px;}
  17. img{ border:none; max-width: 100%;}
  18. a{ text-decoration:none; color:#399bff;}
  19. a.active,a:focus{ outline:none!important; text-decoration:none;}
  20. ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
  21. a:hover{ color:#06c; text-decoration: none!important}
  22. i,em{font-style: normal;}
  23. .clearfix:after, .clearfix:before {
  24. display: table;
  25. content: " "
  26. }
  27. .clearfix:after {
  28. clear: both
  29. }
  30. .pulll_left{float:left;}
  31. .pulll_right{float:right;}
  32. /*谷哥滚动条样式*/
  33. ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  34. ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  35. ::-webkit-scrollbar-track {background-color:#ddd}
  36. /***/
  37. .loading{position:fixed; left:0; top:0; font-size:.3rem; z-index:1000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
  38. .loadbox{position:absolute; width:160px;height:150px; color: #324e93; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
  39. .loadbox img{ margin:10px auto; display:block; width:40px;}
  40. .head{ height:.9rem; background: url(../images/head_bg.png) no-repeat center center; background-size: 100% 100%; position: relative;}
  41. .head h1{ color:#bde4ff; font-weight: bolder; letter-spacing: 2px; font-size:.38rem; display: flex;height:.9rem; align-items: center; justify-content: center;}
  42. .head h1 img{ width:2.4rem; display: inline-block; margin-right: .15rem;}
  43. html,body{height: 100%;}
  44. .mainbox{ padding:.2rem .3rem 0rem .3rem; height:calc(100% - .9rem); }
  45. .boxall{ border: 1px solid rgba(103,144,255,.1); background:rgba(21,45,103,.4); height: 100%; padding:.15rem; position: relative; margin-bottom: .25rem; z-index: 10;}
  46. .boxall:before,
  47. .boxall:after{ position:absolute; width: .15rem; height: .15rem; content: ""; border-top: 3px solid #3486da; top: -2px;}
  48. .boxall:before,.boxfoot:before{border-left: 3px solid #3486da;left:-2px;}
  49. .boxall:after,.boxfoot:after{border-right: 3px solid #3486da; right: -2px;}
  50. .boxfoot{ position:absolute; bottom: 0; width: 100%; left:0;}
  51. .boxfoot:before,
  52. .boxfoot:after{ position:absolute; width: .15rem; height: .15rem; content: "";border-bottom:3px solid #3486da; bottom:-2px;}
  53. .tit01{background: linear-gradient(to right,rgba(48,82,174,.5),rgba(48,82,174,0)); color: #fff; font-size: .2rem; padding: .03rem .1rem;}
  54. .topnav{ height:calc(50% - .2rem); margin-bottom: .2rem;}
  55. .topnav>ul,.topnav>ul>li,.topnav>ul>li>.boxall{height: 100%;}
  56. .topnav>ul{}
  57. .topnav>ul>li{float: left; width: 25%;}
  58. .topnav>ul>li:nth-child(2){ width: 45%; padding: 0 .2rem;}
  59. .topnav>ul>li:nth-child(3){ width: 30%; }
  60. .nav01{ height: calc(100% - .3rem); padding-top: .2rem; }
  61. .boxnav{ height: calc(100% - .4rem); padding-top: .1rem; }
  62. .p2{font-size: .45rem; letter-spacing: .05rem; font-weight: bold;padding: .1rem 0; width: 100%; text-align: center;}
  63. .ulheight,.ulheight>li{height: 100%;}
  64. .ulheight>li{float: left; width: 25%;}
  65. .ulheight>li:nth-child(2){ width: 45%; padding: 0 .2rem;}
  66. .ulheight>li:nth-child(3){ width: 30%; }
  67. .listhead{height: .55rem;display: flex; justify-content: space-between;border-bottom: 1px solid #3486da; }
  68. .listhead span,.listnav li span{ width: 15%; white-space:nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center;; height: .55rem; line-height: .55rem;}
  69. .listhead span{ font-size: .2rem; color: #3486da; font-weight: bold; font-size: .2rem; color: #3486da; }
  70. .listnav {}
  71. .listnav ul li { border-bottom: 1px dotted rgba(103,144,255,.3);}
  72. .listnav ul li span{ font-size:.18rem;}
  73. .listnav ul li span:first-child,.listhead span:first-child{ width: 40%}
  74. .listnav ul li span:last-child,.listhead span:last-child{ width: 30%}
  75. .listnav ul li span{ font-size:.18rem;}
  76. .listnav{height:calc(100% - .55rem); }
  77. .listnav ul li{height: 100%; display: flex; justify-content: space-between;}
  78. .yqlist li{float: left; width: 33.3333%; padding:10px 0 0 0; text-align: center;}
  79. .yq{width:1.4rem; height: 1.4rem; line-height: 100%; margin: 0 auto ; position: relative; display: flex; justify-content: center;align-items: center; flex-direction: column; font-size: .4rem;font-family:electronicFont;color: #fff;}
  80. .yq span{opacity: .6; font-size:.15rem; line-height: 100%;}
  81. .yq:before{position: absolute; width: 100%; height: 100%; content: ""; background: url(../images/img1.png) center center; border-radius: 100px; background-size: 100% 100%; opacity:.1;
  82. left:0; top: 0; animation: myfirst2 15s infinite linear;}
  83. .yq:after{position: absolute; width: 86%; background: url(../images/img2.png) center center; border-radius: 100px; background-size: 100% 100%; opacity:.1;
  84. height: 86%; content: ""; left:7%; top: 7%; animation: myfirst 15s infinite linear;}
  85. @keyframes myfirst
  86. {
  87. to { transform: rotate(-360deg)}
  88. }
  89. @keyframes myfirst2
  90. {
  91. to { transform: rotate(360deg)}
  92. }
  93. .zjyl{width: 100%;}
  94. .zjyl li{float: left; width: 50%; text-align: center; padding: .2rem 0; position: relative;border-right: 1px solid rgba(103,144,255,.1); }
  95. .zjyl li:after{}
  96. .zjyl li i{font-size: .6rem;font-family:electronicFont;color: #fff32b; display: block;}
  97. .zjyl li i em{font-size: .2rem;color: #fff; opacity: .5;;}
  98. .zjyl li span{font-size: .3rem; font-weight:lighter;}
  99. /*Plugin CSS*/
  100. .str_wrap {
  101. overflow:hidden;
  102. width:100%;
  103. position:relative;
  104. -moz-user-select: none;
  105. -khtml-user-select: none;
  106. user-select: none;
  107. white-space:nowrap;
  108. }
  109. .str_move {
  110. white-space:nowrap;
  111. position:absolute;
  112. top:0;
  113. left:0;
  114. cursor:move;
  115. }
  116. .str_move_clone {
  117. display:inline-block;
  118. vertical-align:top;
  119. position:absolute;
  120. left:100%;
  121. top:0;
  122. }
  123. .str_vertical .str_move_clone {
  124. left:0;
  125. top:100%;
  126. }
  127. .str_down .str_move_clone {
  128. left:0;
  129. bottom:100%;
  130. }
  131. .str_vertical .str_move,
  132. .str_down .str_move {
  133. white-space:normal;
  134. width:100%;
  135. }
  136. .str_static .str_move,
  137. .no_drag .str_move,
  138. .noStop .str_move{
  139. cursor:inherit;
  140. }
  141. .str_wrap img {
  142. max-width:none !important;
  143. }
  144. .payment-time{
  145. padding-right: 10px;
  146. }
  147. body{overflow: hidden}
  148. .canvas{position: absolute; width:100%; left: 0; top: 0; height:100%; z-index: 1;pointer-events: none;}