#nativeShare
{
    font-size: 13px;
    padding:0 0.4rem 0.1rem;
    
  display: flex;flex-direction: row;
  align-items: center;
}

#nativeShare .label
{
        font-size: 0.28rem;
    line-height: 0.28rem;
    color: #000;
    font-family: "SY1";
    margin-bottom: 0.3rem;
    margin-top:0.36rem;
    margin-left:0.1rem;
}

#nativeShare .list
{
    width: 98%;
    
   display: flex;flex-direction: row;
   justify-content: space-between;
}

#nativeShare .list span
{
    width: 15%;
    display: inline-block;
    text-align: center;
    
}

#nativeShare .list span i
{
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
   
}

#nativeShare .weibo i
{
    background-image: url('404.png');
    background-size: cover;
}

#nativeShare .weixin i
{
    background-image: url('404.png');
    background-size: cover;
}

#nativeShare .weixin_timeline i
{
    background-image: url('404.png');
    background-size: cover;
}

#nativeShare .qq i
{
    background-image: url('../image/qq.png');
    background-size: cover;
}

#nativeShare .qzone i
{
    background-image: url('404.png');
    background-size: cover;
}

#nativeShare .mored4 i
{
    background-image: url('404.png');
    background-size: cover;
}