            ::-webkit-scrollbar{ width:2px; height:0px; background-color:#fff;}  
            ::-webkit-scrollbar:hover{ background-color:#eee; }  
            ::-webkit-resizer{}  
            ::-webkit-scrollbar-thumb{ -webkit-border-radius:8px; background-color:#9e8c5d; height:10px; }  
            ::-webkit-scrollbar-thumb:hover{ background-color: #aaa;}  
            ::-webkit-scrollbar-thumb:active{ background-color:#888;}