@charset "utf8";
@import url("./common.css");

#top-title {
  margin-bottom: .5rem;
}
.shop-list {
  display: flex;
  margin-top: .6rem;
  margin-bottom: .33rem;
  flex-wrap: wrap;
}
.shop-list .shop-item {
  margin-right: .5rem;
  width: calc((100% - 3 * .5rem) / 4);
  margin-bottom: .3rem;
}
.shop-list .shop-item:nth-child(4n) {
  margin-right: 0;
}
.shop-list .shop-item .shop-pic{
  position: relative;
}
.shop-list .shop-item .shop-pic img {
  width: 100%;
  height: 3.3rem;
  object-fit: fill;
}
.shop-pic .himg{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition:  all 1s;

}
.shop-pic:hover .himg{
  transition:  all .5s;

  opacity: 1;

}
.shop-list .shop-item p {
  margin-top: .2rem;
  text-align: center;
  line-height: .4rem;
  font-size: .2rem;
}

.empty-shop {
  padding-top: .21rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.empty-shop > .content {
  margin-bottom: 1.17rem;
}
.empty-shop > .content > p {
  font-size: .5rem;
  line-height: .71rem;
  color: #808080;
}
.produ-main .fenye {
  margin-top: .3rem;
  margin-bottom: 1.17rem;
}
.return-btn{
  display: flex;
  justify-content: center;
}
.Sub-page-button:hover {
  color: #808080 !important;
}