.post .entry-content {
    padding-left: 180px;
}

.post .entry-content .social-share {
    width: 180px;
    margin-left: -180px;
    position: absolute;
    top: 0;
}
.post .entry-content .sharebox_fixed {
    position: fixed;
}
.post .entry-content .sharebox_abs {
    position: absolute;
    top: auto;
    bottom: 0;
}

.post .entry-content .social-share>p {
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
    text-indent: 0;
    width: 130px;
    border-bottom: 1px solid #e5e5e5;
}

.post .entry-content .social-share>p a {
    display: block;
    height: 28px;
    text-decoration: none;
}

.post .entry-content .social-share>p a>i {
    float: left;
    width: 40px;
    height: 28px;
    background-image: url(share.png);
    background-repeat: no-repeat;
    background-position-y: 0;
}
.post .entry-content .social-share>p a>span {
    float: left;
    padding-left: 12px;
    line-height: 28px;
}
.post .entry-content .social-share>p a:hover>i {
    background-position-y: -28px;
}

/*微博*/
.post .entry-content .social-share .icon-weibo>i {
    background-position-x: -80px;
}

/*微信*/
.post .entry-content .social-share .icon-wechat {
    position: relative;
}
.post .entry-content .social-share .icon-wechat>i {
    background-position-x: 0;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode {
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 0;
    width: 160px;
    height: 182px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    cursor: default;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    padding-top: 10px;
    margin: 10px auto;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode .qrcode img {
    background-image: none;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-indent: 0;
    text-align: center;
    font-size: 12px;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode .close:after {
    font-family: 'iconfont';
    content: '\e6e4';
    position: absolute;
    font-size: 12px;
    line-height: 1;
    color: #999;
    right: 4px;
    top: 4px;
    font-style: normal;
    cursor: pointer;
}
.post .entry-content .social-share .icon-wechat .wechat-qrcode .close:hover:after {
    color: #666;
}

.post .entry-content .social-share .icon-wechat .wechat-qrcode:before {
    content: '';
    position: absolute;
    left: 16px;
    top: -14px;
    width: 0;
    height: 0;
    border-width: 6px 6px 8px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

/*QQ空间*/
.post .entry-content .social-share .icon-qzone>i {
    background-position-x: -40px;
}

/*有道云笔记*/
.post .entry-content .social-share .icon-youdao>i {
    background-position-x: -160px;
}
