﻿.share-item i{font-size:30px;margin:0 2px;cursor:pointer;}
.share-item{position:relative;}
.icon-weixin:before {
    color: rgb(62, 177, 53)
}

.icon-weibo:before {
    color: rgb(216, 85, 79)
}

.icon-kongjian:before {
    color: rgb(245, 192, 28);
}

.wxTips {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 110px;
    height: 110px;
    background: #fff;
}
.share-item i.wxColse {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor:pointer;
}
.qr-box {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
}
.share-hide{display:none}