/* 使主内容区域占满全屏 */
.wy-nav-content {
    padding: 1.618em 3.236em;
    height: 100%;
    max-width: 1100px;
    /*margin: auto;*/
}

.noheader thead {
    display: none;
}

.wy-table-responsive {
    margin-bottom:24px;
    max-width:100%;
    overflow:auto !important;
  }
