.block33684 {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1210px; */
}


.block33684 .hy {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block33684 .fl {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.block33684 .imgBox {

    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
}

.block33684 .imgBox img {
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.block33684 .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    /* cursor: pointer; */
    outline: none;
    top: 0;
    left: 0;
    z-index: 2;
}

.block33684 .mc::before {
    transition: all .5s ease;
    display: block;
    content: '';
    background: rgba(5, 6, 5, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.block33684 .mc::after {
    transition: all .5s ease;
    display: block;
    content: '';
    background-color: var(--color-match-setting1);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.block33684 .banner-description {
    transition: all .5s ease;
    position: absolute;
    padding: 9px 16px;
    right: 0;
    background: #ffffff;
    bottom: 50px;
    font-size: 14px;
    color: var(--color-match-setting1);
    word-break: break-word;
    max-width: 70%;
    z-index: 3;
    max-height: calc(100% - 100px);
    overflow: hidden;

}

.block33684 .banner-description,
.block33684 .banner-description * {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block33684 .banner-name {
    color: inherit;
    outline: none;
}

.block33684 .banner-docs {
    display: none;
}

.block33684 .moreBtn {
    display: none;
}

.block33684 .fl:hover .banner-description {
    background-color: var(--color-match-setting1);
    color: #fff;
}
.block33684 .fl:hover .banner-description * {
    color: #fff;
}
.block33684 .fl:hover .mc::before {
    opacity: 1;
}

.block33684 .fl:hover .mc::after {
    left: -99%;
}

/* .block33684 .fl:nth-child(n+5) {
    margin-top: 30px;
} */

/* .block33684 .fl:nth-child(4n) {
    margin-right: 0;
}

.block33684 .fl:nth-child(5n)， .block33684 .fl:first-child {
    margin-left: 0;
} */

@media screen and (max-width:1520px) {
    .block33684 {
        /* max-width: 1210px; */
    }


}

@media screen and (max-width:1200px) {
    .block33684 .hy {
        gap: 20px;
    }
    .block33684 .banner-description {
        padding: 6px 13px;
        bottom: 30px;
        font-size: 14px;
        max-width: 80%;
        max-height: calc(100% - 60px);
    }
}

@media screen and (max-width:900px) {
    .block33684 .banner-description {
        padding: 5px 10px;
        font-size: 13px;

    }
}

@media screen and (max-width: 800px) {
    .block33684 .hy {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:510px) {
    .block33684 .hy {
        grid-template-columns: 1fr;
    }

    .block33684 .fl {
        width: 100%;
        margin: 0;
    }

    /* .block33684 .fl:nth-child(n+2) {
        margin-top: 30px;
    } */

    .block33684 .banner-description {
        padding: 9px 16px;
        bottom: 50px;
        font-size: 14px;
        max-width: 70%;
        max-height: calc(100% - 100px);
    }
}