
	


/* .location_inner>span{
	display: inline-block;margin-left: 0.57rem; width: auto; height: 100%;line-height: 0.65rem; text-align: center; font-size: 0.14rem; color: #7D7D7D;
} */

.category_first{
	height: 0.48rem; margin-left: 0.18rem; margin-top: 0.2rem;position:relative;
}

.category_first>div:nth-child(1){
	display: inline-block; width: 0.04rem; height: 0.16rem; background-color: #362E2B;position: absolute; top: 50%; transform: translateY(-50%);
}

.category_first>div:nth-child(2){
	display: inline-block; width: auto; color: #362E2B;font-size: 0.18rem;position: absolute; top: 50%; transform: translateY(-50%); margin-left: 0.08rem;
}

.contentpage{
	width: 100%; text-align: center;font-size: 0; margin-top: 0.4rem;
}

.contentpage>div{
	width: 17.00rem; display: inline-block; font-size: 0;position:relative; text-align: left;
}

.pic_item{
	width: 2.63rem; height: 2.32rem; margin:0 0.16rem 0.3rem 0; display: inline-block;vertical-align: top;cursor: pointer;
}

.pic_item:nth-child(5n){
	margin-right: 0;
}

.pic_item>span{
	display: inline-block; width: 100%; margin-top: 0.13rem;font-size: 0.14rem;color: #362E2B; text-align: center;
}

.pic_item_cover{
	width: 100%; height: 1.97rem;overflow: hidden;
}

.pic_item_cover>div{
	width: 100%; height: 100%; 
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pic_item_cover:hover>div{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.category_name{
	width: 100%; height: 0.6rem;line-height: 0.6rem; text-align: center;color: #f62e1f;font-size: 0.21rem; background-color: #E5E5E5;
}

.category_menu{
	width: 100%; height: auto;
}

.menu {



	border-right: 1px solid #ccc;

}

.menu:last-child {

	border-bottom: 1px solid #ccc;

}

.menu summary {

	height: 0.4rem;

	line-height: 0.4rem;

	text-indent: 0.1rem;

	outline: none;

	font-size: 0.14rem;

	font-weight: 700;

	border-top: 1px solid #ddd;

	background: #eeeeee;

	cursor: pointer;

}



.menu summary::-webkit-details-marker {

	display: none;

}



/*可用图片或字符,如果使用图片，请把content的值设置成空字符*/

.menu summary:before {

	content: "+";

	/*background: url(../Images/right.png) no-repeat center center;*/
	/*收起时的图片*/

	/*vertical-align: middle;*/

	display: inline-block;

	width: 0.16rem;

	height: 0.16rem;

	margin-right: 0.10rem;

	font-size: 0.18rem;

	font-weight: 700;

}



.menu[open] summary:before {

	content: "-";

	/*background: url(../Images/down.png) no-repeat center center;*/
	/*展开时的图片*/

}



.menu ul {
	font-size: 0;
	padding: 0.08rem 0.0rem;
}

.radio-beauty{
	cursor: pointer;
	display: inline-block; 
	vertical-align: top; 
	margin:0.02rem; 
	padding: 0 0.04rem; 
	font-size: 0.14rem; 
	color: #362E2B;
	width: auto; 
	height: 0.26rem;
	line-height: 0.26rem; 
	text-align: center; 
	border: #B3B3B3 solid 1px;
	background-color: white;
}

.radio-beauty:hover {
  box-shadow: 0 0 0.01rem #F3312B; 
  border: #F3312B solid 1px!important;
  color: #F3312B;
}

.left-menu-container{
	display: inline-block; vertical-align: top; width: 2.98rem;  margin-right: 0.19rem; border: #C9C9C9 solid 0.01rem;margin-bottom: 0.2rem;
}

.left-menu-container input[type="radio"]:checked + .radio-beauty {
  border: #F3312B solid 1px;
  color: white;
  background-color: #F3312B;
}