/* 微信分享 */
main .wechat_share_box {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}


main .wechat_share_box .share_hint_bg {
    width: 200px;
    position: absolute;
    top: 0px;
    right: 0px;
}

main .wechat_share_box .share_hint_btn {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}