﻿/* 公共部分*/
body::-webkit-scrollbar {  
display: none;
}      
@font-face {
  font-family: 'FuturaLTLight'; 
  src: url('../fonts/FuturaLTLight.otf'),
      url('../fonts/FuturaLTLight.ttf');
 
}
@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';
}
.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: linear-gradient(90deg, #24aac4 0%, #4eb269 100%)!important; 
      color: #FFF;
      font-weight: 600;
} 
.page.active {
      background: linear-gradient(90deg, #24aac4 0%, #4eb269 100%)!important; 
      color: #FFF;
      font-weight: 600;
}  
.next {
	color: #000;
	font-size: 16px;
	padding: 6px;
	margin: 0 6px;
	cursor: pointer;
}

.next:hover {
	color: #dd161d;
}
input:-webkit-autofill { 
      box-shadow: 0 0 0px 1000px white inset;
} 