.accomplishment {
    padding: 0 0 6.4rem;
    background-color: #fff;
}

.accomplishment-center {
    width: 140rem;
    display: flex;
    flex-wrap: wrap;
}

.accomplishment-for {
    width: 26.7rem;
    height: 20.5rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F7;
    border-radius: 1rem;
    margin-bottom: 1.6rem;
    margin-right: 1.6rem;
}

.accomplishment-for:nth-child(5n) {
    margin-right: 0;
}

.accomplishment-for:hover {
    box-shadow: 0rem 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
    background-color: #FFFFFF;
}

.accomplishment-for .img {
    width: 21.9rem;
    height: 9.3rem;
    position: relative;
    overflow: hidden;
}

.accomplishment-for .img img {
    width: 21.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accomplishment-for span {
    font-size: 2rem;
    color: #05173C;
    font-weight: 500;
    line-height: 2.4rem;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    display: block;
    height: 4.8rem;
}

.accomplishment-content {
    height: 14.1rem;
    width: 100%;
}

.accomplishment-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.accomplishment .swiper-container {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.accomplishment .swiper-slide {
    width: 28.3rem !important;
    height: 14.1rem;
    padding: 0 0.8rem;
}

.accomplishment .swiper-slide>div {
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    border-radius: 1rem;
    background-color: #F5F5F7;
}

.accomplishment .swiper-slide>div:hover {
    background: #FFFFFF;
    box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
}

.accomplishment .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .accomplishment {
        padding: 0 0 3.3rem;
        background-color: #fff;
    }

    .accomplishment-center {
        width: 34.3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .accomplishment-for {
        width: 16.8rem;
        height: 10.4rem;
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: #F5F5F7;
        border-radius: 1rem;
        margin-bottom: 0.7rem;
        margin-right: 0.7rem;
    }

    .accomplishment-for:nth-child(5n) {
        margin-right: 0.7rem;
    }

    .accomplishment-for:nth-child(2n) {
        margin-right: 0rem;
    }

    .accomplishment-for:hover {
        box-shadow: 0rem 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
        background-color: #FFFFFF;
    }

    .accomplishment-for .img {
        width: 9.8rem;
        height: 4.2rem;
        position: relative;
        overflow: hidden;
    }

    .accomplishment-for .img img {
        width: 9.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .accomplishment-for span {
        font-size: 1.2rem;
        color: #05173C;
        font-weight: 500;
        line-height: 1.5rem;
        flex-wrap: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center;
        display: block;
        height: 3rem;
    }

    .accomplishment-content {
        height: 7.1rem;
        width: 100%;
    }

    .accomplishment-swiper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .accomplishment .swiper-container {
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .accomplishment .swiper-slide {
        width: 14.1rem !important;
        height: 7.1rem;
        padding: 0 0.35rem;
    }

    .accomplishment .swiper-slide>div {
        width: 100%;
        height: 100%;
        padding: 1.2rem;
        border-radius: 1rem;
        background-color: #F5F5F7;
    }

    .accomplishment .swiper-slide>div:hover {
        background: #F5F5F7;
        box-shadow: 0 0 0 0;
    }

    .accomplishment .swiper-slide .img {
        display: block;
        width: 100%;
        height: 100%;
    }
}