.cnsocial{
display:block;
}
.cnsocial div{
	min-height: 28px;
	height:28px;
    width: 150px;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 5px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-position: left !important;
    background-repeat: no-repeat !important;
}
.cnsocial span{
    margin: auto;
    left: 40px;
	line-height:28px;
}
.cnsocial .wechat{
 background:url('wechat.png');    border-color: #0ecc14;
}
.cnsocial .wechat:hover{color:#fff; background-color: #0ecc14;}
.cnsocial .qq{
 background:url('qq.png');border-color: #5d91d8;
}
.cnsocial .qq:hover{color:#fff; background-color: #5d91d8;}
.cnsocial .sina{
 background:url('sina.png');    border-color: #fab91d;
}

.cnsocial .sina:hover{color:#fff; background-color: #fab91d;}
.cnsocial .taobao{
 background:url('taobao.png');border-color: #ec5d2a;
}

.cnsocial .taobao:hover{color:#fff; background-color: #ec5d2a;}
.cnsocial .alipay{
 background:url('alipay.png');    border-color: #00a0e8;
}

.cnsocial .alipay:hover{color:#fff; background-color: #00a0e8;}