

.share-dialog{
	position: fixed;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background: #fff;
	z-index: 999991;
	padding:20px 15px;
}
.share-dialog .share-close{
	width: 100%;
	background: #E6E6E6;
	height: 35px;
	line-height:35px;
	text-align:center;
	cursor: pointer;
	font-size: 14px;
	color: #727272;
	letter-spacing: 0.24px;
}
.share-dialog .share-dialog-cont{
	font-size: 14px;
}
.share-copy
{
	width:20%;
	height:47px;
	position:absolute;
	right:15px;
	top:30px;
	text-align: center;
}
.share-dialog .share-copy-l{
	float: left;
	width: 77px;
	margin-top: 8px;
	display:none;
}
.share-dialog .share-copy-c{
	float: left;
	width: 307px;
	position:fixed;
	left:-99999px;
	top:-999999px;
}
.share-dialog .share-copy-c input{
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.2;
	color: #555;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ccc;
}
.share-dialog .share-copy-c input:focus{
	border-color: #333;
	outline: 0;
}
.btn{
	width: 32px;
	height:32px;
	margin:7px auto 0px;
	text-align: right;
	color: #f37b1d;
	cursor: pointer;
	border:0px;
	background:none;
}
.btn img
{
	height:28px;
	margin-top:4px;
}
.share-platform{
	clear: both;
	margin-top: 10px;
	margin-bottom:20px;
}
.share-platform .share-platform-l{
	float: left;
	width: 77px;
	line-height:44px;
}
.share-platform .share-platform-r{

	width: 80%;
	float:left;
}
.share-platform .share-platform-r p
{
	width:25%;
	float:left;
	text-align:center;
}
.share-platform .share-platform-r p a
{
	margin: 6px auto;
	display: inline-block;
	float:initial;
}
.share-platform .bds_weixin{
	background-image: url('../images/css-bg.png');
	background-position: -13px -7px !important;
}
.share-platform .bds_tsina{
	background-image: url('../images/css-bg.png');
	background-position: -57px -7px !important;
}
.share-platform .bds_sqq{
	background-image: url('../images/css-bg.png');
	background-position: -101px -7px !important;
}
.share-platform .bds_qzone{
	background-image: url('../images/css-bg.png');
	background-position: -146px -7px !important;
}

.g-fen
{
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background:url(../images/h.png);
	z-index: 99999;
}
.bd_weixin_popup
{
	z-index:999999 !important;
	width:260px  !important;
	height:330px  !important;
}
.bd_weixin_popup .bd_weixin_popup_foot{padding-left:15px;}
.share-dialog .share-wechat{
	width: 100%;
	background: #E6E6E6;
	height: 35px;
	line-height:35px;
	text-align:center;
	cursor: pointer;
	font-size: 14px;
	color: #727272;
	letter-spacing: 0.24px;
}
