/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 * Author Link: http://blog.wangjunfeng.com
 */
#nativeShare {
    font-size: .14rem;
}

#nativeShare .label {
    font-size: .2rem;
}

#nativeShare .list {
    width: 90%;
    height: 4rem;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

#nativeShare .list span {
    width: 33.3%;
    display: inline-block;
    text-align: center; 
    margin: 10px 0;
}

#nativeShare .list span i {
    width: .9rem;
    height: .9rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .1rem;
}

#nativeShare .weibo i {
    background-image: url('./icon/weibo.png');
    background-size: cover;
}

#nativeShare .weixin i {
    background-image: url('./icon/weixin_friend.png');
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    background-image: url('./icon/weixin.png');
    background-size: cover;
}

#nativeShare .qq i {
    background-image: url('./icon/qq.png');
    background-size: cover;
}

#nativeShare .qzone i {
    background-image: url('./icon/qqzone.png');
    background-size: cover;
}

#nativeShare .more i {
    background-image: url('./icon/more.png');
    background-size: cover;
}
