.good_slide_img {
  position: relative;
  width: 10rem;
  height: 4.2rem;
  box-sizing: border-box;
  /* border-top: 1px solid #efefef; */
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}

.good_slide_img ul {
  /* transition: all 300ms ease 0; */
  position: absolute;
  left: 0;
  top: 0;
}

.good_slide_img li {
  float: left;
  width: 10rem;
  height: 4.2rem;
}

.good_slide_img li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: unset;
}

.good_slide_img span {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  background: #959795;
  color: #e8e8e8;
  width: 1.333333rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  border-radius: 0.266667rem;
  font-size: 0.266667rem;
  text-align: center;
  z-index: 1;
}
