.sec1 {
    height: calc(100vh + 3200px);
}

.sec1 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec1 .fix .relative {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec1 .fix .relative .pro_links {
    display: flex;
    align-items: center;
    position: absolute;
    top: 87px;
    left: 41px;
    gap: 4px;
}

.sec1 .fix .relative .pro_links a, .sec1 .fix .relative .pro_links span {
    font-family: 'Poppins-Light';
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.4;
    transition: 0.6s;
}

.sec1 .fix .relative .pro_links a:hover {
    opacity: 1;
}

.sec1 .fix .relative .pro_links.on {
    pointer-events: none;
}

.sec1 .fix .relative .bottom {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.sec1 .fix .relative .bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.3;
    margin: 14px 0 0;
    text-align: right;
}

.sec1 .fix .relative .img {
    width: 100%;
    height: 100%;
}

.sec1 .fix .relative .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .relative .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.sec1 .fix .relative .text .h1 {
    overflow: hidden;
}

.sec1 .fix .relative .text .h1 p {
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 1;
}

.sec1 .fix .relative .text .h1 p span {
    font-family: 'Neue Kaine';
}

.sec1 .fix .relative .text .h1 p b {
    color: #7F1084;
}

.sec1 .fix .relative .text .p {
    text-align: center;
    margin: 34px 0 0;
    overflow: hidden;
}

.sec1 .fix .relative .text .p p {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.2;
}

.sec1 .fix .absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111215;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.sec1 .fix .absolute.on {
    opacity: 1;
}

.sec1 .fix .absolute .zi {
    font-family: 'Neue Kaine';
    font-weight: 900;
    font-size: 500px;
    background: url("../images/proInfo_RAYBO/video/89.webp");
    background-size: 100vw 100vh;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sec1 .fix .absolute .zi2 {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 380px;
    opacity: 0;
}

.sec2 {
    position: relative;
    width: 100%;
    height: 100vh;
}

.sec2 .bg {
    width: 100%;
    height: 100%;
}

.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .box {
    position: absolute;
    left: 16vw;
    top: 50%;
    transform: translateY(-50%);
}

.sec2 .box .title {
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Poppins-Medium';
    line-height: 1.2;
}

.sec2 .box .des {
    margin: 37px 0 94px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec2 .box .play {
    width: 98px;
}

.sec2 .box .play .btn {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec2 .box .play .btn .cir {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
}

.sec2 .box .play .btn .cir .iconfont {
    font-size: 12px;
    color: #7F1085;
    transform: translateX(3px);
}

.sec2 .box .play .btn img {
    display: block;
    width: 100%;
}

.sec3 {
    padding: 133px 0 0;
}

.sec3 .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 46px;
    color: #1A1A1A;
    text-align: center;
    line-height: 1;
}

.sec3 .des {
    text-align: center;
    margin: 19px 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
}

.sec3 .canvas {
    width: 800px;
    height: 450px;
    margin: 0 auto;
}

.sec3 .canvas canvas {
    touch-action: unset !important;
}

.sec3 .btn {
    margin: 0 auto;
    background: #EAEBEA;
    width: fit-content;
    padding: 0 25px 0 18px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 23px;
}

.sec3 .btn p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
}

.sec3 .btn .icon {
    width: 31px;
}

.sec4 {
    padding: 128px 0 255px;
}

.sec4 .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 36px;
    color: #1A1A1A;
    text-align: center;
    line-height: 1;
}

.sec4 .des {
    text-align: center;
    margin: 14px 0 52px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}

.sec4 .list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 58px 40px;
}

.sec4 .list .item {
    width: 580px;
    height: 400px;
    position: relative;
}

.sec4 .list .item .p1 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 61px;
    width: 100%;
    z-index: 10;
}

.sec4 .list .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .list .item .text {
    position: absolute;
    right: 69px;
    width: 325px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.sec4 .list .item .text .icon {
    width: 40px;
    height: 40px;
    background: #7F1084;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
}

.sec4 .list .item .text .icon img {
    display: block;
    width: 18px;
    height: 18px;
}

.sec4 .list .item .text .h5 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    margin: 20px 0 22px;
}

.sec4 .list .item .text .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec4 .list .item_sp {
    width: 100%;
    height: 460px;
}

.sec5 {
    position: relative;
    height: 100vh;
}

.sec5 .sec5_top {
    position: absolute;
    top: 14vh;
    width: 100%;
    text-align: center;
}

.sec5 .sec5_top .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 1;
}

.sec5 .sec5_top .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 30px 0 0;
}

.sec5 .bg {
    width: 100%;
    height: 100%;
}

.sec5 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec6 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sec6 .fix .bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.sec6 .fix .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec6 .fix .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec6 .fix .wrap .sec6_top {
    margin-bottom: 50px;
}

.sec6 .fix .wrap .sec6_top .h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 1;
}

.sec6 .fix .wrap .sec6_top .p {
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    margin: 20px 0 0;
}

.sec6 .fix .wrap .crosswise .crosswise_box {
    width: max-content;
    display: flex;
    gap: 28px;
}

.sec6 .fix .wrap .crosswise .crosswise_box .item {
    width: 747px;
}

.sec6 .fix .wrap .crosswise .crosswise_box .item .img {
    display: block;
    width: 100%;
    height: 410px;
}

.sec6 .fix .wrap .crosswise .crosswise_box .item .img img {
    display: block;
}

.sec6 .fix .wrap .crosswise .crosswise_box .item .btn {
    height: 46px;
    background: #EAEBEA;
    border-radius: 23px;
    width: fit-content;
    padding: 0 10px;
    min-width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 39px auto 0;
}

.sec7 {
    padding: 120px 0 0;
}

.sec7 .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 46px;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.2;
}

.sec7 .title span {
    color: #7F1084;
}

.sec7 .img {
  display: block;
    width: 1200px;
    margin: 85px auto 0;
}

.sec7 .img img {
    display: block;
    width: 100%;
}

.cursor {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.cursor .cursor_box {
    width: 109px;
    height: 109px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.6s;
    transform: scale(0);
}

.cursor .cursor_box.on {
    transform: scale(1);
}

.cursor .cursor_box img {
    display: block;
    position: absolute;
}

.cursor .cursor_box img:nth-child(1) {
    width: 97px;
    animation: 10s scale linear infinite;
}

.cursor .cursor_box img:nth-child(2) {
    width: 16px;
}

@keyframes scale {
    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 1919px) {
    .sec1 .fix .relative .pro_links{
        top: 4.53125vw;
        left: 2.1354166667vw;
        gap: 0.2083333333vw;
    }
    .sec1 .fix .relative .pro_links a, .sec1 .fix .relative .pro_links span{
        font-size: 0.7291666667vw;
        line-height: 2.5vw;
    }
    .sec1 .fix .relative .bottom{
        right: 2.0833333333vw;
        bottom: 2.0833333333vw;
    }
    .sec1 .fix .relative .bottom p{
        font-size: 0.7291666667vw;
        margin: 0.7291666667vw 0px 0px;
    }
    .sec1 .fix .relative .text .h1 p{
        font-size: 3.75vw;
    }
    .sec1 .fix .relative .text .p{
        margin: 1.7708333333vw 0px 0px;
    }
    .sec1 .fix .relative .text .p p{
        font-size: 0.9375vw;
    }
    .sec1 .fix .absolute .zi{
        font-size: 26.0416666667vw;
    }
    .sec1 .fix .absolute .zi2{
        font-size: 0.9375vw;
        margin-top: 19.7916666667vw;
    }
    .sec2 .box .title{
        font-size: 2.5vw;
    }
    .sec2 .box .des{
        margin: 1.9270833333vw 0px 4.8958333333vw;
        font-size: 0.8333333333vw;
    }
    .sec2 .box .play{
        width: 5.1041666667vw;
    }
    .sec2 .box .play .btn .cir{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .sec2 .box .play .btn .cir .iconfont{
        font-size: 0.625vw;
        transform: translateX(0.15625vw);
    }
    .sec3{
        padding: 6.9270833333vw 0px 0px;
    }
    .sec3 .title{
        font-size: 2.3958333333vw;
    }
    .sec3 .des{
        margin: 0.9895833333vw 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .sec3 .canvas{
        width: 41.6666666667vw;
        height: 23.4375vw;
    }
    .sec3 .btn{
        padding: 0px 1.3020833333vw 0px 0.9375vw;
        gap: 0.78125vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
    }
    .sec3 .btn p{
        font-size: 0.7291666667vw;
    }
    .sec3 .btn .icon{
        width: 1.6145833333vw;
    }
    .sec4{
        padding: 6.6666666667vw 0px 13.28125vw;
    }
    .sec4 .title{
        font-size: 1.875vw;
    }
    .sec4 .des{
        margin: 0.7291666667vw 0px 2.7083333333vw;
        font-size: 0.9375vw;
    }
    .sec4 .list{
        width: 62.5vw;
        gap: 3.0208333333vw 2.0833333333vw;
    }
    .sec4 .list .item{
        width: 30.2083333333vw;
        height: 20.8333333333vw;
    }
    .sec4 .list .item .p1{
        font-size: 0.8333333333vw;
        top: 3.1770833333vw;
    }
    .sec4 .list .item .text{
        right: 3.59375vw;
        width: 16.9270833333vw;
    }
    .sec4 .list .item .text .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 0.4166666667vw;
    }
    .sec4 .list .item .text .icon img{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .sec4 .list .item .text .h5{
        font-size: 2.5vw;
        margin: 1.0416666667vw 0px 1.1458333333vw;
    }
    .sec4 .list .item .text .p{
        font-size: 0.8333333333vw;
    }
    .sec4 .list .item_sp{
        height: 23.9583333333vw;
    }
    .sec5 .sec5_top .h5{
        font-size: 2.3958333333vw;
    }
    .sec5 .sec5_top .p{
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 0px;
    }
    .sec6 .fix .wrap{
        width: 62.5vw;
    }
    .sec6 .fix .wrap .sec6_top{
        margin-bottom: 2.6041666667vw;
    }
    .sec6 .fix .wrap .sec6_top .h5{
        font-size: 2.3958333333vw;
    }
    .sec6 .fix .wrap .sec6_top .p{
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec6 .fix .wrap .crosswise .crosswise_box{
        gap: 1.4583333333vw;
    }
    .sec6 .fix .wrap .crosswise .crosswise_box .item{
        width: 38.90625vw;
    }
    .sec6 .fix .wrap .crosswise .crosswise_box .item .img{
        height: 21.3541666667vw;
    }
    .sec6 .fix .wrap .crosswise .crosswise_box .item .btn{
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        padding: 0px 0.5208333333vw;
        min-width: 7.7083333333vw;
        font-size: 0.8333333333vw;
        margin: 2.03125vw auto 0px;
    }
    .sec7{
        padding: 6.25vw 0px 0px;
    }
    .sec7 .title{
        font-size: 2.3958333333vw;
    }
    .sec7 .img{
        width: 62.5vw;
        margin: 4.4270833333vw auto 0px;
    }
    .cursor .cursor_box{
        width: 5.6770833333vw;
        height: 5.6770833333vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .cursor .cursor_box img:nth-child(1){
        width: 5.0520833333vw;
    }
    .cursor .cursor_box img:nth-child(2){
        width: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 .fix .relative .text {
        width: 90vw;
        text-align: center;
    }
    .sec1 .fix .relative .text .h1 p {
        font-size: 22px;
    }
    .sec1 .fix .relative .text .p {
        margin: 20px 0 0;
    }
    .sec1 .fix .relative .text .p p {
        font-size: 14px;
    }
    .sec1 .fix .relative .bottom p {
        font-size: 10px;
        margin: 8px 0 0;
    }
    .sec2 {
        padding: 60px 5vw ;
        height: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec2 .box {
        position: unset;
        transform: unset;
    }
    .sec2 .bg {
        height: unset;
    }
    .sec2 .box .title {
        font-size: 20px;
        color: #1A1A1A;
    }
    .sec2 .box .des {
        font-size: 13px;
        color: #999999;
        margin: 10px 0 20px;
    }
    .sec2 .box .play .btn img {
    }
    .sec2 .box .play .btn .cir {
        width: 32px;
        height: 32px;
    }
    .sec2 .box .play {
        width: 74px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57vw;
    }
    .sec2 .box .play .btn .cir .iconfont {
        font-size: 10px;
    }
    .sec3 {
        padding: 10px 5vw 0;
    }
    .sec3 .title {
        font-size: 20px;
    }
    .sec3 .des {
        margin: 10px 0 25px;
        font-size: 14px;
    }
    .sec3 .canvas {
        width: 100%;
        height: 60vw;
    }
    .sec3 .btn .icon {
        width: 18px;
    }
    .sec3 .btn p {
        font-size: 13px;
    }
    .sec3 .btn {
        padding: 0 15px;
        height: 36px;
        border-radius: 18px;
        gap: 8px;
    }
    .sec4 {
        padding: 70px 5vw 50px;
    }
    .sec4 .title {
        font-size: 20px;
    }
    .sec4 .des {
        margin: 10px 0 25px;
        font-size: 14px;
    }
    .sec4 .list {
        width: 100%;
        gap: 25px;
    }
    .sec4 .list .item {
        width: 100%;
        height: 60vw;
        border-radius: 8px;
        overflow: hidden;
    }
    .sec4 .list .item .p1 {
        font-size: 13px;
        top: 6.177083vw;
    }
    .sec4 .list .item .text .icon {
        width: 36px;
        height: 36px;
        border-radius: 4px;
    }
    .sec4 .list .item .text .icon img {
        width: 14px;
        height: 14px;
    }
    .sec4 .list .item .text .h5 {
        font-size: 16px;
        margin: 10px 0;
    }
    .sec4 .list .item .text .p {
        font-size: 12px;
    }
    .sec4 .list .item .text {
        width: 56vw;
    }
    .sec5 {
        height: 46vh;
    }
    .sec5 .sec5_top {
        top: 5vh;
    }
    .sec5 .sec5_top .h5 {
        font-size: 18px;
    }
    .sec5 .sec5_top .p {
        padding: 0 5vw;
        font-size: 12px;
        margin: 15px 0 0;
    }
    .sec6 {
        height: unset !important;
        overflow: hidden;
    }
    .sec6 .fix {
        height: unset;
        padding: 60px 5vw;
    }
    .sec6 .fix .wrap {
        width: 100%;
    }
    .sec6 .fix .wrap .sec6_top .h5 {
        font-size: 20px;
    }
    .sec6 .fix .wrap .sec6_top .p {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .sec6 .fix .wrap .sec6_top {
        margin-bottom: 25px;
    }
    .sec6 .fix .wrap .crosswise {
        display: none;
    }
    .sec6 .fix .wrap .sec6_swiper {
        display: block !important;
        overflow: unset;
    }
    .sec6 .fix .wrap .sec6_swiper .swiper-slide .btn {
        padding: 4px 15px;
        border-radius: 40px;
        background: #FFFFFF;
        font-size: 13px;
        width: fit-content;
        margin: 15px 0 0;
    }
    .sec7 {
        padding: 60px 5vw;
    }
    .sec7 .title {
        font-size: 20px;
    }
    .sec7 .img {
        width: 100%;
        margin: 40px 0 0;
    }
    .sec1 .fix .absolute {
        display: none;
    }
    .sec1 {
        height: unset;
    }
    .sec1 .fix {
        height: 50vh;
    }
    .sec1 .fix .relative {
        display: none;
    }
    .sec1 .fix .video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
    }
    .sec1 .fix .video video {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
