#footpanel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999; /* 确保悬浮层在其他元素之上 */
    background: #fff;
    border: 1px solid #fff;
    border-bottom: none;
    width: 100%;
    margin: 0 0%;
font-size: 12px;
font-family: Arial, sans-serif;
line-height: 28px;
color: #b6abab;

text-align: center;
}

#footpanel a{
 
 
font-size: 12px;
font-family: Arial, sans-serif;
 
color: #b6abab;

 
}



.sidebarfoot {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 10px 0;
    /*border-top: 1px solid #ddd;*/
   margin-left: 438px;

}

.social-buttonsfoot {
    display: flex;
    gap: 10px;
}

.social-buttonfoot {
    width: 50px;
    height: 50px;
    /*background-color: #f5f5f5;*/
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
	