.social-share {
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share .icon-tencent:before {
    content: "\f07a"
}

.social-share .icon-qq:before {
    content: "\f11a"
}

.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;
    outline: 0;
    text-decoration: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 0 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: 0 0;
    color: #fff
}

.social-share .icon-weibo,
.social-share .icon-weibo:hover {
    background: url(../../images/weibo.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,
.social-share .icon-qzone:hover {
    background: url(../../images/U719P4T47D50261F24534DT20220526161158.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,
.social-share .icon-wechat:hover {
    background: url(../../images/weixin.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 .2s;
    -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: 400;
    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: 400;
    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
}

.social-share .icon-wechat .wechat-qrcode .help {
    display: none
}

.social-share .icon-qzone,
.social-share .icon-qzone:hover {
    display: none
}

.appDownload {
    width: 27px;
    height: 23px
}

.appDownload,
.appDownload:hover {
    background: url(../../images/app.png) no-repeat center
}

.appDownload:hover .appDownload-qrcode {
    display: block
}

.con_left_nav_share,
.divnew {
    display: flex;
    align-items: center;
    position: relative;
}

.appDownload-qrcode {
    position: absolute;
    top: 50px;
    left: 32px;
    z-index: 9;
    display: none;
    border: 0px solid #eee;
    background-color: #fff;
    color: #666;
    text-align: center;
    font-size: 12px;
    -moz-transition: all 350ms;
    transition: all .2s;
    -webkit-tansition: all 350ms;
    height: 150px;
}

.appDownload-qrcode img {
    width: 150px;
    height: 150px;
}

.divnew .appDownload-qrcode {
    left: auto;
    right: 0px;
}