﻿#nativeShare
{
    font-size: 13px;
    padding:0 0.4rem 0.1rem;
    /*margin-bottom:0.48rem;*/
  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%;
    /*margin: 10px auto 10px auto;*/
   display: flex;flex-direction: row;
   justify-content: space-between;
}

#nativeShare .list span
{
    width: 15%;
    display: inline-block;
    text-align: center;
    /*margin: 10px 0;*/
}

#nativeShare .list span i
{
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
   /* margin-bottom: 5px;*/
}

#nativeShare .weibo i
{
    background-image: url('/images/weibo.png');
    background-size: cover;
}

#nativeShare .weixin i
{
    background-image: url('/images/weixin_friend.png');
    background-size: cover;
}

#nativeShare .weixin_timeline i
{
    background-image: url('/images/weixin.png');
    background-size: cover;
}

#nativeShare .qq i
{
    background-image: url('/images/qq.png');
    background-size: cover;
}

#nativeShare .qzone i
{
    background-image: url('/images/qqzone.png');
    background-size: cover;
}

#nativeShare .mored4 i
{
    background-image: url('/images/more2.png');
    background-size: cover;
}
