.page04[data-v-82d0b409] {
    background: url(../../../images/zt/gnsc/gnsc_pageBj.026f6eb2.jpg);
    background-position: center;
    background-size: auto 100vh;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.page04 .qiu {
    width: 10rem;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0
}

.page04 .textBox {
    margin: 1.82292rem auto 0;
    text-align: center
}

.page04 .textBox p[data-v-82d0b409] {
    font-size: .08333rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: .23958rem;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

/* 页面初始化：隐藏文字，保留你原有过渡 */
.page04 .textBox p[data-v-82d0b409] {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.6s ease !important;
}
/* 动画触发：显示 */
.page04 .textBox p.fadeIn[data-v-82d0b409] {
    opacity: 1 !important;
    transform: translateY(0) !important;
}