.tips-dialog .content-back {
  background: #f7f8fd;
  margin: 0 50px 30px 50px;
  max-height: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tips-dialog .content-back .zh-span {
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 26px;
}
.tips-dialog .content-back .en-span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.tips-dialog .el-dialog .dialog-header {
  padding-left: 70px;
  padding-right: 30px;
}
.tips-dialog .el-dialog .el-dialog__body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

