
body.bg-1 {
  background-image: url("/novels/images/index_bg1.webp");
}
body.bg-2 {
  background-image: url("/novels/images/index_bg2.webp");
}

.content::-webkit-scrollbar-thumb{
  background:#76C2B3;
  border-radius:4px;
}


.top-figure{
  margin: 24px 0 24px;
}

.top-figure img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 520px){
  .top-figure{
    margin: 12px 0 20px;
  }
  .top-figure img{
    width: calc(100% + 20px);
    max-width: none;
    border-radius: 14px;
  }
}
