/* 滚动条 美观 */
::-webkit-scrollbar-track {
border-radius:0;
background:#e1e1e1;
position:absolute
}
::-webkit-scrollbar {
width:6px;
height:6px;
position:absolute
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:#aeaeae;
position:absolute
}
::-webkit-scrollbar-track {
border-radius:0;
background:#e1e1e1;
position:absolute
}
::-webkit-scrollbar {
width:6px;
height:6px;
position:absolute
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:#aeaeae;
position:absolute
}