#elmls-container{position:fixed;bottom:24px;right:24px;z-index:9999}#elmls-icon{background:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer}#elmls-flags{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);background:#fff;border-radius:8px;padding:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;flex-direction:column;gap:5px;min-width:50px;text-align:center}#elmls-icon img,#elmls-flags img{width:24px;height:24px;border-radius:50%}
.els-footer {
    text-align: center; /* 水平居中 */
    margin: 20px 0; /* 上下外边距 */
}

.els-footer .els-flag-link {
    margin: 0 10px; /* 左右外边距，使链接之间有间隔 */
}

.els-footer .els-flag-link img {
    vertical-align: middle; /* 垂直居中 */
}