:root {
    --main-purple: #ffffff;
    --title-font: 'H-Bold';
}

.box {
    position: relative;
}

.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}

/* 动画定义 */
@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes podinUmbrellaLeft {
    0% {
        opacity: 0;
        transform: translate(118%, -2%) rotate(16deg) scale(0.78);
    }

    58% {
        opacity: 1;
        transform: translate(0, 0) rotate(0) scale(1);
    }

    76% {
        transform: translate(-5%, -1%) rotate(-3deg) scale(1.035);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0) scale(1);
    }
}

@keyframes podinUmbrellaCenter {
    0% {
        opacity: 0;
        transform: translate(0, 10%) scale(0.78);
    }

    58% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    76% {
        transform: translate(0, -3%) scale(1.04);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

@keyframes podinUmbrellaRight {
    0% {
        opacity: 0;
        transform: translate(-118%, -2%) rotate(-16deg) scale(0.78);
    }

    58% {
        opacity: 1;
        transform: translate(0, 0) rotate(0) scale(1);
    }

    76% {
        transform: translate(5%, -1%) rotate(3deg) scale(1.035);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0) scale(1);
    }
}

@keyframes podinFloatLeft {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-0.8rem) rotate(-1.5deg);
    }
}

@keyframes podinFloatCenter {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-0.7rem) scale(1.015);
    }
}

@keyframes box2DeviceFloat {

    0%,
    100% {
        transform: translateX(-50%) translateY(0) scale(1);
    }

    50% {
        transform: translateX(-50%) translateY(-0.7rem) scale(1.015);
    }
}

@keyframes box5DeviceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.65rem);
    }
}

@keyframes podinFloatRight {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-0.8rem) rotate(1.5deg);
    }
}

@keyframes podinColorFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.55rem);
    }
}

@keyframes box9ProductIntro {
    0% {
        opacity: 0;
        transform: translateY(4rem) scale(0.92);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes podinIconGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    50% {
        filter: drop-shadow(0 0 0.65rem rgba(255, 255, 255, 0.55));
    }
}

.box1_title {
    position: absolute;
    top: 21%;
    left: 13%;
    width: 35%;
    color: rgb(230 230 230);
    /* line-height: 2rem; */
    /* text-align: left; */
    font-size: 8rem;
    font-family: 'H-Bold';
    line-height: 11rem;
}

.box1_title.animate__animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.box1_title.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

.box1_list_con {
    position: absolute;
    top: 56%;
    left: 9%;
    width: 43%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: row;
}

.box1_img1 {
    position: absolute;
    top: 26%;
    right: 37%;
    width: 10%;
    transform-origin: 50% 100%;
    animation: podinUmbrellaLeft 3.1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both, podinFloatLeft 4.8s ease-in-out 3.8s infinite !important;
}

.box1_img2 {
    position: absolute;
    top: 18%;
    right: 26%;
    width: 9%;
    transform-origin: 50% 100%;
    animation: podinUmbrellaCenter 3s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both, podinFloatCenter 4.6s ease-in-out 3.9s infinite !important;
}

.box1_img3 {
    position: absolute;
    top: 29%;
    right: 11%;
    width: 14%;
    transform-origin: 50% 100%;
    animation: podinUmbrellaRight 3.1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both, podinFloatRight 4.9s ease-in-out 4.1s infinite !important;
}

.box1_list_con .item {
    width: 43%;
    height: 8rem;
    display: flex;
    /* flex-direction: row; */
    text-align: center;
    color: #ffffff;
    align-items: center;
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 3rem 1rem; */
    justify-content: flex-start;
    margin: 2rem 1rem;
    animation: UpDown 3.6s ease-in-out infinite;
    flex-direction: column;
}

.box1_list_con .item:nth-child(1) {
    animation-delay: 0s;
}

.box1_list_con .item:nth-child(2) {
    animation-delay: 0.2s;
}

.box1_list_con .item:nth-child(3) {
    animation-delay: 0.4s;
}

.box1_list_con .item:nth-child(4) {
    animation-delay: 0.6s;
}

.box1_list_con .item span {
    /* padding-top: 0.5rem; */
    font-size: 1.3rem;
    font-weight: bold;
    /* padding-left: 1.5rem; */
}

.box1_list_con .item img {
    width: 5rem;
    animation: podinIconGlow 3.8s ease-in-out infinite;
    /* padding-top: 2.5rem; */
}



@media screen and (max-width: 782px) {
 .box1_title {
    top: 3.5%;
    left: 6%;
    width: 94%;
    font-size: 4rem;
    text-align: center;
    line-height: 5rem;
    z-index: 3;
    margin: 0 auto;
}

   

    .box1_img1 {
    position: absolute;
    top: 48%;
    right: 62%;
    width: 17%;
}

   .box1_img2 {
    position: absolute;
    top: 37%;
    right: 40%;
    width: 18%;
}
.box1_img3 {
    position: absolute;
    top: 49%;
    right: 17%;
    width: 23%;
}

}


/* Shared Title Styles */
.box2_top_title,
.box3_top_title,
.box4_top_title,
.box5_top_title,
.box6_top_title,
.box7_top_title,
.box8_top_title {
    position: absolute;
    color: var(--main-purple);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    font-family: var(--title-font);
    text-transform: none;
    text-align: center;
}

.box2_top_title {
    top: 5%;
    /* left: 18%; */
    width: 100%;
    font-size: 3.1rem;
}

.box2_top_title p {
    font-weight: 500;
    font-size: 2rem;
    /* text-align: center; */
    width: 100%;
    font-family: 'H-Bold';
    text-transform: none;
}

.box2_top_title p::first-letter {
    text-transform: none;
}
    /* 
    .box1_img3 {
        position: absolute;
        top: 29%;
        right: 11%;
        width: 14%;
        transform-origin: 50% 100%;
        animation: podinUmbrellaRight 3.1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both, podinFloatRight 4.9s ease-in-out 4.1s infinite !important;
    } */

.box2 .desktop-only,
.box2 .mobile-only {
    position: relative;
    overflow: hidden;
}

.box2_bg {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.box2_device {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10.5%;
    max-width: none;
    transform: translateX(-50%);
    z-index: 3;
    /* animation: box2DeviceFloat 4.6s ease-in-out infinite; */
    pointer-events: auto;
    user-select: auto;
}

.box2_list_con {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    user-select: none;
}

.box2_list_con .item {
    position: absolute;
    width: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    text-align: center;
    color: #ffffff;
    font-family: 'H-Bold';
    font-weight: bold;
    animation: UpDown 3.6s ease-in-out infinite;
    pointer-events: auto;
    user-select: auto;
}

.box2_list_con .item:nth-child(1) {
    top: 20%;
    left: 19.8%;
    animation-delay: 0s;
}

.box2_list_con .item:nth-child(2) {
    top: 61%;
    left: 19.8%;
    animation-delay: 0.2s;
}

.box2_list_con .item:nth-child(3) {
    top: 20%;
    right: 20.5%;
    animation-delay: 0.4s;
}

.box2_list_con .item:nth-child(4) {
    top: 61%;
    right: 18.5%;
    width: 16rem;
    animation-delay: 0.6s;
}

.box2_list_con .item span {
    font-size: 1.15rem;
    line-height: 1.18;
    letter-spacing: 0;
    text-shadow: 0 0 0.65rem rgba(197, 74, 255, 0.65);
    pointer-events: auto;
    user-select: text;
}

.box2_list_con .item img {
    width: 7.2rem;
    animation: podinIconGlow 3.8s ease-in-out infinite;
    pointer-events: auto;
    user-select: auto;
}

@media screen and (max-width: 782px) {
    .box2_top_title {
        top: 3%;
        right: 0;
        left: 0;
        width: 95%;
        margin: 0 auto;
        font-size: 2rem;
        text-align: center;
    }

    .box2_top_title p {
        font-size: 1.1rem;
        width: 100%;
    }

   .box2_device {
    bottom: 0;
    width: 27%;
    max-width: 9rem;
}
.box2_list_con {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
    gap: 8.9rem 48%;
    align-content: start;
    padding: 10% 5% 46%;
}

 .box2_list_con .item, .box2_list_con .item:nth-child(1), .box2_list_con .item:nth-child(2), .box2_list_con .item:nth-child(3), .box2_list_con .item:nth-child(4) {
    position: static;
    width: 100%;
    min-width: 0;
    gap: 1.35rem;
    animation: UpDown 3s ease-in-out infinite;
}

    .box2_list_con .item img {
        /* width: min(17vw, 4.3rem); */
    }

  .box2_list_con .item span {
    max-width: 7.2rem;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.18;
    color: #ffffff;
    pointer-events: auto;
    user-select: text;
}
}

.box3_top_title {
    top: 14%;
    left: 8%;
    width: 46%;
    font-size: 7rem;
    line-height: 8rem;
    text-align: left;
    /* color: black; */
}

.box3_top_title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    width: 89%;
    text-align: left;
    /* margin: 0rem auto 0; */
    font-family: 'H-Bold';
    text-transform: none;
}

.box3_top_title p::first-letter {
    text-transform: none;
}




.box3_list_con_1 {
    position: absolute;
    top: 54%;
    left: 7%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    flex-direction: row;
}

.box3_list_con_1 .item {
    width: 48%;
    min-height: 6.5rem;
    display: flex;
    text-align: left;
    color: #000000;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
    margin: 0;
    animation: none;
    flex-direction: row;
}

.box3_list_con_1 .item span {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1;
}

.box3_list_con_1 .item span strong {
    font-size: 1.55rem;
    line-height: 1.05;
}

.box3_list_con_1 .item span small {
    max-width: 16rem;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.22;
}

.box3_list_con_1 .item img {
    width: 6.2rem;
    flex: 0 0 auto;
}

.box3_list_con_1 .item:nth-child(2) img {
    width: 7.1rem;
}

@media screen and (max-width: 782px) {
.box3_top_title {
    top: 5%;
    left: 0%;
    opacity: 0;
    width: 100%;
    font-size: 3rem;
    text-align: center;
    line-height: 4rem;
}
   .box3_top_title p {
    font-size: 1.3rem;
    text-align: center;
    /* font-weight: 500; */
    line-height: 1.9rem;
    /* margin: 0; */
    width: 100%;
}

    .box3_list_con_1 .item {
        width: 48%;
        min-height: 4.8rem;
        display: flex;
        text-align: left;
        color: #000000;
        align-items: center;
        justify-content: flex-start;
        gap: 0.55rem;
        margin: 0;
        animation: none;
        flex-direction: row;
    }

    .box3_list_con_1 {
        position: absolute;
        top: 29%;
        left: 4%;
        width: 92%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.6rem;
        flex-direction: row;
    }

    .box3_list_con_1 .item img {
        width: 2.4rem;
    }

    .box3_list_con_1 .item:nth-child(2) img {
        width: 2.8rem;
    }

    .box3_list_con_1 .item span {
        gap: 0.25rem;
        font-size: 0.78rem;
    }

    .box3_list_con_1 .item span strong {
        font-size: 0.9rem;
        line-height: 1.05;
    }

    .box3_list_con_1 .item span small {
        max-width: 8rem;
        font-size: 0.68rem;
        line-height: 1.12;
    }
}

.box4 {
    z-index: 99;
}

.box4_top_title {
    top: 11%;
    left: 9%;
    width: 59%;
    font-size: 6rem;
    text-align: left;
}

.box4_top_title p {
    font-size: 1.7rem;
    /* text-align: left; */
    font-weight: 500;
    font-family: 'H-Bold';
    /* text-indent: 6rem; */
    width: 89%;
    /* text-transform: none; */
    text-align: left;
}

.box4_top_title p::first-letter {
    text-transform: none;

}

@media screen and (max-width: 782px) {
  .box4_top_title {
    width: 100%;
    top: 5%;
    right: 0%;
    left: 0%;
    font-size: 2rem;
    text-align: center;
}
.box4_top_title p {
    font-size: 1.2rem;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    text-indent: 0rem;
    /* left: 10%; */
    /* margin-left: 2rem; */
    text-align: center;
}

}


.box5 .desktop-only,
.box5 .mobile-only {
    position: relative;
    overflow: hidden;
}

.box5_bg {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.box5_list_con {
    position: absolute;
    top: 22%;
    left: 15%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 7.1rem;
    width: 55%;
    color: #ffffff;
}

.box5_list_con .item {
    display: flex;
    align-items: center;
    gap: 4.5rem;
    min-height: 6.7rem;
}

.box5_list_con .item img {
    width: 5rem;
    flex: 0 0 auto;
    pointer-events: auto;
    user-select: auto;
}

.box5_list_con .item span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    font-family: 'H-Bold';
    line-height: 1.05;
    text-align: left;
}

.box5_list_con .item strong {
    display: block;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: 0;
}

.box5_list_con .item small {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}


@media screen and (max-width: 782px) {
   .box5_list_con {
    top: 1%;
    left: 8%;
    gap: 0.35rem;
    width: 52%;
}
   .box5_list_con .item {
    gap: 0.75rem;
    min-height: 12.2rem;
}
    .box5_list_con .item img {
    width: 21%;
}

   .box5_list_con .item strong {
    font-size: 1.5rem;
}

    .box5_list_con .item small {
    max-width: 12rem;
    font-size: 1rem;
    line-height: 1.16;
}

 
}

/* 第六张 */
.box6_top_title {
    top: 32%;
    left: 7%;
    width: 51%;
    font-size: 5rem;
    text-align: left;
}
.box6_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: left;
    font-family: 'H-Bold';
    text-transform: none;
}

.box6_top_title p::first-letter {
    text-transform: none;
}

@media screen and (max-width: 782px) {
    .box6_top_title {
        top: 5%;
        right: 0%;
        left: 0%;
        width: 100%;
        margin: 0 auto;
        font-size: 2.8rem;
        text-align: center;
    }

    .box6_top_title p {
        font-size: 1.3rem;
        text-align: center;
    }


}

/* 第7张 */
.box7_top_title {
    top: 21%;
    width: 58%;
    font-size: 5rem;
    text-align: left;
    left: 7%;
}

.box7_top_title p {
    font-weight: 500;
    font-size: 3rem;
    text-align: left;
    font-family: 'H-Bold';
    text-transform: none;
    width: 74%;
}

.box7_top_title p::first-letter {
    text-transform: none;
}

@media screen and (max-width: 782px) {
    /* .box5_top_title {
        top: 7%;
        right: 0%;
        left: 0%;
        width: 99%;
        margin: 0 auto;
        font-size: 2rem;
        text-align: center;
    }

    .box5_top_title p {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        color: white;
    } */

   .box7_top_title {
    top: 6%;
    right: 0%;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    font-size: 2.5rem;
    text-align: center;
}
    .box7_top_title p {
        font-size: 1.3rem;
        text-align: center;
        width: 92%;
        margin: 0 auto;
    }

}

/* 第8张 */
.box8_top_title {
    top: 30%;
    width: 80%;
    font-size: 4rem;
    text-align: left;
    left: 8%;
}

.box8_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: left;
    font-family: 'H-Bold';
    text-transform: none;
    width: 55%;
}
.box8_top_title p::first-letter {
    text-transform: none;
}

.box8_list_con {
    position: absolute;
    top: 19%;
    left: 10%;
    width: 90%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: row;
}

.box8_list_con .item {
    width: 43%;
    height: 8rem;
    display: flex;
    /* flex-direction: row; */
    text-align: center;
    color: #fcfcfc;
    align-items: center;
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 3rem 1rem; */
    justify-content: flex-start;
    margin: 2rem 1rem;
    opacity: 0;
    transform: translateY(3rem) scale(0.9);
    transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
}

.box8_list_con .item:nth-child(2) {
    transition-delay: 0.18s;
}

.box8_list_con .item:nth-child(3) {
    transition-delay: 0.36s;
}

.box8_list_con .item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.box8_list_con .item.is-visible img {
    animation: podinColorFloat 3.8s ease-in-out 0.9s infinite;
}

.box8_list_con .item span {
    /* padding-top: 0.5rem; */
    font-size: 2rem;
    font-weight: bold;
    /* padding-left: 1.5rem; */
}

.box8_list_con .item img {
    width: 13rem;
    transition: transform 0.35s ease, filter 0.35s ease;
    /* padding-top: 2.5rem; */
}

.box8_list_con .item:hover img {
    filter: drop-shadow(0 1rem 1.4rem rgba(0, 0, 0, 0.32));
    transform: scale(1.06);
}

@media screen and (max-width: 782px) {
  .box8_top_title {
    top: 10%;
    right: 0%;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
}

  .box8_top_title p {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
}

    .box8_list_con {
        position: absolute;
        top: 34%;
        left: 4%;
        width: 100%;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        flex-direction: row;
    }

    .box8_list_con .item {
        width: 25%;
        /* height: 0rem; */
        display: flex;
        /* flex-direction: row; */
        text-align: center;
        color: #ffffff;
        align-items: center;
        background-size: 99%;
        background-position: center;
        background-repeat: no-repeat;
        /* padding: 3rem 1rem; */
        justify-content: flex-start;
        margin: 2rem 1rem;
        transition-delay: 0s;
        flex-direction: column;
    }

    .box8_list_con .item:nth-child(2) {
        transition-delay: 0.14s;
    }

    .box8_list_con .item:nth-child(3) {
        transition-delay: 0.28s;
    }

    .box8_list_con .item span {
        /* padding-top: 0.5rem; */
        font-size: 1.5rem;
        font-weight: bold;
        /* padding-left: 1.5rem; */
    }

    .box8_list_con .item img {
        width: 5.5rem;
    }

}


/* 第9张 */
.box9_top_title {
    position: absolute;
    top: 8%;
    left: 6%;
    width: 88%;
    font-size: clamp(2.6rem, 4.1vw, 4rem);
    line-height: 1.04;
    text-align: center;
    color: white;
    font-family: 'H-Bold';
    font-weight: 700;
    letter-spacing: 0;
}

.box9_list_con {
    position: absolute;
    top: 35%;
    /* left: 17%; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(3rem, 5vw, 5.2rem);
    flex-direction: row;
}

.box9_list_con .item {
    width: clamp(7.2rem, 9vw, 11.5rem);
    height: auto;
    display: flex;
    text-align: center;
    color: #fcfcfc;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    opacity: 0;
    transform: translateY(4rem) scale(0.92);
    transition: opacity 0.9s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
    animation: box9ProductIntro 0.95s cubic-bezier(0.16, 1, 0.3, 1) both;
    flex-direction: column;
    will-change: transform, opacity;
}
.box9_list_con .item:nth-child(2) {
    transition-delay: 0.18s;
    animation-delay: 0.18s;
}

.box9_list_con .item:nth-child(3) {
    transition-delay: 0.36s;
    animation-delay: 0.36s;
}

.box9_list_con .item:nth-child(4) {
    transition-delay: 0.54s;
    animation-delay: 0.54s;
}

.box9_list_con .item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.box9_list_con .item.is-visible img {
    animation: podinColorFloat 3.8s ease-in-out 1s infinite;
}

.box9_list_con .item img {
    width: 100%;
    max-height: 31rem;
    object-fit: contain;
    animation: podinColorFloat 3.8s ease-in-out 1.2s infinite;
    transition: transform 0.35s ease, filter 0.35s ease;
    filter: drop-shadow(0 1rem 1.35rem rgba(0, 0, 0, 0.34));
}
.box9_list_con .item:hover img {
    filter: drop-shadow(0 1.4rem 1.7rem rgba(0, 0, 0, 0.44));
    transform: translateY(-0.55rem) scale(1.045);
}

@media screen and (max-width: 782px) {
  .box9_top_title {
    top: 7%;
    right: 0%;
    left: 0%;
    width: 97%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.08;
    text-align: center;
}

    .box9_list_con {
        position: absolute;
        top: 30%;
        left: 6%;
        width: 88%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 0.85rem;
        flex-direction: row;
    }

    .box9_list_con .item {
        width: 22%;
        height: auto;
        display: flex;
        text-align: center;
        color: #ffffff;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
        transition-delay: 0s;
        flex-direction: column;
    }

    .box9_list_con .item:nth-child(2) {
        transition-delay: 0.18s;
    }

    .box9_list_con .item:nth-child(3) {
        transition-delay: 0.36s;
    }

    .box9_list_con .item:nth-child(4) {
        transition-delay: 0.54s;
    }

  .box9_list_con .item img {
    width: 100%;
    max-height: 25rem;
}

}




.SPECIFICATION {
    height: 55rem;
    position: relative;
    background:
        radial-gradient(circle at 12% 100%, rgba(118, 18, 151, 0.55) 0%, rgba(55, 16, 96, 0.34) 24%, rgba(8, 9, 20, 0) 55%),
        radial-gradient(circle at 88% 100%, rgba(0, 94, 203, 0.52) 0%, rgba(9, 50, 126, 0.34) 26%, rgba(8, 9, 20, 0) 58%),
        linear-gradient(180deg, #080911 0%, #070814 42%, #090b1f 72%, #101239 100%);
    text-transform: none;
}

.SPECIFICATION_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    font-family: 'H-Bold';
    width: 85%;
    text-align: center;
    font-size: 5rem;
    color: #ffffff;
}

.param_wrap {
    position: absolute;
    top: 23%;
    right: 10%;
    left: 10%;
    display: flex;
    justify-content: space-between;
    color: #000000;
}

.param-left {
    width: 40%;
    background-color: #ffffff;
    border-radius: 1rem;
}
.param-left img {
    width: 40%;
    margin: 3rem auto;
}
.param-center {
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-center div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
    border-radius: 1rem;
    height: 11.5rem;
    padding: 1rem 2rem;
}

.param-center div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-center div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}



.param-right {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-right div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
    border-radius: 1rem;
    height: 11.5rem;
    padding: 1rem 2rem;
}

.param-left,
.param-center div,
.param-right div {
    transition: none;
    animation: none;
}

.param-right div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-right div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}

.param-text,
.param-text1,
.param-text2,
.param-text3,
.param-text4,
.param-text5 {
    display: inline-block;
    opacity: 0;
    transform: translateY(0.8rem);
    transition: opacity 1.6s ease, transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}


@media screen and (max-width: 782px) {
    .SPECIFICATION {
        height: 66rem;
    }

    .SPECIFICATION_top_title {
        top: 1%;
        right: 0;
        left: 4%;
        width: 95%;
        font-size: 3rem;
    }

    .param_wrap {
        top: 10%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .param-left {
        width: 100%;
        margin-bottom: 1rem;
    }

    .param-center {
        width: 45%;
    }

    .param-center div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-center div span {

        font-size: 1rem;
    }

    .param-center div span:nth-child(2) {

        font-size: 1.16rem;
    }

    .param-right {
        width: 45%;
    }

    .param-right div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-right div span {
        font-size: 1rem;
    }

    .param-right div span:nth-child(2) {
        font-size: 1.16rem;
    }
}

.box2_top_title p,
.box3_top_title p,
.box4_top_title p,
.box5_top_title p,
.box6_top_title p,
.box7_top_title p,
.box8_top_title p {
    font-size: clamp(1.45rem, 1.12vw, 2rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.box1_list_con .item span,
.box3_list_con_1 .item span,
.box8_list_con .item span,
.param-center div span,
.param-right div span {
    line-height: 1.25;
    letter-spacing: 0;
}

@media screen and (max-width: 782px) {

    .box2_top_title p,
    .box3_top_title p,
    .box4_top_title p,
    .box5_top_title p,
    .box6_top_title p,
    .box7_top_title p,
    .box8_top_title p {
        font-size: 1.15rem;
        line-height: 1.42;
    }

    .box1_list_con .item span,
    .box3_list_con_1 .item span,
    .box8_list_con .item span {
        line-height: 1.18;
    }
}
