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



.masonry-row {
  /*display: flex;
  justify-content: space-between;
  margin-bottom: 1.14rem;*/
  column-count: 2;
  column-gap: 1rem;
}

.masonry-row .masonry-item:nth-of-type(1),
.masonry-row:nth-of-type(2n) .masonry-item:nth-of-type(2) {
  width: 6.65rem;
}

.masonry-row .masonry-item {
    margin-bottom: 1.14rem;
}
.masonry-row .masonry-item:nth-child(2n) {
  margin-bottom: .8rem;
}
.masonry-row .masonry-item:nth-of-type(2),
.masonry-row:nth-of-type(2n) .masonry-item:nth-of-type(1) {
  width: 7.25rem;
}
.masonry-row .masonry-item > img {
  margin-bottom: .35rem;
}
.masonry-row .masonry-item > p {
  margin-left: .51rem;
}

.masonry-row:nth-of-type(2n) .masonry-item:nth-of-type(2){
  margin-top: -2.47rem;
}
/* 247 */

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