.grouptab{position:fixed;bottom:320px;right:0;z-index:100;display:flex;flex-direction:column;gap:4px}.tab{background-color:var(--color-red);color:#fff;display:flex;flex-direction:row;align-items:center;gap:10px;height:24px;width:182px;padding:16px;justify-content:space-between;transform:translateX(160px);transition:transform 1s}.tab img{width:24px;height:24px}.tab span{text-align:right}.tab:hover{transform:translateX(0)}@media screen and (max-width:1024px){.tab{height:24px;width:182px;padding:16px}.tab img{width:24px;height:24px}}