/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page-mp-lottery[data-v-04cf4723] {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-mp-lottery .content[data-v-04cf4723] {
  position: relative;
  width: 100%;
  flex: 1;
  overflow-y: auto;
}
.page-mp-lottery .tab-bar[data-v-04cf4723] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.675rem;
  padding: 0 1.25rem;
  background-color: #fff;
  border-top: 1PX solid #e5e5e5;
}
.page-mp-lottery .tab-bar > li[data-v-04cf4723] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  width: 2.5rem;
  height: 100%;
}
.page-mp-lottery .tab-bar > li.active > i[data-v-04cf4723] {
  background: linear-gradient(252deg, #fd6523 0%, #fc3312 55%, #fa0000 100%);
  -webkit-background-clip: text;
}
.page-mp-lottery .tab-bar > li.active > span[data-v-04cf4723] {
  color: #fb1306;
}
.page-mp-lottery .tab-bar > li > i[data-v-04cf4723] {
  background: linear-gradient(229deg, #ebeced 0%, #c5d1df 55%, #9eb6d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.15rem;
}
.page-mp-lottery .tab-bar > li > span[data-v-04cf4723] {
  margin-top: 0.2rem;
  font-size: 0.525rem;
  color: #333;
}

