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; 
}
.jykf{
    content: "";
    width: 140px;
    height: 105px;
    left: -45px;
    top: -72px;
    position: absolute;
    background-image: url(/themes/web/www/upload/local671e1ce5af4e5.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
    animation: newrotating 2s steps(47) infinite;
    z-index: 1;
    pointer-events: none;
}
@keyframes newrotating {
    0% { background-position: right 0; }
    100% { background-position: right 100%; }
}
.pls-notice-tag {
    position: relative;
    height: 22px;
    padding: 0 8px;
    background: #0052d9;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}
.notice-ico {
    position: relative;
    height: 22px;
    padding: 0 8px;
    background: #0052d9;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}
.notice-ico:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 3px 4px;
    border-color: transparent transparent #0052d9 #0052d9;
}
/*箭头cutOneSHairdui*/
.cutOneSHair {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}
.cutOneSHair::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 55%;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: right 0.3s ease;
}

.cutOneSHair.size6::after {
    width: 6px;
    height: 6px;
}

.cutOneSHair.size6::after {
    width: 6px;
    height: 6px;
}

.cutOneSHair.size8::after {
    width: 8px;
    height: 8px;
}

.cutOneSHair.size10::after {
    width: 10px;
    height: 10px;
}

.cutOneSHair.black::after {
    border-right: 2px solid var(--txtcl);
    border-bottom: 2px solid var(--txtcl);
}

.cutOneSHair.white::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.cutOneSHair.black.border1::after {
    border-right: 1px solid var(--txtcl);
    border-bottom: 1px solid var(--txtcl);
}

.cutOneSHair.white.border1::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.cutOneSHair:hover::after {
    right: 5px;
}
/* 按钮 */
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-button {
    bottom: 28px;
}