/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.bonus[data-v-4581c073] {
  height: 100%;
  width: 100%;
  background: #eee;
}
.bonus .nodatalist[data-v-4581c073] {
  height: 3.125rem;
  background: #fff;
  text-align: center;
  line-height: 3.125rem;
}
.bonus .tit[data-v-4581c073] {
  height: 1.775rem;
  line-height: 1.775rem;
  padding-left: 0.775rem;
}
.bonus .tit > i[data-v-4581c073] {
  display: inline-block;
  font-size: 0.825rem;
  color: #fff;
}
.bonus .item[data-v-4581c073] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.125rem;
  background: #fff;
  padding: 0.6rem 0.75rem;
  position: relative;
}
.bonus .item[data-v-4581c073]: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;
}
.bonus .item .price[data-v-4581c073],
.bonus .item .detail[data-v-4581c073] {
  display: flex;
  justify-content: space-between;
  vertical-align: bottom;
}
.bonus .item .buy[data-v-4581c073] {
  font-size: 0.7rem;
}
.bonus .item .price[data-v-4581c073] {
  font-size: 0.65rem;
  color: #444;
}
.bonus .item .detail[data-v-4581c073] {
  position: relative;
  font-size: 0.55rem;
}
.bonus .item .detail > span[data-v-4581c073]:first-child {
  color: #999;
}
.bonus .item .detail .godetail[data-v-4581c073] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.8rem;
  padding: 0 0.35rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
  background-color: #f05a50;
}

