/* components/brand-box/index.wxss */
.brand-box {
	width: 100%;
	padding: 60px 0 0;
	margin-top: 20px; 
	background-size: contain;
	background-position: center 0;
	background-repeat: no-repeat;
}

.cate-box {
	width: 100%;
	margin-top: 20px; 
	text-align: center;
}

.brand-box-line {
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #323233;
	margin-bottom: 6px;
}

.cate-box .left {
	margin-right: 10px;
}

.cate-box .right {
	margin-left: 10px;
}

.cate-box .title {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #323233;
	padding: 0px 0 8px 0;
}

.cate-box .subtitle {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #323233;
	letter-spacing: 4px;
}