body {
  background: #f4f8fc;
  overflow-x: hidden;
}

.current-position {
  padding: 0.875rem 0;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #999999;
}

.current-position a {
  color: #999999;
}

.current-position a:last-child {
  color: #333333;
}

.information-item-assistinfo {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.875rem;
}

.information-item-assistinfo span {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.375rem;
  font-weight: 400;
  padding-left: 1.25rem;
}

.information-item-assistinfo span::after {
  display: inline-block;
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background: #e9e9e9;
  margin: 0 0.875rem;
}

.information-item-assistinfo span:last-child::after {
  display: none;
}

.information-item-assistinfo .information-item-source {
  background: url(zyzh.svg) no-repeat left center;
  background-size: 0.875rem auto;
}

.information-item-assistinfo .information-item-time {
  background: url(zyjg.svg) no-repeat left center;
  background-size: 0.875rem auto;
}

.information-item-assistinfo .information-item-visit {
  background: url(lszc.svg) no-repeat left center;
}

.information-item-assistinfo .information-item-address {
  background: url(address.svg) no-repeat left center;
  background-size: 0.875rem auto;
}
/* 空状态 */
.empty-state {
  display: flex;
  align-items: center;
  /* height: 100%; */
  min-height: 25rem;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
}
.empty-state img {
  display: block;
  width: 5.8125rem;
}
.empty-state .empty-description {
  color: #8b95a8;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  padding-right: 0.75rem;
}