.container {
  width: 1465px;
  margin: 0 auto;
  background-image: url(../images/finance/bj2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-color: #fff;
  margin-bottom: 31px;
  border-radius:0 0 20px 20px;
  overflow: hidden;
}
/* 筛选区域样式 */
.filter-section {
  padding: 15px 20px;
}
.filter-row {
  margin-bottom: 15px;
}
.filter-row:last-child {
  margin-bottom: 0;
}
.filter-label {
  text-align: right;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}
.filter-options {
  display: inline-block;
}
.filter-option {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 15px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}
.filter-option.active {
  color: #5386fb;
}
.filter-option:hover:not(.active) {
  color: #5386fb;
}
.search-input {
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
  width: 450px;
}
.search-input:focus {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
/* 产品网格样式 */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background-color: white;
  padding: 20px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s;
  width: 92%;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.wkbwn{
  width: 100%;
  text-align: center;
  margin: 10px auto 20px;
  color: #9d6cff;
}
.wkbwn span{
  border: 1px solid #9d6cff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 14px;
  margin: 0 5px;
}
.product-name {
    font-size: 26px;
    font-weight: bold;
    color: #021939;
  margin-bottom: 15px;
  text-align: center;
}
.product-rate {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.rate-value {
  font-size: 28px;
  font-weight: 700;
  color: #fb3d4e;
  line-height: 1;
}
.rate-unit {
    font-size: 16px;
    color: #798695;
    margin-top: 5px;
}
.product-features {
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
}
.feature-item:first-child {
  display: flex;
  align-items: center;
}
.feature-item:first-child > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-item:first-child > div span:nth-child(1) {
  font-size: 16px;
  color: #fb3d4e;
}
.feature-item:first-child > div span:nth-child(2) {
  font-size: 14px;
  color: #798695;
}
.feature-item:last-child {
  border-bottom: none;
}
.feature-label {
  color: #798695;
  font-size: 16px;
}
.feature-value {
  color: #798695;
  font-size: 16px;
}
.product-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.apply-btn {
  flex: 1;
  background:linear-gradient(to right, #9f60fd, #a988fe);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.apply-btn:hover {
  background-color: #9254de;
}
/* 分页控件样式 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 5px;
  padding: 20px 0;
}
.pagination a {
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination a:hover:not(.active):not(.disabled) {
  color: #1890ff;
  border-color: #1890ff;
}
.pagination a.active {
  background-color: #1890ff;
  color: white;
  border-color: #1890ff;
}
.pagination a.disabled {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.pagination a.ellipsis {
  border: none;
  cursor: default;
}
.pagination a.ellipsis:hover {
  color: #666;
}

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