.detailed .breadcrumb {
  width: 12rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.22rem;
  line-height: 1rem;
  border-bottom: 0.02rem solid #bd1a2d;
}
.detailed .breadcrumb .Breadcrumb_right {
  color: #bd1a2d;
}
.detailed .deatail_content {
  width: 12rem;
  margin: 0.4rem auto 0;
}
.detailed .deatail_content .deatail_title {
  font-size: 0.36rem;
  font-weight: 400;
}
.detailed .deatail_content .bebida {
  font-size: 0.22rem;
  color: #ababab;
  border-bottom: 1px dashed #ababab;
  line-height: 0.6rem;
}
.detailed .deatail_content .deatail_icon {
  color: #9b5d00;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
}
.detailed .deatail_content .deatail_icon img {
  margin: 0 0.06rem;
  width: 0.3rem;
  height: 0.3rem;
}
.detailed .deatail_content .d_img {
  width: 100%;
  height: 5.02rem;
}
.detailed .deatail_content .d_img img {
  width: 100%;
  height: 100%;
}
.detailed .deatail_content .text {
  font-size: 0.22rem;
  hyphens: auto;
  margin: 0.4rem 0;
}
.detailed .deatail_content .text p {
  text-indent: 2.5em;
}
.detailed .deatail_content .info {
  font-size: 0.22rem;
  margin: 0.8rem 0;
}
.detailed .deatail_content .info .info_tit {
  color: #9b5d00;
  line-height: 0.7rem;
}
.detailed .deatail_content .info .info_text {
  line-height: 0.4rem;
  color: #ababab;
}
