body {
  background: #f4f8fc;
  overflow-x: hidden;
}
.current-position {
  padding: 0.875rem 0;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #999999;
}
.current-position a {
  color: #999999;
}
.current-position a:last-child {
  color: #333333;
}
.information-item-assistinfo {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.0625rem solid rgba(233, 233, 233, 1);
  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(source.svg) no-repeat left center;
  background-size: 0.875rem auto;
}
.information-item-assistinfo .information-item-time {
  background: url(time.svg) no-repeat left center;
  background-size: 0.875rem auto;
}
.information-item-assistinfo .information-item-visit {
  background: url(visit.svg) no-repeat left center;
  background-size: 1.125rem auto;
}
