<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clsPage{

  text-align:center;

  margin:25px auto auto;

  padding:0;

  overflow:hidden;

  font-weight:700;

  font-size:14px;

  font-family:Microsoft YaHei,simhei;

}

.clsPage a{

  display:inline-block;

  vertical-align:middle;

  text-align:center;

  height:25px;

  line-height:25px;

  padding:0px 7px;

  margin-right:4px;

  text-decoration:none;

  background-color:#2877c6;

  border:1px solid #2877c6;

  color:white;

  overflow:hidden;

}

.clsPage a:hover{

  background-color:#fff;

  color:red;

  border-color:#ffcccc;

}

.clsPage span{

  display:inline-block;

  vertical-align:middle;

  text-align:center;

  height:25px;

  line-height:25px;

  padding:0px 7px;

  margin-right:4px;

  background-color:#f7f7f7;

  border:1px solid #bdbdbd;

  color:black;

}</pre></body></html>