@media screen and (max-width: 990px) {
    .main {
        padding:0 !important;
        width: 100%
    }

    .line-btns-wrap,.compare-page--p--99,.table-footer--p--99,.floating-banner {
        display: none
    }

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

    .line-title--p--m--99 {
        display: block;
        font-weight: 600;
        font-size: 26px;
        margin: 24px 20px;
        line-height: 35px
    }

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

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

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

    .product-select-card-tab--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-tab--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-tab--p--m--99 .selected {
        border: 1px solid #1677ff
    }

    .product-select-card-content--p--99 {
        display: none
    }

    .product-select-card-content--m--99 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        padding: 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-top: 1px solid #e5e5e5;
        margin-bottom: 20px
    }

    .product-select-card-content--m--99::-webkit-scrollbar {
        display: none
    }

    .product-select-card-content--m--99::-webkit-scrollbar {
        height: 6px
    }

    .product-select-card-content--m--99::-webkit-scrollbar-thumb {
        background: #c1c6cf;
        border-radius: 3px
    }

    .product-select-card-content--m--99::-webkit-scrollbar-track {
        background: #f7f9fa;
        border-radius: 3px
    }

    .add-product-li--m--99 {
        width: 160px;
        height: 147px;
        min-width: 160px;
        max-height: 147px;
        border: 1.5px dashed #c1c6cf;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .add-product-li--m--99 .product-main-img {
        width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .add-product-li--m--99 .add-desc {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        color: #9b9fa8;
        text-align: center
    }

    .product-list-li--m--99 {
        width: 160px;
        height: 147px;
        min-width: 160px;
        max-height: 147px;
        border-radius: 16px;
        background: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 0;
        padding: 0
    }

    .product-list-li--m--99 .delete-btn {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
        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--m--99 .delete-btn:active {
        transform: scale(0.8)
    }

    .product-list-li--m--99 .product-main-img {
        width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 10px
    }

    .product-list-li--m--99 .product-title {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        color: #222;
        margin-top: 4px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }

    .product-list-li--m--99 .learn-more-row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
        gap: 4px
    }

    .product-list-li--m--99 .learn-more-row .learn-more-text {
        font-size: 12px;
        color: #1677ff;
        margin-right: 8px;
        line-height: 12px
    }

    .product-list-li--m--99 .learn-more-row .learn-more-icon {
        width: 4px;
        height: 8px
    }

    .mobile-bubble-overlay {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,.35);
        z-index: 9999;
        display: flex;
        align-items: flex-end;
        justify-content: center
    }

    .mobile-bubble-overlay .mobile-bubble-card {
        width: 100vw;
        height: 73vh;
        max-width: 100vw;
        background: #fff;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 0 24px rgba(0,0,0,.08);
        padding-bottom: env(safe-area-inset-bottom, 16px);
        animation: slideUp .3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%)
        }

        to {
            transform: translateY(0)
        }
    }

    .mobile-bubble-overlay .mobile-bubble-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 12px 10px 12px
    }

    .mobile-bubble-overlay .mobile-bubble-header h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 0
    }

    .mobile-bubble-overlay .mobile-bubble-header .close-btn {
        width: 24px;
        height: 24px
    }

    .mobile-bubble-overlay .mobile-bubble-content {
        padding: 12px;
        overflow-y: auto;
        flex: 1;
        min-height: 0
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-section-title {
        padding: 8px 0;
        height: 53px;
        font-size: 14px;
        font-weight: 700;
        color: #9b9fa8;
        display: flex;
        align-items: flex-end
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item {
        display: flex;
        align-items: center;
        padding: 12px 0;
        cursor: pointer
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item:last-child {
        border-bottom: none
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item .mobile-bubble-item-avatar img {
        width: 52px;
        height: 52px;
        margin-right: 6px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item .mobile-bubble-item-info {
        flex: 1;
        min-width: 0
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item .mobile-bubble-item-info .mobile-bubble-item-name {
        font-size: 18px;
        font-weight: 500;
        color: #2a2b2e;
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 27px
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item .mobile-bubble-item-info .mobile-bubble-item-name .new-tag {
        background: #e8fffb;
        color: #0fc6c2;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #0fc6c2;
        width: 42px;
        height: 20px;
        line-height: 20px;
        text-align: center
    }

    .mobile-bubble-overlay .mobile-bubble-content .mobile-bubble-item .mobile-bubble-item-info .mobile-bubble-item-desc {
        font-size: 14px;
        color: #9b9fa8;
        margin-top: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400
    }

    .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;
        padding-left: 20px
    }

    .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
    }

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

    .compare-page--m--99 .barBottom {
        padding-bottom: 24px
    }

    .compare-page--m--99 .barBottom:last-child {
        padding-bottom: 0px
    }

    .compare-page--m--99 .main-title--m--99 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        color: #121212;
        font-weight: 600;
        line-height: 30px;
        padding: 15px 12px;
        position: relative;
        background-color: #f7f9fa;
        cursor: pointer;
        border-bottom: 1px solid #e3e5e6;
    }

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

    .compare-page--m--99 .main-title--m--99 .rotated {
        transform: rotate(0deg)
    }

    .compare-page--m--99 .sub-title--m--99 {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #121212;
        font-weight: 700;
        line-height: 25px;
        padding: 12px;
        position: relative;
        background-color: #f7f9fa;
        border-bottom: 1px solid #e3e5e6
    }

    .compare-page--m--99 .third-title--m--99 {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #121212;
        font-weight: 600;
        line-height: 29px;
        padding: 12px;
        position: relative;
        background-color: #f7f9fa
    }

    .compare-page--m--99 .table-container--m--99 {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border: 1px solid #e5e5e5;
        border-right: none;
        border-left: none
    }

    .compare-page--m--99 .table-container--m--99::-webkit-scrollbar {
        height: 6px
    }

    .compare-page--m--99 .table-container--m--99::-webkit-scrollbar-thumb {
        background: #c1c6cf;
        border-radius: 3px
    }

    .compare-page--m--99 .table-container--m--99::-webkit-scrollbar-track {
        background: #f7f9fa;
        border-radius: 3px
    }

    .compare-page--m--99 .table-container--m--99 .table-row--m--99 {
        display: flex
    }

    .compare-page--m--99 .table-container--m--99 .table-row--m--99 .table-cell--m--99 {
        padding: 18px 20px;
        box-sizing: border-box;
        word-break: break-all;
        white-space: normal;
        width: 160px;
        min-width: 160px;
        border-right: 1px solid #e5e5e5;
        line-height: 21px;
        font-size: 14px;
        font-weight: 400;
        color: #6a6b6d;
        transform: none;
        animation: showIn .5s cubic-bezier(0.71, 0.18, 0.72, 0.64)
    }

    .compare-page--m--99 .table-container--m--99 .table-row--m--99 .table-cell--m--99 .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--m--99 .table-container--m--99 .table-row--m--99 .table-cell--m--99:first-child {
        padding: 18px 20px 18px 40px;
        width: 180px;
        min-width: 180px
    }

    .compare-page--m--99 .table-container--m--99 .table-row--m--99 .table-cell--m--99:last-child {
        padding: 18px 40px 18px 20px;
        border-right: none;
        width: 180px;
        min-width: 180px
    }

    .table-footer--m--99 {
        padding: 24px 20px
    }

    .table-footer--m--99 .get {
        padding: 10.5px 14.25px;
        line-height: 19px;
        border-radius: 4px;
        border: 1px solid #0055cd;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #0055cd;
        margin-top: 12px;
        width: 100%
    }

    .button-top {
        display: flex;
        justify-content: space-between
    }

    .button-top .send {
        padding: 10.5px 14.25px;
        color: #0055cd;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        background-color: #fff;
        border: 1px solid #0055cd;
        border-radius: 4px;
        margin-right: 12px
    }

    .button-top .save {
        padding: 10.5px 14.25px;
        color: #0055cd;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        background-color: #fff;
        border: 1px solid #0055cd;
        border-radius: 4px
    }

    .floating-banner--mobile {
        position: fixed;
        top: 60px;
        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;
        min-height: 60px;
        transform: translateY(-100%);
        transition: transform .3s ease-in-out;
        opacity: 0;
        width: 100%
    }

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

    .floating-banner--mobile .floating-banner-content--mobile {
        padding: 10px 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        color: #333;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .floating-banner--mobile .floating-banner-content--mobile::-webkit-scrollbar {
        height: 6px
    }

    .floating-banner--mobile .floating-banner-content--mobile::-webkit-scrollbar-thumb {
        background: #c1c6cf;
        border-radius: 3px
    }

    .floating-banner--mobile .floating-banner-content--mobile::-webkit-scrollbar-track {
        background: #f7f9fa;
        border-radius: 3px
    }

    .floating-banner-item--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        box-sizing: border-box;
        width: 160px;
        min-width: 160px;
        flex-shrink: 0
    }

    .floating-banner-item--mobile:first-child {
        display: flex;
        border-left: none;
        width: 180px;
        min-width: 180px;
        padding: 0px 20px 0px 40px
    }

    .floating-banner-item--mobile:last-child {
        border-right: none;
        width: 180px;
        min-width: 180px;
        padding: 0px 40px 0px 20px !important
    }

    .floating-banner-item--mobile .add-product {
        border: 1px dashed #c1c6cf;
        border-radius: 4px;
        margin: 0 5px;
        cursor: pointer;
        transition: all .3s ease;
        background: #fff
    }

    .floating-banner-item--mobile .add-product:hover {
        border-color: #9b9fa8;
        background: #f7f9fa
    }

    .floating-banner-item--mobile .add-product .add-product-text {
        color: #9b9fa8;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

    .f-Add-Button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        box-sizing: border-box;
        flex-shrink: 0;
        width: 180px;
        min-width: 180px;
        padding-right: 20px
    }

    .frame {
        display: flex !important;
        border: 1.5px dashed #c1c6cf;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .frame .frame_text {
        color: #9b9fa8;
        font-size: 12px;
        font-weight: 500
    }

    .banner-item-content--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 1px
    }

    .banner-item-content--mobile .banner-item-title--mobile {
        font-size: 14px;
        font-weight: 500;
        color: #2a2b2e;
        line-height: 20px;
        word-break: break-word;
        white-space: normal;
        text-align: center
    }

    .banner-item-content--mobile .linkAdjustment span {
        font-size: 12px;
        margin-right: 8px
    }

    .banner-item-content--mobile .linkAdjustment img {
        width: 4px;
        height: 8px
    }

    .loading-spin-container {
        width: 160px;
        height: 147px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .loading-spin-container .loading-spin {
        width: 30px;
        height: 30px;
        animation: spin 5s linear infinite
    }

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