/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.add-card[data-v-2a86c3d4] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container[data-v-2a86c3d4] {
  width: 100%;
  flex: 1;
  position: relative;
}
.title[data-v-2a86c3d4] {
  width: 100%;
  height: 1.5rem;
  font-size: 0.7rem;
  color: #999;
  margin-top: 0.825rem;
  padding-left: 0.75rem;
  line-height: 1.5rem;
}
ul[data-v-2a86c3d4] {
  width: 100%;
  border-top: 1PX solid #ddd;
}
ul li[data-v-2a86c3d4] {
  width: 100%;
  height: 2.125rem;
  background-color: #fff;
  border-bottom: 1PX solid #ddd;
  display: flex;
  align-items: center;
}
ul .label[data-v-2a86c3d4] {
  width: 5.75rem;
  padding-left: 0.75rem;
}
ul .bank[data-v-2a86c3d4],
ul .city[data-v-2a86c3d4] {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
ul .chose[data-v-2a86c3d4] {
  color: #ccc;
  width: 11.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul .chose i[data-v-2a86c3d4] {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid #aaa;
  border-left: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
}
ul input[data-v-2a86c3d4] {
  width: 12.5rem;
  height: 100%;
}
.info[data-v-2a86c3d4] {
  width: 100%;
  height: 1.925rem;
  font-size: 0.6rem;
  color: #ccc;
  padding-left: 0.75rem;
  line-height: 1.925rem;
}
.bank_chose_cover[data-v-2a86c3d4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank_chose_cover .bank_chose[data-v-2a86c3d4] {
  width: 80%;
  height: 80%;
  background-color: #fff;
  border: 1PX solid #ccc;
  border-radius: 0.2rem;
  padding: 1.8rem 0.45rem 0.45rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: bounceIn-data-v-2a86c3d4 0.2s ease both;
}
.bank_chose_cover .bank_chose p[data-v-2a86c3d4] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background-color: #eee;
  padding-left: 0.625rem;
}
.bank_chose_cover .bank_chose .bank_chose_close[data-v-2a86c3d4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.bank_chose_cover .bank_chose ul[data-v-2a86c3d4] {
  padding: 0;
  margin-top: 0;
  border: 0;
  flex: 1;
  overflow-y: auto;
}
.bank_chose_cover .bank_chose ul li[data-v-2a86c3d4] {
  width: 100%;
  height: 1.975rem;
  padding-right: 0;
  display: flex;
  align-items: center;
}
@keyframes bounceIn-data-v-2a86c3d4 {
0% {
    opacity: 0;
    transform: scale(0.3);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}

