.zzry .grid{
	gap: 1rem;
}
.zzry .item{
	border-radius: .6rem;
	overflow: hidden;
}
.zzry .item .bg{
	background: #e9ecf1;
	padding: 2rem;
	text-align: center;
	padding-top: 4rem;
	transition: all .5s;
}
.zzry .item .bg img{
	width: 95%;
	height: auto;
	aspect-ratio: 260/200;
	object-fit: contain;
	
}
.zzry .item .bg .txt{
	font-size: var(--f20);
	margin-top: 3rem;
}
.zzry .item:hover .bg{
	background: var(--themeColor);
	color: #fff;
}