/* ============ 统一精致滚动条 ============ */
*{scrollbar-width:thin;scrollbar-color:rgba(150,160,190,.26) transparent}
*::-webkit-scrollbar{width:6px;height:6px}
*::-webkit-scrollbar-track{background:transparent}
*::-webkit-scrollbar-thumb{
  background:rgba(150,160,190,.26);
  border-radius:99px;
  border:2px solid transparent;
  background-clip:content-box;
}
*::-webkit-scrollbar-thumb:hover{
  background:rgba(150,160,190,.5);
  border:2px solid transparent;
  background-clip:content-box;
}
*::-webkit-scrollbar-corner{background:transparent}
.content,.content-inner,.sidebar,.nav,.table-wrap,.bs-works,.modal-body,.drawer-body{scrollbar-gutter:stable}
@media (hover:none){*::-webkit-scrollbar{width:0;height:0}}
