/**
 * Created by Jeffery Wang.
 * Create Time: 2015-06-16 19:52
 * Author Link: http://blog.wangjunfeng.com
 */
#nativeShare {
   position: absolute;
	top: .43rem;
	left: 2%;
	right: 2%;
	padding: .2rem .2rem .4rem;
	color: #777;
	background: #fff;
}

#nativeShare .label {
	position: relative;
	margin-bottom: .16rem;
	font-size: .16rem;
	line-height: 1;
	text-align: center;
	background: #fff;
}
#nativeShare .label:before {
	position: absolute;
	content: " ";
	border-bottom: 1px solid #ccc;
	left: .2rem;
	right: .2rem;
	top: .3rem;
} 

#nativeShare .list {
    width: 90%;
    margin: 0 auto;
}

#nativeShare .list span {
    width: 33.333%;
    display: inline-block;
    text-align: center;
    margin: .10rem 0;
    font-size: .14rem;
}

#nativeShare .list span i {
    width: .4rem;
    height: .4rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .05rem;
}

#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;
}
