@import '../docs/search.css';
@import '../docs/api-list.css?v=1.2';
@import '../docs/apiservice.css';
.width1440 {
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
.search {
  min-width: 1200px;
}
.search .banner-search {
  border: 1px solid rgba(51, 51, 51, 0.08);
}
.search .banner-search-btn {
  background: #333333;
}
.search-banner {
  height: 240px;
  background: #262626;
}
.search-banner .width1440 {
  position: relative;
  padding-top: 125px;
  box-sizing: border-box;
}
/*
.banner-tabs {
  position: absolute;
  left: 12px;
  bottom: 0;
  display: flex;
  z-index: 6;
  .banner-tab {
    display: flex;
    align-items: center;
    margin-right: 59px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    opacity: .38;
    cursor: pointer;
    &.active {
      position: relative;
      opacity: 1;
      &::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        border-radius: 2px;
      }
    }
    &:hover {
      opacity: 1;
    }
    .banner-tab-img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      background-size: 16px 16px;
    }
  }
  .banner-tab.active::after {
    background: #fff;
  }
  .banner-tab:nth-child(1) {
    .banner-tab-img {
      background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
      background-position: -46px -10px;;
    }
  }
  .banner-tab:nth-child(2) {
    .banner-tab-img {
      background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
      background-position: -10px -47px;
    }
  }
  .banner-tab:nth-child(3) {
    .banner-tab-img {
      background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
      background-position: -10px -10px;
    }
  }
}
*/
.search-content {
  padding: 20px;
  box-sizing: border-box;
}
.search-content .search-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
.content {
  padding-top: 0;
  padding-bottom: 0;
}
.api-list-ul-box .papi-list-li .api-price.gold {
  color: #886212;
  background: rgba(136, 98, 18, 0.1);
}
.api-list-ul-box .papi-list-li .api-price.green {
  color: #29C287;
  background: rgba(41, 194, 135, 0.1);
}
.api-list-ul-box .papi-list-li .api-price.test-blue {
  color: #2A64FF;
  background: rgba(42, 100, 255, 0.1);
}
.api-list-ul-box .papi-list-li .api-price {
  font-size: 12px;
}
.api-list-ul-box .papi-list-li:hover .api-price {
  opacity: 1 !important;
  display: inline-block !important;
}
.search-none {
  position: relative;
  display: flex;
  justify-content: center;
}
.search-none-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  color: rgba(51, 51, 51, 0.4);
}
.search-none-link {
  margin: 0 3px;
  color: #07AAFF;
  font-weight: 600;
}
.search-none-link_disabled {
  color: rgba(51, 51, 51, 0.4);
}
.search-none-customization {
  margin-right: 0;
}
.select-title-icon {
  display: inline-block;
  vertical-align: middle;
}
.select-title-icon .iconfont {
  font-size: 14px;
}
.select-title {
  font-weight: bold;
  font-size: 18px;
  color: #3d3e3e;
  margin-right: 16px;
  vertical-align: middle;
}
.select-title span {
  color: #07AAFF;
}
.search-content-select {
  padding-top: 14px;
  padding-left: 20px;
}
.search-content-select i {
  font-style: normal;
}
.search-content {
  margin: 20px auto;
  font-size: 14px;
  color: #666;
}
.search-content-container {
  display: inline-block;
  margin-left: 28px;
  margin-right: 12px;
}
.search-content-container em {
  font-style: normal;
}
.search-content input {
  display: none;
}
.search-content input + label {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #bbb;
  box-shadow: 0px 0px 0px 1px #e7e7e7 inset;
}
.search-content input + label .iconfont {
  display: none;
}
.search-content input:checked + label {
  font-size: 0;
  color: #07AAFF;
  border: 1px solid #07AAFF;
  box-shadow: 0px 0px 0px 1px #aae9ff inset;
}
.search-content input:checked + label .iconfont {
  display: block;
  font-size: 12px;
}
.select-type {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-top: 50px;
  /*border-bottom: 1px solid #eee;*/
}
.select-type i {
  font-style: normal;
}
.select-type span {
  display: inline-block;
  padding: 0 12px 0 15px;
  position: relative;
  top: 1px;
  border-bottom: 1px solid #fff;
}
.select-type span:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #07AAFF;
  position: absolute;
  left: 0;
  top: 8px;
}
.tuijian-head {
  margin-top: 80px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.tuijian-icon {
  width: 14px;
  height: 14px;
  background: url('https://main-statics.juhe.cn/www/home/v12/icon-tuijian.png') center no-repeat;
  background-size: 100% 100%;
}
.tuijian-title {
  font-size: 18px;
  color: #262626;
  line-height: 27px;
}
@media screen and (min-width: 1440px) {
  .api-list-ul-box li {
    width: calc((100% - 36px) / 4);
  }
}
@media screen and (max-width: 1439px) {
  .api-list-ul-box li {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 751px) {
  .nav-mobile,
  .mobile-footer {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
  .width1440 {
    min-width: 100%;
    padding: 0 0.32rem;
  }
  .api-list-ul-box li {
    width: 100%;
  }
  .search {
    min-width: 100%;
    padding-top: 1rem;
  }
  .search-banner {
    height: 2.2rem;
    padding: 0.4rem 0.3rem 0;
  }
  .search-banner .width1440 {
    padding: 0;
  }
  .banner-search {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.08rem;
    margin-top: 0.5rem;
  }
  .banner-tab-img,
  .search-title {
    display: none;
  }
  .banner-search-input {
    font-size: 0.28rem;
  }
  .banner-search-btn {
    width: 1.2rem;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-right: 0.04rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
  }
  .banner-tabs {
    left: 0;
  }
  .banner-tabs .banner-tab {
    margin-right: 0.8rem;
    padding: 0.2rem 0;
    font-size: 0.32rem;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
  }
  .banner-tabs .banner-tab.active {
    font-weight: 600;
  }
  .banner-tabs .banner-tab.active::after {
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .search-content {
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    min-height: calc(100vh - 7.8rem);
  }
  .search-content-select {
    padding-left: 0;
  }
  .search-content-select .text-select {
    display: none;
  }
  .select-type {
    margin: 0.6rem 0 0.32rem;
  }
  .search-content-container {
    margin-left: 0;
    margin-right: 0.2rem;
  }
  .search-content-container:last-of-type {
    margin-right: 0;
  }
  .search-content-container em {
    display: none;
  }
  .api-list-ul-box .api-info .api-price {
    font-size: 0.2rem;
  }
  .api-list-ul-box .market-api-li .api-info .api-price {
    font-size: 0.28rem;
  }
  .tuijian-head {
    margin-top: 1rem;
  }
}
