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

body .home .container .sec1 .tag {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    /* text-transform: capitalize */
}

body .home .container .sec1 .t {
    margin: 2.34375vw 0;
    width: 48.95833vw;
    line-height: 1.5;
    /* text-transform: capitalize */
}

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

body .home .container .sec1 .p_ban {
    margin: 4.53125vw 0 9.58333vw 0
}

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

body .home .container .sec2 {
    padding-bottom: 7.91667vw
}

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

body .home .container .sec2 .intro {
    margin: 2.39583vw 0 5.20833vw 0;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    /* text-transform: capitalize */
}

body .home .container .sec2 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.38542vw
}

body .home .container .sec2 .list .item {
    width: 100%;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.86458vw 3.02083vw 2.60417vw 3.75vw;
    transition: all 600ms
}

body .home .container .sec2 .list .item:hover {
    box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

body .home .container .sec2 .list .item .icon {
    width: 1.875vw;
    height: 1.92708vw;
    display: flex;
    align-items: center;
    justify-content: center
}

body .home .container .sec2 .list .item .icon img {
    width: 100%
}

body .home .container .sec2 .list .item .p1 {
    margin: .83333vw 0 1.19792vw 0;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.64px
}

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

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

    body .home .container .sec1 .t {
        font-size: 24px;
        line-height: 1.2;
        width: 100%;
        margin: 20px 0
    }

    body .home .container .sec1 .intro {
        font-size: 16px
    }

    body .home .container .sec2 {
        padding-bottom: 50px
    }

    body .home .container .sec2 .t {
        font-size: 24px
    }

    body .home .container .sec2 .intro {
        font-size: 16px;
        margin: 10px 0 20px 0
    }

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

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

    body .home .container .sec2 .list .item .icon {
        width: 24px;
        height: 24px
    }

    body .home .container .sec2 .list .item .p1 {
        margin: 8px 0 10px 0;
        white-space: normal
    }

    body .home .container .sec2 .list .item .des {
        font-size: 16px
    }
}