@charset "utf-8";

.fx{
    display:flex;
    align-items: center;
    margin-top: 50px;
    justify-content: right;
}

.fx span{
    font-size: 18px;
    color: #999;
}

/* share */
.share {
    padding-bottom: 0.5rem;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
    outline: none;
}

.social-share .icon-weibo {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/wbfx.png);
    background-size: contain;
    border: none;
}

.social-share .icon-qq {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/qqfx.png);
    background-size: contain;
    border: none;
}

.social-share .icon-qzone {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/qqkjfx.png);
    background-size: contain;
    border: none;
}

.social-share .icon-wechat {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/wxfx.png);
    background-size: contain;
    border: none;
}

/* 分享朋友圈 */
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 100;
    bottom: -205px;
    left: -72.5px;
    width: 200px;
    height: 192px;
    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;
    top: auto;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #999;
    text-indent: 0;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}


