﻿/* 首页新 */
/* @media (max-width: 1920px) { */
    html{
        font-size: .5vw !important;
    }
/* } */
.box-1{
    padding: 6rem 120px 0;
}
.flex{
    display: flex;
}
.flex-justify-center{
    justify-content: center;
}
.flex-items-center{
    display: flex;
    align-items: center;
}
.title-box{
    margin: 16rem 0 5.2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out,transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.title-box.active1 {
    opacity: 1;
    transform: translateY(0);
}
.title-box img{
    width: 13rem;
}
.box-title{
    font-size: 7.2rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.box-title::after {
    content: "ABOUT RISINGJOY";
    position: absolute;
    top: 6px;
    left: 6px;
    color: #0005FF;
    z-index: -1;
    width: 100%;
}
.box-title-point{
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 3rem;
    margin-top: -2rem;
    border-radius: 50%;
    background-image: linear-gradient(218deg, #FE5A01 1%, #003FFF 100%);
}
.box-2{
    padding-bottom: 6.5rem;
    position: relative;
    z-index: 1;
}
.box-2 .box2{
    gap: 5rem;
}
.box-2 .box-title::after{
    content: "OUR EDGE & HIGHLIGHTS";
}
.box-3 .box-title::after{
    content: "GLOBAL REACH";
}
.box-4 .box-title::after{
    content: "OUR JOURNEY";
}
.box-1-body p{
    font-size: 2rem;
    padding-bottom: 4rem;
}
.ceo-img div{
    position: relative;
    z-index: 1;
    padding: 3px;
    /* background: linear-gradient(to right, #013FFE, #FC4402); */
    border-radius: 4rem;
}
.ceo-img>div:hover{
    background: linear-gradient(to right, #013FFE, #FC4402);
}
.ceo-img img{
    width: 32rem;
}
.ceo-img>div::after{
    content: "";
    position: absolute;
    width: 26rem;
    height: 26rem;
    z-index: -1;
    bottom: 3rem;
    border-radius: 50%;
    box-shadow: 
    0 0 100px rgba(0, 5, 255, 0.5), /* 内层柔和光晕 */
    0 0 100px rgba(0, 5, 255, 0.5); /* 外层投影 */
}
.ceo-img>div:first-child::after{
    left: 0.3rem;
}
.ceo-img>div:last-child::after{
    right: 0;
}
.box2-flex{
    padding: 3px;
    background: linear-gradient(to bottom, #0f0f0f, #0005FE);
    border-radius: 4rem;
}
.box2-body{
    width: 50rem;
    height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(15,15,15,1) 0%, rgba(11,12,73,1) 100%);
    border-radius: 4rem;
}
.box2-body img{
    width: 10rem;
    margin-top: 2.5rem;
    margin-bottom: 3.6rem;
}
.box2-body .body-num{
    font-size: 6.25rem;
    font-weight: 600;
    color: #FE4401;
}
.box2-body .body-content{
    font-size: 3.75rem;
    margin-top: 2rem;
    text-align: center;
}
.box2-body .body-title{
    width: 90%;
    font-size: 2.5rem;
    text-align: center;
    background: #0005FF;
    border-radius: 3.5rem;
    height: 7rem;
    line-height: 7rem;
}
.box2-body .body-body{
    margin-bottom: 2.5rem;
}
.box2-body .body-body div:first-child{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-top: 1.875rem;
    margin-right: 2rem;
}
.box2-body .body-body div:last-child{
    font-size: 3.75rem;
    width: 28rem;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    z-index: 1;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 20s linear infinite;
}

.marquee-item {
    width: 41rem;
    margin: 0 15px;
    flex-shrink: 0;
    border: 1.5rem solid rgba(0, 0, 0, 0);
    border-radius: 2.4rem;
    transition: border-color 0.3s;
    overflow: hidden;
}

.marquee-item:hover {
    border-color: #2E2E2E;
}

.marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}
.box-3{
    width: 140rem;
    margin: auto;

}
.div-p{
    font-size: 2rem;
    padding-bottom: 4rem;
}
.box-index1{
    position: relative;
    z-index: 1;
}
.box-map div{
    position: absolute;
    color: #fff;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2rem;
    font-weight: 600;
}
.box-map div:hover{
    color: #FE4401;
}
.box-map div img{
    width: 3rem;
    content: url('/img/index/map-point.png');
}
.box-map div:hover img {
    content: url('/img/index/map-point-hover.png');
}
.box-map img{
    width: 100%;
}
.box-4-content{
    font-size: 2rem;
    line-height: 3.6rem;
    padding: 7rem 0 16rem;
    justify-content: space-between;
    width: 160rem;
    margin: auto;
    align-items: center;
}
.box-4-content img{
    width: 36rem;
    height: 28rem;
}
.box-4-content .date{
    font-size: 4rem;
    color: #FFFFFF;
    line-height: 4rem;
    font-weight: 700;
}
.box-4-content img{
    border-radius: 3rem;
}
.lang-shu{
    background-color: #fff;
    width: 2px;
    height: 8rem;
    opacity: 0.6;
    background: #FFFFFF;
}
.short-shu{
    width: 2px;
    height: 4rem;
    opacity: 0.2;
    background: #FFFFFF;
}
.body-center{
    justify-content: space-between;
    margin: 4rem 0;
    height: 8rem;
}
.body-top,.body-bottom{
    position: relative;
}
.body-top div{
    top: -5rem;
}
.body-bottom div{
    bottom: -3.5rem;
}
.body-top div, .body-bottom div{
    position: absolute;
    width: 30rem;
    background: linear-gradient(to right, #111131, #484C54);
    border: 1px solid #fff;
    border-radius: 2rem;
    left:50%;
    margin-left: -15rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    line-height: 2rem;
}
.video-player {
    position: relative;
    max-width: 200rem;
    /* width: 100%; */
    margin: 20px auto;
    transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.video-player.in-viewport {
    width: 128rem !important;
}
.myVideo{
    padding: 0.5rem;
    background: linear-gradient(to right, #013FFE, #FC4402);
    border-radius: 2rem;
}

.controls {
    display: flex;
    align-items: center;
    background: #333;
    padding: 10px;
    color: white;
}

.controls button {
    background: #444;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}

#progressBar {
    flex-grow: 1;
    margin: 0 10px;
}
.video-play{
    width: 7.2rem;
    height: 7.2rem;
    position: absolute;
    top: 50%;
    margin-top: -3.6rem;
    left: 50%;
    margin-left: -3.6rem;
    z-index: 1;
}

/* 动画 */
.fade-in-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* 激活状态 - 当元素进入视口时 */
.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.box-4-content-body{
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}
/* 奇数项：从上往下 */
.box-4-content-body:nth-child(odd) {
    transform: translateY(-50px);
}

/* 偶数项：从下往上 */
.box-4-content-body:nth-child(even) {
    transform: translateY(50px);
}

/* 激活状态 */
.box-4-content-body.is-visible {
    opacity: 1;
    transform: translateY(0);
}


.flesh-map {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}
.flesh-map.is-visible {
    opacity: 1;
    transform: scale(1);
}