/* 搜索结果页样式 */

/* 焦点区域样式 */
.n1716-vdxt.focusbox {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

.n1716-vdxt.focusbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.n1716-sagv.con {
  position: relative;
  z-index: 2;
}

.n1716-sagv.con h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.n1716-tvlu.search1 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
}

.n1716-vqos.hidden.con {
  display: none;
  position: relative;
}

.n1716-osli.search-ipt {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.n1716-moxs.btn.search_ico {
  position: absolute;
  /* right: 5px;
  top: 5px;
  width: 40px;
  height: 40px; */
  border-radius: 50%;
  /* background: var(--glocolorb); */
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n1716-moxs.btn.search_ico i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center center;
}

/* 搜索结果标题和位置导航 */
.n1716-hwqi {
  padding-top: 20px;
  padding-bottom: 30px;
}

.n1716-zezg {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.n1716-zezg a {
  color: #666;
}

.n1716-zezg a:hover {
  color: var(--glocolorb) !important;
}

/* 搜索结果列表容器 */
.n1716-jksp {
  margin-bottom: 30px;
}

/* 分页样式 */
.n1716-bnxs.pagelist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.n1716-bnxs.pagelist .btn {
  margin: 0 5px;
  padding: .375rem .875rem;
}

.n1716-bnxs.pagelist .btn-blue {
  background-color: var(--glocolorb);
  color: #fff !important;
}

/* 搜索结果为空时的样式 */
.n1716-lexm.search-empty {
  text-align: center;
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.search-icon {
  margin-bottom: 20px;
}

.search-empty h3 {
  font-size: 24px;
  color: var(--glocolora);
  margin-bottom: 15px;
}

.search-empty p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}

.search-empty ul {
  list-style-type: disc;
  text-align: left;
  max-width: 300px;
  margin: 15px auto;
  padding-left: 20px;
}

.search-empty ul li {
  margin-bottom: 8px;
  color: #666;
}

.search-actions {
  margin-top: 25px;
}

.search-actions .btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--glocolorb);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.search-actions .btn:hover {
  background-color: var(--glocolorc);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 搜索结果列表样式优化 */
.n1716-pbke {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.n1716-pbke .n1716-glum {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.n1716-pbke .n1716-glum:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.n1716-vmxj {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.n1716-vmxj img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.n1716-vmxj:hover img {
  transform: scale(1.05);
}

.n1716-tqll {
  padding: 12px 15px;
}

.n1716-tqll h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  height: 44px;
  overflow: hidden;
}

.n1716-tqll h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n1716-tqll .list-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.n1716-tqll .list-meta time {
  color: #999;
}

.n1716-tqll .list-meta span {
  color: #999;
}

.iscard {
  position: absolute;
  top: 10px;
  
  background: var(--glocolorb);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1;
}

/* 响应式调整 */
@media (max-width: 768px) {
  /* 焦点区域响应式 */
  .n1716-vdxt.focusbox {
    height: 250px;
  }
  
  .n1716-sagv.con h1 {
    font-size: 28px;
  }
  
  .n1716-tvlu.search1 {
    max-width: 90%;
  }
  
  .n1716-osli.search-ipt {
    height: 45px;
    font-size: 15px;
  }
  
  /* 搜索结果为空响应式 */
  .n1716-lexm.search-empty {
    padding: 30px 15px;
  }
  
  .n1716-lexm.search-empty h3 {
    font-size: 20px;
  }
  
  .n1716-lexm.search-empty p, .n1716-lexm.search-empty ul li {
    font-size: 14px;
  }
  
  .n1716-ntjv.search-actions .btn {
    padding: 8px 20px;
  }
  
  .n1716-pbke .n1716-glum {
    width: calc(50% - 20px);
  }
  
  .n1716-vmxj img {
    height: 150px;
  }
}

@media (max-width: 576px) {
  /* 焦点区域响应式 */
  .n1716-vdxt.focusbox {
    height: 200px;
  }
  
  .n1716-sagv.con h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  /* 搜索结果列表响应式 */
  .n1716-pbke .n1716-glum {
    width: 100%;
    margin: 0 0 15px;
  }
  
  .n1716-vmxj img {
    height: 200px;
  }
  
  .n1716-bnxs.pagelist .btn {
    padding: .375rem .75rem;
    margin: 0 2px;
  }
}