/*.bgDiv {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	position: fixed;
	display: none;
	z-index: 999999;
	bottom: 0; overflow:hidden;
}*/
.leftNav {
	width: 100%;
/*	max-width: 400px;*/
	height: 100%;
	background:transparent;/*background-color:rgba(245,245,245,1);*/
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -100%;
	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%;
}
