.nerdZmK{position:fixed;bottom:0;left:0;width:100%;z-index:1000}.bottom-menu{background-color:var(--dark-black-2);display:flex;justify-content:space-around;align-items:center;padding:10px 0;width:1024px;margin:0 auto;overflow:hidden}.bottom-menu .menu-icon{width:28px;height:28px;display:flex;justify-content:center;align-items:center}.bottom-menu .menu-item{display:none}.bottom-menu .menu-item:nth-child(1),.bottom-menu .menu-item:nth-child(2),.bottom-menu .menu-item:nth-child(3),.bottom-menu .menu-item:nth-child(4),.bottom-menu .menu-item:nth-child(5){display:flex;width:18%;align-items:center;justify-content:center}.bottom-menu .menu-item>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px}.bottom-menu .menu-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-filter:var(--no-filter);filter:var(--no-filter)}.bottom-menu .menu-name{font-size:12px;text-align:center;color:var(--text-default);opacity:.6;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:1024px){.bottom-menu{padding:.977vw 0;width:100vw}.bottom-menu .menu-icon{width:3.734vw;height:3.734vw}.bottom-menu .menu-item>a{gap:.488vw}}@media only screen and (max-width:768px){.bottom-menu{padding:1.303vw 0;width:100vw}.bottom-menu .menu-icon{width:3.906vw;height:3.906vw}.bottom-menu .menu-item>a{gap:.651vw}}@media only screen and (max-width:500px){.bottom-menu{padding:1.86vw 0;width:100vw}.bottom-menu .menu-icon{width:5.581vw;height:5.581vw}.bottom-menu .menu-item>a{gap:1.163vw}}