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