.bdshare a{
    display: inline-block;
    margin-left: 4px;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    opacity: 0.8
  }
  .bdshare a:hover{
    opacity: 1
  }
  .bdshare .bds_tsina{
    background: #ee3333;
  }
  .bdshare .bds_weixin{
    background: #58b721;
  }
  .bdshare .bds_qzone{
    background: #ffc028;
  }
  .bdshare .bds_tqq{
    background: #4084c1;
  }
  .bdshare .bds_popup{
    background: #10d9f3;
  }
  .bd_weixin_popup{
    height: auto !important;
  }
  .bd_weixin_popup:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
  }