.error-box {
  color: #333;
  background: #fff;
  width: 588px;
  height: 504px;
  position: absolute;
  left: 50%;
  margin-left: -299px;
  top: 50%;
  margin-top: -252px;
}

.error-box .img {
  width: 100%;
  height: 305px;
}

.error-box .img .return-home {
  display: block;
  width: 152px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #FF5D25;
  border-radius: 19px;
  margin-top: -66px;
  margin-left: 242px;
  text-decoration: none;
}

.error-box .data-box {
  width: 410px;
  background-color: #F5F3F6;
  border-radius: 10px;
  margin: 49px auto;
  padding-top: 13px;
  padding-bottom: 12px;
  display: flex;
}

.error-box .data-box .qr-code {
  width: 107px;
  height: 108px;
  margin-left: 17px;
}

.error-box .data-box .bonus {
  width: 32px;
  height: 29px;
  margin-left: -32px;
}

.error-box .data-box .data {
  display: inline-block;
  margin-left: 17px;
  font-size: 16px;
}

.error-box .data-box .data h1 {
  font-size: 16px;
  line-height: 24px;
}

.error-box .data-box .data p {
  line-height: 15px;
}
