/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.gift-item[data-v-1c1b6a9d] {
  width: 100%;
  height: 6rem;
  padding: 0.75rem;
}
.gift-item[data-v-1c1b6a9d]:not(:last-of-type) {
  position: relative;
}
.gift-item[data-v-1c1b6a9d]:not(:last-of-type):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;
}
.gift-item .image[data-v-1c1b6a9d] {
  float: left;
  width: 6.375rem;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.gift-item .info[data-v-1c1b6a9d] {
  float: right;
  position: relative;
  width: 9.375rem;
  height: 100%;
}
.gift-item .info > h3[data-v-1c1b6a9d] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  line-height: 0.75rem;
  font-size: 0.7rem;
  color: #333;
}
.gift-item .info > h3 > i[data-v-1c1b6a9d] {
  margin-left: 0.25rem;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #dc3b40;
}
.gift-item .info > i[data-v-1c1b6a9d] {
  display: inline-block;
  height: 0.7rem;
  margin-top: 0.4rem;
  padding: 0.125rem 0.3rem;
  border-radius: 0.7rem;
  background-color: #ffd32d;
  font-size: 0.45rem;
  color: #333;
}
.gift-item .info > i[data-v-1c1b6a9d]:before {
  margin-right: 0.1rem;
  font-size: 0.35rem;
}
.gift-item .info > p[data-v-1c1b6a9d] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.85rem;
  line-height: 1;
  font-weight: bold;
  font-size: 0.75rem;
  color: #dc3b40;
}
.gift-item .info > p > em[data-v-1c1b6a9d] {
  margin-left: 0.25rem;
  font-weight: normal;
  font-size: 0.5rem;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.banner[data-v-140f2c38] {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.balance[data-v-140f2c38] {
  display: flex;
  width: 100%;
  height: 3rem;
  margin-top: 0.5rem;
  background-color: #fff;
}
.balance > li[data-v-140f2c38] {
  flex: 1;
  line-height: 0.75rem;
}
.balance > li[data-v-140f2c38]:not(:last-child) {
  position: relative;
}
.balance > li[data-v-140f2c38]:not(:last-child):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-right: 1PX solid #e5e5e5;
}
.balance > li > *[data-v-140f2c38] {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.balance > li > b[data-v-140f2c38],
.balance > li > i[data-v-140f2c38] {
  height: 1.5rem;
  line-height: 1.5rem;
}
.balance > li > b[data-v-140f2c38] {
  font-size: 0.9rem;
  color: #dc3b40;
}
.balance > li > span[data-v-140f2c38] {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.55rem;
  color: #999;
}
.balance > li > i[data-v-140f2c38] {
  background: linear-gradient(to right, #fd518a 0%, #fcc725 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.25rem;
}
.goods-title[data-v-140f2c38] {
  position: relative;
  width: 100%;
  height: 1.6rem;
  padding: 0 0.75rem;
  line-height: 1.6rem;
  margin-top: 0.5rem;
  background-color: #fff;
  font-size: 0.7rem;
  color: #333;
}
.goods-title[data-v-140f2c38]: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;
}
.goods-title[data-v-140f2c38]:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  width: 0.075rem;
  height: 0.7rem;
  background-color: #333;
}
.goods-list[data-v-140f2c38] {
  background-color: #fff;
}
.goods-list .empty[data-v-140f2c38] {
  width: 100%;
  height: 2.5rem;
  font-size: 0.65rem;
  color: #999;
}

