/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 */
#nativeShare {
    font-size: 13px;
width:100%;height:100%; background:rgba(51,51,51,0.5); position:fixed;left:0px;top:0px ; z-index:100000001;display:none;
}
.me1ac-share_bgbox{width:100%;position:absolute; background:#fff;bottom:0px; left:0px; z-index:10000000}
#nativeShare .me1ac-label {
    font-size: 20px;
}

#nativeShare .me1ac-list {
    width: 99%;
    margin: 0 auto;
}

#nativeShare .me1ac-list span {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

#nativeShare .me1ac-list span i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#nativeShare .me1ac-weibo i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/weibo.png");
    background-size: cover;
}

#nativeShare .me1ac-weixin i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/weixin_friend.png");
    background-size: cover;
}

#nativeShare .me1ac-weixin_timeline i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/weixin.png");
    background-size: cover;
}

#nativeShare .me1ac-qq i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/qq.png");
    background-size: cover;
}

#nativeShare .me1ac-qzone i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/qqzone.png");
    background-size: cover;
}

#nativeShare .me1ac-more i {
    background-image: url("https://www.acmefeedback.com/app/template/wap/js/nativeshare/icon/more.png");
    background-size: cover;
}
#nativeShare  .me1ac-nativesshare{width:100%; background:#f8f8f8; font-size:16px; padding:10px 0;border-bottom:1px solid #ddd; text-indent:20px;}
:root{--ms-accent:#1a5f7a;--ms-radius:6px;--ms-line:1.62;--ms-gap:14px;}
