@charset "UTF-8";
.category-collections{
	flex: auto;
	margin-top: -2.5%;
	z-index: 2
}
.banner{
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	/*height: 140px;*/
	padding: 24px 30px;
	border: 1px solid #efeeee
}
.banner .title{
	font-size: 24px
}
.banner .time{
	margin-top: 10px;
	color: #828282;
	font-size: 12px
}
.banner .desc{
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px
}
.plate{
	margin-top: 10px;
	margin-bottom: 80px
}
.plate .title{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px
}
.plate .title:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 94px;
	height: 35px;
	background: url(../images/index/line.png) no-repeat center/cover;
	z-index: -1
}
.plate .more{
	margin: 40px auto 0;
	padding: 0 20px;
	width: 130px;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}
