.product-card {
    border-radius: 0px;
    overflow: hidden;
}
.qjy_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 {
    display: block;
    background: var(--buyButton);
    border: none;
    cursor: pointer;
    line-height: 42px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 0px; 
}
.qjy_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;
}
.price-text {
    font-size: 12px;
    color: rgb(102, 102, 102);
}
.product-card .product-Parameters .price{
    margin: 0px 3px;
}
/*-----------*/
li{
    list-style: none;
}

.flex-center-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpu-style{
    color: #fff !important;
    background: blue;
    padding: 0 4px;
    height: 20px;
    line-height: 20px !important;
    border-radius: 3px;
}


.bannerbelow-row{
    box-shadow: 0px 10px 16px 0px rgb(192 199 209 / 60%), 0px 0px 16px 10px #fff !important;
    background: linear-gradient( 
177.5deg,rgba(230,238,255,.6),rgba(232,240,255,.6)),linear-gradient( 
270deg,rgba(255,225,225,.48),rgba(248,222,237,.6) 28.88156903%,rgba(231,225,251,.6) 60.65010438%,rgba(192,216,255,.54)),linear-gradient( 
90deg,#f9faff,#f7f9ff) !important;
    border-radius: 10px !important;
}

.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category.active {
    box-shadow: 0px 5px 10px 0px rgb(192 199 209 / 60%);
    background: linear-gradient(
177.5deg,rgba(230,238,255,.6),rgba(232,240,255,.6)),linear-gradient(
270deg,rgba(255,225,225,.48),rgba(248,222,237,.6) 28.88156903%,rgba(231,225,251,.6) 60.65010438%,rgba(192,216,255,.54)),linear-gradient(
90deg,#f9faff,#f7f9ff);
}
.systemproduct-categories.noIcon{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 10px 18px;
    border-radius: 18px 18px 0px 0px;
    background-color: #f5f6f8;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category.active::after {
  width: 0%;
}
.systemproduct-layoutcontainer .systemproduct-categories.noIcon .systemproduct-category {
  padding: 11px;
  width: 40%;
  border-radius: 7px;
}
.product-card .product-Parameters {
    display: block;
    padding: 4px 20px 15px;
}
.product-card .product-Parameters .pricing-info {
    text-align: left;
    padding: 2px 0px 0 !important; 
}

.product-card .product-card-body .product-description * {
    line-height: 20px;
}