/* 
  搜索结果页
*/
.category-search .category{
  padding-top: 0
}
.category-search .category-container{
  margin-top:0;
  border-top: 0;
  padding: 0;
}
  .no-products {
    margin: 80px auto;
    text-align: center;
  }

  .pagination-list {
    width: 100%;
  }

  .category-search h1 {
    font-weight: 400;
    font-size: inherit;
  }

  .search-filter {
    display: flex;
    justify-content: center;
    letter-spacing: .3px;
    border-bottom: 1px solid var(--theme-border-color);
  }

  .search-filter a {
    padding-bottom: 14px;
    font-size:var(--search-filter-label-size, 20px);
    line-height: 28px;
    color: var(--theme-font-color);
  }
  .search-filter a:not(:last-child){
    margin-right: 40px;
  }
  .search-filter a.current {
    border-bottom: 2px solid var(--highlight-font-color);
    font-weight: 700;
  }

  .search-section {
    display: flex;
    flex-wrap: wrap;
  }

  .search-item {
    width: 25%;
  }

  @media screen and (max-width: 767px) {
    .search-filter {
      flex-wrap: wrap;
      --search-filter-label-size: 16px;
    }
    .search-filter a:not(:last-child) {
      margin-right: 20px;
    }
    .search-filter a {
      padding-bottom: 10px;
      line-height: 20px;
    }
  }

  /* 类别  */
  .search-collections {
    display: flex;
    flex-wrap: wrap;
  }

  .search-collections-item {
    position: relative;
    width: calc((100% - var(--v-space) * 2 ) / 3);
    margin: 0 var(--v-space) var(--h-space) 0;
    padding-bottom: calc(0.33 * 50%);
    background: var(--img-background);
    background-size: var(--img-background-size);
  }

  .search-collections-item:nth-child(3n) {
    margin-right: 0;
  }

  .search-collections-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .search-collections-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
  }

  .search-collections-title {
    margin-bottom: 8px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .search-collections-btn {
    cursor: pointer;
  }

  @media screen and (max-width: 767px) {
    .search-collections-item {
      width: 100%;
      padding-bottom: 50%;
      margin: 0 0 16px;
    }

    .search-collections-btn {
      padding: 0 48px;
      font-size: 15px;
    }
  }


  /* 博客  */
  
  .category-search .content-blog-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .content-blog-cover{
    padding-bottom: 66.6%;
  }
  .content-blog-body{
    margin-top: 10px;
  }
  .content-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 0;
    width: calc((100% - var(--v-space) * 3) / 4);
    margin-bottom: 30px;
    margin-right: var(--v-space);
  }
  .content-blog-item:nth-child(4n){
    margin-right: 0;
  }
  
  .content-blog-title {
    order: 1;
    margin-top: 5px;
    color: var(--theme-font-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }

  .content-blog-info {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--theme-font-color);
    font-size: 16px;
  }

  .content-blog-content {
    order: 2;
    margin-top: 5px;
    text-align: left;
  }
  .content-blog-read{
    display: none;
  }
  @media screen and (max-width: 1200px){
    .content-blog-title {
        font-size: 16px;
      }
  }
  @media screen and (max-width: 767px) {
    .category-search .content-blog-item {
      width: 100%;
      margin-right: 0;
    }
   


  }


  /* 评价  */
  @media screen and (min-width: 768px) {
    
    .choicereview-item:hover .choicereview-image.no-img img {
      transform:translateY(-50%) scale(1.05);
      -webkit-transform:translateY(-50%) scale(1.05);
      -moz-transform:translateY(-50%) scale(1.05);
      -o-transform:translateY(-50%) scale(1.05);
    }
    .choicereview-item:hover .choicereview-bottom {
      border-color: var(--highlight-font-color);
    }
  }
 
  .choicereview-list {
    display: flex;
    flex-wrap: wrap;
  }

  .choicereview-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - var(--v-space) * 3) / 4);
    margin-bottom: var(--h-space);
    margin-right: var(--v-space);
  }
  .choicereview-item:nth-child(4n){
    margin-right: 0;
  }
 
  
  .choicereview-image.no-img img {
    height: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .choicereview-info {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .review-origin {
    font-size: 16px;
    font-weight: bold;
  }

  .choicereview-stars {
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
  }
  .choicereview-stars li{
    margin-right: 4px;
    font-size: 14px;
  }
  .choicereview-content {
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
  }
  
  .choicereview-item .choicereview-bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px;
    height: 80px;
    color: var(--theme-font-color);
    border: 1px solid var(--theme-border-color);
    transition: .3s border-color ease;
  }

  .choicereview-item .choicereview-product-image {
    margin-right: 16px;
    height: 64px;
    width:calc(64px / var(--product-img-pd-math , 1));
  }

  .choicereview-item .choicereview-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .choicereview-item .choicereview-product-name {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .choicereview .list-more-button{
    display: none;
  }
 
  @media screen and (max-width: 767px) {
    .choicereview-item {
      width: 100%;
      margin: 0 0 30px 0;
    }

    .choicereview-info {
      margin-top: 10px;
    }

    .choicereview-item .choicereview-bottom {
      margin-top: 10px;
    }

    .choicereview-time,
    .choicereview-content,
    .choicereview-item .choicereview-product-name {
      font-size: 14px;
    }
  }
 .category-search>.pagination-list{
  margin: var(--search-pagination-list-margin, 0 0 var(--section-space));
 }