.driedfood_content {
  width: 100%;
  padding: 8vw 0;
}
.driedfood_content .driedfood_item {
  width: 100%;
  display: block;
  padding: 6vw 0;
  border-bottom: solid 1px #e5e5e5;
}
.driedfood_content .driedfood_item .driedfood_tit {
  font-size: 4vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  margin-bottom: 4.5vw;
  color: #333333;
  text-align: left;
}
.driedfood_content .driedfood_item .driedfood_txt {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 6.1333vw;
}
.detail_head {
  width: 100%;
  border-bottom: solid 1px #E0E0E0;
  padding: 8vw 0;
}
.detail_head .detail_tit {
  font-size: 4.2667vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: left;
  color: #333333;
  margin-bottom: 3.3333vw;
}
.detail_head .detail_time {
  justify-content: space-between;
}
.detail_head .detail_time span {
  font-size: 2.6667vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #888888;
}
.detail_head .detail_time i {
  font-size: 4vw;
  color: #888888;
}
.detail_content {
  width: 100%;
  padding: 8.5333vw 0 10.1333vw 0;
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: justify;
  color: #888888;
  line-height: 6.1333vw;
}
.detail_content img,
.detail_content video {
  max-width: 100%;
  display: block;
}
.next_box {
  width: 100%;
  padding: 6.4vw 0 10vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.next_box .next_font span,
.next_box .next_font a {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: 550;
  text-align: justify;
  color: #333333;
  line-height: 6.6667vw;
}
.next_box .fanhui {
  border-radius: 6vw;
  font-size: 3.4667vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #ffffff;
  width: 31.2vw;
  height: 9.0667vw;
  margin-top: 7.7333vw;
  background: linear-gradient(143deg, #2b7bfc 0%, #56a1ff 100%);
  box-shadow: 0.3333vw 0.5773vw 1.3333vw 0.6667vw rgba(225, 237, 253, 0.75);
}
