/* 注意字体图标路径 */
.wb-share {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wb-share:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.wb-share > .wb-share-item {
    float: left;
    padding: 2px 4px;
    margin: 0;
    border-radius: 4px;
}
.wb-share > a.wb-share-item {
    cursor: pointer;
    opacity: .7;
}

.wb-share > a.wb-share-item:hover {
    opacity: 1;
}
.wb-share > .wb-share-item + .wb-share-item {
    margin-left: 2px;
}
.wb-share > .wb-share-item > .iconfont {
    font-size: 24px;
    display: inline-block;
}
.wb-share > .wb-share-btn > .iconfont {
    color: #888;
}
.wb-share > .wb-share-weibo > .iconfont {
    color: #f7906b;
}
.wb-share > .wb-share-weibo:hover > .iconfont {
    color: #f76b6b;
}
.wb-share > .wb-share-QQzone > .iconfont {
    color: #f5be3f;
}
.wb-share > .wb-share-QQzone:hover > .iconfont {
    color: #FCD000;
}
.wb-share > .wb-share-QQ > .iconfont {
    color: #8ecbf1;
}
.wb-share > .wb-share-QQ:hover > .iconfont {
    color: #79c3f1;
}
.wb-share > .wb-share-weixin > .iconfont {
    color: #4bdd55;
}
.wb-share > .wb-share-weixin:hover > .iconfont {
    color: #37bf40;
}
.wb-share-qrcode-img {
    text-align: center;
}
.wb-share-qrcode-desc {
    margin-top: 10px;
}
