<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "DS-DIGIT";
  src: url(../font/DS-DIGIT.TTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../image/bg.jpg);
    line-height: 1.15;
    background-color: #010a37;
}
header {
  height: 1.25rem;
  background: url(../image/head_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
header h1 {
  font-size: 0.475rem;
  color: #fff;
  text-align: center;
  line-height: 1rem;
}
header #showtime {
  height: 0.9375rem;
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.main {
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.125rem 0.125rem 0 0.125rem;
  display: flex;
  flex-direction: row;
}
.main .column {
  flex: 3;
}
.main .column:nth-child(2) {
  flex: 5;
}
.main .column .panel {
  height: 3.875rem;
  background: url(../images/line\(1\).png) no-repeat rgba(255, 255, 255, 0.04);
  border: 0.0125rem rgba(25, 186, 139, 0.17) solid;
  padding: 0 0.1875rem 0.5rem;
  margin-bottom: 0.1875rem;
  position: relative;
}
.main .column .panel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px #02a6b5 solid;
  border-left: 2px #02a6b5 solid;
}
.main .column .panel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 96%;
  width: 10px;
  height: 10px;
  border-top: 2px #02a6b5 solid;
  border-right: 2px #02a6b5 solid;
}
.main .column .panel .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.main .column .panel .panel-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px #02a6b5 solid;
  border-left: 2px #02a6b5 solid;
}
.main .column .panel .panel-footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 96%;
  width: 10px;
  height: 10px;
  border-bottom: 2px #02a6b5 solid;
  border-right: 2px #02a6b5 solid;
}
.main .column .panel h2 {
  height: 0.6rem;
  color: #fff;
  font-size: 0.25rem;
  text-align: center;
  margin-top: 5px;
}
.main .column .panel h2 a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.6rem;
}
.main .column .panel .chart {
  width: 100%;
  height: 3rem;
}
.main .num {
  background-color: rgba(101, 132, 226, 0.1);
  padding: 0.1875rem;
  margin: 0 0.125rem 0.1875rem 0.125rem;
}
.main .num .num-hd {
  position: relative;
}
.main .num .num-hd ul {
  display: flex;
  flex-direction: row;
}
.main .num .num-hd ul li {
  flex: 1;
  list-style: none;
  text-align: center;
  height: 1rem;
  font-size: 0.875rem;
  color: #ffeb7b;
  position: relative;
  font-family: 'DS-DIGIT';
}
.main .num .num-hd ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.main .num .num-hd ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 10px;
  border-top: 2px #02a6b5 solid;
  border-left: 2px #02a6b5 solid;
}
.main .num .num-hd ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 10px;
  border-bottom: 2px #02a6b5 solid;
  border-right: 2px #02a6b5 solid;
}
.main .num-bd ul {
  display: flex;
  flex-direction: row;
}
.main .num-bd ul li {
  flex: 1;
  list-style: none;
  text-align: center;
  height: 0.5rem;
  font-size: 0.225rem;
  position: relative;
  color: #fff;
  line-height: 0.5rem;
  padding-top: 0.125rem;
}
.map {
  height: 10.125rem;
  position: relative;
}
.map .map1 {
  width: 6.475rem;
  height: 6.475rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/map.png) no-repeat;
  background-size: 100%,100%;
  opacity: 0.3;
}
.map .map2 {
  width: 8.0375rem;
  height: 8.0375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/lbx.png) no-repeat;
  background-size: 100%,100%;
  opacity: 0.6;
  animation: rotate1 15s linear infinite;
}
@keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.map .map3 {
  width: 7.075rem;
  height: 7.075rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/jt.png) no-repeat;
  background-size: 100%,100%;
  opacity: 0.6;
  animation: rotate2 10s linear infinite;
}
.map .chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.125rem;
}
@keyframes rotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
</pre></body></html>