/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.balance[data-v-10ebd363] {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
}
.balance > dt[data-v-10ebd363] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 4rem;
}
.balance > dt[data-v-10ebd363]: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;
}
.balance > dt > span[data-v-10ebd363] {
  font-size: 0.65rem;
  color: #444;
}
.balance > dt > p[data-v-10ebd363] {
  margin-top: 0.15rem;
  font-size: 1.5rem;
  color: #ccc;
}
.balance > dd[data-v-10ebd363] {
  float: left;
  width: 50%;
  height: 3.75rem;
  padding: 0.5rem 0;
}
.balance > dd:first-of-type > div[data-v-10ebd363] {
  position: relative;
}
.balance > dd:first-of-type > div[data-v-10ebd363]: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;
}
.balance > dd > div[data-v-10ebd363] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.balance > dd > div > span[data-v-10ebd363] {
  font-size: 0.6rem;
  color: #999;
}
.balance > dd > div > p[data-v-10ebd363] {
  margin-top: 0.15rem;
  font-size: 1.05rem;
  color: #444;
}
.pay-type[data-v-10ebd363] {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: #fff;
}
.pay-type > span[data-v-10ebd363] {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 0.65rem;
  color: #999;
}
.pay-type > p[data-v-10ebd363] {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.5rem;
}
.pay-type > p > button[data-v-10ebd363] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  width: 6.625rem;
  height: 100%;
  border-radius: 0.25rem;
  background-color: #a3a3a3;
  color: #fff;
}
.pay-type > p > button.active[data-v-10ebd363] {
  position: relative;
  background-color: #fff;
}
.pay-type > p > button.active[data-v-10ebd363]: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.5rem;
  border-all: 1PX solid #f05a50;
  border: 1PX solid #f05a50;
}
.pay-type > p > button.active > *[data-v-10ebd363] {
  color: #f05a50;
}
.pay-type > p > button.activing[data-v-10ebd363] {
  background-color: #f05a50;
}
.pay-type > p > button.activing > *[data-v-10ebd363] {
  color: #fff;
}
.pay-type > p > button > i[data-v-10ebd363] {
  font-size: 0.65rem;
}
.pay-type > p > button > i[data-v-10ebd363]::before {
  margin-right: 0.25rem;
}
.pay-type > p > button > em[data-v-10ebd363] {
  margin-top: 0.15rem;
  font-size: 0.55rem;
  color: #fff;
}
.pay-type > p > button > img[data-v-10ebd363] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.65rem;
  border-bottom-right-radius: 0.25rem;
}
.money[data-v-10ebd363] {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
}
.money .input[data-v-10ebd363] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.money .input[data-v-10ebd363]: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 .input > h5[data-v-10ebd363] {
  width: 100%;
  line-height: 0.85rem;
  font-size: 0.7rem;
}
.money .input > input[data-v-10ebd363] {
  display: block;
  width: 100%;
  margin: 0.75rem 0 1rem;
  font-size: 1.8rem;
}
.money .input .zhan[data-v-10ebd363] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.money > p[data-v-10ebd363] {
  width: 100%;
  height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}
.money > p > span[data-v-10ebd363] {
  color: #999;
}
.money > p > em[data-v-10ebd363] {
  color: #dc3b40;
}
.tips[data-v-10ebd363] {
  width: 100%;
  padding: 0 0.75rem;
  line-height: 1.75rem;
  text-align: left;
  font-size: 0.6rem;
  color: #999;
}
.tips[data-v-10ebd363]::before {
  margin-right: 0.25rem;
  color: #dc3b40;
}
.submit[data-v-10ebd363] {
  display: block;
  width: 16.5rem;
  height: 2.125rem;
  margin: 0 auto;
  border-radius: 0.25rem;
  background-color: #dc3b40;
  font-size: 0.75rem;
  color: #fff;
}
.bind-box[data-v-10ebd363] {
  position: relative;
  width: 14.25rem;
  height: 15.25rem;
  padding: 0 1.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #fff;
}
.bind-box > h3[data-v-10ebd363] {
  width: 100%;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #444;
}
.bind-box > p[data-v-10ebd363] {
  width: 100%;
  line-height: 0.75rem;
  font-size: 0.55rem;
  color: #f05a50;
}
.bind-box input[data-v-10ebd363] {
  padding: 0 0.25rem;
  border: 1PX solid #ccc;
  font-size: 0.65rem;
}
.bind-box > input[data-v-10ebd363] {
  display: block;
  width: 100%;
  height: 1.75rem;
  margin-top: 0.5rem;
}
.bind-box > span[data-v-10ebd363] {
  display: block;
  width: 100%;
  line-height: 1.75rem;
  font-size: 0.65rem;
  color: #333;
}
.bind-box .captcha[data-v-10ebd363] {
  width: 100%;
  height: 1.75rem;
}
.bind-box .captcha > *[data-v-10ebd363] {
  display: block;
  height: 100%;
}
.bind-box .captcha > input[data-v-10ebd363] {
  float: left;
  width: 7rem;
}
.bind-box .captcha > button[data-v-10ebd363] {
  float: right;
  width: 4.25rem;
  border-radius: 0.25rem;
  background-color: #f05a50;
  font-size: 0.6rem;
  color: #fff;
}
.bind-box .captcha > button.countdown[data-v-10ebd363] {
  background-color: #999;
}
.bind-box .btn[data-v-10ebd363] {
  position: relative;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
}
.bind-box .btn[data-v-10ebd363]: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-top: 1PX solid #e5e5e5;
}
.bind-box .btn > button[data-v-10ebd363] {
  flex: 1;
  height: 100%;
  background-color: #fff;
  font-size: 0.75rem;
  color: #444;
}
.bind-box .btn > button[data-v-10ebd363]:last-child {
  position: relative;
}
.bind-box .btn > button[data-v-10ebd363]:last-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-left: 1PX solid #e5e5e5;
}

