.product-info-box {
    height: auto;
    min-height: 100dvh;
    padding: 0;
    padding-top: calc(var(--header-h) + clamp(20px, 5.20833333vw, calc(100 * var(--rpx))));
    background: url(../images/info-bg.svg) no-repeat top center / 100% auto;
}

.product-info-box .content {
    width: 100%;
    align-items: flex-start;
}

.product-swiper {
    width: 50%;
    height: auto;
    flex: 0 0 auto;
    padding-top: calc(60 * var(--rpx));
}

.pro-items {
    aspect-ratio: 780 / 574;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-text {
    width: 50%;
    height: auto;
    padding-right: max(20px, calc((100vw - var(--max-content-width)) / 2));
}

.gradient-block span {
    font-size: var(--font-size-38);
}

.pro-items img {
    max-width: calc(100% - calc(120 * var(--rpx)));
    max-height: calc(100% - calc(200 * var(--rpx)));
}

.product-info-box .general-title {
    font-size: var(--font-size-48);
}

.product-info-box .product-list_desc {
    min-height: calc(400 * var(--rpx));
}

.project-container {
    padding-left: max(20px, calc((100vw - var(--max-content-width)) / 2));
}

.project-container .project-pagination {
    margin-top: calc(40 * var(--rpx));
}

.project-list {
    height: auto;
}

.project-items {
    width: calc(1280 * var(--rpx));
    aspect-ratio: 1280 / 640;
}

.project-items .tag-label {
    font-size: var(--font-size-14);
}

.project-items .tag-value {
    font-size: var(--font-size-20);
}

.project-items+.project-items {
    margin-left: calc(30 * var(--rpx));
}

.pro-icon {
    width: clamp(30px, calc(60 * var(--custom-size)), 60px);
    height: clamp(30px, calc(60 * var(--custom-size)), 60px);
}

.certified {
    height: 100dvh;
    background: url(../images/certified-img.png) no-repeat bottom center / cover,
        linear-gradient(180.00deg, rgba(213, 221, 234, 1), rgba(243, 246, 251, 0) 30%) no-repeat center center / 100%;
    padding: calc(144 * var(--rpx)) 0;
}

.certified .certified-content {
    height: 100%;
}

.certified .certified-content .swiper {
    flex: 1 0 0;
}

.swiper-certified .swiper-slide {
    opacity: -1;
    transition: opacity .3s linear;
    overflow: hidden;
}

.swiper-certified .swiper-slide .inner-text {
    text-align: center;
    font-size: calc(24 * var(--rpx));
    font-weight: 600;
    margin-top: clamp(20px, 3.38541666vw,calc(65 * var(--rpx)));
    opacity: -1;
    transform: translateY(100%);
    transition: all .3s linear;
}

.swiper-certified .swiper-slide.swiper-slide-active,
.swiper-certified .swiper-slide.swiper-slide-next,
.swiper-certified .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.swiper-certified .swiper-slide.swiper-slide-active,
.swiper-certified .swiper-slide.swiper-slide-next+.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper-certified .swiper-slide.swiper-slide-next+.swiper-slide {
    align-items: flex-end;
}

.swiper-certified .swiper-slide.swiper-slide-next+.swiper-slide .img {
    margin-right: calc(10 * var(--rpx));
}

.swiper-certified .swiper-slide.swiper-slide-next {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-certified .swiper-slide.swiper-slide-next .inner-text {
    transform: translateY(0);
    opacity: 1;
}

.swiper-certified .swiper-slide.swiper-slide-active .img {
    margin-left: calc(10 * var(--rpx));
}

.swiper-certified .swiper-slide.swiper-slide-next .img {
    width: calc(288 * var(--rpx));
    aspect-ratio: 288 / 394;
}

.swiper-certified .swiper-slide .img {
    width: calc(220 * var(--rpx));
    aspect-ratio: 220 / 300;
    outline: calc(10 * var(--rpx)) ridge #DFCAB6;
    transform-origin: center;
    margin-top: calc(10 * var(--rpx));
}

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

.certified .certified-content .controls {
    margin: 0 auto 0;
}

.section-content {
    padding: calc(144 * var(--rpx)) 0;
}

/* .big-circle {
    --l: calc(600 * var(--rpx));
    width: var(--l);
    height: var(--l);
} */

.section-content #appBox {
    justify-content: space-between;
}
.small-circle {
    flex: 0 0 auto;
}
.small-circle span {
    font-size: var(--font-size-24);
    text-align: center;
}

@media screen and (max-width: 750px) {
    .product-info-box .content {
        flex-wrap: wrap;
    }

    .product-info-box .content .product-swiper,
    .product-info-box .content .product-text {
        width: 100% !important;
    }

    .product-info-box .content .product-text {
        padding-left: 20px;
    }

    .project-container .project-items {
        width: 100% !important;
        height: calc(320 * var(--rpx)) !important;
        aspect-ratio: unset;
    }

    .project-container .project-items+.project-items {
        margin-left: 0;
    }

    .project-items .tag-label {
        font-size: 10px;
    }

    .project-items .tag-value {
        font-size: 12px;
    }

    .swiper-certified .swiper-slide.swiper-slide-next {
        opacity: 0;
    }

    .swiper-certified .swiper-slide.swiper-slide-active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .swiper-certified .swiper-slide.swiper-slide-active .inner-text {
        transform: translateY(0);
        opacity: 1;
    }

    .swiper-certified .swiper-slide.swiper-slide-active .img {
        width: calc(288 * var(--rpx));
        aspect-ratio: 288 / 394;
        margin-top: 20px;
    }

    .small-circle span {
        font-size: 12px;
    }
}