.jump-up {
  animation: up ;
}
@keyframes up {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 50px;
  }
}
.dent-logo img {
  width: 70px!important;
  height: 70px!important;
}
.case-btn {
  width: 100%;
  text-align: left;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #000;
}
.case-btn:hover {
  background: #eff6ff;
  color: #1e59a6;
}
.active-case {
  background: #eff6ff;
  color: #1e59a6;
}
.arch-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #eff6ff;
  color: #1e59a6;
}
.active-arch {
  background: #eff6ff;
  color: #4b83c7;
}
.article-content a {
  color: #00a0d2;
}
/*# sourceMappingURL=style.css.map */