/*webkit内核*/
.scrollBar::-webkit-scrollbar {
    width:4px;
    height:14px;
}
.scrollBar::-webkit-scrollbar-button    {
    background-color:rgba(0,0,0,0);
    width: 0px;
    height: 0px;
}
.scrollBar::-webkit-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-webkit-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-webkit-scrollbar-thumb{
    background-color:#e1a349;
}
.scrollBar::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-webkit-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-webkit-scrollbar {
    width:4px;
    height:14px;
}
/*o内核*/
.scrollBar .-o-scrollbar{
    -moz-appearance: none !important;   
    background: rgba(0,255,0,0) !important;  
}
.scrollBar::-o-scrollbar-button    {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-o-scrollbar-track     {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-o-scrollbar-track-piece {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-o-scrollbar-thumb{
    background-color:rgba(0,0,0,0);
}
.scrollBar::-o-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
.scrollBar::-o-scrollbar-resizer  {
    background-color:rgba(0,0,0,0);
}
/*IE10,IE11,IE12*/
.scrollBar{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
.scrollPane-container.scrollBar{
    width: 0px;
    height: 0px;
}

/*火狐*/
@-moz-document url-prefix(http://),url-prefix(https://) {   }

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.scrollbar{-moz-appearance:none !important;background:#FAFAFA !important;}
.scrollbar thumb{-moz-appearance:none !important;background:rgba(55,55,55,.5) !important;
border:0px !important;border-radius:0px !important;}
.scrollbar thumb:hover,.scrollbar thumb:active{background:rgba(22, 22, 22,.8) !important;}

.slider,.slider:hover,.slider:active
{-moz-appearance:none !important;background:transparent !important;
border:0px !important;opacity:0.9 !important;-moz-transition-duration:0.5s !important;}

.scrollbar[orient="vertical"]{width:5px !important;} .scrollbar[orient="horizontal"]{height:5px !important;}
.scrollbar[orient="vertical"],.scrollbar[orient="horizontal"]{padding:0px !important;border-width:0px !important;}

.scrollbarbutton[sbattr="scrollbar-up-top"],.scrollbarbutton[sbattr="scrollbar-down-top"],
.scrollbarbutton[sbattr="scrollbar-up-bottom"],.scrollbarbutton[sbattr="scrollbar-down-bottom"]
{-moz-appearance:none !important;display:none !important;}
