.social-share .social-share-icon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.icon-weibo {
    background: url("../assets/wb.png") no-repeat center;
}

.icon-wechat {
    background: url("../assets/wx.png") no-repeat center;
}
.icon-qq {
    background: url("../assets/qq.png") no-repeat center;
}
.icon-qzone{
    background: url("../assets/qzon.png") no-repeat center;
}
.icon-facebook{
    background: url("../assets/facebook.png") no-repeat center;
}
.icon-diandian{
    background: url("../assets/diandian.png") no-repeat center;
}
.icon-linkedin{
    background: url("../assets/linkedin.png") no-repeat center;
}
.icon-twitter{
    background: url("../assets/twitter.png") no-repeat center;
}
.icon-douban{
    background: url("../assets/douban.png") no-repeat center;
}
.icon-google{
    background: url("../assets/google.png") no-repeat center;
}
.icon-wechat:hover .wechat-qrcode {
    display: block;
}

#detail_share{
  height: 60px;
  background-color: #EBEBEB;
  line-height: 60px;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 20px;
  overflow: visible;
}    
.share-component{
  margin-top: 15px;
  float: right;
}
.share_title{
  float: right;
  margin-right: 10px;
  font-size: 16px;
}