﻿/* @media (max-width: 1920px) {
    html{
        font-size: .5vw !important;
    }
} */
.box-title{
    font-size: 7.2rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.title-box{
    margin: 16rem 0 5.2rem;
    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-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-title::after {
    content: "MICRO DRAMA";
    position: absolute;
    top: 6px;
    left: 6px;
    color: #0005FF;
    z-index: -1;
    width: 100%;
}
.box-1 .box-title1::after {
    content: "INTERNATIONAL GROWTH";
}
.box-1 .box-title2::after {
    content: "2024 REPORT";
}
.box-1 .box-title2 .box-title-point{
    position: absolute;
    right: 18rem;
    top: 4rem;
}
.box-6 .box-title::after {
    content: "INTERNATIONAL";
}
.box-6 .box-title1::after {
    content: "DOWNLOADS & REVENUE";
}
.box-6 .box-title2::after {
    content: "2025Q1";
}
.box-6 .box-title2 .box-title-point{
    position: absolute;
    right: 28rem;
    top: 4rem;
}
.ins-title{
    font-size: 4.8rem;
    font-weight: 600;
    width: fit-content;
    margin: 18rem auto 5.2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out,transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.ins-title.active1 {
    opacity: 1;
    transform: translateY(0);
}
.ins-title .ins-point{
    width: 2.8rem;
    height: 2.8rem;
    background-image: linear-gradient(218deg, #FE5A01 1%, #003FFF 100%);
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 0;
    z-index: -1;
}
.box-2{
    margin-top: 16rem;
    padding: 0 24rem;
}
.box-2 .ins-content{
    font-size: 2.4rem;
    justify-content: center;
    align-items: flex-end;
    margin-top: 5rem;
    gap: 6rem;
}
.box-2 .ins-content .ins-content-left img{
    width: 8rem;
    height: 8rem;
    margin-right: 3rem;
}
.ins-content-left{
    height: 42rem;display: flex;flex-direction: column;justify-content: space-between;padding: 1rem 0;
}
.box-2 .ins-content .ins-content-right img{
    width: 90rem;
}
.ins-content-right-num>div{
    line-height: 3.6rem;
}
.ins-content-right-num>div div span:first-child{
    min-width: 17rem;
}
.ins-content-right-num>div div span:last-child{
    min-width: 17rem;
    text-align: right;
}
.ins-content-right-num>div span:nth-child(2){
    margin-left: -2rem;
}
.ins-content-right-num>div span{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 11rem;
}
.box-3-content{
    font-size: 3.6rem;
    padding: 5rem 25rem 0;
    justify-content: center;
    gap: 6rem;
}
.box-3-content>div{
    width: 68rem;
}
.box-3-content>div img{
    width: 6.8rem;
}
.box-3-content>div>div:first-child{
    border: 4px solid rgba(0,5,255,1);
    border-radius: 10rem;
    width: 60rem;
    margin: 0 auto 3.6rem;
    justify-content: center;
    padding: 2.2rem 0;
    gap: 3.2rem;
}
.box-3-content>div>img{
    width: 100%;
}
.box-4 div img:nth-child(2),.box-4 div img:nth-child(3),.box-4 div img:nth-child(4){
    width: 20rem;
    position: absolute;
}
.chart-num{
    position: absolute;
}
.chart-num img{
    width: 7.4rem;
    margin-left: 1rem;
}
.chart-num div{
    font-size: 3.6rem;
    border: 1px solid #FE5A01;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0 2rem;
    font-weight: bold;
    align-content: center;
}
.box-5-content{
    width: fit-content;
    margin: auto;
    background-image: linear-gradient(135deg, rgba(0, 12, 255, 0.06) 0%, rgba(0, 5, 255, 0.85) 100%);
    border-radius: 5rem;
    margin-top: 8rem;
    padding: 1rem;
}
.box-6-content{
    width: fit-content;
    margin: auto;
    background-image: linear-gradient(135deg, rgba(0, 12, 255, 0.06) 0%, rgba(0, 5, 255, 0.85) 100%);
    border-radius: 2.4rem;
    margin-top: 8rem;
    padding: 0.4rem;
}
.box-7-content{
    gap: 4rem;
    margin-top: 7rem;
}
.box-7-content>div{
    display: flex;
    flex-direction: column;
    border: 4px solid rgba(0,11,194,1);
    border-radius: 2.4rem;
    padding: 3rem 4.6rem;
}
.box-7-content>div img{
    width: 12rem;
    margin: 0 auto 2rem;
}
.box-7-content>div>div{
    width: 6rem;
    height: 0.6rem;
    background: #FE4401;
    margin-bottom: 1rem;
}
.box-7-content>div>span:nth-child(2){
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
.box-7-content>div>span:nth-child(3){
    font-size: 6rem;
    font-weight: bold;
}
.box-7-content>div>span:nth-child(5){
    font-size: 2.4rem;
    font-weight: bold;
}


/* 动画 */
.flesh {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform; /* 优化性能 */
}
.box-3 .flesh:nth-child(1){
    transform: translateX(-50px);
}
/* 偶数项：从右边进入 */
.box-3 .flesh:nth-child(2){
    transform: translateX(50px);
}
.box-4 .flesh:nth-child(2),.box-4 .flesh:nth-child(3){
    transform: translateX(-50px);
}
.box-4 .flesh:nth-child(4){
    transform: translateX(50px);
}
.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);
}
/* 激活状态 */
.flesh.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.box-7 .flesh:nth-child(1){
    transform: translateX(-50px);
}
.box-7 .flesh:nth-child(2){
    transform: translateY(50px);
}
.box-7 .flesh:nth-child(3){
    transform: translateX(50px);
}
.box-7-box{
    opacity: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}
/* 左侧盒子：从左斜上方进入 */
.left-box {
    transform: translateX(-100px) translateY(-50px) rotate(-5deg);
}

/* 中间盒子：从下方进入 */
.center-box {
    transform: translateY(100px);
}

/* 右侧盒子：从右斜上方进入 */
.right-box {
    transform: translateX(100px) translateY(-50px) rotate(5deg);
}
/* 完全可见状态 */
.box-7-box.active-in {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 反向消失状态 */
.left-box.active-out {
    transform: translateX(-100px) translateY(50px) rotate(5deg);
}
.center-box.active-out {
    transform: translateY(-100px);
}
.right-box.active-out {
    transform: translateX(100px) translateY(50px) rotate(-5deg);
}

/* 激活状态 */
.box-7-box.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
}