.sound-x5 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #020100;
}

.sound-x5 * {
    box-sizing: border-box;
}

.sound-x5 .pc-show {
    display: block;
}

.sound-x5 .mob-show {
    display: none;
}

.sound-x5 .pic-hiddem {
    display: none;
}

.sound-x5 .turn-pricing {
    cursor: pointer;
}

.sound-x5 .blur-up {
    filter: blur(20px);
    transition: filter .2s;
}

.sound-x5 .blur-up.lazyloaded {
    filter: blur(0);
}

.sound-x5 .text-gradient {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.sound-x5 picture {
    width: 100%;
    display: block;
}

.sound-x5 svg {
    width: 100%;
    height: 100%;
}

.sound-x5 img,
.sound-x5 video {
    width: 100%;
    display: block;
}

.sound-x5 .video-fallback {
    display: none;
}

.sound-x5 .space-100 {
    height: 5.208333vw;
    width: 100%;
}

.sound-x5 .space-200 {
    height: 10.416667vw;
    width: 100%;
}

.sound-x5 .nowrap {
    white-space: nowrap;
}

.sound-x5 .sound-x5-emphasize {
    color: #DCC8AD;
}

.sound-x5 sup[data-footnote] {
    cursor: pointer;
}

.sound-x5 sup {
    font-size: 0.6em;
    line-height: 1;
}
.sound-x5 .highlights-container sup {
    align-self: baseline;
}

.sound-x5 .sound-x5-kv {
    width: 100%;
    height: 50vw;
    position: relative;
}

.sound-x5 .sound-x5-kv .kv-content {
    position: absolute;
    left: 6.5625vw;
    top: 15.791667vw;
    z-index: 1;
    width: 31.354167vw;
    text-align: center;
}

.sound-x5 .sound-x5-kv .kv-content .kv-picture {
    width: 30.78125vw;
    height: 3.165104vw;
    margin: 0 auto;
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-title {
    font-size: 2.083333vw;
    font-weight: 400;
    color: #553C30;
    line-height: 1.6;
    letter-spacing: .297656vw;
    display: inline-block;
    margin-top: 1.458333vw;
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel {
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price {
    font-size: 1.458333vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.25;
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price span {
    font-size: 1.458333vw;
    line-height: 1.25;
    color: #000000;
    cursor: pointer;
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price sub {
    font-size: .677083vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.25;
    vertical-align: inherit
}

.sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    transition: opacity 300ms ease-out;
    color: #fff;
    border-radius: 6px;
    background-color: #000;
    text-decoration: none;
}

@media (hover: hover) {
    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-btn:hover {
        opacity: 0.8;
    }
}

.sound-x5 .sound-x5-introduction {
    position: relative;
    overflow: hidden;
}

.sound-x5 .sound-x5-introduction .introduction-container {
    position: relative;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-cube-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-left {
    position: absolute;
    left: 23%;
    top: -15vw;
    z-index: 1;
    filter: blur(15px);
    width: 42.19375vw;
}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-left {
    animation: introduction-left-move 2s ease-in-out .2s forwards;
}

@keyframes introduction-left-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-104.166667vw);
    }
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-right {
    position: absolute;
    right: 23%;
    top: -15vw;
    z-index: 1;
    filter: blur(15px);
    width: 42.19375vw;
}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-right {
    animation: introduction-right-move 2s ease-in-out .2s forwards;

}

@keyframes introduction-right-move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(104.166667vw);
    }
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-content .introduction-font {
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(135deg, #B0987A 0%, #F5E4CC 50%, #B0987A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    height: 19.375vw;
    transform: translateY(3.125vw);
    opacity: 0;
}



.sound-x5 .sound-x5-introduction .introduction-container .introduction-content .introduction-content-box {
    position: relative;
    overflow: hidden;
}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-content .introduction-font {
    transform: translateY(0);
    opacity: .8;
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video {
    width: 100%;

}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-video {
    transform: translateY(-8.125vw);
}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-video {
    transition: transform 1.2s ease-in-out
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-pannel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video video {
    width: 100%;
    /* height: 100%; */
    min-height: 56.354167vw;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn {
    position: absolute;
    left: 50%;
    bottom: 3.4375vw;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    height: 3.333333vw;
    border-radius: 2.083333vw;
    padding: .833333vw .833333vw .833333vw 1.666667vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.4);
    cursor: pointer;
    color: #FFFFFF;
    backdrop-filter: blur(2.5vw);
    -webkit-backdrop-filter: blur(2.5vw);
    border-radius: 52.03125vw;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn:hover {
        background: rgba(255, 255, 255, 0.12);
        cursor: pointer;
    }
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn span {
    font-size: .9375vw;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
}

.sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn svg {
    width: 2.5vw;
    height: 2.5vw;
    fill: #FFFFFF;
    margin-left: .416667vw;
    border: 1px solid transparent;
}



/* 
.sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn .sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn .sound-x5 .sound-x5-highlights {
    padding: 10.416667vw 0;
    background: radial-gradient(ellipse at center, #433626 0%, #000000 100%);
} */


.sound-x5 .sound-x5-quality {
    /* overflow: hidden; */
    position: relative;
    margin-top: 2.291667vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-font {
    margin-bottom: 5.208333vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container {
    position: relative;
    margin: 0 auto;
    height: calc(100vh - 76px);
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container.active1 .sound-x5-quality-item:nth-child(1) {
    opacity: 1;
    z-index: 1;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container.active2 .sound-x5-quality-item:nth-child(2) {
    opacity: 1;
    z-index: 1;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container.active3 .sound-x5-quality-item:nth-child(3) {
    opacity: 1;
    z-index: 1;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item {
    height: calc(100vh - 76px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}

@media screen and (max-width: 779px),
screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
    .sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item {
        min-height: auto;
    }
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item .sound-x5-quality-pannel {
    position: relative;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item .sound-x5-quality-img {
    width: 76.041667vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item .sound-x5-quality-text {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55.104167vw;
    transform: translate(-0, -50%);
}

.sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.25;
    margin-bottom: 1.666667vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-desc {
    width: 26.5625vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    text-align: left;
    line-height: 1.6;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container.active1 .sound-x5-quality-item:nth-child(1) .sound-x5-quality-desc {
    width: 27.5vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-sup {
    font-size: max(8px, 0.625vw);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-align: left;
    margin-top: 3.333333vw;
    line-height: 1.6;

}

.sound-x5 .sound-x5-introduction .introduction-tips {
    font-size: max(8px, 0.625vw);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 1.6;
    opacity: 0;
    transition: 0.5s opacity 1.2s ease;
}

.sound-x5 .sound-x5-introduction .introduction-container.active .introduction-tips {
    opacity: 1;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-container .sound-x5-quality-item .sound-x5-quality-text .sound-x5-quality-desc {
    position: static;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-res {
    display: flex;
    align-items: flex-start;
    margin-top: 3.333333vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-res img {
    width: 2.616667vw;
    height: 2.616667vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content {
    padding-left: 1.5625vw;
    position: relative;
    padding-top: .520833vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content .sound-x5-quality-res-title {
    font-size: 1.145833vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content .sound-x5-quality-res-text {
    width: 21.927083vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.25vw;
}



.sound-x5 .sound-x5-quality .sound-x5-quality-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper .swiper-slide picture {
    width: 50.83333vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper .swiper-slide .sound-x5-quality-text {
    margin-top: 8.33333vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper-pagination {
    display: none;
    justify-content: center;
}

@media screen and (max-width: 779px),
screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
    .sound-x5 .sound-x5-quality .sound-x5-quality-swiper-pagination {
        display: flex;
        margin-top: 8.33333vw;
    }
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper-pagination .swiper-pagination-bullet {
    width: 1.38889vw;
    height: 1.38889vw;
    background: #383838;
    border-radius: 50%;
    opacity: 1;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 0.97222vw;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.sound-x5 .sound-x5-quality .sound-x5-quality-text {
    width: 41.66667vw;
    position: relative;
}

/* .sound-x5 .highlights-container {
    overflow: hidden;
} */

.sound-x5 .sound-x5-highlights .swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.sound-x5 .sound-x5-highlights .swiper .swiper-slide{
    width: 67.5vw;
}

.sound-x5 .highlights-container .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.sound-x5 .highlights-container .highlights-item {
    display: flex;
    justify-content: center;
    overflow: hidden;
    will-change: transform;
}

.sound-x5 .highlights-container .highlights-item .highlights-item-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    will-change: transform;
    border-radius: .8333vw;
}


.sound-x5 .highlights-container .highlights-item-content {
    position: absolute;
    top: 2.5vw;
    left: 2.5vw;
    will-change: transform;
    transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
    /* transform: translateX(5.208333vw);
    opacity: 0;
    transition: translateX 1s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s cubic-bezier(0.65, 0.05, 0.36, 1); */
}


/* .sound-x5 .highlights-container .highlights-item.swiper-slide-active .highlights-item-content {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 1s cubic-bezier(0.65, 0.05, 0.36, 1);
} */

.sound-x5 .highlights-container .highlights-swiper-btn-container {
    position: relative;
    will-change: transform;
    overflow: hidden;
}

.sound-x5 .highlights-container .highlights-swiper-root {
    position: relative;
    overflow: hidden;
    width: 11.770833vw;
    height: 3.333333vw;
    z-index: 1;
    border-radius: 2.5vw;
    background: radial-gradient(farthest-side circle at center right,
            #1d190e 100%,
            #000 100%);
    box-shadow: inset 0 0 8px rgba(226, 203, 163, 0.3);

}

.sound-x5 .highlights-container .highlights-swiper-root-top::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 13.854167vw;
    height: 3.333333vw;
    background: linear-gradient(135deg,
            rgba(167, 151, 121, 0) 0%,
            rgba(167, 151, 121, 1) 100%);
    z-index: 1;
}

.sound-x5 .highlights-container .highlights-swiper-root-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13.854167vw;
    height: 3.333333vw;
    z-index: 2;
    background: linear-gradient(310deg,
            rgba(167, 151, 121, 0) 0%,
            rgba(167, 151, 121, 1) 100%);
}

.sound-x5 .highlights-container .highlights-swiper-root-inset {
    position: relative;
}

.sound-x5 .highlights-container .highlights-swiper-root-box {
    position: relative;
}

.sound-x5 .highlights-container .highlights-swiper-root-box::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 3;
    width: 11.5625vw;
    height: 3.333333vw;
    background: radial-gradient(circle farthest-side at center, #1d190e 0%, #000000 100%);
    box-shadow: inset 0 0 8px rgba(29, 25, 14, 0.3);
    /* filter: blur(1px); */
    border-radius: 2.5vw;
    transform: rotate(-1deg);
    margin-left: -5.78125vw;
}

.sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-title {
    font-size: 1.666667vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.5;
    width: 26.041667vw;
}

.sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-text {
    font-size: 1.041667vw;
    font-weight: 400;
    color: #DCC8AD;
    line-height: 1.5;
    margin-top: .833333vw;
    display: inline-flex;
    align-items: center;
}
.sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-text span{
    display: inline-block;
    width: .083333vw;
    height: 1.041667vw;
    background-color: #DCC8AD;
    margin: 0 .260417vw;
}

.sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-root-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 0 1.041667vw;
}

.sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-prev-btn,
.sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-next-btn {
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.8s;
    outline: 0;
    opacity: .8;
    display: flex;
    width: 2.083333vw;
    height: 2.083333vw;
}

.sound-x5 .highlights-container .highlights-swiper-prev-btn:hover,
.sound-x5 .highlights-container .highlights-swiper-next-btn:hover {
    opacity: .6;
}

.sound-x5 .highlights-container .highlights-swiper-prev-btn-svg,
.sound-x5 .highlights-container .highlights-swiper-next-btn-svg {
    width: 2.083333vw;
    height: 2.083333vw;
}

.sound-x5 .highlights-container .highlights-swiper-root .btn-disable {
    cursor: default;
    opacity: 0.3;
}

.sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-pagination {
    display: flex;
    justify-content: center;
    width: auto;
}

.sound-x5 .highlights-container .highlights-control-container {
    display: flex;
    justify-content: center;
    margin-top: 2.5vw;
}

.sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.520833vw;
    height: 0.520833vw;
    margin-right: 0.520833vw;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 100%;
    outline: 0;
    background-color: #F4EBD6;
    background-image: radial-gradient(circle, #f4ebd6 50%, transparent 50%),
        radial-gradient(circle, #f4ebd6 50%, transparent 50%),
        radial-gradient(circle, #f4ebd6 50%, transparent 50%);
    background-size: 10px 10px;
    background-position: 0 0, 10px 0, 20px 0;
    opacity: 0.2;
    transition: opacity 0.6s;
}

.sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet:hover {
    opacity: 0.5;
}

.sound-x5 .highlights-container .highlights-swiper-root .swiper-pagination-bullet::before {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0.260417vw;
    content: "";
}

.sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet-active {
    background-color: #F4EBD6;
    cursor: pointer;
    opacity: .8;
}

.sound-x5 .highlights-container .highlights-swiper-root .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.sound-x5 .sound-x5-woofer .woofer-container {
    display: flex;
    align-items: center;
}

.sound-x5 .sound-x5-woofer .woofer-container .woofer-img {
    width: 100%;
}

.sound-x5 .sound-x5-woofer {
    position: relative;
    margin-top: 9.708333vw;
}

.sound-x5 .sound-x5-woofer .woofer-content {
    padding-top: 2.135417vw;
    padding-left: 16.25vw;
    text-align: left;
}

.sound-x5 .sound-x5-woofer .woofer-content .woofer-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25;
}

.sound-x5 .sound-x5-woofer .woofer-content .woofer-text {
    width: 27.604167vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.666667vw;
}

.sound-x5 .sound-x5-woofer .woofer-content .woofer-dive-down {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 3.416667vw;
}

.sound-x5 .sound-x5-woofer .woofer-content .woofer-content-hz {
    font-size: 3.333333vw;
    font-weight: 800;
    color: transparent;
    line-height: 1.25;
    background-image: linear-gradient(312deg, #B0987A, #F5E4CC);
    -webkit-background-clip: text;
    background-clip: text;
}

.sound-x5 .sound-x5-woofer .woofer-content .woofer-content-tips {
    font-size: max(8px, 0.625vw);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 3.333333vw;
    max-width: 538px;
    line-height: 1.6;
}

.sound-x5 .sound-x5-effect .sound-x5-effect-font {
    text-align: center;
    margin: 0 auto;
}

.sound-x5 .sound-x5-effect .sound-x5-effect-font .sound-x5-effect-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25;
}

.sound-x5 .sound-x5-effect .sound-x5-effect-font .sound-x5-effect-text {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.666667vw;
}

.sound-x5 .sound-x5-effect .effect-container {
    width: 70.364583vw;
    height: 32.8125vw;
    margin: 3.333333vw auto 0;
    transform: translateY(3.333333vw);

}

.sound-x5 .sound-x5-effect .effect-container .effect-row {
    display: flex;
}

.sound-x5 .sound-x5-effect .effect-container .effect-row .effect-swiper-image {
    width: 100%;
}


.sound-x5 .effect-swiper {
    width: 100%;
    overflow: initial;
    pointer-events: none;
    min-height: 29.166667vw;
}


.sound-x5 .effect-swiper-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    overflow: hidden;
    width: 100%;
}

.sound-x5 .effect-swiper-image img {
    width: 100%;
    border-radius: .833333vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}

.sound-x5 .effect-swiper-video video {
    width: 100%;
    border-radius: .833333vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}

.sound-x5 .effect-swiper-video img {
    width: 100%;
}

.sound-x5 .effect-swiper-item:nth-of-type(1) {
    position: relative;
}

.sound-x5 .effect-swiper .swiper-wrapper {
    perspective: 100vw;
    perspective-origin: 50% -100%;
    overflow: initial;
}

.sound-x5 .effect-swiper.poster-status .sound-x5 .effect-swiper-item {
    transform: translateZ(-15vw);
}

.sound-x5 .sound-x5-effect .swiper .swiper-slide:not(:last-child) {
    margin-right: 0;
}

.sound-x5 .effect-swiper-item[data-index="0"] {
    transform: translateZ(0vw);
    opacity: 1;
    z-index: 2;
}

.sound-x5 .effect-swiper-item[data-index="1"] {
    transform: translateZ(-10vw);
    opacity: .4;
    z-index: 1;
}

.sound-x5 .effect-maskimage {
    position: relative;
}

.sound-x5 .effect-maskimage::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 64, 64, 0.6);
    z-index: 1;
}

.sound-x5 .effect-swiper-text-swiper .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}

.sound-x5 .effect-swiper-text-swiper .swiper-slide:last-child {
    position: relative;
}

.sound-x5 .effect-swiper-text-swiper .swiper-slide:first-child {
    transform: translateY(0);
}

.sound-x5 .sound-x5-effect .effect-slide {
    position: relative;
    padding-left: 3.333333vw;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-slide-container {
    position: relative;
    width: 18.854167vw;
    top: -1.354167vw;
}

.sound-x5 .sound-x5-effect .effect-slide .title {
    font-weight: 500;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 1.666667vw;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .effect-item+.effect-item {
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .effect-title {
    font-size: 1.666667vw;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.6s;
    color: #FAFAFA;
    opacity: 0.4;
    line-height: 1.25;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .effect-title:hover {
    opacity: 0.6;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .effect-intro {
    width: 17.34375vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    padding-top: .833333vw;
    transition: opacity 0.6s;
    margin: 0;
    opacity: 0;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .current .effect-title {
    cursor: default;
    opacity: 1;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .current .effect-title:hover {
    opacity: 1;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .current .effect-intro {
    opacity: 1;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .expanded .effect-text {
    overflow: hidden;
    transition: height 0.6s;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-list .collapsed .effect-text {
    overflow: hidden;
    height: 0;
    transition: height 0.6s;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: .104167vw;
    height: calc(100% - .15625vw);
    background-color: #6F6F6F;
}

.sound-x5 .sound-x5-effect .effect-slide .effect-indicator .indicator {
    width: 100%;
    height: var(--indicator-height, 0);
    transition: height 0.6s, transform 0.6s;
    transform: translateY(var(--indicator-offset-y, 0));
    background-color: #DCC8AD;
}

.effect-indicator .indicator {
    transition: height 0.4s ease, transform 0.4s ease !important;
    will-change: height, transform;
}


.effect-swiper-item:nth-of-type(1) {
    position: relative;
}

.effect-swiper-item[data-index="0"] {
    transform: translateZ(-25vw);
    opacity: 1;
    z-index: 3;
}

.effect-swiper-item[data-index="1"] {
    transform: translateZ(15vw);
    opacity: 0;
    z-index: 5;
}

.effect-swiper-item[data-index="2"] {
    transform: translateZ(-25vw);
    opacity: 0;
    z-index: 0;
}

.effect-swiper-item[data-index="3"] {
    transform: translateZ(15vw);
    opacity: 0;
    z-index: 7;
}







.sound-x5 .sound-x5-change {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sound-x5 .sound-x5-change .sound-x5-change-font {
    width: 100%;
    display: flex;
    align-items: center;
}

.sound-x5 .sound-x5-change .sound-x5-change-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #F4F3F3;
    text-align: left;
    line-height: 1.25;
    padding-left: 20.833333vw;
}

.sound-x5 .sound-x5-change .sound-x5-change-text {
    width: 30.520833vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    text-align: left;
    line-height: 1.25;
    margin-left: 6.145833vw;
}


.sound-x5 .sound-x5-change .sound-x5-change-container {
    width: 67.5vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 3.333333vw;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper {
    width: 100%;
    margin-left: 0px;
    overflow: visible;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper {
    height: max-content;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide {
    height: max-content;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-img {
    position: relative;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: -.104167vw;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: calc(100% - .208333vw); */
    border-radius: .833333vw;
    overflow: hidden;
    box-shadow: 0 0 .416667vw rgba(244, 235, 214, 0.4);
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-img img {

    border-radius: .833333vw;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-content {
    position: absolute;
    top: 1.875vw;
    left: 2.083333vw;
    will-change: transform;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-content .sound-x5-change-swiper-title {
    font-size: 1.666667vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25;
    position: relative;
    will-change: transform;
    z-index: 1;
}

.sound-x5 .sound-x5-change .sound-x5-change-container .swiper .sound-x5-swiper-btn {
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-font {}

.sound-x5 .sound-x5-listen .sound-x5-listen-font .sound-x5-listen-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.25;
    margin: 0 auto 4.166667vw;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-content {
    display: flex;
    justify-content: center;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box {
    margin: 0 5.833333vw 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box:last-child {
    margin-right: 0;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box .sound-x5-listen-box-svg {
    width: 3.333333vw;
    height: 3.333333vw;
}

.sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box p {
    font-size: 1.145833vw;
    font-weight: 500;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.25vw;
}

.sound-x5 .section-music .section-music-font {
    width: 48.229167vw;
    margin: 0 auto 3.333333vw;
    text-align: center;
}

.sound-x5 .section-music .section-music-font .sound-x5-music-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.25;
}

.sound-x5 .section-music .section-music-font .sound-x5-music-text {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1.6;
    margin-top: 1.666667vw;
}

.sound-x5 .section-footnote {
    font-size: max(0.625vw, 12px);
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0 auto;
    width: 67.708333vw;
    padding-top: 10.416667vw;
    padding-bottom: 80px;
}

.sound-x5 .section-footnote ol {
    list-style-type: decimal;
    padding-left: 2em;
}

.sound-x5 .section-footnote li {
    line-height: 1.6em;
    position: relative;
}

.sound-x5 .section-footnote li a {
    color: #fff;
}

.sound-x5 .section-footnote .active {
    color: #fff;
    opacity: 1;
}

.sound-x5 .section-footnote .price {
    list-style-type: none;
    position: relative;
    margin-top: 0;
}

.sound-x5 .section-footnote .price::before {
    content: "*";
    position: absolute;
    top: 0;
    padding-right: 3px;
    transform: translateX(-100%);
}

.sound-x5 .section-footnote .footlast {
    list-style-type: none;
    position: relative;
    pointer-events: none;
}

.sound-x5 .section-footnote .footlast::before {
    content: "**";
    position: absolute;
    top: 0;
    padding-right: 3px;
    transform: translateX(-100%);
}

.sound-x5 .section-footnote i {
    position: absolute;
    bottom: -4px;
    display: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: translateY(-4.2px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}

.sound-x5 .section-footnote li.current i {
    display: inline-block;
}


.sound-x5 .sound-x5-field .sound-x5-field-font {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto 3.333333vw;
}

.sound-x5 .sound-x5-field .sound-x5-field-font .sound-x5-field-title {
    font-size: 3.333333vw;
    font-weight: 500;
    text-align: left;
    color: #F4F3F3;
    line-height: 1.25;
    padding-left: 20.833333vw;
}

.sound-x5 .sound-x5-field .sound-x5-field-font .sound-x5-field-text {
    width: 33.229167vw;
    font-size: 1.145833vw;
    font-weight: 400;
    text-align: left;
    color: #787878;
    line-height: 1.6;
    margin-left: 6.145833vw;
}


.sound-x5 .sound-x5-field .sound-x5-field-swiper .swiper-slide-active .product-common-swiper-item-title {
    opacity: 1;
}

.sound-x5 .sound-x5-field .sound-x5-field-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.4;
    top: -2.165vw;
    will-change: transform;
}

.sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-content {
    width: auto;
    margin: 2.5vw auto 0;
}

.sound-x5 .sound-x5-field .sound-x5-field-container .sound-x5-field-swiper .swiper-slide {
    margin-right: 0 !important;
}

.sound-x5 .sound-x5-field .sound-x5-field-container .swiper-slide.swiper-slide-active .video-box {
    min-height: 36.458333vw;
}

.sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-desc {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1.6;
    will-change: transform;
    opacity: 1;
    transition: opacity 0.7s linear;
}

.sound-x5 .sound-x5-field .sound-x5-field-swiper .swiper-slide:not(.swiper-slide-active) .sound-x5-field-desc {
    transition: opacity 0.7s linear;
    opacity: 0;
}

.sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-video-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 17.708333vw;
    color: rgba(0, 0, 0, 0.6);
    border-top-left-radius: .833333vw;
    border-top-right-radius: .833333vw;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: height 0.3s ease, background-image 0.3s ease;
    will-change: transform;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn .sound-x5-swiper-btn {
    margin-top: 0;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-text {
    display: flex;
    justify-content: center;
    font-size: 1.354vw;
    font-weight: 500;
    color: #F4EBD6;
    opacity: .6;
    height: 1.145833vw;
    line-height: 1.25;
    margin: 0 .885417vw;
}

.sound-x5 .sound-x5-field .swiper .sound-x5-swiper-btn .swiper-button-next {
    margin-left: 0;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-index {
    overflow: hidden;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease;
    overflow: hidden;
    line-height: 1.25;
    font-size: 1.145833vw;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-item {
    flex: none;
    top: 0;
    position: relative;
    font-size: 1.145833vw;
    line-height: 1;
}

.sound-x5 .swiper .sound-x5-swiper-btn .sound-x5-field-btn-line {
    font-size: 1.145833vw;
    line-height: 1;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn .sound-x5-swiper-btn .sound-x5-field-btn-num {
    font-size: 1.145833vw;
    line-height: 1;
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-index[data-index="0"] .sound-x5-field-btn-row {
    transform: translateY(0%);
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-index[data-index="1"] .sound-x5-field-btn-row {
    transform: translateY(-33.333%);
}

.sound-x5 .sound-x5-field .sound-x5-field-btn-index[data-index="2"] .sound-x5-field-btn-row {
    transform: translateY(-66.666%);
}


.sound-x5 .ai-feature-3-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.sound-x5 .ai-feature-3-text-swiper {
    margin: 0;
    width: 80%;
    text-align: center;
}

.sound-x5 .sound-x5-field-btn-box {
    display: flex;
    align-items: center;
}

.sound-x5 .sound-x5-field-btn-box .swiper-button-next {
    margin-left: 0 !important;
}

.sound-x5 .sound-x5-field-btn-box .sound-x5-swiper-btn {
    align-items: center !important;
}

.sound-x5 .shine-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.166667vw;
}

.sound-x5 .shine-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0.416667vw;
    border-radius: 999px;
    background-color: #181726;
}

.sound-x5 .sound-x5-ai-font {
    margin-bottom: 3.333333vw;
}

.sound-x5 .sound-x5-ai-font .sound-x5-ai-font-video {
    width: 6.25vw;
    height: 6.25vw;
    margin: 8.333333vw auto 0;
}

.sound-x5 .sound-x5-ai-font .sound-x5-ai-font-text {
    width: 51.479167vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1.6;
    margin: 2.083333vw auto 0;
}

.sound-x5 .ai-container .ai-row {
    position: relative;
    transform: translateY(10.416667vw);
    transition: transform 0.8s ease;
}

.sound-x5 .ai-container .ai-row.ai-animation {
    transform: translateY(0);
    transition: transform 0.8s ease;
}

.sound-x5 .ai-container .ai-row .ai-center {
    position: relative;
}

.sound-x5 .ai-container .ai-row .ai-center .ai-img {
    width: 18.75vw;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sound-x5 .ai-container .ai-tips {
    font-size: max(8px, 0.625vw);
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2.5vw;
    line-height: 1.6;
}

.sound-x5 .ai-container .ai-item {
    position: absolute;
    opacity: 0;
    transform: scale(0) translate(0, 0);
    transition: all 1.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sound-x5 .ai-container .ai-item.ai-item-1 {
    left: 42.96875vw;
    top: 2.083333vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.ai-item-2 {
    left: 42.96875vw;
    top: 11.09375vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.ai-item-3 {
    left: 42.96875vw;
    top: 20.208333vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.ai-item-4 {
    right: 44.010417vw;
    top: 2.083333vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.ai-item-5 {
    right: 44.010417vw;
    top: 11.09375vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.ai-item-6 {
    right: 44.010417vw;
    top: 20.208333vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in {
    opacity: 1;
    transform: scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-1 {
    left: 21.354167vw;
    top: 2.03125vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-2 {
    left: 16.25vw;
    top: 11.197917vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-3 {
    left: 22.916667vw;
    top: 20.260417vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-4 {
    right: 16.354167vw;
    top: 2.03125vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-5 {
    right: 18.75vw;
    top: 11.197917vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item.animate-in.ai-item-6 {
    right: 18.020833vw;
    top: 20.260417vw;
    transform: translate(0, 0) scale(1);
}

.sound-x5 .ai-container .ai-item .ai-item-pannel {
    position: relative;
    z-index: 2;
    height: 2.916667vw;
    display: inline-flex;
    border-radius: 2.916667vw;
    background: linear-gradient(to right, #8CC0D8, #C8B0D8);
}

.sound-x5 .ai-container .ai-item .ai-item-pannel::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - .208333vw);
    height: 2.708333vw;
    z-index: 3;
    border-radius: 2.916667vw;
    background-color: #272727;
}

.sound-x5 .ai-container .ai-item .ai-item-pannel::after {
    content: '';
    position: absolute;
    width: calc(100% - .572917vw);
    height: 1.5625vw;
    z-index: 1;
    left: 50%;
    bottom: 0;
    padding: 0 .286458vw;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #AFF6FF 0%, #D155FF 100%);
    background-blend-mode: normal;
    opacity: 0.6;
    filter: blur(20px);
}

.sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: .833333vw;
    box-sizing: border-box;
}

.sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content img {
    width: 1.25vw;
    height: 1.25vw;
}

.sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content .ai-item-text {
    font-size: .833333vw;
    font-weight: 500;
    color: #DEE1F7;
    text-align: left;
    line-height: 1;
    padding-left: .520833vw;
}

.sound-x5 .sound-x5-ai-scene {
    width: 67.5vw;
    margin: 0 auto;
    position: relative;
}

.sound-x5 .sound-x5-ai-scene .video-box {
    position: relative;
    width: 100%;
}


.sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn {
    position: absolute;
    z-index: 2;
    right: 2.083333vw;
    bottom: 2.083333vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn span {
    font-size: 1.25vw;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    display: inline-block;
    margin-right: .833333vw;
}


.sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn .sound-x5-ai-scene-operate-btn-img {
    overflow: hidden;
    width: 2.916667vw;
    height: 2.916667vw;
    transform: translateZ(0);
    border-radius: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px) brightness(1.2);
    transition: background-color 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
    .sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn:hover .sound-x5-ai-scene-operate-btn-img {
        backdrop-filter: blur(8px) brightness(1.1);
        background-color: rgba(128, 128, 128, 0.4);
        transition: background-color 0.5s ease;
    }
}

.sound-x5-ai-scene-pannel {
    display: flex;
    margin-top: 3.333333vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list {
    width: 15.9375vw;
    height: 13.020833vw;
    padding: 2.083333vw;
    border-radius: .833333vw;
    background: radial-gradient(circle at center,
            #29231b 0%,
            #111111 70%);
    box-shadow: inset 0 0 .3125vw rgba(226, 203, 163, 0.25);
    margin-right: 1.25vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list:nth-child(3) {
    padding-right: 1.25vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list:last-child {
    margin-right: 0;
    padding-right: 1.354167vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font {
    display: flex;
    align-items: center;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font svg {
    width: 3.333333vw;
    height: 3.333333vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font .sound-x5-ai-scene-title {
    font-size: 1.666667vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    line-height: 1.6;
    padding-left: 1.25vw;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font .sound-x5-ai-scene-title sup {
    color: #FFFFFF;
}

.sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-text {
    font-size: 1.041667vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: .833333vw;
}


.sound-x5 .sound-x5-watch-font {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 8.90625vw auto 3.333333vw;
}

.sound-x5 .sound-x5-watch-font .sound-x5-watch-title {
    font-size: 3.333333vw;
    font-weight: 500;
    text-align: left;
    color: #F4F3F3;
    line-height: 1.25;
    padding-left: 20.833333vw;
}

.sound-x5 .sound-x5-watch-font .sound-x5-watch-text {
    width: 33.229167vw;
    font-size: 1.145833vw;
    font-weight: 400;
    text-align: left;
    color: #787878;
    line-height: 1.6;
    margin-left: 6.145833vw;
}

.sound-x5 .watch-container .video-box {
    position: relative;
    width: 67.5vw;
    overflow: hidden;
    border-radius: 0.833333vw;
    margin: 0 auto;
}

.sound-x5 .watch-container .video-box video {
    position: relative;
    z-index: 1;
    min-height: 36.458333vw;

}

.sound-x5 .video-operate-btn {
    position: absolute;
    z-index: 2;
    right: 1.25vw;
    bottom: 1.25vw;
    overflow: hidden;
    width: 2.083333vw;
    height: 2.083333vw;
    transform: translateZ(0);
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.5);
    backdrop-filter: blur(8px) brightness(120%);
    -webkit-backdrop-filter: blur(8px) brightness(120%);
    transition: opacity 100ms ease, background-color 0.6s ease, -webkit-backdrop-filter 0.6s ease;
    transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
    transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease, -webkit-backdrop-filter 0.6s ease;
    -webkit-transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
    -moz-transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
}

@media (hover: hover) {
    .sound-x5 .video-operate-btn:hover {
        backdrop-filter: blur(10px) brightness(110%);
        -webkit-backdrop-filter: blur(10px) brightness(110%);
        background-color: rgba(128, 128, 128, 0.4);
    }
}

.sound-x5 .btn-replay {
    right: 1.197917vw;
    bottom: 6.5625vw;
    font-size: 0.9375vw;
    color: #6D6D73;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    outline: 0;
    z-index: 2;
}

.sound-x5 .btn-replay .icon-replay {
    width: 0.833333vw;
    margin-left: 0.416667vw;
}

.sound-x5 .btn-replay:hover {
    opacity: 0.6;
}

.sound-x5 .video-box.ended .btn-replay {
    transition: opacity 300ms ease-in;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
}

.sound-x5 .video-box.ended .btn-replay:hover {
    opacity: 0.6;
}

.sound-x5 .sound-x5-door-lock .sound-x5-door-lock-font {
    width: 37.604167vw;
    margin: 0 auto 3.333333vw;
}

.sound-x5 .sound-x5-door-lock .sound-x5-door-lock-title {
    font-size: 3.333333vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    color: #F4F3F3;
}

.sound-x5 .sound-x5-door-lock .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.sound-x5 .sound-x5-door-lock .swiper-wrapper .video-box video {
    min-height: 36.458333vw;
}

.sound-x5 .sound-x5-door-lock-swiper .swiper-slide-active .product-common-swiper-item-title {
    opacity: 1;
}

.sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-content {
    width: 38.020833vw;
    padding-left: .833333vw;
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-title {
    font-size: 1.666667vw;
    font-weight: 500;
    color: #DCC8AD;
    text-align: left;
    will-change: transform;
}

.sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-desc {
    font-size: 1.041667vw;
    font-weight: 400;
    color: #787878;
    text-align: left;
    will-change: transform;
    line-height: 1.6;
    margin-top: .833333vw;
}

.sound-x5 .sound-x5-door-lock-swiper .swiper-control-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 16.25vw;
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-door-lock-swiper .swiper-control-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}




.sound-x5-interconnection-font {
    width: 37.291667vw;
    text-align: center;
    margin: 0 auto;
}

.sound-x5 .sound-x5-interconnection .sound-x5-interconnection-font .sound-x5-interconnection-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.25;
}

.sound-x5 .sound-x5-interconnection .sound-x5-interconnection-font .sound-x5-interconnection-text {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.666667vw;
}

.sound-x5 .sound-x5-interconnection .interconnection-container {
    width: 70.364583vw;
    margin: 3.333333vw auto 0;
    transform: translateY(3.333333vw);

}

.sound-x5 .sound-x5-interconnection .interconnection-container .interconnection-row {
    display: flex;
}

.sound-x5 .interconnection-swiper {
    overflow: initial;
    pointer-events: none;
    width: 100%;
}

.sound-x5 .interconnection-swiper-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    overflow: hidden;
}

.sound-x5 .interconnection-swiper-image img {
    width: 100%;
    border-radius: .833333vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}

.sound-x5 .interconnection-swiper-video video {
    width: 100%;
    border-radius: .833333vw;
    overflow: hidden;
    will-change: transform;
    position: relative;
}

.sound-x5 .interconnection-swiper-video img {
    width: 100%;
}

.sound-x5 .interconnection-swiper-item:nth-of-type(1) {
    position: relative;
}

.sound-x5 .interconnection-swiper .swiper-wrapper {
    perspective: 100vw;
    perspective-origin: 50% -100%;
    overflow: initial;
}

.sound-x5 .interconnection-swiper.poster-status .sound-x5 .interconnection-swiper-item {
    transform: translateZ(-15vw);
}

.sound-x5 .interconnection-swiper-item {
    width: 100%;
}

.sound-x5 .interconnection-swiper-item[data-index="0"] {
    transform: translateZ(0vw);
    opacity: 1;
    z-index: 2;
}

.sound-x5 .interconnection-swiper-item[data-index="1"] {
    transform: translateZ(-10vw);
    opacity: .4;
    z-index: 1;
}

.sound-x5 .interconnection-maskimage {
    position: relative;
}

.sound-x5 .interconnection-maskimage::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 64, 64, 0.6);
    z-index: 1;
}

.sound-x5 .interconnection-swiper-text-swiper .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
}

.sound-x5 .interconnection-swiper-text-swiper .swiper-slide:last-child {
    position: relative;
}

.sound-x5 .interconnection-swiper-text-swiper .swiper-slide:first-child {
    transform: translateY(0);
}

.sound-x5 .sound-x5-interconnection .interconnection-slide {
    position: relative;
    padding-left: 3.333333vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-slide-container {
    position: relative;
    width: 18.854167vw;
    top: -1.5625vw;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .title {
    font-weight: 500;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 1.666667vw;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .interconnection-item+.interconnection-item {
    margin-top: 2.5vw;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .interconnection-title {
    font-size: 1.666667vw;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.6s;
    color: #FAFAFA;
    opacity: 0.4;
    line-height: 1.25;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .interconnection-title:hover {
    opacity: 0.6;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .interconnection-intro {
    width: 14.479167vw;
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    padding-top: .833333vw;
    transition: opacity 0.6s;
    margin: 0;
    opacity: 0;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .current .interconnection-title {
    cursor: default;
    opacity: 1;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .current .interconnection-title:hover {
    opacity: 1;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .current .interconnection-intro {
    opacity: 1;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .expanded .interconnection-text {
    overflow: hidden;
    transition: height 0.6s;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-list .collapsed .interconnection-text {
    overflow: hidden;
    height: 0;
    transition: height 0.6s;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: .104167vw;
    height: calc(100% - .15625vw);
    background-color: #6F6F6F;
}

.sound-x5 .sound-x5-interconnection .interconnection-slide .interconnection-indicator .indicator {
    width: 100%;
    height: var(--indicator-height, 0);
    transition: height 0.6s, transform 0.6s;
    transform: translateY(var(--indicator-offset-y, 0));
    background-color: #DCC8AD;
}

.interconnection-indicator .indicator {
    transition: height 0.4s ease, transform 0.4s ease !important;
    will-change: height, transform;
}


.interconnection-swiper-item:nth-of-type(1) {
    position: relative;
}

.interconnection-swiper-item[data-index="0"] {
    transform: translateZ(-25vw);
    opacity: 1;
    z-index: 3;
}

.interconnection-swiper-item[data-index="1"] {
    transform: translateZ(15vw);
    opacity: 0;
    z-index: 5;
}

.interconnection-swiper-item[data-index="2"] {
    transform: translateZ(-25vw);
    opacity: 0;
    z-index: 0;
}

.interconnection-swiper-item[data-index="3"] {
    transform: translateZ(15vw);
    opacity: 0;
    z-index: 7;
}










.sound-x5 .sound-x5-lamp-effect .light-content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    overflow: hidden;
    transform: rotate(0);
}

.sound-x5 .sound-x5-lamp-effect .light-content .light-left {
    width: 31.25vw;
    height: 31.25vw;
    opacity: 0;
    transform: translateX(7.2916666667vw);
}

.sound-x5 .sound-x5-lamp-effect .light-content .light-right {
    width: 46.875vw;
    opacity: 0;
    transform: translateY(-2.0833333333vw) translateX(-7.2916666667vw);
}

.sound-x5 .sound-x5-lamp-effect .light-content .light-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
}

.sound-x5 .sound-x5-lamp-effect .light-content .light-text .glow-purple {
    font-size: 5vw;
    font-weight: 700;
    color: #746D60;
}

.sound-x5 .sound-x5-lamp-effect .light-content .light-text .glow-purple .glow-container {
    font-size: 5vw;
    font-weight: 700;
    color: #F4EBD6;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-font {
    width: 32.552083vw;
    margin: 0 auto;
    text-align: center;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-font .sound-x5-lamp-title {
    font-size: 3.333333vw;
    font-weight: 500;
    color: #F4F3F3;
    line-height: 1.25;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-font .sound-x5-lamp-text {
    font-size: 1.145833vw;
    font-weight: 400;
    color: #787878;
    line-height: 1.6;
    margin-top: 1.666667vw;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-container {
    position: relative;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-container .video-box {
    min-height: 41.666667vw;
}

.sound-x5 .sound-x5-lamp .sound-x5-lamp-container .sound-x5-lamp-tips {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    font-size: max(12px, 0.625vw);
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.25;
    margin-bottom: 2.489583vw;
    font-size: max(8px, 0.625vw);
    line-height: 1.6;
}

/* 发光字体 begin */
.sound-x5 .glow-headline {
    position: relative;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
}

.sound-x5 .glow-headline span {
    line-height: 1.25;
}

.sound-x5 .glow-headline .glow-purple {
    font-size: 5vw;
    font-weight: 700;
    color: #746D60;
}

.sound-x5 .glow-headline .glow-container {
    position: relative;
    display: inline-flex;
    overflow: visible;
    justify-content: center;
}

.sound-x5 .glow-headline .glow-color {
    position: relative;
    z-index: 4;
    position: relative;
    color: #746D60;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.sound-x5 .glow-headline.animated .glow-color {
    color: #F4EBD6;
    transition: color .5s;
}

.sound-x5 .glow-headline .glow-blur {
    position: absolute;
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.sound-x5 .glow-headline.animated .glow-blur-1::after {
    background: linear-gradient(135deg, rgba(176, 152, 122, 0.52) 0%, rgba(245, 228, 204, 0.52) 50%, rgba(176, 152, 122, 0.52) 100%);
    filter: blur(50px);
    z-index: 1;
}

.sound-x5 .glow-headline.animated .glow-blur-1::before {
    top: 0;
    color: rgba(176, 152, 122, 0.52);
    filter: blur(100px);
    z-index: 1;
}

.sound-x5 .glow-headline.animated .glow-blur-2::after {
    top: 1.5px;
    left: -.15625vw;
    background: linear-gradient(135deg, #B0987A 0%, #F5E4CC 50%, #B0987A 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-stroke: .416667vw #9E8559;
    -webkit-text-stroke: .416667vw #9E8559;
    filter: blur(.625vw);
    z-index: 3;
}

.sound-x5 .glow-headline .glow-blur-1::before,
.sound-x5 .glow-headline .glow-blur-1::after,
.sound-x5 .glow-headline .glow-blur-2::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    display: inline-block;
    transform: translateZ(0);
    opacity: 0;
    transition: opacity .5s;
    line-height: 1.25;
}

.sound-x5 .glow-headline.animated .glow-blur-1::before,
.sound-x5 .glow-headline.animated .glow-blur-1::after,
.sound-x5 .glow-headline.animated .glow-blur-2::after {
    opacity: 1;
    transition: opacity .5s;
}

/* 发光字体 End */
@media (max-aspect-ratio: 11/10) {
    .sound-x5 .space-100 {
        height: 13.888889vw;
        width: 100%;
    }

    .sound-x5 .space-200 {
        height: 27.777778vw;
    }

    .sound-x5 .pc-show {
        display: none;
    }

    .sound-x5 .mob-show {
        display: block;
    }

    .sound-x5 .sound-x5-kv {
        width: 100%;
        height: 165.277778vw;
    }

    .sound-x5 .sound-x5-kv .kv-content {
        width: 68.055556vw;
        left: 50%;
        top: 106.111111vw;
        z-index: 1;
        transform: translateX(-50%);
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-picture {
        width: 68.091667vw;
        height: 5.888889vw;
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-title {
        font-size: 5vw;
        margin-top: 3.611111vw;
        letter-spacing: .763889vw;
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel {
        margin-top: 6.666667vw;
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price {
        font-size: 5.555556vw;
        color: #18191A;
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price span {
        font-size: 1em;
        vertical-align: inherit;
    }

    .sound-x5 .sound-x5-kv .kv-content .kv-font .kv-pannel .kv-price sub {
        font-size: 3.611111vw;
    }

    .sound-x5 .highlights-container {
        overflow: hidden;
        background: radial-gradient(circle farthest-side at center, #433626 0%, #000000 100%);
    }

    .sound-x5 .sound-x5-highlights .swiper {
        width: 82.222222vw;
        overflow: visible;
    }

    .sound-x5 .highlights-container .highlights-item {
        flex-direction: column;
    }

    .sound-x5 .highlights-container .highlights-item .highlights-item-image {
        border-radius: 2.222222vw;
        border-radius: 2.777778vw;
    }

    .sound-x5 .highlights-container .highlights-item-content {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin-top: 6.666667vw;
    }

    .sound-x5 .highlights-container .highlights-item.swiper-slide-active .highlights-item-content {
        transform: none;
        transition: none;
    }

    .sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-title {
        width: 100%;
        font-size: 5.555556vw;
    }

    .sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-text {
        font-size: 3.888889vw;
        margin-top: 2.777778vw;
    }
    .sound-x5 .highlights-container .highlights-item .highlights-item-content .highlights-item-content-text span{
    display: inline-block;
    width: .222222vw;
    height: 4.166667vw;
    background-color: #DCC8AD;
    margin: 0 1.388889vw;
}

    .sound-x5 .highlights-container .highlights-control-container {
        margin-top: 8.888889vw;
    }

    .sound-x5 .highlights-container .highlights-swiper-root {
        width: 51.111111vw;
        height: 13.333333vw;
        border-radius: 6.666667vw;
    }

    .sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-root-btn {
        padding: 0 2.777778vw;
    }

    .sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet {
        width: 2.222222vw;
        height: 2.222222vw;
        margin-right: 3.333333vw;
        opacity: .2;
    }

    .sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .sound-x5 .highlights-container .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 0.8;
    }

    .sound-x5 .highlights-control-container .highlights-swiper-root .swiper-pagination-bullet-active {
        opacity: .8;
    }

    .sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-prev-btn,
    .sound-x5 .highlights-container .highlights-swiper-root .highlights-swiper-next-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13.333333vw;
        height: 13.333333vw;
        opacity: 1;
    }

    .sound-x5 .highlights-container .highlights-swiper-root .btn-disable {
        opacity: .3;
    }

    .sound-x5 .highlights-container .highlights-swiper-prev-btn-svg,
    .sound-x5 .highlights-container .highlights-swiper-next-btn-svg {
        width: 8.333333vw;
        height: 8.333333vw;
    }

    .sound-x5 .highlights-container .highlights-swiper-prev-btn-svg svg,
    .sound-x5 .highlights-container .highlights-swiper-next-btn-svg svg {
        width: 100%;
        height: 100%;
    }

    .sound-x5 .highlights-container .highlights-swiper-root-top::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 55.416667vw;
        height: 13.333333vw;
        z-index: 1;
    }

    .sound-x5 .highlights-container .highlights-swiper-root-bottom::after {
        width: 55.416667vw;
        height: 13.333333vw;
        z-index: 2;
        background: linear-gradient(310deg, rgba(167, 151, 121, 0) 0%, rgba(167, 151, 121, 1) 100%);
    }

    .sound-x5 .highlights-container .highlights-swiper-root-box::before {
        width: 50.833333vw;
        margin-left: -25.416667vw;
        height: 13.333333vw;
        border-radius: 6.666667vw;
        z-index: 3;
        filter: blur(.3125vw);
    }

    .sound-x5 .highlights-container .sound-x5-introduction .introduction-container .introduction-content .introduction-font {
        width: 80.555556vw;
        margin: 0 auto;
        font-size: 5.555556vw;
    }

    .sound-x5 .highlights-container .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn {
        width: 28.333333vw;
        height: 8.888889vw;
        padding-left: 4.444444vw;
        padding-right: 2.222222vw;
        border-radius: 6.666667vw;
        bottom: 132px;
    }

    .sound-x5 .highlights-container .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn span {
        font-size: 2.5vw;
    }

    .sound-x5 .highlights-container .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn svg {
        width: 4.444444vw;
        height: 4.444444vw;
        margin-left: 2.222222vw;
    }

    .sound-x5 .glow-headline .glow-blur-1::before,
    .sound-x5 .glow-headline .glow-blur-1::after,
    .sound-x5 .glow-headline .glow-blur-2::before,
    .sound-x5 .glow-headline .glow-blur-2::after {
        font-size: 13.333333vw;
        line-height: 1.25;
    }

    .sound-x5 .glow-headline.animated .glow-blur-1::before,
    .sound-x5 .glow-headline.animated .glow-blur-1::after,
    .sound-x5 .glow-headline.animated .glow-blur-2::after {
        transition: opacity .8s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }

    .sound-x5 .glow-headline .glow-blur-1::after {
        top: .78125vw;
        filter: blur(6.944444vw);
        z-index: 1;
    }

    .sound-x5 .glow-headline .glow-blur-1::before {
        top: -.694444vw;
        filter: blur(6.944444vw);
        z-index: 1;
    }

    .sound-x5 .glow-headline .glow-blur-2::after {
        top: 0;
        left: 0;
        /* -webkit-text-stroke: 15px rgba(158, 133, 89, 1); */
        filter: blur(1.666667vw);
        z-index: 3;
    }

    .sound-x5 .glow-headline .glow-blur-2::before {
        top: 0;
        left: 0;
        -webkit-text-stroke: 15px rgba(158, 133, 89, .1);
        filter: blur(23px);
        z-index: 3;
    }

    .sound-x5 .glow-headline.animated .glow-blur-1::before {
        filter: blur(100px);
        color: rgba(176, 152, 122, 0.8);
    }

    .sound-x5 .glow-headline.animated .glow-blur-1::after {
        filter: blur(100px);
    }

    .sound-x5 .glow-headline.animated .glow-blur-2::before {
        top: -.694444vw;
        text-stroke: 8px rgba(176, 152, 122, 0.52);
        -webkit-text-stroke: 8px rgba(176, 152, 122, 0.52);
        filter: blur(1.666667vw);
    }

    .sound-x5 .glow-headline.animated .glow-blur-2::after {
        top: 0;
        left: 0;
        filter: blur(1.666667vw);
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-font {
        margin-bottom: 18.194444vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-text {
        width: 80.555556vw;
        margin: 6.666667vw auto 0;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-desc {
        width: 81.805556vw;
        font-size: 3.888889vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-res {
        flex-direction: column;
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-res img {
        width: 13.888889vw;
        height: 13.888889vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content {
        padding: 0;
        top: 0;
        margin-top: 3.333333vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content .sound-x5-quality-res-title {
        font-size: 3.888889vw;
        margin-top: 3.333333vw;
        margin-top: 0;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-res .sound-x5-quality-res-content .sound-x5-quality-res-text {
        width: auto;
        font-size: 3.888889vw;
        margin-top: 4.444444vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-title {
        font-size: 5.555556vw;
        margin-bottom: 2.777778vw;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-sup {
        font-size: 2.777778vw;
        text-align: right;
        margin-top: 6.666667vw;

    }

    .sound-x5 .sound-x5-introduction .introduction-tips {
        width: 80vw;
        font-size: 2.777778vw;
        opacity: 1;
        margin: 11.4vw auto 0;
    }

    .sound-x5 .sound-x5-quality .sound-x5-quality-mob-swiper-btn {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 8.888889vw;
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-content .introduction-font {
        width: auto;
        height: auto;
        opacity: 1;
        font-size: 5.555556vw;
        padding: 0 10.555556vw;
        transform: none;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-content {
        transform: none;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video {
        position: relative;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video video {
        min-height: 100vw;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn {
        bottom: 6.666667vw;
        width: auto;
        height: 13.333333vw;
        border-radius: 12.222222vw;
        padding: 3.333333vw 3.333333vw 3.333333vw 6.666667vw;
        backdrop-filter: blur(8px) brightness(1.1);
        background-color: rgba(128, 128, 128, 0.4);

    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn span {
        font-size: 3.888889vw;
    }

    .sound-x5 .sound-x5-introduction .introduction-container .introduction-video .introduction-video-btn svg {
        width: 7.777778vw;
        height: 7.777778vw;
        margin-left: 2.222222vw;
        border-width: .277778vw;
    }

    .sound-x5 .sound-x5-woofer {
        margin-top: 27.777778vw;
    }

    .sound-x5 .sound-x5-woofer .woofer-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .sound-x5 .sound-x5-woofer .woofer-title {
        width: 80vw;
        margin: 0 auto;
        font-size: 8.888889vw;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.25;
        margin-bottom: 8.888889vw;
    }

    .sound-x5 .sound-x5-woofer .woofer-content {
        width: 79.166667vw;
        padding: 0;
        margin: 0 auto;
    }

    .sound-x5 .sound-x5-woofer .woofer-content .woofer-text {
        width: auto;
        font-size: 4.444444vw;
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-woofer .woofer-content .woofer-dive-down {
        font-size: 3.888889vw;
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-woofer .woofer-content .woofer-content-hz {
        font-size: 11.111111vw;
    }

    .sound-x5 .sound-x5-woofer .woofer-content .woofer-content-tips {
        font-size: 2.777778vw;
        margin-top: 8.888889vw;
        max-width: initial;
    }

    .sound-x5 .sound-x5-woofer .woofer-img {
        width: 100%;
        height: 66.666667vw;
    }

    .sound-x5 .effect-swiper {
        min-height: initial;
    }

    .sound-x5 .sound-x5-effect .sound-x5-effect-font {
        margin: 0 auto 8.888889vw;
    }

    .sound-x5 .sound-x5-effect .sound-x5-effect-font .sound-x5-effect-title {
        font-size: 8.888889vw;
        text-align: center;
        width: 80vw;
        margin: 0 auto;
    }

    .sound-x5 .sound-x5-effect .sound-x5-effect-font .sound-x5-effect-text {
        font-size: 4.444444vw;
        text-align: center;
        margin-top: 4.444444vw;
        padding: 0 10vw;
    }

    .sound-x5 .sound-x5-effect .effect-mob {
        overflow: hidden;
        position: relative;
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-btn {
        position: absolute;
        width: 61.25vw;
        left: 50%;
        z-index: 1;
        top: 106.666667vw;
        transform: translateX(-50%);
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-btn .effect-swiper-tabnav {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3.75vw;
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-btn .effect-title {
        font-size: 5.555556vw;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.25;
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-mob .swiper-slide .effect-text {
        width: 66.111111vw;
        font-size: 3.888889vw;
        font-weight: 400;
        color: #787878;
        text-align: center;
        margin: 24.444444vw auto 0;
        opacity: 0;
        transition: opacity 0.4s ease-out;
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-mob .swiper-slide-active .effect-text {
        opacity: 1;
    }


    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-btn {
        width: 55.555556vw;
    }

    .sound-x5 .sound-x5-effect .sound-x5-effect-swiper-mob .effect-text {
        width: 77.777778vw;
        font-size: 3.888889vw;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1.6;
        margin: 24.305556vw auto 0;
    }

    .sound-x5 .sound-x5-effect .effect-swiper-tabnav-indicator {
        position: relative;
        width: 100%;
        height: .277778vw;
    }

    .sound-x5 .sound-x5-effect .effect-swiper-tabnav-indicator::after {
        width: var(--tabnav-width, 0);
        height: 100%;
        content: "";
        z-index: 1;
        position: absolute;
        background-color: #DCC8AD;
        transition-property: width, transform;
        transform: translateX(var(--tabnav-left, 0));
        transition: transform 0.4s ease-out, width 0.4s ease-out;
    }

    .sound-x5 .sound-x5-effect .effect-swiper-tabnav-indicator::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #707070;
    }

    .sound-x5 .sound-x5-effect .effect-mob .effect-swiper-btn .active .effect-title {
        color: #FFFFFF;
    }


    .sound-x5 .sound-x5-field .sound-x5-field-font {
        width: 77.777778vw;
        margin: 0 auto 8.888889vw;
        flex-direction: column;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-font .sound-x5-field-title {
        font-size: 8.888889vw;
        text-align: center;
        padding-left: 0;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-font .sound-x5-field-text {
        width: auto;
        font-size: 4.444444vw;
        margin-top: 4.444444vw;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 4.444444vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-swiper .swiper-slide:not(.swiper-slide-active) {
        top: 0;
        opacity: 1;
        will-change: transform;
        
    }

    .sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-content {
        width: 77.777778vw;
        margin: 6.666667vw auto 0;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-container .swiper-slide.swiper-slide-active .video-box {
        min-height: 66.666667vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-desc {
        font-size: 3.888889vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-swiper .sound-x5-field-video-mask {
        border-radius: 0;
        display: none;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn {
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn .sound-x5-swiper-btn {
        margin-top: 0;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn-box svg {
        width: 11.111111vw;
        height: 11.111111vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn-text {
        height: 3.888889vw;
        font-size: 3.888889vw;
        margin: 0 2.5vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn-item {
        font-size: 3.888889vw;
    }

    .sound-x5 .swiper .sound-x5-swiper-btn .sound-x5-field-btn-line {
        font-size: 3.888889vw;
    }

    .sound-x5 .sound-x5-field .sound-x5-field-btn .sound-x5-swiper-btn .sound-x5-field-btn-num {
        font-size: 3.888889vw;
    }

    .sound-x5 .sound-x5-ai-font {
        margin-bottom: 8.888889vw;
    }

    .sound-x5 .sound-x5-ai-font .sound-x5-ai-font-video {
        width: 25vw;
        height: 25vw;
        margin: 22.222222vw auto 0;
    }

    .sound-x5 .sound-x5-ai-font .sound-x5-ai-font-text {
        font-size: 4.444444vw;
        width: 77.777778vw;
        margin: 8.888889vw auto 0;
    }

    .sound-x5 .ai-container .ai-item {
        position: relative;
        opacity: 1;
    }

    .sound-x5 .ai-container .ai-row {
        transform: translateY(0);
    }

    .sound-x5 .ai-container .ai-item.ai-item-1,
    .sound-x5 .ai-container .ai-item.ai-item-2,
    .sound-x5 .ai-container .ai-item.ai-item-3,
    .sound-x5 .ai-container .ai-item.ai-item-4,
    .sound-x5 .ai-container .ai-item.ai-item-5,
    .sound-x5 .ai-container .ai-item.ai-item-6 {
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        transform: translate(0, 0) scale(1);
    }

    .sound-x5 .ai-container .ai-item.ai-item-1 {
        padding-left: 4.444444vw;
    }

    .sound-x5 .ai-container .ai-item.ai-item-2 {
        padding-left: 34.722222vw;
        margin-top: 5.555556vw;
    }

    .sound-x5 .ai-container .ai-item.ai-item-3 {
        padding-left: 10.194444vw;
        margin-top: 5.555556vw;
    }

    .sound-x5 .ai-container .ai-item.ai-item-4 {
        padding-left: 13.888889vw;
        margin-top: 5.555556vw;
    }

    .sound-x5 .ai-container .ai-item.ai-item-5 {
        padding-left: 42.777778vw;
    }

    .sound-x5 .ai-container .ai-item.ai-item-6 {
        padding-left: 4.444444vw;
        margin-top: 5.555556vw;
    }

    .sound-x5 .ai-container .ai-row .ai-center .ai-img {
        width: 44.731944vw;
        margin-top: 8.930556vw;
        margin-bottom: 6.805556vw;
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel {
        height: auto;
        border-radius: 7.777778vw;
        padding: 2.986111vw;
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel::before {
        width: calc(100% - 1.111111vw);
        height: calc(100% - .75vw);
        border-radius: 7.777778vw;
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel::after {
        content: '';
        position: absolute;
        width: calc(100% - 2.777778vw);
        height: calc(100% - 2.777778vw);
        filter: blur(20px);
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content img {
        width: 4.444444vw;
        height: 4.444444vw;
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content .ai-item-text {
        font-size: 2.777778vw;
        padding-left: 1.944444vw;
    }

    .sound-x5 .ai-container .ai-item .ai-item-pannel .ai-item-content {
        padding: 0;
    }

    .sound-x5 .sound-x5-ai-scene {
        width: 100%;
    }

    .sound-x5 .sound-x5-ai-scene .video-box video {
        min-height: 100vw;
    }

    .sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn {
        right: 4.444444vw;
        bottom: 4.444444vw;
    }

    .sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn span {
        font-size: 4.444444vw;
        margin-right: 3.333333vw;
    }

    .sound-x5 .sound-x5-ai-scene .video-box .sound-x5-ai-scene-operate-btn .sound-x5-ai-scene-operate-btn-img {
        width: 8.888889vw;
        height: 8.888889vw;
        backdrop-filter: blur(8px) brightness(1.1);
        background-color: rgba(128, 128, 128, 0.4);
    }

    .sound-x5 .sound-x5-ai-scene-pannel {
        display: flex;
        flex-direction: column;
        margin-top: 8.888889vw;
    }

    .sound-x5-ai-scene-pannel .sound-x5-ai-scene-list {
        width: calc(100% - 8.888889vw);
        height: auto;
        border-radius: 2.222222vw;
        margin: 0 auto 4.444444vw;
        padding: 6.666667vw;
        background: radial-gradient(circle at center,
            #29231b 0%,
            #111111 70%);
        box-shadow: inset 0 0 .833333vw rgba(226, 203, 163, 0.25);
    }

    .sound-x5-ai-scene-pannel .sound-x5-ai-scene-list:last-child {
        margin: 0 auto;
        padding-right: 0;
    }

    .sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font svg {
        width: 13.888889vw;
        height: 13.888889vw;
    }

    .sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-font .sound-x5-ai-scene-title {
        font-size: 5.555556vw;
        padding-left: 4.444444vw;
        line-height: 1.25;
    }

    .sound-x5-ai-scene-pannel .sound-x5-ai-scene-list .sound-x5-ai-scene-text {
        font-size: 3.888889vw;
        margin-top: 4.444444vw;
        line-height: 1.5;
    }

    .sound-x5 .ai-container .ai-tips {
        width: 77.777778vw;
        font-size: 2.777778vw;
        margin: 8.888889vw auto 0;
        line-height: 1.6;
    }


    .sound-x5 .sound-x5-watch-font {
        width: auto;
        flex-direction: column;
        margin: 22.222222vw auto 8.888889vw;
    }

    .sound-x5 .sound-x5-watch-font .sound-x5-watch-title {
        width: 80vw;
        font-size: 8.888889vw;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
    }

    .sound-x5 .sound-x5-watch-font .sound-x5-watch-text {
        width: auto;
        font-size: 4.444444vw;
        margin: 0;
        margin-top: 4.444444vw;
        padding-left: 11.111111vw;
        padding-right: 6.388889vw;
    }

    .sound-x5 .watch-container .video-box {
        width: 100%;
    }

    .sound-x5 .watch-container .video-box video {
        width: 100%;
        min-height: initial;
    }

    .sound-x5 .sound-x5-door-lock .swiper-wrapper .video-box video {
        min-height: initial;
    }

    .sound-x5 .sound-x5-door-lock .sound-x5-door-lock-font {
        width: auto;
        padding: 0 11.944444vw;
        margin: 0;
        margin-bottom: 8.888889vw;
    }

    .sound-x5 .sound-x5-door-lock .sound-x5-door-lock-font .sound-x5-door-lock-title {
        font-size: 8.888889vw;
        text-align: left;
    }

    .sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-title {
        font-size: 5.555556vw;
    }

    .sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-desc {
        font-size: 3.888889vw;
        margin-top: 2.777778vw;
    }


    .sound-x5 .sound-x5-door-lock-swiper .sound-x5-door-lock-content {
        width: 80.555556vw;
        margin: 6.666667vw auto 0;
    }

    .sound-x5 .sound-x5-door-lock-swiper .swiper-control-container {
        margin-top: 8.888889vw;
        padding-right: 8.888889vw;
    }

    .sound-x5 .sound-x5-door-lock-swiper .swiper-prev-btn {
        margin-right: 5.555556vw;

    }

    .sound-x5 .sound-x5-door-lock-swiper .swiper-prev-btn svg,
    .sound-x5 .sound-x5-door-lock-swiper .swiper-next-btn svg {
        width: 11.111111vw;
        height: 11.111111vw;
    }

    .sound-x5-interconnection-font {
        width: 77.777778vw;
        margin: 0 auto 8.888889vw;
    }

    .sound-x5 .sound-x5-interconnection .sound-x5-interconnection-font .sound-x5-interconnection-title {
        font-size: 8.888889vw;
        text-align: left;
    }

    .sound-x5 .sound-x5-interconnection .sound-x5-interconnection-font .sound-x5-interconnection-text {
        font-size: 4.444444vw;
        text-align: left;
        margin-top: 4.444444vw;
    }

    .sound-x5 .interconnection-mob {
        overflow: hidden;
        position: relative;
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-btn {
        position: absolute;
        width: 61.25vw;
        left: 50%;
        z-index: 1;
        top: 106.666667vw;
        transform: translateX(-50%);
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-btn .interconnection-swiper-tabnav {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3.75vw;
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-btn .interconnection-title {
        font-size: 5.555556vw;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1.25;
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-mob .swiper-slide .interconnection-text {
        width: 66.111111vw;
        font-size: 3.888889vw;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1.6;
        margin: 24.444444vw auto 0;
        opacity: 0;
        transition: opacity 0.4s ease-out;
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-mob .swiper-slide-active .interconnection-text {
        opacity: 1;
    }


    .sound-x5 .sound-x5-effect .interconnection-mob .interconnection-swiper-btn {
        width: 55.555556vw;
    }

    .sound-x5 .sound-x5-effect .sound-x5-effect-swiper-mob .interconnection-text {
        width: 77.777778vw;
        font-size: 3.888889vw;
        font-weight: 400;
        color: #787878;
        text-align: center;
        margin: 24.305556vw auto 0;
    }

    .interconnection-swiper-tabnav-indicator {
        position: relative;
        width: 100%;
        height: .277778vw;
    }

    .interconnection-swiper-tabnav-indicator::after {
        width: var(--tabnav-width, 0);
        height: 100%;
        content: "";
        z-index: 1;
        position: absolute;
        background-color: #DCC8AD;
        transition-property: width, transform;
        transform: translateX(var(--tabnav-left, 0));
        transition: transform 0.4s ease-out, width 0.4s ease-out;
    }

    .interconnection-swiper-tabnav-indicator::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #707070;
    }

    .sound-x5 .interconnection-mob .interconnection-swiper-btn .active .interconnection-title {
        color: #FFFFFF;
    }

    .sound-x5 .sound-x5-lamp-effect {
        padding-bottom: 22.222222vw;
    }

    .sound-x5 .sound-x5-lamp-effect .light-content {
        /* height: 101.388889vw; */
        height: 100vw;
        position: relative;
    }

    .sound-x5 .sound-x5-lamp-effect .light-content .light-left {
        width: 82.916667vw;
        height: 82.916667vw;
        opacity: 1;
        position: absolute;
        left: -31.388889vw;
        z-index: 2;
        transform: none;
    }

    .sound-x5 .sound-x5-lamp-effect .light-content .light-right {
        width: 101.388889vw;
        height: 101.388889vw;
        position: absolute;
        right: -31.388889vw;
        z-index: 1;
        opacity: 1;
        transform: none;
    }

    .sound-x5 .sound-x5-lamp-effect .light-content .light-text {
        z-index: 3;
    }

    .sound-x5 .sound-x5-lamp-effect .light-content .light-text .glow-purple {
        font-size: 13.333333vw;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-font {
        width: 81.944444vw;
        margin: 0 auto 8.888889vw;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-font .sound-x5-lamp-title {
        font-size: 8.888889vw;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-font .sound-x5-lamp-text {
        font-size: 4.444444vw;
        margin-top: 4.444444vw;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-container .video-box {
        height: 50vw;
        min-height: initial;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-container video {
        height: 100%;
    }

    .sound-x5 .sound-x5-lamp .sound-x5-lamp-container .sound-x5-lamp-tips {
        font-size: 2.777778vw;
        margin-top: 6.666667vw;
        margin-bottom: 0;
        position: relative;
        left: 0;
        transform: translateX(0);
    }

    .sound-x5 .sound-x5-change .sound-x5-change-font {
        width: auto;
        margin: 0 auto 8.888889vw;
        flex-direction: column;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-title {
        width: 80vw;
        margin: 0 auto;
        padding-left: 0;
        font-size: 8.888889vw;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-text {
        width: auto;
        padding: 0 9.444444vw;
        font-size: 4.444444vw;
        margin: 0;
        margin-top: 4.444444vw;
        line-height: 1.6;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-container {
        width: auto;
        margin-top: 0;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-content {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 11.111111vw;
        padding-top: 6.666667vw;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-content .sound-x5-change-swiper-title {
        font-size: 5.555556vw;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-container .swiper .swiper-wrapper .swiper-slide .sound-x5-change-img::after {
        box-shadow: none;
    }

    .sound-x5 .sound-x5-change .sound-x5-change-container .swiper .sound-x5-swiper-btn {
        padding-right: 10vw;
        margin-left: 0;
    }

    .sound-x5 .sound-x5-listen {
        display: flex;
        flex-direction: column;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-font .sound-x5-listen-title {
        font-size: 8.888889vw;
        margin-bottom: 0;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-content {
        flex-wrap: wrap;
        padding: 0 8.888889vw;
        display: flex;
        justify-content: space-between;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box {
        width: 50%;
        margin-right: 0;
        margin-top: 8.888889vw;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box .sound-x5-listen-box-svg {
        width: 13.888889vw;
        height: 13.888889vw;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box:last-child {
        margin-right: 0;
    }

    .sound-x5 .sound-x5-listen .sound-x5-listen-content .sound-x5-listen-box p {
        font-size: 3.888889vw;
        margin-top: 3.333333vw;
    }

    .sound-x5 .section-music .section-music-font {
        width: 80vw;
        margin: 0 auto 8.888889vw;
    }

    .sound-x5 .section-music .section-music-font .sound-x5-music-title {
        font-size: 8.888889vw;
    }

    .sound-x5 .section-music .section-music-font .sound-x5-music-text {
        font-size: 4.444444vw;
        margin-top: 4.444444vw;
    }

    .sound-x5 .section-music .section-music-content {
        padding: 0 4.444444vw;
    }

    .sound-x5 .section-footnote {
        width: 86.25%;
        padding: 27.777778vw 0 80px 0;
    }

    .sound-x5 .glow-headline .glow-purple {
        font-size: 13.333333vw;
    }

    .sound-x5 .glow-headline .glow-color {
        font-size: 13.333333vw;
        color: #746D60;
        transition: color 1s ease;
    }

    .sound-x5 .glow-headline.animated .glow-color {
        transition: color 2s ease;
        color: #F4EBD6;
    }

    .sound-x5 .btn-replay {
        position: initial;
        font-size: 3.888889vw;
        width: -moz-max-content;
        width: max-content;
        margin: 6.666667vw auto 0;
    }

    .sound-x5 .btn-replay .icon-replay {
        width: 3.030556vw;
        margin-left: 1.111111vw;
    }

    .sound-x5 .btn-replay:hover {
        opacity: 0;
    }

    .sound-x5 .video-box.ended .btn-replay:hover {
        opacity: 1;
    }

    .sound-x5 .video-operate-btn {
        right: 4.444444vw;
        bottom: 4.444444vw;
        width: 8.888889vw;
        height: 8.888889vw;
    }

    .sound-x5 .video-operate-btn:hover {
        background-color: rgba(128, 128, 128, 0.5);
        backdrop-filter: blur(8px) brightness(120%);
        -webkit-backdrop-filter: blur(8px) brightness(120%);
    }

    .sound-x5 .video-box.ended .btn-replay:hover {
        opacity: 1;
    }
}

@media (max-width: 360px) {
    .sound-x5 .interconnection-mob .interconnection-swiper-mob .swiper-slide .interconnection-text {
        margin-top: 24.444444vw;
    }
}


.sound-x5 .section-footnote i {
    position: absolute;
    bottom: -2px;
    display: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: translateY(-4.2px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}

@media (min-width: 1920px) {
    .sound-x5 .section-footnote {
        font-size: 0.625vw;
    }
}

@media (max-aspect-ratio: 11/10) {
    .sound-x5 .section-footnote {
        font-size: 1.714286vw;
    }

    .sound-x5 .section-footnote i {
        width: 4.722222vw;
        height: 4.722222vw;
        transform: translateY(calc(-0.3055554vw - 1px));
    }
}

@media (max-aspect-ratio: 7/10) {
    /* .sound-x5 .section-footnote {
        font-size: 3.333333vw;
    } */

    /* .sound-x5 .section-footnote i {
        width: 4.722222vw;
        height: 4.722222vw;
        transform: translateY(calc(-0.3055554vw - 1px));
    } */
}

.sound-x5 .section-footnote ul,
.sound-x5 .section-footnote ol {
    font-size: inherit;
    /* padding-inline-start: 3em; */
}

.sound-x5 .section-footnote li {
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: max(0.625vw, 14px);
    color: #fff;
}

.sound-x5 .section-footnote li.current {
    font-weight: 800;
    color: #fff;
}

.sound-x5 .section-footnote li.current i {
    display: inline-block;
}

.sound-x5 .section-footnote li.asterisk {
    list-style-type: "*";
}

.sound-x5 .section-footnote li.disclaimer {
    list-style-type: none;
}

.sound-x5 .section-footnote ol li {
    list-style-type: decimal;
}

.sound-x5 .section-footnote a {
    font-size: inherit;
    text-decoration: underline;
    color: inherit;
    overflow-wrap: normal;
    word-break: keep-all;
    line-break: anywhere;
}

html[lang=zh-CN] .sound-x5 .section-footnote {
    font-size: 14px;
}

@media (max-aspect-ratio: 11/10) {
    html[lang=zh-CN] .sound-x5 .section-footnote {
        font-size: 3.333333vw;
    }
}

@media (max-aspect-ratio: 7/10) {
    html[lang=zh-CN] .sound-x5 .section-footnote {
        font-size: 3.333333vw;
    }
}

html[lang=zh-CN] .sound-x5 .section-footnote li {
    color: #fff;
}

html[lang=zh-CN] .sound-x5 .section-footnote li.current {
    font-weight: 800;
    color: #fff;
}

/* video fun begin */
.sound-x5 .video-box {
    position: relative;
    overflow: hidden;
    will-change: transform;
    border-radius: .833333vw;
}

.sound-x5 .video-box video {
    will-change: transform;
    pointer-events: none;
}


.sound-x5 .sound-x5-field-swiper .video-fallback {
    display: none;
}

.sound-x5 .no-video-show .system-ai-theme-item-ui-container {
    top: 1.25%;
    left: 3%;
    width: 94%;
}

.sound-x5 .video-box .video-operate-btn {
    position: absolute;
    right: 1.25vw;
    bottom: 1.25vw;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    will-change: transform;
    transition: opacity .6s ease;
    border-radius: 100%;
    transform: translateZ(0);
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.5);
    backdrop-filter: blur(8px) brightness(120%);
    -webkit-backdrop-filter: blur(8px) brightness(120%);
    transition: opacity 100ms ease, background-color 0.6s ease, -webkit-backdrop-filter 0.6s ease;
    transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
    transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease, -webkit-backdrop-filter 0.6s ease;
    -webkit-transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
    -moz-transition: backdrop-filter 0.6s ease, opacity 100ms ease, background-color 0.6s ease;
}

@media (hover: hover) {
    .sound-x5 .video-box .video-operate-btn:hover {
        backdrop-filter: blur(10px) brightness(110%);
        -webkit-backdrop-filter: blur(10px) brightness(110%);
        background-color: rgba(128, 128, 128, 0.4);
    }
}

.sound-x5 .video-box .video-operate-btn .video-btn-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2.083333vw;
    height: 2.083333vw;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.sound-x5 .video-box.playing .video-operate-btn .icon-play {
    opacity: 1;
    transition-delay: 0s;
    z-index: 2;
}

.sound-x5 .video-box.paused .video-operate-btn .icon-pause {
    opacity: 1;
    transition-delay: 0s;
    z-index: 2;
}

.sound-x5 .video-box.ended .video-operate-btn .icon-replay {
    opacity: 1;
    transition-delay: 0s;
    z-index: 2;
}

@media (max-aspect-ratio: 11/10) {
    .sound-x5 .video-box {
        border-radius: 0 !important;
    }

    .sound-x5 .video-box .video-operate-btn {
        right: 4.444444vw;
        bottom: 4.444444vw;
    }

    .sound-x5 .video-box .video-operate-btn .video-btn-icon {
        width: 8.888889vw;
        height: 8.888889vw;
    }
}

/* video End */
@media (max-aspect-ratio: 11/10) {}

/* sWiper begin */
.sound-x5 .swiper .swiper-wrapper .swiper-slide {
    height: max-content;
}

.sound-x5 .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
}

/* .sound-x5 .swiper .swiper-slide:not(:last-child) {
    margin-right: 1.25vw;
} */


.sound-x5 .swiper .swiper-button-next,
.sound-x5 .swiper .swiper-button-prev {
    opacity: 1;
    transition: opacity 0.2s;
    position: relative;
    left: 0;
}

/* 分页圆点状态：未激活20%、激活80%、hover50% */
.sound-x5 .swiper .swiper-pagination-bullet {
    opacity: 0.2;
    transition: opacity 0.2s;
    cursor: pointer;
}

.sound-x5 .swiper .swiper-pagination-bullet-active {
    opacity: 0.8;
}

.sound-x5 .swiper .swiper-pagination-bullet:hover {
    opacity: 0.5;
}

/* Swiper begin */
.sound-x5 .swiper .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
}

.sound-x5 .swiper .sound-x5-swiper-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateY(0);
    position: relative;
    font-size: 1.145833vw;
}

.sound-x5 .swiper-button-prev:after,
.sound-x5 .swiper-button-next:after {
    content: '';
    font-size: 0;
    line-height: 0;
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box {
    position: relative;
    left: 0;
    top: 0;
    width: 3.125vw;
    height: 3.125vw;
    display: block;
    cursor: pointer;
    margin: 0;
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box .swiper-btn {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
    height: 100%;
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box .swiper-btn1 {
    opacity: 1;
    z-index: 1;
    transition: opacity .3s ease;
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box .swiper-btn2 {
    z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box:hover .swiper-btn2 {
        opacity: 1;
        transition: opacity .3s ease;
    }
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box.swiper-button-disabled .swiper-btn3 {
    opacity: 1;
    z-index: 4;
    transition: opacity .3s ease;
}

.sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-next {
    margin-left: .625vw;
}

@media (max-aspect-ratio: 11/10) {
    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box {
        width: 12.222222vw;
        height: 12.222222vw;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 0;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity .6s ease;
        border: 2px solid transparent;
    }

    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box .swiper-btn {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box .swiper-btn1 {
        opacity: 1;
        transition: opacity .3s ease;
        z-index: 1;
    }

    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-box.swiper-button-disabled .swiper-btn2 {
        opacity: 1;
        transition: opacity .3s ease;
        z-index: 2;
    }

    .sound-x5 .swiper .sound-x5-swiper-btn .swiper-button-next {
        margin-left: 1.666667vw;
    }

}

/* Swiper End */


/* UC WeChat begin */
.sound-x5 .no-video-show .video-fallback {
    display: block;
}

.sound-x5 .no-video-show .video-each {
    display: none;
}

.sound-x5 .no-video-show .video-operate-btn {
    display: none;
}

/* UC WeChat End */


#delphi .note {
    font-size: max(8px, 0.625vw);
    color: rgba(134, 134, 138, 0.6);
}

@media (max-aspect-ratio: 11/10) {
    #delphi .note {
        font-size: 1.714286vw;
    }
}

@media (max-aspect-ratio: 7/10) {

    .sound-x5 .sound-x5-quality .sound-x5-quality-text .sound-x5-quality-sup,
    .sound-x5 .sound-x5-woofer .woofer-content .woofer-content-tips,
    .sound-x5 .ai-container .ai-tips,
    .sound-x5 .sound-x5-lamp .sound-x5-lamp-container .sound-x5-lamp-tips {
        font-size: 2.777778vw;
    }
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .sound-x5 .section-footnote li {
        font-size: 3.333333vw;
    }
}

@media (max-aspect-ratio: 7 / 10) {
    .sound-x5 .section-footnote li {
        font-size: 3.333333vw;
    }
    .sound-x5 .ai-container .ai-tips {
        font-size: 3.333333vw;
    }
}


.sound-x5 .section-frequency .frequency-swiper .swiper-slide {
    width: 56.041667vw;
    overflow: hidden;
    opacity: .5;
    transform: translate3d(0, 0, 1px);
}


.sound-x5-field-swiper {
    width: 67.5vw;
    margin: 0 auto;
    overflow: visible;
}

.sound-x5 .sound-x5-field-swiper .swiper-slide:not(:last-child) {
    margin-right: 0;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .sound-x5-field-swiper {
        width: 100%;
    }
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
    .sound-x5 .section-footnote i {
        width: 3.472222vw;
        height: 3.472222vw;
        transform: none;
        bottom: 10px;
    }
} */
@media (max-aspect-ratio: 11/10) {
    .sound-x5 .sound-x5-quality{
        margin-top: 27.777778vw;
    }
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow{
    transform-style: unset !important;
}

.sound-x5-field.active-init  .swiper-3d .swiper-wrapper, .sound-x5-field.active-init  .swiper-3d .swiper-slide, .sound-x5-field.active-init  .swiper-3d .swiper-slide-shadow, .sound-x5-field.active-init  .swiper-3d .swiper-slide-shadow-left, .sound-x5-field.active-init  .swiper-3d .swiper-slide-shadow-right, .sound-x5-field.active-init  .swiper-3d .swiper-slide-shadow-top, .sound-x5-field.active-init  .swiper-3d .swiper-slide-shadow-bottom, .sound-x5-field.active-init  .swiper-3d .swiper-cube-shadow{
    transform-style: preserve-3d !important;
}
