.language{
width:70px;
  height:25px;
}
.language a{
width:25px;
  height:25px;
  margin:0px 5px;
  display:block;
  border-width:1px;
  border-style:solid;
  border-color:#fff;
  font-size:11px;
  color:#fff;
  text-align:center;
  line-height:24px;
  float:left;
  transition:all 0.3s;
}