/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.get_coupon[data-v-0558b95b] {
  display: flex;
  width: 100%;
  height: 2.9rem;
  line-height: 2.9rem;
  overflow: auto;
  background-color: white;
  justify-content: center;
}
.get_coupon span[data-v-0558b95b] {
  color: #444;
}
.list[data-v-0558b95b] {
  border-radius: 0.25rem;
  width: 98%;
}
.item_coupon[data-v-0558b95b] {
  display: flex;
  width: 96%;
  margin: 0.5rem auto;
  border-radius: 0.25rem;
  background-color: white;
  height: 4.65rem;
  overflow: auto;
  justify-content: space-between;
  align-items: center;
}
.item_coupon .line[data-v-0558b95b] {
  border-right: 0.5px dashed #FFB8B1;
  /* 在顶部创建一条1像素宽，黑色，虚线的边框 */
  height: 96%;
  /* 设置元素的宽度为100% */
  width: 0;
  /* 设置元素的高度为0，因为我们只想要边框 */
}
.item_coupon .item_coupon_left[data-v-0558b95b] {
  display: flex;
  flex-direction: column;
  padding: 0.25rem;
  width: 70%;
  height: 100%;
}
.item_coupon .item_coupon_left div[data-v-0558b95b] {
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.item_coupon .item_coupon_left div .gubi[data-v-0558b95b] {
  display: table-cell;
  max-width: 3.65rem;
  height: 1.75rem;
  margin-top: 0.9rem;
  vertical-align: bottom;
}
.item_coupon .item_coupon_left div .gubi > span[data-v-0558b95b]:nth-of-type(1) {
  color: #FB6040;
  font-size: 1.5rem;
  padding: 0;
  font-weight: bold;
}
.item_coupon .item_coupon_left div .gubi > span[data-v-0558b95b]:nth-of-type(2) {
  color: #FB6040;
  padding-left: 0.2rem;
  font-size: 0.6rem;
}
.item_coupon .item_coupon_left div .coupons_name[data-v-0558b95b] {
  display: flex;
  height: 100%;
  flex: 1;
  width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.item_coupon .item_coupon_left div .coupons_name > span[data-v-0558b95b]:nth-of-type(1) {
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本溢出 */
  width: 100%;
  /* 定义容器宽度 */
  color: #333;
  font-size: 0.75rem;
  padding: 0;
  font-weight: bold;
}
.item_coupon .item_coupon_left div .coupons_name > span[data-v-0558b95b]:nth-of-type(2) {
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本溢出 */
  width: 100%;
  /* 定义容器宽度 */
  color: #999;
  padding: 0;
  margin-top: 0.25rem;
  font-size: 0.6rem;
}
.item_coupon .item_coupon_left span[data-v-0558b95b] {
  color: #666666;
  font-size: 0.6rem;
  height: 1rem;
  padding-left: 0.25rem;
  line-height: 1rem;
}
.item_coupon .item_coupon_right[data-v-0558b95b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30%;
  max-width: 5rem;
  height: 100%;
}
.item_coupon .item_coupon_right > span[data-v-0558b95b]:nth-of-type(1) {
  color: #FB6040;
  font-size: 0.6rem;
  padding: 0;
}
.item_coupon .item_coupon_right > span[data-v-0558b95b]:nth-of-type(2) {
  color: white;
  margin-top: 0.5rem;
  width: 3.9rem;
  line-height: 1.15rem;
  text-align: center;
  height: 1.15rem;
  font-size: 0.7rem;
  background-color: #F55848;
  border-radius: 0.575rem;
}
.item_coupon .item_coupon_right > span:nth-of-type(2).active[data-v-0558b95b] {
  background-color: #ccc;
}
.item_coupon .item_coupon_right img[data-v-0558b95b] {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nodata[data-v-0558b95b] {
  background-position: center 90%;
}
ul[data-v-0558b95b] {
  background: #fff;
}
.list[data-v-0558b95b] {
  padding-top: 0.75rem;
}

