.share_parent{
    float: right;
    position: relative;
    margin-top:-10px;
}
.share-title{
    display: flex;
}
.share_text{
    text-align: center;
}
.share-title>a {
    /*width: 40px;*/
    /*height: 40px;*/
    /*margin: 0px 0px 0px 10px;*/
    /*border-radius: 50%;*/
    /*display: block;*/
    /*cursor: pointer;*/
    /*line-height: 40px;*/
    /*color: #fff!important;*/
    /*-webkit-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
    /*position: relative;*/
    /*background: #ccc;*/
    /*text-align: center;*/
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    margin: 0px 6px 0px 0;
    background-image: url(../images/share_icon.png);
    transition: background 0.6s ease-out 0s;
}
.share-title>a:nth-of-type(1) {
    background-position: 0 -1612px;
    /*background-position: 0 -52px;*/
}
.share-title>a:nth-of-type(2) {
    background-position: 0 -104px;
}
.share-title>a:nth-of-type(3) {
    background-position: 0 -1612px;
}


/*.share-title .wechat-qrcode {*/
/*    width: 128px;*/
/*    border: 1px solid #bcbcbc;*/
/*    color: gray;*/
/*    position: absolute;*/
/*    left: -160px;*/
/*    top: 0;*/
/*    text-align: center;*/
/*    line-height: 1;*/
/*    background: #fff;*/
/*    border-radius: 3px;*/
/*    padding: 10px;*/
/*    display: none;*/
/*}*/
/*.share-title .wechat-qrcode>div{*/
/*    margin-bottom: 10px;*/
/*}*/
/*.share-title .wechat-qrcode:before {*/
/*    content: "";*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background: #fff;*/
/*    border-top: 1px solid #bcbcbc;*/
/*    border-right: 1px solid #bcbcbc;*/
/*    -webkit-transform: rotate(*/
/*            45deg*/
/*    );*/
/*    -ms-transform: rotate(45deg);*/
/*    transform: rotate(*/
/*            45deg*/
/*    );*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: -4px;*/
/*    top: 15px;*/
/*}*/
.share-title>a:hover>.wechat-qrcode{
    display: block;
}
.wechat-qrcode .qrcode_share {
    width: 200px;
    margin: 15px auto;
}
.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 42px;
    left: -134px;
    width: 300px;
    height: 310px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -15px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
}
.wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #000;
    text-indent: 0;
}
.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-indent: 0;
    line-height: 22px;
}