.m-style a,.m-style span {
  float: none;
  margin: 0 3.5px;
  width:29px;
  height:29px;
  line-height: 29px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  text-decoration: none;
  border-radius:2px;
  display: inline-block;
}

.m-style a:hover {
  color: #fff;
  background: rgba(234,76,67,1);
  border-radius:2px;
  border:1px solid rgba(234,76,67,1);
}

.m-style .active {
  float: none;
  margin: 0 3.5px;
  line-height: 29px;
  color: #fff;
  font-size: 14px;
  width:29px;
  height:29px;
  background:rgba(234,76,67,1);
  border-radius:2px;
  border:1px solid rgba(234,76,67,1);
}
#page {
  padding: 20px 0 60px ;
}