/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.apply[data-v-e4576554] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container[data-v-e4576554] {
  width: 100%;
  flex: 1;
  background-color: #eee;
}
.input[data-v-e4576554] {
  width: 100%;
  margin-top: 0.9rem;
}
.input li[data-v-e4576554] {
  width: 100%;
  height: 2.15rem;
  border-bottom: 1PX solid #eee;
  background-color: #fff;
}
.input li label[data-v-e4576554] {
  width: 4.25rem;
  margin-left: 0.75rem;
}
.input li input[data-v-e4576554] {
  margin-left: 0.5rem;
  width: 12.5rem;
  height: 100%;
  text-indent: 0.25rem;
}
.btn[data-v-e4576554] {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.btn button[data-v-e4576554] {
  width: 15rem;
  height: 2.25rem;
  background-color: #dc3b40;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0.2rem;
}

