/*头部*/
header .headRight a{
	display: inline-block;
	width: 100%;
	line-height: normal;
	height: 3rem;
	position: relative;
}
header .headRight a img{
	width: 0.825rem;
	height: 1.2375rem;
	margin-top: 0.3rem;
}
header .headRight a p{
	font-size: 0.8rem;
}
header .headRight a div.num{
	position: absolute;
    background: #fd333c;
    color: white;
    font-size: 0.75rem;
    top: 0.2rem;
    right: -0.35rem;
    height: 1rem;
    line-height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 30px;
    box-sizing: initial;
    -webkit-box-sizing: initial;
}
/*头部*/

.container .title{
	background: white;
	overflow: hidden;
}
.container .scroll_box{
	width: 87.5%;
	float: left;
	position: relative;
	height: 4.8rem;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	-ms-touch-action: none;
}
.container .iscroll{
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width:1200px;
	height: 4.8rem;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.container .title .titie_fenlei{
	height: 4.8rem;
	width: 100%;
}
.container .title .titie_fenlei li{
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 4.8rem;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.container .title .titie_fenlei li.on{
	color: #fd333c;
	border-bottom: 2px solid #fd333c;
}
.container .title .titie_fenlei li.on p{
	box-sizing: border-box;	
	width: 90%;
	margin: 0 auto;
}
.container .title .titie_fenlei li img{
	width: 2.1rem;
	margin-top: 5px;
}
.container .title .titie_fenlei li p{
	height: 42%;
}
.container .title .fr{
	height: 4.8rem;
	line-height: 4.8rem;
	text-align: center;
	width: 12.5%;
	border-bottom: 1px solid #e5e5e5;
	background: white;
	position: relative;
	z-index: 2;
}
.container .title .fr img{
	width: 1.2rem;
}
.container .content{
	width: 95.3125%;
	margin: 0 auto;	
}
.container .content li{
	display: none;
}
.container .content li:nth-of-type(1){
	display: block;
}
.container .content li .xiyao,.container .content li .zhongyao{
	background: white;
	padding-bottom: 1rem;
	margin-top: 0.8rem;
	overflow: hidden;
}
.container .content li .xiyao .title_xiyao,.container .content li .zhongyao .title_zhongyao{
	text-align: center;
	margin-top: 3%;
	height: 1.125rem;
	line-height: 1.125rem;
}
.container .content li .xiyao .title_xiyao span,.container .content li .zhongyao .title_zhongyao span{
	vertical-align: middle;
	font-size: 1.3rem;
	margin: 0 0.5rem;
}
.container .content li .xiyao .title_xiyao img,.container .content li .zhongyao .title_zhongyao img{
	width: 0.825rem;
	height: 0.525rem;
}
.container .content li .xiyao ul,.container .content li .zhongyao ul{
	overflow: hidden;
}
.container .content li .xiyao ul div,.container .content li .zhongyao ul div{
	width:45.5%;
	height: 2.8rem;
	line-height: 2.8rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	text-align: center;
	font-size: 1rem;
	color: #333;
	margin: 3% 0 0 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5%;
}

/*全部分类展开*/
#all_fenlei{
	position: fixed;
	top: 3rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,0.35);
	display: none;
	z-index: 3;
	
}
#all_fenlei .fenlei_box{
	width: 80.625%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 1.45rem;
	position: relative;
	z-index: 2;
	background: white;
}
#all_fenlei .fenlei_box ul li{
	box-sizing: border-box;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	margin-top: 1.45rem;
}
#all_fenlei .fenlei_box ul li img{
	width: 2.1rem;
}
#all_fenlei .fenlei_box .up{
	text-align: center;
	margin-top: 1.5rem;
	height: 2.2rem;
	line-height: 2.2rem;
}
#all_fenlei .fenlei_box .up img{
	width: 1.2rem;
}
#all_fenlei .fenlei_box .on li{
	color: #fd333c;
}
#all_fenlei .box_shadow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
