/*---滚动条大小--*/
::-webkit-scrollbar {
width: 6px;
height: 0px;
}
//滑块
::-webkit-scrollbar-thumb {
background-color: rgba(36,158,246,.3);
height: 50px;
}
/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
background: rgba(16,28,64,.8);
-webkit-border-radius: 0;
}