<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hk{
	font-size: 1.2em;
	line-height: 1.8em;
}

.title1{
	display: inline-block;
	background:#e4007f;
	padding:5px 10px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 10px;
}

li span{
	font-weight: bold;
	color: #0068b7;
}

.hk-btn{
	display: inline-block;
	border:1px solid #22ac38;
	border-radius: 15px;
	color: #22ac38;
	padding:5px 10px;
	font-weight: bold;
	text-decoration: underline;
}

.hk-btn:hover{
	background:#0068b7;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #0068b7;
}

ol li{
	border-bottom:dashed 1px #cccccc;
	margin-bottom: 20px;
}

ul li{
	list-style-type: none;
}

.pss{
	border-top: 1px solid #1d2088;
	font-weight: bold;
	font-size: 1.1em;
	padding:20px 0;
}</pre></body></html>