/* 产品详情页 */

.detail-content {
  margin: 0rem 0.7rem;
}

.detail-content .go-back {
  width: calc(100% - 1.4rem);
  color: rgba(129, 129, 165, 1);
  background: #ffffff;
  /*  */

  font-size: 0.16rem;
  position: fixed;
  top: 1.2rem;
}

.detail-content .go-back .wrapper {
  width: 2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.08rem;
}

.detail-content .go-back .wrapper span:first-child {
  width: 0.13rem;
  height: 0.13rem;
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.08rem;
  position: relative;
}

#template {
  width: 14.65rem;
  margin: 0rem auto;
}

#template .title {
  /* width: 13rem; */

  /* font-weight: bolder; */
  font-size: 0.46rem;
  line-height: 0.8rem;
  text-align: center;
  margin: 1.06rem auto 0.36rem;
}

#template .create-time {
  color: #c1c7d0;
  font-size: 0.3rem;
  line-height: 0.3rem;
  /*  */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.36rem 0rem 0.6rem;
}

#template .create-time .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.16rem;
  display: inline-block;
  background-image: url("../images/clock.png");
  background-position: center;
  background-size: cover;
}

#template p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  /*  */
  /*  */
  color: #3b4c62;
}

#template img {
  margin: 0.4rem auto;
  max-width: 100%;
  display: block;
}
