@charset "UTF-8";
.category-main{
	flex: auto;
	margin-top: -66px;
	padding-bottom: 80px;
	z-index: 2
}
.banner{
	border-radius: 16px;
	background: #fafcff;
	overflow: hidden
}
.banner .banner-pic{
	width: 100%;
	height: 200px
}
.tc{
	margin-top: 23px
}

.tc-desc-list{
	column-count: 3;
	column-gap: 20px;
	padding-top: 30px
}
.tc-desc-list .tc-desc-item{
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px
}
.tc-desc-list .tc-desc-item .name{
	font-size: 14px;
	font-weight: 700
}
.tc-desc-list .tc-desc-item ul{
	margin-top: 10px
}
.tc-desc-list .tc-desc-item ul li{
	font-size: 14px;
	line-height: 30px;
	list-style: outside;
	margin-left: 20px
}
.tc-desc-list .tc-desc-item ul li a:hover{
	text-decoration: underline
}
@media screen and (max-width: 1220px){
	
}
@media screen and (max-width: 920px){
	
}
@media screen and (max-width: 620px){
	
}
