.radius {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.none{
  background: none !important;
}
.toSite{
  width: 120px;
  height: 60px;
  background: url(../img/point_btn.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
}
