<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url(../font-awesome/fonts/changle/YouSheBiaoTiHei-2.ttf);
}

@font-face {
  font-family: 'Bebas';
  src: url(../font-awesome/fonts/changle/aa-bebasneue.ttf);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  /*  èƒŒæ™¯å›¾å®šä½ / èƒŒæ™¯å›¾å°ºå¯¸  cover å®Œå…¨é“ºæ»¡å®¹å™¨  contain å®Œæ•´æ˜¾ç¤ºåœ¨å®¹å™¨å†… */
  background: url(../images/changle/detail_bg_tiny.png) no-repeat #000;
  background-color: rgba(7,26,51,.8);
  background-size: 100%;
  background-size: cover;
  /* è¡Œé«˜æ˜¯å­—ä½“1.15å€ */
  /*line-height: 1.15;*/
}
header {
  position: relative;
  height: 1.25rem;
  /*background: url(../images/changle/head_bg.png) no-repeat top center;*/
  background-size: 100% 100%;
}
header h1 {
  font-size: 0.475rem;
  color: #fff;
  text-align: center;
  line-height: 1rem;
}
header .showTime {
  position: absolute;
  /*top: 40px;*/
  /*right: 0.375rem;*/
  /*line-height: 0.9375rem;*/
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.mainbox {
  /*min-width: 1024px;*/
  /*max-width: 1920px;*/
  padding: 0 0.125rem;
  display: flex;
}
.mainbox .column {
  /*flex: 3;*/
}
.mainbox .column:nth-child(2) {
  flex: 7;
  /*margin: 0 0.125rem 0.1875rem;*/
  overflow: hidden;
}
.panel {
  position: relative;
  width: 5.1rem;
  height: 3.1627rem;
  margin-bottom:32px;
  /*height: 3.875rem;*/
  border: 1px solid rgba(204,224,255,.05);
  /*background: rgba(255, 255, 255, 0.04) url(../images/changle/line\(1\).png);*/
  padding: 0 .4725rem .215rem .35rem;
  /*margin-bottom: 0.1875rem;*/
}
.panel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #257bf0;
  border-left: 2px solid #257bf0;
}
.panel::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #257bf0;
  border-right: 2px solid #257bf0;
}
.panel .panel-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.panel .panel-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #257bf0;
  border-left: 2px solid #257bf0;
}
.panel .panel-footer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #257bf0;
  border-right: 2px solid #257bf0;
}
.panel h2 {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 400;
}
.panel h2 a {
  margin: 0 0.1875rem;
  color: #fff;
  text-decoration: underline;
}
.panel .chart {
  height: 3rem;
}

.panel .chart1 {
  height: 4rem !important;
}

.no {
  /*background: rgba(101, 132, 226, 0.1);*/
  padding: 0.1875rem;
  margin-top: .3rem;
}
.no .no-hd {
  position: relative;
  /*border: 1px solid rgba(25, 186, 139, 0.17);*/
}
.no .no-hd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  /*border-top: 2px solid #02a6b5;*/
  /*border-left: 2px solid #02a6b5;*/
  top: 0;
  left: 0;
}
.no .no-hd::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  /*border-bottom: 2px solid #02a6b5;*/
  /*border-right: 2px solid #02a6b5;*/
  right: 0;
  bottom: 0;
}
.no .no-hd ul {
  display: flex;
}
.no .no-hd ul li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: .3rem;
  color: #f8f8f8;
  height: .6rem;
  padding-bottom: .025rem;
  font-family: 'Bebas';
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
}
.no .no-hd ul li:first-child::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 25%;
}
.no .no-bd ul {
  display: flex;
}
.no .no-bd ul li {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.225rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.125rem;
}
.map {
  position: relative;
  height: 10.125rem;
}
.map .chart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 10.125rem;
  width: 100%;
}
.map .map1,
.map .map2,
.map .map3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.475rem;
  height: 6.475rem;
  background: url(../images/changle/map.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.1;
}
.map .map2 {
  width: 8.0375rem;
  height: 8.0375rem;
  background-image: url(../images/changle/lbx.png);
  opacity: 0.6;
  animation: rotate 15s linear infinite;
  z-index: 2;
}
.map .map3 {
  width: 7.075rem;
  height: 7.075rem;
  background-image: url(../images/changle/jt.png);
  animation: rotate1 10s linear infinite;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 42px !important;
  }
}
@media screen and (min-width: 1920) {
  html {
    font-size: 80px !important;
  }
}
</pre></body></html>