.Negocio .Negocio_body {
  width: 12rem;
  margin: 0.45rem auto;
}
.Negocio .Negocio_body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Negocio .Negocio_body ul li {
  position: relative;
  width: 5.86rem;
  height: 3.41rem;
  line-height: 3.41rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.Negocio .Negocio_body ul li .negocio_img {
  width: 100%;
  height: 100%;
}
.Negocio .Negocio_body ul li .negocio_img img {
  width: 100%;
  height: 100%;
}
.Negocio .Negocio_body ul li .negocio_cover {
  width: 100%;
  height: 100%;
  text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.36);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.24rem;
  position: absolute;
  left: 0;
  top: 0;
}
.Negocio .Negocio_body ul li.big_img {
  width: 12rem;
}
.Negocio .Negocio_body ul li.active .negocio_cover {
  background: rgba(189, 26, 45, 0.7);
}
