.app_container {
  flex-wrap: wrap;
}
.status_list {
  .status_item {
    height: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-left: 36px;
    .status_item_color {
      width: 14px;
      height: 14px;
      border-radius: 2px;
      margin-right: 8px;
    }
  }
}
.title {
  width: 190px;
  height: 30px;
  align-items: center;
  i {
    margin-right: 5px;
  }
}
.left_box {
  max-width: 412px;
  border-right: solid 2px #eef1f4;
  padding: 0 25px;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.right_box {
  padding: 0 25px;
}
.num_box {
  height: 48px;
  align-items: center;
  padding: 0 20px;
  background: rgba(14, 168, 208, 0.1);
  border: 1px solid rgba(14, 168, 208, 0.6);
  border-radius: 4px;
  margin: 20px 0;
  .num_item {
    width: 200px;
    height: 100%;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #0ea8d0;
    &.red {
      color: rgba(255, 50, 80, 1);
    }
  }
}
.line_box {
  width: 100%;
  margin-top: 30px;
}
.item {
  height: 127px;
  background: #fff;
  border-radius: 4px;
  .item_name {
    font-size: 20px;
    font-weight: 500;
    color: #004e61;
  }
  .item_time {
    font-size: 14px;
    font-weight: 400;
    color: #999;
  }
}