/* 产品展示 */
.ggh-equipment-equipment .container .row .col {
    padding: 0;
}

#glory-content-item {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
}


#glory-content-item .glory-content-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 666;
    color: white;
}

#glory-content-item .glory-content-item-wrap:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#glory-content-item #product-name {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    opacity: 0;
}

#glory-content-item:hover #product-name {
    border: 1px solid white;
    opacity: 1;
}

#ggh-glorys-glory-content {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

/* 调节container的尺寸 */


@media screen and (max-width: 576px) {
    body .container {
        width: 100% !important;
    }
    #glory-content-item img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 576px) {
    body .container {
        width: 100% !important;
    }
    #glory-content-item img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    body .container {
        max-width: 768px;
    }
    #glory-content-item img {
        width: 352px;
        height: 234px;
    }
}

@media screen and (min-width: 992px) {
    body .container {
        max-width: 992px;
    }
    #glory-content-item img {
        width: 307px;
        height: 205px;
    }
}


@media screen and (min-width: 1200px) {
    body .container {
        max-width: 1200px;
    }
    #glory-content-item img {
        width: 372px;
        height: 248px;
    }
}
