/* ==========================================================================
   Section 1: Common / Global Styles
   ========================================================================== */

.container-box {
    padding: 60px 0;
    align-items: center
}

.container-box.reverse-box {
    flex-direction: row-reverse;
}

.container .img-box img {
    width: 100%;
    height: 100%;
}

.container-box h3 {
    font-size: 3rem;
    color: #00A2E4FF;
    margin-bottom: 1vw;
    margin-left: 20px;
}

.container-box p {
    align-items: center;
    font-size: 1.125rem;
    margin-left: 20px;
}

.container-text p {
    padding-bottom: 34px;
}

/* 移动端通用样式 */
@media (max-width: 768px) {
    .container .container-box .container-text {
        margin-top: 30px;
    }
    .container .container-box .container-text h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .container .container-box .container-text p {
        margin-bottom: 34px;
    }

    .bg.phone-show.special-banner {
        object-fit: cover;
    }
}

/* ==========================================================================
   Section 2: DualSync Page Styles
   ========================================================================== */

.dualsync-page .banner-box {
    height: 600px;
}

.series-two {
    background-color: #127ABAFF;
    height: 200px;
    padding-top: 67px;
    padding-bottom: 67px;
}

.series-two .description-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.series-two .description-box p {
    color: #FFFFFFFF;
    font-size: 25px;
    line-height: 25px;
}

.dualsync-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 15px;
    font-family: Arial, sans-serif;
}

.dualsync-container .dualsync-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 270px;
    gap: 50px;
    justify-content: space-between;
}

@media screen and (min-width: 800px) {
    .dualsync-page .container {
        height: 1450px;
    }

}


.dualsync-container .dualsync-image-wrapper {
    flex: 1;
    max-width: 50%;
}

.dualsync-container .dualsync-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.dualsync-container .dualsync-content-wrapper {
    /*flex: 1;*/
    max-width: 40%;
}

.dualsync-container .dualsync-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #127ABAFF;
}

.dualsync-container .dualsync-copy p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    margin-left: 0;
}

.dualsync-container .dualsync-copy p:nth-of-type(2) {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

.dualsync-guide {
    padding: 60px 15px 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}

.dualsync-guide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 28px 64px;
    border-radius: 12px;
    background: #f3f7ff;
    color: #127aba;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.dualsync-page .banner-box .banner-con .title {
    color: #000000FF;
}

.dualsync-page .banner-box .title-remark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: absolute;
    top: 110px;
}

.dualsync-page .banner-box .title-remark__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    border-radius: 999px;
    background: #127ABAFF;
    color: #fff;
    font-size: 18px;
    letter-spacing: 6px;
}




.dualsync-page .banner-box .title-img {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.dualsync-page .banner-box .title-img .title-img-logo {
    height: 88px;
    width: auto;
    object-fit: contain;
}


.dualsync-page .banner-box .title-img .title-img-med {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.dualsync-page .banner-box .title-img__divider {
    width: 1px;
    height: 60px;
    background: rgb(0, 0, 0);
    display: inline-block;
}

@media (max-width: 768px) {
    .dualsync-guide__button {
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }

    .dualsync-page .banner-box .title-remark {
        top: 70px;

    }


    .dualsync-page .container {
        height: 1700px;
    }





    .dualsync-page .banner-box .title {
        font-size: 24px;
        line-height: 36px;

    }

    .dualsync-page .banner-box .title-remark {
        margin-bottom: 8px;
        justify-content: center;
    }

    .dualsync-page .banner-box .title-remark__badge {
        padding: 4px 16px;
        font-size: 14px;
        letter-spacing: 4px;
    }

    .dualsync-page .banner-box .title-img .title-img-logo {
        height: 28px;
        width: auto;
        object-fit: contain;
    }


    .dualsync-page .banner-box .title-img .title-img-med {
        height: 20px;
        width: auto;
        object-fit: contain;
    }



    .dualsync-page .series-two {
        padding-right: 20px;
        padding-left: 20px;
    }
    .dualsync-page .series-two .description-box p {
        font-size: 15px;
        line-height: 20px;

    }


    .dualsync-page .banner-box {
        height: 223px;

    }

    .dualsync-page .banner-box .title-img {
        justify-content: center;
        gap: 16px;
        margin-top: 12px;
    }

    .dualsync-page .banner-box .title-img img {
        height: 32px;
    }

    .dualsync-page .banner-box .title-img__divider {
        height: 28px;
    }
    
    .dualsync-container .dualsync-section {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .dualsync-container .dualsync-bimodal-hearing {
        flex-direction: column;
    }

    .dualsync-container .dualsync-image-wrapper,
    .dualsync-container .dualsync-content-wrapper {
        max-width: 100%;
    }

    .dualsync-container .dualsync-title {
        font-size: 24px;
    }

    .dualsync-container .dualsync-text {
        font-size: 15px;
    }
}

/* ==========================================================================
   Section 3: Nuear Page Styles
   ========================================================================== */

.nuear-page .banner-box {
    min-height: 560px;
    display: flex;
    align-items: flex-end;
}

.nuear-page .banner-box .banner-con.container {
    padding: 130px 0 190px 230px;

}

.nuear-page .banner-box .title-sec {
    color: #231815FF;
    font-size: 64px;
    line-height: 1.18;
    letter-spacing: 26px;
}




.nuear-page .nuear-features-section h3.nuear-feature-title {
    font-size: 22px;
    font-weight: 600;
    /*font-family: SourceHanSansCN-Heavy;*/
    color: #000000;




}





.nuear-page .banner-box .txt {
    margin-top: 0;
    color: #231815FF;
    letter-spacing: 12px;
}

.nuear-page .banner-box .title {
    color: #231815FF;
    font-size: 64px;
    padding-top: 0;
    font-family: SourceHanSansCN-Heavy;
    letter-spacing: 26px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.nuear-page .banner-con.container .title-note {
    font-family: SourceHanSansCN-Heavy;
    color: #C92D35FF;
    font-size: 51px;
}

/* Nuear Hero Banner */
.nuear-hero-banner {
    position: relative;
    padding: 140px 15px 160px;
    background-image: linear-gradient(90deg, #fff4f0 0%, rgba(255, 244, 240, 0.95) 32%, rgba(255, 244, 240, 0.6) 55%, rgba(255, 244, 240, 0) 78%), url('/static/pages/img/product-nuear11.png');
    background-size: cover;
    background-position: center right;
    color: #1b120c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nuear-hero-banner .nuear-hero-content {
    max-width: 520px;
    text-align: left;
    margin-left: max(5vw, 40px);
}

.nuear-hero-banner .nuear-series-text {
    color: #C92D35FF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.nuear-hero-banner .nuear-main-title {
    font-size: 66px;
    font-weight: 900;
    color: #231815FF;
    line-height: 1.18;
    margin-bottom: 30px;
}

.nuear-hero-banner .nuear-subtitle {
    font-size: 22px;
    color: #5c554f;
    letter-spacing: 4px;
}

/* Nuear Intro Section */
.nuear-intro-section {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1100px;
    margin: 60px auto;
    padding: 40px;
    border-radius: 8px;
}

.nuear-intro-section .nuear-intro-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000FF;
    font-family: SourceHanSansCN-Heavy;
}

.nuear-intro-section .nuear-intro-copy p {
    font-size: 18px;
    line-height: 1.8;
    color: #231815FF;
    margin-bottom: 10px;
}

.nuear-intro-section .nuear-intro-copy p:nth-of-type(2) {
    margin-bottom: 0;
}

/* Nuear Image Wrapper & Caption */
.nuear-image-wrapper {
    flex-shrink: 0;
    position: relative;
}

.nuear-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nuear-image-caption {
    display: inline-flex;
    gap: 108px;
    left: -10px;
    bottom: -50px;
    position: absolute;
    border-radius: 16px;
    padding: 10px 36px;
    font-size: 20px;
    font-weight: 700;
    color: #8a8a8a;
    letter-spacing: 1px;
    margin: 24px auto 0;
}

.nuear-image-caption span {
    white-space: nowrap;
}

/* Nuear Features Section */
.nuear-features-section {
    padding: 157px 40px;
    background-color: #F2F2F3FF;
}

.nuear-features-section .fearures-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1302px;
    margin: 0 auto;
}

.nuear-features-section .nuear-feature-item {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.nuear-features-section .nuear-feature-icon {
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nuear-features-section .nuear-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nuear-features-section .nuear-feature-box {
    text-align: left;
}

.nuear-features-section .nuear-feature-copy {
    font-size: 22px;
    font-weight: 700;
    color: #231815FF;
    margin-bottom: 12px;
}

.nuear-features-section .nuear-feature-copy p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 28px;
}

/* Nuear Performance Section */
.nuear-performance-section {
    text-align: center;
    padding: 80px 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nuear-performance-section .nuear-performance-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.nuear-performance-section .nuear-performance-title {
    font-size: 32px;
    font-weight: bold;
    color: #d9534f;
    margin-bottom: 55px;
}

.nuear-performance-section .nuear-performance-copy {
    font-size: 22px;
    color: #231815FF;
    max-width: 600px;
    margin: 0 auto 0 auto;
}

.nuear-performance-section .nuear-performance-copy p {
    font-size: 22px;
    color: #231815FF;
    max-width: 600px;
    margin: 0 auto 0 auto;
}

.nuear-performance-section .nuear-image-wrapper {
    margin: 0 auto;
    width: 1134px;
    height: auto;
}

/* Nuear Accessories Section */
.nuear-accessories-section {
    text-align: center;
    padding: 0 0 103px 0;
}

.nuear-accessories-section .nuear-accessories-title {
    font-size: 51px;
    font-weight: bold;
    color: #C92D35FF;
    margin-bottom: 37px;
}

.nuear-accessories-section .nuear-accessories-copy {
    font-size: 22px;
    color: #231815FF;
    margin: 0;
}

.nuear-accessories-section .nuear-accessories-copy p {
    font-size: 22px;
    color: #231815FF;
    margin: 0;
}

/* Nuear Connectivity Section */
.nuear-connectivity-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 118px 0 384px 465px;
    background-color: #F2F2F3FF;
}

.nuear-connectivity-section .connectivity-section-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nuear-connectivity-section .connectivity-section-box .nuear-image-wrapper {
    position: absolute;
    left: 593px;
    top: 91px;
    width: 633px;
}

.nuear-connectivity-section .connectivity-section-box .nuear-connectivity-content {
    width: 642px;
}

.nuear-connectivity-section .connectivity-section-box .nuear-connectivity-content .connnectivity-description {
    margin-bottom: 36px;
}

.nuear-connectivity-section .nuear-connectivity-title {
    font-size: 51px;
    font-weight: bold;
    color: #C92D35FF;
    margin-bottom: 46px;
}

.nuear-connectivity-section .nuear-connectivity-title span.special-dec {
    color: #231815FF;
    font-weight: 800;
}

.nuear-connectivity-section .nuear-connectivity-copy {
    font-size: 20px;
    line-height: 36px;
    color: #231815FF;
    margin-bottom: 25px;
}

.nuear-connectivity-section .nuear-connectivity-copy p {
    font-size: 20px;
    line-height: 36px;
    color: #231815FF;
    margin-bottom: 25px;
}

.nuear-connectivity-section .nuear-connectivity-copy p:nth-of-type(3) {
    letter-spacing: 2px;
}

.nuear-connectivity-section .nuear-connectivity-copy p:last-of-type {
    margin-bottom: 0;
}

.nuear-connectivity-section .nuear-button {
    background-color: #555;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
}

.nuear-redirect-section {
    text-align: center;
    position: absolute;
    left: -69px;
    bottom: -83px;
}

.nuear-redirect-section .nuear-redirect-link {
    background-color: #e5398d;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

/* Nuear Responsive */
@media screen and (max-width: 1580px) and (min-width: 800px) {
    .nuear-connectivity-section {
        padding: 90px 40px 220px 282px;
    }


    .nuear-performance-section .nuear-performance-title {
        margin-bottom: 20px;
    }

    .nuear-connectivity-section .connectivity-section-box {
        align-items: flex-start;
        gap: 32px;
    }

    .nuear-connectivity-section .connectivity-section-box .nuear-connectivity-content {
        width: 100%;
        max-width: 640px;
    }

    .nuear-connectivity-section .connectivity-section-box .nuear-image-wrapper {
        position: absolute;
        width: min(420px, 100%);
        margin: 0 auto;
        top: 140px;
    }

    .nuear-connectivity-section .nuear-connectivity-title {
        font-size: 44px;
    }

    .nuear-connectivity-section .nuear-connectivity-text {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 992px) {
    .nuear-hero-banner {
        padding: 110px 30px 140px;
        background-position: center;
    }

    .nuear-hero-banner .nuear-main-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 900px) {
    .nuear-features-section .fearures-box {
        flex-direction: column;
        gap: 30px;
    }

    .nuear-features-section .nuear-feature-item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .nuear-hero-banner {
        padding: 80px 20px 100px;
        background-image: linear-gradient(180deg, rgba(255, 244, 240, 0.96) 40%, rgba(255, 244, 240, 0.6) 100%), url('https://cmsstatic.starkey.com.cn/upload/2024-11-21/1732170701950.png');
        background-position: center top;
    }

    .nuear-hero-banner .nuear-hero-content {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }

    .nuear-hero-banner .nuear-main-title {
        font-size: 32px;
    }

    .nuear-hero-banner .nuear-subtitle {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .nuear-page .banner-box {
        height: 400px;
    }

    .nuear-page .banner-box .bg.phone-show {
        height: 206px;

    }


    .nuear-page .banner-box .banner-con.container {
        width: 100%;
        padding: 220px 24px 60px;
        text-align: center;
    }

    .nuear-page .banner-con .title-note {
        font-size: 28px;
        letter-spacing: 6px;
    }

    .nuear-page .banner-box .title,
    .nuear-page .banner-box .title-sec {
        font-size: 40px;
        letter-spacing: 10px;
    }

    .nuear-page .banner-box .txt {
        font-size: 18px;
        letter-spacing: 6px;
    }

    .nuear-performance-section .nuear-image-wrapper {
        width: 360px !important;
        height: auto !important;
    }

    .nuear-intro-section {
        flex-direction: column;
    }

    .nuear-connectivity-section {
        padding: 60px 20px 140px;
    }

    .nuear-connectivity-section .connectivity-section-box {
        align-items: center;
        text-align: center;
    }

    .nuear-connectivity-section .nuear-connectivity-title {
        font-size: 32px;
    }

    .nuear-connectivity-section .nuear-connectivity-text {
        font-size: 16px;
        line-height: 28px;
    }

    .nuear-connectivity-section .nuear-button {
        margin: 0 auto;
        display: inline-flex;
    }

    .nuear-connectivity-section .connectivity-section-box .nuear-image-wrapper {
        max-width: 320px;
    }

    .nuear-connectivity-section .connectivity-section-box .nuear-image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }

    .nuear-connectivity-section .connectivity-section-box .nuear-connectivity-content {
        width: 100%;
    }

    .nuear-redirect-section {
        position: static;
        margin: 30px auto 0;
        text-align: center;
    }
}

/* ==========================================================================
   Section 4: Product-Waterproof Page Styles
   ========================================================================== */

.waterproof-main .container {
    margin-bottom: 90px;
    margin-top: 0;
}

.waterproof-main .container-box h3 {
    font-size: 34px;
}

.waterproof-main .banner-box {
    height: 780px;
    position: relative;
    margin-top: -59px;
    margin-bottom: 190px;
}

.waterproof-main .banner-box .bg {
    left: 688px;
}

.waterproof-main .banner-box .waterproof-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, #F2F2F3 40.51%, rgba(242,242,243,0) 83.33%);
    z-index: 1;
}

.waterproof-main .banner-describe.banner-con.container {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 533px;
    left: 0;
    transform: none;
    margin-left: 300px;
}

.waterproof-main .banner-describe.banner-con.container .title {
    color: #00A2E4FF;
    font-size: 84px;
    font-weight: normal;
    padding-top: 232px;
}

.waterproof-main .banner-box .banner-con.container.banner-describe .txt {
    color: #3E3A39FF;
}

.waterproof-products-section {
    text-align: center;
    padding: 80px 15px;
    background-color: #F2F2F3FF;
    margin-top: 200px;
}

.waterproof-products-section .waterproof-section-title {
    font-size: 59px;
    color: #158DC9FF;
    margin-bottom: 60px;
}

.waterproof-products-section .waterproof-products-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.waterproof-products-section .waterproof-product-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}

.waterproof-products-section .waterproof-product-image {
    margin-bottom: 25px;
    width: 280px;
}

.waterproof-products-section .waterproof-product-image img {
    width: 100%;
    height: auto;
}

.waterproof-products-section .waterproof-product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000FF;
}

.waterproof-products-section .waterproof-product-title span {
    color: #00A2E4FF;
    font-size: 8px;
    margin-left: 12px;
}

.waterproof-products-section .waterproof-product-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.waterproof-products-section .waterproof-product-link {
    font-size: 14px;
    color: #158DC9FF;
    text-decoration: none;
}

.waterproof-products-section .waterproof-more-products-link {
    font-size: 22px;
    color: #e5398d;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .waterproof-main .banner-describe.banner-con.container .title {
        padding-top: 320px;
        color: #00A2E4FF;
        font-size: 40px;
    }

    .waterproof-main .banner-box .waterproof-banner-overlay {
        display: none;
    }

    .waterproof-main .banner-box {
        margin-top: -138px;
        height: 794px;
    }

    .waterproof-main .banner-describe.banner-con.container {
        margin-left: auto;
        width: 100%;
    }

    .waterproof-products-section .waterproof-section-title {
        font-size: 36px;
    }


    .waterproof-main .banner-box .bg {
        left: 0;
    }

    .waterproof-main .banner-box .banner-con.container.banner-describe .txt {
        color: #ffffff;

    }
}

/* ==========================================================================
   Section 5: Bluetooth Page Styles
   ========================================================================== */

.bluetooth-main .banner-box {
    margin-bottom: 50px;
}

.bluetooth-main .banner-box .container {
    padding-top: 280px;
    padding-left: 248px;
}

.bluetooth-main .banner-box .title {
    color: #00A2E4FF;
    padding-top: 0;
    margin-bottom: 40px;
}

.bluetooth-main .banner-box .container .txt {
    color: #3E3A39FF;
    margin-top: 0;
}

.bluetooth-main .banner-box .banner-con .btn {
    color: #FFFFFF;
}

.bluetooth-main .banner-box .banner-con .btn:hover {
    background: #2893D4;
}

.bluetooth-main .banner-box img,
.bluetooth-main .container img,
.bluetooth-main .waterproof-products-section img {
    width: 100%;
}




.bluetooth-main .container-box.reverse-box {
    align-items: flex-start;
}

.bluetooth-main .container .col-md-6 {
    padding-top: 80px;
}

.bluetooth-main .container .col-12.col-md-6 .device-remarks {
    margin-top: 25px;
}


.bluetooth-main .container .col-12.col-md-6 .device-remarks p {
    color: #D8D8D8FF;
    font-size: 18px;
    line-height: 1.4;
    margin-left: 0;
}


.bluetooth-main .container .col-12.col-md-6 .device-remarks p::before {
    content: "*";
    color: #D8D8D8FF;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}


.bluetooth-main .bluetooth-copy p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #3E3A39;
}

.bluetooth-main .bluetooth-copy p:first-of-type {
    margin-top: 0;
}

.bluetooth-main .bluetooth-copy p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    border-radius: 2px;
    background-color: #00A2E4;
}

/* Attachment Section */
.blue-tooth-attachment-box {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.blue-tooth-attachment-box .attachment-heading {
    color: #00A2E4FF;
    margin-left: 20px;
}

.bluetooth-main .blue-tooth-attachment-box .bluetooth-copy {
    margin-left: 30px;

}


.blue-tooth-attachment-box .bluetooth-copy p {
    margin-top: 12px;
    font-size: 16px;
    color: #3E3A39;
}

.blue-tooth-attachment-box .bluetooth-copy p:first-of-type {
    margin-top: 20px;
}

/* Bluetooth Page End Styles */
.container .container-box p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 7px;
    background: #4a4a4a;
}

@media screen and (max-width: 800px) {
    .bluetooth-main .banner-box .container {
        padding-top: 80px;
        padding-left: 48px;
    }


    .bluetooth-main .banner-box {
        height: 300px;
        margin-bottom: 0;
    }
    .banner-box .banner-con .btn {
        margin-top: 20px;
    }
}

/* ==========================================================================
   Section 6: OmegaAI / Aris AI Page Styles
   ========================================================================== */

/* OmegaAI Hero / Header */
.omegaAI-page .one_seciton .wal .tip {
    font-size: 42px;
    color: #00A2E4FF;
    line-height: 42px;
    letter-spacing: 3px;
    font-family: SourceHanSansCN-Bold;
}

.omegaAI-page .one_seciton .wal .name_img {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.omegaAI-page .one_seciton .wal .name_img .title-note {
    letter-spacing: 20px;
}

.omegaAI-page .one_seciton .title-note p {
    font-family: SourceHanSansCN-Bold;
    font-size: 53px;
    color: #FFFFFF;
}

.omegaAI-page .one_seciton .wal .desc em {
    color: #00A2E4FF;
}

.omegaAI-page .one_seciton .wal ._bg {
    transform: translate(-50%,-33%);
}

.omegaAI-page .one_seciton .wal ._bg img {
    filter: brightness(0.5);
}



.omegaAI-page .eight_section .wal .right .title em {
    color: #00A2E4FF;
}




.omegaAI-page .name_img._img {
    display: flex;
}

.omegaAI-page .title.title-special span {
    color:#00A2E4FF;
}

.omegaAI-page .s_btn.playBtn em {
    color:#00A2E4FF;
}

.omegaAI-page .special-note {
    color:#00A2E4FF !important;
}

.omegaAI-page span.special-describe {
    color:#00A2E4FF !important;
}

/* AI Assistant Section */
.ai-assistant-section {
    padding: 160px 0;
}

.ai-assistant-section .wal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-assistant-section .ai-assistant-section__header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    position: relative;
}

.ai-assistant-section .ai-assistant-section__title {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: bold;
}

.ai-assistant-section .ai-assistant-section__title-badge {
    font-size: 18px;
    color: #00A2E4FF;
    font-weight: normal;
    position: absolute;
    right: -95px;
}

.ai-assistant-section .ai-assistant-section__subtitle {
    margin-top: 15px;
    font-size: 28px;
    color: #00A2E4FF;
    line-height: 1.2;
    letter-spacing: 8px;
    font-weight: bold;
}

.ai-assistant-section .ai-assistant-section__description {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.8;
    text-align: center;
    max-width: 1200px;
}

.ai-assistant-section .ai-assistant-section__image-wrapper {
    margin-top: 50px;
    width: 600px;
}

.ai-assistant-section .ai-assistant-section__image {
    display: block;
    width: 100%;
    height: auto;
}

.omegaAI-page .ai-assistant-section .ai-assistant-section__header span {
    position: absolute;
    font-size: 14px;
    right: -76px;
    top: 6px;
    color: #00A2E4FF;
}

/* OmegaAI Two Section */
.omegaAI-page .two_seciton .wal .title-box {
    font-size: 51px;
    color: #FFFFFF;
    line-height: 51px;
    letter-spacing: 4px;
}

.omegaAI-page .two_seciton .wal .title-box em {
    color:#00A2E4FF;
}

.omegaAI-page .two_section {
    padding-top: 30px;
}

.omegaAI-page .two_section .wal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.omegaAI-page .two_section .wal .title {
    font-size: 49px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    letter-spacing: 6px;
}

.omegaAI-page .two_section .wal .title em {
    color:#00A2E4FF !important;
    font-family: fontN;
}

.omegaAI-page .two_section .wal .title2 {
    margin-top: 20px;
    letter-spacing: 20px;
    font-size: 49px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
}

.omegaAI-page .two_section .wal .advs {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 130px;
}

.omegaAI-page .two_section .wal .advs .adc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.omegaAI-page .two_section .wal .advs .adc_item ._img {
    width: 193px;
    aspect-ratio: 1;
}

.omegaAI-page .two_section .wal .advs .adc_item .name {
    font-size: 17px;
    color:#00A2E4FF !important;
    line-height: 17px;
    margin-top: auto;
    padding-top: 16px;
    font-family: SourceHanSansCN-Heavy;
}

.omegaAI-page .two_section .wal .advs .adc_item:last-child ._img {
    width: 225px;
}

.omegaAi-page .one_seciton .wal .tip {
    color:#00A2E4FF !important;
}

.omegaAI-page .two_section .wal .s_btn {
    margin-bottom: 50px;
    font-size: 14px;
    height: 30px;
    background-color: #00A2E4FF;
    color: #FFFFFF;
    border: unset;
}

.omegaAI-page .two_section .wal .s_btn:before {
    background: unset;
}

/* OmegaAI Four / Five / Seven Sections */
.omegaAI-page .four_section .wal .advs .adc_item .key span {
    color:#00A2E4FF !important;
}

.omegaAI-page .four_section .wal .advs .adc_item:first-child .key span {
    left: 176px;
}

.omegaAI-page .four_section .wal .advs .adc_item .key span {
    left: 256px;
}

.omegaAI-page .five_section .s_btn {
    background-color: #00AAE9FF;
    font-weight: 600;
    margin-top: 100px;
}

.omegaAI-page .five_section.omegaAi-section .wal ._img {
    width: 400px;
    height: auto;
}

.omegaAI-page .five_section .wal .title em {
    color: #00A2E4FF;
}

.omegaAI-page .seven_section .title span {
    color:#00A2E4FF !important;
}

.omegaAI-page .seven_section .wal .title em {
    color: #00A2E4FF;
}

.aris-ai-page .four_section {
    padding-top: 60px;
}

/* OmegaAI Responsive */
@media (max-width: 768px) {
    .omegaAI-page .one_seciton .wal {
        padding: 0 15px;
    }

    .omegaAI-page .four_section .wal .advs .adc_item:first-child .key span {
        left: 101px;
    }

    .omegaAI-page .four_section .wal .advs .adc_item:last-child .key span {
        left: 140px;
    }





    .omegaAI-page .one_seciton .wal .tip {
        font-size: 24px;
        line-height: 1.5;
    }

    .omegaAI-page .one_seciton .wal .name_img._img {
        flex-direction: column;
        align-items: center;
    }

    .omegaAI-page .one_seciton .wal .name_img._img img {
        object-fit: contain;
    }

    .omegaAI-page .one_seciton .wal .name_img._img .title-note p {
        font-size: 40px;
    }

    .omegaAI-page .one_seciton .wal .title.title-special {
        font-size: 28px;
        text-align: center;
        line-height: 1.4;
        margin-top: 55px;
    }

    .omegaAI-page .one_seciton .wal .desc {
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
        margin-top: 15px;
    }

    .omegaAI-page .two_section {
        padding-top: 40px;
    }

    .omegaAI-page .two_section .wal .s_btn {
        margin-bottom: 30px;
    }

    .omegaAI-page .two_section .wal .title,
    .omegaAI-page .two_section .wal .title2 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 2px;
        text-align: center;
    }

    .omegaAI-page .two_section .wal .advs {
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 30px;
        margin-top: 40px;
    }

    .omegaAI-page .two_section .wal .advs .adc_item ._img {
        width: 150px;
    }

    .omegaAI-page .two_section .wal .advs .adc_item:last-child ._img {
        width: 170px;
    }

    .ai-assistant-section {
        padding: 60px 15px;
    }

    .ai-assistant-section .ai-assistant-section__header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ai-assistant-section .ai-assistant-section__title {
        font-size: 28px;
        text-align: center;
    }

    .ai-assistant-section .ai-assistant-section__title-badge {
        position: static;
        font-size: 16px;
    }

    .ai-assistant-section .ai-assistant-section__subtitle {
        font-size: 20px;
        letter-spacing: 4px;
        margin-top: 10px;
    }

    .ai-assistant-section .ai-assistant-section__description {
        font-size: 14px;
        margin-top: 20px;
    }

    .ai-assistant-section .ai-assistant-section__image-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .omegaAI-page .four_section .wal {
        display: flex;
        flex-direction: column-reverse;
        padding: 40px 15px;
    }

    .omegaAI-page .four_section .wal ._img {
        width: 100%;
        position: static;
    }

    .omegaAI-page .four_section .wal .advs {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
        width: 100%;
        padding-left: 0;
    }

    .omegaAI-page .four_section {
        padding-top: 20px;
    }

    .omegaAI-page .one_seciton .wal .desc em {
        color: #00A2E4FF;
    }

    .omegaAI-page .four_section .wal .advs .adc_item {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .omegaAI-page .four_section .wal .advs .adc_item .key {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .omegaAI-page .four_section .wal .advs .adc_item .val {
        font-size: 15px;
        text-align: center;
        max-width: 90%;
    }

    .omegaAI-page .five_section .wal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 15px;
    }

    .omegaAI-page .five_section.omegaAi-section .wal ._img {
        width: 80%;
        margin-bottom: 20px;
    }

    .omegaAI-page .five_section .title {
        font-size: 28px;
        line-height: 1.4;
    }

    .omegaAI-page .five_section .desc {
        font-size: 14px;
    }

    .omegaAI-page .five_section .s_btn {
        margin-top: 30px;
    }

    .omegaAI-page .seven_section .wal {
        padding: 0 15px;
        text-align: center;
    }

    .omegaAI-page .seven_section .title {
        font-size: 28px;
        line-height: 1.4;
    }

    .omegaAI-page .seven_section .desc {
        font-size: 14px;
    }

    .omegaAI-page .seven_section ._img {
        width: 80% !important;
        margin-top: 30px;
        position: static !important;
    }

    .omegaAI-page .seven_section ._img img {
        object-fit: contain;
    }

    .omegaAI-page .seven_section .wal .desc {
        width: 100%;
        padding-left: 0;
    }

    .omegaAI-page .aris-ai-page .seven_section .wal .title {
        padding-left: 0;
    }

    .omegaAI-page .eight_section {
        padding-top: 0;
    }

    .omegaAI-page .eight_section .wal {
        flex-direction: column;
        padding: 40px 15px;
        text-align: center;
        gap: 30px;
    }

    .omegaAI-page .eight_section .wal .left,
    .omegaAI-page .eight_section .wal .right {
        width: 100%;
    }

    .omegaAI-page .eight_section .wal .left {
        margin-bottom: 0;
    }

    .omegaAI-page .eight_section .wal .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-left: 0;
    }

    .omegaAI-page .eight_section .wal .right .title {
        font-size: 28px;
        line-height: 1.4;
    }

    .omegaAI-page .eight_section .wal .right .desc {
        font-size: 15px;
        max-width: 90%;
    }
}

/* ==========================================================================
   Section 7: Miscellaneous
   ========================================================================== */

.jaNewP1 .container li .kuang img {
    width: 100%;
}





/* 首页end */




/* 头部导航start */
@media screen and (min-width: 800px) {
    .header-container .rightDiv .xmbrand {
        width: clamp(800px, 80vw, 1173px);
    }
    .menu ul .xmproductLi ul .ul {
        min-width: 210px;
    }
}




/* nuear页面start */
.nuera-product-box.container {
    max-width: 90vw;
}



.nuera-product-box .xmflex.xmflexbetween.arcapp li {
    display: flex;
    flex-direction: column;
    align-items: center;

}



.nuera-product-box .xmflex.xmflexbetween.arcapp li h4 {
    flex-grow: 1;

}



.nuera-product-box.container .arcapp li .appthumb img {
    width: 100%;
    max-width: 100%;
}



.nuera-product-box a.vantbtn {
    border: #c92d35 solid 1px;

}




.nuera-product-box.container .arcapp li .appthumb {
    padding-right: 10px;
    padding-left: 10px;
}


.nuera-product-box.container .xmflex.xmflexbetween.arcapp {
    margin: 96px 0;
}



.nuera-product-box.container .xmflex.xmflexbetween.arcapp li p {
    max-width: 20vw;
}


.nuera-page ul#arctabs li {
    width: 12vw;
    height: 12vw;
}

@media screen and (max-width: 800px) {
    .nuera-product-box.container .xmflex.xmflexbetween.arcapp li p {
        max-width: 90%;
    }


    .nuera-page #audibel9 {
        margin: 450px auto 5vw auto;
    }



    .nuera-page ul#vantabs li a {
        font-size: 14px;
    }
}













/* nuerr页面end */





/* audibel页面start */
.audibel-product-box.container {
    max-width: 90vw;
}


.audibel-product-box .xmflex.xmflexbetween.arcapp li {
    display: flex;
    flex-direction: column;
    align-items: center;

}



.audibel-product-box .xmflex.xmflexbetween.arcapp li h4 {
    flex-grow: 1;

}

.audibel-product-box.container .arcapp li .appthumb img {
    width: 100%;
    max-width: 100%;



}


.audibel-product-box a.arcbtn2 {
    border: #89b06e solid 1px;

}



.audibel-product-box.container .arcapp li .appthumb {
    padding-right: 10px;
    padding-left: 10px;
}


.audibel-product-box.container .xmflex.xmflexbetween.arcapp {
    margin: 96px 0;
}



.audibel-product-box.container .xmflex.xmflexbetween.arcapp li p {
    max-width: 20vw;
}


.audibelai-page ul#arctabs li {
    width: 12vw;
    height: 12vw;
}

@media screen and (max-width: 800px) {
    .audibel-product-box.container .xmflex.xmflexbetween.arcapp li p {
        max-width: 90%;
    }


    .audibelai-page #audibel9 {
        margin: 450px auto 5vw auto;
    }


    .audibelai-page ul#arctabs li a {
        font-size: 14px;

    }


    .audibelai-page .audibel {
        margin: 90px auto 5vw;
    }
}



/* audibel页面end */






















