html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font-family: 'pingfang', "Microsoft YaHei","微软雅黑","Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    box-sizing: border-box;}

li {
    list-style: none;}

img {
    width: auto;
    height: auto;
    border-width: 0 0 0 0;}

a {
    text-decoration: none;}

html {
    max-width: 1920px;
    margin: 0 auto;}
html,
body {
    height: 100%;
    background: #f6f6f6;}
td{
    padding: 20px;}
td>p
{
text-align: left;}
/* 分页 */
.current-page {
    margin: 30px auto 0;
    overflow: hidden;}
  
  .current-page > span {
    font-size: 14px;
    float: left;
    line-height: 30px;}
  
  .current-page > span > input {
    width: 1rem;
    height: 0.625rem;
    text-align: center;}
  
  .current-page .current-container {
    float: left;
   margin: 0 10px;}
  
  #jump-page{
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    /* width: 0.875rem; */
    height: 0.625rem;
      cursor: pointer;
      background: #fff;
    border: 1px solid #999899;
    color: #878787;}
  #jump-page:hover{
    background: #999899;
    color: #fff;}
  #all_page{
    margin-left: 10px;
    margin-right: 10px;
    line-height: 0.625rem;}
  #jump-value{
    width: 1.3rem;
    height: 0.625rem;
      cursor: pointer;
      background: #fff;
    border: 1px solid #999899;
    color: #878787;}
  
  .current-container li {
    float: left;
    color: #999899;}
  .current-container li a {
    display: block;
    height: 0.625rem;
    border: 1px solid #999899;
    font-size: 14px;
    background: #fff;}
  
  .current-container li a {
    display: block !important;
    font-size: 14px;
    line-height: 0.625rem;
    padding: 0 10px;
    color: #999899;}
  .current-container li span {
    display: block;
    font-size: 30px;
    line-height: 0.4rem;
    margin: 0 5px 0 5px;
    cursor: pointer;}
  
  .current-container li a i {
    color: #999899;}
  
  .current-container li:hover a {
    color: #fff !important;
    background: #999899;}
  .current-container li:hover a i {
    color: #fff;}
  
  .current-container li.li-active {
    color: #fff ;
    background: #999899;}
  
/* @font-face {
    font-family: 'pingfang';
    src: url("/css/PingFang_Medium.ttf");
  } */
  @font-face {
    font-family: 'Helvetica';
src: url(helvetica.jpg)}