* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
}

html,
body {
    padding: 0;
    border: 0;
    font: 16px '\5FAE\8F6F\96C5\9ED1';
    color: #000;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #000;
    text-decoration: none;
}

dl {
    margin: 0;
    padding: 0;
    border: 0;
}

dt,
dd {
    clear: both;
}

h1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #000;
}

textarea,
input {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

dl {
    margin: 0;
    padding: 0;
    border: 0;
}

dt,
dd {
    clear: both;
}

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}
body {
  background-color: #f9f9f9;
  color: #333;
}

.zhiyezige-wrapper{
  min-width: 1200px;
  background: url(../images/xscl_banner.png) no-repeat;
  background-size: contain;
}

.qr-code{
  position: absolute;
  width: 80px;
  right: 180px;
  top: 300px;
}

.header-box{
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#total{
  color: #bf2c3e;
  font-weight: 600;
}

.header-title {
  position: absolute;
  bottom: 0;
  width: 560px;
  padding:15px;
  text-align: center;
  /* word-break: keep-all; */
  background-color: #f9f9f94f;
  border-radius: 40px;
  font-size: 16px;
}

.content {
  width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.filter-section {
  width: 100%;
  background: white;
  margin-bottom: 30px;
}

.filter-nav{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #9b9b9b;
  color: #fff;
  font-weight: 600;
}

.filter-nav li{
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-nav li.active{
  background-color: #bd1a2d;
}

.filter-title{
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 3px solid #bd1a2d;
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.search-box {
  display: flex;
  justify-content: flex-end;
}

.search-box input {
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.search-box button {
  background-color: #bd1a2d;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}

#resetBtn{
  margin-left: 10px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.selected-options{
  display: none;
}

.selected-options.show {
  display: block;

}

.selected-list{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.selected-options li{
  border: 1px solid #bd1a2d;
  color: #bd1a2d;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}

.selected-options li .icon_select{
  width: 15px;
  height: 15px;
  background: url(../images/ico_select_del.png) 0 0 no-repeat;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
}

.filter-group span,.selected-options span{
  width: 50px;
  float: left;
  color: #8e8e8e;
}

.condition-group{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 16px;
}

.condition-group label{
  width: 200px;
}

.condition-group input[type="checkbox"] {
  transform: scale(1.2);
}

.data-tooltip{
  margin-bottom: 20px;
  color: #6f6d6d;
}
  
.data-tooltip #count{
  color: #bd1a2d;
}

.table-container {
  background: white;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}

.table-header {
  background-color: #bd1a2d;
  color: white;
  font-weight: bold;
  height: 40px;
}

.table-header th{
  text-align: center;
  padding: 0 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

#tableBody tr td{
  text-align: center;
}

#tableBody tr td{
  padding:10px 25px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 25px;
  white-space: nowrap;
}

#dataTable tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.pagination-class {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.pagination-class button {
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
}

.pagination-class button.active {
  background-color: #bd1a2d;
  color: white;
}

.pagination-class input {
  width: 50px;
  padding: 6px;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 1920px) {
  .zhiyezige-wrapper {
    min-width: auto;
  }

  
  .qr-code{
    right: 350px;
    top: 420px;
  }

  .content {
    width: 1400px;
    max-width: 1600px;
    margin: 40px auto;
    padding: 0 30px;
  }
  
  .header-box{
    height: 345px;
  }

  .header-title {
    width: 700px; 
    font-size: 18px;
  }
}

@media only screen and (max-width: 750px) {
  html, body {
    font-size: 14px;
  }

  .zhiyezige-wrapper {
    min-width: auto;
  }

  .qr-code{
    width: 35px;
    right: 30px;
    top: 220px;
  }

  .header-box {
    height: 180px;
  }

  .header-title {
    width: 350px;
    padding: 5px;
    border-radius: 60px;
    font-size: 10px;
    word-break: break-word;
    bottom: 70px;
  }

  .content {
    width: 100%;
    padding: 0 15px;
    margin: 0px auto;
  }

  .search-box {
    width: 100%;
    flex-direction: row;
  }

  .search-box input {
    flex: 1;
    width: auto;
    padding: 10px;
    font-size: 14px;
  }

  .search-box button {
    padding: 10px 12px;
    font-size: 14px;
  }

  .filter-options {
    padding: 15px;
  }

  .condition-group label {
    width: auto;
    white-space: nowrap;
    margin-bottom: 6px;
  }

  .table-container {
      overflow: hidden;
      width: 100%;
    }

  table {
    table-layout: fixed;
  }

  th, td {
    padding: 10px;
    font-size: 13px;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  #tableBody tr td{
    white-space: normal;
  }

  #dataTable thead th:nth-child(1),
  #dataTable tbody td:nth-child(1),
  #dataTable thead th:nth-child(2),
  #dataTable tbody td:nth-child(2) {
    width: 80px;
    min-width: 80px;
    padding: 8px 6px;
    font-size: 12px;
    white-space: normal;
  }

  #dataTable thead th:nth-child(3),
  #dataTable tbody td:nth-child(3) {
    width: auto;
    min-width: 120px;
    padding: 8px 10px;
    font-size: 13px;
    word-break: break-word;
  }


  .pagination-class {
    flex-wrap: wrap;
    gap: 6px;
  }

  .pagination-class input,
  .pagination-class button {
    padding: 4px 8px;
    font-size: 13px;
  }
}

@media only screen and (max-width:430px){
  .filter-nav li{
    line-height: 30px;
    font-size: 14px;
  }
}