@charset "utf-8";
.jzWrapper{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
}
.jzWrapper .shadowClose{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 34%;
}
.jzWrapper .pageJz{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66%;
	background: #fff;
}
.jzWrapper .pageJz .packup{
	position: absolute;
	right: 2.1%;
	top: 0;
	height: 0.6rem;
	z-index: 5;
	width: 60px;
	height: 60px;
	background: url(/static/img/icon_packup.png?v=20210330) center center no-repeat;
	background-size: 1.1625rem 0.6rem;
}
.jzWrapper .consultIframe{
	width: 100%;
	height: 100%;
	border: 0;
}