/*分享*/
.share {
    position: fixed;
    right: 52px;
    top: 36%;
}

.share1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 6;
}

.share2 {
    left: 0;
    position: absolute;
    top: 49px;
}

.share3 {
    left: 0;
    position: absolute;
    top: 98px;
    z-index: 6;
}

.share5 {
    left: 0;
    position: absolute;
    top: 146px;
    z-index: 5;
}

.share6 {
    left: 0;
    position: absolute;
    top: 196px;
    z-index: 5;
}

.share-img {
    width: 40px;
    height: 40px;
}

.simg {
    width: 120px;
    height: 120px;
}

.sqq, .swx {
    position: absolute;
    right: 50px;
    top: -30px;
    display: none;
    padding: 10px;
    border-radius: 5px;
}

.sphone {
    position: absolute;
    right: 50px;
    top: 0;
    display: none;
    width: 100px;
    height: 40px;
    background: #78a70b none repeat scroll 0 0;
    line-height: 40px;
    vertical-align: middle;
    padding: 10px;
    border-radius: 5px;
}

.share1:hover, .share2:hover, .share3:hover, .share5:hover, .share6:hover {
    -webkit-transform: rotate(0deg) scale(1.3);
    -ms-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}