/* CSS Document */
body{ 
	width:100%; 
	height:100%; 
	position:absolute;
	/* overflow:hidden;可以在下面的板块加*/
}
.m_layout {
	width:100%; 
	max-width:7.5rem; 
	min-width:3.2rem; /*height:100%;这个不能给高度；给了高度下面的bottom出不来*/  
	position:absolute; 
	left:50%;
	top:0.88rem;
	bottom:0.98rem;
	transform:translateX(-50%); 
	z-index:1; 
	background:#fff;
	overflow:hidden;
}
/*m_category_left*/
.m_category_left{
	width:1.9rem; 
	height:100%; 
	background:#f5f5f5;
	overflow-y:auto;
	position:absolute; 
	left:0; 
	top:0;
	bottom:0; 
	z-index:9; 
}
.m_category_left ul{
	width:100%; 
	height:100%;
}
.m_category_left ul li{
	width:100%; 
	height:auto;
	line-height:1.05rem; 
	text-align:center;
	border-bottom:1px solid #e9e9e9;

}
.m_category_left ul li:last-child{
	border-bottom: none;
}
.m_category_left ul li.current{
	display:block;
	background:#fff;
	/*color:#e9004b; */
	position:relative;/*注意一下*/
}
.m_category_box .m_category_left ul li.current:before{
	content:''; 
	width:0.06rem;
	height:1.06rem; 
	background:#e9004b;
	display:block; 
	position:absolute;
	left:0; 
	top:0;
}
/*m_category_left  end*/
/*m_category_right*/
.m_category_right{
	width:5.57rem; 
	height:100%; 
	background:#fff;
	overflow-y:auto;
	position:absolute; 
	right:0; 
	top:0;
	bottom:0; 
	z-index:9;
}
.m_category_right .right_cont{
	width:100%; 
	height:auto;
}
.m_category_right .right_cont .top_pic{
	/*margin-top: 0.2rem;*/
	width: 95%;
	height: auto;
	max-height: 2rem;
	margin:0.2rem auto 0;
}
.m_category_right .right_cont .top_pic img{
	width: 100%;
	height: auto;
}
.m_category_right .right_cont dl{ 
	
	width:95%; 
	height:auto; 
	margin: 0.5rem auto 0;
	position: relative;
	
}
.m_category_right .right_cont dl dt{
	font-size:0.3rem;
	color: #333;
	text-align: center;

}
.m_category_right .right_cont dl dt:before{
	content: "";
	background: #ccc;
	height: 2px;
	width: 1rem;
	position: absolute;
	top:0.2rem;
	left: 19%;

}
.m_category_right .right_cont dl dt:after{
	content: "";
	background: #ccc;
	height: 2px;
	width: 1rem;
	position: absolute;
	top:0.2rem;
	margin-left: 0.2rem;

}

.m_category_right .right_cont dl dd{
	width:50%; 
	float:left; 
	padding-top:0.3rem;
	display:block;
}
.m_category_right .right_cont dl dd a{
	display:block; 
	width:98%; 
	height:auto;
	text-align:center;
	font-size:0.2rem;
}
.m_category_right .right_cont dl dd img{
	width:100%; 
	height: 2.05rem;
	margin:0 auto;
	padding: 0 5px;
}
.m_category_right .right_cont dl dd p{
	font-size: 0.22rem;
	margin-top: 0.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*m_category_right  end*/




