.sam-product-inquiry-table .product-inquiry-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.55rem;
}

.sam-product-inquiry-table .product-inquiry-table th {

    background: #B7D2EF;
    text-align: left;
    padding: 0.16rem;

    font-style: normal;
    font-weight: 600;
    font-size: 0.18rem;
    line-height: 0.30rem;
    color: #000000;
}

.sam-product-inquiry-table .sam-table-wrapper {
    overflow: inherit;
}

.sam-product-inquiry-table .product-inquiry-table tr:nth-child(odd) {
    background-color: #F2F2F2;
    ;
}

.sam-product-inquiry-table .product-inquiry-table th:nth-of-type(n+3) {
    text-align: center;
}

.sam-product-inquiry-table .product-inquiry-table th:nth-child(4) {
    text-align: left;
    padding-left: 0.3rem;
}

.sam-product-inquiry-table .product-inquiry-table td {
    padding: 0.16rem;

    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.30rem;
    color: #000000;
}

.sam-product-inquiry-table .product-inquiry-table td:last-child {
    text-align: center;
}

.sam-product-inquiry-table .product-inquiry-table th:first {
    width: 20%;
}

.sam-product-inquiry-table .product-inquiry-table th:nth-child(2) {
    width: 35%;
}

.sam-product-inquiry-table .product-inquiry-table th:nth-child(3) {
    width: 15%;
}

.sam-product-inquiry-table .product-inquiry-table th:nth-child(4) {
    /* width: 15%; */
}

.sam-product-inquiry-table .product-inquiry-table th:nth-child(5) {
    /* width: 17% */
}

.sam-product-inquiry-table .sam-delete-icon {
    cursor: pointer;
    width: 0.24rem;
    height: 0.24rem;
}

.number-input {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.number-input button {
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    cursor: pointer;
    font-size: 0.3rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-input input[type="number"] {
    width: 0.72rem;
    height: 0.45rem;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #B7D2EF;
    border-radius: 0.06rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.30rem;
    color: #000000;

}

.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.unit-select {
    display: flex;
    position: relative;
}

.unit-select input {
    width: 0.72rem;
    height: 0.45rem;
    text-align: center;
    background-color: #B7D2EF;
    cursor: pointer;
    border-radius: 0.06rem;
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.30rem;
    color: #000000;
}

.unit-select .select-icon {
    width: 0.4rem;
    height: 0.4rem;
    background-color: transparent;
}

.unit-select .select-icon img {
    width: 0.16rem;
    height: 0.16rem;
}

.unit-select .unit-select-content {
    width: 1.7rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #00000040;
    border: 1px solid #B7B7B7;
    z-index: 11;
    top: 0.6rem;
    left: -45px;
}

.unit-select .unit-select-content li {
    padding: 0 0.15rem;
    height: 0.38rem;
    text-align: center;
    line-height: 0.38rem;
    /* padding-left: 0.68rem; */
    /* text-align: center; */
    cursor: pointer;
}

.unit-select .unit-select-content {
    display: none;
    position: absolute;
}

.unit-select .unit-select-content li:hover {
    background-color: #B7D2EF;
    color: #fff;
}

.sam-product-inquiry-list {
    display: none;
}

.product-list-item {
    display: flex;
    min-height: 2.56rem;
    padding: 22px 31px;
    align-items: flex-start;
    justify-content: space-around;
    gap: 0.25rem;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #B5B5B5;
    background: #FFF;
    margin-bottom: 0.24rem;
}

.product-list-item .product-image img {
    width: 0.84rem;
    height: 0.56rem;
    cursor: pointer;
}


.product-list-item .product-info .product-title {
    color: #2F67B3;
    font-family: Avenir;
    font-size: max(0.20rem, 18px);
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    text-transform: capitalize;
    min-width: 6.14rem;
    margin-bottom: 0.12rem;
}

.product-features .feature-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.08rem;
    margin-bottom: 0.15rem;
}

.product-features .feature-card .feature-title {
    color: #333;
    font-family: Avenir;
    font-size: max(0.18rem, 15px);
    font-style: normal;
    font-weight: 800;
    line-height: 133.333%;
}

.product-features .feature-card .feature-value {
    color: #595959;
    font-family: Avenir;
    font-size: max(0.18rem, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}

.product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.45rem;
}

/* 小屏pc */
@media screen and (max-width: 1400px) {
    .sam-product-inquiry-table .product-inquiry-table th {
        font-size: 15px;
    }

    .sam-product-inquiry-table .product-inquiry-table td {
        font-size: 14px;
    }

    .number-input button {
        width: 0.2rem;
        height: 0.2rem;
    }

    .number-input input[type="number"] {
        font-size: 15px;
    }
}

@media screen and (max-width: 1025px) {
    .sam-product-inquiry-table {
        display: none;
    }

    .sam-product-inquiry-list {
        display: block;
        margin-top: 0.5rem;
    }

    .sam-product-inquiry-list .number-input input {
        width: 0.66rem;
        background: #B7D2EF;
        margin-left: 0.12rem;
        margin-right: 0.12rem;
    }

    .sam-product-inquiry-list {
        background: white;
    }

    .product-mobile-card-item {
        width: 100%;
        height: 100%;
    }

    .product-mobile-card-item .mobile-product-image img {
        width: 100%;
    }

    .sam-product-inquiry-list h1 {
        color: #333;
        font-family: Avenir;
        font-size: 0.36rem;
        font-style: normal;
        font-weight: 800;
        line-height: 116.667%;
        text-transform: capitalize;
        margin-bottom: 0.42rem;
    }

    .mobile-product-title {
        color: #2F67B3;
        /* 移动端H2 */
        font-family: Avenir;
        font-size: 0.36rem;
        font-style: normal;
        font-weight: 800;
        line-height: 183.333%;
        text-transform: uppercase;
        margin-top: 0.25rem;
        margin-bottom: 0.3rem;
    }

    .mobile-feature-card {
        color: #595959;
        font-family: Avenir;
        font-size: 0.32rem;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0.3rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.06rem;
    }

    .mobile-feature-card .mobile-feature-title {
        font-weight: 800;
    }

    .product-mobile-list-item {
        margin-bottom: 0.6rem;
    }

    .mobile-feature-handle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .sam-product-inquiry-list .mobile-nav-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.12rem;
    }

    .sam-product-inquiry-list .mobile-nav {
        color: #8A8A8A;
        text-align: center;
        font-family: Avenir;
        font-size: 0.24rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 0.42rem;
    }

    .sam-product-inquiry-list .active-mobile-nav {
        color: #2F67B3;
    }

}