@-webkit-keyframes spin {
  0%{-webkit-transform:rotate(0deg)}
  100%{-webkit-transform:rotate(359deg)}
}

@-webkit-keyframes respin {
  0%{-webkit-transform:rotate(0deg)}
  100%{-webkit-transform:rotate(-359deg)}
}

@keyframes spin {
  0%{transform:rotate(0deg)}
  100%{transform:rotate(359deg)}
}

@keyframes respin {
  0%{transform:rotate(0deg)}
  100%{transform:rotate(-359deg)}
}


#bd_btn_share {
  position: fixed;
  top: 90px;
  width: 32px;
  height: 32px;
}

.bd-icon-weixin {
  background-image: url('https://s.lingxi360.com/cf/vendor/bdshare/1.0.0/icons/buttons.png') !important;
  background-position: 0 -232px !important;
  background-repeat: no-repeat !important;
}
.bd-icon-qq {
  background-image: url('https://s.lingxi360.com/cf/vendor/bdshare/1.0.0/icons/buttons.png') !important;
  background-position: 0 -140px !important;
  background-repeat: no-repeat !important;
}
.bd-icon-tsina {
  background-image: url('https://s.lingxi360.com/cf/vendor/bdshare/1.0.0/icons/buttons.png') !important;
  background-position: 0 -186px !important;
  background-repeat: no-repeat !important;
}
.bd-icon-mail {
  background-image: url('https://s.lingxi360.com/cf/vendor/bdshare/1.0.0/icons/buttons.png') !important;
  background-position: 0 -43px !important;
  background-repeat: no-repeat !important;
}
.bd-icon-qzone {
  background-image: url('https://s.lingxi360.com/cf/vendor/bdshare/1.0.0/icons/buttons.png') !important;
  background-position: 0 -92px !important;
  background-repeat: no-repeat !important;
}

.bdshare {
  position: fixed;
  top: 0px;
  width: 120px;
  height: 160px;
  margin-left: 20px;
  margin-top: 30px;
}


.bdshare a {
    position: fixed;
    top: -500px;
    height: 32px;
    width: 32px;
}

.bd_weixin_popup .bd_weixin_popup_main {
  padding: 12px 10px !important;
  margin: -5px;
}