#box[data-v-ee402a96] .el-overlay {
  backdrop-filter: blur(11px);
}
#box[data-v-ee402a96] .el-dialog {
  width: 500px;
  background-color: #292929;
  position: relative;
  border-radius: 9px;
  border: 1px solid #909791;
}
#box[data-v-ee402a96] .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-ee402a96] .el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
#box[data-v-ee402a96] .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-ee402a96] .el-dialog .el-dialog__body {
  padding: 0;
  box-sizing: border-box;
}
#box[data-v-ee402a96] .el-button {
  width: 100px;
  height: 36px;
}
.content-box[data-v-ee402a96] {
  width: 498px;
}
.content-box .dialog-text[data-v-ee402a96] {
  height: 157px;
  width: 370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
}
.footer[data-v-ee402a96] {
  width: 498px;
  height: 64px;
  background: #161616;
  border-radius: 0px 0px 9px 9px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 30px;
  box-sizing: border-box;
}