.change_box {
  height: 32px;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  .change_item {
    min-width: 98px;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #006896;
    font-size: 14px;
    font-weight: 400;
    color: #006896;
    padding: 0 5px;
    .anticon {
      color: #006896;
      margin: 2px 6px 0 0;
    }
    &.active {
      color: #fff;
      background: #006896;
      .anticon {
        color: #fff;
      }
    }
  }
}
.board_empty {
  color: #fff !important;
  .ant-empty-description {
    color: #fff !important;
  }
}
.battery_box {
  width: 28px;
  height: 86px;
  top: 28px;
  right: 24px;
  background: url('../img/overview_icon_6.png') no-repeat center;
  background-size: 100% 100%;
  .battery_num {
    color: #fff;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
  .battery_top {
    width: 28px;
    height: 13px;
    bottom: 49px;
    left: 0;
    z-index: 1000;
    img {
      width: 100%;
      height: 100%;
    }
  }
  .battery_bot {
    width: 28px;
    bottom: 0px;
    left: 0;
    z-index: 1000;
    img {
      width: 100%;
      height: 100%;
    }
  }
  .battery_con {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 6px;
    left: 0;
    img {
      width: 100%;
      height: 100%;
    }
  }
}
.report_content {
  overflow: auto;
  padding-bottom: 24px;
  .report_item {
    width: 100%;
    height: 140px;
    margin: 24px auto 0 auto;
  }

  .report_item_l {
    width: 300px;
    height: 100%;
    background: #F4F7F9;
    padding: 20px 0px;
    border-right: 12px solid #fff;
    overflow: hidden;
    position: relative;
    .status_logo {
      width: 80px;
      height: 30px;
      background-color: rgba(255, 50, 80, 1);
      position: absolute;
      top: -4px;
      left: -28px;
      font-size: 13px;
      font-weight: 400;
      color: #FFFFFF;
      transform: rotate(-45deg);
    }
    .eap_img {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        width: 100%;
        height: 100%;
      }
    }
    .eqp_status_title {
      height: 18px;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      .status_tag {
        min-width: 47px;
        height: 18px;
        background: #FF3250;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 0px;
        color: #FFFFFF;
        margin-right: 8px;
        padding: 0 3px;
      }
    }
    .left_item {
      min-height: 16px;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      margin-top: 10px;
      width: 190px;
      white-space: nowrap;
      .left_item_round {
        width: 10px;
        height: 10px;
        background: #23C158;
        border-radius: 50%;
        margin: 0 8px;
      }
      .left_item_status {
        color: #23C158;
      }
      &.red .left_item_round {
        background: #FF3250;
      }
      &.red .left_item_status {
        color: #FF3250;
      }
    }
  }

  .report_item_r {
    width: calc(100% - 300px) ;
    height: 100%;
    background: #F4F7F9;
    padding: 0 0 24px 0;
    position: relative;
    .report_item_r_top {
      width: 100%;
      height: 60px;
    }
    .rate_item {
      height: 80px;
      margin-right: 24px;
      border-right: 1px solid #E2ECF2;
      &:last-child {
        border: none !important;
        margin-right: 0;
      }
    }
    .rate_con {
      height: 60px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-right: 12px;
    }
    .rate_title {
      width: 80px;
      font-size: 14px;
      font-weight: 400;
      color: #666666;
    }
    .rate_num {
      width: 80px;
      font-size: 16px;
      font-weight: 500;
      color: #333333;
      &.green {
        color: #23C158 !important;
      }
      &.red {
        color: #FF3250 !important;
      }
    }
    .time_line {
      height: 21px;
      .time_line_item {
        height: 100%;
        background: rgba(255, 213, 3, 0.2);
        border: 1px solid #FFD503;
        font-size: 12px;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        &:nth-child(2) {
          width: 50%;
          background: rgba(35, 193, 88, 0.2);
          border: 1px solid rgba(35, 193, 88, 1);
        }
        &:nth-child(3) {
          width: 20%;
          background: rgba(255, 50, 80, 0.31);
          border: 1px solid rgba(255, 50, 80, 1);
        }
      }
    }
    .time_box {
      .time_item {
        margin-right: 20px;
        height: 20px;
        .time_item_round {
          width: 14px;
          height: 14px;
          background: rgba(255, 50, 80, 1);
          border-radius: 2px;
          margin-right: 10px;
        }
        
        &:nth-child(2) {
          .time_item_round {
            background: rgba(35, 193, 88, 1);
          }
        }
        &:nth-child(3) {
          .time_item_round {
            background: rgba(255, 213, 3, 1);
          }
        }
        .time_item_text {
          font-size: 14px;
          font-weight: 400;
          color: #666666;
        }
      }
    }
  }
}

.bg_image {
  // background-image: radial-gradient(rgba(0, 8, 54, .1), rgba(0, 8, 54, .2), rgba(0, 30, 72, .6));
  box-shadow: 0 0 40px rgba(0, 40, 80, 1) inset;
}

.board_bg {
  width: 100%;
  height: 100%;
  background: url('../img/board_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  overflow-y: auto;
  .board_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 100;
    .anticon-poweroff {
      color: rgba(255, 255, 255, .5);
    }
    &:hover .anticon-poweroff {
      color: rgba(255, 255, 255, 1);
    }
  }
  .board_title {
    width: 100%;
    height: 73px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    background: url('../img/board_title.png') no-repeat center;
  }
  .board_title_a {
    height: 15px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    .blue {
      color: rgba(26, 201, 255, 1);
    }
    .red {
      color: rgba(255, 50, 80, 1);
    }
  }
  .status_box {
    .item {
      background: url('../img/board_status_bg.png') no-repeat center;
      background-size: 100%;
    }
  }
  .report_content {
    width: calc(100% - 48px);
    margin: 0 auto;
    background: none;
    color: #fff !important;
    .report_item {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .report_item_l {
      width: 380px;
      background: rgba(0, 8, 54, .2);
      border-right: 12px solid rgba(0,0,0,0);
      .eqp_status_title, .left_item {
        color: #fff;
      }
    }
    .report_item_r {
      width: calc(100% - 400px);
      background: rgba(0, 8, 54, .2);
      padding-left: 10px;
      .rate_item {
        border-right: 1px solid rgba(255, 255, 255, .18);
      }
      .rate_title, .rate_num {
        color: #fff;
      }
      .time_box {
        .time_item {
          .time_item_text {
            color: #fff;
          }
        }
      }
    }
  }
  .board_content {
    width: calc(100% - 48px);
    height: calc(100% - 100px);
    margin: 20px auto 0 auto;
    .board_box {
      height: 100%;
      position: relative;
    }

    .board_box_title {
      height: 50px;
      font-size: 18px;
      font-weight: bold;
      color: #14A3D7;
      padding-left: 20px;
      .board_box_title_img {
        width: 14px;
        height: 18px;
      }
    }

    .board_left, .board_right {
      width: 31%;
    }

    .board_left_top {
      width: 100%;
      height: 45%;
    }

    .board_left_bot {
      width: 100%;
      height: 50%;
      margin-top: 24px;
    }

    .board_list {
      width: 100%;
      .board_list_top {
        width: 100%;
        height: 46px;
        padding-left: 10px;
        .item_text {
          flex: 1;
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, .6);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
      .board_item {
        width: 100%;
        height: 46px;
        background: url('../img/board_box_1.png') no-repeat center;
        background-size: 100% 100%;
        background-color: rgba(255, 255, 255, 0.08);
        margin-bottom: 8px;
        .item_text {
          flex: 1;
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 1);
          &.red {
            color: rgba(255, 50, 80, 1);
          }
          &.blue {
            color: #1AC9FF;
          }
        }
      }
    }
    .board_center {
      width: 31%;
      height: 100%;
      background: url('../img/board_earth.png') no-repeat center;
      position: relative;
      .board_center_top {
        width: 100%;
        height: 76px;
        background: url('../img/board_box_3.png') no-repeat center;
        .board_center_top_l, .board_center_top_r {
          width: 50%;
          height: 100%;
        }
        .board_center_top_text {
          font-size: 16px;
          font-weight: 400;
          color: #FFFFFF;
          &.blue {
            color: rgba(26, 201, 255, 1);
            font-size: 36px;
            font-weight: bold;
          }
          &.red {
            color: rgba(255, 50, 80, 1);
          }
          &.green {
            color: rgba(35, 193, 88, 1);
          }
        }
        .border_center_top_arrow {
          width: 0; 
          height: 0;
          border-width: 6px;
          border-style: solid;
          border-color:rgba(255, 50, 80, 1) transparent transparent transparent;
          &.active {
            transform: rotate(90deg);
            border-color: rgba(35, 193, 88, 1) transparent transparent transparent;
          }
        }
      }
      .board_center_bot {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0;
      }
    }

    .board_progress_list {
      width: 100%;
      height: 130px;
      .board_progress_item {
        .progress_num {
          width: 100%;
          font-size: 28px;
          font-weight: bold;
          color: #1AC9FF;
          position: absolute;
          top: 38px;
          left: 0;
          z-index: 1000;
          &.red {
            color: rgba(255, 50, 80, 1);
          }
          &.green {
            color: rgba(35, 193, 88, 1);
          }
        }
        .progress_title {
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, .6);
          position: absolute;
          top: 81px;
          left: 0;
        }
      }
      &.overview_progress {
        .board_progress_item {
          width: 31%;
          height: 150px;
          background: url('../img/overview_icon_5.png') no-repeat -5px center;
          background-size: cover;
          .progress_num {
            font-size: 20px;
            top: 49px;
          }
        }
      }
    }

    // 能源监控
    .energy_left {
      width: 68%;
    }
    .energy_right {
      width: 30%;
      .energy_right_con {
        width: 100%;
        height: 100%;
      }
      .energy_list {
        width: 100%;
        padding-left: 10px;
        .energy_item {
          width: 100%;
          height: 40px;
          background: url('../img/board_box_2.png') no-repeat center;
          background-size: 100%;
          margin-bottom: 15px;
          .item_text {
            padding: 0 5px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            .anticon {
              color: rgba(255, 50, 80, 1);
            }
            &.red {
              flex: 2;
              color: rgba(255, 50, 80, 1);
            }
          }
        }
      }
    }
  }
  .overview_list {
    width: calc(100% - 48px);
    .overview_item {
      width: 24%;
      height: 77px;
      background: rgba(26, 201, 255, 0.3);
      border-radius: 6px 6px 6px 6px;
      border: 1px solid rgba(26, 201, 255, 0.3);
      color: #fff;
      .overview_icon {
        font-size: 30px;
        color: rgba(26, 201, 255, 1);
      }
      .overview_name {
        font-size: 14px;
      }
      .overview_num {
        width: 92%;
        font-size: 24px;
        font-weight: bold;
        color: #1AC9FF;
        text-align: left;
      }
      &.overview_item_three {
        width: 32%;
        .overview_con {
          width: 100%;
        }
      }
    }
    .overview_item_data {
      width: 227px;
      height: 124px;
      border-radius: 0px 0px 0px 0px;
      background: url('../img/board_box_5.png') no-repeat center;
      background-size: 100% 100%;
      font-size: 12px;
      .overview_item_info {
        color: #fff;
        &.red {
          color: rgba(255, 50, 80, 1);
        }
        &.blue {
          color: rgba(26, 201, 255, 1);
        }
      }
    }
  }
  .overview_box {
    height: 136px;
    background: rgba(26, 201, 255, 0.3);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(26, 201, 255, 0.3);
    .overview_box_item {
      width: 105px;
      .overview_img {
        width: 66px;
        height: auto;
        img {
          width: 100%;
          height: 100%;
        }
      }
      .overview_box_title {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
      }
      .overview_box_num {
        font-size: 20px;
        font-weight: bold;
        color: #1AC9FF;
      }
      &:nth-child(2) .overview_box_num {
        color: #23C158;
      }
      &:nth-child(3) .overview_box_num {
        color: rgba(255, 146, 50, 1);
      }
    }
  }
}

.speed_box {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  .speed_item {
    width: 6px;
    height: 6px;
    margin-bottom: 4px;
    background: #052F5E;
    &.active {
      background: rgba(26, 201, 255, 1);
    }
  }
}


.btn_page {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  top: 300px;
  .iconfont {
    color: #fff;
  }
  &:hover {
    background: #0ea8d0;
  }
}
.btn_prev {
  left: 24px;
  transform: rotateY(180deg);
}
.btn_next {
  right: 24px;
}

/deep/ .ant-collapse-header {
  color: #222 !important;
}

