table.tftable {
            font-size: 15px;
            color: #000;
            width: 100%;
            border-width: 0px;
            border-color: #729ea5;
            border-collapse: collapse;
        }

        table.tftable td {
            font-size: 15px;
            border-width: 0px;
            padding: 4px;
            border-style: solid;
            border-color: #729ea5;
        }

       .rcsju_bq {
            background-color: rgba(252, 241, 235, 1);
            color: rgba(254, 95, 71, 1)!important;
            margin-right: 2px;
            min-width: max-content;
            padding: 0 8px;
            height: 24px;
            line-height: 24px!important;
            font-size: 12px!important;
            font-weight: bold;
            border-radius: 2px;
            display: inline-block;
            margin-bottom: 8px;
        }

       .product-card.product-Parameters.buy-now-button {
            margin: 12px 20px 20px;
            width: auto;
        }

       .product-card.product-card-body.product-description {
            line-height: 2;
        }

       .rcsju_adv {
            display: inline-block;
            padding-left: 3px;
            padding-right: 3px;
            border: 1px solid;
            font-size: 12px!important;
            font-style: normal;
            line-height: 16px!important;
            border-radius: 2px;
            border-color: #0008ff;
            background: #fff;
            color: #0008ff!important;
            position: relative;
            float: right;
            margin-top: 5px;
        }

    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
        /* CSS样式结束 */
.cart-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  
  .cart-config-item {
    padding: 8px;
    border-radius: 8px;
    background: #f8f9fb;
  }
  
  .cart-config-label {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  
  .cart-config-value {
    font-size: 13px;
    color: #212529;
    font-weight: 600;
    white-space: nowrap;
  }
  
  .cart-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
  }
  
  .cart-tag {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    background: #edf2f7;
    color: #4a5568;
  }