/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.spread[data-v-dd8c038a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container[data-v-dd8c038a] {
  width: 100%;
  flex: 1;
  padding-top: 2.6rem;
  display: flex;
  justify-content: center;
}
.box[data-v-dd8c038a] {
  width: 16.05rem;
  height: 17rem;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box > p[data-v-dd8c038a] {
  font-size: 0.65rem;
  color: #999;
  line-height: 1.2rem;
}
.store[data-v-dd8c038a] {
  width: 100%;
  height: 3.825rem;
  display: flex;
  align-items: center;
  padding-left: 0.9rem;
  margin-bottom: 0.45rem;
}
.store img[data-v-dd8c038a] {
  width: 2.025rem;
  height: 2.025rem;
  border-radius: 0.25rem;
}
.store > div[data-v-dd8c038a] {
  flex: 1;
  height: 2.025rem;
  margin-left: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.store > div p[data-v-dd8c038a] {
  font-size: 0.75rem;
  color: #444;
}
.store > div span[data-v-dd8c038a] {
  color: #999;
  font-size: 0.65rem;
}
.canvas[data-v-dd8c038a] {
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 0.45rem;
  border: 1PX solid #eee;
}

