/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.deposit > div[data-v-0595e894] {
  width: 100%;
}
.bank[data-v-0595e894] {
  width: 100%;
  height: 3rem;
  margin-top: 0.525rem;
  padding: 0.75rem;
  position: relative;
  background-color: #fff;
}
.bank.warning[data-v-0595e894] {
  display: flex;
  padding: 0 0.75rem;
  align-items: center;
}
.bank .manage-card[data-v-0595e894] {
  position: absolute;
  right: 0.45rem;
  top: 1.175rem;
}
.bank i[data-v-0595e894] {
  flex: 1;
  text-align: left;
  font-size: 0.65rem;
  color: #333;
}
.bank i[data-v-0595e894]:before {
  vertical-align: middle;
  margin-right: 0.4rem;
  line-height: 1rem;
  font-size: 1rem;
  color: #dc3b40;
}
.bank button[data-v-0595e894] {
  flex: 1;
  text-align: right;
  background-color: #fff;
  font-size: 0.65rem;
  color: #e39a01;
}
.bank button[data-v-0595e894]:before {
  float: right;
  margin-left: 0.25rem;
  color: #ddd;
}
.bank > p[data-v-0595e894] {
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
  color: #333;
}
.bank > span[data-v-0595e894] {
  display: block;
  width: 100%;
  font-size: 0.6rem;
  color: #999;
}
.user-money[data-v-0595e894] {
  display: flex;
  align-items: center;
  height: 5rem;
  margin-top: 0.5rem;
  background-color: #fff;
}
.user-money > li[data-v-0595e894] {
  position: relative;
  flex: 1;
  text-align: center;
}
.user-money > li[data-v-0595e894]:first-child {
  position: relative;
}
.user-money > li[data-v-0595e894]:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-right: 1PX solid #e5e5e5;
}
.user-money > li h3[data-v-0595e894] {
  height: 0.65rem;
  line-height: 0.65rem;
  margin-bottom: 0.375rem;
  font-size: 0.6rem;
  color: #999;
}
.user-money > li p[data-v-0595e894] {
  height: 1.15rem;
  line-height: 1.15rem;
  font-size: 1.05rem;
  color: #333;
}
.user-money > li:last-child h3[data-v-0595e894] {
  height: 0.6rem;
  margin-bottom: 0;
  line-height: 0.6rem;
  font-size: 0.55rem;
}
.user-money > li:last-child p[data-v-0595e894] {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.7rem;
}
.user-money > li:last-child p[data-v-0595e894]:first-of-type {
  margin-bottom: 0.4rem;
}
.money[data-v-0595e894] {
  background-color: #fff;
  margin: 0.5rem 0 1.25rem;
}
.money > div[data-v-0595e894] {
  position: relative;
  width: 100%;
  height: 7.15rem;
  padding: 0.75rem;
}
.money > div[data-v-0595e894]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.money > div > *[data-v-0595e894] {
  width: 100%;
}
.money > div > p[data-v-0595e894] {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.65rem;
  color: #333;
}
.money > div > p > em[data-v-0595e894] {
  float: right;
  color: #dc3b40;
}
.money > div > input[data-v-0595e894] {
  height: 2rem;
  margin: 0.75rem 0 1.5rem;
  line-height: 2rem;
  font-size: 1.65rem;
  color: #333;
}
.money > div > i[data-v-0595e894] {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: right;
  font-size: 0.55rem;
  color: #999;
}
.money > div > i[data-v-0595e894]:before {
  margin-right: 0.25rem;
  color: #ddd;
}
.can_use[data-v-0595e894] {
  width: 100%;
  height: 2.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}
.can_use p[data-v-0595e894] {
  color: #999;
  font-size: 0.75rem;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-0595e894] {
  padding-bottom: 1.8rem;
}
.upload[data-v-0595e894] {
  width: 100%;
  margin-top: 0.6rem;
  height: 8.75rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload > div[data-v-0595e894] {
  width: 6.25rem;
  height: 8rem;
}
.upload .file-input[data-v-0595e894] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1PX dashed #ddd;
  border-radius: 0.25rem;
  overflow: hidden;
}
.upload .file-input img[data-v-0595e894] {
  width: 100%;
  height: 100%;
}
.upload .file-input i[data-v-0595e894] {
  color: #ccc;
  font-size: 1rem;
}
.upload .file-input p[data-v-0595e894] {
  color: #ccc;
  line-height: 1.8rem;
  font-size: 0.8rem;
}
.upload .file-input input[data-v-0595e894] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.check-phone[data-v-0595e894],
.check[data-v-0595e894] {
  width: 100%;
  height: 2.15rem;
  background-color: #fff;
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}
.check-phone p[data-v-0595e894],
.check p[data-v-0595e894] {
  width: 2.7rem;
  font-size: 0.7rem;
}
.check-phone input[data-v-0595e894],
.check input[data-v-0595e894] {
  width: 13.75rem;
  height: 100%;
  text-indent: 0.725rem;
  font-size: 0.7rem;
}
.check[data-v-0595e894] {
  margin: 0;
  border-top: 1PX solid #eee;
}
.check input[data-v-0595e894] {
  width: 7.5rem;
  border-right: 1PX solid #eee;
}
.check span[data-v-0595e894] {
  width: 6.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  color: #dc3b40;
}
.check span.countdown[data-v-0595e894] {
  color: #999;
}
.remark[data-v-0595e894] {
  width: 100%;
  height: 3.6rem;
  background-color: #fff;
  margin: 0.55rem 0 1.8rem;
}
.remark textarea[data-v-0595e894] {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}

