/* ¹«¹²²¿·Ö*/
body::-webkit-scrollbar {  
display: none;
}   
body{
    box-sizing: border-box;
    font-family: "global","Microsoft YaHei";
}
@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: 'Microsoft YaHei'; 
  src: url('../fonts/yahei.ttf'),
}

@font-face {
      font-family: 'Century Gothic';
  src: url('../fonts/Microsoft JhengHei.ttc'),
        url('../fonts/Microsoft JhengHei.ttc'); 
      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: 'global';

}
textarea{
    padding-top:6px;
    font-family: "global","Microsoft YaHei";
}
@font-face {
	font-family: 'global';
	src: url('../../fonts/font.eot');
	src: url('../../fonts/font.eot?#iefix') format('embedded-opentype'), url('../../fonts/font.woff2') format('woff2'), url('../../fonts/font.woff') format('woff'), url('../../fonts/font.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
#fenye{
    width:100%;
    margin:20px auto 20px auto;
    text-align:center;
    float:right;
    
}
.page {
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: inline-block;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    margin-right:10px;
    line-height: 1.75em;
    border-radius: 100%;
    background: #eee;
    line-height:2.25em;
    font-weight:500;
}
.page:hover {
      background: #3c6fb5;
      color: #FFF;
      font-weight:600;
} 
.page.active {
      background: #3c6fb5;
      color: #FFF;
            font-weight:600;
}  
.nextpage {
	color: #000;
	font-size: 16px;
	padding: 6px;
	margin: 0 6px;
	cursor: pointer;
}
.nextpage i{
	font-weight:600;
}
.nextpage:hover {
	color: #3c6fb5;
}
input:-webkit-autofill { 
      box-shadow: 0 0 0px 1000px white inset;
} 
::selection {color:#fff;background-color: #3c6fb5;}
 
 