@font-face {
    font-family: 'electronicFont';
    src: url('..//font/DS-DIGIT.TTF');
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  li {
    list-style: none;
  }
  body {
    background: url(../images/bg.jpg) no-repeat top center;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    line-height: 1.15;
    width: 100%;
    min-width: 1200px;
  }
  header {
    position: relative;
    height: 1.25rem;
    background: url(../images/head_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  header h1 {
    font-size: 0.475rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
  }
  header .showTime {
    position: absolute;
    top: 0;
    right: 0.375rem;
    line-height: 1.0rem;
    color: #dfa0f8b3;
    font-size: 0.25rem;
  }

  /* .pull_left{float:left;}
  .pull_right{float:right;}
  .selectbox li{ 
    font-size: .15rem; 
    color:rgb(255, 255, 255); 
    padding-top: .1rem;
    width:50%; 
    text-align: center; 
    
  }
  .mainbox .selectbox{
    position: absolute;
    width: 15rem;
    height: 0.5rem;
    background:rgba(79, 100, 163, 0.1); 
    padding: .0.5rem;
    z-index: 2;
  }
.mainbox>ul>li{ float: left; padding: 0 .1rem}
.mainbox>ul>li{ width: 27%}
.mainbox>ul>li:nth-child(2){ width: 46%;padding: 0} */




  .mainbox {
    display: flex;
    min-width: 1024px;
    min-height: 652px;
    margin: 0 auto;
    padding: 0.125rem 0.125rem 0;
    overflow: hidden;
  }
  .mainbox .map .selectBotton{
    
    position: absolute;
    top:10%;
    right:15%;
    z-index: 9999;
    
  }
  .TL .TLcar{
    position: absolute;
    background: url(../images/car.png);
    z-index: 999;
    top:90%;
    left:58%;
    width :50px;
    height:25px;
  }
  .TL .word{
    background-color: rgb(61, 61, 126);
    position: absolute;
    text-align: center;
    line-height:25px;
    color:white;
    z-index: 999;
    top:94%;
    left:57.45%;
    width :67px;
    height:25px;
    
  }
  input{
    font-family: "Microsoft soft";
    color:white;
    border-radius:5px;
    background-color: rgb(61, 61, 126);
    padding:10px 17px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 10px 0 0 rgba(114, 51, 139, 0.03);
  }
  .selectBotton .button{
    display:none;
  }
  .map .item{
    display: none
  }
  .mainbox .colum {
    flex: 2.5;
  }
  .mainbox .colum:nth-child(1) {
    flex: 4.1;
    margin: 0 0.125rem 0.1875rem;
    overflow: hidden;
  }
  .mainbox .panel {
    position: relative;
    height: 4.975rem;
    padding: 0 0.1875rem 0.5rem;
    border: 1px solid rgba(114, 51, 139, 0.17);
    margin-bottom: 0.1875rem;
    background: url(../images/line.png) rgba(114, 51, 139, 0.03);
  }
  .mainbox .panel::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #450780;
    border-left: 2px solid #450780;
    content: "";
  }
  .mainbox .panel::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #450780;
    border-right: 2px solid #450780;
    content: "";
  }
  .mainbox .panel .panel-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mainbox .panel .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #450780;
    border-left: 2px solid #450780;
    content: "";
  }
  .mainbox .panel .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #450780;
    border-right: 2px solid #450780;
    content: "";
  }
  .mainbox .panel h2 {
    height: 0.6rem;
    color: rgb(255, 255, 255);
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.25rem;
    font-weight: 400;
  }
  .mainbox .panel .chart {
    height: 4.25rem;
  }
/*-------------------------------------------------------*/
  .box-li {
    position: relative;
    border: 1px solid rgba(25, 186, 139, 0.17);
  }
  .box-li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
    content: '';
  }
  .box-li::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
    content: '';
  }
  .box-li ul {
    display: flex;
  }
  .box-li ul li {
    position: relative;
    flex: 1;
    height: 1rem;
    right: -1rem;
    line-height: 1rem;
    font-size: 0.325rem;
    color: #fff;
    padding: 0.05rem 1.8rem;
    font-weight: bold;
  }
  .box-li ul li:first-child::after {
    position: absolute;
    top: 0;
    right: 12.5%;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
  }
  .box-li ul .current {
    color: sandybrown;
  }
/*-------------------------------------------------------*/

  .map {
    position: relative;
    height: 9.125rem;
    padding: 0.1875rem;
    width: 15rem;
    border: 1px solid rgba(25, 186, 139, 0.27);
  }
  .map::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    border-top: 2px solid #450780;
    border-left: 2px solid #450780;
    top: 0;
    left: 0;
  }
  .map::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    border-bottom: 2px solid #450780;
    border-right: 2px solid #450780;
    right: 0;
    bottom: 0;
  }
  .map .map1 {
    width: 6.475rem;
    height: 6.475rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/map.png);
    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(../images/lbx.png);
    background-size: 100% 100%;
    opacity: 0.3;
    animation: rotate1 15s linear infinite;
  }
  .map .map3 {
    width: 7.075rem;
    height: 7.075rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/jt.png);
    background-size: 100% 100%;
    opacity: 0.6;
    animation: rotate2 10s linear infinite;
  }
  
  .map .chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.075rem;
  }
  .map .item:last-child{
    display: none;
  }
  
  @keyframes rotate1 {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes rotate2 {
    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: 1920px) {
    html {
      font-size: 80px !important;
    }
  }
  