/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-4e3d453c] {
  background-color: #F5F8FA;
}
.btn[data-v-4e3d453c] {
  margin-top: 1.875rem;
  width: 100%;
  display: flex;
}
.btn > button[data-v-4e3d453c] {
  flex: 1;
  height: 2.15rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
.btn > button[data-v-4e3d453c]:not(:last-child) {
  margin-right: 1.25rem;
}
.submit[data-v-4e3d453c] {
  background-color: #F5F8FA;
  border: 1PX solid #ccc;
  color: #666;
}
.back[data-v-4e3d453c] {
  background-color: #FF6262;
  color: #fff;
}
.contenter[data-v-4e3d453c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
}
.contenter > i[data-v-4e3d453c] {
  margin: 1.25rem 0;
  font-size: 5rem;
  color: #FF6262;
}
.contenter > em[data-v-4e3d453c] {
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
}
.contenter > p[data-v-4e3d453c] {
  margin-top: 1.875rem;
  width: 100%;
  min-height: 2.5rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #666;
}

