﻿.clickIcon{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.SharePanel .weibo {
    background-image: url('../images/weibo.png');
    background-size: cover;
}

.SharePanel .weixin {
    background-image: url('../images/weixin_friend.png');
    background-size: cover;
}

.SharePanel .weixin_timeline {
    background-image: url('../images/weixin.png');
    background-size: cover;
}

.SharePanel .qq {
    background-image: url('../images/qq.png');
    background-size: cover;
}

.SharePanel .qzone {
    background-image: url('../images/qqzone.png');
    background-size: cover;
}

.SharePanel .more {
    background-image: url('../images/more.png');
    background-size: cover;
}

.SharePanel li{
	cursor:pointer;
	margin-top:10px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	min-width:50px;
}

.SharePanel li:empty{
	display:none;
}

.SharePanel{
    text-align: left;
    display: inline-block;
	min-height:100px;
}