aside {
	margin: 0 auto;
	max-width: 1024px;
}

.collect-top {
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/collect-top.png');
	background-size: 100% 100%;
}

.collect-card-list {
	min-height: 722px;
	border-radius: 5px;
	/* background-color: #f6f2e8; */
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/electronic-catalog-card.png');
}

.collect-card-list > div {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.collect-card-list > div > a {
	max-width: calc(25% - 40px);
	flex: 0 0 calc(25% - 40px);
	padding: 12.5px;
	background-color: #ffffff;
}

.collect-card-list > div > a img {
	width: 100%;
}

.collect-card-list > div > a > div {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #020202;
}

.collect-card-list > div > a > div >:nth-child(2) {
	font-size: 12px;
}



.collect-card {
	padding: 50px 5%;
	background-color: #F7F3EA;
}

.collect-card .collect-card-title {
	text-align: center;
}

.collect-card .collect-card-title {
	.title {
		font-size: 20px;
		font-weight: 500;
		.lefttitle {
			letter-spacing: 1.2rem;
		}
		.righttitle{
			letter-spacing: 0;
		}
	}
	
	.label {
		font-size: 72px;
		font-weight: bold;
		color: #A93013;
	}
}

.collect-card-titles {
	margin: 0 auto;
	width: 65%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	> div{
		> span {
			&:nth-child(1){
				font-weight: bold;
				color: #A93013;
			}
			&:nth-child(2){
				color: #444442;
			}
		}
	}
}

#is-details{
	margin: 0 auto;
	width: 65%;
}

.button-bottom {
	margin: 40px auto;
	width: 65%;
	height: 55px;
	border-radius: 30px;
	background-color: #B7360B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	cursor: pointer;
}