.last_honor {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.last_honor .wrap {
    width: 1412px;
    margin: 148px auto 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    max-width: 90%;
}

.last_honor .wrap .item {
    width: 100%;
    height: 120px;
    background: #F6F1F1;
    border-radius: 0px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
}

.last_honor .wrap .item:nth-child(8n) {
    border-radius: 30px 0px 30px 0px;
}

.last_honor .wrap .item:nth-child(8n-2) {
    border-radius: 30px 0px 30px 0px;
}

.last_honor .wrap .item:nth-child(8n-5) {
    border-radius: 30px 0px 30px 0px;
}

.last_honor .wrap .item:nth-child(8n-7) {
    border-radius: 30px 0px 30px 0px;
}

@media screen and (max-width: 1920px) {
    .last_honor .wrap {
        width: 73.5416666667vw;
        margin: 7.7083333333vw auto 4.1666666667vw;
        gap: 0.2083333333vw;
    }

    .last_honor .wrap .item {
        height: 6.25vw;
        border-radius: 0px 1.5625vw 0px 1.5625vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }

    .last_honor .wrap .item:nth-child(8n) {
        border-radius: 1.5625vw 0px 1.5625vw 0px;
    }

    .last_honor .wrap .item:nth-child(8n-2) {
        border-radius: 1.5625vw 0px 1.5625vw 0px;
    }

    .last_honor .wrap .item:nth-child(8n-5) {
        border-radius: 1.5625vw 0px 1.5625vw 0px;
    }

    .last_honor .wrap .item:nth-child(8n-7) {
        border-radius: 1.5625vw 0px 1.5625vw 0px;
    }
}

@media screen and (max-width: 1024px) {
    .last_honor .wrap {
        width: 90%;
        margin: 60px auto 45px;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    .last_honor .wrap .item {
        height: auto;
        padding: 25px 3%;
        font-size: 12px;
        line-height: 1.5;
        min-height: 86px;
    }

    .last_honor .wrap .item:nth-child(8n) {
        border-radius: 15px 0 15px 0;
    }

    .last_honor .wrap .item:nth-child(8n-2) {
        border-radius: 15px 0 15px 0;
    }

    .last_honor .wrap .item:nth-child(8n-5) {
        border-radius: 15px 0 15px 0;
    }

    .last_honor .wrap .item:nth-child(8n-7) {
        border-radius: 15px 0 15px 0;
    }
}

/*# sourceMappingURL=index.css.map */
