<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notfound-container {
  background-color: #f8f8f8;
}

.notfound-container .notfound-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding-top: calc(77px + 269px);
  height: 1040px;
}

.notfound-container .notfound-body .notfound-img {
  width: 722px;
  height: 355px;
}

.notfound-container .notfound-body .text-1 {
  margin-top: 18px;
  width: 238px;
  font-size: 18px;
  color: #687792;
  line-height: 30px;
}

.notfound-container .notfound-body .btn-wrap {
  margin-top: 56px;
}

.notfound-container .notfound-body .btn-wrap .btn-item {
  display: inline-block;
  width: 116px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  margin-right: 25px;
}

.notfound-container .notfound-body .btn-wrap .btn-item.primary {
  background: linear-gradient(to right, #0039CC, #002FA7);
  color: #fff;
}

.notfound-container .notfound-body .btn-wrap .btn-item.info {
  color: #687792;
  background-color: #F0F0F0;
}
</pre></body></html>