/* 产品展示 */
.ggh-equipment-equipment .container .row .col {
    padding: 0;
}

.ggh-equipment-equipment .container .row .col {
    width: 100%;
}

#product-content-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

#product-content-item .product-content-item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

#product-name {
    position: absolute;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 666;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}


#product-content-item div:hover #product-name {
    background-color: var(--main-color);
}

#product-content-item .product-image-wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}


/* 调节container的尺寸 */


@media screen and (max-width: 576px) {
    .ggh-equipment-equipment .container {
        width: 100% !important;
    }

    #ggh-equipmets-equipment-image {
        width: 100%;
        height: auto;
    }

    #product-name {
        width: 100%;
        height: 40px
    }
    .container .container-sm {
        width: 100% !important;
    }
}

@media screen and (min-width: 576px) {
    .ggh-equipment-equipment .container {
        width: 100% !important;
    }

    #ggh-equipmets-equipment-image {
        width: 100%;
        height: auto;
    }

    #product-name {
        width: 100%;
        height: 40px
    }
    .container .container-sm {
        width: 100% !important;;
    }
}

@media screen and (min-width: 768px) {
    .ggh-equipment-equipment .container {
        max-width: 768px;
    }

    #ggh-equipmets-equipment-image {
        width: 352px;
        height: 234px;
    }

    #product-name {
        width: 352px;
        height: 46px
    }
}

@media screen and (min-width: 992px) {
    .ggh-equipment-equipment .container {
        max-width: 992px;
    }

    #ggh-equipmets-equipment-image {
        width: 307px;
        height: 205px;
    }

    #product-name {
        width: 307px;
        height: 40px
    }
}


@media screen and (min-width: 1200px) {
    .ggh-equipment-equipment .container {
        max-width: 1200px;
    }

    #ggh-equipmets-equipment-image {
        width: 372px;
        height: 248px;
    }

    #product-name {
        width: 372px;
        height: 48px;
    }
}