<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.FS2_Preorder_icon{
	margin-bottom: 10px;
	display: block;
}

@media screen and (max-width:1024px) {
	.FS2_Preorder_icon{
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;

	}

	.FS2_Preorder_icon img{
		display: block;
		width: 80px;
		height: 18px;

	}

	.FS2_body_Goods_GoodsDetail .FS2_Preorder_icon{
		justify-content: flex-start;
	}
}</pre></body></html>