.m-navbar {
  border-bottom: none;
}
.backNav {
    width: 100%;
    height: 0.75rem;
    background: #fd4102;
    position: fixed;
    left: 0;
    /*top: 0.72rem;*/
    top: 160px;
}
.backNav .navbar-center .navbar-title {
  font-size: 0.3rem;
  color: #FFFFFF;
}
.navbar-item .back-ico:before {
  color: #FFFFFF;
}
.detail {
  width: 100%;
  padding: 0 0.18rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.detail .detail-top {
  width: 100%;
  text-align: center;
  border-bottom: 0.02rem solid #f0f0f0;
  padding: 0.15rem 0;
  box-sizing: border-box;
}
.detail .detail-top p {
  font-size: 0.26rem;
  font-weight: bold;
}
.detail .detail-top div {
  font-size: 0.18rem;
  color: #aeaeae;
  margin-top: 0.1rem;
}
.detail .detail-top div span {
  margin-right: 0.15rem;
}
.detail .detail-top div span:nth-of-type(3) {
  margin-right: 0;
}
.detail .detail-con {
  width: 100%;
  padding: 0.2rem 0 0.15rem 0;
  box-sizing: border-box;
  border-bottom: 0.02rem solid #f0f0f0;
}
.detail .detail-con p {
  font-size: 0.2rem;
  color: #AEAEAE;
  text-indent: 2em;
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
.detail .detail-con img {
  width: 100%;
  margin-top: 0.25rem;
}
.other {
  width: 100%;
  height: 0.98rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.other .link {
  width: 60%;
}
.other .link a {
  display: block;
  font-size: 0.22rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 0.49rem;
  color: #797979;
}
.other .link .active {
  color: #fd4102;
}
.other .back a {
  display: inline-block;
  width: 1.63rem;
  height: 0.47rem;
  border: 0.02rem solid #fd4102;
  font-size: 0.22rem;
  color: #fd4102;
  text-align: center;
  line-height: 0.47rem;
  border-radius: 0.06rem;
  margin-top: 0.28rem;
}
