* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 42px !important;
  }
}
@media screen and (min-width: 1920) {
  html {
    font-size: 80px !important;
  }
}
li {
  list-style: none;
}
@font-face {
  font-family: electronicFont;
  src: url(../font/DS-DIGIT.TTF);
}
body {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  line-height: 1.15;
}
body header {
  position: relative;
  background: url(../images/head_bg.png) no-repeat top center;
  background-size: 100% 100%;
  height: 1.25rem;
}
body header h1 {
  color: #fff;
  text-align: center;
  font-size: 0.475rem;
  line-height: 1rem;
}
body header .showTime {
  position: absolute;
  top: 0;
  right: 0.375rem;
  line-height: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.25rem;
}
body .mainBox {
  min-width: 1024px;
  max-width: 1920px;
  display: flex;
  padding: 0.125rem 0.125rem 0;
}
body .mainBox .column {
  flex: 3;
}
body .mainBox .column .panel {
  position: relative;
  height: 3.875rem;
  border: 0.0125rem solid rgba(25, 186, 139, 0.17);
  background: rgba(255, 255, 255, 0.04) url(../images/line\(1\).png);
  padding: 0 0.1875rem 0.5rem;
  margin-bottom: 0.1875rem;
}
body .mainBox .column .panel h2 {
  height: 0.6rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 0.6rem;
}
body .mainBox .column .panel h2 a {
  color: #fff;
  margin: 0 0.1875rem;
}
body .mainBox .column .panel .char {
  height: 3rem;
}
body .mainBox .column .panel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 10px;
  width: 10px;
  border-left: 2px solid #02a6b5;
  border-top: 2px solid #02a6b5;
}
body .mainBox .column .panel::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 10px;
  width: 10px;
  border-right: 2px solid #02a6b5;
  border-top: 2px solid #02a6b5;
}
body .mainBox .column .panelbottom::before {
  position: absolute;
  width: 10px;
  content: "";
  height: 10px;
  bottom: 0;
  left: 0;
  border-left: 2px solid #02a6b5;
  border-bottom: 2px solid #02a6b5;
}
body .mainBox .column .panelbottom::after {
  position: absolute;
  width: 10px;
  content: "";
  height: 10px;
  bottom: 0;
  right: 0;
  border-right: 2px solid #02a6b5;
  border-bottom: 2px solid #02a6b5;
}
body .mainBox .column:nth-child(2) {
  flex: 5;
  margin: 0 0.125rem 0.1875rem 0.125rem;
}
body .mainBox .column:nth-child(2) .no {
  background: rgba(101, 132, 226, 0.1);
  padding: 0.1875rem;
}
body .mainBox .column:nth-child(2) .no .no-hd {
  position: relative;
  border: 1px solid rgba(25, 186, 139, 0.17);
}
body .mainBox .column:nth-child(2) .no .no-hd ul {
  display: flex;
}
body .mainBox .column:nth-child(2) .no .no-hd ul li {
  position: relative;
  flex: 1;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #ffeb7b;
  text-align: center;
  font-family: 'electronicFont';
}
body .mainBox .column:nth-child(2) .no .no-hd ul li:nth-child(1)::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}
body .mainBox .column:nth-child(2) .no .no-hd::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 10px;
  border-top: 2px solid #02a6b5;
  border-left: 2px solid #02a6b5;
}
body .mainBox .column:nth-child(2) .no .no-hd::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 10px;
  border-right: 2px solid #02a6b5;
  border-bottom: 2px solid #02a6b5;
}
body .mainBox .column:nth-child(2) .no .no-bd ul {
  display: flex;
}
body .mainBox .column:nth-child(2) .no .no-bd ul li {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.225rem;
  text-align: center;
  padding: 0.125rem 0 0 0;
}
body .mainBox .column:nth-child(2) .map {
  position: relative;
  height: 10.125rem;
}
body .mainBox .column:nth-child(2) .map .char {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10.125rem;
  z-index: 5;
}
body .mainBox .column:nth-child(2) .map .map1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.475rem;
  height: 6.475rem;
  background: url(../images/map.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.3;
}
body .mainBox .column:nth-child(2) .map .map2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.0375rem;
  height: 8.0375rem;
  background: url(../images/lbx.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
  animation: rotate 15s linear infinite;
  z-index: 2;
}
body .mainBox .column:nth-child(2) .map .map3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.075rem;
  height: 7.075rem;
  background: url(../images/jt.png);
  background-size: 100% 100%;
  animation: rotate1 15s linear infinite;
  opacity: 0.4;
}
@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);
  }
}
