.zh-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 10px;
	background: #f2f3f5;
	border: 1px solid #e6e8eb;
}
.zh-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zh-icon-svg svg {
	display: block;
	width: 100%;
	height: 100%;
}
.zh-icon-font {
	font-size: 30px;
	line-height: 1;
	color: #e67e22;
}
.zh-shop-card .zh-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 10px;
}
.zh-shop-card .zh-icon-font {
	font-size: 34px;
}
.zh-grid .zh-icon {
	width: 40px;
	height: 40px;
}
.zh-grid .zh-icon-font {
	font-size: 28px;
}
