.home-adms{flex-wrap:wrap;gap:14px;margin-top:32px}.home-adm,.home-adms{display:flex;justify-content:center}.home-adm{align-items:center;width:190px;height:84px;padding:14px 20px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:border-color .18s,transform .18s}.home-adm:hover{border-color:var(--gold);transform:translateY(-2px)}.home-adm img{width:auto;height:auto;max-width:100%;max-height:46px;object-fit:contain}@media (max-width:560px){.home-adm{width:calc(50% - 7px);height:72px}}