.search-input-1-outer {
  padding: 40px 0;
}
.search-input-1 {
  width: 764px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 25px;
  background: #66d3e9;
  display: flex;
  margin: 0 auto;
}
.search-input-1 .btn1 {
  cursor: pointer;
  width: 80px;
  height: 50px;
  background: url(../assets/search-fff-1.png) no-repeat center center;
  flex: 0 0 auto;
}
.search-input-1 .input1 {
  flex: 1;
  border: 0;
  height: 50px;
  line-height: 50px;
  background: transparent;
  outline: none;
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  min-width: 0;
}

.search-result-info-1 {
  font-size: 16px;
  color: #666;
}

.search-result-list-1 {
  overflow: hidden;
}
.search-result-list-1 img {
  width: 368px;
  height: auto;
  align-self: flex-start;
  margin-right: 45px;
}
.search-result-list-1 .item {
  display: flex;
  font-size: 18px;
  text-decoration: none;
  padding: 26px 0;
  border-bottom: 1px solid #f7f7f7;
  color: #000;
}
.search-result-list-1 .content {
  flex: 1;
}
.search-result-list-1 .doctitle {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-result-list-1 .date1 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
/* .search-result-list-1 .abstract {
} */
.search-result-list-1 .flag {
  color: #64cfe8;
}

.search-no-result {
  font-size: 20px;
  line-height: 28px;
  color: #757575;
  text-align: center;
  margin: 60px 0 100px;
}

/* 2026年1月7日改 - 搜索加载动画 */
.search-loading {
  display: none;
  text-align: center;
  padding: 60px 0;
}
.search-loading .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #66d3e9;
  border-radius: 50%;
  animation: search-spin 1s linear infinite;
}
.search-loading .loading-text {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
@keyframes search-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-result-list-1 em {
  font-style: normal;
  color: #64cfe8;
}

.search-result-list-1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .search-input-1-outer {
    padding: 40px;
  }
  .search-input-1 {
    width: 100%;
    height: 72px;
    border-radius: 36px;
  }
  .search-input-1 .btn1 {
    height: 72px;
    background: url(../assets/search-fff-1-m.png) no-repeat center center;
  }
  .search-result-info-1 {
    margin: 0 40px 10px;
    font-size: 24px;
  }

  .search-result-list-1 {
    margin: 0 40px 40px;
  }
  /* .search-result-list-1 .item {
  } */
  .search-result-list-1 img {
    width: 38vw;
    margin-right: 4vw;
  }
  .search-result-list-1 .doctitle {
    font-size: 30px;
    font-weight: normal;
    /* word-break: break-all; */
  }
  .search-result-list-1 .date1 {
    display: none;
  }
  .search-result-list-1 .abstract {
    display: none;
  }
  .search-no-result {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 100px;
  }
}
