.bgDiv {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 0;
}
.leftNav {
	width: 50%;
	max-width: 400px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: -50%;
}
.rightNav {
	width: 50%;
	/*	max-width: 400px;*/
	height: 100%;
	background: transparent;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	z-index: 999;
	top: 0;
	right: -50%;
}
.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%;
}
.leftbody {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0%;
}
.rightbody {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0%;
}
.topbody {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0%;
}
.bottombody {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0%;
}
.cur00 {
	visibility: hidden;
}
.OX {
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	margin-right: 12%;
	float: right; height:28px;
}
.OX span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.OX img {
	width: 25px;
	vertical-align: middle;
}
.NB {
	width: 100%;
	margin: 0 auto;
	display: block;
}
/***********************按钮部分*******************************************/
.top {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	top: 0px;
	right: 0px;
	z-index: 888;
	position: relative;
}
.top_R {
	position: absolute;
	bottom: 16px;
	right: 0px;
	float: right;
	padding-right: 8px;
}
.top a {
	height: 26px;
	clear: both;
	display: inline-block;
}
.top a span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.top_R a img {
	width: 30px;
}
.rightNav ul {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	padding-left: 13%;
	padding-right: 13%;
	overflow-y: auto;
}
.rightNav ul li {
	line-height: 2.8rem;
	height: 2.8rem;
}
.rightNav ul li a {
	color: #595f6f;
	font-size: 0.9rem;
	display: block;
}
.ovfHiden {
	overflow: hidden;
	height: 100%; width:100%; position:fixed; top:0px;
}
