@media screen and (min-width: 991px) {
    .card--m {
        display:none
    }

    .card--p {
        width: 100%;
        margin: 0 auto;
        padding: 12px 20px
    }

    .card--p .topBar {
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-height: 30px
    }

    .card--p .topBar .l_title {
        color: #2a2b2e;
        font-weight: 700;
        font-size: 20px
    }

    .card--p .topBar .tab_block {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-left: 32px;
        margin-right: 8px
    }

    .card--p .topBar .tab_block .tab_item {
        display: flex;
        align-items: center;
        padding: 6px 22px;
        border-radius: 999px;
        background-color: #f7f9fa;
        color: #6a6b6d;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .card--p .topBar .tab_block .selected {
        background-color: #0055cd !important;
        color: #fff !important
    }

    .card--p .topBar .r_interactive {
        display: flex;
        height: 30px
    }

    .card--p .topBar .r_interactive .collapse_Button {
        color: #6a6b6d;
        font-weight: 400;
        font-size: 14px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-right: 36px
    }

    .card--p .topBar .r_interactive .collapse_Button:hover {
        color: #0055cd !important
    }

    .card--p .topBar .r_interactive .collapse_Button img {
        width: 24px;
        height: 24px;
        margin-right: 8px
    }

    .card--p .topBar .r_interactive .clear_All_Button {
        color: #6a6b6d;
        font-weight: 400;
        font-size: 14px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-right: 36px
    }

    .card--p .topBar .r_interactive .clear_All_Button:hover {
        color: #0055cd !important
    }

    .card--p .topBar .r_interactive .compare_Button {
        padding: 4.5px 12px;
        display: flex;
        align-items: center;
        background-color: #0055cd;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        border-radius: 4px;
        border: none
    }

    .card--p .topBar .r_interactive .compare_Button.disabled {
        background-color: #e5e5e5;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none
    }

    .card--p .bomAddBar {
        display: flex;
        height: 93px;
        margin-top: 12px
    }

    .card--p .bomAddBar .selectPlaceholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 292px;
        height: 93px;
        margin-right: 24px;
        position: relative
    }

    .card--p .bomAddBar .selectPlaceholder .selectImg {
        width: 60px;
        height: 60px
    }

    .card--p .bomAddBar .selectPlaceholder .selectModelName {
        color: #2a2b2e;
        font-size: 14px;
        font-weight: 500
    }

    .card--p .bomAddBar .selectPlaceholder .delete {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 4px;
        top: 4px;
    }

    @keyframes deleteBtnFadeIn {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .card--p .bomAddBar .add_botton {
        cursor: pointer;
        width: 292px;
        height: 93px;
        margin-right: 24px;
        border: 1px dashed #e5e5e5;
        position: relative;
        border-radius: 4px
    }

    .card--p .bomAddBar .add_botton .add {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%
    }

    .card--p .bomAddBar .add_botton .popup-bubble {
        position: absolute;
        left: 50%;
        bottom: 130px;
        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
    }

    .card--p .bomAddBar .add_botton .popup-bubble::before {
        content: "";
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 18px 18px 0 18px;
        border-style: solid;
        border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
    }

    .card--p .bomAddBar .add_botton .popup-bubble::after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 19px 19px 0 19px;
        border-style: solid;
        border-color: #e5e5e5 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
        z-index: -1
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list {
        max-height: 384px;
        width: 292px;
        overflow-y: auto
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list::-webkit-scrollbar {
        width: 8px
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list::-webkit-scrollbar-track {
        background: #fafbfc;
        border-radius: 4px;
        position: relative
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list::-webkit-scrollbar-thumb {
        background: #8b8b8b;
        border-radius: 4px
    }

    .card--p .bomAddBar .add_botton .popup-bubble .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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-section-title {
        padding: 8px 12px;
        color: #9b9fa8;
        font-size: 14px;
        font-weight: 700;
        height: 53px;
        line-height: 53px
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item {
        padding: 12px;
        display: flex;
        align-items: center;
        height: 84px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #f7f9fa;
        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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item:hover::before {
        transform: scaleX(1)
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item>* {
        position: relative;
        z-index: 1
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item:active {
        transform: scale(0.9)
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item:active::before {
        transform: scaleX(0)
    }

    .card--p .bomAddBar .add_botton .popup-bubble .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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item .bubble-item-avatar img {
        width: 100%;
        height: 100%
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item .bubble-item-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0
    }

    .card--p .bomAddBar .add_botton .popup-bubble .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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .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
    }

    .card--p .bomAddBar .add_botton .popup-bubble .bubble-list .bubble-item .bubble-item-info .bubble-item-desc {
        font-size: 14px;
        color: #9b9fa8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--p .bomAddBar .add_botton .popup-bubble .loading-spin-container {
        width: 292px;
        height: 384px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .card--p .bomAddBar .add_botton .popup-bubble .loading-spin-container .loading-spin {
        width: 30px;
        height: 30px;
        animation: spin 5s linear infinite
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg)
        }
    }

    .card--p .bomAddBar .add_botton img {
        width: 60px;
        height: 60px
    }

    .card--p .bomAddBar .add_botton span {
        font-size: 14px;
        color: #9b9fa8;
        font-weight: 500
    }

    .card--p .bomAddBar:last-child {
        margin-right: 0
    }

    .bottomCardMinimization {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 20px;
        bottom: 0;
        width: 160px;
        height: 46px;
        background-color: #0055cd;
        border-radius: 4px 4px 0 0;
        z-index: 999999 !important;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

    .bottomCardMinimization .text {
        margin-right: 8px
    }
}
