<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_box {
	width: 70px;
	height: 40px;
	margin: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	color: #333;
}

.none_box {
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
}

.click_box {
	border: none;
	background: #E1251B;
	color: #fff
}

.msg_details {
	margin: 8px 8px;
	color: #E1251B;
	cursor: pointer;
}

.img_details{
	margin-bottom: 12px;
	margin-right: 14px
}
.img_details:nth-child(6n){
	margin-right: 0;
}

hr {
	border: 1px solid #F4F4F4;
}

.brand:nth-child(6) {
	margin-right: 0px !important;
}

.zzs .img_details {margin-right: 2%;margin-bottom: 15px;width: 15%;height: auto;}
.zzs .img_details:nth-child(6n) {margin-right: 0px;}
</pre></body></html>