.indexes { background-color:#fff; border-radius:6px; justify-content:space-between; padding:14px 20px } .indexes,.indexes a { align-items:center; display:flex } .indexes a { border-radius:50%; height:28px; justify-content:center; transition:all .3s; width:28px } .indexes a:hover { background-color:#4066b8; color:#fff } @media screen and (max-width:1024px){
 .indexes { flex-wrap:wrap; justify-content:flex-start } .indexes span { align-items:center; display:flex; justify-content:center; width:56px } 
 } 
