.table-cell{
    word-break: keep-all !important;
    overflow-wrap: break-word;
}
@media screen and (min-width: 991px) {
    .main {
        width:1400px;
        min-width: 1400px;
        margin: 0 auto
    }

    .product-select-card-content--m--99,.compare-page--m--99,.table-footer--m--99,.floating-banner--mobile {
        display: none
    }

    .line-wrap--p--m--99 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px
    }

    .line-title--p--m--99 {
        flex-shrink: 0;
        font-size: 32px;
        font-weight: bold;
        color: #2a2b2e;
        font-weight: 600
    }

    .line-btns-wrap {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff
    }

    .line-btn--p--m--99 {
        padding: 12px 24px;
        border: none;
        background: rgba(0,0,0,0);
        outline: none;
        height: 100%;
        border-right: 1px solid #ccc;
        font-weight: 500;
        color: #2a2b2e;
        font-size: 16px
    }

    .line-btns-wrap>.line-btn--p--m--99:last-child {
        border-right: none
    }

    .selected--p--m--99 {
        background: #1677ff;
        color: #fff
    }

    .line-btns-wrap>.selected--p--m--99:first-child {
        border-radius: 4px 0 0 4px
    }

    .line-btns-wrap>.selected--p--m--99:last-child {
        border-radius: 0 4px 4px 0
    }

    .product-select-card-wrap--p--m--99 {
        width: 100%;
        margin-top: 24px
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab--p--m--99 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0;
        margin: 0
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab-item--p--m--99 {
        display: flex;
        align-items: center;
        padding: 0 16px;
        border-radius: 999px;
        background: #f7f9fa;
        cursor: pointer;
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,0);
        height: 48px
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab-item--p--m--99.selected {
        border: 1px solid #1677ff
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab-item--p--m--99 .product-img--p--m--99 {
        width: 45px;
        height: 45px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
        margin-right: 6px
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab-item--p--m--99 .product-text--p--m--99 {
        font-size: 16px;
        color: #2a2b2e;
        font-weight: 400
    }

    .product-select-card-wrap--p--m--99 .product-select-card-tab-item--p--m--99 .product-count--p--m--99 {
        margin-left: 2px;
        font-size: 16px;
        color: #2a2b2e;
        font-weight: 400
    }

    .product-select-card-content--p--99 {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 60px;
        padding-left: 17%
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 {
        height: 188px;
        border: 1px dashed #c1c6cf;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        border-radius: 4px;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        transition: all .3s ease;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .addBut {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .addBut .product-main-img {
        width: 120px;
        height: 120px
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .addBut .add-desc {
        color: #c1c6cf;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .bubble-pop {
        position: absolute;
        left: 50%;
        top: 215px;
        transform: translateX(-50%);
        margin-top: 12px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0,0,0,.09);
        padding: 2px 2px 2px 0;
        z-index: 10
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .bubble-pop::before {
        content: "";
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 18px 18px 18px;
        border-style: solid;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .bubble-pop::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 19px 19px 19px;
        border-style: solid;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #e5e5e5 rgba(0,0,0,0);
        z-index: -1
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .bubble-pop .loading-spin-container {
        height: 480px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .product-select-card-content--p--99 .add-product-li--p--m--99 .bubble-pop .loading-spin-container .loading-spin {
        width: 30px;
        height: 30px;
        animation: spin 5s linear infinite
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg)
        }
    }

    .product-list-li--p--99 {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .product-list-li--p--99 .delete-btn {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px;
        z-index: 2;
        cursor: pointer;
        background: url("https://eo-sgp-cos.ruijie.com/site_style/Reyee/parameter-comparison/static/svg/delete.svg") no-repeat;
        background-size: 100% 100%
    }

    .product-list-li--p--99 .delete-btn:active {
        transform: scale(0.8)
    }

    .product-list-li--p--99 .product-main-img {
        width: 120px;
        height: 120px
    }

    .product-list-li--p--99 .product-title {
        font-weight: 500;
        font-size: 16px;
        color: #2a2b2e;
        text-align: center;
        line-height: 24px
    }

    .product-list-li--p--99 .learn-more-row {
        display: flex;
        align-items: center;
        gap: 6px
    }

    .product-list-li--p--99 .learn-more-row .learn-more-text {
        color: #0055cd;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        line-height: 28px
    }

    .product-list-li--p--99 .learn-more-row .learn-more-icon {
        width: 6px;
        height: 12px;
        display: inline-block;
        vertical-align: middle
    }

    .compare-checkbox {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .compare-checkbox .checkbox-custom {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px
    }

    .compare-checkbox .compare-checkbox-text {
        color: #6a6b6d;
        font-weight: 400;
        font-size: 16px
    }

    .bubble-list {
        height: 480px;
        overflow-y: auto
    }

    .bubble-list::-webkit-scrollbar {
        width: 8px
    }

    .bubble-list::-webkit-scrollbar-track {
        background: #fafbfc;
        border-radius: 4px;
        position: relative
    }

    .bubble-list::-webkit-scrollbar-thumb {
        background: #8b8b8b;
        border-radius: 4px
    }

    .bubble-list::-webkit-scrollbar-track::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 3px solid rgba(0,0,0,0);
        border-right: 3px solid rgba(0,0,0,0);
        border-bottom: 3px solid #999
    }

    .bubble-list::-webkit-scrollbar-track::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 3px solid rgba(0,0,0,0);
        border-right: 3px solid rgba(0,0,0,0);
        border-top: 3px solid #999
    }

    .bubble-list .bubble-section-title {
        padding: 8px 12px;
        color: #9b9fa8;
        font-size: 14px;
        font-weight: 700;
        height: 53px;
        line-height: 53px
    }

    .bubble-list .bubble-item {
        padding: 12px;
        display: flex;
        align-items: center;
        height: 84px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        cursor: pointer
    }

    .bubble-list .bubble-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,134,255,.04);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s cubic-bezier(0.68, 0.15, 0.43, 1.02);
        z-index: 0;
        pointer-events: none
    }

    .bubble-list .bubble-item:hover::before {
        transform: scaleX(1)
    }

    .bubble-list .bubble-item>* {
        position: relative;
        z-index: 1
    }

    .bubble-list .bubble-item:active {
        transform: scale(0.9)
    }

    .bubble-list .bubble-item:active::before {
        transform: scaleX(0)
    }

    .bubble-list .bubble-item .bubble-item-avatar {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bubble-list .bubble-item .bubble-item-avatar img {
        width: 100%;
        height: 100%
    }

    .bubble-list .bubble-item .bubble-item-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0
    }

    .bubble-list .bubble-item .bubble-item-info .bubble-item-name {
        font-size: 18px;
        color: #2a2b2e;
        line-height: 27px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .bubble-list .bubble-item .bubble-item-info .bubble-item-name .new-tag {
        width: 42px;
        height: 20px;
        border: 1px solid #0fc6c2;
        border-radius: 4px;
        background: #e8fffb;
        color: #0fc6c2;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

    .bubble-list .bubble-item .bubble-item-info .bubble-item-desc {
        font-size: 14px;
        color: #9b9fa8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .group-pop {
        position: absolute;
        left: 50%;
        top: 70px;
        transform: translateX(-50%);
        margin-top: 12px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0,0,0,.09);
        padding: 12px;
        padding-right: 5px;
        z-index: 10
    }

    .group-pop .show {
        opacity: 1;
        visibility: visible
    }

    .group-pop::before {
        content: "";
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 18px 18px 18px;
        border-style: solid;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)
    }

    .group-pop::after {
        content: "";
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 19px 19px 19px;
        border-style: solid;
        border-color: rgba(0,0,0,0) rgba(0,0,0,0) #e5e5e5 rgba(0,0,0,0);
        z-index: -1
    }

    .compare-page {
        margin-top: 24px;
        width: 100%;
        opacity: 1
    }

    .compare-page--p--99 {
        margin-top: 24px
    }

    .compare-page--p--99 .titleBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #2a2b2e;
        background-color: #f7f9fa;
        width: 100%;
        cursor: pointer
    }

    .compare-page--p--99 .titleBar .expand-arrow {
        width: 36px;
        height: 36px;
        transform: rotate(180deg);
        transition: transform .3s ease
    }

    .compare-page--p--99 .titleBar .rotated {
        transform: rotate(0deg)
    }

    .compare-page--p--99 .table {
        animation: showIn .5s cubic-bezier(0.71, 0.18, 0.72, 0.64)
    }

    .compare-page--p--99 .table .table-header {
        padding: 20px 40px;
        line-height: 30px;
        color: #2a2b2e;
        font-size: 20px;
        font-weight: 700
    }

    .compare-page--p--99 .table .table-row {
        display: flex;
        border: 1px solid #e5e5e5;
        border-right: none;
        border-left: none;
        border-bottom: none
    }

    .compare-page--p--99 .table .table-row:last-child {
        border-bottom: 1px solid #e5e5e5
    }

    .compare-page--p--99 .table .table-row .table-cell {
        flex: 1;
        display: flex;
        padding: 16px 20px;
        line-height: 24px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        border-left: 1px solid #e5e5e5;
        box-sizing: border-box;
        word-break: break-all;
        white-space: normal;
        transform: none;
        animation: showIn .5s cubic-bezier(0.71, 0.18, 0.72, 0.64);
        color: #6a6b6d;
        font-size: 14px
    }

    .compare-page--p--99 .table .table-row .table-cell .removing {
        animation: removing .5s cubic-bezier(0.71, 0.18, 0.72, 0.64)
    }

    @keyframes showIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1;
            transform: none
        }
    }

    @keyframes removing {
        from {
            opacity: 1
        }

        to {
            opacity: 0;
            transform: none
        }
    }

    .compare-page--p--99 .table .table-row .table-cell:first-child {
        padding-left: 40px;
        max-width: 268px;
        min-width: 268px;
        border-left: none;
        color: #2a2b2e;
        font-weight: 500;
        font-size: 14px
    }

    .table-footer--p--99 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px
    }

    .table-footer--p--99 .send,.table-footer--p--99 .save {
        padding: 12px 32px;
        line-height: 22px;
        border-radius: 4px;
        border: 1px solid #d5d5d5;
        font-size: 16px;
        font-weight: 500;
        color: #2a2b2e;
        background-color: #fff;
        margin-right: 12px
    }

    .table-footer--p--99 .get {
        padding: 12px 32px;
        line-height: 22px;
        border-radius: 4px;
        border: 1px solid #0055cd;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #0055cd
    }
}

.floating-banner {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    z-index: 1000;
    height: 67px;
    transform: translateY(-100%);
    transition: transform .3s ease-in-out;
    opacity: 0;
    padding: 12px 0
}

.floating-banner.show {
    transform: translateY(0);
    opacity: 1
}

.floating-banner .floating-banner-content {
    width: 1400px;
    min-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333
}

.floating-banner .floating-banner-content .floating-banner-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box
}

.floating-banner .floating-banner-content .floating-banner-item:first-child {
    max-width: 240px;
    min-width: 240px;
    border-left: none;
    padding-left: 40px
}

.floating-banner .floating-banner-content .floating-banner-item:not(:first-child) {
    flex: 1
}

.floating-banner .floating-banner-content .floating-banner-item .banner-item-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.floating-banner .floating-banner-content .floating-banner-item .banner-item-content .banner-item-title {
    color: #2a2b2e;
    font-size: 16px;
    font-weight: 500
}

.floating-banner .floating-banner-content .floating-banner-item .banner-item-content .banner-item-link {
    display: flex;
    align-items: center;
    color: #0055cd;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.floating-banner .floating-banner-content .floating-banner-item .banner-item-content .banner-item-link span {
    color: #0055cd !important;
    margin-right: 8px
}

.floating-banner .floating-banner-content .floating-banner-item .banner-item-content .banner-item-link img {
    width: 6px;
    height: 12px
}

.floating-banner .floating-banner-content .floating-banner-item .floatingAddButton--p {
    border: 1px dashed #c1c6cf;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.floating-banner .floating-banner-content .floating-banner-item .floatingAddButton--p .b-l {
    width: 50px;
    height: 50px
}

.floating-banner .floating-banner-content .floating-banner-item .floatingAddButton--p .b-r {
    color: #9b9fa8;
    font-size: 16px;
    font-weight: 500;
    margin-right: 12px
}
.pr160{
    padding-right: 160px !important;
}
.width585{
    width: 585px !important;
}