/* blog */
.wideBackground{}


/*-------------------------------------------
share fun
-------------------------------------------*/
#share-fun{
	height:auto!important;min-height:450px;height:450px;
	padding:45px 0;
	background-color:#f5f1e7;
}
#share-fun .title{
	margin:0;
	font-size:30px; color:#111; font-weight:400;
	text-align:center;
}
#share-fun .btn-upload{
	text-indent:-99999em;
	background-image:url(../images/btn-share-upload.png?201505262328);
	background-position:50% 50%;
	background-repeat:no-repeat;
	line-height:20px !important;
	padding:0;
	width:34px; height:34px;
	vertical-align:13px;
}
#fun-list{
	margin:18px 0 0; padding:0; list-style:none;
	height:auto!important;min-height:450px;height:450px;
}
#fun-list ul{
	margin:0; padding:0; list-style:none;
	position:relative;
}
#fun-list .one{
	width:230px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
}
#fun-list .one *{
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
}
#fun-list .one .fun-img{
	position:relative;
	width:230px;
}
#fun-list .one .fun-img.fun-img-loading{
	background:url(../images/loading.gif) 50% 50% no-repeat;
	height:80px;
}
#fun-list .one .fun-img-none{
	background:url(../images/none-img.png) 50% 50% no-repeat #f6f6f6;
	height:80px;
}
#fun-list .one .fun-img img{
	width:100%; 
	height:auto;
}
#fun-list .one .fun-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
#fun-list .one .fun-title{
	color:#111; font-size:13px; font-weight:700;
	padding:8px 10px;
}
#fun-list .one .last-message{
	border-top:1px solid #ddd;
	color:#888; font-size:12px;
	padding:8px 10px 15px;
}
	/* hover */
	#fun-list .one a:hover .fun-overlay{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity:0.2;
		opacity:0.2;
	}


/*-------------------------------------------
popup share fun
-------------------------------------------*/
#popup-share-fun{
	box-sizing:border-box;
	padding:0 0px 0 0;
}
#popup-share-fun *{
	box-sizing:border-box;
}
.popup-main, .popup-message, .related-article{
	background-color:#fff;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.popup-main{
}
	.popup-title{
		margin:0;
		padding:10px 15px;
		font-size:18px; color:#111;
	}
	.popup-img{
		margin:0;
		text-align:center;
		overflow:hidden;
	}
	.popup-img img{
		display:block;
		max-width:977px!important;height:auto!important;width:expression(this.width > 977 ? "977px" : this.width)!important;
		margin:0 auto;
	}
	.popup-keyword{
		padding:10px 15px;
		font-size:12px; color:#666;
	}
	.popup-keyword a{
		display:inline-block;*display:inline;zoom:1;
		background-color:#f1f1f1;
		padding:2px 5px;
		color:#666;
	}
	.popup-keyword a:hover{
		background-color:#f00;
		color:#fff;
	}
.popup-message{
	margin-top:20px;
	padding:15px 15px;
}
	.popup-message .popup-comment{
	}
	.popup-message input{
		float:left;
		margin:0 0 10px;
		border-color:#67cfff;
	}
		.popup-message .input-name{width:15%;}
		.popup-message .input-message{width:72%; margin-left:10px;}
		.popup-message .btn-comment{width:6%; margin-left:10px; font-size:13px; padding: 5px 0; float:right;}
	.popup-message ul{
		margin:0;
		padding:0 5px 0 0;
		list-style:none;
		overflow:auto;
		overflow-x:hidden;
	}
	.popup-message li{
		padding:15px 5px;
		border-top:1px solid #ddd;
	}
	.popup-message .name{
		font-size:15px; color:#111; font-weight:700;
	}
	.popup-message time{
		font-size:12px; color:#aaa;
	}
	.popup-message .message{
		font-size:12px;
	}
.related-article{
	margin-top:20px;
	background-color:#fff;
}
	.related-one{
		float:left;
		width:25%;
		text-align:center;
		padding:20px 0;
	}
	.related-one-img{
		width:200px;
		height:150px;
		overflow:hidden;
		margin:0 auto;
	}
	.related-one-img img{
		width:100%;
	}
	.related-one-overlay{
	}
	.related-title{
		width:200px;
		margin:5px auto;
		font-size:13px; color:#111; text-align:left;
	}
