.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-text {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.banner .banner-text h1 {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 64px;
    line-height: 95px;
}

.banner .banner-text h1 span {
    color: rgba(209, 12, 0, 1);
}

.banner .banner-text p {
    margin-top: 10px;
    color: rgba(252, 252, 252, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
}

.banner .banner-line {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: end;
}

.banner .banner-line img {
    display: block;
    width: 35px;
    height: 34.8px;
    object-fit: cover;
}

/* page1 */

.page1 {
    width: 100%;
    padding: 6px 0 0;
    background: #fff;
}

.page1mySwiper {
    width: 100%;
    overflow: hidden;
}

.page1mySwiper .swiper-wrapper {
    align-items: stretch;
    transition-timing-function: ease !important;
}

.page1mySwiper .swiper-slide {
    position: relative;
    display: block;
    width: calc((100% - 36px) / 7);
    min-width: 165px;
    height: 330px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}

.page1mySwiper .swiper-slide.active {
    border-color: rgba(209, 12, 0, 1);
}

.page1mySwiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.page1mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page1mySwiper .swiper-slide p {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 2;
    width: 88%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.page1mySwiper .swiper-slide p.active {
    color: rgba(209, 12, 0, 1);
}


/* page2 */
.page2 {
    margin-top: 10px;
}

.page2-inner {

    border-top: 1px solid rgba(217, 217, 217, 1);
    background: url('../image/applications/bag.png');
    padding: 60px 0 30px;
}

.page2-inner .page2-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.page2-inner .page2-title span {
    color: rgba(176, 34, 32, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 900;
    font-size: 50px;
    line-height: 69px;
}

.page2-inner .page2-title h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
}


.page2-inner .p-one {
    margin-top: 35px;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
}

.page2-inner .p-one span {
    color: rgba(176, 34, 32, 1);
    font-weight: 700;
    font-size: 18px;
}

.page2-inner .img-box {
    margin-top: 62px;
    width: 100%;
}


.page2-inner .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}



/* 响应式调整区域 */
@media (max-width: 1440px) {

    .banner .banner-text,
    .page2 .page2-inner {
        width: 84%;
    }

    .page1mySwiper .swiper-slide {
        min-width: 150px;
        height: 300px;
    }

    .page2-inner {
        padding-top: 52px;
    }
}

@media (max-width: 1200px) {
    .banner .banner-text h1 {
        font-size: 52px;
        line-height: 72px;
    }

    .banner .banner-text p {
        font-size: 16px;
        line-height: 30px;
    }

    .page1mySwiper .swiper-slide {
        width: 19vw;
        min-width: 138px;
        height: 270px;
    }

    .page1mySwiper .swiper-slide p {
        bottom: 16px;
        font-size: 17px;
        line-height: 24px;
    }

    .page2-inner .page2-title span {
        font-size: 44px;
        line-height: 58px;
    }

    .page2-inner .page2-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .page2-inner .p-one {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 1024px) {
    .banner {
        padding-top: 64px;
        background: #180909;
    }

    .banner img {
        min-height: 300px;
    }

    .banner .banner-text,
    .page2 .page2-inner {
        width: 90%;
    }

    .banner .banner-text {
        top: calc(50% + 32px);
    }

    .page1 {
        padding-top: 0;
    }

    .page1mySwiper .swiper-slide {
        width: 22vw;
        min-width: 146px;
        height: 250px;
    }

    .page2 {
        margin-top: 0;
    }

    .page2-inner {
        padding: 46px 0 28px;
        background-size: cover;
        background-position: top center;
    }

    .page2-inner .p-one {
        margin-top: 26px;
    }

    .page2-inner .img-box {
        margin-top: 42px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-top: 58px;
    }

    .banner img {
        min-height: 240px;
    }

    .banner .banner-text {
        top: calc(50% + 0px);
    }

    .banner .banner-text h1 {
        font-size: 40px;
        line-height: 54px;
    }

    .page1mySwiper .swiper-slide {
        width: 30vw;
        min-width: 132px;
        height: 220px;
    }

    .page1mySwiper .swiper-slide p {
        bottom: 14px;
        width: 92%;
        font-size: 15px;
        line-height: 22px;
    }

    .page2-inner {
        padding-top: 38px;
    }

    .page2-inner .page2-title {
        gap: 10px;
    }

    .page2-inner .page2-title span {
        font-size: 36px;
        line-height: 46px;
    }

    .page2-inner .page2-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .page2-inner .p-one {
        margin-top: 20px;
        font-size: 16px;
        line-height: 29px;
    }

    .page2-inner .p-one span {
        font-size: 16px;
    }

    .page2-inner .img-box {
        margin-top: 30px;
    }

    .page2-inner .img-box img {
        min-height: 260px;
        border-radius: 10px;
    }
}

@media (max-width: 560px) {
    .banner img {
        min-height: 210px;
    }

    .banner .banner-text h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .page1mySwiper .swiper-slide {
        width: 44vw;
        min-width: 148px;
        height: 200px;
    }

    .page1mySwiper .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
    }

    .page2-inner {
        padding: 32px 0 24px;
    }

    .page2-inner .page2-title {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .page2-inner .page2-title span {
        flex: 0 0 auto;
        font-size: 32px;
        line-height: 40px;
    }

    .page2-inner .page2-title h2 {
        min-width: 0;
        font-size: 22px;
        line-height: 31px;
    }

    .page2-inner .img-box img {
        min-height: 220px;
        object-fit: cover;
    }
}

@media (max-width: 420px) {
    .banner img {
        min-height: 190px;
    }

    .banner .banner-text h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .page1mySwiper .swiper-slide {
        width: 58vw;
        min-width: 168px;
        height: 190px;
    }

    .page2-inner .page2-title span {
        font-size: 30px;
        line-height: 38px;
    }

    .page2-inner .page2-title h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .page2-inner .p-one {
        font-size: 15px;
        line-height: 27px;
    }
}
