.table a:link,a:visited{color:#000}
 .table table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
  }
  .table table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
  .table table th, table td {
    padding: 10px;
    text-align: center;
border: 1px solid #ddd;
  }
  .table table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  @media screen and (max-width: 600px) {
  .table   table {
      border: 0;
    }
   .table  table thead {
      display: none;
    }
   .table  table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }
  .table   table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
   .table  table td:last-child {
      border-bottom: 0;
    }
  .table   table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
.note{max-width: 80%; margin: 0 auto;}
.saizhi p{font-size:16px;line-height:38px;padding:30px}
