/* ==================== 板块一 Start ==================== */
.temp-section1 {
    height: 100vh;
    width: 100%;
    background-color: #000;
}

.temp-section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
}

.temp-section1 .video {
    height: 100%;
}

.temp-section1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.temp-section1 .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temp-section1 .info .title {
    font-size: 2.604vw;
    color: #fff;
    line-height: 1.1;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.temp-section1 .info2 {
    display: none;
}

@media screen and (max-width: 768px) {
    .temp-section1 {
        height: auto;
    }

    .temp-section1 .video {
        height: 100vh;
        max-height: 100vh;
        position: relative;
        /* transition: max-height .1s; */
    }

    .temp-section1 .info .title {
        font-size: 24px;
    }

    .temp-section1 .info2 {
        display: block;
        padding: 50px 20px;
    }

    .temp-section1 .info2 .text1 {
        font-size: 24px;
        color: #fff;
        color: #fff;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 20px;
        font-family: HarmonyOS_Sans_SC_Bold;

    }

    .temp-section1 .info2 .text2 {
        font-size: 14px;
        color: #fff;
    }
}

/* ==================== 板块一 End ==================== */
/* ==================== 板块二 Start ==================== */

@media screen and (max-width: 768px) {
    .temp-section2 {
        width: 100vw;
        max-width: 768px;
        height: 100vh;
        position: relative;
        background-color: #000;
    }
    .temp-section2 .title3{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .temp-section2 .title3 .bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(to right, #4ae5fd, #549aff); */
        background-color: #51B5FF;
        opacity: 0;
    }
    .temp-section2 .text1,
    .temp-section2 .text2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
         background: linear-gradient(to right, #4ae5fd, #549aff);
        color: #51B5FF;
        /* -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        -webkit-box-decoration-break: clone; */
        text-align: center;
        font-family: HarmonyOS_Sans_SC_Bold;
        /* -webkit-text-fill-color: transparent; */
        /* background-clip: text;
        -webkit-background-clip: text; */
        z-index: 4;
        text-align: center;
        width: 100%;
        font-size: 90px;
        line-height: 1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        background-clip: text;
    }
    .temp-section2 .text2.show {
        display: block;
    }
    .temp-section2 .text2 {
        display: none;
    }
    .temp-section2 .text1.hide {
        display: none;
    }

    .temp-section2 .body {
        position: relative;
        opacity: 0;
        transform: scale(0);
        transition: all .4s;
    }

    .temp-section2 .body.show {
        opacity: 1;
        transform: scale(1);
    }

    .temp-section2 .body .text {
        font-family: HarmonyOS_Sans_SC_Bold;
        line-height: 1.2;
        font-size: 32px;
        position: absolute;
        top: calc(6.771vw + 100px) !important;
        left: 0;
        color: #fff;
        z-index: 3;
        text-align: center;
        width: 100%;
        width: 84%;
        margin: auto;
    }

    .temp-section2 .body .image {
        /*height: 100vh;*/
        height: calc(100vh);
        display: flex;
        align-items: flex-end;
    }
    .temp-section2 .body .image img {
        /*height: 100vh;*/
        /*object-fit: cover;*/
    }
}

/* ==================== 板块二 End ==================== */
/* ==================== 板块三 Start ==================== */
.temp-section3 {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none !important;
    background-color: #000;
}

.temp-section3 .text1 ,.temp-section3 .text2  {
    width: 100%;
    line-height: 1;
    font-size: 10vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    pointer-events: none;
}
.temp-section3 .text1.hide {
    display: none;
}
.temp-section3 .text2 {
    display: none;
}
.temp-section3 .text2.show {
    display: block;
}
.temp-section3 .text1 span,
.temp-section3 .text2 span {
    background: linear-gradient(to right, #4ae5fd, #549aff);
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    z-index: 4;
    text-align: center;
    width: 100%;
    display: block;
}

.temp-section3 .text1 .text2 {
    font-size: 14px;
    color: #fff;
    max-width: 80%;
    margin: auto;
    line-height: 1.4;
    margin-top: 30px;
    text-align: center;
    display: none;
}

.temp-section3 .body {
    position: relative;
    opacity: 0;
    transform: scale(0.5);
    transition: all 1s;
}

.temp-section3 .body.show {
    opacity: 1;
    transform: scale(1);
}

.temp-section3 .body.show .text {
    opacity: 1;
    transform: translateY(0);
}

.temp-section3 .body .text {
    font-size: 3.125vw;
    font-family: HarmonyOS_Sans_SC_Bold;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 20% !important;
    left: 0;
    z-index: 4;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    transform: translateY(50px);
    opacity: 0;
    transition-delay: 0.5s;
}


.temp-section3 .body .image {
    position: relative;
    /* display: none; */
}

.temp-section3 .body .image img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 769px) {
    .temp-section3 .body .image img {
        height: 100vh;
        object-fit: cover;
    }
}

.temp-section3 .body .image img:nth-child(2) {
    display: none;
}

@media screen and (max-width: 768px) {
    .temp-section3 {
        padding-top: 50px;
        height: auto;
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        display: none;
    }

    .temp-section3 .body {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        height: auto;
        opacity: 1;
        transform: scale(1);
        display: none;
    }

    .temp-section3 .body .title {
        font-size: 28px;
        margin-top: 0;
        top: 10%;
        transition: all 0s;
        opacity: 1;
        text-align: left;
        max-width: 84%;
        left: 8%;

    }

    .temp-section3 .body .image {
        margin-top: 50px;
    }

    .temp-section3 .body .image img:nth-child(1) {
        display: none !important;
    }

    .temp-section3 .body .image img:nth-child(2) {
        display: block;
    }

    .temp-section3 .text1 {
        font-size: 15vw;
        position: static;

    }

    .temp-section3 .text1 .text2 {
        display: block;
        margin-bottom: 50px;
    }
}

.temp-section2 .text2 {
    /*position: relative;*/
}
.temp-section2 .text1::after,
.temp-section2 .text2::after {
    content: '';
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;

}

/* ==================== 板块三 End ==================== */