.fadeInUp.animated {
    animation-name: fadeInUp !important;
    visibility: unset !important
}

.header {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.9) 10%, rgba(17, 17, 17, 0) 100%);
    backdrop-filter: blur(12px)
}

.sec1 {
    position: relative
}

.sec1:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 64%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    top: 0;
    left: 0
}

.sec1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec1 .title {
    text-shadow: 0 .20833vw .20833vw rgba(0, 0, 0, 0.08);
    font-weight: 700;
    position: absolute;
    top: 13.54167vw;
    left: 14.0625vw;
    z-index: 3;
    background: linear-gradient(180deg, #fff 20%, rgba(255, 255, 255, 0.6) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2
}

.sec2 {
    position: relative
}

.sec2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 64%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.sec2 .title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 .20833vw .20833vw rgba(0, 0, 0, 0.16);
    font-weight: 700;
    width: 100%;
    position: absolute;
    top: 8.33333vw;
    z-index: 3
}

.sec2 .bottom {
    width: 100%;
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 14.58333vw;
    z-index: 3;
    transition: all 600ms
}

.sec2 .bottom.hidden {
    opacity: 0
}

.sec2 .bottom .h5 {
    color: #FFF;
    text-shadow: 0 .20833vw .20833vw rgba(0, 0, 0, 0.16);
    font-weight: 500;
    margin-bottom: 1.25vw
}

.sec2 .bottom .p {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 .20833vw .20833vw rgba(0, 0, 0, 0.16);
    font-weight: 300
}

.sec2 .play {
    width: 5.41667vw;
    height: 5.41667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
    transition: 0.6s
}

.sec2 .play svg {
    width: 100% !important;
    height: 100% !important
}

.sec2 .play.active {
    opacity: 0;
    pointer-events: none
}

.sec2 .video {
    width: 100%;
    height: 100%
}

.sec2 .video video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.sec3 {
    background: url(../images/fbg.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.sec3 .fp-tableCell {
    display: flex;
    justify-content: center
}

.sec3 .wrap {
    padding: 8.33333vw 0 0
}

.sec3 .wrap .title {
    color: #7c4bf9;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2.5vw
}

.sec3 .wrap .swiper_box {
    width: 58.95833vw;
    position: relative
}

.sec3 .wrap .swiper_box .btns {
    display: flex;
    gap: 75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.sec3 .wrap .swiper_box .btns .jt {
    cursor: pointer;
    pointer-events: auto;
    width: 1.25vw
}

.sec3 .wrap .swiper_box .btns .jt img {
    display: block;
    width: 100%
}

.sec3 .wrap .swiper_box .btns .jt:nth-child(1) {
    transform: rotate(-180deg)
}

.sec3 .wrap .swiper_box .swiper .swiper-slide {
    cursor: pointer
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box {
    opacity: 0;
    border-radius: .83333vw;
    overflow: hidden;
    background: #1E1E1E;
    transition: 0.6s;
    pointer-events: none
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    overflow: hidden;
    height: 16.40625vw
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
    height: 16.40625vw;
    padding: 1.25vw 1.82292vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .p {
    color: #FFF;
    font-weight: 500;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .time {
    color: #FFF;
    font-weight: 300
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1)
}

.sec3 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-next .slide_box,
.sec3 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-prev .slide_box {
    opacity: 0.3;
    pointer-events: auto
}

.sec3 .wrap .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_box {
    opacity: 1;
    pointer-events: auto
}

.sec4 {
    position: relative;
    overflow: hidden
}

.sec4 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #F1F1F1 0%, #F1F1F1 100%), #1A1A1A;
    z-index: -1
}

.sec4 .bg canvas {
    width: 100%;
    height: 100%
}

.sec4 .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center
}

.sec4 .wrap {
    width: 100%
}

.sec4 .title {
    margin: 0 0 7.5vw;
    color: #7c4bf9;
    text-align: center;
    text-shadow: 0 .20833vw .20833vw rgba(0, 0, 0, 0.08);
    font-weight: 700
}

.sec4 .img_box {
    overflow: hidden
}

.sec4 .imgs {
    width: max-content;
    display: flex;
    animation: img_go 80s infinite linear
}

.sec4 .imgs .flex {
    display: flex
}

.sec4 .imgs .flex .img {
    margin-right: 2.08333vw;
    width: 14.58333vw;
    height: 10.41667vw
}

.sec4 .imgs .flex .img img {
    display: block;
    width: 100%;
    transition: 1s;
    max-height: 100%;
    object-fit: contain
}

.sec4 .imgs .flex .img:hover img {
    transform: scale(1.1)
}

.sec4 .line {
    width: 16.66667vw;
    height: .05208vw;
    margin: 7.55208vw auto 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.24) 100%);
    position: relative
}

.sec4 .line .cir {
    position: absolute;
    left: 0;
    top: -.625vw;
    width: .625vw;
    height: .625vw;
    border-radius: 50%;
    border: .10417vw solid #8D54FF;
    animation: img_go1 80s infinite linear
}

@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes img_go1 {
    100% {
        transform: translateX(16.04167vw)
    }
}

.header.on {
    filter: invert(1)
}

@media screen and (max-width: 768px) {
    .home {
        padding: 60px 0 0
    }

    .section {
        height: auto !important
    }

    .section .fp-tableCell {
        height: auto !important
    }

    .sec1 .fp-tableCell {
        height: 100% !important
    }

    .sec1 .title {
        top: 40px;
        left: 5vw
    }

    .sec2 {
        padding: 50px 5vw
    }

    .sec2:after {
        display: none
    }

    .sec2 .title {
        position: unset;
        color: #7c4bf9;
        margin-bottom: 30px;
        font-size: 24px
    }

    .sec2 .video_box {
        position: relative
    }

    .sec2 .video_box .video video {
        height: unset
    }

    .sec2 .video_box .play {
        width: 40px;
        height: 40px;
    }

    .sec2 .video_box .play img {
        width: 40px;
        display: block;
        /* height: 40px !important */
    }

    .sec2 .video_box:after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 64%, rgba(0, 0, 0, 0.56) 100%);
        position: absolute;
        top: 0;
        left: 0
    }

    .sec2 .bottom {
        position: unset;
        margin: 20px 0 0;
        transform: unset;
        padding: 0
    }

    .sec2 .bottom .h5 {
        color: #000000;
        font-size: 18px
    }

    .sec2 .bottom .p {
        color: #666;
        margin: 10px 0 0;
        font-size: 16px
    }

    .sec3 {
        padding: 50px 5vw
    }

    .sec3 .wrap {
        width: 100%
    }

    .sec3 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sec3 .wrap .swiper_box {
        width: 100%
    }

    .sec3 .wrap .swiper_box .btns {
        display: none
    }

    .sec3 .wrap .swiper_box .swiper {
        width: 100%
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box {
        border-radius: 6px
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
        height: 36vw
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
        height: unset;
        padding: 20px
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .p {
        font-size: 16px;
        margin-bottom: 30px
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .time {
        font-size: 14px
    }

    .sec4 {
        padding: 60px 0
    }

    .sec4 .bg canvas {
        width: 100% !important;
        height: 100% !important
    }

    .sec4 .wrap {
        width: 90%;
        margin: 0 auto
    }

    .sec4 .wrap .title {
        font-size: 24px;
        margin-bottom: 50px
    }

    .sec4 .wrap .imgs .flex .img {
        width: 100px;
        margin-right: 20px;
        height: 60px
    }

    .sec4 .wrap .line {
        width: 200px;
        height: 1px;
        margin: 60px auto 0
    }

    .sec4 .wrap .line .cir {
        width: 12px;
        height: 12px;
        border: 2px solid #8D54FF;
        top: -12px
    }

    @keyframes img_go1 {
        100% {
            transform: translateX(188px)
        }
    }
}