
.share-popup {
    width: 212px !important;
    -webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    z-index: 1000000;
    position: absolute;
    border: 1px solid #e9e9e9;
    position: absolute;
    display: none;
    background-color: #fff;
}

.share-popup h6 {
    height: 34px;
    background-color: rgb(246, 246, 246);
    font: 700 14px/32px 'microsoft yahei';
    padding: 0 3px;
    margin: 0;
    text-align: left;
}

.share-popup h6 b {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 23px;
    cursor: pointer;
}

.share-popup ul {
    padding: 8px 6px;
    overflow: hidden;
    background-color: #fff;
}

.share-popup li {
    width: 98px;
    margin: 0;
    float: left;
}
.share-popup li a {
    display: block;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 5px 0;
    font-size: 14px;
    color: #565656;
    text-indent: 34px;
    background: url(is_24.png) no-repeat;
    cursor: pointer;
    height: 30px;
    text-align: left;
    background-position: 0 -237px;
    display: inline-block;
    width: 30px;
}

.share-popup li a:hover {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.share-popup.share_top {
    bottom: 130%;
}

.share-popup.bottom {
    top: 130%;
}

.share-popup.left {
    right: 0px;
}

.share-popup.right {
    left: 100%;
    margin-left: -20px;
}

.share-popup li a.gwds_qzone {
    background-position: 0 -237px
}

.share-popup li a.gwds_douban {
    background-position: 0 -357px
}

.share_clear {
    clear: both;
}



.detail-share{
  margin: 50px 0;
}
.detail-share >span{
  color:#7f7f7f ;
  font-size: 14px;
  
}
.detail-share a{
  margin-left: 10px;
}
.detail-share .gwds_weixin{
position: relative;
}
#share-qrcode {
  border: 1px solid #ddd;
  width: 170px;
  padding: 14px;
  position: absolute;
  display: none;
  z-index: 99;
  top: 30px;
  left: -56px;
  background: #fff;
  border-radius: 3px;
}
#share_container{
font-size: 14px;
text-align: center;
line-height: 40px;
}