/* common start */
html.noscroll body {
    overflow: hidden;
    scrollbar-gutter: stable;
}

.ace-e-main {
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    background: #fff;
}

.ace-e-main * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

.ace-e-main sup {
    font-size: 0.6em;
}

.ace-e-main sup.yes-click {
    cursor: pointer;
}

.ace-e-main a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.ace-e-main ul,
.ace-e-main ol {
    list-style: none;
    list-style-image: none;
}

.ace-e-main button {
    border: 0;
    font-size: 0;
    line-height: 0;
}

.ace-e-main .nr {
    white-space: nowrap;
    display: inline-block;
}

.ace-e-main img,
.ace-e-main picture {
    border: 0;
    width: 100%;
    display: block;
}

.ace-e-main svg {
    width: 100%;
    display: block;
    overflow: visible;
}

.ace-e-main video {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ace-e-main canvas {
    display: block;
    width: 100%;
}

.ace-e-main em {
    font-style: inherit;
}

.ace-e-main .is-ucwx {
    display: none !important;
}

.ace-e-main .blur-up {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transition: filter 0.2s;
    -webkit-transition: filter 0.2s;
    -moz-transition: filter 0.2s;
}

.ace-e-main .blur-up.lazyloaded {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.ace-e-main br {
    line-height: 0;
}

.ace-e-main .show-mob,
.ace-e-main .show-mob-inline {
    display: none;
}

.ace-e-main .show-pc {
    display: block;
}

.ace-e-main .show-pc-inline {
    display: inline-block;
}

.ace-e-main .common-big-title1{
    color: #000;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.25;
}

.ace-e-main .common-big-title {
    color: #000;
    font-size: 3.333333vw;
    font-weight: 500;
    line-height: 1.25;
}

.ace-e-main .common-sub-title {
    color: #24c8d0;
    font-size: 1.458333vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.041667vw;
}

.ace-e-main .common-desc {
    color: #696f71;
    font-size: 1.145833vw;
    font-weight: 500;
    line-height: 1.6;
}

.ace-e-main .common-desc .highlight-txt {
    color: #000;
    font-style: inherit;
    font-weight: inherit;
}

.ace-e-main .video-control-btn {
    width: 2.0833334vw;
    height: 2.0833334vw;
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    user-select: none;
}

.ace-e-main .video-control-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(2.5vw);
    -webkit-backdrop-filter: blur(2.5vw);
    border-radius: 50%;
    overflow: hidden;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
}

.ace-e-main .video-control-btn .video-btn {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ace-e-main .video-control-btn .btn-item {
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .video-control-btn:hover {
        cursor: pointer;
    }

    .ace-e-main .video-control-btn:hover::before {
        opacity: .6;
    }

}

.ace-e-main .control-video[data-video-state="play"] .video-play {
    opacity: 1;
}

.ace-e-main .control-video[data-video-state="pause"] .video-pause {
    opacity: 1;
}

.ace-e-main .control-video[data-video-state="replay"] .video-replay {
    opacity: 1;
}

.ace-e-main  .move-up {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -webkit-transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -moz-transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}

.ace-e-main  .move-up.active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.ace-e-main .product-buy-btn-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 2.5vw;
    width: fit-content;
    margin: 0 auto;
    pointer-events: none;
}

.ace-e-main .product-buy-btn-price {
    color: #000;
    font-size: 1.458333vw;
    font-weight: 400;
    line-height: 1.25;
    pointer-events: all;
}

.ace-e-main .product-buy-btn-price .price_btn {
    color: inherit;
}

.ace-e-main .product-buy-btn-price span {
    font-size: 0.677083vw;
    font-weight: 400;
}

.ace-e-main .product-buy-btn-wrap .product-buy-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #000;
    background: #000;
    transition: 0.3s ease-out;
    margin-top: 24px;
    cursor: pointer;
    border-radius: 4px;
    pointer-events: all;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .product-buy-btn-wrap .product-buy-btn:hover {
        opacity: .8;
    }
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .product-buy-btn-wrap {
        padding-top: 8.88888889vw;
    }
    
    .ace-e-main .product-buy-btn-price {
        font-size: 5.555555556vw;
    }
    
    .ace-e-main .product-buy-btn-price span {
        font-size: 3.61111111vw;
    }
}


/* common end */

/* kv start */
.ace-e-main .ace-e-kv .kv-img {
    width: 100%;
    overflow: hidden;
}

.ace-e-main .ace-e-kv .kv-img img{
    width: 100vw;
    height: 50vw;
}
@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .ace-e-kv .kv-img img{
        height: 150vw;
    }
}

/* kv end */
/* s2 start */
.ace-e-main .water-wave-container{
    position: relative;
    z-index: 1;
}

.ace-e-main .water-wave-container .water-wave-wrap{
    position: absolute;
    inset: 0;
    z-index: -1;
    background:linear-gradient(180deg, #E2F0F0 0%, #fff 100%);
}

.ace-e-main .water-wave-container .water-wave-wrap .ripples-wrap{
    width: 100%;
    height: 100%;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    background-size: cover;
}

.ace-e-main .ace-e-reasontobuy {
    position: relative;
    z-index: 1;
    pointer-events: none;
    padding: 10.416667vw 0 5.208333vw;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper-container .swiper-overflow {
    width: 100%;
    overflow: hidden;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}
.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .swiper-slide{
    pointer-events: all;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .swiper-slide:nth-last-child(n+2) {
    margin-right: 1.25vw;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .swiper-slide:not(.swiper-slide-active):hover {
        cursor: pointer;
    }
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content {
    position: relative;
    z-index: 1;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap {
    height: 37.5vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.833333vw;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap video{
    transform: scale(1.002);
    -webkit-transform: scale(1.002);
    -moz-transform: scale(1.002);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .mask-img {
    position: absolute;
    z-index: 2;
    inset: 0;
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transform: scale(1.002);
    -webkit-transform: scale(1.002);
    -moz-transform: scale(1.002);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .mask-img picture,
.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .mask-img img{
    height: 100%;
    object-fit: cover;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .show-mask .mask-img {
    opacity: 1;
    transition: opacity 600ms 200ms linear;
    -webkit-transition: opacity 600ms 200ms linear;
    -moz-transition: opacity 600ms 200ms linear;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .reasontobuy-title {
    width: fit-content;
    position: absolute;
    padding: 2.5vw;
    top: 0;
    left: 0;
    z-index: 1;
    transition-timing-function: cubic-bezier(0.85, 0.02, 0.15, 0.53);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition-property: transform,opacity;
}

.ace-e-main .will-change .reasontobuy-title {
    will-change: transform, opacity;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-title p{
    color:#000;
    font-weight:500;
    font-size:1.041667vw;
    line-height: 1.5;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-title h2 {
    color:#000;
    font-size:1.666667vw;
    font-weight:500;
    line-height: 1.5;
    margin-top: 0.833333vw;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-content1 .reasontobuy-title p ,
.ace-e-main .ace-e-reasontobuy .reasontobuy-content2 .reasontobuy-title p {
    color:#fff;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-content1 .reasontobuy-title h2,
.ace-e-main .ace-e-reasontobuy .reasontobuy-content2 .reasontobuy-title h2 {
    color: #fff;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container {
    margin-top: 2.5vw;
    display: flex;
    justify-content: center;
    position: relative;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .reasontobuy-btn-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 0.625vw 1.041667vw;
    pointer-events: all;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 0.52083333vw;
    height: 0.52083333vw;
    background: #fff;
    border-radius: 50%;
    transform: translate3d( calc(var(--cirMove) / var(--innerWidth) * 100vw ), -50%,0);
    -webkit-transform: translate3d( calc(var(--cirMove) / var(--innerWidth) * 100vw ), -50%,0);
    -moz-transform: translate3d( calc(var(--cirMove) / var(--innerWidth) * 100vw ), -50%,0);
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .button-item {
    position: relative;
    width: 2.0833334vw;
    height: 2.0833334vw;
    flex-shrink: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .button-disabled {
    pointer-events: none;
    opacity: .3;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .button-prev {
    transform: translate3d(0, 0, 0) rotate(180deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    -moz-transform: translate3d(0, 0, 0) rotate(180deg);
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .button-item:hover {
        cursor: pointer;
        opacity: 0.6;
    }
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination {
    width: fit-content;
    position: relative;
    z-index: 10;
    inset: auto;
    margin: 0 0.9375vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.5208334vw;
    filter: url(#heart);
    -webkit-filter: url(#heart);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet {
    margin: 0;
    cursor: default;
    flex-shrink: 0;
    width: 0.5208334vw;
    height: 0.5208334vw;
    background: #96E3EE;
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet-active {
    pointer-events: none;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet:hover {
        cursor: pointer;
    }
}

.ace-e-main .ace-e-reasontobuy #canvas-container{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15.625vw;
    height: 7.8125vw;
    z-index: 9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.ace-e-main .ace-e-reasontobuy .reasontobuy1-swiper{
    pointer-events: none;
}

.ace-e-main .ace-e-reasontobuy .reasontobuy1-swiper .swiper-slide{
    pointer-events: none;
}


@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .ace-e-reasontobuy {
        padding: 27.77777777778vw 0 16.66666666666667vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-swiper {
        width: 82.222222vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 4.444444vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .content-wrap {
        height: 108.33333333333334vw;
        border-radius: 2.2222222222222223vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-swiper .reasontobuy-content .reasontobuy-title {
        width: 90%;
        position: static;
        padding: 6.666667vw 0 0;
        margin: 0 auto;
        text-align: center;
        opacity: 1;
    }
    .ace-e-main .ace-e-reasontobuy .reasontobuy-title p {
        opacity: .8;
        font-size: 3.888889vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-title h2 {
        font-size: 5.555556vw;
        margin-top: 2.222222vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-content1 .reasontobuy-title p,
    .ace-e-main .ace-e-reasontobuy .reasontobuy-content2 .reasontobuy-title p {
        color: #000;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-content1 .reasontobuy-title h2,
    .ace-e-main .ace-e-reasontobuy .reasontobuy-content2 .reasontobuy-title h2 {
        color: #000;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container {
        margin-top: 8.888888888888889vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .reasontobuy-btn-wrap {
        padding: 0 1.666667vw;
        background:linear-gradient(180deg, #6fdcea 0%, #83e3ec 100%);
    }
    
    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .btn-bg-wrap{
        position: absolute;
        inset: 0;
        border-radius: 999px;
        background:linear-gradient(180deg, #6fdcea 0%, #83e3ec 100%);
    }
    
    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .button-item {
        width: 13.3333334vw;
        height: 13.3333334vw;
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination {
        margin: 0 1.1111112vw;
        gap: 0 3.3333334vw;
        filter: url(#heartMob);
        -webkit-filter: url(#heartMob);
    }

    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination-bullet,
    .ace-e-main .ace-e-reasontobuy .reasontobuy-btn-container .swiper-pagination::before{
        width: 2.2222223vw;
        height: 2.2222223vw;
    }

    .ace-e-main .ace-e-reasontobuy #canvas-container{
        display: none;
    }
}
/* s2 end */
/* id start */
.ace-e-main .ace-e-id-section{
    margin-top: 5.208333vw;
}

.ace-e-main .ace-e-id-section .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ace-e-main .ace-e-id-section .id-shot-container{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    margin-top: 3.333333vw;
    border-radius: 0px;
}

.ace-e-main .ace-e-id-section .id-shot-container img{
    width: 100vw;
    height: 46.875vw;
}

.ace-e-main .ace-e-id-section .common-desc{
    width: 36.614583vw;
    margin: 3.333333vw auto 0;
    text-align: center;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .ace-e-id-section {
        margin-top: 11.111111111111112vw;
    }

    .ace-e-main .ace-e-id-section .content-wrap {
        width: 82.222222222222223vw;
    }

    .ace-e-main .ace-e-id-section .id-shot-container {
        margin-top: 8.888889vw;
    }

    .ace-e-main .ace-e-id-section .id-shot-container img {
        height: 111.111111vw;
    }

    .ace-e-main .ace-e-id-section .common-desc {
        width: 82.22222222222222vw;
        margin: 8.888889vw auto 0;
    }
}

.ace-e-main .ace-e-id-section .id-swiper-container{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10.416667vw;
    padding-bottom: 7.8125vw;
    overflow: hidden;
}

.ace-e-main .ace-e-id-section .id-swiper-container::before{
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.854167vw;
    background:linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-overflow{
    width: 100%;
    overflow: hidden;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper{
    width: 81.25vw;
    margin: 0 auto;
    overflow: visible;
    padding-top: 2.5vw;
    padding-bottom: 3.333333vw;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .swiper-slide {
    overflow: visible;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .ux-color-content {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 62.5vw;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .ux-view {
    flex-shrink: 0;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    transition: transform 800ms ease;
    -webkit-transition: transform 800ms ease;
    -moz-transition: transform 800ms ease;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .ux-view picture,
.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .ux-view img {
    height: 100%;
    object-fit: cover;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .back-view {
    z-index: 1;
    width: 11.458333vw;
    height: 31.40625vw;
    transform-origin: 60% 80%;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .front-view {
    width: 11.666667vw;
    height: 31.40625vw;
    margin-left: -1.435417vw;
    margin-top: -1.38125vw;
    transform-origin: 20% 80%;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .swiper-slide-active .back-view {
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .swiper-slide-active .front-view {
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container{
    position: absolute;
    z-index: -2;
    inset: 0;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .blue-bg {
    background:linear-gradient(89.39deg, #e8fafe 1.39%, #fcfeef 99.72%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .iridescent-bg {
    background:linear-gradient(89.39deg, #e8fafe 1.39%, #e8e6ff 99.72%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .white-bg {
    background:linear-gradient(90.33deg, #f9f8fa 0.15%, #efefef 99.86%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .black-bg {
    background:linear-gradient(270.01deg, #efefef 0%, #e0e0e0 99.99%);
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .bg-item{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .bg-item.active {
    opacity: 1;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-container{
    width: 81.25vw;
    margin: 0 auto;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-name-wrap{
    width: fit-content;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.ace-e-main .ace-e-id-section .id-swiper-container .color-name-list{
    color:#000;
    width: fit-content;
    height: 1.25em;
    font-size:1.458333vw;
    font-weight:500;
    line-height: 1.25;
    text-align: center;
}
.ace-e-main .ace-e-id-section .id-swiper-container .color-name-list p {
    height: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    opacity: 0;
    transition: opacity 0.6s linear;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    overflow: hidden;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-name-list p.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s linear;
    -webkit-transition: transform 0.6s ease, opacity 0.6s linear;
    -moz-transition: transform 0.6s ease, opacity 0.6s linear;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-name-list p.prev {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
}

.ace-e-main .ace-e-id-section .id-swiper-container .color-name-list p+p {
    margin-top: -1.25em;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap{
    position: relative;
    z-index: 1;
    margin: 1.25vw auto 0;
    width: fit-content;
    border-radius:999px;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg{
    position: absolute;
    inset: 0;
    z-index: -1;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .paga-bg-item {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border:2px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .paga-bg-item.active {
    opacity: 1;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .blue-paga-bg {
    background:#fff;
    backdrop-filter:blur(10.38px);
    -webkit-backdrop-filter:blur(10.38px);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .iridescent-paga-bg {
    backdrop-filter:blur(50px);
    -webkit-backdrop-filter:blur(50px);
    background:rgba(255, 255, 255, .57);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .white-paga-bg {
    backdrop-filter:blur(50px);
    -webkit-backdrop-filter:blur(50px);
    background:rgba(255, 255, 255, .57);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .black-paga-bg {
    backdrop-filter:blur(50px);
    -webkit-backdrop-filter:blur(50px);
    background:rgba(255, 255, 255, .57);
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625vw 1.25vw;
    gap: 0 0.8333334vw;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-list .btn-item {
    width:2.084vw;
    height:2.084vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item:not(.active){
        cursor: pointer;
    }
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 50%;
    -webkit-mask: linear-gradient(#fff, #fff) content-box,linear-gradient(#fff, #fff);
    mask: linear-gradient(#fff, #fff) content-box,linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item.active::after{
    opacity: 1;
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .blue-btn::after {
    background:#93e4f2;
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .iridescent-btn::after {
    background:linear-gradient(180deg, #b8effc 0%, #d6dde6 56.52%, #f5cacf 100%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .white-btn::after {
    background:linear-gradient(180deg, #eaeaea 0%, #dbdbdb 100%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .black-btn::after {
    background:linear-gradient(180deg, #8d8d8d 0%, #555557 100%);
}

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width:1.4584vw;
    height:1.4584vw;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
} 

.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .blue-btn::before {
    background:#93e4f2;
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .iridescent-btn::before {
    background:linear-gradient(180deg, #b8effc 0%, #d6dde6 56.52%, #f5cacf 100%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .white-btn::before {
    background:linear-gradient(180deg, #eaeaea 0%, #dbdbdb 100%);
}
.ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .black-btn::before {
    background:linear-gradient(180deg, #8d8d8d 0%, #555557 100%);
}

.ace-e-main .ace-e-id-section .wave-container{
    position: absolute;
    bottom: -9.791667vw;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.ace-e-main .ace-e-id-section .wave-container .wave-item{
    flex-shrink: 0;
    width: 300%;
    height: auto;
    transform-origin: bottom;
    animation: 14s linear infinite move-forever;
    -webkit-animation: 10s linear infinite move-forever;
}


@keyframes move-forever {
    0% {
        transform: translate(0%) scaleY(0.55);
        -webkit-transform: translate(0%) scaleY(0.55);
        -moz-transform: translate(0%) scaleY(0.55);
}

    50% {
        transform: translate(-16.66667%) scaleY(0.6);
        -webkit-transform: translate(-16.66667%) scaleY(0.6);
        -moz-transform: translate(-16.66667%) scaleY(0.6);
}

    100% {
        transform: translate(-33.3333%) scaleY(0.55);
        -webkit-transform: translate(-33.3333%) scaleY(0.55);
        -moz-transform: translate(-33.3333%) scaleY(0.55);
}
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .ace-e-id-section .id-swiper-container {
        margin-top: 16.666667vw;
        padding-bottom: 29.444444444444445vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-swiper {
        width: 100%;
        padding-top: 12.5vw;
        padding-bottom: 13.333333333333334vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .back-view {
        width: 30.555556vw;
        height: 83.75vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-swiper .front-view {
        width: 31.111111vw;
        height: 83.75vw;
        margin-left: -14.635417vw;
        margin-top: -2.78125vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-container {
        width: 77.777778vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-name-list {
        font-size: 4.444444vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap {
        margin: 3.333333vw auto 0;
    }
    
    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-list{      
        padding: 2.5vw 4.4444445vw;
        gap: 0 4.4444445vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item {
        width: 8.33333334vw;
        height: 8.33333334vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-wrap .btn-item::before {
        width: 6.12vw;
        height: 6.12vw;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .blue-paga-bg {
        background: rgba(255, 255, 255, .8);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .iridescent-paga-bg {
        background: rgba(255, 255, 255, .8);
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .white-paga-bg {
        background: rgba(255, 255, 255, .8);
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .swiper-paga-bg .black-paga-bg {
        background: rgba(255, 255, 255, .8);
    }


    .ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .blue-bg{
        background:linear-gradient(88.17deg, #e8fafe 3.16%, #fcfeef 97.59%);
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .iridescent-bg {
        background:linear-gradient(88.17deg, #e8fafe 3.16%, #e8e6ff 97.59%);
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .white-bg {
        background:#f9f8fa;
    }

    .ace-e-main .ace-e-id-section .id-swiper-container .color-bg-container .black-bg {
        background:linear-gradient(88.17deg, #f0f0f0 3.16%, #ebebeb 97.59%);
    }
    .ace-e-main .ace-e-id-section .id-swiper-container::before{
        height:36.94444444444444vw;
    }
    
    .ace-e-main .ace-e-id-section .wave-container{
        bottom: -1px;
    }
}


/* id end */
/* collage start */
.ace-e-main .collage-container{
    margin-top: 10.416667vw;
    position: relative;
    height: 150vh;
}

.ace-e-main .collage-container .sticky-wrap{
    position: sticky;
    top: calc(calc(100vh - var(--stickyHeight, 34.375vw) / var(--innerWidth) * 100vw) / 2);
    width: 100%;
    display: flex;
    align-items: center;
}

.ace-e-main .collage-container .content-wrap{
    width: 21.354167vw;
    margin-left: 21.875vw;
}

.ace-e-main .collage-container .content-wrap .common-desc {
    margin-top: 1.666667vw;
}

.ace-e-main .collage-container .collage-swiper-container{
    margin-left: 7.291667vw;
}


.ace-e-main .collage-container .collage-swiper-container .collage-swiper{
    width: 25.78125vw;
    height: 34.375vw;
    overflow: visible;
}

.ace-e-main .collage-container .collage-swiper-container .collage-swiper .swiper-wrapper{
    flex-direction: column;
}
.ace-e-main .will-change .collage-swiper .swiper-slide{
    will-change: transform;
}

.ace-e-main .collage-container .collage-swiper .swiper-slide .video-wrap{
    position: relative;
    height: 100%;
    mix-blend-mode: darken;
}

.ace-e-main .collage-container .collage-swiper .swiper-slide:nth-child(1) .video-wrap {
    transform: translateY(7.291667vw) scale(0.8) rotate(-15deg);
    -webkit-transform: translateY(7.291667vw) scale(0.8) rotate(-15deg);
    -moz-transform: translateY(7.291667vw) scale(0.8) rotate(-15deg);
}

.ace-e-main .collage-container .collage-swiper .swiper-slide:nth-child(2) .video-wrap {
    opacity: .4;
    transform: translateY(6.770833vw) scale(0.8) rotate(30deg);
    -webkit-transform: translateY(6.770833vw) scale(0.8) rotate(30deg);
    -moz-transform: translateY(6.770833vw) scale(0.8) rotate(30deg);
}

.ace-e-main .collage-container .collage-swiper .swiper-slide:nth-child(3) .video-wrap {
    opacity: .4;
    transform: translateY(5.729167vw) scale(0.8) rotate(-30deg);
    -webkit-transform: translateY(5.729167vw) scale(0.8) rotate(-30deg);
    -moz-transform: translateY(5.729167vw) scale(0.8) rotate(-30deg);
}


@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .collage-container {
        margin-top: 27.777778vw;
        height: auto;
    }

    .ace-e-main .collage-container .sticky-wrap {
        position: static;
        flex-direction: column;
        align-items: flex-start;
    }

    .ace-e-main .collage-container .content-wrap {
        width: 82.22222222222222vw;
        margin: 0 auto;
    }

    .ace-e-main .collage-container .content-wrap .common-desc {
        margin-top: 4.444444vw;
    }

    .ace-e-main .collage-container .collage-swiper-container {
        width: 100%;
        margin: 8.888889vw auto 0;
    }

    .ace-e-main .collage-container .collage-swiper-container .swiper-overflow {
        width: 100%;
        overflow: hidden;
    }
    .ace-e-main .collage-container .collage-swiper-container .collage-swiper {
        width: 88.333333vw;
        height: 117.777778vw;
        margin: 0 auto;
    }
    .ace-e-main .collage-container .collage-swiper-container .collage-swiper .swiper-wrapper {
        flex-direction: row;
    }

    .ace-e-main .collage-container .collage-swiper .swiper-slide:nth-last-child(n+2) {
        margin-right: 6.666666666666667vw;
    }

    .ace-e-main .collage-container .collage-swiper .swiper-slide:nth-child(n) .video-wrap {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        border-radius: 0;
        overflow: hidden;
    }

    .ace-e-main .collage-container .nav-container {
        width: 82.222222vw;
        margin: 11.111111vw auto 0;
        display: flex;
        justify-content: flex-end;
    }

    .ace-e-main .collage-container .nav-container .nav-wrap {
        display: inline-flex;
        align-items: center;
    }

    .ace-e-main .collage-container .nav-container .nav-wrap>li {
        position: relative;
        z-index: 1;
        width: 11.111111vw;
        height: 11.111111vw;
        border-radius: 50%;
        overflow: hidden;
        pointer-events: all;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .ace-e-main .collage-container .nav-container .nav-wrap>li.button-disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    .ace-e-main .collage-container .nav-container .nav-wrap .button-prev img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .ace-e-main .collage-container .nav-container .nav-wrap .button-next {
        margin-left: 5.555556vw;
    }
    
    .ace-e-main .collage-container .nav-container .nav-wrap .bg-wrap{
        position: absolute;
        z-index: -1;
        inset: 0;
    }

    .ace-e-main .collage-container .nav-container .nav-wrap .bg-wrap::after{
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 1;
        background:linear-gradient(0deg, #c4eef9 0%, #64d2e6 94.77%);
    }

    .ace-e-main .collage-container .nav-container .nav-wrap .bg-wrap::before{
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        background:radial-gradient(ellipse 45.44% 58.87% at 4.56% 50%, #6effff 0%, rgba(67, 217, 212, 0) 100%);
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
}

/* collage end */

/* ai start */
.ace-e-main .ai-function{
    margin: 10.416667vw 0 8.333333vw;
}

.ace-e-main .ai-function .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .ai-function .content-wrap .common-big-title{
    color: #000;
    margin: 0 auto;
    display: inline-block;
    background-image: linear-gradient(90deg, #000 34%, rgba(255, 255, 255, 0) 38.33%, #fcf595 42.66%, #ebbbd8 46.99%, #72acfd 51.32%, #91f9fe 55.65%, rgba(255, 255, 255, 0) 59.98%, #000 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 600% 100%;
    background-position: 100%;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
}

.ace-e-main .ai-function.animated .content-wrap .common-big-title{
    background-position: 0%;
}

.ace-e-main .ai-function .ai-function-contianer{
    width: 100%;
    margin-top: 3.333333vw;
    overflow: hidden;
}

.ace-e-main .ai-function .ai-function-contianer .swiper-overflow{
    width: 100%;
    overflow: hidden;
}
.ace-e-main .ai-function .ai-function-contianer .ai-function-swiper{
    width: 67.5vw;
    height: 35.416667vw;
    margin: 0 auto;
}

.ace-e-main .ai-function .ai-function-contianer .ai-function-swiper .slide-content{
    width: 100%;
    height: 100%;
    border-radius: 0.833333vw;
    overflow: hidden;
    position: relative;
}

.ace-e-main .ai-function .ai-function-contianer .swiper-slide .video-control-btn::before{
    background-color:rgba(0, 0, 0, .2);
}

.ace-e-main .ai-function .ai-function-contianer .video-control-btn{
    opacity: 0;
}

.ace-e-main .ai-function .ai-function-contianer .swiper-slide-active .video-control-btn {
    opacity: 1;
    transition-delay: 200ms;
}

.ace-e-main .ai-function .ai-function-contianer .nav-container{
    margin-top: 2.5vw;
    display: flex;
    padding-bottom: 1px;
}

.ace-e-main .ai-function .ai-function-contianer .nav-wrap {
    flex-shrink: 0;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
}

.ace-e-main .ai-function .ai-function-contianer .nav-list {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 2.916667vw;
}

.ace-e-main .ai-function .ai-function-contianer .nav-list li{
    flex-shrink: 0;
    opacity: .4;
    color:#000;
    font-size:1.25vw;
    font-weight:500;
    line-height: 1.25;
    display: inline-block;
    background-image: linear-gradient(90deg, #000 34%, rgba(255, 255, 255, 0) 38.33%, #fcf595 42.66%, #ebbbd8 46.99%, #72acfd 51.32%, #91f9fe 55.65%, rgba(255, 255, 255, 0) 59.98%, #000 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 600% 100%;
    background-position-x: 100%;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
@media (pointer: fine) and (hover: hover) {
    .ace-e-main .ai-function .ai-function-contianer .nav-list li:not(.active):hover{
        opacity: .6;
        cursor: pointer;
    }
}

.ace-e-main .ai-function .ai-function-contianer .nav-list li.active{
    opacity: 1;
}

.ace-e-main .ai-function .ai-function-contianer .scroll-inline{
    margin-top: 0.833333vw;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}
.ace-e-main .ai-function .ai-function-contianer .scroll-inline span{
    width: calc(var(--tab-width) * 1px);
    height: 100%;
    background-image: linear-gradient(90deg, #000 34%, rgba(255, 255, 255, 0) 38.33%, #fcf595 42.66%, #ebbbd8 46.99%, #72acfd 51.32%, #91f9fe 55.65%, rgba(255, 255, 255, 0) 59.98%, #000 66%);
    transform: translateX(calc(var(--offset-dist) * 1px));
    -webkit-transform: translateX(calc(var(--offset-dist) * 1px));
    -moz-transform: translateX(calc(var(--offset-dist) * 1px));
    transition: width 0.6s, transform 0.6s;
    -webkit-transition: width 0.6s, transform 0.6s;
    -moz-transition: width 0.6s, transform 0.6s;
    background-size: 600% 100%;
    background-position-x: 100%;
}

.ace-e-main .ai-function .ai-function-contianer .nav-content{
    width: 42.291667vw;
    margin: 1.666667vw auto 0;
    display: flex;
}

.ace-e-main .ai-function .ai-function-contianer .nav-content li{
    width: 100%;
    flex-shrink: 0;
    color:#696f71;
    font-size:1.145833vw;
    font-weight:500;
    line-height: 1.6;
    text-align:center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease ;
    -webkit-transition: opacity 0.3s ease ;
    -moz-transition: opacity 0.3s ease ;
}

.ace-e-main .ai-function .ai-function-contianer .nav-content li+li{
    margin-left: -100%;
}

.ace-e-main .ai-function .ai-function-contianer .nav-content li.active{
    opacity: 1;
    pointer-events: all;
    transition-delay: 0.2s;
    will-change: opacity;
}


.ace-e-main .ai-function .ai-function-contianer .nav-content .ps-txt{
    color: #696f71;
    margin-top: 0.833333vw;
    font-size: max(0.729167vw,8px);
    font-weight: 500;   
    line-height: 1.6;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .ai-function {
        margin: 27.777778vw 0 22.22222222222222vw;
    }

    .ace-e-main .ai-function .content-wrap {
        width: 77.777778vw;
    }

    .ace-e-main .ai-function .ai-function-contianer {
        margin-top: 8.888889vw;
    }


    .ace-e-main .ai-function .ai-function-contianer .ai-function-swiper {
        width: 100%;
        height: 111.111111vw;
    }

    .ace-e-main .ai-function .ai-function-contianer .ai-function-swiper .slide-content {
        border-radius: 0;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-container{
        width: 100%;
        margin-top: 11.111111vw;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-container.tabnav-scrollable {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-container::-webkit-scrollbar {
        display: none;
        opacity: 0;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-wrap{
        padding: 0 10vw;
    }
    
    .ace-e-main .ai-function .ai-function-contianer .nav-list {
        flex-shrink: 0;
        gap: 0 11.111111vw;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-list li {
        font-size: 5.555556vw;
    }

    .ace-e-main .ai-function .ai-function-contianer .scroll-inline {
        margin-top: 3.888889vw;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-content {
        width: 82.222222vw;
        margin: 6.666667vw auto 0;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-content li {
        font-size: 4.444444vw;
    }

    .ace-e-main .ai-function .ai-function-contianer .nav-content .ps-txt{
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
    }
}
/* ai end */
.ace-e-main .bg-color2 {
    background: #FAFAFA;
}

/* heat-dissipation start */
.ace-e-main .heat-dissipation-section{
    padding-top: 8.333333vw;
}

.ace-e-main .heat-dissipation-section .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .heat-dissipation-section .heat-dissipation-video{
    width: 100%;
    height: 52.447917vw;
    overflow: hidden;
    margin: 3.333333vw auto 0;
    border-radius: 0.833333vw;
    transform-origin: center top;
    transform: scale(0.675);
    -webkit-transform: scale(0.675);
    -moz-transform: scale(0.675);
}

.ace-e-main .heat-dissipation-section .common-desc{
    width: 33.333333vw;
    margin: 3.333333vw auto 0;
    text-align: center;
}

.ace-e-main .heat-dissipation-section .ps-txt{
    color: #696f71;
    margin-top: 1.25vw;
    font-size: max(0.729167vw,8px);
    line-height: 1.6;
    font-weight: 500;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .heat-dissipation-section {
        padding-top: 22.222222vw;
    }

    .ace-e-main .heat-dissipation-section .content-wrap {
        width: 82.222222vw;
    }

    .ace-e-main .heat-dissipation-section .heat-dissipation-video {
        width: 100%;
        height: 111.111111vw;
        margin-top: 8.88888889vw;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        border-radius: 0px;
    }

    .ace-e-main .heat-dissipation-section .common-desc {
        width: 82.222222vw;
        margin: 8.888889vw auto 0;
        text-align: left;
    }

    .ace-e-main .heat-dissipation-section .ps-txt {
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
    }
}

/* heat-dissipation end */
/* game start */
.ace-e-main .game-performance{
    margin-top: 10.416667vw;
}

.ace-e-main .game-performance .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .game-performance .game-container{
    display: flex;
    flex-direction: column;
}

.ace-e-main .game-performance .game-container .game-screen{
    width: 100%;
    height:32.135417vw;
    margin: 3.333333vw auto 0;
    overflow: hidden;
}

.ace-e-main .game-performance .game-container .game-screen img{
    width: 100vw;
}

.ace-e-main .game-performance .common-desc{
    width: 29.6875vw;
    margin: 2.5vw auto 0;
    text-align: center;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .game-performance {
        margin-top: 27.777778vw;
    }

    .ace-e-main .game-performance .content-wrap {
        width: 82.222222vw;
        text-align: center;
        text-align: left;
        margin: 0 auto;
    }

    .ace-e-main .game-performance .common-desc {
        width: 82.222222vw;
        margin: 4.444444vw auto 0;
        text-align: left;
    }   

    .ace-e-main .game-performance .game-container {
        flex-direction: column-reverse;
    }

    .ace-e-main .game-performance .game-container .game-screen {
        height: 55.555556vw;
        margin: 8.888888vw auto 0;
    }
}

/* game end */
/* battery start  */
.ace-e-main .battery-section{
    margin-top: 10.416667vw;
}
.ace-e-main .battery-section .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ace-e-main .battery-section .content-wrap .common-big-title{
    width: 13.541667vw;
}
.ace-e-main .battery-section .content-wrap .common-desc{
    width: 18.333333vw;
    margin-left: 8.333333vw;
}

.ace-e-main .battery-section .battery-video-wrap{
    width: 100%;
    height: 39.583333vw;
    overflow: hidden;
    margin-top: 3.333333vw;
}
.ace-e-main .battery-section .battery-video-wrap video{
    width: 100vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .battery-section{
        margin-top: 27.777777778vw;
    }
    .ace-e-main .battery-section .content-wrap {
        width: 82.222222222222223vw;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 8.888889vw auto 0;
    }

    .ace-e-main .battery-section .content-wrap .common-big-title {
        width: 100%;
    }

    .ace-e-main .battery-section .content-wrap .common-desc {
        width: 100%;
        margin: 4.444444vw 0 0;
    }

    .ace-e-main .battery-section .battery-video-wrap {
        height: 62.77777777777778vw;
        margin-top: 8.888889vw;
    }
}

/* battery end  */
/* screen start */
.ace-e-main .screen-section{
    position: relative;
    z-index: 1;
    margin-top: 10.416667vw;
    overflow: hidden;
}

.ace-e-main .screen-section .spinning-container {
    position: absolute;
    z-index: -1;
    inset: 0;
    height: auto;
    pointer-events:none;
}

.ace-e-main .screen-section .spinning-container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height:18.020833vw;
    background:linear-gradient(180deg, #FAFAFA 0%, rgba(247, 247, 247, 0) 100%);
}

.ace-e-main .screen-section .spinning-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height:16.145833vw;
    background:linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 0.01%, #FAFAFA 100%);
}

.ace-e-main .screen-section .spinning-filter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.ace-e-main .screen-section .spinning-list {
    width: 100%;
    height: 72.91666667vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    will-change: transfrom;
}

.ace-e-main .screen-section .spinning-list li{
    width: 100%;
    height: 100%;
    will-change: transfrom;
}

.ace-e-main .screen-section .spinning-list li:nth-of-type(1) {
    background: #C5F9E6;
}

.ace-e-main .screen-section .spinning-list li:nth-of-type(2) {
    background: #FFEEAF;
}

.ace-e-main .screen-section .spinning-list li:nth-of-type(3) {
    background: #88E5FB;
}

.ace-e-main .screen-section .spinning-list li:nth-of-type(4) {
    background: #FFE9F8;
}

.ace-e-main .screen-section .content-wrap{
    width: 67.5vw;
    text-align: center;
    margin: 0 auto;
}

.ace-e-main .screen-section .parm-list{
    margin-top: 2.916667vw;
    display: flex;
    justify-content: center;
    gap: 0 4.166667vw;
}

.ace-e-main .screen-section .parm-list .parm-number {
    color:#000;
    font-size:1.25vw;
    font-weight:500;
    line-height: 1.25;
}

.ace-e-main .screen-section .parm-list .parm-number em{
    font-size: 2.083333vw;
}

.ace-e-main .screen-section .parm-list li p{
    color:rgba(0, 0, 0, .6);
    font-size:0.9375vw;
    font-weight:500;
    line-height: 1.6;
}

.ace-e-main .screen-section .screen-wrap{
    margin-top: 3.333333vw;
}

.ace-e-main .screen-section .screen-item{
    position: relative;
    z-index: 1;
    width: 62.65625vw;
    height: 24.791667vw;
    margin: 0 auto;
    opacity: 0;
    transform: perspective(62.5vw) translateY(10.416667vw) scale(2);
    -webkit-transform: perspective(62.5vw) translateY(10.416667vw) scale(2);
    -moz-transform: perspective(62.5vw) translateY(10.416667vw) scale(2);
    transition: opacity 0.2s linear,transform 0.6s ease-out;
    -webkit-transition: opacity 0.2s linear,transform 0.6s ease-out;
    -moz-transition: opacity 0.2s linear,transform 0.6s ease-out;
    transform-origin: center top;
    transform-style: preserve-3d;
}

.ace-e-main .screen-section.will-change .screen-item {
    will-change:transform,opacity;
}

.ace-e-main .screen-section .screen-item.animated{
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
}

.ace-e-main .screen-section .card-list{
    display: flex;
    justify-content: center;
    gap:0 3.333333vw;
    margin-top: 3.333333vw;
}

.ace-e-main .screen-section .card-list .card-item{
    width:21.666667vw;
    background:rgba(255, 255, 255, .7);
    border-radius:0.833333vw;
    padding: 2.083333vw 2.083333vw 2.604167vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow:0px 3px 0px rgba(255, 255, 255, 0.16),0px 1px 0px #eaffff inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ace-e-main .screen-section .card-list .card-item.active:nth-child(1) {
    transition-delay: 0s;
}

.ace-e-main .screen-section .card-list .card-item.active:nth-child(2) {
    transition-delay: 0.15s;
}

.ace-e-main .screen-section .card-list .card-item.active:nth-child(3) {
    transition-delay: 0.3s;
}

.ace-e-main .screen-section .card-list .card-item .icon-wrap{
    width: 3.125vw;
    height: 3.125vw;
}

.ace-e-main .screen-section .card-list .card-item3 .icon-wrap {
    width:11.041667vw;
}   

.ace-e-main .screen-section .card-list .card-item .card-title{
    color:#000;
    font-weight:500;
    font-size:1.666667vw;
    line-height: 1.25;
    margin-top: 1.25vw;
}

.ace-e-main .screen-section .card-list .card-item .card-desc{
    width: 100%;
    flex-shrink: 0;
    color:#6d6f71;
    font-size:0.9375vw;
    font-weight:500;
    line-height: 1.6;
    margin-top: 0.833333vw;
}

.ace-e-main .screen-section .card-list .card-item1 .card-desc{
    width: 17.552083vw;
}

.ace-e-main .screen-section .card-list .card-item2 .card-desc{
    width: 17.96875vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .screen-section {
        margin-top: 27.7777778vw;
    }

    .ace-e-main .screen-section .spinning-container::before {
        height: 48.047222vw;
        background: linear-gradient(180deg, #fafafa 0%, rgba(247, 247, 247, 0) 100%);
    }

    .ace-e-main .screen-section .spinning-container::after {
        height: 48.047222vw;
        background: linear-gradient(0deg, #fafafa 0%, rgba(247, 247, 247, 0) 100%);
    }

    .ace-e-main .screen-section .spinning-list {
        height: 166.6666666666667vw;
    }


    .ace-e-main .screen-section .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .screen-section .parm-list {
        margin-top: 11.111111112vw;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 11.11111112vw 13.33333333333333vw;
        padding: 0 8.888889vw;
    }

    .ace-e-main .screen-section .parm-list .parm-number {
        font-size: 3.888888888888889vw;
    }

    .ace-e-main .screen-section .parm-list .parm-number em {
        font-size: 8.888889vw;
    }

    .ace-e-main .screen-section .parm-list li p {
        font-size: 3.888888888888889vw;
        margin-top: 1.111111vw;
    }

    .ace-e-main .screen-section .screen-wrap {
        width: 100%;
        margin-top: 11.1111112vw;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .ace-e-main .screen-section .screen-item {
        width: 100%;
        height: 166.666667vw;
        margin: 0 auto;
        opacity: 1;
        transform: perspective(62.5vw) translateY(0) scale(1);
        -webkit-transform: perspective(62.5vw) translateY(0) scale(1);
        -moz-transform: perspective(62.5vw) translateY(0) scale(1);
    }

    .ace-e-main .screen-section .card-list {
        flex-wrap: wrap;
        align-items: center;
        gap: 5.555555555555556vw 0;
        margin-top: 5.555555555555556vw;
    }

    .ace-e-main .screen-section .card-list .card-item {
        width: 91.111111vw;
        border-radius: 2.222222vw;
        box-shadow: none;
        background-color: #fff;
        padding: 11.111111112vw 9.444444vw 11.111111vw 5.555556vw;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        backdrop-filter:blur(0px);
        -webkit-backdrop-filter:blur(0px);
}

    .ace-e-main .screen-section .card-list .card-item3 {
        padding-top: 11.111111vw;
    }

    .ace-e-main .screen-section .card-list .card-item.active:nth-child(1) {
        transition-delay: 0s;
    }

    .ace-e-main .screen-section .card-list .card-item.active:nth-child(2) {
        transition-delay: 0s;
    }

    .ace-e-main .screen-section .card-list .card-item.active:nth-child(3) {
        transition-delay: 0s;
    }

    .ace-e-main .screen-section .card-list .card-item .icon-wrap {
        width: 13.888889vw;
        height: 13.888889vw;
    }

    .ace-e-main .screen-section .card-list .card-item3 .icon-wrap {
        width: 53.263889vw;
        height: 8.370833vw;
    }

    .ace-e-main .screen-section .card-list .card-item .card-title {
        font-size: 6.666667vw;
        margin: 0 0 0 4.444444vw;
    }

    .ace-e-main .screen-section .card-list .card-item .card-desc {
        font-size: 4.444444vw;
        margin-top: 6.666667vw;
    }

    .ace-e-main .screen-section .card-list .card-item1 .card-desc,
    .ace-e-main .screen-section .card-list .card-item2 .card-desc {
        width: 79.166667vw;
    }
}
/* screen end */
/* audio start */
.ace-e-main .audio-container{
    margin-top: 10.416667vw;
}

.ace-e-main .audio-container .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}
.ace-e-main .audio-container .audio-img{
    width: 67.5vw;
    height: 34.375vw;
    border-radius: 0.833333vw;
    margin: 0 auto;
    overflow: hidden;
}

.ace-e-main .audio-container .common-desc{
    width:57.291667vw;
    margin: 3.333333vw auto 0;
    text-align: center;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .audio-container {
        margin-top: 27.777778vw;
    }

    .ace-e-main .audio-container .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .audio-container .audio-img {
        width: 86.666667vw;
        height: 105.555556vw;
        border-radius: 2.22222223vw;
        margin: 8.888889vw auto 0;
    }

    .ace-e-main .audio-container .common-desc {
        width: 82.22222222222222vw;
        margin: 8.88888888vw auto 0;
        text-align: left;
    }
}
/* audio end */
/* communication start */
.ace-e-main .communication-section{
    margin-top: 10.416667vw;
    padding-bottom: 8.333333vw;
}

.ace-e-main .communication-section .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .communication-section .content-wrap .common-desc{
    width: 39.6875vw;
    margin: 1.666667vw auto 0;
}

.ace-e-main .communication-section .communication-img{
    width: 67.5vw;
    margin: 3.333333vw auto 0;
    border-radius: 0.833333vw;
    overflow: hidden;
}

.ace-e-main .communication-section .communication-card-container{
    display: flex;
    justify-content: center;
    margin-top: 3.333333vw;
    gap: 1.25vw;
}


.ace-e-main .communication-section .communication-card-container .card-item{
    width:21.666667vw;
    background:#fff;
    border-radius:0.833333vw;
    box-shadow:0px 3px 6px rgba(255, 255, 255, 0.16);
    overflow: hidden;
    padding: 2.083333vw 0.625vw 2.604167vw 2.083333vw;
}

.ace-e-main .communication-section .communication-card-container .card-item .icon-wrap{
    width:3.3333334vw;
    height:3.3333334vw;
}

.ace-e-main .communication-section .communication-card-container .card-item .card-title{
    color:#000;
    font-size:1.458333vw;
    font-weight:500;
    line-height: 1.25;
    margin-top: 0.833333vw;
}

.ace-e-main .communication-section .communication-card-container .card-item .card-desc{
    color:#696f71;
    font-size:0.9375vw;
    font-weight:500;
    line-height: 1.6;
    margin-top: 0.833333vw;
}

.ace-e-main .communication-section .communication-card-container .card-item:nth-child(1){
    transition-delay: 0s;
}
.ace-e-main .communication-section .communication-card-container .card-item:nth-child(2){
    transition-delay: 0.15s;
}
.ace-e-main .communication-section .communication-card-container .card-item:nth-child(3){
    transition-delay: 0.3s;
}
@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .communication-section {
        margin-top: 27.777778vw;
        padding-bottom: 22.222222vw;
    }

    .ace-e-main .communication-section .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .communication-section .content-wrap .common-desc {
        width: 100%;
        margin-top: 4.444444vw;
    }

    .ace-e-main .communication-section .communication-img {
        width: 100%;
        margin: 8.888889vw auto 0;
        border-radius: 0;
    }

    .ace-e-main .communication-section .communication-card-container {
        flex-direction: column;
        align-items: center;
        margin-top: 11.1111111vw;
        gap: 4.444444vw;
    }


    .ace-e-main .communication-section .communication-card-container .card-item {
        width: 91.111111vw;
        border-radius: 2.222222vw;
        box-shadow: none;
        padding: 6.666667vw 6.666667vw 8.888889vw 6.666667vw;
    }

    .ace-e-main .communication-section .communication-card-container .card-item .icon-wrap {
        width: 13.888889vw;
        height: 13.888889vw;
    }

    .ace-e-main .communication-section .communication-card-container .card-item .card-title {
        font-size: 6.666667vw;
        margin-top: 4.444444vw;
    }

    .ace-e-main .communication-section .communication-card-container .card-item .card-desc {
        color: #696f71;
        font-size: 4.444444vw;
        margin-top: 3.333333vw;
    }

    .ace-e-main .communication-section .communication-card-container .card-item:nth-child(1) {
        transition-delay: 0s;
    }

    .ace-e-main .communication-section .communication-card-container .card-item:nth-child(2) {
        transition-delay: 0s;
    }

    .ace-e-main .communication-section .communication-card-container .card-item:nth-child(3) {
        transition-delay: 0s;
    }
}
/* communication end */

/* ai */
.ace-e-main .section-harmonyos-ai {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 8.333333vw 0 6.25vw;
}

.ace-e-main .section-harmonyos-ai-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 18.22916667vw;
    overflow: hidden;
    mix-blend-mode: darken;
}

.ace-e-main .section-harmonyos-ai-video video{
    width: 100vw;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform-origin: center top;
}

.ace-e-main .section-harmonyos-ai .content-wrap {
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.ace-e-main .section-harmonyos-ai  .common-sub-title{
    color: #000;
}

.ace-e-main .section-harmonyos-ai  .common-big-title1 {
    width: 41.666667vw;
    margin: 0 auto;
    color: transparent;
    background-image: linear-gradient(90deg, #000 30%, #fff 36%, #FCF595 42%, #EBBBD8 48%, #72ACFD 54%, #91F9FE 59%, #fff 65%, #000 70%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    background-size: 260%;
    background-position: 100%;
    background-repeat: no-repeat;
}

.ace-e-main .section-harmonyos-ai  .common-big-title1.enterVisible {
    background-position-x: 0%;
    transition: background-position 1.5s ease;
}

.ace-e-main .section-harmonyos-ai .common-desc {
    width: 24.479167vw;
    margin: 2.5vw auto 0;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .section-harmonyos-ai {
        padding: 22.2222222vw 0;
    }

    .ace-e-main .section-harmonyos-ai-video {
        height: 48.61111111vw;
    }

    .ace-e-main .section-harmonyos-ai .content-wrap {
        width: 83.33333333333333vw;
    }

    .ace-e-main .section-harmonyos-ai .common-big-title1{
        width: 100%;
        background-size: 300%;
    }

    .ace-e-main .section-harmonyos-ai .common-desc{
        width: 100%;
        margin-top: 6.66666666vw;
    }
}




/* sec21 */
.ace-e-main .section21 {
    width: 100%;
    overflow: hidden;
}

.ace-e-main .section21-center {
    width: 67.5vw;
    margin: 0 auto;
}

.ace-e-main .section21-center .section21-swiper{
    overflow: visible;
}

.ace-e-main .section21-swiper .swiper-slide:not(:last-of-type) {
    margin: 0 1.25vw 0 0;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .ace-e-main .section21-swiper .swiper-slide:not(.swiper-slide-active) {
        cursor: pointer;
    }
    .ace-e-main .section21-center .section21-swiper.isend .swiper-slide:last-child{
        cursor: default;
    }
}

.ace-e-main .section21-swiper .swiper-slide2,
.ace-e-main .section21-swiper .swiper-slide3{
    width: 33.125vw;
}

.ace-e-main .section21-swiper .section21-video {
    height: 34.375vw;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0.83333333vw;
    overflow: hidden;
}
.ace-e-main .section21-swiper .section21-video .video-bg{
    position: absolute;
    z-index: -1;
    inset: 0;
}

.ace-e-main .section21-swiper .section21-video .video-item{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ace-e-main .section21-swiper .section21-video .video-item video{
    transform: scale(1.006);
    -webkit-transform: scale(1.006);
    -moz-transform: scale(1.006);
}

.ace-e-main .section21-swiper .swiper-slide:nth-child(n+2) .video-control-btn::before{
     background-color: rgba(0, 0, 0, .2);
}

.ace-e-main .section21-text {
    width: 53.333333vw;
    margin: 2.5vw 0 0 0.83333333vw;
    font-weight: 500;
    color: #696f71;
    font-size: 1.14583333vw;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
}

.ace-e-main .swiper-slide-visible .section21-text {
    opacity: 1;
}

.ace-e-main .swiper-slide2 .section21-text,
.ace-e-main .swiper-slide3 .section21-text {
    width: 31.770833vw;
}

.ace-e-main .section21-text em {
    color: #000;
}

.ace-e-main .section21-text .ps-txt{
    color: #696F71;
    margin-top: 1.25vw;
    font-weight: 500;
    font-size: max(0.729167vw,8px);
    line-height: 1.6;
}

.ace-e-main .section21-btn {
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    border-radius: 52.03125vw;
    overflow: hidden;
}

.ace-e-main .section21-bottom {
    margin: 2.5vw 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

.ace-e-main .section21-bottom .arrow-img{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.ace-e-main .section21-bottom-next {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 52.03125vw;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    pointer-events: all;
}

.ace-e-main .section21-bottom-prev {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.25vw 0 0;
    border-radius: 52.03125vw;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    pointer-events: all;
}

.ace-e-main .section21-bottom-prev .arrow-img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.ace-e-main .section21-bottom-bag {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    transform: translate3d(0, 0, 0  ) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0  ) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0  ) rotate(0deg);
}

.ace-e-main .section21-bottom-bag span:nth-of-type(1) {
    background: linear-gradient(0deg, #c4eef9 0%, #64d2e6 94.77%);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64) inset;
    border-radius: 52.03125vw;
    position: absolute;
    inset: 0;
}

.ace-e-main .section21-bottom-bag span:nth-of-type(2) {
    background: radial-gradient(ellipse 45.44% 58.87% at 4.56% 50%, #6effff 0%, rgba(67, 217, 212, 0) 100%);
    transform: rotate(270deg);
    border-radius: 52.03125vw;
    position: absolute;
    inset: 0;
}

@media (hover: hover) and (pointer: fine) {
    .ace-e-main .section21-bottom-prev,
    .ace-e-main .section21-bottom-next {
        cursor: pointer;
    }
}

.ace-e-main .section21-bottom-prev.swiper-button-disabled,
.ace-e-main .section21-bottom-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .section21-center {
        width: 82.2222222vw;
    }

    .ace-e-main .section21-swiper .swiper-slide:not(:last-of-type) {
        margin: 0 4.4444444vw 0 0;
    }
    .ace-e-main .section21-swiper .swiper-slide2,
    .ace-e-main .section21-swiper .swiper-slide3 {
        width: 100%;
    }

    .ace-e-main .section21-swiper .section21-video {
        height: 105.5555555vw;
        border-radius: 2.222222vw;
    }

    .ace-e-main .section21-center .section21-text {
        width: 73.333333333vw;
        margin: 8.888888888vw 0 0 2.222222222222222vw;
        font-size: 4.44444444vw;
    }

    .ace-e-main .section21-text .ps-txt {
        width: 110%;
        font-size: 3.333333vw;
        margin-top: 4.444444vw;
    }

    .ace-e-main .section21-btn {
        right: 3.3333333vw;
        bottom: 3.3333333vw;
    }

    .ace-e-main .section21-bottom {
        margin: 11.1111111vw 0 0 auto;
    }

    .ace-e-main .section21-bottom-next {
        width: 11.1111111vw;
        height: 11.1111111vw;
    }

    .ace-e-main .section21-bottom-prev {
        width: 11.1111111vw;
        height: 11.1111111vw;
        margin: 0 5.55555vw 0 0;
    }
}


/* sec22 */
.ace-e-main .xiaoyi-section{
    margin-top: 10.416667vw;
}

.ace-e-main .xiaoyi-section .content-wrap{
    width: 67.5vw;
    text-align: center;
    margin: 0 auto;
}

.ace-e-main .xiaoyi-section .video-wrap{
    position: relative;
    z-index: 1;
    width: 67.5vw;
    height: 34.375vw;
    margin: 3.33333333vw auto 0;
    border-radius: 0.83333333vw;
    overflow: hidden;
}

.ace-e-main .xiaoyi-section .video-wrap video{
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
}

.ace-e-main .xiaoyi-section .common-desc{
    width: 53.125vw;
    margin: 2.5vw auto 0;
    text-align: center;
}

.ace-e-main .xiaoyi-section .common-desc .ps-txt{
    margin-top: 1.25vw;
    color: #696f71;
    line-height: 1.6;
    font-weight: 500;
    font-size: max(0.729167vw,8px);
    margin-top: 1.25vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .xiaoyi-section {
        margin-top: 27.777778vw;
    }

    .ace-e-main .xiaoyi-section .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .xiaoyi-section .video-wrap {
        width: 91.11111111111111vw;
        height: 105.5555555vw;
        margin: 8.888889vw auto 0;
        border-radius: 2.22222222vw;
    }

    .ace-e-main .xiaoyi-section .video-wrap .ps-txt {
        font-size: 3.333333vw;
        opacity: 1;
        bottom: 4.444444vw;
        left: 4.444444vw;
    }

    .ace-e-main .xiaoyi-section .common-desc {
        width: 82.222222vw;
        margin: 8.888889vw auto 0;
        text-align: left;
    }

    .ace-e-main .xiaoyi-section .common-desc .ps-txt {
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
    }

}
/* xiaoyi end */
/* experience start */
.ace-e-main .other-experience {
    width: 100%;
    margin-top: 10.416667vw;
}

.ace-e-main .other-experience .content-wrap {
    margin: 0 auto;
    width: fit-content;
    max-width: 67.5vw;
    position: relative;
}

.ace-e-main .other-experience .experience-word-icon1 {
    width: 3.28125vw;
    position: absolute;
    right: calc(100% + 0.416667vw);
    top: 1.77083333vw;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.ace-e-main .other-experience .experience-word-icon1 img{
    transform: rotate(-19deg);
    -webkit-transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);
}

.ace-e-main .other-experience .experience-word-icon2 {
    width: 3.54166667vw;
    position: absolute;
    top: -1.66666667vw;
    left: calc(100% + 0px);
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
}

.ace-e-main .other-experience .experience-word-icon2 img{
    transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
}

.ace-e-main .experience-center {
    width: 67.5vw;
    margin: 3.333333vw auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 0.833333vw;
    padding: 2.604167vw 0 0.833333vw;
    z-index: 1;
}

.ace-e-main .experience-bag {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #F7F7F7;
}

.ace-e-main .experience-parent {
    width: 100%;
    height: 31.25vw;
}

.ace-e-main .experience-parent .swiper-slide.swiper-slide-active .swiper-slide {
    pointer-events: auto;
}

.ace-e-main .experience-child {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.083333vw;
}

.ace-e-main .experience-child .swiper-slide {
    width: 14.84375vw;
    margin: 0 2.083333vw;
    user-select: none;
}

.ace-e-main .experience-child .swiper-slide.swiper-slide-active {
    z-index: 100;
}


@media (hover: hover) and (pointer: fine) {
    .ace-e-main .experience-child .swiper-slide:not(.swiper-slide-active):hover{
        cursor: pointer;
    }

    .ace-e-main .experience-child.isend .swiper-slide-active~.swiper-slide:hover{
        cursor: default;
    }
}

.ace-e-main .experience-swiper-box {
    position: relative;
    z-index: 10;
}

.ace-e-main .experience-swiper-border {
    width: 100%;
}

.ace-e-main .experience-swiper-video {
    width: 95.5%;
    height: 98%;
    position: absolute;
    top: 1%;
    left: 2.1%;
    border-radius: 1.5625vw;
    overflow: hidden;
    z-index: -1;
}

.ace-e-main .experience-swiper-box picture,
.ace-e-main .experience-swiper-box img{
    height: 100%;
    object-fit: cover;
}

.ace-e-main .experience-swiper-video video {
    object-fit: cover;
}

.ace-e-main .experience-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5vw 0 0;
}

.ace-e-main .experience-button-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 138.75vw;
    overflow: hidden;
    z-index: 10;
    padding: 0.20833333vw;
    background: linear-gradient(180deg, #6fdcea 0%, #83e3ec 100%);
}

.ace-e-main .experience-button-bag {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 69.4% 56.99% at 50.63% 96.09%, #aaf7fa 0%, rgba(116, 206, 226, 0) 100%);
}

.ace-e-main .experience-button-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.ace-e-main .experience-button .experience-bottom-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    opacity: .8;
    background-color: #fff;
    width: var(--indicator-width, 0);
    height: 100%;
    border-radius: 138.75vw;
    transform: translateX(var(--indicator-offset, 0));
    transition: width 0.6s, transform 0.6s;
}

.ace-e-main .experience-pagination[data-index="0"] .experience-bottom-slider,
.ace-e-main .experience-pagination[data-index="1"] .experience-bottom-slider,
.ace-e-main .experience-pagination[data-index="2"] .experience-bottom-slider,
.ace-e-main .experience-pagination[data-index="3"] .experience-bottom-slider {
    width: var(--indicator-width);
    transform: translateX(var(--indicator-offset));
}

.ace-e-main .experience-button-box p {
    padding: 0.625vw 1.25vw;
    border-radius: 138.75vw;
    color: #fff;
    font-size: 0.9375vw;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
    z-index: 10;
    user-select: none;
    transition: opacity 0.3s ease, color 0.3s linear;
    -webkit-transition: opacity 0.3s ease, color 0.3s linear;
    -moz-transition: opacity 0.3s ease, color 0.3s linear;
}

.ace-e-main .experience-pagination[data-index="0"] .experience-button-box p:nth-of-type(1),
.ace-e-main .experience-pagination[data-index="1"] .experience-button-box p:nth-of-type(2),
.ace-e-main .experience-pagination[data-index="2"] .experience-button-box p:nth-of-type(3),
.ace-e-main .experience-pagination[data-index="3"] .experience-button-box p:nth-of-type(4) {
    color: #000;
    opacity: 1;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .ace-e-main .experience-pagination .experience-button-box p:hover {
        cursor: pointer;
        opacity: .8;
    }
}

.ace-e-main .experience-text {
    width: 38.020833vw;
    margin: 1.666667vw auto 0;
    display: flex;
}

.ace-e-main .experience-text li {
    flex-shrink: 0;
    width: 100%;
    color: #696f71;
    font-size: 1.14583333vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}

.ace-e-main .experience-text li:not(:first-child) {
    width: 100%;
    margin-left: -100%;
}

.ace-e-main .experience-pagination[data-index="0"] .experience-text li:nth-of-type(1),
.ace-e-main .experience-pagination[data-index="1"] .experience-text li:nth-of-type(2),
.ace-e-main .experience-pagination[data-index="2"] .experience-text li:nth-of-type(3),
.ace-e-main .experience-pagination[data-index="3"] .experience-text li:nth-of-type(4) {
    position: relative;
    opacity: 1;
    z-index: 10;
    transition-delay: 0.2s;
}

.ace-e-main .experience-tooptxt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.041667vw;
    animation: arrmove 1.5s ease-in-out infinite;
    -webkit-animation: arrmove 1.5s ease-in-out infinite;
}

.ace-e-main .experience-tooptxt div,
.ace-e-main .experience-tooptxt span {
    opacity: 1;
}

.ace-e-main .experience-tooptxt.hide div,
.ace-e-main .experience-tooptxt.hide span {
    opacity: 0;
}

@keyframes arrmove {
    0% {
        opacity: 1;
        transform: translate(0px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate(-3vw, 0px);
    }
}

.ace-e-main .experience-tooptxt span {
    color: rgba(0, 0, 0, 0.2);
    font-size: max(0.833333vw,8px);
    font-weight: 500;
    line-height: 1.6;
}

.ace-e-main .experience-tooicon {
    display: flex;
    align-items: center;
    width: 1.25vw;
}
.ace-e-main .experience-tooicon svg{
    width: 100%;
    height: 100%;
}


@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .other-experience {
        margin-top: 27.7777777778vw;
    }
    .ace-e-main .other-experience .content-wrap{
        max-width: 82.22222222222222vw;
    }

    .ace-e-main .other-experience .experience-word-icon1 {
        width: 8.888889vw;
        right: calc(100% + 4.166667vw);
        top: 15.333333vw;
    }

    .ace-e-main .other-experience .experience-word-icon1 img {
        transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
    }

    .ace-e-main .other-experience .experience-word-icon2 {
        width: 11.1111112vw;
        top: -2.5vw;
        left: calc(100% + 1.666667vw);
    }
    
    .ace-e-main .other-experience .experience-word-icon2 img{
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
    }

    .ace-e-main .experience-center {
        width: 100%;
        padding: 0;
        margin-top: 8.88888888vw;
    }

    .ace-e-main .experience-parent {
        height: 102.2222222222222vw;
        margin-top: 9.7222222222222223vw;
    }

    .ace-e-main .experience-child {
        width: 48.611111111111112vw;
        margin: 0 auto;
        padding: 0;
    }

    .ace-e-main .experience-child .swiper-slide {
        margin: 0;
        width: 48.611111111111112vw;
    }

    .ace-e-main .experience-child .swiper-slide:not(:last-of-type) {
        margin: 0 8.888888vw 0 0;
    }

    .ace-e-main .experience-swiper-video {
        border-radius: 4.1666666vw;
    }

    .ace-e-main .experience-button {
        margin: 11.111111111vw 0 0;
        overflow: scroll;
        justify-content: normal;
    }

    .ace-e-main .experience-button::-webkit-scrollbar {
        display: none;
    }

    .ace-e-main .experience-button-padding {
        padding: 0 20.4166666vw;
        flex-shrink: 0;
    }

    .ace-e-main .experience-button-center {
        padding: 1.111111vw;
    }

    .ace-e-main .experience-button-box p {
        padding: 3.3333333vw;
        font-size: 3.88888888vw;
    }

    .ace-e-main .experience-text {
        width: 82.22222222vw;
        margin: 6.6666666666vw auto 0;
    }

    .ace-e-main .experience-text li {
        font-size: 4.444444vw;
    }

    .ace-e-main .experience-tooptxt {
        margin: 6.666667vw 0 5.555556vw;
    }

    .ace-e-main .experience-tooptxt span {
        font-size: 3.3333333vw;
    }

    .ace-e-main .experience-tooicon {
        width: 3.333333vw;
        height: 1.9444444vw;
    }
}
/* experience end */
/* sec24 */
.ace-e-main .section24 {
    margin-top: 10.416667vw;
}

.ace-e-main .section24 .content-wrap {
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .section24-center {
    width: 67.5vw;
    margin: 3.333333vw auto 0;
}

.ace-e-main .section24-center-ul {
    display: flex;
    justify-content: space-between;
}

.ace-e-main .section24-center-li {
    width: 33.33333333vw;
}

.ace-e-main .section24-center-li:nth-child(1){
    transition-delay: 0s;
}

.ace-e-main .section24-center-li:nth-child(2) {
    transition-delay: 0.15s;
}

.ace-e-main .section24-img{
    height: 33.333333vw;
    border-radius: 0.833333vw;
    overflow: hidden;
}

.ace-e-main .section24-text {
    width: 30.208333vw;
    font-weight: 500;
    color: #696f71;
    font-size: 1.14583333vw;
    line-height: 1.6;
    margin-top: 2.08333333vw;
    margin-left: 0.83333333vw;
}

.ace-e-main .section24-text .ps-txt{
    margin-top: 1.25vw;
    color: #696f71;
    font-size: max(0.729167vw,8px);
    line-height: 1.6;
    font-weight: 500;
}

.ace-e-main .section24-text em {
    color: #000;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .section24 {
        margin-top: 27.7777778vw;
    }
    .ace-e-main .section24 .content-wrap {
        width: 82.22222222222222vw;
    }

    .ace-e-main .section24-center {
        width: 91.11111111vw;
        margin: 8.888888889vw auto 0;
    }

    .ace-e-main .section24-center-ul {
        display: block;
    }

    .ace-e-main .section24-center-li {
        width: 100%;
    }
    .ace-e-main .section24-center-li:nth-child(n) {
        transition-delay: 0s;
    }

    .ace-e-main .section24-img {
        height: 128.8888888888889vw;
        border-radius: 2.2222222222222223vw;
    }

    .ace-e-main .section24-center-li+.section24-center-li {
        margin-top: 22.222222vw;
    }

    .ace-e-main .section24-text {
        width: 86.1111111vw;
        font-size: 4.444444444vw;
        margin: 8.88888888vw auto 0;
    }

    .ace-e-main .section24-text .ps-txt {
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
    }
}
/* footer start */
.ace-e-main .footer-list {
    width: 67.5vw;
    margin: 0 auto;
    padding-top: 10.416667vw;
    padding-bottom: 80px;
    --arrowdark: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPGcgaWQ9Iue7hF84MjY3NSIgZGF0YS1uYW1lPSLnu4QgODI2NzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjk4IDE3LjY1MSkgcm90YXRlKC05MCkiPg0KICAgIDxjaXJjbGUgaWQ9IuakreWchl81ODYwIiBkYXRhLW5hbWU9IuakreWchiA1ODYwIiBjeD0iOCIgY3k9IjgiIHI9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNjUxIDE3Ljk4KSByb3RhdGUoLTkwKSIgZmlsbD0iIzQzNDM0MyIvPg0KICAgIDxwYXRoIGlkPSLot6/lvoRfNTU2NDMiIGRhdGEtbmFtZT0i6Lev5b6EIDU1NjQzIiBkPSJNMy4yMzksOC45ODYsMy4yMzMsOC45OGEuNjg4LjY4OCwwLDAsMS0uMDE0LS45NzJMNS45NDIsNS4yOEguNjg5QS42ODUuNjg1LDAsMCwxLC4yLDUuMDg5bC0uMDA5LS4wMUEuNjg5LjY4OSwwLDAsMSwwLDQuNlY0LjU4OWEuNy43LDAsMCwxLC4xODgtLjQ4TC4xOTQsNC4xYS42ODEuNjgxLDAsMCwxLC40OTQtLjIxM0g1LjkxMUwzLjIyNSwxLjE3OGEuNjk0LjY5NCwwLDAsMSwwLS45NzlsMCwwQS42NjkuNjY5LDAsMCwxLDMuNywwYS43NzIuNzcyLDAsMCwxLC40NzMuMTcxbC4wMjEuMDE3TDcuODM4LDMuODQ1YTEuMTUxLDEuMTUxLDAsMCwxLC4yMjIuMzMxbC4wMDguMDE5VjQuMmExLjAzNiwxLjAzNiwwLDAsMSwuMDc2LjM5djBhMS4wODIsMS4wODIsMCwwLDEtLjMxMi43Nkw0LjIxMiw4Ljk3NmEuNjgzLjY4MywwLDAsMS0uNDg3LjIuNzE1LjcxNSwwLDAsMS0uNDg2LS4xOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuNTc5IDUuMzkxKSIgZmlsbD0iI2ZmZiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
    --arrowlight: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPGcgaWQ9Iue7hF84MjY3OSIgZGF0YS1uYW1lPSLnu4QgODI2NzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjk4IDE3LjY1MSkgcm90YXRlKC05MCkiPg0KICAgIDxjaXJjbGUgaWQ9IuakreWchl81ODYwIiBkYXRhLW5hbWU9IuakreWchiA1ODYwIiBjeD0iOCIgY3k9IjgiIHI9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNjUxIDE3Ljk4KSByb3RhdGUoLTkwKSIgZmlsbD0iI2U3ZTdlOCIvPg0KICAgIDxwYXRoIGlkPSLot6/lvoRfNTU2NDMiIGRhdGEtbmFtZT0i6Lev5b6EIDU1NjQzIiBkPSJNMy4yMzksOC45ODYsMy4yMzMsOC45OGEuNjg4LjY4OCwwLDAsMS0uMDE0LS45NzJMNS45NDIsNS4yOEguNjg5QS42ODUuNjg1LDAsMCwxLC4yLDUuMDg5bC0uMDA5LS4wMUEuNjg5LjY4OSwwLDAsMSwwLDQuNlY0LjU4OWEuNy43LDAsMCwxLC4xODgtLjQ4TC4xOTQsNC4xYS42ODEuNjgxLDAsMCwxLC40OTQtLjIxM0g1LjkxMUwzLjIyNSwxLjE3OGEuNjk0LjY5NCwwLDAsMSwwLS45NzlsMCwwQS42NjkuNjY5LDAsMCwxLDMuNywwYS43NzIuNzcyLDAsMCwxLC40NzMuMTcxbC4wMjEuMDE3TDcuODM4LDMuODQ1YTEuMTUxLDEuMTUxLDAsMCwxLC4yMjIuMzMxbC4wMDguMDE5VjQuMmExLjAzNiwxLjAzNiwwLDAsMSwuMDc2LjM5djBhMS4wODIsMS4wODIsMCwwLDEtLjMxMi43Nkw0LjIxMiw4Ljk3NmEuNjgzLjY4MywwLDAsMS0uNDg3LjIuNzE1LjcxNSwwLDAsMS0uNDg2LS4xOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuNTc5IDUuMzkxKSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
}

.ace-e-main .footer-list ol {
    list-style-type: decimal;
    padding-left: 1.8em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.ace-e-main .footer-list li {
    color: #000;
    margin: 0.5em 0;
    position: relative;
}

.ace-e-main .footer-list li.active {
    font-weight: 800;
}

.ace-e-main .footer-list li i {
    display: none;
    width:16px;
    height:16px;
    background-image: var(--arrowlight);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    cursor: pointer;
    transform: translateY(0.15em);
    -webkit-transform: translateY(0.15em);
    -moz-transform: translateY(0.15em);
}

.ace-e-main .footer-list li.active i {
    display: inline-block;
}

.ace-e-main .footer-list li a {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
    word-wrap: break-word;
}

.ace-e-main .footer-list .footlast1 {
    list-style-type: "*";
}

.ace-e-main .footer-list .footlast2 {
    list-style-type: "**";
}

.ace-e-main .footer-list .footlast3 {
    list-style-type: "***";
}


@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .footer-list {
        width: 91.11111111111111vw;
        padding-top: 27.777777778vw;
    }

    .ace-e-main .footer-list ol {
        font-size: 3.333333334vw;
    }

    .ace-e-main .footer-list li i {
        width: 4.722222vw;
        height: 4.722222vw;
        transform: translateY(0.3em);
        -webkit-transform: translateY(0.3em);
        -moz-transform: translateY(0.3em);
    }
}

/* footer end */
.ace-e-main .camera-specs{
    margin-top: 6.25vw;
    position: relative;
    z-index: 1;
}
.ace-e-main .camera-specs .animated-camera-title {
    width: 46.875vw;
    height: 14.583333vw;
    margin: 0 auto;
    cursor: none;
}

.ace-e-main .camera-specs .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}
.ace-e-main .camera-specs .canvascale {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
}

.ace-e-main .camera-specs .canvascale canvas {
    width: 100%;
    height: 100%;
}

.ace-e-main .section6.enterVisible .canvascale {
    opacity: 1;
    pointer-events: all;
}


.ace-e-main .section6 {
    width: 100%;
    position: relative;
    z-index: 1;
}

.ace-e-main .section6 .section6-bg {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity:0.87;
    background:linear-gradient(239.95deg, #e1faff 3.45%, #ffffff 46.73%, #fefff2 89.65%);
    pointer-events: none;
}

.ace-e-main .section6::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    width: 100%;
    pointer-events: none;
    height:22.34375vw;
    background:linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.ace-e-main .section6::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: 0;
    width: 100%;
    pointer-events: none;
    height:10.416667vw;
    background:linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}


.ace-e-main .section6-swiper {
    position: relative;
    width: 75vw;
    margin: 4.583333vw auto 0;
    padding-top: 4.375vw;
    z-index: 1;
    pointer-events: none;
}

.ace-e-main .section6-swiper .swiper-slide{
    height: auto;
}

.ace-e-main .section6-swiper .section6-swiper-img-box {
    display: flex;
    align-items: flex-end;
    height: 47.708333vw;
}

.ace-e-main .section6-slide2 {
    position: relative;
    z-index: 1;
    width: 45.3125vw;
    order: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-left: -8.59375vw;
}

.ace-e-main .section6-slide2 .section6-swiper-img-box {
    width: 25.72916667vw;
    transform: translate(6.61458333vw, 20.833333vw);
    -webkit-transform: translate(6.61458333vw, 20.833333vw);
    -moz-transform: translate(6.61458333vw, 20.833333vw);
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
}

.ace-e-main .section6.enterVisible .section6-slide2 .section6-swiper-img-box {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

.ace-e-main .section6.enterVisible .swiper-slide .section6-swiper-img {
    width: 100%;
}

.ace-e-main .section6-slide2 .section6-swiper-ul {
    width: 14.583333vw;
    margin-top: 10.208333vw;
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    -webkit-transition: transform 0.6s ease, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(5.208333vw);
    -webkit-transform: translateY(5.208333vw);
    -moz-transform: translateY(5.208333vw);
}

.ace-e-main .section6.enterVisible .section6-slide2 .section6-swiper-ul {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.ace-e-main .section6-slide1 {
    width: 40.72916667vw;
    order: 1;
    display: flex;
    justify-content: space-between;
}

.ace-e-main .section6-slide1 .section6-swiper-img-box {
    width: 25.72916667vw;
    transform: translate(-6.61458333vw, 20.833333vw);
    -webkit-transform: translate(-6.61458333vw, 20.833333vw);
    -moz-transform: translate(-6.61458333vw, 20.833333vw);
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
}

.ace-e-main .section6.enterVisible .section6-slide1 .section6-swiper-img-box {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

.ace-e-main .section6-slide1 .section6-swiper-ul {
    width: 11.45833333vw;
    margin-top: 10.208333vw;
    opacity: 0;
    transform: translateY(5.208333vw);
    -webkit-transform: translateY(5.208333vw);
    -moz-transform: translateY(5.208333vw);
    transition: transform 0.6s ease, opacity 0.6s ease;
    -webkit-transition: transform 0.6s ease, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease, opacity 0.6s ease;
}

.ace-e-main .section6.enterVisible .section6-slide1 .section6-swiper-ul {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.ace-e-main .section6-swiper-camera {
    font-weight: 500;
    color: #24c8d0;
    font-size: max(8px, 0.83333333vw);
    line-height: 1.6;
    margin-bottom: 1.25vw;
}

.ace-e-main .section6-swiper-li+.section6-swiper-li {
    margin-top: 2.5vw;
}

.ace-e-main .section6-swiper-title {
    font-weight: 500;
    color: #000000;
    font-size: 1.14583333vw;
    line-height: 1.25;
    margin-bottom: 0.83333333vw;
}

.ace-e-main .section6-swiper-text {
    font-weight: 500;
    color: #696f71;
    font-size: max(0.833333vw, 8px);
    line-height: 1.6;
}

.ace-e-main .camera-specs.show-content .canvascale {
    display: none;
}

.ace-e-main .camera-specs.show-content .section6-swiper {
    pointer-events: auto;
}

.ace-e-main .camera-specs.show-content .section6-swiper-ul{
    display: block;
}


@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .camera-specs{
        margin-top: 19.444444444444445vw;
    }
    .ace-e-main .camera-specs .content-wrap{
        width: 82.22222222222222vw;
        margin: 0 auto;
    }

    .ace-e-main .camera-specs .content-wrap .common-big-title1{
        font-size: 11.1111111112vw;
    }
    .ace-e-main .section6::before,
    .ace-e-main .section6::after,
    .ace-e-main .section6 .section6-bg,
    .ace-e-main .camera-specs .canvascale {
        display: none;
    }

    .ace-e-main .section6 {
        margin:0 0 27.77777777vw;
    }
    
    .ace-e-main .section6-swiper {
        width: 100%;
        margin: 11.1111111112vw auto 0;
        padding-top: 0;
        display: flex;
        overflow: hidden;
        position: relative;
        pointer-events: all;
    }

    .ace-e-main  .section6-swiper::after {
        content: "";
        position: absolute;
        bottom: 38.47222222222222vw;
        width: 100%;
        height: 44.8611111vw;
        background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
         pointer-events: none;
    }

    .ace-e-main  .section6-swiper::before {
        content: "";
        position: absolute;
        inset: auto;
        bottom: 0px;
        width: 100%;
        height: 83.3333333vw;
        background: linear-gradient(224.4deg, #ffffff 5.25%, #f7fdea 53.96%, #dffafe 90.23%);
        pointer-events: none;
    }

    .ace-e-main .section6-swiper .swiper-wrapper {
        height: auto;
    }

    .ace-e-main .section6-slide2 {
        width: 100%;
        order: initial;
        flex-direction: column;
        margin-left: 0;
    }

    .ace-e-main .section6-swiper .section6-swiper-img-box {
        height: 83.333333vw;
        align-items: flex-start;
    }

    .ace-e-main .section6-slide2 .section6-swiper-img-box {
        width: 100%;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
}

    .ace-e-main .section6-slide2 .section6-swiper-ul {
        width: 82.2222222vw;
        margin: 0 auto 11.11111111vw;
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
}

    .ace-e-main .section6-slide1 {
        width: 100%;
        order: initial;
        flex-direction: column;
        justify-content: end;
    }

    .ace-e-main .section6-slide1 .section6-swiper-img-box {
        width: 100%;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
}

    .ace-e-main .section6-slide1 .section6-swiper-ul {
        width: 82.2222222vw;
        margin: 0 auto 11.11111111vw;
        opacity: 1;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
}

    .ace-e-main .section6-swiper-camera {
        font-size: 3.888888vw;
        margin-bottom: 4.4444444vw;
    }

    .ace-e-main .section6-swiper-li+.section6-swiper-li {
        margin-top: 8.888888888vw;
    }

    .ace-e-main .section6-swiper-title {
        font-size: 5vw;
        margin-bottom: 3.3333333vw;
    }

    .ace-e-main .section6-swiper-text {
        font-size: 3.8888888vw;
    }

    .ace-e-main .section6-button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 8.8888888vw 0 0;
    }

    .ace-e-main .section6-button-center {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 138.75vw;
        overflow: hidden;
        z-index: 10;
        padding: 1.11111111vw;
        background-color: #6FDCEA;
    }

    .ace-e-main .section6-button-box {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }

    .ace-e-main .section6-button .section6-bottom-slider {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 8;
        opacity: .8;
        background-color: #fff;
        width: var(--indicator-width, 0);
        height: 100%;
        border-radius: 138.75vw;
        transform: translateX(var(--indicator-offset, 0));
        transition: width 0.6s, transform 0.6s;
        -webkit-transform: translateX(var(--indicator-offset, 0));
        -moz-transform: translateX(var(--indicator-offset, 0));
}

    .ace-e-main .section6-button[data-index="0"] .section6-bottom-slider,
    .ace-e-main .section6-button[data-index="1"] .section6-bottom-slider {
        width: var(--indicator-width);
        transform: translateX(var(--indicator-offset));
        -webkit-transform: translateX(var(--indicator-offset));
        -moz-transform: translateX(var(--indicator-offset));
    }

    .ace-e-main .section6-button-box p {
        padding: 3.33333333vw 5.55555555vw;
        border-radius: 138.75vw;
        font-weight: 500;
        color: #fff;
        font-size: 3.8888888vw;
        line-height: 1.25;
        position: relative;
        z-index: 10;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
}

    .ace-e-main .section6-button[data-index="0"] .section6-button-box p:nth-of-type(1),
    .ace-e-main .section6-button[data-index="1"] .section6-button-box p:nth-of-type(2) {
        color: #000;
    }
}

/* camera-specs end */
/* selfie start */
.ace-e-main .selfie-section{
    margin-top: 10.416667vw;
}

.ace-e-main .selfie-section .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .selfie-section .common-desc {
    width: 30.052083vw;
    margin: 1.666667vw auto 0;
}

.ace-e-main .selfie-section .selfie-video{
    margin-top: 2.5vw;
}

.ace-e-main .selfie-section .selfie-video .video-item{
    width: 100%;
    height: 37.916667vw;
    margin: 0 auto;
    overflow: hidden;
}

.ace-e-main .selfie-section .selfie-video .video-item video{
    mix-blend-mode: darken;
}

.ace-e-main .selfie-section .replay-btn-container {
    text-align: center;
    margin-top: 0.833333vw;
}

.ace-e-main .selfie-section .replay-btn {
    color: #000;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
}

.ace-e-main .selfie-section .replay-btn.show {
    opacity: 1;
    pointer-events: auto;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .selfie-section .replay-btn.show:hover {
        cursor: pointer;
        opacity: .6;
    }
}

.ace-e-main .selfie-section .replay-btn img {
    width: 0.729167vw;
    margin-left: 0.416667vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .selfie-section {
        margin-top: 27.777778vw;
    }

    .ace-e-main .selfie-section .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .selfie-section .common-desc {
        width: 100%;
        margin: 4.444444vw auto 0;
    }

    .ace-e-main .selfie-section .selfie-video {
        margin-top: 6.666667vw;
    }

    .ace-e-main .selfie-section .selfie-video .video-item {
        height: 55.555556vw;
    }

    .ace-e-main .selfie-section .replay-btn-container {
        margin-top: 3.333333vw;
    }

    .ace-e-main .selfie-section .replay-btn {
        font-size: 3.888889vw;
    }

    .ace-e-main .selfie-section .replay-btn img {
        width: 3.055556vw;
        margin-left: 1.111111vw;
    }
}

/* selfie end */

/* s9 start */
.ace-e-main .red-maple-portrait {
    margin-top: 10.416667vw;
}

.ace-e-main .red-maple-portrait .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .red-maple-portrait .content-wrap .common-desc{
    margin-top: 1.666667vw;
}

.ace-e-main .red-maple-portrait .red-maple-portrait-wrap{
    width:67.5vw;
    height:35.416667vw;
    margin: 3.333333vw auto 0;
    border-radius: 0.833333vw;
    overflow: hidden;
    transform-origin: center top;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .red-maple-portrait {
        margin-top: 27.777778vw;
    }

    .ace-e-main .red-maple-portrait .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .red-maple-portrait .content-wrap .common-desc {
        margin-top: 4.444444vw;
    }

    .ace-e-main .red-maple-portrait .red-maple-portrait-wrap {
        width:100%;
        height:111.111111vw;
        margin: 8.888889vw auto 0;
        border-radius: 0;
    }
}

/* s9 end */
/* rear camera start */
.ace-e-main .rear-camera-image{
    margin-top: 10.416667vw;
}

.ace-e-main .rear-camera-image .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .rear-camera-image .farnswiper {
    position: relative;
    overflow: hidden;
    width: 67.5vw;
    height: 35.4166666vw;
    border-radius: 0.83333333vw;
    margin: 3.333333vw auto 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}

.ace-e-main .rear-camera-image .farnfswiper {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ace-e-main .rear-camera-image .farnfswiper .swiper-slide {
    position: relative;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ace-e-main .rear-camera-image .scale-swiper .switch-btn-wrap {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 2.083333vw;
}

.ace-e-main .rear-camera-image .scale-swiper .switch-btn-list{
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 0.833333vw;
}

.ace-e-main .rear-camera-image .scale-swiper .switch-btn-list li{
    color: #000;
    font-size: 1.041667vw;
    line-height: 1.25;
    font-weight: 500;
    border-radius: 999px;
    width:3.125vw;
    height:2.395833vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .6);
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    pointer-events: all;
}

.ace-e-main .rear-camera-image .scale-swiper .switch-btn-list li.active{
    background: rgba(255, 255, 255, 1);
    pointer-events: none;
}

@media (pointer: fine) and (hover: hover) {
    .ace-e-main .rear-camera-image .scale-swiper .switch-btn-list li:hover{
        cursor: pointer;
    }
}


.ace-e-main .rear-camera-image .farnavbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 2.5vw 0 1.66666666vw 0;
    border-radius: 999px;
}

.ace-e-main .rear-camera-image .farnbtnout {
    position: relative;
}

.ace-e-main .rear-camera-image .farntobtn {
    display: flex;
    position: relative;
    z-index: 99;
    filter: url("#goo");
    -webkit-filter: url("#goo");
}

.ace-e-main .rear-camera-image .farntobtn li {
    padding: 0.83333333vw 2.5vw;
    margin: 0 -1.25vw;
    background: #7BDEE3;
    color: #fff;
    font-size: 1.04166666vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    transition: 0.5s ease;
    border-radius: 2.08333333vw;
}

.ace-e-main .rear-camera-image .opevideobtn {
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
}

.ace-e-main .rear-camera-image .swiper-slide-active .opevideobtn {
    opacity: 1;
    transition-delay: 200ms;
}

.ace-e-main .rear-camera-image .opeinner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2.5vw);
    -webkit-backdrop-filter: blur(2.5vw);
    transition: background-color 0.3s ease;
    border-radius: 50%;
}

.ace-e-main .rear-camera-image .opeinner img {
    display: none;
}

.ace-e-main .rear-camera-image .opeinner img.active {
    display: block;
}

.ace-e-main .rear-camera-image .farntobtn li span {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    cursor: pointer;
    pointer-events: all;
    user-select: none;
}

@media (hover: hover) and (pointer: fine) {
    .ace-e-main .rear-camera-image .opevideobtn:hover .opeinner {
        background-color: rgba(255, 255, 255, 0.12);
        cursor: pointer;
    }
}

.ace-e-main .rear-camera-image .farntobtn li:first-child {
    margin-left: 0px !important;
    padding: 0.83333333vw 2.5vw 0 1.25vw;
}

.ace-e-main .rear-camera-image .farntobtn li:last-child {
    margin-right: 0px !important;
    padding: 0.83333333vw 1.25vw 0 2.5vw;
}

.ace-e-main .rear-camera-image .farntobtn li.reduceSpaL {
    position: relative;
    padding-left: 1.25vw !important;
    z-index: -1;
}

.ace-e-main .rear-camera-image .farntobtn li.reduceSpaR {
    position: relative;
    padding-right: 1.25vw !important;
    z-index: 1;
}

.ace-e-main .rear-camera-image .farntobtn li.active {
    margin: 0 2.5vw;
    padding: 0.83333333vw 1.25vw;
    background: #24C8D0;
}

.ace-e-main .rear-camera-image .farntobtn li.active span{
    pointer-events: none;
}

.ace-e-main .will-change .farntobtn li {
    will-change: margin,padding,tansform;
    transform: translate3d(0px, 0px, -1px);
    -webkit-transform: translate3d(0px, 0px, -1px);
    -moz-transform: translate3d(0px, 0px, -1px);
}

.ace-e-main .rear-camera-image .farntxt {
    display: flex;
    width: 36.979167vw;
    margin: 0 auto;
}

.ace-e-main .rear-camera-image .farntxt p {
    flex-shrink: 0;
    width: 100%;
    color: #696f71;
    font-size: 1.14583333vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}

.ace-e-main .rear-camera-image .farntxt p.active {
    position: relative;
    opacity: 1;
    z-index: 99;
    transition-delay: 0.2s;
}

.ace-e-main .rear-camera-image .farntxt p+p{
    margin-left: -100%;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .ace-e-main .rear-camera-image {
        margin-top: 27.777778vw;
    }

    .ace-e-main .rear-camera-image .content-wrap {
        width: 82.222222vw;
    }

    .ace-e-main .rear-camera-image .farnswiper {
        display: flex;
        justify-content: center;
        width: 91.11111111vw;
        height: 105.55555555vw;
        margin: 8.888889vw auto 0;
        border-radius: 2.22222222vw;
        transition: transform 1000ms cubic-bezier(0, 0, 0.5, 1), opacity 1000ms cubic-bezier(0, 0, 0.5, 1);
        -webkit-transition: transform 1000ms cubic-bezier(0, 0, 0.5, 1), opacity 1000ms cubic-bezier(0, 0, 0.5, 1);
        -moz-transition: transform 1000ms cubic-bezier(0, 0, 0.5, 1), opacity 1000ms cubic-bezier(0, 0, 0.5, 1);
    }

    .ace-e-main .rear-camera-image .farnswiper.active {
        opacity: 1;
        transform: translateY(0vw);
        -webkit-transform: translateY(0vw);
        -moz-transform: translateY(0vw);
    }

    .ace-e-main .rear-camera-image .scale-swiper .switch-btn-wrap {
        bottom: 5.555556vw;
    }

    .ace-e-main .rear-camera-image .scale-swiper .switch-btn-list {
        gap: 5.555556vw;
    }

    .ace-e-main .rear-camera-image .scale-swiper .switch-btn-list li {
        font-size: 3.888889vw;
        width:15.555556vw;
        height:10.277778vw;
    }

    .ace-e-main .rear-camera-image .farnim {
        width: 180vw;
        margin: 0 auto;
        flex-shrink: 0;
    }

    .ace-e-main .rear-camera-image .farntxt {
        align-self: center;
        width: 82.2222222vw;
    }

    .ace-e-main .rear-camera-image .farnavbtn {
        width: 100%;
        margin: 8.88888888vw 0 6.66666666vw 0;
    }

    .ace-e-main .rear-camera-image .farnavbtn svg {
        display: none;
    }

    .ace-e-main .rear-camera-image .farnbtnout {
        display: flex;
        overflow-x: auto;
        width: 100%;
    }

    .ace-e-main .rear-camera-image .farnbtnout::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    .ace-e-main .rear-camera-image .opevideobtn {
        width: 8.88888888vw;
        height: 8.88888888vw;
        right: 4.44444444vw;
        bottom: 4.44444444vw;
    }

    .ace-e-main .rear-camera-image .farntobtn {
        flex-shrink: 0;
        filter: url(#gooMob);
        -webkit-filter: url(#gooMob);
    }

    .ace-e-main .rear-camera-image .farntobtn li {
        font-size: 3.88888888vw;
        padding: 4.44444444vw 11.11111111vw;
        margin: 0 -5.55555555vw;
        border-radius: 8.33333333vw;
    }

    .ace-e-main .rear-camera-image .farntobtn li:nth-child(1) {
        padding: 4.44444444vw 11.11111111vw 4.44444444vw 5.55555555vw;
        margin-left: 8.88888888vw !important;
    }

    .ace-e-main .rear-camera-image .farntobtn li:last-child {
        padding: 4.44444444vw 5.55555555vw 4.44444444vw 11.11111111vw;
        margin-right: 8.88888888vw !important;
    }

    .ace-e-main .rear-camera-image .farntobtn li.active {
        margin: 0 8.88888888vw !important;
        padding: 4.44444444vw 5.55555555vw 4.44444444vw 5.55555555vw;
    }

    .ace-e-main .rear-camera-image .farntobtn li.reduceSpaL {
        padding-left: 5.55555555vw !important;
    }

    .ace-e-main .rear-camera-image .farntobtn li.reduceSpaR {
        padding-right: 5.55555555vw !important;
    }

    .ace-e-main .rear-camera-image .farntxt p {
        font-size: 4.44444444vw;
        text-align: center;
    }
}
/* rear camera end */

/* red-maple-selfie start */
.ace-e-main .red-maple-selfie{
    width: 67.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10.416667vw auto 0;
}

.ace-e-main .red-maple-selfie .content-wrap{
    width: 25.15625vw;
}

.ace-e-main .red-maple-selfie .common-desc{
    flex-shrink: 0;
    width:20.625vw;
    margin-left: 8.333333vw;
}

.ace-e-main .red-maple-selfie .img-wrap{
    width: 100%;
    height: 42.708333vw;
    border-radius: 0.833333vw;
    overflow: hidden;
    margin-top: 3.333333vw;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .red-maple-selfie {
        width: 100%;
        flex-direction: column;
        margin: 27.777778vw 0 0;
    }

    .ace-e-main .red-maple-selfie .content-wrap {
        width: 82.222222vw;
    }

    .ace-e-main .red-maple-selfie .common-desc {
        width: 82.222222vw;
        margin: 4.444444vw 0 0;
    }

    .ace-e-main .red-maple-selfie .img-wrap {
        height: 111.111111vw;
        border-radius: 0vw;
        margin-top: 8.888889vw;
    }
}
/* red-maple-selfie end */

/* bullet-time start */
.ace-e-main .bullet-time {
    margin-top: 10.416667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ace-e-main .bullet-time .content-wrap{
    width: 67.5vw;
    margin: 0 auto;
    text-align: center;
}

.ace-e-main .bullet-time .content-wrap .common-desc{
    margin-top: 1.666667vw;
}

.ace-e-main .bullet-time .bultSwiout {
    margin-top: 3.333333vw;
}

.ace-e-main .bullet-time .swiper-slide {
    width: 26.197917vw;
    height: 30vw;
    transform-style: preserve-3d;
    perspective: 41.30208333vw;
}

.ace-e-main .bullet-time .swiper-slide:nth-child(1) {
    transform: translate3d(12.5vw, 2.5vw, 0vw);
}

.ace-e-main .bullet-time .swiper-slide:nth-child(2) {
    transform: translate3d(0vw, 2.5vw, 0vw);
}

.ace-e-main .bullet-time .swiper-slide:nth-child(3) {
    transform: translate3d(-11.25vw, 2.5vw, 0vw);
}

.ace-e-main .bullet-time .bulltim {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translate3d(0vw, 0vw, 0vw) rotateY(40deg);
    transform-origin: center;
}

.ace-e-main .bullet-time .bulltim .video-wrap{
    width: 100%;
    height: 100%;
}

.ace-e-main .bullet-time .swiper-slide:not(:last-child) {
    margin: 0 1.25vw 0 0;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .ace-e-main .bullet-time {
        margin-top: 27.777778vw;
        overflow: hidden;
    }

    .ace-e-main .bullet-time .content-wrap {
        width: 82.222222vw;
        text-align: left;
    }

    .ace-e-main .bullet-time .content-wrap .common-desc {
        margin-top: 4.444444vw;
    }

    .ace-e-main .bullet-time .bultSwiout {
        display: flex;
        margin-top: 8.888889vw;
        flex-direction: column;
        align-items: flex-start;
    }

    .ace-e-main .bullet-time .bulltimeSwiper .swiper-slide {
        width: 82.22222222vw;
        height: 94.16666666666667vw;
        transform: translate3d(0vw, 0vw, 0vw);
        -webkit-transform: translate3d(0vw, 0vw, 0vw);
        -moz-transform: translate3d(0vw, 0vw, 0vw);
    }

    .ace-e-main .bullet-time .bulltim {
        overflow: hidden;
        transform-origin: center;
        border-radius: 0;
        transform: translate3d(0vw, 0vw, 0vw) rotateY(0deg);
        -webkit-transform: translate3d(0vw, 0vw, 0vw) rotateY(0deg);
        -moz-transform: translate3d(0vw, 0vw, 0vw) rotateY(0deg);
    }

    .ace-e-main .bullet-time .video-control-btn::before{
        background-color: rgba(0, 0, 0, .2);
    }

    .ace-e-main .bullet-time .bulltimeSwiper {
        width: 82.22222222vw;
    }

    .ace-e-main .bullet-time .swiper-slide:not(:last-child) {
        margin: 0 4.44444444vw 0 0;
    }

    .ace-e-main .bullet-time .bulltNav {
        display: flex;
        align-items: center;
        align-self: flex-end;
        margin: 11.11111111vw 0 0 0;
    }

    .ace-e-main .bullet-time li {
        overflow: hidden;
        background: linear-gradient(0deg, #c4eef9 0%, #64d2e6 95%);
        box-shadow: 0vw 0.13888888vw 0vw rgba(255, 255, 255, 0.64) inset;
        border-radius: 50%;
        transition: opacity 0.5s ease;
        pointer-events: all;
    }

    .ace-e-main .bullet-time li:not(:last-child) {
        margin: 0 5.55555555vw 0 0;
    }

    .ace-e-main .bullet-time .bulltscon {
        position: relative;
        display: flex;
        align-items: center;
        width: 11.11111111vw;
        height: 11.11111111vw;
    }

    .ace-e-main .bullet-time .bulltoucon {
        display: flex;
        flex-direction: column;
    }

    .ace-e-main .bullet-time .bulltscon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse 45.44% 58.87% at 4.56% 50%, #6effff 0%, rgba(67, 217, 212, 0) 100%);
        z-index: 9;
        border-radius: 999px;
        transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
}

    .ace-e-main .bullet-time .bullticon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ace-e-main .bullet-time .bullticon picture{
        width: 100%;
        flex-shrink: 0;
    }

    .ace-e-main .bullet-time li:nth-child(1) .bullticon {
        transform: rotate(180deg);
    }

    .ace-e-main .bullet-time li.button-disabled {
        opacity: 0.4;
        pointer-events: none;
    }
}

/* bullet-time end */
.ace-e-main .all-bottom-air {
    position: relative;
    z-index: 1;
}
.ace-e-main .all-bottom-air .air-item {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.71875vw;
    height: 0.41666666vw;
    transform: translate3d(-50%, 0vw, 0vw);
    -webkit-transform: translate3d(-50%, 0vw, 0vw);
    -moz-transform: translate3d(-50%, 0vw, 0vw);
}

.ace-e-main .all-bottom-air .air-item li {
    position: absolute;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #f7fdff 100%);
    box-shadow: 0vw 0.05208333vw 0vw rgba(255, 255, 255, 0.16) inset;
    border-radius: 50%;
    opacity: 0.8;
}

.ace-e-main .all-bottom-air .air-item .buitem0 {
    width: 0.20833333vw;
    height: 0.20833333vw;
    top: 0.20833333vw;
    left: 0vw;
}

.ace-e-main .all-bottom-air .air-item .buitem1 {
    width: 1px;
    height: 1px;
    left: 0.26041666vw;
    top: 0vw;
}

.ace-e-main .all-bottom-air .air-item .buitem2 {
    width: 0.10416666vw;
    height: 0.10416666vw;
    top: 0.10416666vw;
    left: 0.41666666vw;
}

.ace-e-main .all-bottom-air .air-item .buitem3 {
    width: 1px;
    height: 1px;
    left: 0.57291666vw;
    top: 0.3125vw;
}

.ace-e-main .all-bottom-air .air-item .buitem4 {
    width: 0.15625vw;
    height: 0.15625vw;
    top: 0.20833333vw;
    left: 0.78125vw;
}

.ace-e-main .all-bottom-air .air-item .buitem5 {
    width: 1px;
    height: 1px;
    left: 0.98958333vw;
    top: 0.05208333vw;
}

.ace-e-main .all-bottom-air .air-item .buitem6 {
    width: 1px;
    height: 1px;
    top: 0.3125vw;
    left: 1.04166666vw;
}

.ace-e-main .all-bottom-air .air-item .buitem7 {
    width: 0.10416666vw;
    height: 0.10416666vw;
    top: 0.3125vw;
    left: 1.25vw;
}

.ace-e-main .all-bottom-air .air-item .buitem8 {
    width: 1px;
    height: 1px;
    top: 0.15625vw;
    left: 1.40625vw;
}

.ace-e-main .all-bottom-air .air-item .buitem9 {
    width: 0.15625vw;
    height: 0.15625vw;
    top: 0.10416666vw;
    left: 1.5625vw;
}


@media (pointer: fine) and (hover: hover) {
    .ace-e-main .all-bottom-air:hover .air-item{
        top: -20%;
        transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
    }
    .ace-e-main .all-bottom-air:hover .buitem0,
    .ace-e-main .all-bottom-air:hover .buitem1,
    .ace-e-main .all-bottom-air:hover .buitem2,
    .ace-e-main .all-bottom-air:hover .buitem3,
    .ace-e-main .all-bottom-air:hover .buitem4 {
        transform: translate(-0.46041666vw, 0vw);
        transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
}

    .ace-e-main .all-bottom-air:hover .buitem5,
    .ace-e-main .all-bottom-air:hover .buitem6,
    .ace-e-main .all-bottom-air:hover .buitem7,
    .ace-e-main .all-bottom-air:hover .buitem8,
    .ace-e-main .all-bottom-air:hover .buitem9 {
        transform: translate(0.46041666vw, 0vw);
        transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
}
}
@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .all-bottom-air .air-item {
        width: 4.58333333vw;
        height: 1.11111111vw;
        transform: translate3d(-50%, 0vw, 0vw) scale(1.25);
        -webkit-transform: translate3d(-50%, 0vw, 0vw) scale(1.25);
        -moz-transform: translate3d(-50%, 0vw, 0vw) scale(1.25);
    }

    .ace-e-main .all-bottom-air.click .air-item {
        top: -2.22222222vw;
        transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: top 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
    }

    .ace-e-main .all-bottom-air .air-item .buitem0 {
        width: 0.55555555vw;
        height: 0.55555555vw;
        top: 0.55555555vw;
        left: 0vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem1 {
        width: 0.13888888vw;
        height: 0.13888888vw;
        left: 0.69444444vw;
        top: 0vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem2 {
        width: 0.27777777vw;
        height: 0.27777777vw;
        top: 0.27777777vw;
        left: 1.11111111vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem3 {
        width: 0.13888888vw;
        height: 0.13888888vw;
        left: 11;
        top: 0.83333333vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem4 {
        width: 0.41666666vw;
        height: 0.41666666vw;
        top: 0.55555555vw;
        left: 2.08333333vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem5 {
        width: 0.13888888vw;
        height: 0.13888888vw;
        left: 2.63888888vw;
        top: 0.13888888vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem6 {
        width: 0.13888888vw;
        height: 0.13888888vw;
        top: 0.83333333vw;
        left: 2.77777777vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem7 {
        width: 0.27777777vw;
        height: 0.27777777vw;
        top: 0.83333333vw;
        left: 3.33333333vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem8 {
        width: 0.13888888vw;
        height: 0.13888888vw;
        top: 0.41666666vw;
        left: 3.75vw;
    }

    .ace-e-main .all-bottom-air .air-item .buitem9 {
        width: 0.41666666vw;
        height: 0.41666666vw;
        top: 0.27777777vw;
        left: 4.16666666vw;
    }

    .ace-e-main .all-bottom-air.click .buitem0,
    .ace-e-main .all-bottom-air.click .buitem1,
    .ace-e-main .all-bottom-air.click .buitem2,
    .ace-e-main .all-bottom-air.click .buitem3,
    .ace-e-main .all-bottom-air.click .buitem4 {
        transform: translate(-2.5vw, 0vw);
        transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
}

    .ace-e-main .all-bottom-air.click .buitem5,
    .ace-e-main .all-bottom-air.click .buitem6,
    .ace-e-main .all-bottom-air.click .buitem7,
    .ace-e-main .all-bottom-air.click .buitem8,
    .ace-e-main .all-bottom-air.click .buitem9 {
        transform: translate(2.5vw, 0vw);
        transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -webkit-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
        -moz-transition: transform 1.2s cubic-bezier(0.61, 0.33, 0.7, 0.5);
    }
}

.ace-e-main .txtani {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0px, 30px, 0px);
    -webkit-transform: translate3d(0px, 30px, 0px);
    -moz-transform: translate3d(0px, 30px, 0px);
    transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
    -moz-transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
}

.ace-e-main .txtani.active {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .txtanim.active {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
    }

    .ace-e-main .txtanim {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
        -webkit-transform: translate3d(0px, 30px, 0px);
        -moz-transform: translate3d(0px, 30px, 0px);
        transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
        -webkit-transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
        -moz-transition: transform 800ms cubic-bezier(0, 0, 0.5, 1), opacity 800ms cubic-bezier(0, 0, 0.5, 1);
    }
}




/* common mob start*/
@media screen and (max-aspect-ratio:11/10) {
    .ace-e-main .show-mob {
        display: block;
    }

    .ace-e-main .show-pc,
    .ace-e-main .show-pc-inline {
        display: none;
    }

    .ace-e-main .show-mob-inline {
        display: inline-block;
    }

    .ace-e-main .common-big-title1 {
        font-size: 13.33333333333333vw;
    }

    .ace-e-main .common-big-title {
        font-size: 8.888888888888889vw;
    }

    .ace-e-main .common-sub-title {
        font-size: 4.4444444444444445vw;
        margin-bottom: 2.77777778vw;
    }

    .ace-e-main .common-desc {
        font-size: 4.444444vw;
    }

    .ace-e-main .video-control-btn {
        width: 8.888889vw;
        height: 8.888889vw;
        right: 3.3333333334vw;
        bottom: 3.3333333334vw;
    }
}

/* common mob end*/