.loadstatus {
    text-align: center;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}



@media (max-width: 768px) {

    .loadstatus {
        font-size: 0.9rem;
    }

    .gongaobox {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 100px;
        /* min-height: 100vh; */
        margin-bottom: 3rem;
    }

    .pingjibox {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .pingjibox .search-input {
        width: 13.76rem;
        height: 2.24rem;
        background: #EBEBEB;
        border-radius: 0.13rem;
        margin-right: 1rem;
        font-weight: normal;
        font-size: 0.88rem;
        color: #B9A8A8;
        line-height: 2.24rem;
        padding-left: 1rem;
    }

    .pingjibox .row-right {
        width: 5.92rem;
        height: 2.24rem;
        background: linear-gradient(0deg, #900E0E, #750202);
        border-radius: 0.13rem;
        text-align: center;
        line-height: 2.24rem;

        font-weight: normal;
        font-size: 0.88rem;
        color: #FCEFD0;
    }

    .list-group {
        display: none;
    }

    .row-small {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.64rem;
        align-items: center;
    }

    .col-sm-4 {
        width: 22.08rem;
        background: #FFFFFF;
        border-radius: 0.19rem;
        display: flex;
        padding: 0.8rem 0.64rem;
        gap: 1rem;
        justify-content: space-between;
    }

    .probottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }

    .productimg {
        width: 8.19rem;
        height: 5.09rem;
        background: #FFFFFF;
        border-radius: 0.13rem;
    }

    .producttime {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pushishtime {
        font-weight: 300;
        font-size: 0.77rem;
        color: #999999;
    }

    .producttitle {
        font-weight: 400;
        font-size: 0.83rem;
        color: #333333;
        /*    超出两行隐藏 显示...*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .productdesc {
        font-weight: 400;
        font-size: 18px;
        color: #333333;
        margin-top: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 限制显示两行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 添加省略号 */
    }
}

@media (min-width: 769px) {
    .row-small {
        display: none;
    }

    .sect {
        position: relative;
    }

    .gongaobox {
        max-width: 1200px;
        width: 75rem;
        display: flex;
        justify-content: space-between;
        margin-top: 6.25rem;
    }

    .pingjibox {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }


    .producttitle {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示的行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .probottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 7.81rem;
        flex: 1;
    }

    .left {
        flex: 1;
    }



    .left .list-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .left .list-group-item {
        width: 48.56rem;
        background: #FFFFFF;
        border-radius: 0.63rem;
        border: 1px solid #E3E3E3;
        padding: 1.2rem;
    }

    .left .list-group-item:hover {
        transform: scale(1.03); /* 放大1.2倍 */
        animation: shake 0.5s;
    }


    .search-input {
        width: 26.88rem;
        height: 3.38rem;
        background: #EBEBEB;
        border: none;
        border-radius: 0.25rem;
        margin-right: 0.63rem;
        padding-left: 1.25rem;
    }

    .search-input:focus {
        outline: none;
    }

    .row-right {
        width: 9.56rem;
        height: 3.38rem;
        background: linear-gradient(0deg, #900E0E, #750202);
        border-radius: 0.25rem;

        font-weight: normal;
        font-size: 1.3rem;
        color: #FCEFD0;
        line-height: 3.38rem;
        text-align: center;
    }

    .productimg {
        margin-left: 20px;
    }

    .row-small {
        margin: 0;
        padding: 0;
    }

    .collist {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #FFFFFF;
        border-radius: 6px;
        gap: 2rem;
    }

    .productimg {
        width: 12.5rem;
        height: 7.81rem;
        background: #FFFFFF;
        border-radius: 0.25rem;
    }

    .producttime {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pushishtime {
        font-weight: 300;
        font-size: 1rem;
        color: #999999;
    }

}

/* 搜索框 */

