/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-00dc6506] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page .container[data-v-00dc6506] {
  width: 100%;
  flex: 1;
}
.page .tabbar[data-v-00dc6506] {
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
  display: flex;
  border-top: 1PX solid #ccc;
  box-shadow: 1PX 0.125rem 0.375rem #999;
}
.page .tabbar div[data-v-00dc6506] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}
.page .tabbar div img[data-v-00dc6506] {
  width: 0.9rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.page .tabbar .active[data-v-00dc6506] {
  color: #ed8d01;
}

