    .section5 {
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding-top: 25px;
        padding-bottom: 98px;
    }

    .Box5Title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Box5Title span {
        display: block;
        width: 36px;
        height: 4px;
        background: var(--color);
    }

    .Box5Title h1 {
        font-weight: 700;
        font-size: 54px;
        line-height: 1.5;
        text-align: center;
        color: #2C2C2C;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .Box5Title h2 {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        color: #656565;
    }

    .Box5 {
        margin: 0 auto;
        margin-top: 83px;
        width: 62%;
    }

    .box5swiper {
        overflow: visible;
    }

    .item5 {
        position: relative;
    }

    .item5 .text5 {
        padding: 30px 40px;
        padding-top: 100px;
        position: absolute;
        z-index: 3;
        right: -50px;
        bottom: 75px;
        width: 489px;
        background: rgba(188, 0, 0, 0.64);
        backdrop-filter: blur(8px);
    }

    .item5 .text5 h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .item5 .text5 h2 {
        font-size: 18px;
        line-height: 1.5;
        color: #FFFFFF;
        height: 54px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .item5 .img5 {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .item5 .img5 img {
        width: 100%;
    }

    .aa5 {
        position: absolute;
        top: 30px;
        right: 30px;
        color: #fff;
        font-size: 20px;
    }



    @media (max-width: 1600px) {
        .Box5Title h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 1440px) {
        .item5 .text5 {
            padding: 20px 40px;
            padding-top: 60px;
            bottom: 30px;
        }


    }

    @media (max-width: 1200px) {
        .Box5Title h1 {
            font-size: 32px;
        }

        .Box5Title h2 {
            font-size: 16px;
        }

        .Box5 {
            margin: 0 auto;
            margin-top: 60px;
            width: 75%;
        }

        .item5 .text5 {
            padding: 15px 20px;
            width: 400px;
        }

        .item5 .text5 h1 {
            font-size: 24px;
        }

        .item5 .text5 h2 {
            height: 42px;
            font-size: 14px;
        }

        .aa5 {
            top: 10px;
        }
    }

    @media (max-width: 720px) {
        .Box5 {
            margin-top: 30px;
        }

        .Box5Title h2 {
            font-size: 14px;
        }

        .Box5Title h1 {
            font-size: 28px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .item5 {
            position: relative;
            display: flex;
            flex-direction: column-reverse;
        }

        .item5 .text5 {
            padding: 15px 20px;
            width: 100%;
            position: unset;
        }

    
    }


    @media (max-width: 460px) {}