.bgDiv {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: fixed;
	display: none;
	z-index: 999999;
	bottom: 0;
}
.leftNav {
	width: 75%;
	max-width: 400px;
	height: 100%;
	background:transparent;background-color:rgba(255,255,255,0.95);
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -75%;
	overflow-y: auto;
}
.rightNav {
	width: 300px;
	max-width: 400px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -300px;
}
.upNav {
	width: 100%;
	height: 40%;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	top: -40%;
}
.downNav {
	width: 100%;
	height: 40%;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	bottom: -40%;
}
.dhs {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px 15px 5rem 15px;
	overflow-y: auto;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}
