/* ¹«¹²²¿·Ö*/
body { font-family: "Century Gothic","Microsoft YaHei","FontAwesome" !important;}
body::-webkit-scrollbar {  
display: none;
}      
@font-face {
      font-family: 'Century Gothic';
      src: url('../fonts/CenturyGothic.TTF');
      font-weight: normal;
      font-style: normal;
}
@font-face {
      font-family: 'title';
      src: url('../fonts/w3.TTF');
      font-weight: normal;
      font-style: normal;
}
.name{
     font-family: 'title';
}
.page {
      background-color: #EEE;
      color: #333;
      font-size: 16px;
      line-height: 1;
      margin: 4px;
      padding: 5px 12px;
      text-decoration: none;
      border-radius:3px;
}

.page:hover {
      background-color: #066ddf;
      color: #FFF;
      font-weight: 600;
} 
.page.active {
      background-color: #066ddf;
      color: #FFF;
      font-weight: 600;
}  
.next {
	color: #000;
	font-size: 16px;
	padding: 6px;
	margin: 0 6px;
	cursor: pointer;
}

.next:hover {
	color: #066ddf;
}
input:-webkit-autofill { 
      box-shadow: 0 0 0px 1000px white inset;
} 