body .home .banner .text {
    top: 13.02083vw
}

body .home .container {
    padding: 6.25vw 8.33333vw
}

body .home .container .t {
    font-weight: 600;
    margin-bottom: 3.125vw;
    position: relative
}

body .home .container .t span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #F8F8F8;
    line-height: 1;
    z-index: -1
}

body .home .container .sec:not(:last-child) {
    margin-bottom: 5vw
}

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

body .home .container .sec .list a {
    display: block;
    width: 100%;
    background: #F6F7F8
}

body .home .container .sec .list a .pic {
    position: relative;
    height: 19.11458vw;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

body .home .container .sec .list a .pic .mr {
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%; 
    object-fit: cover;
    transition: all 600ms;
    position: relative;
    z-index: 10
}

body .home .container .sec .list a .pic .hover_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 600ms;
    /* display: none; */
}

body .home .container .sec .list a .pic .hover_pic .bg {
    width: 100%;
    height: 100%;
    max-width: inherit
}

body .home .container .sec .list a .text {
    padding: 1.04167vw;
    border-top: 2px solid rgba(151, 151, 151, 0.2)
}

body .home .container .sec .list a .text .pt {
    color: #000;
    height: 2em;
    line-height: 1.16;
    font-weight: 600
}

body .home .container .sec .list a .text .tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .625vw
}

body .home .container .sec .list a .text .tags .size {
    color: #181818;
    line-height: 1.75;
    flex: 1;
}

body .home .container .sec .list a:hover .mr {
    transform: scale(1.1)
}

body .home .container .sec .list a:hover .hover_pic {
    opacity: 1
}

body .home .container .sec .list.sec_list a .pic {
    display: flex;
    align-items: flex-end;
    height: 17.76042vw
}

body .home .container .sec .list.sec_list a:hover .mr {
    opacity: 1
}

body .home .container .sec .list.sec_list a:hover .hover_pic {
    opacity: 1
}

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

    body .home .container .t {
        margin-bottom: 20px
    }

    body .home .container .t p {
        font-size: 20px
    }

    body .home .container .t span {
        font-size: 60px
    }

    body .home .container .sec:not(:last-child) {
        margin-bottom: 50px
    }

    body .home .container .sec .list {
        grid-template-columns: 1fr;
        gap: 20px
    }

    body .home .container .sec .list a .pic {
        height: 250px
    }

    /* body .home .container .sec .list a .pic .mr {
        max-width: 80%
    } */

    body .home .container .sec .list.sec_list a .pic {
        height: 200px
    }

    body .home .container .sec .list a .text {
        padding: 15px
    }

    body .home .container .sec .list a .text .tags {
        gap: 10px;
        margin-top: 20px;
    }

    body .home .container .sec .list a .text .tags .btn {
        padding: 8px 12px;
        border-radius: 20px
    }

    body .home .container .sec .list a .text .tags .btn img {
        width: 12px
    }
}