.z-dialog {
  z-index: 999999;
}
.z-dialog .el-overlay {
  z-index: 1030 !important;
}
.z-dialog .el-dialog__header {
  background: #f5f5f5;
  padding: 11px 20px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 0;
}
.z-dialog .el-dialog__header .el-dialog__title {
  font-size: 14px;
  line-height: 18px;
  color: #5c5c5c;
  font-weight: 700;
}
.z-dialog .dia-suc {
  margin-left: 16px !important;
}
.z-dialog .el-dialog__headerbtn {
  width: 40px;
  height: 40px;
  top: 3px;
}
.z-dialog .el-dialog__headerbtn .el-dialog__close {
  width: 18px;
  height: 18px;
  color: #333;
  font-weight: 600;
}
.z-dialog .el-dialog__headerbtn .el-dialog__close svg {
  width: 18px;
  height: 18px;
}
.z-dialog .el-dialog__footer {
  text-align: center;
}
.z-dialog .el-dialog__footer .dialog-footer {
  text-align: center;
}
.z-dialog .el-dialog__footer .dialog-footer .btn {
  padding: 7px 42px;
  width: 112px;
  height: 32px;
  background: #ffc220;
  border: 1px solid #ffc220;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
}
.private * {
  font-weight: revert;
  font-size: revert;
  font-style: revert;
}