body,ul,li,p,a{
    margin: 0;
    padding: 0;
    list-style: none;
}
::-webkit-scrollbar{width:0;}
a{
    text-decoration: none;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
#scroller-wrapper{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.scrollbar-thumb{
    width:3px !important;
    background-color: #184B8A !important;
}
.scrollbar-track-y{
    width:3px !important;
}
.home .foot .d3 .r a{
    color:#AAAAAA !important;
}