body {
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
html {
  overflow: hidden;
}
.error-page {
  display: flex;
  position: relative;
  overflow-y: auto;
  scroll-behavior: smooth;
  background: url("../images/bg.png") no-repeat 100% top;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.error-page > .main-content {
  margin: 0 auto;
}
.error-page > .main-content .error-logo {
  width: 477px;
  height: 554px;
  margin-top: 124px;
}
.error-page > .main-content .error-title {
  font-size: 30px;
  color: #7673ef;
}
.error-page > .main-content .error-desc-list {
  margin-top: 30px;
  font-size: 22px;
  color: #999;
}
.error-page > .main-content .back-btn {
  width: 350px;
  height: 50px;
  border-radius: 50px;
  background-color: #7673ef;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: white;
  margin: 0 auto;
  margin-top: 76px;
  cursor: pointer;
}
.error-page .footer-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 679px) {
  .error-page {
    padding: 0 1.25rem;
  }
  .error-page > .main-content .error-logo {
    width: 5.83rem;
    height: auto;
  }
  .error-page > .main-content .error-title {
    font-size: 18px;
    color: #7673ef;
  }
  .error-page > .main-content .error-desc-list {
    margin-top: 0.2rem;
    font-size: 14px;
    color: #999;
  }
  .error-page > .main-content .back-btn {
    width: 80%;
    height: 0.8rem;
    border-radius: 0.5rem;
    background-color: #7673ef;
    text-align: center;
    line-height: 0.8rem;
    font-size: 16px;
    color: white;
    margin-top: 0.46rem;
    cursor: pointer;
  }
}
/*# sourceMappingURL=error.css.map */