.detail-header {
  padding: .30rem;
  box-sizing: border-box;
}

.detail-title {
  font-weight: bold;
  font-size: .30rem;
  margin-bottom: .30rem;
  letter-spacing: .03rem;
}

.subtitle {
  display: flex;
  align-items: center;
  font-size: .26rem;
}

.subtitle-unit {
  color: #999;
  margin: 0 .20rem;
}

.subtitle-time {
  color: #999;
}

.deader-bottom {
  width: 1.60rem;
  background-color: #eee;
  height: .01rem;
  margin-top: .30rem;
}

.detail-content{
  padding: .30rem;
  padding-top: 0;
  line-height: .50rem;
}