.social-share {
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share .icon-tencent:before {
    content: "\f07a";
}

.social-share .icon-qq:before {
    content: "\f11a";
}

/*.social-share .icon-weibo:before {
    content: url(/pic_upload/2022/0809/U305P992T2D9F25DT20220809131047.png);
}

.social-share .icon-wechat:before {
    content: url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131047.png);
}

.social-share .icon-qzone:before {
    content: url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131407.png);
}*/

.social-share .icon-facebook:before {
    content: "\f03a";
}

.social-share .icon-google:before {
    content: "\f04a";
}

.social-share .icon-twitter:before {
    content: "\f06a";
}

.social-share a {
    position: relative;
    display: inline-block;
    margin: 4px 10px;
    outline: none;
    text-decoration: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 0px solid #666;
    border-radius: 50%;
    color: #666;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    transition: background 0s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background:transparent;
    color: #fff;
}

.social-share .icon-weibo {

    background:url(/pic_upload/2022/0809/U305P992T2D9F25DT20220809131047.png) no-repeat center ;
}

.social-share .icon-weibo:hover {
background:url(/pic_upload/2022/0809/U305P992T2D9F25DT20220809131047.png) no-repeat center ;
}

.social-share .icon-tencent {
    border-color: #56b6e7;
    color: #56b6e7;
}

.social-share .icon-tencent:hover {
    background: #56b6e7;
}

.social-share .icon-qq {
    border-color: #56b6e7;
    color: #56b6e7;
}

.social-share .icon-qq:hover {
    background: #56b6e7;
}

.social-share .icon-qzone {
background:url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131407.png) no-repeat center ;
}

.social-share .icon-qzone:hover {
background:url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131407.png) no-repeat center ;
}

.social-share .icon-facebook {
    border-color: #44619D;
    color: #44619D;
}

.social-share .icon-facebook:hover {
    background: #44619D;
}

.social-share .icon-google {
    border-color: #db4437;
    color: #db4437;
}

.social-share .icon-google:hover {
    background: #db4437;
}

.social-share .icon-twitter {
    border-color: #55acee;
    color: #55acee;
}

.social-share .icon-twitter:hover {
    background: #55acee;
}

.social-share .icon-wechat {
    position: relative;

background:url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131047.png) no-repeat center ;
}

.social-share .icon-wechat:hover {
background:url(/pic_upload/2022/0809/U305P992T2D9F26DT20220809131047.png) no-repeat center;
}

.social-share .icon-wechat .wechat-qrcode {
    position: absolute;
    top: 50px;
    left: -56px;
    z-index: 9;
    display: none;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #666;
    text-align: center;
    font-size: 12px;
    -moz-transition: all 350ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    margin: 0;
    padding: 0;
    height: 26px;
    background-color: #f3f3f3;
    color: #777;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    margin: 10px auto;
    width: 105px;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 16px;
}

.social-share .icon-wechat .wechat-qrcode:after {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 8px 6px 6px 6px;
    content: ''
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

<!--[992,6,22] published at 2022-08-09 13:15:40 by ÕÅ¾§ -->