/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.mall-list[data-v-3f4d4a29] {
  width: 100%;
}
.mall-list.member[data-v-3f4d4a29] {
  margin-top: 0.2rem;
}
.mall-list > li[data-v-3f4d4a29] {
  float: left;
  width: 9rem;
  height: 9rem;
  padding: 0.65rem;
  background-color: #fff;
}
.mall-list > li[data-v-3f4d4a29]:nth-child(1n) {
  position: relative;
}
.mall-list > li[data-v-3f4d4a29]:nth-child(1n):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
  border-right: 1PX solid #e5e5e5;
}
.mall-list > li[data-v-3f4d4a29]:nth-child(2n) {
  position: relative;
}
.mall-list > li[data-v-3f4d4a29]:nth-child(2n):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.mall-list > li .img[data-v-3f4d4a29] {
  position: relative;
  width: 100%;
  height: 5.4rem;
  background-size: cover;
  background-position: center;
}
.mall-list > li .img > span[data-v-3f4d4a29] {
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: 0.7rem;
  padding: 0 0.25rem;
  line-height: 0.7rem;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  font-size: 0.45rem;
}
.mall-list > li .img > span.orange[data-v-3f4d4a29] {
  background-color: #ffcd21;
}
.mall-list > li > h3[data-v-3f4d4a29] {
  width: 100%;
  height: 0.75rem;
  margin: 0.5rem 0 0.25rem;
  line-height: 0.75rem;
  font-size: 0.7rem;
}
.mall-list > li > i[data-v-3f4d4a29] {
  height: 0.9rem;
  padding: 0 0.3rem;
  line-height: 0.9rem;
  border-radius: 0.15rem;
  background-color: #dc3b40;
  font-size: 0.55rem;
  color: #fff;
}
.mall-list > li > i[data-v-3f4d4a29]::before {
  margin-right: 0.2rem;
}

