.el-dialog__header .el-dialog__title {
  text-align: center;
}
.message {
  padding-top: 24px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #909398;
  line-height: 15px;
}
::v-deep .el-dialog--center .el-dialog__body {
  text-align: CENTER;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex img {
  width: 127px;
  height: 127px;
}
.flex p {
  margin-top: 8px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: bold;
}
.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status img {
  width: 641px;
  height: 23px;
}
.custom-button {
  width: 140px;
  height: 40px;
}
