.detail {
  margin-top: 120px;
}
.detail h1 {
  text-align: center;
}
.detail .desc {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.detail .desc span {
  font-size: 16px;
  color: #999;
}
.detail .content {
  width: 100%;
}
.detail .content p {
  width: 100%;
}
.detail .content p img {
  width: 100%;
}
