.share-icon{
background-image: url("../images/mss_fxicon.png");
width: 16px;
height: 16px;
display: block;
float: left;
background-position: center;
background-repeat: no-repeat;
}
.share-box {
  float: left;
  margin-left: 10px;
}
.share-box a.gwds_weixin {
  background-image: url("../images/mss_weixicon.png");
  float: left;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.share-box a.gwds_tsina {
  background-image: url("../images/mss_weiboicon.png");
  float: left;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}.share{display: inline-block;
vertical-align: middle;
margin-left: 15px;}