#box[data-v-588b0f54] .el-overlay {
  backdrop-filter: blur(8px);
}
#box[data-v-588b0f54] .el-dialog {
  width: 500px;
  background-color: #292929;
  position: relative;
  border-radius: 9px;
  border: 1px solid #909791;
}
#box[data-v-588b0f54] .el-dialog .el-dialog__header {
  height: 40px;
  background-color: #161616;
  margin-right: 0;
  border-radius: 9px 9px 0px 0px;
  box-sizing: border-box;
  padding: 0;
  line-height: 40px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#box[data-v-588b0f54] .el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
#box[data-v-588b0f54] .el-dialog .el-dialog__headerbtn {
  width: 12px;
  height: 12px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
#box[data-v-588b0f54] .el-dialog .el-dialog__body {
  padding: 0;
  box-sizing: border-box;
}
#box[data-v-588b0f54] .el-button {
  width: 100px;
  height: 36px;
}
.content-box[data-v-588b0f54] {
  width: 498px;
  height: 260px;
}
.content-box > .login[data-v-588b0f54] {
  height: 36px;
  background: #E6D32D;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  mix-blend-mode: normal;
  text-align: center;
  line-height: 36px;
}
.content-box > .wallet[data-v-588b0f54] {
  height: 36px;
  background: #416BFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  mix-blend-mode: normal;
  text-align: center;
  line-height: 36px;
}
.content-box .Wallet-box[data-v-588b0f54] {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 38px 30px;
  box-sizing: border-box;
}
.content-box .Wallet-box .WalletBut[data-v-588b0f54] {
  width: 209.51px;
  height: 60px;
  background: #161616;
  border: 1px solid #21c143;
  border-radius: 8px;
  justify-content: flex-start;
  padding-left: 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
  cursor: pointer;
}
.content-box .Wallet-box .WalletBut img[data-v-588b0f54] {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}