html {
  min-width: inherit;
}

body {
  min-width: inherit;
}

.content {
  width: 14.4rem;
  margin: 0 auto;
}

/*新版分页*/
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: .6rem 0;
}

.page ul {
  display: -ms-flexbox;
  display: flex;
}

.page li {
  margin-right: .1rem;
  width: .3rem;
  height: .22rem;
  line-height: .22rem;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
}

.page li a,
.page span a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: .16rem;
  color: #0032B4;
}

.page span.gray a {
  color: #bdbdbd;
  cursor: default;
}

.page span.gray a:hover i {
  text-decoration: none;
}

.page .page-current a {
  color: #000000;
}

.page .page-pre,
.page .page-next {
  line-height: .22rem;
  margin-right: .1rem;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
}

.page .page-pre i,
.page .page-next i {
  margin: 0 0.16rem;
  line-height: 1;
  font-size: .16rem;
}

@media screen and (max-width: 768px) {
  .content {
    width: 7.04rem;
  }

  /*新版分页*/
  .page {
    padding: 0;
  }

  .page li a,
  .page span a {
    font-size: .28rem;
  }

  .page .page-pre i,
  .page .page-next i {
    font-size: .32rem;
  }

}
.search-main-bar {
    width: 100%;
    height: 2.4rem;
    background: #1F2026 url('https://static01-www.qianxin.com/qaxweb/39f617409b1683c691419a8d26c439e3.jpg') 100% 50% no-repeat;
    background-size: cover;
}

.search-main-bar .hot-search__label {
    color: #fff;
}

.search-main-bar .hot-search__item {
    color: #ccc;
}

.search-main-bar .hot-search__item:hover {
    color: #fff;
}

.search-main-bar .hot-search--inner .divider {
    color: #ccc;
}

.search-main-bar .search-inner-box {
    padding-top: 0.72rem;
}

.search-main-bar .search-input-box {
    width: 11.12rem;
    position: relative;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
}

.search-input-box .search-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: .65rem;
    height: .5rem;
    background-color: #0032B4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
}

.search-input-box .search-btn:hover {
    background-color: rgba(60, 97, 250, 1)
}

.search-input-box .search-btn img {
    width: .15rem;
    height: auto;
}

.search-input-box .search-input {
    width: 100%;
    padding: 0 .2rem;
    height: .5rem;
    background-color: #ffffff;
}

.search-input-box .search-input input {
    width: 100%;
    line-height: .48rem;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    border: none;
}

.seach-pop-box {
    width: 100%;
    height: 2rem;
    overflow-y: scroll;
    position: absolute;
    left: 0rem;
    top: .52rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem .07rem 0rem rgba(155, 155, 155, 0.5);
    padding: .17rem 0rem .07rem 0rem;
    display: none;
}

.seach-pop-box div {
    padding: .1rem .2rem;
    cursor: pointer;
    font-size: .16rem;
    line-height: 1;
}

.seach-pop-box div:hover {
    color: rgba(37, 80, 220, 1);
}

.search-key-words {
    margin-top: .16rem;
    font-size: .16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    color: #CCCCCC;
}

.search-key-words dt {
    white-space: nowrap;
    padding-right: .12rem;
}

.search-key-words dd,.search-key-words dt{
    font-size: .16rem;
    line-height: .3rem;
}

.search-key-words a {
    color: #CBCBCB;
}

.search-key-words a:hover {
    color: #ffffff;
    outline: 0;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .search-main-bar {
        height: 3.6rem;
        background: #1F2026 url('https://static01-www.qianxin.com/qaxweb/7abd26799ef932c1a6d264fa64b8f7ae.png') top center no-repeat;
        background-size: auto 100%;
    }

    .search-main-bar .search-inner-box {
        padding-top: 0.9rem;
    }

    .search-input-box .search-btn {
        width: 1.2rem;
        height: .8rem;
    }

    .search-input-box .search-input {
        width: 5.84rem;
        height: .8rem;
    }

    .search-input-box .search-input input {
        line-height: .78rem;
        font-size: .28rem;
    }

    .search-main-bar .search-input-box {
        width: auto;
    }

    .seach-pop-box {
        top: .82rem
    }

    .seach-pop-box div {
        font-size: .28rem;
        padding: .15rem .2rem;
    }


    .search-input-box .search-btn img {
        width: .34rem;
    }

    .search-key-words {
        margin-top: .30rem;
        font-size: .26rem;
        font-weight: 400;
        color: #CCCCCC;
        line-height: .44rem;
    }

    .search-key-words dt {
        padding-right: .18rem;
        font-size: .26rem;
    }
    .search-key-words dd{
        font-size: .26rem;
    }

    .search-key-words a {
        color: #CCCCCC;
    }
}
.search-tabs-nav {
    width: 100%;
    height: .8rem;
    border-bottom: 0.01rem solid #C0C0C0;
    background-color: #F2F4F8;
}

.search-tabs-nav .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
    overflow-x: auto;
}

.search-tabs-nav .nav-wrap li {
    margin-right: 0.8rem;
    box-sizing: border-box;
    white-space: nowrap;
    height: 0.8rem;
    font-family: PingFangSC-Medium, PingFang SC;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.16rem;
    color: #1D1D1D;
    border-bottom: 0.03rem solid transparent;
}

.search-tabs-nav .nav-wrap li.nav-active {
    font-weight: bold;
    border-bottom-color: #0032B4;
}

.search-tabs-nav .nav-wrap li a {
    color: #1D1D1D;
    display: block;
}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 768px) {
    .search-tabs-nav{
        height: 1rem;
    }
    .search-tabs-nav .nav-wrap {
        height: 1rem;
        line-height: 1rem;
    }

    .search-tabs-nav .nav-wrap li,
    .search-tabs-nav .nav-wrap li a {
        font-size: .28rem;
        height: 1rem;
        line-height: 1rem;
    }
    .search-tabs-nav .nav-wrap li.nav-active{
        border-bottom: 0.04rem solid #0032B4;
    }
}
.search-results-number {
  margin: .35rem auto .2rem;
  font-size: .16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 0.22rem;
}

.search-results-number span {
  color: #1140B9;
}

.search-main-box {
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC-Regular, PingFang SC;
}


.search-main-box a:hover {
  outline: 0;
  text-decoration: underline;
}

.search-item-list,
.search-empty-box {
  width: 11.12rem;
}

.search-item-list .search-item-recommand {
  position: relative;
  margin-bottom: 0.1rem;
  background: none;
  background: #FFFFFF;
  box-shadow: 0rem .06rem .1rem .02rem #E4E8EC;
}

.search-item-recommand-card {
  height: 2.2rem;
  background: url('https://static01-www.qianxin.com/qaxweb/aad2f78489fb82bbfc67a6b5b664cf3e.jpg') top center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
}

.search-item-recommand-card-pic {
  width: 2.15rem;
  height: 2.15rem;
  margin-right: 0.35rem;
  margin-left: .16rem;
  margin-top: .06rem;
}

.search-item-recommand-card-info {
  -ms-flex: 1;
      flex: 1;
  margin-right: .5rem;
  padding-top: .44rem;
}

.search-item-recommand-card-info h2,
.search-item-card h2 {
  font-size: .2rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: .28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search-item-recommand-card-info h2 {
  margin-bottom: 0.1rem;
}

.search-item-card h2 {
  margin-bottom: 0.12rem;
}

.search-item-recommand-card-info-desc {
  margin-bottom: 0.14rem;
  font-size: .16rem;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search-item-recommand-card-info-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.2rem;
  gap: 0.2rem;
}

.search-item-recommand-card-info-btns a {
  padding: 0 .38rem;
  cursor: pointer;
  height: .4rem;
  line-height: .4rem;
  color: #1842B3;
  border: 1px solid #1842B3;
  white-space: nowrap;
}

.search-item-recommand-card-info-btns a.cur {
  background-color: #0032B4;
  color: #FFFFFF;
}

.search-item-recommand-about {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: .16rem;
  line-height: .24rem;
  font-weight: 400;
  color: #1842B3;
}

.recommand-about__label {
  margin-right: 0.1rem;
  font-weight: 600;
  color: #1D1D1D;
  white-space: nowrap;
}

.search-item-recommand-about a {
  color: #1842B3;
}

.search-item-recommand-about .divider {
  display: inline-block;
  width: 1px;
  height: 0.18rem;
  overflow: hidden;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #1842B3;
  vertical-align: -0.03rem;
}

.search-item-recommand-about .divider:last-child {
  display: none;
}

.search-item-recommand-arrow {
  width: .5rem;
  height: .58rem;
  position: absolute;
  bottom: -.18rem;
  right: -.1rem;
}

.search-item-card {
  display: -ms-flexbox;
  display: flex;
  padding: .4rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.search-item-card a:hover {
  text-decoration: none;
}

.search-item-card h2 {
  color: #1D1D1D
}

.search-item-card-pic {
  width: 2.84rem;
  height: 1.74rem;
  margin-right: .36rem;
}

.search-item-card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-item-card-source {
  margin-top: auto;
  color: rgba(78, 78, 78, 0.6);
  font-size: .16rem;
}

.search-item-card-info {
  -ms-flex: 1;
      flex: 1;
}

.search-item-card-info a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.search-item-card-desc {
  font-size: .16rem;
  font-weight: 400;
  color: #4E4E4E;
  line-height: .24rem;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.search-item-card-desc:empty {
  display: none;
}

.search_recommand {
  padding-top: .74rem;
  width: 2.48rem;
  margin-left: .8rem;
}

.search_recommand .recommand-box {
  padding-bottom: .3rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #D8D8D8;
}

.search_recommand .recommand-box li {
  font-size: .16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: .22rem;
}

.search_recommand .recommand-box li:not(:last-child) {
  margin-bottom: 0.14rem;
}

.search_recommand .recommand-box li a {
  color: #4E4E4E;
}

.search_recommand .recommand-box li a:hover {
  color: #1842B3;
}

.search_recommand .search_recommand_title {
  margin-bottom: 0.2rem;
  font-size: .2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 0.28rem;
}

.search-empty-box {
  text-align: center;
  font-size: .2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: .36rem;
}

.search-empty-info {
  margin-top: .6rem;
}

.search-empty-box p {
  color: #4E4E4E;
}

.search-empty-info span {
  color: #FFA400;
}

.search-empty-other {
  font-size: .18rem;
  margin-top: .35rem;
}

.search-empty-other a {
  color: #1842B3;
}

.search-item-recommand-card-info-h5-btns {
  display: none;
}

.search-item-recommand-card-info h2 a{
  color: #1D1D1D;
}

.search-item-recommand-card-info-desc a{
  color: #4E4E4E;
}

.search-item-recommand-card-info h2 a:hover,
.search-item-recommand-card-info-desc a:hover{
  text-decoration:none;
}

@media screen and (max-width: 768px) {

  .search_recommand {
    display: none;
  }

  .search-results-number {
    margin: 0.5rem 0 0;
    font-size: .28rem;
    line-height: 0.4rem;
  }

  .search-item-list,
  .search-empty-box {
    width: 100%;
  }

  .search-empty-box {
    padding-bottom: 1.6rem;
  }

  .search-item-card {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .search-item-card-pic {
    width: 2.6rem;
    height: 2rem;
    margin-right: 0.3rem;
  }

  .search-item-recommand-card-info h2 {
    font-size: .34rem;
    line-height: 0.5rem;
  }

  .search-item-card h2 {
    margin-bottom: 0.08rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
  }

  .search-item-recommand-card-info h2 {
    margin-left: 0rem;
  }

  .search-item-recommand-card-info-desc,
  .search-item-card-desc {
    font-size: .28rem;
    line-height: .42rem;
  }

  .search-item-recommand-card-info-desc {
    -webkit-line-clamp: 3;
  }

  .search-item-card-desc {
    -webkit-line-clamp: 2;
  }

  .search-item-card-source {
    font-size: .28rem;
  }

  .search-item-recommand-card-info .search-item-recommand-card-info-btns {
    display: none;
  }

  .search-item-recommand-card-info h2 {
    -webkit-line-clamp: 2;
  }

  .search-item-recommand-card-info-h5-btns {
    display: -ms-flexbox;
    display: flex;
    margin: -1.2rem .32rem 0;
  }

  .search-item-list .search-item-recommand {
    margin-top: 0.5rem;
    padding-bottom: .5rem;
  }

  .search-item-recommand-about {
    font-size: .28rem;
    line-height: .48rem;
    padding-left: .32rem;
    padding-right: .32rem;
  }

  .search-item-recommand-card {
    background: url('https://static01-www.qianxin.com/qaxweb/6c744f571c6ce754d997c30507a8c8d5.jpg') top center no-repeat;
    background-size: 100% auto;
    padding-bottom: 1.4rem;
    height: auto;
  }

  .search-item-recommand-card-pic {
    width: 2.19rem;
    height: 2.24rem;
    margin-left: .12rem;
    margin-right: .2rem;
    margin-top: .6rem;
  }

  .search-item-list .search-item-recommand {
    height: auto;
  }

  .search-item-recommand-about {
    margin-top: .7rem;
  }

  .search-empty-box {
    font-size: .28rem;
    line-height: .48rem;
  }

  .search-empty-info {
    margin-top: .8rem;
    white-space: nowrap
  }

  .search-empty-box img {
    width: 3.68rem;
  }

  .search-item-recommand-card-info-btns a {
    height: .7rem;
    line-height: .7rem;
  }

  .search-empty-box p {
    font-size: .3rem;
  }
  .search-empty-other,.search-empty-box p a{
    font-size: .28rem;
  }

  .page {
    margin: 0.87rem 0 0.84rem;
  }

}