/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-57b3111b] {
  padding-bottom: 3rem;
}
.status[data-v-57b3111b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  background: linear-gradient(to right, #7616a5 0%, #6631e0 100%);
  color: #fff;
}
.status > div[data-v-57b3111b] {
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
}
.status > div i[data-v-57b3111b] {
  position: absolute;
  left: -1.75rem;
  font-size: 1.3rem;
}
.status > span[data-v-57b3111b] {
  font-size: 0.6rem;
}
.p[data-v-57b3111b] {
  line-height: 2.25rem;
  border-bottom: 1PX solid #eee;
  font-size: 0.65rem;
  padding: 0 0.75rem;
  background-color: #fff;
  color: #dc3b40;
}
.content[data-v-57b3111b] {
  font-size: 0.65rem;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  color: #999;
}
.content p[data-v-57b3111b] {
  display: block;
  line-height: 0.9rem;
  margin-bottom: 0.25rem;
}
.bottom[data-v-57b3111b] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom button[data-v-57b3111b] {
  width: 16.5rem;
  height: 2rem;
  border-radius: 0.25rem;
  color: #fff;
  background: linear-gradient(to right, #e64770 0%, #9031bc 100%);
}

