.page-banner .page-banner__content {
    height: 100%;
    padding-bottom: calc(70 * var(--rpx));
}

.page-banner .page-banner__section {
    text-align: left;
}

.page-banner .breadcrumb {
    --x: max(var(--space-16), calc((100vw - var(--max-content-width)) / 2));
    position: absolute;
    left: var(--x);
    bottom: calc(70 * var(--rpx));
}

.page-banner .breadcrumb .breadcrumb-content {
    margin: 0;
}

.layer-introduce .layer-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.layer-introduce .layer-header__content {
    padding-bottom: calc(98 * var(--rpx));
    align-items: flex-start;
}

.layer-introduce .layer-header__section {
    max-width: calc(694 * var(--rpx));
    width: 100%;
    padding-right: var(--space-16);
}

.layer-introduce .layer-header__content .title {
    font-size: var(--font-size-48);
}

.layer-introduce .layer-header__content .desc {
    font-size: var(--font-size-18);
    margin-top: calc(30 * var(--rpx));
    text-align: justify;
}

.layer-introduce .layer-header__content .section-img {
    max-width: calc(720 * var(--rpx));
    width: 100%;
    margin-left: auto;
}

.layer-introduce .layer-main {
    padding-top: calc(90 * var(--rpx));
}

.layer-introduce .feature-box .feature-box__header .title {
    font-size: var(--font-size-28);
    text-align: center;
}

.layer-introduce .feature-list {
    --g: 0px;
    margin-top: calc(70 * var(--rpx));
}

.layer-introduce .feature-item {
    position: relative;
}

.layer-introduce .feature-item::before,
.layer-introduce .feature-item::after {
    --space: calc(30 * var(--rpx));
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 1);
    opacity: 0.1;
}

.layer-introduce .feature-item::before {
    height: 1px;
    top: 0;
    left: 0;
    right: var(--space);
}

.layer-introduce .feature-item::after {
    width: 1px;
    top: 0;
    right: 0;
    bottom: var(--space);
}

.layer-introduce .feature-item:nth-of-type(1)::before,
.layer-introduce .feature-item:nth-of-type(2)::before,
.layer-introduce .feature-item:nth-of-type(3)::before,
.layer-introduce .feature-item:nth-of-type(3n)::after {
    display: none;
}

.layer-introduce .feature-item:nth-of-type(5n)::before {
    left: var(--space);
}

.layer-introduce .feature-item:nth-of-type(6n)::before {
    left: var(--space);
    right: 0;
}

.layer-introduce .feature-item:nth-of-type(4n)::after,
.layer-introduce .feature-item:nth-of-type(5n)::after,
.layer-introduce .feature-item:nth-of-type(6n)::after {
    top: var(--space);
    bottom: 0;
}

.layer-introduce .feature-item .feature-item__content {
    min-height: calc(350 * var(--rpx));
    width: 90%;
    margin: auto;
    padding: var(--space-16);
}

.layer-introduce .feature-item .feature-item__content .icon {
    width: calc(66 * var(--rpx));
    height: calc(74 * var(--rpx));
}

.layer-introduce .feature-item .feature-item__content .desc {
    font-size: var(--font-size-18);
    text-align: center;
    margin-top: calc(60 * var(--rpx));
}

.layer-introduce .feature-box .feature-box__footer .btn {
    background: #263E8B;
    border-color: #263E8B;
    margin-top: calc(60 * var(--rpx));
}

.layer-processor {
    padding: calc(50 * var(--rpx)) 0;
}

.layer-processor .layer-content {
    height: 100%;
}

.layer-processor .layer-header .title {
    font-size: var(--font-size-48);
    color: #fff;
    text-align: center;
}

.layer-processor .layer-main {
    --p-t: clamp(calc(60 * var(--rpx)), 6.77083vw, calc(130 * var(--rpx)));
    width: 100%;
    padding-top: var(--p-t);
}

.processor-swiper .swiper-wrapper {
    /* gap: 0 calc(30 * var(--rpx)); */
    padding-top: calc(60 * var(--rpx));
}

.processor-swiper .swiper-slide {
    margin-right: calc(30 * var(--rpx));
}

.processor-swiper .processor-swiper__content {
    --x: max(var(--space-16), calc((100vw - var(--max-content-width)) / 2));
    margin-left: var(--x);
}

.processor-box {
    width: calc(360 * var(--rpx)) !important;
    min-height: calc(320 * var(--rpx)) !important;
    text-align: center;
    background: #fff;
    border-radius: calc(20 * var(--rpx));
}

.processor-box .processor-box__content {
    max-width: 258px;
    width: calc(100% - var(--space-16) * 2);
    margin: 0 auto;
}

.processor-box .processor-box__img {
    width: calc(165 * var(--rpx));
    aspect-ratio: 1;
    margin: calc(-60 * var(--rpx)) auto 0;
}

.processor-box .processor-box__name {
    font-size: var(--font-size-24);
    font-weight: 500;
    margin-top: calc(18 * var(--rpx));
}

.processor-box .processor-box__desc {
    font-size: var(--font-size-16);
    margin-bottom: var(--space-16);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.processor-box .processor-box__footer {
    padding-bottom: calc(32 * var(--rpx));
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.processor-box .processor-box__footer .link {
    background: #263E8B;
}

.processor-box .processor-box__footer .link img {
    filter: url(#white-overlay);
}

.processor-box .processor-box__footer::after {
    content: '';
    width: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    background: linear-gradient(180.00deg, rgba(38, 62, 139, 1), rgba(38, 62, 139, 0) 100%);
    opacity: 0.21;
    transition: .8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.processor-box:hover .processor-box__footer::after {
    width: calc(100% - var(--space-16) * 2);
    top: 0;
}

.swiper-fun {
    --m-t: clamp(calc(60 * var(--rpx)), 7.0833333vw, calc(136 * var(--rpx)));
    max-width: 360px;
    width: calc(100% - var(--space-16) * 2);
    margin: var(--m-t) auto 0;
    gap: 0 calc(20 * var(--rpx));
    position: relative;
}

.swiper-fun .swiper-btn {
    background: rgba(255, 255, 255, .1);
}

.swiper-fun .swiper-btn img {
    width: calc(12 * var(--rpx));
    filter: url(#white-overlay);
}

.swiper-fun .swiper-btn:active {
    background-color: var(--primary-foreground);
}

.swiper-fun .swiper-btn:active img {
    filter: url(#white-overlay);
}

.swiper-fun .prev-btn img {
    transform: rotate(180deg);
}

.swiper-fun .swiper-progress {
    height: 2px;
    background: rgba(255, 255, 255, .2);
    overflow: hidden;
}

.swiper-fun .swiper-progress__content {
    width: 0;
    height: 100%;
    background: #fff;
}

@media screen and (max-width: 960px) {
    .layer-introduce .layer-header__content {
        flex-wrap: wrap;
    }

    .layer-introduce .layer-header__section,
    .layer-introduce .layer-header__content .section-img {
        width: 100%;
        max-width: unset;
    }

    .layer-introduce .layer-header__section {
        padding-right: 0;
    }

    .layer-introduce .layer-header__content .section-img {
        margin-left: 0;
        margin-top: calc(40 * var(--rpx));
    }

}

@media screen and (max-width: 750px) {
    .layer-introduce .feature-list {
        --c: 1;
    }

    .layer-introduce .feature-item::after {
        display: none;
    }

    .layer-introduce .feature-item::before {
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
        display: block !important;
    }
}