#surbscribe{
    display:none;
    background-color:rgba(26, 25, 25, 0.31);
}
#surb{
    position: relative;
}
ul{
    list-style: none;
    padding-inline-start: 0;              
}
li:not(.tips>*){
    cursor:pointer;
}
li:not(#indexWeb,.tips>*):hover{
    background-color: rgba(133, 133, 133, 0.165);
}
li>a{
    display: block;
    height: inherit;
    width: inherit;
}