/* 基础布局 */
body{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.5rem;
  line-height: 1.15;
  /*background: url(../images/bg.jpg) no-repeat 0 0 / cover;*/
  background: rgb(3, 20, 73);
}
/* 面板样式 */
.panel{
  box-sizing: border-box;
  border: 0.60rem solid transparent;
  border-width: 0.64rem 0.47rem 0.25rem 1.65rem;
  border-image: url(../images/border.png) 51 38 21 132;
  margin-bottom: 0.25rem;
  position: relative;
}
.panel .inner{
  padding: 0.3rem 0.45rem;
  position: absolute;
  top: -0.63rem;
  right: -0.47rem;
  bottom: -0.25rem;
  left: -1.65rem;
}

.viewport{
  /*max-width: 1920px;*/
  /*min-width: 1024px;*/
  margin: 0 auto;
  /* min-height: 780px; */
  height: 100vh;
  padding: 1.5rem 0.24rem 0;
  background: url(../images/title.png) no-repeat 0 0 / contain;
  display: flex;
  flex-direction: column;
}

.title{
  color: #ffffff;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4rem;
  font-weight: bold;
}

.column1{
  flex: 1;
  display: flex;
  overflow: hidden;

}

.column-box{
  flex: 1;
  /*background: #1DAED2;*/
  display: flex;
  flex-direction: column;
}
.column-title{
  height: 0.475rem;
  background: url(../images/1.png) no-repeat 0 0 / contain;
  color: #ffffff;

  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  font-weight: bold;

}
.column-title span{
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 10px;
  background: linear-gradient(to bottom, #fff 50%, #00508A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue6sinfinitelinear;
  font-size: 0.23rem;
  font-weight: bold;
}

.column-info{
  flex: 3;
  background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87));
  padding: 0.0625rem;
  margin: 0.125rem 0 0.125rem 0.0625rem;
  font-size: .275rem;
  color: #ccc;
  line-height: .45rem;
}

.column-bar{
  flex: 7;
  background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87));
  margin: 0.125rem 0 0.125rem 0.0625rem;
}

.column-production{
  flex: 1.5;
  /* background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87)); */
  margin: 0.125rem 0 0.125rem 0.0625rem;
  display: flex;
  justify-content: space-between;
}

.column-production-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}

.column-production-item span{
  color: #fff;
  font-size: .175rem;
  margin-bottom: .125rem;
}

.column-production-item h4{
  color: #fcc224;
  font-size: .275rem
}

.column-production-item:nth-of-type(2){
  margin: 0 0.125rem;
}

.column-production-item img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.column-progress{
  flex: 3.5;
  background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87));
  margin: 0.125rem 0 0.125rem 0.0625rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.column-progress-header{
  background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87));
  height: .45rem;
  display: flex;
  border-bottom: .025rem solid rgb(56, 197, 225);
}

.column-progress-header span{
  flex: 1;
  color: #fff;
  font-size: 0.22rem;
  /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-progress-header span:last-child{
  flex: 1.5;
}

.column-progress-body{
  height: 100%;

  animation: move 15s linear infinite;
  -webkit-animation: move 15s linear infinite;
}

.column-progress-item{
  height: 0.35rem;
  display: flex;
  align-items: center;
  /* padding: 0 0.45rem; */
}

.column-progress-item span{
  flex: 1;
  color: #fff;
  font-size: .175rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: .45rem; */
}
.column-progress-item span:last-child{
  flex: 1.5;
}


.schedule {
  width: 90%;
  height: .25rem;
  border-radius: 10px;
  background: rgb(246, 246, 246);
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: flex-end;
  padding-right: 10px;
  overflow: hidden;
}

.scheduleLast {
  height: 100%;
  background: #837CE3;
  width: 50%;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bl {
  position: absolute;
  top: 15%;
  left: 5px;
  color: #FEBE2A;
  font-weight: bolder;
}



.column-day{
  flex: 5;
  background: linear-gradient(to right, rgb(0, 80, 138), rgb(3, 18, 87));
  margin: 0.125rem 0 0.125rem 0.0625rem;
}



.footer{
  height: 0.85rem;
  background: url(../images/footer.png) no-repeat 0 0 / contain;
}


@keyframes move {
  0% {
  }

  100% {
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
  }
}




/*.map{*/
/*  flex: 5;*/
/*  margin: 0 .5rem;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.map-header{*/
/*  height: 1.07rem;*/
/*  margin-bottom: .18rem;*/
/*  padding: 0 0.45rem;*/
/*  display: flex;*/
/*}*/
/*.kh{*/
/*  flex: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.kh:nth-of-type(2){*/
/*  margin: 0 1.25rem;*/
/*}*/
/*.kh span{*/
/*  color: #1DAED2;*/
/*  font-size: 0.22rem;*/
/*  font-weight: bold;*/
/*}*/
/*.kh span:nth-of-type(1){*/
/*  margin-bottom: .04rem;*/
/*}*/

/*.chart{*/
/*  flex: 1;*/
/*  margin-bottom: .18rem;*/
/*}*/

/*.geo {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.monitor, .ple{*/
/*  flex: 3;*/
/*}*/

/*.monitor .inner{*/
/*  padding: 0.3rem 0;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.monitor .tabs{*/
/*  padding: 0 0.45rem;*/
/*  margin-bottom: 0.22rem;*/
/*  display: flex;*/
/*}*/

/*.monitor .tabs a{*/
/*  color:#1950c4;*/
/*  font-size: 0.22rem;*/
/*}*/
/*.monitor .tabs a.active{*/
/*  color: #fff;*/
/*}*/
/*.monitor .chart {*/
/*  flex: 1;*/
/*}*/
/*.monitor .chart .bar,.monitor .chart .pie,.monitor .chart .bar1, .monitor .chart .line, .bar2{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*。chart-list{*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  */
/*}*/
/*.chart-list-header{*/
/*  display: flex;*/
/*  background: rgba(138, 162, 233, 0.2);*/
/*  color: white;*/
/*  padding: 0.22rem 0;*/
/*  border-bottom: 0.06rem solid gray;*/
/*  margin-bottom: 0.12rem;*/
/*}*/
/*.chart-list-header span{*/
/*  flex: 1;*/
/*  color: white;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 0.22rem;*/
/*}*/

/*.chart-list-body{*/
/*  flex: 1;*/
/*}*/

/*.chart-list-body-item {*/
/*  display: flex;*/
/*  background: rgba(138, 162, 233, 0.2);*/
/*  color: white;*/
/*  padding: 0.16rem 0;*/
/*  margin-bottom: 0.12rem;*/
/*}*/

/*.chart-list-body-item span{*/
/*  flex: 1;*/
/*  color: white;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 0.22rem;*/
/*}*/


/*.column2{*/
/*  flex: 3;*/
/*  display: flex;*/
/*}*/