

/*cjw   CSS  2018/03/16*/

html,body,div,ul,li,ol,a,input,textarea,p,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
html{
	height: 100%;
}
body{
	height: 100%;
	background: #f5f5f5;
	position: relative;
	/*font-family: "Microsoft YaHei";*/
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
	max-width: 640px;
	margin:auto;
}
a,input,img,textarea,span,div{
	outline: 0;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.clearfix:after {
	content:""; 
	height:0; 
	visibility:hidden; 
	display:block!important; 
	clear:both; 
	font-size:0;
}
.clearfix{ 
	zoom:1 ;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
*{
	margin: 0;
	padding: 0;
}



/*头部*/
.header-z{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header{
	height: auto;
}
.sm{
	display:block;
	width: 24px;
	height:24px;
	background:url(../images/index-icon-1.png) no-repeat;
	background-size: cover;
	margin: 9px;
}
#searchBar{
	width: 80%;
}
.hasagei{
	float: left;
}
.val-1,.val-2{
	width: 10%;
	height: 44px;
	box-sizing: border-box;
    background-color: #efeff4;
    border-bottom: 1px solid #d7d6dc;
    border-top: 1px solid #d7d6dc;
}
.sn{
	display:block;
	width: 24px;
	height:24px;
	background-size: cover;
	margin: 9px 0 0 2px;
}


/*分类*/


.classify{
	width: 100%;
	background: #fff;
}
.classify>.cjw-cla{
	
}
.classify>.cjw-cla>.hae{
	padding: 5px 0;
	border:1px solid #f5f5f5;
	width: 30%;
	overflow-y: auto;
	height:100%;
}
.classify>.cjw-cla>.hae>ul>li{
	padding:12px 12px;
}
.classify>.cjw-cla>.hae>ul>li>p{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 27px;
	color:#0D0D0D;
}
.active-s{
	background: #262626;
	color:#fff!important;
	border-radius: 24px;
}
.classify>.cjw-cla>.hag{
	padding: 5px 0;
	width: 69%;
	overflow-y: auto;
	height:100%;
}
.classify>.cjw-cla>.hag>.mmda>.hupu>h1{
	font-size: 16px;
	line-height: 27px;
	color:#000;
	font-weight: bold;
	padding: 5px;
}
.classify>.cjw-cla>.hag>.mmda>.hupu>ul>li{
	width: 33.33%;
	text-align: center;
	float: left;
	margin: 12px 0;
}
.classify>.cjw-cla>.hag>.mmda>.hupu>ul>li img{
	width: 100%;
}
.classify>.cjw-cla>.hag>.mmda>.hupu>ul>li p{
	font-size: 15px;
	line-height: 27px;
	color:#353535;
}








/*隔开底部定位*/
.gekai{
	width: 100%;
	height: 48px;
}




/*底部导航*/
.weui-tabbar{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 666;
	
}
.clap{
	position: relative;
}
.clap>.zdy{
	position: absolute;
	top: -22px;
	left: -10px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px solid #c0bfc4;
	text-align: center;
}
.clap>.zdy>p{
	font-size: 48px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin:3px auto 0;
	width: 80%;
	height: 80%;
	background: #007AFF;
	color:#fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}



















































































