@charset "utf-8";
body,div {
	padding:0;
	margin:0;
}
.shadowCon {
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:fixed;
	z-index:1000;
}
.popup-container {
	position:fixed;
	left:50%;
	top:30px;
	z-index:1001;
	width:90%;
	height:auto;
	/*margin: auto;*/
	margin-left:-45%;
	background:#fff;
}
.popup-content {
	overflow:auto;

}
.btn-close {
	position:absolute;
	right:0px;
	top:0px;
	font-size:40px;
	cursor:pointer;
	z-index:1000;
	width:36px;
	height:36px;
	line-height:36px;
	background-color:#b1b2b3;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	}
.btn-box {
	border-top:1px solid #f1f1f1;
	text-align:right;
	position:absolute;
	left:0;
	background:#fff;
	bottom:0;
	z-index:999;
	width:100%;
}

.content img { width:100%;}


