@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.woff) format("woff"),
    url(../fonts/iconfont.ttf) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.match_more {
  display: block;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #303030;
  border-radius: 2px;
  margin-top: 10px;
}

.match_more a {
  color: #fff;
  display: block;
}