.style-display {
    display: flex;
    justify-content: center;
}
.zyz-style-title[data-v-412b6c9c] {
    font-size: 30px;
    font-weight: 700;
    color: #d27c19;
    text-align: center;
    margin-bottom: 28px
}

.zyz-style-tabs[data-v-412b6c9c] {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px
}

.zyz-style-tab[data-v-412b6c9c] {
    font-size: 20px;
    color: #979797;
    cursor: pointer;
    padding: 12px 32px;
    background: #fff;
    border: 1.5px solid #d27c19;
    transition: background .2s, color .2s
}

.zyz-style-tab.active[data-v-412b6c9c], .zyz-style-tab[data-v-412b6c9c]:hover {
    background: #d27c19;
    color: #fff;
    border-color: #d27c19
}

.zyz-style-list[data-v-412b6c9c] {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.zyz-style-item[data-v-412b6c9c] {
    width: 288px;
    height: 163px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.zyz-style-item .zyz-style-item-img[data-v-412b6c9c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.zyz-style-item-title[data-v-412b6c9c] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 272px;
    background: rgba(0, 0, 0, .56);
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.zyz-style-pagination[data-v-412b6c9c] {
    margin-top: 32px;
    display: flex;
    justify-content: center
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pager li {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 1px solid #dedede;
    margin: 0 4px;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    z-index: 1
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pager li.is-active, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pager li:hover {
    background-color: #d27c19;
    color: #fff;
    border-color: #d27c19
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__editor.el-input {
    height: 32px;
    font-size: 14px;
    width: 50px
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-prev, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-next {
    background-color: #fff;
    border: 1px solid #dedede;
    height: 32px;
    margin: 0 4px;
    padding: 0;
    min-width: 32px;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    z-index: 1
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-prev:hover, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-next:hover {
    color: #d27c19;
    border-color: #d27c19
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-prev .el-icon, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-next .el-icon {
    font-size: 14px
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump {
    font-size: 14px;
    line-height: 32px;
    margin-left: 8px
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump .el-pagination__editor.el-input {
    margin: 0 4px
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump:before {
    content: "\524d\5f80"
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump:after {
    content: "\9875"
}

.zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump .el-pagination__goto {
    display: none
}

@media (max-width: 750px) {
    .zyz-style[data-v-412b6c9c] {
        margin-top: .4rem;
        padding: .4rem 0 !important
    }

    .zyz-style-title[data-v-412b6c9c] {
        font-size: .4267rem;
        margin-bottom: .2667rem;
        text-align: center;
        font-weight: 700;
        color: #d27c19;
        padding: 0
    }

    .zyz-style-tabs[data-v-412b6c9c] {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: center;
        padding: 0 .1333rem;
        margin-bottom: .2667rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .zyz-style-tabs[data-v-412b6c9c]::-webkit-scrollbar {
        display: none
    }

    .zyz-style-tab[data-v-412b6c9c] {
        font-size: .32rem;
        padding: .1333rem .2667rem;
        border-radius: .4rem;
        flex: 0 0 auto;
        white-space: nowrap;
        margin: 0 .0667rem;
        background: #f5f5f5;
        border: 1px solid #e0e0e0;
        color: #666
    }

    .zyz-style-tab.active[data-v-412b6c9c], .zyz-style-tab[data-v-412b6c9c]:hover {
        background: #d27c19;
        color: #fff;
        border-color: #d27c19
    }

    .zyz-style-list[data-v-412b6c9c] {
        width: 100%;
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: .2667rem;
        box-sizing: border-box
    }

    .zyz-style-item[data-v-412b6c9c] {
        width: 100%;
        height: 2.5rem;
        aspect-ratio: 1.767;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        background: #f5f5f5;
        border-radius: .1333rem;
        box-shadow: 0 .0267rem .08rem #0000001a;
        transition: all .3s ease;
        box-sizing: border-box
    }

    .zyz-style-item[data-v-412b6c9c]:hover {
        transform: translateY(-.0267rem);
        box-shadow: 0 .0667rem .2rem #d27c1926
    }

    .zyz-style-item-img[data-v-412b6c9c] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .zyz-style-item-title[data-v-412b6c9c] {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, .56);
        color: #fff;
        font-size: .2933rem;
        text-align: center;
        line-height: .64rem;
        height: .64rem;
        padding: 0 .1333rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box
    }

    .zyz-style-pagination[data-v-412b6c9c] {
        margin-top: .4rem;
        padding: 0 .2rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .zyz-style-pagination[data-v-412b6c9c]::-webkit-scrollbar {
        display: none
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination {
        justify-content: center;
        flex-wrap: nowrap;
        min-width: max-content
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pager {
        display: flex;
        flex-wrap: nowrap
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pager li {
        min-width: .6rem;
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        margin: 0 .0267rem;
        border-radius: .0533rem
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-prev, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-next {
        height: .6rem;
        min-width: .6rem;
        line-height: .6rem;
        margin: 0 .0267rem;
        border-radius: .0533rem
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-prev .el-icon, .zyz-style-pagination[data-v-412b6c9c] .el-pagination .btn-next .el-icon {
        font-size: .3rem
    }

    .zyz-style-pagination[data-v-412b6c9c] .el-pagination .el-pagination__jump {
        display: none
    }
}

.zyz-crumbs-bar[data-v-97f09086] {
    width: 100%;
    padding: 0 0 8px
}

.crumbs.zyz-crumbs[data-v-97f09086] {
    padding: 25px 0 0 !important;
    width: 1200px !important;
    margin: 0 auto !important
}

@media (max-width: 750px) {
    .zyz-crumbs-bar[data-v-97f09086] {
        width: 100%;
        padding: 0 0 .3rem
    }

    .crumbs.zyz-crumbs[data-v-97f09086] {
        padding: 0 !important;
        width: 100% !important;
        margin: 0 auto !important
    }
}

.zyz-home-container[data-v-97f09086] {
    position: relative;
    z-index: 2;
    margin-top: 100vh;
    min-height: calc(100vh + 500px)
}

.floating-left-image[data-v-97f09086] {
    position: fixed;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%) translate(-100%);
    z-index: 999999 !important;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
    cursor: pointer
}

.floating-left-image.zyz-show[data-v-97f09086] {
    transform: translateY(-50%) translate(0);
    opacity: 1;
    pointer-events: auto
}

.floating-left-image img[data-v-97f09086] {
    width: 8vw;
    height: auto;
    display: block;
    border-radius: 1vw;
    transition: all .3s ease
}

.floating-left-image img[data-v-97f09086]:hover {
    transform: scale(1.05)
}

.floating-nav[data-v-97f09086] {
    position: fixed;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%) translate(100%);
    z-index: 999999 !important;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease
}

.floating-nav.zyz-show[data-v-97f09086] {
    transform: translateY(-50%) translate(0);
    opacity: 1;
    pointer-events: auto
}

.floating-nav .nav-item[data-v-97f09086] {
    display: flex;
    align-items: center;
    gap: .8vw;
    background: rgba(255, 248, 235, .95);
    padding: .8vw 1.5vw;
    border-radius: 2vw;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 .5vw 1.5vw #d4af3726;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, .2);
    min-width: 120px
}

.floating-nav .nav-item[data-v-97f09086]:hover {
    background: #fff8eb;
    transform: translate(-.5vw);
    box-shadow: 0 1vw 2.5vw #d4af374d;
    border-color: #d4af3766
}

.floating-nav .nav-item.active[data-v-97f09086] {
    background: linear-gradient(135deg, #d4af37 0%, #c9a96e 100%);
    color: #fff;
    box-shadow: 0 .8vw 2vw #d4af3766;
    border-color: transparent
}

.floating-nav .nav-item.active .nav-icon[data-v-97f09086] {
    filter: brightness(0) invert(1)
}

.floating-nav .nav-item .nav-icon[data-v-97f09086] {
    width: 1.5vw;
    height: 1.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease
}

.floating-nav .nav-item .volunteer-icon[data-v-97f09086] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37'%3E%3Cpath d='M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")
}

.floating-nav .nav-item .education-icon[data-v-97f09086] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37'%3E%3Cpath d='M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z'/%3E%3C/svg%3E")
}

.floating-nav .nav-item .style-icon[data-v-97f09086] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37'%3E%3Cpath d='M7 3V1h10v2h4v5c0 1.1-.9 2-2 2h-.54c-.77 2.53-3.01 4.5-5.81 4.93L13 16v2h3c.55 0 1 .45 1 1s-.45 1-1 1H8c-.55 0-1-.45-1-1s.45-1 1-1h3v-2l.35-1.07C8.55 14.5 6.31 12.53 5.54 10H5c-1.1 0-2-.9-2-2V3h4zM5 5v3h.5c.28 0 .5.22.5.5 0 2.21 1.79 4 4 4s4-1.79 4-4c0-.28.22-.5.5-.5H19V5H5z'/%3E%3C/svg%3E")
}

.floating-nav .nav-item .home-icon[data-v-97f09086] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")
}

.floating-nav .nav-item span[data-v-97f09086] {
    font-size: .9vw;
    font-weight: 600;
    color: #8b4513;
    white-space: nowrap;
    transition: color .3s ease
}

.floating-nav .nav-item:hover span[data-v-97f09086] {
    color: #6d3710
}

.floating-nav .nav-item.active span[data-v-97f09086] {
    color: #fff
}

.floating-nav.zyz-show .nav-item[data-v-97f09086]:hover {
    transform: translate(-.5vw)
}

@media (min-width: 750px) {
    .zyz-entry[data-v-97f09086] {
        width: 1200px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between
    }

    .zyz-entry-btn[data-v-97f09086] {
        width: 278px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: none
    }

    .zyz-entry-btn img[data-v-97f09086] {
        width: 100%;
        height: auto;
        object-fit: contain
    }

    .zyz-education-volunteer[data-v-97f09086] {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 24px 0
    }

    .zyz-education-volunteer .education-volunteer-container[data-v-97f09086] {
        width: 1200px;
        height: 535px;
        position: relative;
        cursor: pointer;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 12px 40px #00000026;
        transition: all .4s ease
    }

    .zyz-education-volunteer .education-volunteer-container[data-v-97f09086]:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px #00000040
    }

    .zyz-education-volunteer .education-volunteer-container:hover img[data-v-97f09086] {
        transform: scale(1.05)
    }

    .zyz-education-volunteer .education-volunteer-container img[data-v-97f09086] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease
    }

    .zyz-bjkjkp-volunteer[data-v-97f09086] {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 24px 0 48px
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container[data-v-97f09086] {
        width: 1200px;
        height: 168px;
        position: relative;
        cursor: pointer;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 12px 40px #00000026;
        transition: all .4s ease
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container[data-v-97f09086]:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 60px #00000040
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container:hover img[data-v-97f09086] {
        transform: scale(1.05)
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container img[data-v-97f09086] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease
    }
}

@media (max-width: 750px) {
    .zyz-home-container[data-v-97f09086] {
        margin-top: 0;
        min-height: auto
    }

    .floating-left-image[data-v-97f09086], .floating-nav[data-v-97f09086] {
        display: none !important
    }

    .zyz-entry[data-v-97f09086] {
        width: 100%;
        margin: .4rem auto;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: .4rem;
        justify-items: center
    }

    .zyz-entry-btn[data-v-97f09086] {
        width: 100%;
        padding: 0 .2667rem
    }

    .zyz-entry-btn img[data-v-97f09086] {
        width: 100%;
        height: auto
    }

    .zyz-education-volunteer[data-v-97f09086] {
        padding: .5333rem 0
    }

    .zyz-education-volunteer .education-volunteer-container[data-v-97f09086] {
        width: 100%;
        height: auto;
        border-radius: .2667rem
    }

    .zyz-education-volunteer .education-volunteer-container img[data-v-97f09086] {
        width: 100%;
        height: 100%
    }

    .zyz-bjkjkp-volunteer[data-v-97f09086] {
        padding: 1rem 0 .5333rem
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container[data-v-97f09086] {
        width: 100%;
        height: auto;
        border-radius: .2667rem
    }

    .zyz-bjkjkp-volunteer .bjkjkp-volunteer-container img[data-v-97f09086] {
        width: 100%;
        height: 100%
    }

    .zyz-style[data-v-97f09086] {
        padding: .8rem 0 1.0667rem
    }

    .zyz-style .zyz-style-tabs[data-v-97f09086] {
        flex-wrap: wrap;
        gap: .2667rem;
        margin-bottom: .5333rem
    }

    .zyz-style .zyz-style-tabs span[data-v-97f09086] {
        font-size: .3733rem;
        padding: .1333rem .4rem
    }

    .zyz-style .zyz-style-list[data-v-97f09086] {
        flex-wrap: wrap;
        gap: .4rem
    }

    .zyz-style .zyz-style-list .zyz-style-item[data-v-97f09086] {
        width: 2.6667rem;
        height: 1.8667rem;
        font-size: .32rem
    }
}
