/* ¹«¹²²¿·Ö*/
@font-face {
  font-family: 'henghei'; 
  src:url('../fonts/MicrosoftJhengHei.ttf');
 
}
@font-face {
  font-family: 'shangshou'; 
      src: url('../fonts/shangshou.TTF');
      font-weight: normal;
      font-style: normal;
 
}
@font-face {
  font-family: 'Microsoft JhengHei'; 
  src: url('../fonts/Microsoft JhengHei.ttc'),
        url('../fonts/Microsoft JhengHei.ttc'); 
}

@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;
}
@font-face {
    font-family: 'tengxun';
    src:url('../fonts/TencentSans-W7-CN.woff2') format('woff2'),url('../fonts/TencentSans-W7-CN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.yahei{
     font-family: 'Microsoft YaHei';
}
.shangshou{
     font-family: 'shangshou';
}
.henghei{
     font-family: 'henghei';
}
.name{
     font-family: 'title';
}
.tengxun{
     font-family: 'tengxun';
}
.en{
     font-family: 'Century Gothic';
     font-weight:300;
}
#fenye{
    width:100%;
    margin:20px auto 100px auto;
    text-align:center;
    float:right;
    
}
.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: #e82a01; 
      color: #FFF;
      font-weight: 600;
} 
.page.active {
      background: #e82a01; 
      color: #FFF;
      font-weight: 600;
}  
.next {
	color: #000;
	font-size: 16px;
	padding: 6px;
	margin: 0 6px;
	cursor: pointer;
}
.next i{
	color: #000;
	font-size:16px;
	font-weight:600;
}
.next:hover,.next i:hover {
	color: #dd161d;
}
input:-webkit-autofill { 
      box-shadow: 0 0 0px 1000px white inset;
} 
 .none {
 display: none;
}
.block{
display: block;
} 
  ::-webkit-scrollbar-track-piece {
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 6px;
    height: 2px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #e82a01;
  }