#detail {
  padding: 0.4rem 0.24rem;
  min-height: 7rem;
  box-sizing: border-box;
}

#detail img {
  display: block;
  width: 100%;
  margin: 0 auto 0.2rem;
}

#detail p {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  text-indent: 2em;
}

#detail p[style] {
  padding: 0 .1rem;
  text-indent: 0;
}

#detail #go-back {
  display: block;
  margin: 0.5rem auto;
  width: 4rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  color: #0088d3;
  border: 1px solid #0088d3;
  border-radius: 0.96rem;
}

#detail #go-back:active {
  background-color: #0088d3;
  color: #fff;
}