/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 * Author Link: http://blog.wangjunfeng.com
 */
 
#nativeShare {
    font-size: 13px;
    padding-top: 5px;
    border-top:1px dashed #e2e2e2;
}

#nativeShare .label {
    font-size: 14px;
    width: 100%;
    /*text-decoration:line-through;*/
    margin: 0 auto;
    text-align: center;
}

#nativeShare .list {
    width: 90%;
    margin: 0 auto;
}

#nativeShare .list span {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

#nativeShare .list span i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#nativeShare .weibo i {
    /*background-image: url(../images/icon/weibo.png);*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/weibo.png);
    background-size: cover;
}

#nativeShare .weixin i {
    /*background-image: url(../images/icon/weixin_friend.png);*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/weixin_friend.png);
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    /*background-image: url(../images/icon/weixin.png);*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/weixin.png);
    background-size: cover;
}

#nativeShare .qq i {
    /*background-image: url(../images/icon/qq.png);*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/qq.png);
    background-size: cover;
}

#nativeShare .qzone i {
    /*background-image: url('../images/icon/qqzone.png');*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/qqzone.png);
    background-size: cover;
}

#nativeShare .more i {
    /*background-image: url(../images/icon/more.png);*/
    background-image: url(http://i.xpaper.net/theme/jqckj/14434123692273/images/icon/more.png);
    background-size: cover;
}
/* 微信遮罩css start*/
#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}
#mcover img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 100%;
    z-index: 999;
}
#weixin{
    font-size: 14px;
    width: 100%;
    padding-top: 5px;
    border-top:1px dashed #e2e2e2;
    /*text-decoration:line-through;*/
    margin: 0 auto;
    text-align: center;
}
#weixin a{
 text-decoration: none;color:#000000;font-weight:Normal;
}
/* 微信遮罩css end*/
