[v-cloak] {
  display: none;
}
.van-tab--active {
  color: #ff4444;
}
.van-tabs__line {
  height: 2px;
}
.van-list {
  margin: 0 0.75rem 0 0.75rem;
}
.error-item {
  padding: 1rem 0 1rem 1rem;
  border-left: 1px solid rgb(196, 219, 232);
}
.error-date {
  padding: 0.5rem 0;
  color: #787c82;
  font-size: 0.7rem;
  position: relative;
}
.error-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(196, 219, 232);
  position: absolute;
  left: -24.5px;
  top: 50%;
  margin-top: -4px;
}
.error-box {
  background: #fff;
  border-radius: 4px;
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
}
.error-status {
  border: 1px solid rgb(49, 118, 16);
  width: 45px;
  text-align: center;
  height: 15px;
  line-height: 17px;
  font-size: 12px;
  border-radius: 2px;
  float: left;
}
.error-type {
  float: right;
}
.error-type span {
  color: #787c82;
}
