.pppo {
  width: 1465px;
  margin: auto;
  padding: 12px;
  border-radius: 12px;
}
.pppo .inp {
  height: 100%;
  display: flex;
  align-items: center;
}
.pppo .inp input {
  height: 100%;
  appearance: none;
  width: 100%;
  border-radius: 9px 0 0 9px;
  border: none;
}
.pppo .inp button {
  padding: 4px 18px;
  border-radius: 0 9px 9px 0;
  background-color: #5386fb;
}
.main-container {
  position: relative;
  width: 1465px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  padding: 20px;
  margin-bottom: 51px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-image: url(../images/finance/bj2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #fff;
}
.search-btn{
  font-weight: normal;
  background-color: #007bff;
  padding: 3px 30px;
}

/* 类别筛选样式 */
.category-filter {
    min-height: 100px;
    width: 96%;
    margin: 0 auto;
}
.mngch{
  display: inline-block;
  padding: 6px 16px;
}
.category-tag {
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.o {
    display: flex;
    margin: 15px auto 17px;
    width: 96%;
}
.o input {
  width: 100%;
  border: 1px solid #eee;
}
.category-tag:hover,
.category-tag.active {
  color: #007bff;
}
#product-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  width: 96%;
  margin: 0 auto;
}
/* 产品卡片样式 */
.product-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-image {
  height: 180px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
.product-content {
  padding: 15px;
}
.product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #021939;
}
.product-description {
  font-size: 14px;
  color: #798695;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.view-detail-btn {
  width: 100%;
  background: linear-gradient(to right, #316cfc, #6693f5);
  color: white;
  border: none;
    padding: 12px 16px;
    border-radius: 9px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.view-detail-btn:hover {
  background-color: #0056b3;
}
/* 分页样式 */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination li {
  width: 28px;
  height: 28px;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
}
.pagination li a {
  color: #007bff;
  border-radius: 9px;
}
.pagination li.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.pagination li.active a {
  color: #fff;
}


.tiaotiao{
  width: 1465px;
  height: 12px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.nekb{
  width: 30%;
  float: left;
  height: 12px;
  background-color: #5386fb;
}