<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topMenu {
	font-family: Georgia;
	font-size: 10pt;
	color: #000099;
	text-decoration: underline;
	font-style: italic;
}
.topMenu a{
	font-family: Georgia;
	font-size: 10pt;
	color: #000099;
	text-decoration: underline;
}.topMenu a:hover{
	font-family: Georgia;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;	
}
.classMenu {
	font-family: Verdana;
	font-size: 9pt;
	color: #000099;
}
.classMenu a{
	font-family: Verdana;
	font-size: 9pt;
	color: #006600;
	text-decoration: underline;
}.classMenu a:hover{
	font-family: Verdana;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;	
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #911012;
}
.titleName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #006666;
	font-style: italic;
}
.subjectName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #993300;
	font-style: normal;
}
.productNum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #330099;
}
.remark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

/*== Fixed ==*/
.support_fixed{
	position: fixed;
	bottom: 17%;
	right: 18%;
}

.support_fixed img{
	max-width: 80px;
	border-radius: 50%;
	padding: 1.5px;
	border:rgba(23, 114, 162, .6) 4px solid;
	/*transition: .3s*/
	animation-name: borderShow;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

.support_fixed + .support_fixed{
	bottom: 1%
}

.support_fixed a{
	position: relative;
}

.support_fixed a::before{
	content: attr(data-title);
	width: 155px;
	position: absolute;
	top: -45px;
	left: 105px;
	background-color: #0099FF;
	border-radius: 6px;
	padding: 6px 12px;
	padding-top: 7px;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.support_fixed a::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	
	border-right:#0099FF 5px solid;
	border-left: transparent 5px solid;
	border-top: transparent 5px solid;
	border-bottom: transparent 5px solid;

	position:absolute;
	top: -35px;
	left: 93px;

}

@keyframes borderShow{
	0%{
		border-color: rgba(23, 114, 162, .2)
	}

	50%,100%{
		border-color: rgba(23, 114, 162, .9)
	}
}</pre></body></html>