body,html
{
	height: 100%;
}

/*遮罩*/
.zzBox
{
	position: fixed;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	display: none;
	overflow-y: auto;
}

/*正文*/
.outBox
{
	width:94%;
	margin-left: 3%;
	height: auto;
}

.zzLeft
{
	float:left;
	width: 0%;
	height: auto;
	background: white;
	/*left: -75%;*/
}


.zzRight
{
	float:left;
	width: 100%;
	height: auto;
}
