.qisuidc_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: #ff7800;
    background: #fff;
    color: #ff7800 !important;
    position: relative;
    float: right;
    margin-top: 5px;
    border-radius: 5px;
}
.qisuidc_hdd {
    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: #ff7800;
    background: #fff;
    color: #ff7800 !important;
    position: relative;
    float: right;
    margin-top: 5px;
    border-radius: 5px;
}
.qisuidc_adv:hover {
        background-color: #ff7800 !important;
        color: white !important;
    }
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;
}
.qisuidc_bq {
    background: linear-gradient(83deg, #ffe9c3 30.9%, #fff5e3 42.8%, #ffe9c3 56.86%);
    color: rgb(254, 95, 71) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 2px 12px 0;
    height: 24px;
    line-height: 22px !important;
    font-size: 12px !important;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
}
.product-card .product-card-body .product-description * {
    color: #83838e;
    font-size: 13px;
    line-height: 26px;
}
.product-card {
    border-radius: 13px;
    overflow: hidden;
}
/* 购物车标题 */
.product-card .product-card-header .header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.product-card .product-card-header {
    display: flex;
    flex-direction: column;
    background: rgb(136 160 207);
    padding: 14px 16px;
    border-radius: 0px 0px 0 0;
}
/* 立刻购买按钮 */
.product-card .product-Parameters .buy-now-button {
    margin: 12px 20px 20px;
    width: auto !important;
}
.product-card .product-Parameters .buy-now-button {
    margin: 12px 20px 20px;
    width: auto !important;
    border-radius: 8px;  
}
/* 鼠标悬停 */
.product-card:hover {
    transform: translateY(-3px); /* 上浮 3px */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* 阴影加深 */
    border-color: #ffffff; /* 保持边框颜色不变 */
}
.header-title h5::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url(https://www.luansui.com/themes/web/www/upload/local698578465fb6e.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}