body {
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}

.swiper-pagination-bullet-active {
  background-color: #FFB300;
  opacity: 1;
  width: 20px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.dreamer-empty {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #444;
}
.dreamer-empty::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('../images/empty_img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dreamer-pagination {
  margin-top: 20px;
  padding-right: 10px;
}
.dreamer-pagination .dreamer-ul {
  display: flex;
  justify-content: flex-end;
}
.dreamer-pagination .dreamer-ul li {
  margin: 0 4px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.dreamer-ul .active {
  padding: 0 8px;
  background-color: #FFE9B5;

}
img {
  display: inline-block;
}

table {
  border: 2px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}