.search-header {
  margin: 56px auto;
  width: 900px;
  display: flex;
}

.search-header .search-input {
  display: flex;
  width: 820px;
  height: 56px;
  background: #eeeeef;
  border-radius: 32px;
}

.search-header .search-input .sousuo {
  width: 80px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.search-header .search-input .icon-sousuo {
  font-size: 32px;
  color: #200e32;
  cursor: pointer;
}

.search-header .search-input input {
  margin-right: 20px;
  display: block;
  flex: 1;
  font-size: 22px;
  background-color: transparent;
}

.search-header input:active,
.search-header input:focus {
  outline: none;
  border: none;
}

.search-header .search-input .cancel {
  margin: 13px 18px 0 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #898989;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}

.search-header .cancel .icon-chahao {
  color: #fff;
  font-size: 18px;
}

.search-header .btn {
  margin-left: 18px;
  width: 117px;
  height: 56px;
  line-height: 52px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.search-header .btn:hover {
  background-color: rgba(0, 0, 0, 1);
}

.search-loading {
  /* display: none; */
  padding: 30px;
  text-align: center;
  font-size: 24px;
  color: #999;
}

.search-loading .loading-more {
  display: none;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.search-loading .loading-more:hover {
  background-color: rgba(0, 0, 0, 1);
}

.search-loading .loading-panel {
  display: none;
  height: 40px;
}

/* 基础加载容器 */
.search-loading .loading {
  position: relative;
  top: -2px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #005489;
  /* 蓝色作为主色调 */
  animation: spin 1s ease-in-out infinite;
}

.search-loading .loading-result {
  display: none;
}

/* 旋转动画 */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.search-panel {
  display: none;
}

.search-panel .search-result {
  margin: 0 auto;
  width: 960px;
  font-size: 18px;
}

.search-panel .search-result .result-text {
  float: left;
  width: 560px;
  line-height: 43px;
  color: #000;
}

.search-panel .search-sort {
  float: right;
  display: flex;
  line-height: 43px;
}

.search-panel .search-sort .title {
  margin-right: 10px;
  color: #9fa0a0;
}

.search-panel .search-sort .btn {
  margin-left: 15px;
  width: 130px;
  color: #000;
  background: #efefef;
  text-align: center;
  border-radius: 13px 13px 13px 13px;
  cursor: pointer;
}

.search-panel .search-sort .btn.active {
  color: #fff;
  background-color: #231815;
}

.search-article {
  margin: 36px 0;
  border-top: 1px solid #221714;
}

.search-article .article-list {
  margin: 0 auto;
  width: 960px;
}

.hot-panel .hot-list {
  margin: 0 auto;
  width: 960px;
}

.hot-panel .hot-li {
  margin: 0 48px 90px 48px;
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 0 32px 0 45px;
  width: 224px;
  height: 56px;
  line-height: 54px;
  color: #fff;
  border-radius: 28px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.hot-panel .hot-li:hover {
  background-color: #000;
}

.hot-panel .hot-li .iconfont {
  font-size: 24px;
}
.search-sub {
    display: block;
    width: 900px;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
    color: #999;
}
@media screen and (max-width: 750px) {
  .search-sub {
    padding: .3rem;
    width: 100%;
    font-size: .24rem;
  }
  .back-to-top {
    display: none;
  }
  .search-header {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0 0.3rem;
  }

  .search-header .search-input {
    flex: 1;
    height: 0.8rem;
    line-height: 0.78rem;
    width: auto;
  }

  .search-header .search-input .sousuo {
    width: 1rem;
    height: 0.8rem;
    line-height: 0.78rem;
  }

  .search-header .search-input .icon-sousuo {
    font-size: 0.36rem;
  }

  .search-header .search-input input {
    font-size: 0.32rem;
  }

  .search-panel .search-sort {
    display: none;
  }

  .search-header .btn {
    margin-left: 0.2rem;
    width: 2.25rem;
    font-size: 0.32rem;
    height: 0.8rem;
    line-height: 0.78rem;
  }

  .search-panel .search-result {
    width: 100%;
  }

  .hot-panel .hot-list {
    padding: 0.4rem 0;
    width: 100%;
  }

  .search-panel .search-result .result-text {
    float: none;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 0 0.3rem;
  }

  .search-panel .search-sort {
    padding: 0 0.3rem;
    float: none;
  }

  .hot-panel .hot-li {
    margin: 0 0.3rem 0.5rem 0.3rem;
    padding: 0 0.15rem 0 0.25rem;
    width: 3rem;
    height: 0.8rem;
    line-height: 0.78rem;
    font-size: 0.28rem;
  }

  .hot-panel .hot-li .iconfont {
    font-size: 0.32rem;
  }

  .search-article {
    margin: 0.3rem 0;
  }

  .search-article .article-list {
    padding: 0.3rem;
    width: 100%;
  }
}
