.dataTables_wrapper { font: 80% sans-serif; }
#download_container {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 16px;
}
#container2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 16px;
}
p.side-content-small {
  font: 85% sans-serif;
  font-style: italic;
}
.table-content-small {
  font: 85% sans-serif;
  font-style: italic;
}

p.side-content-small {
  font: 85% sans-serif;
  font-style: italic;
}
/*.dataTables_wrapper { font: 90% sans-serif; }*/

#table-block {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.0;
}
#table-block tbody tr {
  height: 20px;
}
#table-block thead th {
  font-size: 17px;
  background-color: #f8f9fa;
}


/*min-width: 1256px;*/
/* 默认样式（手机） */
.auto-width {
  width: 100%;
  max-width: 1256px !important;
  padding: 0;
  margin: 0 auto;
}

/* 平板设备 (iPhone 14 Plus) */
@media (max-width: 428px) {
  .auto-width {
    width: 428px !important;
  }
}

/* 平板设备 (iPad Air 5) */
@media (max-width: 820px) {
  .auto-width {
    width: 1256px !important;
  }
}

#cy {
  width: 100%;
  height: 400px;
  overflow: hidden;
  /*position: absolute;*/
  top: 0px;
  left: 0px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
