<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é©°è¯šå‰ç¥¥ç‰© */
.mascot_wrap {
	width: 192rem;
	padding: 6.6rem 0 4.3rem 0;
}

.mascot_wrap_img{
	width: 192rem;
	height: 320.7rem;
	background: url('../../image/walkinto/mascot.png') no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 1140px) {
	.mascot_wrap {
		width: 192rem;
		padding: 6.4rem 0 12 .3rem 0;
	}
	
	.mascot_wrap_img{
		width: 192rem;
		height: 444.632rem;
		background: url('../../image/walkinto/mascot_media.png') no-repeat;
		background-size: 100% 100%;
	}
}
</pre></body></html>