/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.exchange-confirm[data-v-ab0ba744] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lottery[data-v-ab0ba744] {
  width: 16.5rem;
  height: 6.55rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery img[data-v-ab0ba744] {
  width: 7.575rem;
}
.word[data-v-ab0ba744] {
  width: 16.5rem;
  line-height: 2.7rem;
  font-size: 0.7rem;
  color: #333;
}
.code[data-v-ab0ba744] {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
.btn[data-v-ab0ba744] {
  margin-top: 1.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn button[data-v-ab0ba744] {
  width: 16.5rem;
  height: 2.125rem;
  margin-bottom: 0.75rem;
  border-radius: 0.15rem;
  font-size: 0.7rem;
  background-color: #fff;
  border: 1PX solid #eee;
}
.btn button[data-v-ab0ba744]:first-child {
  background-color: #dc3b40;
  color: #fff;
  border: 0;
}

