

/* 性能公报 */

.table-container{
  width: 100%;
  overflow-x: auto; /* 水平滚动条 */
  overflow-y: hidden; /* 隐藏垂直滚动条 */
}


.table_data_box {
  width: 1100px; /* 根据需要设置表格宽度 */
  min-width: 100%; /* 确保表格宽度至少等于容器宽度 */
  table-layout: fixed; /* 固定表格布局，确保列宽度固定 */
}

.tbalesytlecss{
  width: 100%;
}
.tbalesytlecss tr th {
  border: 1px solid #ddd;
  padding: 15px 20px;
  background-color: rgb(244, 244, 244);
  text-align: center;
}
.tbalesytlecss tr td {
  border: 1px solid #ddd;
  padding: 15px 20px;
  text-align: laft;
}

.table-center{
  text-align: center;
}

.parent {
  vertical-align: middle; 
}
.table-container .hidden {
  display: none;
}
.pagination li {
  margin-right: 10px;
  cursor: pointer;
}
.pagination li a {
  color: #000 !important;
}
.pagination .active a {
  color: #fff !important;
}
.nav_sty {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px){
  .table-container .table-btn {
    position: absolute;
    display: block;
    box-sizing: border-box;
    right: 0;
    top: 160px;
    width: 40px;
    height: 45px;
    -webkit-animation: btnScrollAn 1s ease-out infinite alternate;
    animation: btnScrollAn 1s ease-in-out infinite alternate;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .table-container .table-btn img {
    position: absolute;
    top: 0;
    left: 0;
  }
}