.supply_demands-index-page, .recommends-index-page, .picks-index-page, .picks-show-page {
        background-color: #edf1f4;
    }
    .supply_demands-index-page .el-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    }
    .supply_demands-index-page .el-carousel__container {
      height: 316px;
    }
    .supply_demands-index-page .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;
    }
    .supply_demands-index-page #btn-product-search, .supply_demands-index-page #btn-product-reset, .supply_demands-index-page #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;}
    .supply_demands-index-page .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;
    }
    .supply_demands-index-page .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;
  }
  .supply_demands-index-page .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;
}
.supply_demands-index-page .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 #38c172;
      padding-bottom: 8px;
      margin-bottom: 20px;
    }

    .resource-header h2 {
      font-size: 22px;
      color: #38c172;
    }

    .resource-header a {
      font-size: 14px;
      color: #38c172;
      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;
      }
    }

    .supply_demands-index-page .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-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;
}
.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 .btn-purple, .recommends-index-page .btn-purple, .picks-index-page .btn-purple, .picks-show-page .btn-purple {
    background-color: #a55fc1;
    color: #fff;
    width: 100%;
    padding: 9px 0;
}

.supply_demands-create-page .left-menu-report, .users-supply_demands-page .left-menu-report, .users-supply_demands-edit-page .left-menu-report, .seek_reports-create-page .left-menu-report, .users-seek_reports-page .left-menu-report, .users-seek_reports-edit-page .left-menu-report, .users-seek_reports-show-page .left-menu-report, .supplies-create-page .left-menu-report, .users-supplies-page .left-menu-report, .users-supplies-edit-page .left-menu-report, .users-supply_demands-page .left-menu-report, .users-supply_demands-edit-page .left-menu-report {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px;
}
.supply_demands-create-page .left-menu-report .menu-item, .users-supply_demands-page .left-menu-report .menu-item, .users-supply_demands-edit-page .left-menu-report .menu-item, .seek_reports-create-page .left-menu-report .menu-item, .users-seek_reports-page .left-menu-report .menu-item, .users-seek_reports-edit-page .left-menu-report .menu-item, .users-seek_reports-show-page .left-menu-report .menu-item, .supplies-create-page .left-menu-report .menu-item, .users-supplies-page .left-menu-report .menu-item, .users-supplies-edit-page .left-menu-report .menu-item, .users-supply_demands-page .left-menu-report .menu-item, .users-supply_demands-edit-page .left-menu-report .menu-item {
    font-size: 14px;
    text-align: center;
    color: #a7a7a7;
}
.supply_demands-create-page .left-menu-report .menu-item.active a, .users-supply_demands-page .left-menu-report .menu-item.active a, .users-supply_demands-edit-page .left-menu-report .menu-item.active a, .seek_reports-create-page .left-menu-report .menu-item.active a, .users-seek_reports-page .left-menu-report .menu-item.active a, .users-seek_reports-edit-page .left-menu-report .menu-item.active a, .users-seek_reports-show-page .left-menu-report .menu-item.active a, .supplies-create-page .left-menu-report .menu-item.active a, .users-supplies-page .left-menu-report .menu-item.active a, .users-supplies-edit-page .left-menu-report .menu-item.active a, .users-supply_demands-page .left-menu-report .menu-item.active a, .users-supply_demands-edit-page .left-menu-report .menu-item.active a {
    color: #e50012;
    font-weight: 500;
}

