header{
	width:100%;
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
}

header img{
	width:100%;
}

/* 十大品牌排行列表 */
.m-newbrand-padding{
	padding:0 0.3rem;
}
.m-newbrandtop{
	background: #f7f7f7;
	width:100%;
	height:auto;
	box-sizing: border-box;

}
.m-newbrandtop .title{
	border-bottom: 1px #e7e6e6 solid;
	line-height: 0.8rem;
	margin-bottom: 0.3rem;

}
.m-newbrandtop .title h3{
	font-size: 0.34rem;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333;
	padding: 0 0.3rem;
}
.m-newbrandtop .title h3>span{
	font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #fc6432;
    line-height: 0.8rem;
}
.m-newbrand-list{
	height:auto;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.m-newbrand-list>a{
	color: #fd6637;
	display: block;
	text-align: center;
	font-size: 0.30rem;
	line-height: 0.4rem;
	padding: 0.24rem 0;
	background: #fff;
	box-shadow: 1px 1px 3px #dedede;
}
.m-newbrand-list>.desc{
	width:100%;
	height:1.8rem;
	border-radius: 0.1rem;
}
.m-newbrandtop .m-newbrand-list:nth-of-type(1n+1)>.desc{
	background: url(../images/m-newbrand-1.png) no-repeat;
}

.m-newbrandtop .m-newbrand-list:nth-of-type(2n+1)>.desc{
	background: url(../images/m-newbrand-2.png) no-repeat;
}

.m-newbrandtop .m-newbrand-list:nth-of-type(3n+1)>.desc{
	background: url(../images/m-newbrand-3.png) no-repeat;
}
.m-newbrand-list>.desc h3{
	padding-top:0.4rem;
	font-size: 0.36rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0rem;
	padding-left:0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-newbrand-list>.desc p{
	font-size: 0.30rem;
	line-height: 0.6rem;
	color: #fff;
	letter-spacing: 0rem;
	padding-left:0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-newbrand-list>ul{
	background: #fff;
	box-shadow: 1px 1px 3px #dedede;
}
.m-newbrand-list>ul>li{
	padding:0.1rem 0.2rem;
}

.m-newbrand-list>ul>li::before{
	content: '';
	display: block;
	float: left;
	width: 0.4rem;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 0.1rem;
	color:rgba(240, 100, 49);
}
.m-newbrand-list>ul>li:nth-of-type(1)::before{
	content: '1';
}
.m-newbrand-list>ul>li:nth-of-type(2)::before{
	content: '2';
}
.m-newbrand-list>ul>li:nth-of-type(3)::before{
	content: '3';
}
.m-newbrand-list>ul>li:nth-of-type(4)::before{
	content: '4';
}
.m-newbrand-list>ul>li:nth-of-type(5)::before{
	content: '5';
}
.m-newbrand-list>ul>li>a.img{
	display: block;
	float:left;
	width:1.98rem;
	height:1.3rem;
	text-align: center;
	margin-right:0.2rem;
	background: #fff;
	-webkit-box-pack: center;
    -webkit-box-align: center;
	-moz-box-pack: center;
	-moz-box-align: center;
	-ms-box-pack: center;
	-ms-box-align: center;
    justify-content: center;
    display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
}
.m-newbrand-list>ul>li>a.img img{
	max-width: 1.4rem;
    max-height: 1.4rem;
}
.m-newbrand-list>ul>li .desc{
	float:left;
	overflow: auto;
	height: 1.3rem;
}
.m-newbrand-list>ul>li>.desc h3{
	font-size: 0.28rem;
	line-height: 0.46rem;
	width: 98px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-newbrand-list>ul>li>.desc h3 a{
	color: #333;
}
.m-newbrand-list>ul>li>.desc p{
	background: #fd6637;
	color: #fff;
	height:0.4rem;
	border-radius: 0.08rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	padding-left:0.1rem;
}
.m-newbrand-list>ul>li>.desc p span{
	display: inline-block;
	background: #fff;
	color: #fd6637;
	border-radius: 0.08rem;
	line-height: 0.36rem;
	padding:0 0.1rem;
	margin-left:0.1rem;
	margin-right: 0.03rem;
}
.m-newbrand-list>ul>li>.desc>span{
	display: block;
	height: 0.26rem;
	margin-top: 0.12rem;
}
.m-newbrand-list>ul>li>.desc>span img{
	height: 0.26rem;
	width:0.26rem;
	margin-right:0.12rem;
}
.m-newbrand-list>ul>li>.a-link{
	display: block;
	width: 1.2rem;
	height: 0.4rem;
	border-radius: 0.1rem;
	border:1px #fd6637 solid;
	color: #fd6637;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-align: center;
	float: right;
	margin:0.45rem 0;
}
/* 加载更多按钮 */
.m-newbrand-loadmore{
	display: block;
	width:2.4rem;
	height:0.6rem;
	background: #fc6432;
	border-radius: 1.0rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.30rem;
	color: #fff;
	margin: 0 auto;
}

.m-more-brandtop{
	width:100%;
	height:auto;
	box-sizing: border-box;
	margin-top: 0.3rem;
}

.m-more-brandtop>div{
	background: #efefef;
	line-height: 0.8rem;
	height:0.8rem;
	padding:0 0.3rem;
}
.m-more-brandtop>div>h3{
	color: #333;
	font-size: 0.30rem;
	color: #333;
}
.m-more-brandtop>div>h3>i{
	margin-right: 0.2rem;
	color: #fc6634;
}
.m-more-brandtop>ul{
	background: #fff;
	height: auto;
	width: 100%;
}
.m-more-brandtop>ul>li{
	float: left;
}
.m-more-brandtop>ul>li>a{
	display: block;
    width: 2.45rem;
	height:0.86rem;
    text-align: center;
	border:1px #f3f3f3 solid;
	background: #fff;
	line-height: 0.86rem;
	font-size: 0.28rem;
	text-align: center;
	color: #333;
}
.m-more-brandtop>ul>li>a img{
	width:100%;
}

/* footer */
footer{
	padding:0.3rem 0;
}
footer>p{
	text-align: center;
	font-size: 0.24rem;
	color: #999;
	line-height: 0.3rem;
}

/* 弹出层行业选择联动 */
.newbrand-tankbox{
	display:none;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	transition: all 0.3s;
    height: 100%;
    background: rgb(0, 0, 0, .5);
}
.brandselect{
	margin-top: -0.32rem;
	 width: 100%;
	 overflow:hidden;
	 background: #fff;
	 height:6rem;
	 overflow-y: auto;
	 overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
	 transition: all 0.3s;
	 box-shadow: 0px 8px 10px #6d6d6d;
}
.brandselect-header{
	background: #e6e6e6;
	width:50%;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 6rem;
}
.brandselect-header ul li{
	height:50px;
	color: #333;
	line-height: 50px;
	padding-left:20px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brandselect-header ul li.current{
	background: #fff;
	color: #fc6432;
}
.brandselect-content{
	width:50%;
	float: right;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 6rem;
}
.brandselect-content ul li{
	height:50px;
	background: #fff;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-bottom:1px #f5f5f5 solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brandselect-content ul li a{
	color: #333;
}
.pubcolor{
	color: #fc6432 !important;
}