<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ���� */
.showPage{
	margin:0 auto;
	text-align: center;
	/* min-height:100px; */
}
.showPage &gt; #page p{margin:0}
.showPage &gt; #page{
	display: inline-block;
  /* height:60px; */
	margin-top:30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.showPage &gt; #page a{
  display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  height:35px;
  text-decoration:none;
  line-height:35px;
}
.showPage &gt; #page a:hover{
  color:var(--primarylink);
  border:1px solid var(--primaryhover);
}
.showPage &gt; #page a.cur{
  background:var(--primary);
  color:white;
  border: 1px solid var(--primary);;
}
.showPage &gt; #page p{
  float:left;
  padding:2px 12px;
  height:35px;
  line-height:35px;
  margin-right:8px;
}
.showPage_enterprise &gt; #page a{
	/* background:white;
	color:var(--primary); */
	border: 1px solid #e4e4e4;
}
.showPage_enterprise &gt; #page p{
	background:white;
	color:var(--primary);
	border: 1px solid var(--primary);;
}
.showPage &gt; #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage &gt; #page p.pageRemark b{
  color:red;
}
.showPage &gt; #page p.pageEllipsis{
  border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080;
}</pre></body></html>