@charset "UTF-8";
.chapter .chapter-title {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.9375rem;
}
.chapter .chapter-content {
  color: #3B3F47;
  font-size: 1rem;
  line-height: 2;
}
.chapter .chapter-content p + p {
  margin-top: 0.5rem;
}
.chapter .next-chapter-btn {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  align-items: center;
}

.bottom-guide {
  box-shadow: 0 4px 24px var(--black-32);
  background: var(--background-bw-white);
}
.bottom-guide .btn-normal {
  width: 1.25rem;
  padding: 0.25rem;
  border-radius: 2rem;
}
.bottom-guide .bottom-guide-title:before {
  content: "打开App";
  display: block;
}
.bottom-guide .bottom-guide-desc {
  position: absolute;
  top: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.1rem 0.2rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  background: var(--yellow-50);
  color: var(--orange-500);
  border: 1px solid var(--bw-white);
  transform: scale(0.75, 0.75);
  transform-origin: right;
}