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

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

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

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

.zhijia-page[data-v-6d968141] {
    min-height: 100vh;
    padding: 48px 0 64px
}

.zhijia-title[data-v-6d968141] {
    text-align: center;
    font-size: 36px;
    color: #d27c19;
    font-weight: 700;
    margin-bottom: 48px;
    letter-spacing: 2px
}

.section-header[data-v-6d968141] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

.section-title[data-v-6d968141] {
    font-size: 28px;
    color: #d27c19;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px
}

.more-btn[data-v-6d968141] {
    background: linear-gradient(135deg, #d27c19 0%, #ff8c1a 100%);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px #d27c194d
}

.more-btn[data-v-6d968141]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #d27c1966;
    background: linear-gradient(135deg, #ff8c1a 0%, #d27c19 100%)
}

.more-btn[data-v-6d968141]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px #d27c194d
}

.training-section[data-v-6d968141] {
    width: 1200px;
    margin: 0 auto 80px
}

.training-list[data-v-6d968141] {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 32px
}

.training-item[data-v-6d968141] {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px #ff8c1a1a;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease
}

.training-item[data-v-6d968141]:hover {
    box-shadow: 0 8px 32px #ff8c1a2e;
    transform: translateY(-4px)
}

.training-img[data-v-6d968141] {
    width: 50%;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden
}

.training-img img[data-v-6d968141] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.training-item:hover .training-img img[data-v-6d968141] {
    transform: scale(1.05)
}

.training-content[data-v-6d968141] {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.training-title[data-v-6d968141] {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.training-time[data-v-6d968141] {
    font-size: 14px;
    color: #d27c19;
    display: flex;
    align-items: center
}

.welfare-section[data-v-6d968141] {
    width: 1200px;
    margin: 0 auto
}

.welfare-list[data-v-6d968141] {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px
}

.welfare-item[data-v-6d968141] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px #ff8c1a1a;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease
}

.welfare-item[data-v-6d968141]:hover {
    box-shadow: 0 8px 32px #ff8c1a2e;
    transform: translateY(-4px)
}

.welfare-img[data-v-6d968141] {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.welfare-img img[data-v-6d968141] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.welfare-item:hover .welfare-img img[data-v-6d968141] {
    transform: scale(1.05)
}

.welfare-content[data-v-6d968141] {
    padding: 20px 24px 24px
}

.welfare-title[data-v-6d968141] {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.welfare-time[data-v-6d968141] {
    font-size: 14px;
    color: #d27c19;
    display: flex;
    align-items: center
}

.empty-state[data-v-6d968141] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px
}

@media (max-width: 1300px) {
    .training-section[data-v-6d968141], .welfare-section[data-v-6d968141] {
        width: 98vw;
        padding: 0 1vw
    }
}

@media (max-width: 900px) {
    .training-list[data-v-6d968141] {
        grid-template-columns:1fr;
        gap: 24px
    }

    .welfare-list[data-v-6d968141] {
        grid-template-columns:repeat(2, 1fr);
        gap: 24px
    }

    .training-img[data-v-6d968141] {
        width: 50%;
        height: 140px
    }

    .welfare-img[data-v-6d968141] {
        height: 150px
    }

    .section-header[data-v-6d968141] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .more-btn[data-v-6d968141] {
        align-self: flex-end
    }
}

@media (max-width: 600px) {
    .welfare-list[data-v-6d968141] {
        grid-template-columns:1fr
    }

    .training-item[data-v-6d968141] {
        flex-direction: column
    }

    .training-img[data-v-6d968141] {
        width: 100%;
        height: 200px
    }

    .section-title[data-v-6d968141] {
        font-size: 24px
    }

    .more-btn[data-v-6d968141] {
        padding: 10px 20px;
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .zhijia-page[data-v-6d968141] {
        min-height: auto;
        padding: .5333rem 0 .8rem
    }

    .section-header[data-v-6d968141] {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: .4rem;
        padding: 0 .2667rem;
        flex-wrap: nowrap;
        gap: .2667rem;
        position: relative
    }

    .section-title[data-v-6d968141] {
        font-size: .48rem;
        color: #d27c19;
        font-weight: 600;
        margin: 0;
        letter-spacing: .0133rem;
        white-space: nowrap;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .more-btn[data-v-6d968141] {
        background: linear-gradient(135deg, #d27c19 0%, #ff8c1a 100%);
        color: #fff;
        border: none;
        padding: .2rem .3733rem;
        border-radius: .3733rem;
        font-size: .3067rem;
        font-weight: 500;
        cursor: pointer;
        transition: none;
        box-shadow: 0 .1067rem .32rem #d27c194d;
        flex-shrink: 0;
        white-space: nowrap
    }

    .more-btn[data-v-6d968141]:hover {
        transform: none;
        box-shadow: 0 .1067rem .32rem #d27c194d;
        background: linear-gradient(135deg, #d27c19 0%, #ff8c1a 100%)
    }

    .more-btn[data-v-6d968141]:active {
        transform: none;
        box-shadow: 0 .0533rem .2133rem #d27c194d
    }

    .training-section[data-v-6d968141] {
        width: 100%;
        margin: 0 auto .8rem
    }

    .training-list[data-v-6d968141] {
        display: flex;
        flex-direction: column;
        gap: .4rem
    }

    .training-item[data-v-6d968141] {
        display: flex;
        flex-direction: column;
        background: rgba(255, 255, 255, .9);
        border-radius: .2667rem;
        box-shadow: 0 .1067rem .6667rem #ff8c1a26;
        overflow: hidden;
        cursor: pointer;
        transition: none
    }

    .training-item[data-v-6d968141]:hover {
        box-shadow: 0 .1067rem .6667rem #ff8c1a26;
        transform: none
    }

    .training-img[data-v-6d968141] {
        width: 100%;
        height: 4.2667rem;
        flex-shrink: 0;
        overflow: hidden
    }

    .training-img img[data-v-6d968141] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: none
    }

    .training-content[data-v-6d968141] {
        flex: 1;
        padding: .4rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box
    }

    .training-title[data-v-6d968141] {
        font-size: .4267rem;
        color: #333;
        font-weight: 600;
        margin-bottom: .2667rem;
        line-height: 1.4;
        height: auto;
        display: block;
        overflow: visible;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .training-time[data-v-6d968141] {
        font-size: .32rem;
        color: #d27c19;
        display: flex;
        align-items: center
    }

    .training-time svg[data-v-6d968141] {
        width: .32rem;
        height: .32rem;
        margin-right: .1067rem
    }

    .welfare-section[data-v-6d968141] {
        width: 100%;
        margin: 0 auto
    }

    .welfare-list[data-v-6d968141] {
        display: flex;
        flex-direction: column;
        gap: .4rem
    }

    .welfare-item[data-v-6d968141] {
        background: rgba(255, 255, 255, .9);
        border-radius: .2667rem;
        box-shadow: 0 .1067rem .6667rem #ff8c1a26;
        overflow: hidden;
        cursor: pointer;
        transition: none
    }

    .welfare-item[data-v-6d968141]:hover {
        box-shadow: 0 .1067rem .6667rem #ff8c1a26;
        transform: none
    }

    .welfare-img[data-v-6d968141] {
        width: 100%;
        height: 4.2667rem;
        overflow: hidden
    }

    .welfare-img img[data-v-6d968141] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: none
    }

    .welfare-content[data-v-6d968141] {
        padding: .4rem;
        box-sizing: border-box
    }

    .welfare-title[data-v-6d968141] {
        font-size: .4267rem;
        color: #333;
        font-weight: 600;
        margin-bottom: .2667rem;
        line-height: 1.4;
        height: auto;
        display: block;
        overflow: visible;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .welfare-time[data-v-6d968141] {
        font-size: .32rem;
        color: #d27c19;
        display: flex;
        align-items: center
    }

    .welfare-time svg[data-v-6d968141] {
        width: .32rem;
        height: .32rem;
        margin-right: .1067rem
    }

    .empty-state[data-v-6d968141] {
        text-align: center;
        padding: 1.0667rem .5333rem;
        color: #999;
        font-size: .3733rem;
        background: rgba(255, 255, 255, .7);
        border-radius: .2667rem;
        margin: .4rem 0
    }
}
