body,
html {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

.page {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages {
  right: -240px;
  display: block;
  height: 34px;
  position: relative;
  text-align: center;
}

.all_data {
  /* color: #6699FF; */
}

.all_pages {
  color: #6699ff;
}

.page_left {
  width: 140px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.page_footer {
  width: 130px;
  height: 35px;
  position: relative;
  margin-left: 24px;
}

/* 添加以下样式 */
.page_cont {
  display: flex;
  align-items: center;
  gap: 10px;
  /* 控制元素间距 */
}

.page_cont > div {
  display: block;
  position: relative;
  float: left;
  line-height: 30px;
  text-align: center;
}

.updownLeft {
  width: 33.6px;
  height: 32.6px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
  position: relative;
}

.updownLeft::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.updownRight {
  width: 33.6px;
  height: 32.6px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
  position: relative;
}

.updownRight::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.page_view {
  height: 32px;
  position: relative;
}

.page_view ul {
  overflow: hidden;
}

.li {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  color: #666;
  float: left;
  list-style: none;
  margin-left: 8px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
}

/* 通过配置参数修改样式这里穿透注释掉 */
/* .active {
    background: #3AB56F !important;
    color: #fff !important;
} */
.active-green {
  background: #3ab56f;
  color: #fff;
}
.active-red {
  background: #b30119;
  color: #fff;
}
.pages > div {
  display: block;
  float: left;
  line-height: 32px;
  text-align: center;
}

.page_input {
  display: inline-block;
  width: 64px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  outline: none;
  font-size: 14px;
  text-align: center;
}

.page_btn {
  display: inline-block;
  width: 84px;
  height: 32px;
  background: rgba(96, 129, 255, 1);
  border-radius: 3px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}

.page_home {
  margin-right: 8px;
}

.page_trailer {
  margin-left: 8px;
}

.page_down {
  margin-left: 8px;
}

.page_down_two {
  margin-left: 8px;
}

.page {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-list {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.data-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.data-item:last-child {
  border-bottom: none;
}

.page-size-selector {
  margin-left: 10px;
  /* 与“下一页”按钮的间距 */
}

.page-size-selector select {
  height: 33.6px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.page-size-selector label {
  margin-right: 10px;
}

#u28 ul li {
  margin: 0 auto;
  width: 100%;
  /* height: 20%; */
  line-height: 22px;
  text-align: left;
  display: flex;
  /* 使用 Flexbox 布局 */
  justify-content: space-between;
  /* 让内容分布在两端 */
  align-items: center;
  /* 垂直居中对齐 */
  border-bottom: 1px solid #ececec;
  /* 添加底部边框 */
  cursor: pointer;
  position: relative;
}

#u28 ul {
  padding: 0;
  /* 去掉默认的内边距 */
  margin: 0;
  /* 去掉默认的外边距 */
}

#u28 .left {
  flex: 1;
  /* 左侧内容占据剩余空间 */
  margin-right: 20px;
  /* 右侧内容与左侧内容之间的间距 */
  font-family: PingFangSC-Regular;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u28 .right {
  white-space: nowrap;
  /* 防止日期换行 */
  margin-right: 22px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}
