/*res.css*/
.menu_show,.returnPrev{
	width:40px;
	display: none;
    background-color: #bb6f33;
    /* position: fixed; */
    /* left: 290px; */
    bottom: 36px;
    color: #fff;
    padding: 10px 4px;
    border-radius: 10px;
    /* z-index: 5; */
    margin: 0 0 10px 0;
    /* background-image: url(../../images/zuo-.png); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70%;
    height: 30px;
    line-height: 30px;

    /* right: 4%; */
}

.btns_box{
	position: fixed;
    bottom: 36px;
    right: 4%;
	z-index: 100;
}
.btns_box .switchVer{
	width: 38px;
	padding: 5px 5px;
	background-color: #bb6f33;
    color: #fff;
	/* height: 30px; */
    line-height: 15px;
    border-radius: 10px;
	/* padding: 4px 0; */
	cursor: pointer;
	font-size: 12px;
}
.returnPrev{
	bottom: 120px;
}
.menu_show_left{
	background-image:url(../images/zuo-.png);
}
.menu_show_right{
	/* background-image:url(../images/you-.png); */
}

.main_right_inner{
	padding: 3rem;
	height: calc(100% - 6rem);
	overflow-y: scroll;
}
.main_left{
	z-index:2;
	width: 373px;
	background-color: #fcfcfc;
}	
.main_right{
	width: auto;
}
@media screen and (max-width: 960px){
    .main_right_inner{
		height: calc(100% - 2rem);
		padding: 1rem;
	}
	/* body{ */
        /* background: #000; */
    /* } */
	
	.menu_show{
		display:block;
		/* left:-6px; */
	}
	.returnPrev{
		display: block;
	}
	.main_left{
		position:absolute;
		border-right:2px solid #9a9a9a;
		left:-999px;
	}
	.main_left .bottom{
		width:97%;
	}
	.main_left .top{
		width:97%;
		margin-left:5px;
	}
	.main_right{
		margin-left:0;
	}
}
@media screen and (min-width: 960px){
    
	/* body{ */
        /* background: #000; */
    /* } */
	.menu_show{
		display:none !important;
	}
	.main_left{
		position:relative;
		left:0 !important;
		display:block !important;
	}
	.main_right{
		margin-left:385px;
	}
}