.goodsCont {
  position: relative;
  padding: 160px 0 240px 0;
  max-width: 1260px;
  margin: 0 auto;
}
.goodsCont .imgBox {
  position: relative;
}
.goodsCont img {
  width: 100%;
}
.goodsCont .button {
  position: absolute;
  left: 16%;
  bottom: 0%;
  width: 67%;
  height: 5%;
  background: none;
}

@media screen and (max-width: 760px) {
  .goodsCont {
    position: relative;
    padding: 58px 28px 80px 28px;
    width: 100%;
    margin: 0 auto;
  }
  .goodsCont .button {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 8%;
  }
}/*# sourceMappingURL=style.css.map */