.error-wrap {
  margin-top: 192px;
  text-align: center;
  padding-bottom: 400px;
}
.error-wrap .error-text {
  margin: 32px 0 16px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.error-wrap .error-tips {
  margin-top: 0;
  font-size: 16px;
  color: #666;
  line-height: 22px;
}
.error-wrap .btn-box {
  margin-top: 28px;
}
.error-wrap .btn-box .home {
  width: 176px;
  height: 54px;
  display: block;
  border: 1px solid #c1c1c1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  font-weight: 400;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  text-decoration: none;
  background-color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .error-wrap {
    margin-top: 120px;
  }
  .error-wrap > img {
    max-width: 180px;
  }
  .error-wrap .error-text {
    font-size: 20px;
  }
  .error-wrap .error-tips {
    font-size: 14px;
    line-height: 20px;
  }
  .error-wrap .btn-box button {
    padding: 10px 24px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
