.dqwz{width:1200px; margin: 0 auto; height:66px; border-bottom:#f2e2c8 1px solid;color:#787879; line-height:66px;}
.search_yd{display:none;}
.none{display:none;}
 .product-table{display:block; max-width: unset !important;}

.product-table tr th:first-child,.product-table tr td:first-child{
    width: 10%;
}

.dqwz a{font-size:14px;color:#787879}  
  .main {
      width: 100%;
      background: url("/uiFramework/commonResource/image/2025072116064045747.png") no-repeat left top #fafafa;
      background-size: 100%;
    }
  .main-con{width:100%;height:100%;}

    .container {
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      padding-top: 40px;

    }

   

    /* 搜索筛选区样式 */
    .search-section {
      width: 100%;
    }

    .search-container {
      position: relative;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      perspective: 1000px;
    }

    .search-box {
      position: relative;
      width: 100%;
      height: 50px;
      background: white;
      border-radius: 35px;
      box-shadow:
        0 6px 24px rgba(140, 115, 90, 0.12),
        0 2px 6px rgba(140, 115, 90, 0.06),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
      overflow: hidden;
      display: flex;
      align-items: center;
      transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }

    .search-box:hover {
      transform: translateY(-2px);
      box-shadow:
        0 10px 32px rgba(140, 115, 90, 0.18),
        0 3px 8px rgba(140, 115, 90, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
    }

    .search-box.focused {
      box-shadow:
        0 6px 24px rgba(140, 115, 90, 0.15),
        0 0 0 2px rgba(160, 140, 120, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
    }

    .search-input {
      flex: 1;
      height: 100%;
      padding: 0 25px;
      font-size: 16px;
      color: #4a423c;
      border: none;
      outline: none;
      background: transparent;
      letter-spacing: 0.2px;
    }

    .search-input::placeholder {
      color: #c8c0b8;
      font-weight: 300;
    }

    .search-button {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-right: 20px;
      cursor: pointer;
    }

    .sousuo {
      width: 100%;
      height: 100%;
    }

    .search-icon {
      color: #3c3630;
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .search-button:hover .search-icon {
      transform: scale(1.2);
      color: #2d2723;
    }

    /* 动画特效 */
    @keyframes subtlePulse {
      0% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-3px);
      }

      100% {
        transform: translateY(0);
      }
    }

    .search-container:hover .search-box {
      animation: subtlePulse 1.5s ease-in-out infinite;
    }

    .search-container:hover .search-box:hover {
      animation: none;
    }

    /* 筛选区域样式 */
    .filter-container {
      background: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      width: 100%;
      max-width: 1200px;
      overflow: hidden;
      margin-top: 40px;
      border-top: 2px solid #cd2420;
      margin-bottom: 40px;
    }

    .section-header {
      position: relative;
      padding: 18px 25px;
    }

    .title {
      font-size: 18px;
      color: #333;
      font-weight: 600;
      display: flex;
      align-items: center;
    }

    .title i {
      margin-right: 8px;
      color: #d92e2d;
    }

    .filter-options {
      padding: 0px 25px;
    }

    .filter-row {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #eee;
    }

    .filter-row-er {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #eee;
    }

    

    .row-title {
      font-size: 16px;
      color: #222222;
      font-weight: 600;
      min-width: 90px;
    }

    .options {
      /*display: flex;
      flex-wrap: wrap;*/
      gap: 12px;
      
    }

    .option-item {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      float: left;
    }

    .option-item2 {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer;
      float: left;
      margin-top:10px;
    }

    .option-radio {
      display: none;
    }

    .option-label {
      font-size: 14px;
      color: #888;
      cursor: pointer;
      padding: 4px 12px;
      border-radius: 4px;
      transition: all 0.2s;
      border: 1px solid transparent;
    }

    .option-item:hover .option-label {
      background: #fafafa;
      border-color: #e0e0e0;
    }
    .option-item:hover .buxian{
      background: rgba(217, 46, 45, 0.05);
       border-color: #d92e2d;
    }

    .option-item2:hover .option-label {
      background: #fafafa;
      border-color: #e0e0e0;
    }
    .option-item2:hover .buxian{
      background: rgba(217, 46, 45, 0.05);
       border-color: #d92e2d;
    }

    .option-radio:checked+.option-label {
      color: #d92e2d;
      font-weight: 500;
      border-color: #d92e2d;
      background: rgba(217, 46, 45, 0.05);
    }
    .buxian{color: #d92e2d; font-weight: 500;border-color: #d92e2d;background: rgba(217, 46, 45, 0.05);}

    .nav-container {
      padding: 0 30px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .nav-list {
      display: flex;
      list-style: none;
      height: 100%;
      align-items: center;
      justify-content: center;
      max-width: 800px;
      width: 100%;
    }

    .nav-item {
      height: 42px;
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #121212;
      cursor: pointer;
      position: relative;
      padding: 0 24px;
      transition: color 0.3s;
      font-weight: 500;
      justify-content: center;
      margin-right:20px;
    }

    .nav-item:last-child {
      margin-right: 0;
    }

    .nav-item.finance-btn {
      background: #d92e2d;
      color: white;
      font-weight: 600;
      font-size: 17px;
      border-radius: 5px;
      padding: 0 32px;
      height: 42px;
      display: flex;
      align-items: center;
      box-shadow: 0 4px 12px rgba(217, 46, 45, 0.3);
      transition: all 0.3s;
    }

    .nav-item.finance-btn:hover {
      background: #c62828;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(217, 46, 45, 0.4);
    }

    .nav-item.finance-btn::after {
      display: none;
    }

    .nav-item:hover:not(.finance-btn) {
      color: #d92e2d;
    }

    .nav-item.active:not(.finance-btn)::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: #d92e2d;
      border-radius: 2px 2px 0 0;
    }

    .divider {
      height: 20px;
      width: 2px;
      background-color: #a6a6a6;
      margin: 0 24px;
    }
    .divider:last-child{display:none;}

    /* 产品列表区域样式 */
    .product-section {
      padding: 20px 25px 25px;
      width: calc(100% - 55px);
      background: #fff;
      border-top: 2px solid #e68832;
    }

    .product-title {
      font-size: 18px;
      color: #121212;
      font-weight: 600;
    }

    .product-tab-list {
      width: 100%;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .product-tab {
      width: 100px;
      height: 40px;
      color: #626262;
      font-size: 14px;
      line-height: 40px;
      background-color: #eee;
      height: 40px;
      text-align: center;
      margin: 20px 0;
    }

    .product-tab-active {
      color: #fff;
      background-color: #cd2420;
    }




    /* 表格样式 */
    .product-table {
      width: 100% !important;
      border-collapse: separate;
      border-spacing: 0 20px;
      /* 垂直间距12px */
      max-width:100% !important;
    }

    .product-table th {
      color: #222222;
      font-weight: 600;
      font-size: 16px;
      text-align: left;
      padding: 12px 10px;
      border-bottom: 2px solid #e0e0e0;
    }

    .product-table td {
      font-size: 14px;
      color: #222222;
      border-left: none;
      border-right: none;
      padding: 0 10px;
    }

    .product-table tbody tr {
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      transition: all 0.3s;
      background: #fdfaf5;
      height: 100px;
    }



    .product-table tr:first-child td:first-child {
      border-top-left-radius: 6px;
    }

    .product-table tr:first-child td:last-child {
      border-top-right-radius: 6px;
    }

    .product-table tr:last-child td:first-child {
      border-bottom-left-radius: 6px;
    }

    .product-table tr:last-child td:last-child {
      border-bottom-right-radius: 6px;
    }

    .product-name {
      color: #222222;
      font-weight: 600;
      line-height: 1.4;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .product-name-mo {
      font-size: 14px;
      line-height: 1.4;
      color: #8c8b8a;
    }

    .benchmark {
      font-size: 16px;
      color: #cd2420;
      margin-top: 4px;
      font-weight: 600;
    }

    .status-label {
      display: inline-block;
      padding: 4px 8px;
      border-radius: 12px;
      font-size: 12.5px;
      font-weight: 500;
    }

    .status-soon {
      color: #999999;
    }

    .status-selling {
      color: #67c23a;
    }

    .detail-link {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      transition: all 0.3s;
      display: inline-flex;
      align-items: center;
      background-color: #e68832;
      width: 80px;
      border-radius: 10px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: inline-block;
    }

    .pagination {
      width: 100%;
      text-align: center;
    }


@media screen and (max-width:1000px){
.product-table th {
    padding: 0px 6px;
    min-width: 80px;
}

.product-table {
    overflow-y: scroll;
}

.product-table td {
    padding: 0 6px;
}


.product-name {
    font-size: 14px;
    margin-bottom: 0px;
}

.benchmark {
    font-size: 14px;
}

.product-table tr th:first-child, .product-table tr td:first-child {
    min-width: 160px;
}
}


@media screen and (max-width: 768px) {
    .search_yd{display:block;max-height:400px;overflow:auto;}
    

   .dqwz{width:100%;}
   .dqwz a{font-size:12px;}
   .container{width:100%;padding-top:0px !important;}
   .nav-container{padding:0px !important;}
   .divider{margin:0px !important;}
   .filter-container{width:90%;padding: 0 10px;margin: auto;} 
   .section-header{padding:18px 0;}
   .filter-options{padding:25px 0;}
   .product-section{width:90% !important;padding:20px 10px;margin: auto;}
   .nav-item.finance-btn{padding:0 15px !important;}
   .nav-item { padding: 0 15px;}
   .search-box {width: 90%; margin: auto;}
   .filter-container{margin-bottom:20px !important;margin-top:20px !important;}
   .filter-row{margin-bottom:10px !important;padding-bottom:10px !important;}
   .filter-row-er{margin-bottom:10px !important;padding-bottom:10px !important;}
   


   .search_list_yd{width:80%;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;margin-bottom:16px;positin:relative;}
  .title_yd_txt{padding: 16px 10px;background: #f8f9fa;border-bottom: 1px solid #e9ecef;font-size: 1.125rem;font-weight: 600;margin: 0;color: #212529;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;text-align:center;}
  .title_yd_jz{padding: 10px;color: #495057;text-align: center;width: 80%; margin: 0 auto;}
  .title_yd_jz .stitle{color: #6c757d;font-weight: 500;}
  .neirong_yd{display:flex;padding: 10px 0;justify-content: space-between;}
  .title_yd{width:50%;}
  .title_yd .stitle{color: #6c757d;font-weight: 500;display:inline-block;text-align:left;width:40%;margin-left:5px;}
  .title_yd .rtitle{width:calc(60% - 10px);text-align:center;}
  .detail_yd{width:100%;text-align: center; padding-bottom: 10px;margin-top: 20px;}
  .fenye_yd{width:100%;text-align:center;background: #ce271f;color: #fff;padding:10px 0;}
  .prevyd{width:28px;height:28px;}
  .nextyd{width:28px;height:28px;}


}


.nav-item a.option-label {
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #121212;
    padding: 0 24px;
    font-weight: 500;
}