
.m-share {
    float: left;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a:first-child {
    margin-left: 0px;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    border: none;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}
.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone i {
    background: url("./share_kj.png") no-repeat;
    background-size: cover;
}


.share .share-wechat {
    position: relative;
}

.share .share-wechat i {
    background: url("./share_weixin.png") no-repeat;
    background-size: cover;
}

.share .share-weibo i {
    background: url("./share_weibo.png") no-repeat;
    background-size: cover;
}


.share .share-qq i {
    background: url("./share_qq.png") no-repeat;
    background-size: cover;
}


.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    height: 100px;
    left: -98%;
    z-index: 11;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}