.rankingTitle{
	height: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #7161FC;
	margin-bottom: 0.5rem;
	border-radius: 8px;
	overflow: hidden;
}

.rankingTitleItem{
	width: 33.333%;
	font-size: 0.5rem;
	color: #fff;
	border-right: 1px solid #7161FC;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.rankingTitle .rankingTitleItem:last-child{
	border-right: none;
}

.activeRank{
	background: #7161FC!important;
}

.navTable_content p{
	line-height: 0.8rem;
	font-size: 0.2rem;
}


.czbp_brand{
	flex-wrap: wrap;
}

.brandItem{
	width: 8%;
	margin-right: 2%;
	margin-bottom: 0.2rem;
}

.brandItem img{
	width: 100%;
}

.czbp_brand .brandItem:nth-child(10n){
	margin-right: 0;
}

.brandList001{
	flex: 1;
    background: linear-gradient(0deg,rgba(41,12,89,1) 0%,rgba(131,118,255,1) 100%);
    border-radius: 0px 0px 4px 4px;
    display: none;
	padding: 0 0.5rem;
}


.brandList001Item{
	height: 1.8rem;
	align-items: center;
	justify-content: space-between;
}

.brandList001Item .number{
	width: 1rem;
}

.brandLogo{
	height: 1.3rem;
	width: 1.3rem;
	margin: 0 0.2rem;
	border-radius: 50%;
}

.brandname{
	font-size: 0.5rem;
	
}

.sore{
	font-size: 0.4rem;
	color: #fff;
}