.mui-content{
	background: #fff;
}

.body-window{
	position: absolute;
	height: 100%;
	width: 100%;
	
}
.proBox{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding: 5px;
	padding-bottom: 115%;
}
.pro_pic{
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.pro_pic img{
	display: block;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pro_pic{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.leftScroll{
	padding: 0;
	margin: 0;
	border-right: 1px solid #EFF4FA;
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
}

.rightScroll{
	float: left;
	width: 75%;
	left: 25%;
	height: 100%;
	position: absolute;
}
.leftNav {
	padding: 0;
	margin: 0;
	border-right:none;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	position: relative;
}
/*.leftNav_item:last-child{
	margin-bottom: 50px;
}*/
.rightWrap {
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	margin-left: 0;
	position: relative;
}
/*.rightCon{
	padding-bottom: 50px;
}*/