﻿@charset "utf-8";
/*cateList*/
.iconbef:before {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
.cateList {
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
	background: #efefef;
	color: #00184b;
	position: relative;
}
.cateList .goBack {
	position: absolute;
	left:0rem;
	z-index: 12;
}
.cateList .goBack:before {
	width: .4rem;
	height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1.0rem -0.64rem;
}
.cateList h3 {
	position: relative;
	font-size: 1.25rem;
	text-align: center;
	padding-left: 5%;
}
.cateList .box {
	width: 100%;
	padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: none;
}
.cateList .box a {
	width: 100%;
	margin: .30rem .15rem;
	line-height: 2.5rem;
	border: 1px solid #dddddd;
	font-size: 1.25rem;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 2em;
}
.cateList .box a:nth-child(2n) {
	margin-right: 0;
}
.cateList .box a.on {
	background: #006db5;
    color: #fff;
    display: block;
    border-radius: 2em;
}
.fanhui{width:35px;height:35px;background: url(../images/fanhui.png) no-repeat;}
.xiala{width:35px;height:35px;float:right;background: url(../images/xiala.png) no-repeat;}
/*对应PC端页面*/
@media screen and (min-width:1000px){
	.phoneweizhi{display: none!important;}
}
/*对应平板端页面*/
@media screen and (max-width:1000px) and (min-width:768px) {
	.phoneweizhi{display: none!important;}
}