/* tab导航 */
.tab {
  width: 100%;
  display: flex;
  align-items: start;
  /* padding-top: 0.9375rem; */
  height: 60px;
  background: #ffffff;
  margin-bottom: 24px;
  padding: 0px 20px;
}

.tab-list {
  width: 80px;
  text-align: center;
  color: rgba(54, 58, 68, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  cursor: pointer;
  margin-right: 30px;
}
.tab-list > .text {
  font-weight: 700;
}

.line {
  width: 60px;
  height: 4px;
  background: #f7810b;
  border-radius: 2px 2px 2px 2px;
  margin: -4px auto 0rem;
  display: none;
}

.tab-active > .line {
  display: block;
}

.tab-active > .text {
  color: rgba(247, 129, 11, 1);
}
/* 空状态 */
.nullbox {
  width: 100%;
  padding-top: 50px;
  display: none;
}

.null-img {
  width: 200px;
  margin: auto;
}

.null-text,
.null-text1 {
  color: rgba(102, 102, 102, 0.8);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  line-height: 27px;
}
