.fullBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 2%;
	width: 100%;
	height: 100%;
	background: url(bg.png) \9;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9998;
	overflow-y: auto;
}

.myligthBox h2 {
	color: #07c;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}

.myligthBox p {
	margin: 0;
	padding-bottom: 10px;
}

/*.myligthBox span{ color:#07c; }*/

.myligthBox {
	margin: 10% auto 0;
	max-width: 600px;
	background: #fff;
	position: relative;
	z-index: 9999;
	font: 16px/1.5 "·L³n¥¿¶ÂÅé";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.myligthBox .ligthContaoner {
	padding: 16px 2%;
}

.myligthBox .closeMyligthBox {
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	font-size: 20px;
	/*  top:-20px; right:-20px;*/
	z-index: 1;
	/*  text-indent:-9999px;*/
	width: 40px;
	height: 40px;
	/*  background:url("close.png") center center no-repeat;*/
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

@@media screen and (max-width:990px) {
	.myligthBox {
		margin: 0;
		max-width: inherit;
		height: 90%;
		position: fixed;
		right: 6%;
		bottom: 6%;
		left: 6%;
		top: 6%;
	}

	.myligthBox .closeMyligthBox {
		/* top: -17px;
		right: -10px;*/
	}

	.myligthBox .ligthContaoner {
		padding: 5% 3%;
		height: 94%;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
	}

	.myligthBox iframe {
		width: 100%;
		height: 99%;
	}
}