::-webkit-scrollbar {
  width: 1px; 
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

.originText::-webkit-scrollbar,.roll::-webkit-scrollbar {
  width: 4px;
}
.originText::-webkit-scrollbar-track,.roll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.originText::-webkit-scrollbar-thumb,.roll::-webkit-scrollbar-thumb {
  background: #d7c1aa;
  border-radius: 25px;
}

.after::after{
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #d9d9d9;
  position: absolute;
  right: 0.5rem;
  bottom: -0.3rem;
}

.cur::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: #844c52;
  margin-right: 8px;
  margin-bottom: 3px;
}


#pagination a,#pagination_filter a {
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  border: none;
  background: #fff;
  border-radius: 4px;
  color: #000;
  margin-right: 0.75rem;
}

#pagination a.active,#pagination_filter a.active {
  color: #fff;
  background: #8e4852;
  font-weight: bold;
}
