/*分享的*/

.shareBox{
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
}
.shareLeft{
	float: left;
}
/*分享到*/
.shareLeft_noClick{
	width: 25px;
	height: 66px;
	background-color: #3d7ec4;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border-radius: 2px 0 0 2px;
	margin-top: 66px;
}
/*微信*/
.shareLeft_weixin{
	width: 125px;
	height: 110px;
	background-image: url(../images/share/share_weixinEQCodeBj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-top: 45px;
	display: none;
}
.shareLeft_weixin img{
	margin-right: 10px;
	margin-top: 10px;
}
.shareLeft_weixin p{
	text-align: center;
	font-size: 12px;
	color: #444444;
	margin-right: 10px;
	margin-top: 5px;
}
/*电话*/
.shareLeft_phone{
	width: 165px;
	height: 70px;
	background-image: url(../images/share/share_phoneBj.png);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 70px;
	text-align: center;
	vertical-align: middle;
	margin-top: 130px;
	display: none;
}
.shareLeft_phone img{
	width: 15px;
	height: auto;
	vertical-align: middle;
}
.shareLeft_phone span{
	font-size: 14px;
	vertical-align: middle;
	color: #4879f3;
	margin-right: 10px;
	margin-left: 10px;
}

.shareRight{
	float: left;
	width: 58px;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	background-color: #FFFFFF;
	border: solid 1px #DCDCDC;
}
.shareRightItem{
	width: 100%;
	height: 66px;
	text-align: center;
	border-bottom: solid 1px #dcdcdc;
	cursor: pointer;
}
.shareRightItem img{
	margin-top: 10px;
}
.shareRightItem p{
	font-size: 12px;
	color:#666666;
	text-align: center;
}
.shareRightItem:hover{
	background-color: #214390;	
}
.shareRightItem:hover p{
	color: #FFFFFF;
}
.shareRightItemClick{
	background-color: #214390;
}
.shareRightItemClick p{
	color: #FFFFFF;
}