<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	color: #000;
}
a:hover {
		color: #000;
}
.crrdy_guh{
	
	flex-wrap: wrap;
}
.crrdy_guh .caddy{
	width: 360px;
	height: 365px;
	background: #F7F7F7;
	border-radius: 8px;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	/* box-shadow: 1px 1px 5xp 1px #000; */
}
.img_hij_bottom{
	overflow: hidden;
	padding: 20px;
}
.img_hij_bottom p{
	padding: 0 !important;
	margin: 0;
	width: 100%;
}
.crrdy_guh .caddy:{

}
.crrdy_guh .caddy img{
	/* transform: translateX(-20px); */
	width: 100%;
}
.crrdy_guh .caddy p{
	color: #666666;
	float: left;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 3px ;
	margin-top: 8px ;
}
.crrdy_guh .caddy span{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
.crrdy_guh .caddy .caddy_know{
	margin-top: 14px;
	margin-left: 20px;
	padding-left: 20px;
	display: block;
	width: 130px;
	color: #babac4;
	font-weight: bold;
	font-size: 14px;
	float: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	border: 1px #babac4 solid;
	border-radius: 30px;
	position: relative;
}
.svg_shift{
	display: block;
	position: absolute;
	width: 19.2px;
	height: 35px;
	top: 0;
	right: 12px;
}
.crrdy_guh .caddy .caddy_know svg{
	height: 35px;
}
.img_displacement{
	animation: img_displacement 0.4s linear forwards;
}
.on_img_displacement{
	animation: on_img_displacement 0.4s linear forwards;
}
.svg_displacement{
	animation: svg_displacement 0.5s linear forwards;
}
.on_svg_displacement{
	animation: on_svg_displacement 0.5s linear forwards;
}
.img_hij{
	width: 100%;
	height: 206px;
	overflow:hidden;
	border-radius: 8px 8px 0px 0px;
}
@keyframes img_displacement{
	from{
		transform: scale(1,1);
	}
	to{
		transform: scale(1.1,1.1);
	}
}
@keyframes on_img_displacement{
	from{
		transform: scale(1.1,1.1);
	}
	to{
		transform: scale(1,1);
	}
}
@keyframes svg_displacement{
	from{
		transform: translateX(0px);
	}
	to{
		transform: translateX(8px);
	}
}
@keyframes on_svg_displacement{
	from{
		transform: translateX(8px);
	}
	to{
		transform: translateX(0px);
	}
}
</pre></body></html>