body {
    background: #FCFCFF
}

body .home .container {
    padding: 12.86458vw 8.33333vw 6.51042vw 8.33333vw
}

body .home .container .sec1 .t {
    line-height: 1.5;
    /* text-transform: capitalize */
}

body .home .container .sec1 .intro {
    line-height: 1.5;
    /* text-transform: capitalize */;
    margin: 1.45833vw 0 3.125vw 0
}

body .home .container .sec1 .pic img {
    width: 100%
}

body .home .container .sec2 {
    padding: 6.66667vw 0 10.15625vw 0
}

body .home .container .sec2 .t {
    line-height: 1.5;
    /* text-transform: capitalize */
}

body .home .container .sec2 .rec {
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.5vw;
    display: flex;
    justify-content: space-between
}

body .home .container .sec2 .rec .text {
    width: 50vw
}

body .home .container .sec2 .rec .text .p1 {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px
}

body .home .container .sec2 .rec .text .des {
    margin: .83333vw 0 3.54167vw 0;
    color: #757575;
    line-height: 1.5
}

body .home .container .sec2 .rec .text .btn {
    display: flex;
    justify-content: flex-end
}

body .home .container .sec2 .rec .pic {
    width: 25.52083vw;
    overflow: hidden;
    border-radius: 1.04167vw
}

body .home .container .sec2 .rec .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec2 .rec .pic:hover img {
    transform: scale(1.05)
}

body .home .container .sec2 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875vw;
    margin-top: 2.34375vw
}

body .home .container .sec2 .list .item {
    width: 100%;
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.5vw
}

body .home .container .sec2 .list .item .p1 {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px
}

body .home .container .sec2 .list .item .des {
    margin: .83333vw 0 0 0;
    color: #757575;
    line-height: 1.5
}

body .home .container .sec2 .list .item .btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.04167vw
}

@media screen and (max-width: 768px) {
    body .home .container {
        padding: 80px 5%
    }

    body .home .container .sec1 .t {
        font-size: 20px;
        line-height: 1.2
    }

    body .home .container .sec1 .intro {
        font-size: 16px;
        line-height: 1.5;
        margin: 8px 0 20px 0
    }

    body .home .container .sec2 .t {
        font-size: 24px;
        line-height: 1.2
    }

    body .home .container .sec2 .rec {
        border-radius: 10px;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        margin: 15px 0
    }

    body .home .container .sec2 .rec .text {
        width: 100%
    }

    body .home .container .sec2 .rec .text .p1 {
        font-size: 20px;
        margin-bottom: 8px
    }

    body .home .container .sec2 .rec .text .des {
        font-size: 16px;
        margin: 8px 0 20px 0
    }

    body .home .container .sec2 .rec .pic {
        width: 100%;
        border-radius: 10px
    }

    body .home .container .sec2 .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 20px
    }

    body .home .container .sec2 .list .item {
        border-radius: 10px;
        padding: 20px
    }

    body .home .container .sec2 .list .item .p1 {
        font-size: 20px;
        margin-bottom: 8px
    }

    body .home .container .sec2 .list .item .des {
        font-size: 16px;
        margin: 8px 0 20px 0
    }
}