.zysx-card {
  box-shadow: 0 2px 8px 0 #3d790526;
  margin-bottom: 22px;
  background: #fff;
  overflow: hidden;
}
.tips-list {
  list-style: none;
  margin: 0;
  padding: 0 18px 10px 18px;
}
.tips-list li {
  font-size: 16px;
  color: #333;
  padding: 6px 0 6px 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tips-list li a {
  color: #333;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tips-list li:last-child {
  border-bottom: none;
}
.tips-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #4caf50;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zysx-more-btn {
  text-align: center;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}
.zysx-books {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  padding: 0 18px 10px 18px;
}
.zysx-books img {
  width: 70px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(76, 175, 80, 0.08);
  background: #f7f7f7;
}
.swiper-container {
  margin-bottom: 15px;
}
