.about-page {
    position: relative;
    width: 100%;
}

.download {
    cursor: pointer;
    position: absolute;
    right: 16.5%;
    bottom: 22%;
    font-size: 1.6rem;
    color: rgb(211 193 180);
}

.about-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1.5rem;
    height: 100%;
    width: 100%;
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.honor-box {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-43%);
    padding: 0 4.4rem;
    width: 100%;
    margin: 0 auto;
}

/* 荣誉证书展示区 */
.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 20%;
    padding: 10px;
    box-sizing: border-box;
}

.certificate-img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.certificate-img:hover {
    transform: scale(1.05);
}

.swiper-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 5rem;
}



.swiper-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* .swiper-btn-prev {
    margin: 0 2.5rem;
}

.swiper-btn-next {
    margin: 0 2.5rem;
} */

.honor-box::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.honor-box::-webkit-scrollbar-track {
    background: rgb(227, 214, 204);
}

.honor-box::-webkit-scrollbar-thumb {
    background: rgb(165, 151, 140);
}

.honor-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.honor-box::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

/* 荣誉证书卡片 */
.certificate-card {
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.certificate-img {
    height: 70rem;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 3440px) {
    .download {
        right: 16.5%;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 2560px) and (max-width: 3439px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1.8rem;
    }

    .certificate-img {
        height: 58rem;
    }

    .honor-box {
        padding: 0 6.4rem;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2559px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1.5rem;
    }

    .certificate-img {
        height: 52rem;
    }
}

@media (max-width: 1920px) and (min-width: 1440px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1.5rem;
    }

    .certificate-img {
        height: 46rem;
    }
}

@media (max-width: 1440px) and (min-width: 1201px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1.4rem;
    }

    .certificate-img {
        height: 40rem;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1.2rem;
    }

    .certificate-img {
        height: 40rem;
    }
}

@media (max-width: 1024px) and (min-width: 821px) {
    .download {
        right: 16%;
        bottom: 22%;
        font-size: 1rem;
    }

    .certificate-img {
        height: 24rem;
    }

    .honor-box {
        padding: 0 2.4rem;
    }

    .about-button {
        width: 4rem;
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .download {
        right: 15.9%;
        bottom: 22%;
        font-size: 1rem;
    }

    .certificate-img {
        height: 22rem;
    }

    .honor-box {
        padding: 0 2.4rem;
    }

    .about-button {
        width: 4rem;
    }
}

@media (max-width: 768px) {
    .download {
        right: 16.6%;
        bottom: 22%;
        font-size: 0.5rem;

    }

    .certificate-img {
        height: 16rem;
    }

    .honor-box {
        padding: 0 2rem;
    }

    .about-button {
        width: 3rem;
    }

    .swiper-btn {
        bottom: 3.5%;
    }
}

@media screen and (max-width: 576px) {
    .about-button {
        width: 2.5rem;
    }

    .swiper-btn {
        bottom: 3%;
        gap: 3rem;
    }

    .certificate-img {
        height: 10rem;
    }

    .honor-box {
        padding: 0 1rem;
    }

    .download {
        right: 16%;
        bottom: 22%;
        font-size: 0.4rem;

    }
}

@media screen and (max-width: 480px) {
    .about-button {
        width: 2rem;
    }

    .swiper-btn {
        bottom: 3.5%;
        gap: 2rem;
    }

    .download {
        right: 15.7%;
        bottom: 22%;
        font-size: 0.4rem;

    }
}