.recommends-index-page, .picks-index-page, .picks-show-page {
        background-color: #edf1f4;
    }
     .el-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    }
     .el-carousel__container {
      height: 316px;
    }
    .search-product-form, .recommends-index-page .search-product-form, .picks-index-page .search-product-form, .picks-show-page .search-product-form {
    background-color: #38c172;
   
    margin-left: -15px;
    margin-right: -15px;
    }
     #btn-product-search,  #btn-product-reset,  #btn-advanced-search, .recommends-index-page #btn-product-search, .recommends-index-page #btn-product-reset, .recommends-index-page #btn-advanced-search, .picks-index-page #btn-product-search, .picks-index-page #btn-product-reset, .picks-index-page #btn-advanced-search, .picks-show-page #btn-product-search, .picks-show-page #btn-product-reset, .picks-show-page #btn-advanced-search {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    background-color: #38c172;
    border: none;}
     .nav-header, .recommends-index-page .nav-header, .picks-index-page .nav-header, .picks-show-page .nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    }
     .nav-header li a, .recommends-index-page .nav-header li a, .picks-index-page .nav-header li a, .picks-show-page .nav-header li a {
    color: #fff;
    line-height: 28px;
    position: relative;
    display: block;
    text-decoration: none;
    outline: none;
    padding: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
  }
   .nav-header .divider, .recommends-index-page .nav-header .divider, .picks-index-page .nav-header .divider, .picks-show-page .nav-header .divider {
    width: 2px;
    height: 15px;
    color: #fff;
    background-color: #fff;
    margin: 0 2px;
}
 .advanced-search.hidden, .recommends-index-page .advanced-search.hidden, .picks-index-page .advanced-search.hidden, .picks-show-page .advanced-search.hidden {
    display: none;
}

    .el-input__inner {
      width: 100px!important;
    }
    select {
      background-color: #fff;
      background-image: none;
      border-radius: 4px;
      border: 1px solid #DCDFE6;
      box-sizing: border-box;
      color: #606266;
      display: inline-block;
      font-size: inherit;
      height: 32px;
      line-height: 32px;
      outline: 0;
      padding: 0 12px;
      transition: border-color .2s cubic-bezier(.645,.045,.355,1);
      width: 105px;
    }



 .resource-block {
      max-width: 1200px;
      margin-top: 1rem;
    }

    .resource-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #0054a6;
      padding-bottom: 8px;
      margin-bottom: 20px;
    }

    .resource-header h2 {
      font-size: 22px;
      color: #000;
    }

    .resource-header a {
      font-size: 14px;
      color: #0054a6;
      text-decoration: none;
    }

    .resource-content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .resource-left {
      flex: 1 1 50%;
      min-width: 300px;
    }
    .news-pic1 {
      flex: 1 1 50%;
      min-width: 300px;
    }

    .resource-left img {
      width: 100%;
      height: 16rem;
      border-radius: 4px;
    }

    .resource-left h3 {
      font-size: 20px;
      margin: 10px 0 5px;
    }

    .resource-left p {
      color: #666;
      font-size: 14px;
    }

    .resource-right {
      flex: 1 1 35%;
      display: flex;
      flex-direction: column;
      gap: 15px;
      min-width: 250px;
    }

    .resource-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      border-top: 1px solid #ddd;
      padding-top: 10px;
    }
    .rtia {
      display: flex;
      gap: 10px;
      align-items: flex-start;
/*      border-top: 1px solid #ddd;*/
/*      padding-top: 10px;*/
    }

    .resource-item:first-child {
      border-top: none;
      padding-top: 0;
    }

    .resource-item:first-child {
      border-top: none;
      padding-top: 0;
    }

    .resource-item img {
      width: 80px;
      height: 60px;
      object-fit: cover;
      border-radius: 4px;
    }

    .resource-item .text {
      flex: 1;
    }

    .resource-item .text .title {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .resource-item .text .meta {
      font-size: 12px;
      color: #666;
    }

    @media (max-width: 768px) {
      .resource-content {
        flex-direction: column;
      }
      .resource-right {
        flex-direction: column;
      }
    }

     .product-list,  .hot-list, .recommends-index-page .product-list, .recommends-index-page .hot-list, .picks-index-page .product-list, .picks-index-page .hot-list, .picks-show-page .product-list, .picks-show-page .hot-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    }
     .product-list .product-item,  .hot-list .product-item, .recommends-index-page .product-list .product-item, .recommends-index-page .hot-list .product-item, .picks-index-page .product-list .product-item, .picks-index-page .hot-list .product-item, .picks-show-page .product-list .product-item, .picks-show-page .hot-list .product-item {
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in;}
     .product-list .product-item .item-img,  .hot-list .product-item .item-img, .recommends-index-page .product-list .product-item .item-img, .recommends-index-page .hot-list .product-item .item-img, .picks-index-page .product-list .product-item .item-img, .picks-index-page .hot-list .product-item .item-img, .picks-show-page .product-list .product-item .item-img, .picks-show-page .hot-list .product-item .item-img {
    display: block;
    overflow: hidden;
    border: 1px solid #EEEEEE;}
     .product-list .product-item .item-content,  .hot-list .product-item .item-content, .recommends-index-page .product-list .product-item .item-content, .recommends-index-page .hot-list .product-item .item-content, .picks-index-page .product-list .product-item .item-content, .picks-index-page .hot-list .product-item .item-content, .picks-show-page .product-list .product-item .item-content, .picks-show-page .hot-list .product-item .item-content {
    width: 100%;
    z-index: 10;
    background-color: #f4f4f4;
    transition: all 0.3s ease-in;
}
 .product-list .product-item .item-content .name,  .hot-list .product-item .item-content .name, .recommends-index-page .product-list .product-item .item-content .name, .recommends-index-page .hot-list .product-item .item-content .name, .picks-index-page .product-list .product-item .item-content .name, .picks-index-page .hot-list .product-item .item-content .name, .picks-show-page .product-list .product-item .item-content .name, .picks-show-page .hot-list .product-item .item-content .name {
    font-weight: 700;
    font-size: 0.875rem;
    padding-top: 8px;
    margin: 0 6px 8px 6px;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s ease-in;}
     .product-list .product-item .item-content .brand,  .hot-list .product-item .item-content .brand, .recommends-index-page .product-list .product-item .item-content .brand, .recommends-index-page .hot-list .product-item .item-content .brand, .picks-index-page .product-list .product-item .item-content .brand, .picks-index-page .hot-list .product-item .item-content .brand, .picks-show-page .product-list .product-item .item-content .brand, .picks-show-page .hot-list .product-item .item-content .brand {
    font-size: 0.875rem;
    margin: 0 12px 8px 12px;
    line-height: 20px;
    height: 40px;
}
 .product-list .product-item .item-content .news-user-time,  .hot-list .product-item .item-content .news-user-time, .recommends-index-page .product-list .product-item .item-content .news-user-time, .recommends-index-page .hot-list .product-item .item-content .news-user-time, .picks-index-page .product-list .product-item .item-content .news-user-time, .picks-index-page .hot-list .product-item .item-content .news-user-time, .picks-show-page .product-list .product-item .item-content .news-user-time, .picks-show-page .hot-list .product-item .item-content .news-user-time {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    transition: all 0.3s ease-in;
}
 .product-list .product-item .item-img .scaleBig,  .hot-list .product-item .item-img .scaleBig, .recommends-index-page .product-list .product-item .item-img .scaleBig, .recommends-index-page .hot-list .product-item .item-img .scaleBig, .picks-index-page .product-list .product-item .item-img .scaleBig, .picks-index-page .hot-list .product-item .item-img .scaleBig, .picks-show-page .product-list .product-item .item-img .scaleBig, .picks-show-page .hot-list .product-item .item-img .scaleBig {
    transition: all 1s;
}
 .product-list .product-item .item-img img,  .hot-list .product-item .item-img img, .recommends-index-page .product-list .product-item .item-img img, .recommends-index-page .hot-list .product-item .item-img img, .picks-index-page .product-list .product-item .item-img img, .picks-index-page .hot-list .product-item .item-img img, .picks-show-page .product-list .product-item .item-img img, .picks-show-page .hot-list .product-item .item-img img {
    width: 100%;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border: none;
}


.product-list .product-item .title-wrapper, .new_products-index-page .hot-list .product-item .title-wrapper, .recommends-index-page .product-list .product-item .title-wrapper, .recommends-index-page .hot-list .product-item .title-wrapper, .picks-index-page .product-list .product-item .title-wrapper, .picks-index-page .hot-list .product-item .title-wrapper, .picks-show-page .product-list .product-item .title-wrapper, .picks-show-page .hot-list .product-item .title-wrapper
 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
}
 .product-list .product-item .title-wrapper .box, .new_products-index-page .hot-list .product-item .title-wrapper .box, .recommends-index-page .product-list .product-item .title-wrapper .box, .recommends-index-page .hot-list .product-item .title-wrapper .box, .picks-index-page .product-list .product-item .title-wrapper .box, .picks-index-page .hot-list .product-item .title-wrapper .box, .picks-show-page .product-list .product-item .title-wrapper .box, .picks-show-page .hot-list .product-item .title-wrapper .box
 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}

 .product-list .product-item .title-wrapper .box .line, .new_products-index-page .hot-list .product-item .title-wrapper .box .line, .recommends-index-page .product-list .product-item .title-wrapper .box .line, .recommends-index-page .hot-list .product-item .title-wrapper .box .line, .picks-index-page .product-list .product-item .title-wrapper .box .line, .picks-index-page .hot-list .product-item .title-wrapper .box .line, .picks-show-page .product-list .product-item .title-wrapper .box .line, .picks-show-page .hot-list .product-item .title-wrapper .box .line {
    display: inline-block;
    background: #fff;
    width: 70px;
    height: 2px;
    opacity: 0;
    transition: all 0.5s linear;
}
 .product-list .product-item .title-wrapper .box .t2, .new_products-index-page .hot-list .product-item .title-wrapper .box .t2, .recommends-index-page .product-list .product-item .title-wrapper .box .t2, .recommends-index-page .hot-list .product-item .title-wrapper .box .t2, .picks-index-page .product-list .product-item .title-wrapper .box .t2, .picks-index-page .hot-list .product-item .title-wrapper .box .t2, .picks-show-page .product-list .product-item .title-wrapper .box .t2, .picks-show-page .hot-list .product-item .title-wrapper .box .t2 {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
    transition: all 0.3s linear;
    transform: translateY(50px);
}
 .product-list .product-item .title-wrapper .box .t1, .new_products-index-page .hot-list .product-item .title-wrapper .box .t1, .recommends-index-page .product-list .product-item .title-wrapper .box .t1, .recommends-index-page .hot-list .product-item .title-wrapper .box .t1, .picks-index-page .product-list .product-item .title-wrapper .box .t1, .picks-index-page .hot-list .product-item .title-wrapper .box .t1, .picks-show-page .product-list .product-item .title-wrapper .box .t1, .picks-show-page .hot-list .product-item .title-wrapper .box .t1 
 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.3s linear;
    transform: translateY(-50px);
}
 .btn-purple, .recommends-index-page .btn-purple, .picks-index-page .btn-purple, .picks-show-page .btn-purple {
    background-color: #e3342f!important;
    color: #fff!important;
    width: 100%;
    padding: 9px 0;
}

.product-list, .supply_demands-index-page .hot-list, .recommends-index-page .product-list, .recommends-index-page .hot-list, .picks-index-page .product-list, .picks-index-page .hot-list, .picks-show-page .product-list, .picks-show-page .hot-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.supply_demands-index-page .product-list .product-item, .supply_demands-index-page .hot-list .product-item, .recommends-index-page .product-list .product-item, .recommends-index-page .hot-list .product-item, .picks-index-page .product-list .product-item, .picks-index-page .hot-list .product-item, .picks-show-page .product-list .product-item, .picks-show-page .hot-list .product-item {
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease-in;
}
.supply_demands-index-page .product-list .product-item .item-img, .supply_demands-index-page .hot-list .product-item .item-img, .recommends-index-page .product-list .product-item .item-img, .recommends-index-page .hot-list .product-item .item-img, .picks-index-page .product-list .product-item .item-img, .picks-index-page .hot-list .product-item .item-img, .picks-show-page .product-list .product-item .item-img, .picks-show-page .hot-list .product-item .item-img {
    display: block;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}
.supply_demands-index-page .product-list .product-item .item-img .scaleBig, .supply_demands-index-page .hot-list .product-item .item-img .scaleBig, .recommends-index-page .product-list .product-item .item-img .scaleBig, .recommends-index-page .hot-list .product-item .item-img .scaleBig, .picks-index-page .product-list .product-item .item-img .scaleBig, .picks-index-page .hot-list .product-item .item-img .scaleBig, .picks-show-page .product-list .product-item .item-img .scaleBig, .picks-show-page .hot-list .product-item .item-img .scaleBig {
    transition: all 1s;
}

.supply_demands-index-page .product-list .product-item .item-img img, .supply_demands-index-page .hot-list .product-item .item-img img, .recommends-index-page .product-list .product-item .item-img img, .recommends-index-page .hot-list .product-item .item-img img, .picks-index-page .product-list .product-item .item-img img, .picks-index-page .hot-list .product-item .item-img img, .picks-show-page .product-list .product-item .item-img img, .picks-show-page .hot-list .product-item .item-img img {
    width: 100%;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border: none;
}
.supply_demands-index-page .product-list .product-item .title-wrapper, .supply_demands-index-page .hot-list .product-item .title-wrapper, .recommends-index-page .product-list .product-item .title-wrapper, .recommends-index-page .hot-list .product-item .title-wrapper, .picks-index-page .product-list .product-item .title-wrapper, .picks-index-page .hot-list .product-item .title-wrapper, .picks-show-page .product-list .product-item .title-wrapper, .picks-show-page .hot-list .product-item .title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
}
.supply_demands-index-page .product-list .product-item .title-wrapper .box, .supply_demands-index-page .hot-list .product-item .title-wrapper .box, .recommends-index-page .product-list .product-item .title-wrapper .box, .recommends-index-page .hot-list .product-item .title-wrapper .box, .picks-index-page .product-list .product-item .title-wrapper .box, .picks-index-page .hot-list .product-item .title-wrapper .box, .picks-show-page .product-list .product-item .title-wrapper .box, .picks-show-page .hot-list .product-item .title-wrapper .box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}
.supply_demands-index-page .product-list .product-item .title-wrapper .box .t1, .supply_demands-index-page .hot-list .product-item .title-wrapper .box .t1, .recommends-index-page .product-list .product-item .title-wrapper .box .t1, .recommends-index-page .hot-list .product-item .title-wrapper .box .t1, .picks-index-page .product-list .product-item .title-wrapper .box .t1, .picks-index-page .hot-list .product-item .title-wrapper .box .t1, .picks-show-page .product-list .product-item .title-wrapper .box .t1, .picks-show-page .hot-list .product-item .title-wrapper .box .t1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.3s linear;
    transform: translateY(-50px);
}
.supply_demands-index-page .product-list .product-item .title-wrapper .box .line, .supply_demands-index-page .hot-list .product-item .title-wrapper .box .line, .recommends-index-page .product-list .product-item .title-wrapper .box .line, .recommends-index-page .hot-list .product-item .title-wrapper .box .line, .picks-index-page .product-list .product-item .title-wrapper .box .line, .picks-index-page .hot-list .product-item .title-wrapper .box .line, .picks-show-page .product-list .product-item .title-wrapper .box .line, .picks-show-page .hot-list .product-item .title-wrapper .box .line {
    display: inline-block;
    background: #fff;
    width: 70px;
    height: 2px;
    opacity: 0;
    transition: all 0.5s linear;
}
.supply_demands-index-page .product-list .product-item .title-wrapper .box .t2, .supply_demands-index-page .hot-list .product-item .title-wrapper .box .t2, .recommends-index-page .product-list .product-item .title-wrapper .box .t2, .recommends-index-page .hot-list .product-item .title-wrapper .box .t2, .picks-index-page .product-list .product-item .title-wrapper .box .t2, .picks-index-page .hot-list .product-item .title-wrapper .box .t2, .picks-show-page .product-list .product-item .title-wrapper .box .t2, .picks-show-page .hot-list .product-item .title-wrapper .box .t2 {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
    transition: all 0.3s linear;
    transform: translateY(50px);
}
.supply_demands-index-page .product-list .product-item .item-content, .supply_demands-index-page .hot-list .product-item .item-content, .recommends-index-page .product-list .product-item .item-content, .recommends-index-page .hot-list .product-item .item-content, .picks-index-page .product-list .product-item .item-content, .picks-index-page .hot-list .product-item .item-content, .picks-show-page .product-list .product-item .item-content, .picks-show-page .hot-list .product-item .item-content {
    width: 100%;
    z-index: 10;
    background-color: #f4f4f4;
    transition: all 0.3s ease-in;
}
.supply_demands-index-page .product-list .product-item .item-content .name, .supply_demands-index-page .hot-list .product-item .item-content .name, .recommends-index-page .product-list .product-item .item-content .name, .recommends-index-page .hot-list .product-item .item-content .name, .picks-index-page .product-list .product-item .item-content .name, .picks-index-page .hot-list .product-item .item-content .name, .picks-show-page .product-list .product-item .item-content .name, .picks-show-page .hot-list .product-item .item-content .name {
    font-weight: 700;
    font-size: 0.875rem;
    padding-top: 8px;
    margin: 0 6px 8px 6px;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s ease-in;
}
.supply_demands-index-page .product-list .product-item .item-content .brand, .supply_demands-index-page .hot-list .product-item .item-content .brand, .recommends-index-page .product-list .product-item .item-content .brand, .recommends-index-page .hot-list .product-item .item-content .brand, .picks-index-page .product-list .product-item .item-content .brand, .picks-index-page .hot-list .product-item .item-content .brand, .picks-show-page .product-list .product-item .item-content .brand, .picks-show-page .hot-list .product-item .item-content .brand {
    font-size: 0.875rem;
    margin: 0 12px 8px 12px;
    line-height: 20px;
    height: 40px;
}
.supply_demands-index-page .product-list .product-item .item-content .news-user-time, .supply_demands-index-page .hot-list .product-item .item-content .news-user-time, .recommends-index-page .product-list .product-item .item-content .news-user-time, .recommends-index-page .hot-list .product-item .item-content .news-user-time, .picks-index-page .product-list .product-item .item-content .news-user-time, .picks-index-page .hot-list .product-item .item-content .news-user-time, .picks-show-page .product-list .product-item .item-content .news-user-time, .picks-show-page .hot-list .product-item .item-content .news-user-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    transition: all 0.3s ease-in;
}

