/* share */
.shareSina,
.shareWX{
    display: inline-block;
    height: 40px;
    z-index: 1;
    cursor: pointer;
    /*vertical-align: middle;*/
	padding-left:10px;
}
.share-icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    vertical-align: middle;
}
.shareSina .share-icon{
    background: url(/home/images/share_weibo_on.png) no-repeat;
    background-size:100%;
	margin-right:4px;
}
.shareWX .share-icon{
    background: url(/home/images/share_weixin_on.png) no-repeat;
    background-size:100%;
	margin-right:4px;
}
.share-text{
    vertical-align: middle;
}

.wx-box{
    left: 30rem;
    /*top: 1rem;*/
    position: absolute;
    margin: 0;
    z-index: 1001;
    background: #fff;
    border: solid 1px #d8d8d8;
    font-size: 0.12rem;
    padding: 0.15rem;
    display: none;
}
.wx-box .wx-box-head{
    font-size: 0.12rem;
    text-align: left;
    line-height: 0.6rem;
    height: 0.16rem;
    position: relative;
    color: #000;
}
.wx-box .wx-box-close{
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 0.16rem;
	margin-right:10px;
}
.wx-box .wx-box-main{
    padding: 0.15rem 0.1rem;
    min-height: 2rem;
    text-align: center;
	margin-top:10px;
}
.wx-box .wx-box-foot{
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}