._wallet_dialog {
  padding: 0.18rem 0.2rem;
  position: relative;
  width: calc(100% - 0.8rem) !important;
}
._wallet_dialog .el-dialog__body {
  padding: 0.14rem 0;
}
._wallet_dialog .el-dialog__body .wallets {
  border-radius: 0.16rem;
  background: rgba(196, 210, 223, 0.2);
}
._wallet_dialog .el-dialog__body .wallets div {
  display: flex;
  align-items: center;
  transition: all 0.2s;
  padding: 0.2rem 0.16rem;
  color: #10192d;
  font-size: 0.16rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(196, 210, 223, 0.3);
}
._wallet_dialog .el-dialog__body .wallets div:last-child {
  border: none;
}
._wallet_dialog .el-dialog__body .wallets div img {
  height: 0.3rem;
  margin-right: 0.15rem;
}
