.w {
  width: 61.875vw;
  margin: 0 auto;
}
.content {
  padding-top: 4.16666667vw;
  padding-bottom: 1.04166667vw;
  position: relative;
  min-height: 52.08333333vw;
}
.content .title {
  display: flex;
  justify-content: center;
  margin-bottom: 2.08333333vw;
}
.content .title li {
  width: 7.8125vw;
  text-align: center;
  line-height: 4.0625vw;
  font-size: 1.66666667vw;
  color: #000;
  transition: all 0.3s;
  margin-right: 3.125vw;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-family: pingfangcu;
}
.content .title li.active {
  color: #0b563f;
  border-bottom: 1px solid #0b563f;
}
.content .title li:nth-child(1) {
  margin-left: 2.60416667vw;
}
.content .title li:hover {
  color: #0b563f;
  border-bottom: 1px solid #0b563f;
}
.content .content-inner {
  overflow: hidden;
}
.content .content-item {
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5vw;
  margin-right: 1.77083333vw;
}
.content .content-item:nth-child(3n) {
  margin-right: 0;
}
.content .content-item .content-top {
  width: 19.42708333vw;
  height: 26.5625vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-item .content-top img {
  width: 100%;
}
.content .content-item > p {
  font-size: 0.98958333vw;
  color: #000;
  margin-top: 1.04166667vw;
  text-align: center;
}
.content .content-item .content-layer {
  width: 100%;
  height: 26.5625vw;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 102, 82, 0.9);
  color: #fff;
  padding-left: 1.51041667vw;
  padding-right: 1.51041667vw;
  box-sizing: border-box;
  overflow-y: auto;
  display: none;
}
.content .content-item .content-layer h6 {
  font-size: 1.14583333vw;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 4.6875vw;
  height: 4.6875vw;
  margin-left: -1.51041667vw;
  white-space: nowrap;
  font-weight: normal;
  font-family: pingfangcu;
}
.content .content-item .content-layer .make-class,
.content .content-item .content-layer .delicious-class {
  display: block;
  overflow: hidden;
  margin-bottom: 1.04166667vw;
}
.content .content-item .content-layer .make-class span,
.content .content-item .content-layer .delicious-class span {
  font-size: 0.72916667vw;
  float: left;
}
.content .content-item .content-layer .make-class div,
.content .content-item .content-layer .delicious-class div {
  float: left;
}
.content .content-item .content-layer .make-class div img,
.content .content-item .content-layer .delicious-class div img {
  vertical-align: middle;
  margin-right: 0.41666667vw;
}
.content .content-item .content-layer .delicious-class {
  margin-bottom: 2.08333333vw;
}
.content .content-item .content-layer .make-step,
.content .content-item .content-layer .make-food {
  margin-bottom: 2.60416667vw;
}
.content .content-item .content-layer .make-step p,
.content .content-item .content-layer .make-food p {
  line-height: 1.04166667vw;
  font-size: 0.72916667vw;
  margin-bottom: 0.72916667vw;
}
.content .content-item .content-layer .make-step ol li,
.content .content-item .content-layer .make-food ol li,
.content .content-item .content-layer .make-step ul li,
.content .content-item .content-layer .make-food ul li {
  font-size: 0.72916667vw;
  margin-bottom: 0.72916667vw;
  line-height: 1.04166667vw;
}
.content .content-item:hover .content-layer {
  display: block;
}
.news-control {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3.125vw 0 0;
  opacity: 0;
  animation: fadeInDown 1s ease-out forwards;
}
.news-control .prev,
.news-control .next {
  width: 1.82291667vw;
  height: 1.82291667vw;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-control .prev.active:hover,
.news-control .next.active:hover {
  background: #0b563f;
}
.news-control .prev {
  margin-right: 0.52083333vw;
}
.news-control ul {
  width: auto;
  display: flex;
}
.news-control ul li {
  cursor: pointer;
  width: 1.82291667vw;
  height: 1.82291667vw;
  background: #e0e0e0;
  text-align: center;
  line-height: 1.82291667vw;
  margin-right: 0.52083333vw;
  color: #fff;
  font-family: pingfangcu;
}
.news-control ul li.active {
  background: #0b563f;
}
.news-control ul li:hover {
  background: #0b563f;
}
