* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    /* background: #f5f5f5; */
    font-family: Microsoft YaHei;
    letter-spacing: 2px!important;
    font-family: Arial, 'Microsoft YaHei' !important;
    font: Arial, 'Microsoft YaHei' !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

.person-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    text-align: center;
    color: #f6f6f6;
}

.person-container a {
    font-size: 14px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    text-align: center;
    color: #f6f6f6;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.w {
    width: 1200px;
    margin: auto;
}

/* table 样式 */
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  table td,
  table th {
      height: 50px;
      line-height: 50px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
  }
  table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
    text-align: center;
  }
  .aboutBtn{
      cursor: pointer;
  }
  
 


#pager li a{ color:#fff;} 