.wallet-item[data-v-47dc0d70] {
  background-color: #f2f8fe;
  width: 304px;
  border-radius: 4px;
  padding: 16px 0;
  margin: 0 24px 24px 0;
}
.wallet-item.invalid[data-v-47dc0d70] {
  background-color: #f1f1f1;
}
.wallet-item-margin[data-v-47dc0d70] {
  margin: 0 16px;
}
.wallet-item-margin .top[data-v-47dc0d70] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}
.wallet-item-margin .top img[data-v-47dc0d70] {
      width: 50px;
      height: 50px;
      margin-right: 12px;
}
.wallet-item-margin .top .wallet-item-logo-invalid[data-v-47dc0d70] {
      width: 50px;
      height: 50px;
      margin-right: 12px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
}
.wallet-item-margin .top .title[data-v-47dc0d70] {
      font-size: 14px;
      margin-bottom: 2px;
}
.wallet-item-margin .top .title.invalid[data-v-47dc0d70] {
      font-size: 14px;
      margin-bottom: 2px;
      color: #aaaaaa;
}
.wallet-item-margin .top .money[data-v-47dc0d70] {
      font-size: 20px;
      color: #3086f6;
      font-weight: 600;
}
.wallet-item-margin .top .money.invalid[data-v-47dc0d70] {
      color: #6e6e6e;
}
.wallet-item-margin .middle[data-v-47dc0d70] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.wallet-item-margin .middle .title[data-v-47dc0d70] {
      width: 60px;
      text-align: right;
      color: #6e6e6e;
}
.wallet-item-margin .middle .name[data-v-47dc0d70] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 32px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
}
.wallet-item-margin .middle .name.invalid[data-v-47dc0d70] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: #6e6e6e;
}
.wallet-item-margin .line[data-v-47dc0d70] {
    background-color: #e6f1ff;
    height: 1px;
    width: 100%;
}
.wallet-item-margin .line.invalid[data-v-47dc0d70] {
    background-color: #e9e9e9;
}
.btn-box[data-v-47dc0d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-box .btn-item[data-v-47dc0d70] {
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    background-color: #3086f6;
    margin-right: 12px;
    color: #fff;
    border: 1px solid transparent;
}
.btn-box .btn-item[data-v-47dc0d70]:last-child {
    margin-right: 0px;
}
.btn-box .btn-item.invalid[data-v-47dc0d70] {
    background-color: #aaaaaa;
    cursor: not-allowed;
}
.btn-box .btn-item.success[data-v-47dc0d70] {
    background-color: #1cf18f;
}
.btn-box .btn-item.plain[data-v-47dc0d70] {
    background-color: transparent;
    color: #3086f6;
    border: 1px solid #3086f6;
}
.btn-box .btn-item-plain-invalid[data-v-47dc0d70] {
    background-color: transparent;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 4px;
}
.money-detail-box[data-v-47dc0d70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

