@charset "UTF-8";

/* ===========================================================================
   默认样式（适用于 1920px 及以上）
   =========================================================================== */
body {
    zoom: 1 !important;
}

.myonpage {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* 初始状态：往下偏移 30px + 透明 */
    /* 触发后状态 */
}


.myonpage .myon-mob{
    display: none !important;

}
.myonpage .myon-title-level1 {
    font-family: "Misans-Demibold";
    font-size: 48px;
    font-style: normal;
    font-weight: 450;
    line-height: 58px;
}

.myonpage .myon-title {
    font-family: "Misans-Semibold";
    font-size: 40px;
    font-style: normal;
    font-weight: 520;
    line-height: 48px;
    position: relative;
}

.myonpage .myon-title sup{
    position: absolute;
    font-size: 24px;
    bottom: 12px;

}

.myonpage .myon-desc {
    font-family: "Misans-Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 380;
    line-height: 28px;
    margin-top: 16px;
}

.myonpage .component-gap {
    margin-bottom: 100px;
}

.myonpage .float-txts {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.39, 0.58, 0.57, 1),
                transform 1.2s ease;
    transition-delay: var(--stagger-delay, 0ms);
                
}

.myonpage .float-in {
    opacity: 1;
    transform: translateY(0);
}

.myonpage .float-to-left-begin {
    transform: translateX(30px);
    opacity: 0;
    transition: opacity .8s ease, transform .8s ease;
}

.myonpage .float-to-left-end {
    transform: translateX(0);
    opacity: 1;
}

.myonpage .video-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.myonpage .video-container .video-4-3,
.myonpage .video-container .video-img-placeholder {
    display: none;
}

.myonpage .video-container video,
.myonpage .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myonpage .video-container .myon-play-btn {
    position: absolute;
    bottom: 48px;
    right: 48px;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.myonpage .video-container .myon-play-btn svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
    .myonpage .video-container .myon-play-btn svg:hover path {
        fill: #da291c;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .myonpage .video-container .myon-play-btn svg:hover rect {
        fill: #444446;
        transition: all 0.3s ease-in-out;
    }
}

.myonpage .video-container .myon-play-btn svg path {
    transition: all 0.3s ease-in-out;
}

.myonpage .video-container .myon-play-btn svg rect {
    transition: all 0.3s ease-in-out;
}

.myonpage .section1 .wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.myonpage .section1 .wrapper .kv-mob {
    display: none;
}

.myonpage .section1 .wrapper .media-container {
    position: relative;
    aspect-ratio: 1920 /900;
}

.myonpage .section1 .wrapper .media-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myonpage .section1 .wrapper .media-container .text-content {
    position: absolute;
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.myonpage .section1 .wrapper .media-container .text-content .name {
    color: #FFF;
    font-family: "MiSans-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 380;
    line-height: 24px;
}

.myonpage .section1 .wrapper .media-container .text-content .slogan {
    color: #FFF;
    font-family: "MiSans-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 380;
    line-height: 22px;
}

.myonpage .section1 .wrapper .media-container .text-content .icon img {
    width: auto;
}

.myonpage .section3 .wrapper .media-container {
    position: relative;
}

.myonpage .section3 .wrapper .media-container .watch-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 1554px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7.7777776718px);
    cursor: pointer;
    bottom: 48px;
    right: 288px;
    height: 44px;
    padding: 0 16px 0 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    font-family: "MiSans-DemiBold";
    color: #fff;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {

    .myonpage .section3 .wrapper .media-container .watch-btn:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #6E6E73;
    }

    .myonpage .section3 .wrapper .media-container .watch-btn:hover .circle {
        background-color: #6E6E73;
    }

    .myonpage .section3 .wrapper .media-container .watch-btn:hover .circle svg path{
        fill: #fff;
    }



}

.myonpage .section3 .wrapper .media-container .watch-btn:active {
    background: rgba(255, 255, 255, 0.8);
    color: #6E6E73;
}

.myonpage .section3 .wrapper .media-container .watch-btn:active .circle {
    background-color: #6E6E73;
}

.myonpage .section3 .wrapper .media-container .watch-btn:active .circle svg path{
    fill: #fff;
}


.myonpage .section3 .wrapper .media-container .watch-btn .circle {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myonpage .section3 .wrapper .media-container .watch-btn .circle svg{

    position: relative;
    left:1px;
}
.myonpage .section4 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section4 .wrapper .title-level1 {
    max-width: 800px;
    padding: 0 0 98px;
}

.myonpage .section4 .wrapper .text-content .title {
    max-width: 800px;
}

.myonpage .section4 .wrapper .text-content .desc {
    max-width: 800px;
    color: #6E6E73;
    margin-bottom: 56px;
}

.myonpage .section4 .wrapper .media-container {
    border-radius: 20px;
    overflow: hidden;
}


.myonpage .auto-video .myon-play-btn svg{
    opacity: 1;
}

@media (any-hover: hover) {



    .myonpage .auto-video .myon-play-btn svg{
        opacity: 0;
    }

    .myonpage .auto-video:hover .myon-play-btn svg{
        opacity: 1;

    }
}

.myonpage .section4 .wrapper .media-container .play-btn {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 48px;
    right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myonpage .section5 .wrapper .media-container {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1920 / 900;
    position: relative;
}

.myonpage .section5 .wrapper .media-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	display: block;
}

.myonpage .section5 .wrapper .media-container .text-content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    color: #000;
}

.myonpage .section5 .wrapper .media-container .text-content .title {
    max-width: 800px;
}

.myonpage .section5 .wrapper .media-container .text-content .desc {
    max-width: 800px;
}

.myonpage .section7 .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.myonpage .section7 .wrapper .text_content {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section7 .wrapper .text_content .title {
    color: #000;
    max-width: 800px;
    padding: 0 0 94px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 1440px;
    height: 576px;
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .img_box {
    width: 100%;
    height: 100%;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.6s ease-in-out;
}

@media (any-hover: hover) {
    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .img_box img:hover {
        transform: scale(1.1);
    }
}



.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    pointer-events: none;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box {
    max-width: 800px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .title {
    max-width: 800px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .desc {
    max-width: 800px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination {
    position: static;
    text-align: left;
    display: flex;
    gap: 12px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet {
    border-radius: 4px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.6s ease-in-out;
    position: relative;
    width: 8px;
    height: 8px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 8px;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active {
    width: 46px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active::after {
    animation: progressFill 5s linear forwards;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active.actual-time::after {
    animation: progressFill 6s linear forwards;
}

@keyframes progressFill {
    0% {
        width: 8px;
    }

    100% {
        width: 100%;
    }
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn {
    position: static;
    width: 32px;
    height: 32px;
    margin-top: 0px;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled {
    opacity: 1;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled svg path:nth-child(1) {
    fill-opacity: 0.15;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled svg path:not(:nth-child(1)) {
    fill: #86868b;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn svg path:nth-child(1) {
    transition: all 0.3s ease-in-out;
}

.myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn svg path:not(:nth-child(1)) {
    transition: all 0.6s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn:hover svg path:nth-child(1) {
        fill-opacity: 0.15;
        transition: all 0.3s ease-in-out;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns .btn:hover svg path:not(:nth-child(1)) {
        fill: #da291c;
        transition: all 0.6s ease-in-out;
    }
}

.myonpage .section7 .wrapper .disclaimer {
    font-family: "Misans-Regular";
    font-size: 14px;
    line-height: 20px;
    font-weight: 330;
    color: #86868b;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
}

.myonpage .section8 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.myonpage .section8 .wrapper .text-content .title {
    color: #000;
    max-width: 800px;
}

.myonpage .section8 .wrapper .text-content .desc {
    color: #6E6E73;
    margin-bottom: 56px;
    max-width: 800px;
}

.myonpage .section8 .wrapper .img-container {
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section8 .wrapper .img-container .play-btn {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 48px;
    right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myonpage .section9 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.myonpage .section9 .wrapper .text_content .title {
    color: #000;
    max-width: 800px;
}

.myonpage .section9 .wrapper .text_content .desc {
    color: #86868b;
    margin-bottom: 56px;
    max-width: 800px;
}

.myonpage .section9 .wrapper .hero-img {
    width: 1440px;
    aspect-ratio: 1440/576;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.myonpage .section9 .wrapper .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease;
}

.myonpage .section9 .wrapper .hero-img img.active {
    opacity: 1;
}

.myonpage .section9 .wrapper .tabs {
	position:relative;
    display: flex;
    gap: 48px;
    margin-top: 56px;
    /* background: linear-gradient(to bottom, transparent calc(100% - 1px), #f3f3f4 calc(100% - 1px), #f3f3f4 100%); */
    scroll-behavior: smooth;
    border-bottom: 1px solid #F3F3F4;
    /* 标准属性 */
    -webkit-overflow-scrolling: touch;
    /* iOS 惯性 */
}

.myonpage .section9 .wrapper .tabs .tab-item {
    position: relative;
}



@media (any-hover: hover) {
    .myonpage .section9 .wrapper .tabs .tab-item:hover .heading {
        color: black;
    }
}





.myonpage .section9 .wrapper .tabs .tab-item.active .heading {
    color: black;
}

.myonpage .section9 .wrapper .tabs .tab-item .heading {
    font-family: "Misans-Demibold";
    color: rgba(0, 0, 0, 0.65);
    font-size: 20px;
    line-height: 24px;
    font-weight: 450;
    padding: 20px 0;
    transition: all 0.6s ease;
    cursor: pointer;
    text-align: center;
}

.myonpage .section9 .wrapper .descList {
    position: relative;
}

.myonpage .section9 .wrapper .descList .desc-item {
    max-width: 800px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.myonpage .section9 .wrapper .descList .desc-item.active .desc-desc {
    opacity: 1;
}

.myonpage .section9 .wrapper .descList .desc-item .desc-desc {
    opacity: 0;
    transition: all 0.6s ease;
    font-family: "Misans-Medium";
    color: #6e6e73;
    font-size: 20px;
    font-weight: 380;
    line-height: 28px;
    margin-top: 32px;
}

.myonpage .section10 .wrapper .title-container {
    max-width: 1440px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
}

.myonpage .section10 .wrapper .title-container .title {
    max-width: 800px;
}

.myonpage .section10 .wrapper .media-container {
    position: relative;
    margin-top: 86px;
    overflow: hidden;
}

.myonpage .section10 .wrapper .media-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myonpage .section10 .wrapper .media-container .text-content {
    color: #fff;
    position: absolute;
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding-top: 77px;
}

.myonpage .section10 .wrapper .media-container .text-content .title {
    max-width: 800px;
}

.myonpage .section10 .wrapper .media-container .text-content .desc {
    max-width: 800px;
}

.myonpage .section10 .wrapper .media-container .text-content .item-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.myonpage .section10 .wrapper .media-container .text-content .item-list .item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.myonpage .section10 .wrapper .media-container .text-content .item-list .item .txt {
    font-family: "Misans-Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 380;
    line-height: 26px;
}

.myonpage .section11 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section11 .wrapper .text-content .title {
    max-width: 800px;
}

.myonpage .section11 .wrapper .text-content .desc {
    max-width: 800px;
    color: #6E6E73;
}

.myonpage .section11 .wrapper .icons {
    display: flex;
    gap: 60px;
    padding: 56px 0;
}

.myonpage .section11 .wrapper .icons .icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.myonpage .section11 .wrapper .icons .icon-item .txt {
    color: #000;
    font-family: "MiSans-Demibold";
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: -0.44px;
}

.myonpage .section11 .wrapper .media-container {
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section11 .wrapper .media-container .gps-banner-mob {
    display: none;
}

.myonpage .section11 .wrapper .media-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myonpage .section12 .wrapper {
    position: relative;
}

.myonpage .section12 .wrapper .text-content {
    color: #fff;
    position: absolute;
    max-width: 1440px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding-top: 88px;
}

.myonpage .section12 .wrapper .text-content .title {
    max-width: 800px;
}

.myonpage .section12 .wrapper .text-content .desc {
    max-width: 480px;
    position: relative;
}

.myonpage .section12 .wrapper .text-content .desc sup{
    position: absolute;
    bottom: 4px;
}

}

.myonpage .section12 .wrapper .media-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myonpage .section13 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section13 .wrapper .text-content .title {
    color: #000;
    max-width: 800px;
    letter-spacing: -0.44px;
}

.myonpage .section13 .wrapper .text-content .desc {
    color: #6E6E73;
    margin-bottom: 56px;
    max-width: 800px;
}

.myonpage .section13 .wrapper .media-container {
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section13 .wrapper .media-container .section13-mob {
    display: none;
}

.myonpage .section13 .wrapper .media-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.myonpage .section14 .wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section14 .wrapper .text-content .title {
    color: #000;
    max-width: 800px;
}

.myonpage .section14 .wrapper .text-content .desc {
    color: #6E6E73;
    margin-bottom: 56px;
    max-width: 800px;
}

.myonpage .section14 .wrapper .icons {
    display: flex;
    gap: 64px;
    align-items: center;
}

.myonpage .section14 .wrapper .icons .icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.myonpage .section14 .wrapper .icons .icon-item .txt {
    font-family: "Misans-Demibold";
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: -0.44px;
}



.myonpage .section14 .wrapper .media-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.myonpage .section15 .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.myonpage .section15 .wrapper .text_content {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section15 .wrapper .text_content .title {
    color: #000;
    max-width: 800px;
}

.myonpage .section15 .wrapper .text_content .desc {
    color: #6e6e73;
    margin-bottom: 56px;
    max-width: 800px;
}

.myonpage .section15 .wrapper .multi_card_swiper {
    max-width: 1440px;
    margin: 0 auto;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide {
    width: 464px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f3f3f4;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide .img_box {
    width: 100%;
    aspect-ratio: 464.00/530.22;
    border-radius: 20px;
    overflow: hidden;
}


@media (any-hover: hover) {
    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide .img_box:hover img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }
}



.myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination {
    position: static;
    text-align: left;
    display: flex;
    gap: 12px;
    display: none;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet {
    border-radius: 4px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.6s ease-in-out;
    position: relative;
    width: 8px;
    height: 8px;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 8px;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active {
    width: 46px;

}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active::after {
    animation: progressFill 5s linear forwards;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active.actual-time::after {
    animation: progressFill 6s linear forwards;
}

@keyframes progressFill {
    0% {
        width: 8px;
    }

    100% {
        width: 100%;
    }
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn {
    position: static;
    width: 32px;
    height: 32px;
    margin-top: 0px;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled {
    opacity: 1;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled svg path:nth-child(1) {
    fill-opacity: 0.15;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn.swiper-button-disabled svg path:not(:nth-child(1)) {
    fill: #86868b;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn svg path:nth-child(1) {
    transition: all 0.3s ease-in-out;
}

.myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn svg path:not(:nth-child(1)) {
    transition: all 0.6s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn:hover svg path:nth-child(1) {
        fill-opacity: 0.15;
        transition: all 0.3s ease-in-out;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns .btn:hover svg path:not(:nth-child(1)) {
        fill: #da291c;
        transition: all 0.6s ease-in-out;
    }
}

.myonpage .section15 .wrapper .disclaimer {
    font-family: "Misans-Regular";
    font-size: 14px;
    line-height: 20px;
    font-weight: 330;
    color: #86868b;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
}

.myonpage .section16 .wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.myonpage .section16 .wrapper .section16-mob {
    display: none !important;
}

.myonpage .section16 .wrapper .text-content .title {
    max-width: 800px;
    color: #000;
}

.myonpage .section16 .wrapper .text-content .desc {
    color: #6E6E73;
    max-width: 800px;
}

.myonpage .section16 .wrapper .params {
    display: flex;
    gap: 48px;
    padding: 56px 0;
}

.myonpage .section16 .wrapper .params .param-item .param-value {
    color: #000;
    font-family: 'Misans-Demibold';
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: -0.44px;
    position: relative;
}

.myonpage .section16 .wrapper .params .param-item .param-value sup{
    position: absolute;
    top: -6px;

}

.myonpage .section16 .wrapper .params .param-item .param-name {
    color: #86868B;
    font-family: 'Misans-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 330;
    line-height: 24px;
}

.myonpage .section16 .wrapper .media {
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section17 .wrapper {
    padding: 0 68px;
}

.myonpage .section17 .wrapper .container-mob {
    display: none;
}

.myonpage .section17 .wrapper .assemblies-row {
    margin-bottom: 50px;
}

.myonpage .section17 .wrapper .assemblies-row .item {
    height: 100%;
}

.myonpage .section17 .wrapper .item {
    background-color: #F8F8F8;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.myonpage .section17 .wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}


@media (any-hover: hover) {
    .myonpage .section17 .wrapper .item img:hover {
        transform: scale(1.1);
    }
}



.myonpage .section17 .wrapper .item .item-name {
    position: absolute;
    border-radius: 40px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(215, 224, 249, 0.40) 0%, #EFF4FF 100%);
    padding: 23px 56px;
    left: 24px;
    bottom: 47px;
    color: #000;
    font-family: 'Misans-Demibold';
    font-size: 32px;
    font-style: normal;
    font-weight: 450;
    line-height: 32px;
}

.myonpage .section17 .wrapper .line1 .item {
    aspect-ratio: 1778 / 896;
}

.myonpage .section17 .wrapper .line2 .item {
    aspect-ratio: 1778 / 703;
}

.myonpage .section17 .wrapper .line3 .item {
    aspect-ratio: 1778 / 630;
}

.myonpage .section17 .wrapper .line4,
.myonpage .section17 .wrapper .line5 {
    display: flex;
    gap: 50px;
}

.myonpage .section17 .wrapper .line4 .item,
.myonpage .section17 .wrapper .line5 .item {
    flex: 1;
    aspect-ratio: 882 / 650;
}

.myonpage .section17 .wrapper .disclaimer {
    text-align: center;
    font-family: "Misans-Demibold";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 25px;
    color: #737373;
}

.myonpage .pc-product-footer-container {
    background-color: #FCFDFD;
}

.myonpage .pc-product-footer-container .pc-product-footer {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.myonpage .pc-product-footer-container .pc-product-footer .title {
    padding-top: 115px;
    padding-bottom: 141px;
    color: #000;
    text-align: center;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item {
    margin-bottom: 100px;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-title {
    position: relative;
    color: #000;
    font-size: 28px;
    font-family: 'MiSans-Demibold';
    font-weight: 450;
    line-height: 33.6px;
    border-bottom: 3px solid #BBBBBD;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 15px;
	cursor: pointer;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-title svg {
    cursor: pointer;
    transition: transform 0.6s ease-in-out;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap {
    max-height: 600px;
    transition: all 0.6s ease-in-out;
    opacity: 1;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #D1D1D4;
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .left {
    width: 48.8%;
    color: #444446;
    font-size: 20px;
    line-height: 24px;
    font-weight: 450;
    font-style: normal;
    font-family: "Misans-Demibold";
}

.myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .right {
    font-family: "Misans-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 330;
    line-height: 30px;
    width: 51.2%;
    color: #6E6E73;
    text-align: left;
}

.myonpage .pc-product-footer-container .pc-product-footer .else {
    margin-top: 55px;
    max-width: 900px;
}

.myonpage .pc-product-footer-container .pc-product-footer .else .mt20 {
    margin-bottom: 20px;
}

.myonpage .pc-product-footer-container .pc-product-footer .else .desc {
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: #848484;
    font-family: "Misans-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 380;
    line-height: 20px;
}

@media screen and (max-width: 1920px) {
    .myonpage .myon-play-btn {
        bottom: calc(48 / 1920 *100vw);
        right: calc(48 / 1920 *100vw);
    }

    .myonpage .component-gap {
        margin-bottom: calc(100 / 1920 *100vw);
    }

    .myonpage .myon-title-level1 {
        font-size: calc(48 / 1920 *100vw);
        line-height: calc(58 / 1920 *100vw);
    }

    .myonpage .myon-title {
        font-size: calc(40 / 1920 *100vw);
        line-height: calc(48 / 1920 *100vw);
    }

    .myonpage .myon-title sup{
        position: absolute;
        font-size: calc(24 / 1920 *100vw);
        bottom: calc(12 / 1920 *100vw);

    }

    .myonpage .myon-desc {
        font-size: calc(20 / 1920 *100vw);
        line-height: calc(28 / 1920 *100vw);
        margin-top: calc(16 / 1920 *100vw);
    }

    .myonpage .section3 .wrapper .media-container .watch-btn {
        bottom: calc(48 / 1920 *100vw);
        right: calc(288 / 1920 *100vw);
    }

    .myonpage .section4 .wrapper .title-level1 {
        padding: 0 0 calc(98 / 1920 *100vw);
    }

    .myonpage .section4 .wrapper .text-content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section4 .wrapper .media-container .play-btn {
        bottom: calc(48 / 1920 *100vw);
        right: calc(48 / 1920 *100vw);
    }

    .myonpage .section5 .wrapper .media-container .text-content {
        top: calc(86 / 1920 *100vw);
    }

    .myonpage .section7 .wrapper .text_content .title {
        padding: 0 0 calc(94 / 1920 *100vw);
    }

    .myonpage .section8 .wrapper .text-content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section8 .wrapper .img-container .play-btn {
        bottom: calc(48 / 1920 *100vw);
        right: calc(48 / 1920 *100vw);
    }

    .myonpage .section9 .wrapper .text_content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section9 .wrapper .tabs {
        gap: calc(48 / 1920 *100vw);
        margin-top: calc(56 / 1920 *100vw);
    }

    .myonpage .section9 .wrapper .tabs .tab-item .heading {
        font-size: calc(20 / 1920 *100vw);
        line-height: calc(24 / 1920 *100vw);
        padding: calc(20 / 1920 *100vw) 0;
    }

    .myonpage .section9 .wrapper .descList .desc-item .desc-desc {
        font-size: calc(20 / 1920 *100vw);
        line-height: calc(28 / 1920 *100vw);
        margin-top: calc(32 / 1920 *100vw);
    }

    .myonpage .section10 .wrapper .media-container {
        margin-top: calc(86 / 1920 *100vw);
    }



    .myonpage .section10 .wrapper .media-container .text-content {
        padding-top: calc(77 / 1920 *100vw);
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list {
        margin-top: calc(48 / 1920 *100vw);
        gap: calc(12 / 1920 *100vw);
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list .item {
        gap: calc(11 / 1920 *100vw);
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list .item .txt {
        font-size: calc(22 / 1920 *100vw);
        line-height: calc(26 / 1920 *100vw);
    }

    .myonpage .section11 .wrapper .icons {
        gap: calc(60 / 1920 *100vw);
        padding: calc(56 / 1920 *100vw) 0;
    }

    .myonpage .section11 .wrapper .icons .icon-item {
        gap: calc(16 / 1920 *100vw);
    }

    .myonpage .section11 .wrapper .icons .icon-item .txt {
        font-size: calc(22 / 1920 *100vw);
        line-height: calc(26 / 1920 *100vw);
        letter-spacing: -0.44px;
    }


    .myonpage .section12 .wrapper .text-content .desc {
        max-width: calc(480 / 1920 *100vw);
    }
    .myonpage .section12 .wrapper .text-content {
        padding-top: calc(88 / 1920 *100vw);
    }

    .myonpage .section13 .wrapper .text-content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section14 .wrapper .text-content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section14 .wrapper .icons {
        gap: calc(64 / 1920 *100vw);
    }

    .myonpage .section14 .wrapper .icons .icon-item {
        gap: calc(12 / 1920 *100vw);
    }

    .myonpage .section14 .wrapper .icons .icon-item .txt {
        font-size: calc(22 / 1920 *100vw);
        line-height: calc(26 / 1920 *100vw);
    }



    .myonpage .section15 .wrapper .text_content .desc {
        margin-bottom: calc(56 / 1920 *100vw);
    }

    .myonpage .section16 .wrapper .params {
        gap: calc(48 / 1920 *100vw);
        padding: calc(56 / 1920 *100vw) 0;
    }

    .myonpage .section16 .wrapper .params .param-item .param-value {
        font-size: calc(22 / 1920 *100vw);
        line-height: calc(26 / 1920 *100vw);
    }

    .myonpage .section16 .wrapper .params .param-item .param-name {
        font-size: calc(18 / 1920 *100vw);
        line-height: calc(24 / 1920 *100vw);
    }

    .myonpage .section17 .wrapper {
        padding: 0 calc(68 / 1920 *100vw);
    }

    .myonpage .section17 .wrapper .assemblies-row {
        margin-bottom: calc(50 / 1920 *100vw);
    }

    .myonpage .section17 .wrapper .item .item-name {
        padding: calc(23 / 1920 *100vw) calc(56 / 1920 *100vw);
        left: calc(24 / 1920 *100vw);
        bottom: calc(47 / 1920 *100vw);
        font-size: calc(32 / 1920 *100vw);
        line-height: calc(32 / 1920 *100vw);
        border-radius: calc(40 / 1920 *100vw);
    }

    .myonpage .section17 .wrapper .line4,
    .myonpage .section17 .wrapper .line5 {
        gap: calc(50 / 1920 *100vw);
    }

    .myonpage .section17 .wrapper .disclaimer {
        font-size: calc(18 / 1920 *100vw);
        line-height: calc(25 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .title {
        padding-top: calc(115 / 1920 *100vw);
        padding-bottom: calc(141 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item {
        margin-bottom: calc(100 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-title {
        font-size: calc(28 / 1920 *100vw);
        line-height: calc(33.6 / 1920 *100vw);
        border-bottom: calc(3 / 1920 *100vw) solid #BBBBBD;
        padding-bottom: calc(20 / 1920 *100vw);
        padding-right: calc(15 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content {
        padding: calc(20 / 1920 *100vw) 0;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .left {
        font-size: calc(20 / 1920 *100vw);
        line-height: calc(24 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .right {
        font-size: calc(20 / 1920 *100vw);
        line-height: calc(30 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else {
        margin-top: calc(55 / 1920 *100vw);
        max-width: calc(900 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else .mt20 {
        margin-bottom: calc(20 / 1920 *100vw);
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else .desc {
        font-size: calc(14 / 1920 *100vw);
        line-height: calc(20 / 1920 *100vw);
    }
}

/* ===========================================================================
   1232px - 1471px: 中等桌面显示器（如 1366x768, 1400x1050）
   =========================================================================== */
@media screen and (max-width: 1471px) {
    .myonpage .section1 .wrapper .media-container .text-content {
        max-width: 1200px;
    }

    .myonpage .section4 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section5 .wrapper .media-container .text-content {
        max-width: 1200px;
    }

    .myonpage .section7 .wrapper .text_content {
        max-width: 1200px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide {
        width: 1200px;
        height: 480px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content {
        padding: 56px 64px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box {
        max-width: calc((800 / 1920) * 100vw);
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool {
        max-width: 1200px;
    }

    .myonpage .section7 .wrapper .disclaimer {
        max-width: 1200px;
    }

    .myonpage .section8 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section9 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section9 .wrapper .text_content .title {
        max-width: 712px;
    }

    .myonpage .section9 .wrapper .text_content .desc {
        max-width: 712px;
    }

    .myonpage .section9 .wrapper .hero-img {
        width: 1200px;
    }

    .myonpage .section9 .wrapper .descList .desc-item {
        max-width: 712px;
    }

    .myonpage .section10 .wrapper .title-container {
        max-width: 1200px;
    }

    .myonpage .section10 .wrapper .media-container .text-content {
        max-width: 1200px;
    }

    .myonpage .section11 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section12 .wrapper .text-content {
        max-width: 1200px;
    }

    .myonpage .section13 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section14 .wrapper {
        max-width: 1200px;
    }

    .myonpage .section15 .wrapper .text_content {
        max-width: 1200px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper {
        max-width: 1200px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide {
        width: 388px;
        border-radius: 12px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide .img_box {
        border-radius: 12px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool {
        max-width: 1200px;
    }

    .myonpage .section16 .wrapper {
        max-width: 1200px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer {
        max-width: 1200px;
    }
}

/* ===========================================================================
   992px - 1231px: 小型桌面 / 大平板横屏
   =========================================================================== */
@media screen and (max-width: 1231px) {
    .myonpage .section1 .wrapper .media-container .text-content {
        max-width: 960px;
    }

    .myonpage .section4 .wrapper {
        max-width: 960px;
    }

    .myonpage .section4 .wrapper .title-level1 {
        max-width: 570px;
    }

    .myonpage .section4 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section4 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section5 .wrapper .media-container .text-content {
        max-width: 960px;
    }

    .myonpage .section5 .wrapper .media-container .text-content .title {
        max-width: 570px;
    }

    .myonpage .section5 .wrapper .media-container .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section7 .wrapper .text_content {
        max-width: 960px;
    }

    .myonpage .section7 .wrapper .text_content .title {
        max-width: 570px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide {
        width: 960px;
        height: 384px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content {
        padding: 32px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .title {
        max-width: 570px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .desc {
        max-width: 570px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool {
        max-width: 960px;
    }

    .myonpage .section8 .wrapper {
        max-width: 960px;
    }

    .myonpage .section8 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section8 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section9 .wrapper {
        max-width: 960px;
    }

    .myonpage .section9 .wrapper .text_content .title {
        max-width: 570px;
    }

    .myonpage .section9 .wrapper .text_content .desc {
        max-width: 570px;
    }

    .myonpage .section9 .wrapper .hero-img {
        width: 960px;
    }

    .myonpage .section9 .wrapper .tabs {
        margin-top: 40px;
    }

    .myonpage .section9 .wrapper .descList .desc-item {
        max-width: 570px;
    }

    .myonpage .section10 .wrapper .title-container {
        max-width: 960px;
    }

    .myonpage .section10 .wrapper .title-container .title {
        max-width: 570px;
    }

    .myonpage .section10 .wrapper .media-container .text-content {
        max-width: 960px;
    }

    .myonpage .section10 .wrapper .media-container .text-content .title {
        max-width: 570px;
    }

    .myonpage .section10 .wrapper .media-container .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section11 .wrapper {
        max-width: 960px;
    }

    .myonpage .section11 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section11 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section12 .wrapper .text-content {
        max-width: 960px;
    }

    .myonpage .section12 .wrapper .text-content .title {
        max-width: 570px;
    }



    .myonpage .section13 .wrapper {
        max-width: 960px;
    }

    .myonpage .section13 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section13 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section14 .wrapper {
        max-width: 960px;
    }

    .myonpage .section14 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section14 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .section15 .wrapper .text_content {
        max-width: 960px;
    }

    .myonpage .section15 .wrapper .text_content .title,
    .myonpage .section15 .wrapper .text_content .desc {
        max-width: 570px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper {
        max-width: 960px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide {
        width: 309px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool {
        max-width: 960px;
    }

    .myonpage .section16 .wrapper {
        max-width: 960px;
    }

    .myonpage .section16 .wrapper .text-content .title {
        max-width: 570px;
    }

    .myonpage .section16 .wrapper .text-content .desc {
        max-width: 570px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer {
        max-width: 960px;
    }
}

/* ===========================================================================
   768px - 991px: 平板（竖屏或横屏）
   =========================================================================== */
@media screen and (max-width: 991px) {
    .myonpage .section1 .wrapper .media-container .text-content {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section4 .wrapper {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section5 .wrapper .media-container .text-content {
        max-width: 100%;
        width: 100%;
        padding: 0 32px;
    }

    .myonpage .section7 .wrapper .text_content {
        padding: 0 32px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide {
        width: calc(100vw - 64px);
        height: auto;
        aspect-ratio: 896 / 460;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content {
        padding: 32px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box {
        max-width: 100%;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool {
        padding: 0 32px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination {
        gap: 6px;
    }

    .myonpage .section8 .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section9 {
        padding: 0 32px;
    }

    .myonpage .section9 .wrapper {
        max-width: 100%;
    }

    .myonpage .section9 .wrapper .hero-img {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 896.00/358.40;
    }

    .myonpage .section9 .wrapper .hero-img img.active {
        position: relative;
    }

    .myonpage .section10 .wrapper .title-container {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section10 .wrapper .media-container .text-content {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .myonpage .section11 .wrapper {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section12 .wrapper .text-content {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .myonpage .section13 .wrapper {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section14 .wrapper {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section15 .wrapper .text_content {
        padding: 0 32px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper {
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide {
        width: calc(288 / 960 * 100vw);
    }

    .myonpage .section16 .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 32px;
    }

    .myonpage .section17 .wrapper {
        padding: 0 32px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer {
        max-width: 100%;
        padding: 0 32px;
    }
}

/* ===========================================================================
   375px - 767px: 手机竖屏
   =========================================================================== */
@media screen and (max-width: 767px) {
    .myonpage .component-gap {
        margin-bottom: 40px;
    }

    .myonpage .myon-pc{
        display: none !important;

    }
    .myonpage .myon-mob{
       display: block !important;

    }


    .myonpage .pc-product-footer-container .pc-product-footer .detail-item {
        margin-bottom: 55px;
    }

    .myonpage .myon-title-level1 {
        font-size: 28px;
        line-height: 32px;
    }

    .myonpage .myon-title {
        font-size: 22px;
        line-height: 26px;
        font-family: 'Misans-Demibold';
        font-weight: 450;
    }
    .myonpage .myon-title sup{

        font-size: 15px;
        bottom: 6px;
    }

    .myonpage .myon-desc {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }

    .myonpage .video-container {
        aspect-ratio: 4 / 3;
    }

    .myonpage .video-container .myon-play-btn {
        width: 32px;
        height: 32px;
        bottom: 16px;
        right: 16px;
    }

    .myonpage .video-container .video-4-3 {
        display: block;
    }

    .myonpage .video-container .video-img-placeholder {
        display: none;
    }

    .myonpage .video-container .video-16-9 {
        display: none;
    }

    .myonpage .section1 .wrapper .kv-pc {
        display: none;
    }

    .myonpage .section1 .wrapper .kv-mob {
        display: block;
    }

    .myonpage .section1 .wrapper .media-container {
        aspect-ratio: 375 / 720;
    }

    .myonpage .section1 .wrapper .media-container .text-content {
        gap: 8px;
        padding: 0 16px;
        justify-content: flex-start;
        padding-top: 32px;
    }

    .myonpage .section1 .wrapper .media-container .text-content .name {
        font-size: 14px;
        line-height: 20px;
    }

    .myonpage .section1 .wrapper .media-container .text-content .icon img {
        width: 197px;
        object-fit: contain;
    }

    .myonpage .section1 .wrapper .media-container .text-content .slogan {
        font-size: 16px;
        line-height: 20px;
    }
    .myonpage .section3 .wrapper .media-container {
        aspect-ratio: 9 / 16;
    }

    .myonpage .section3 .wrapper .media-container .watch-btn {
        right: 16px;
        bottom: 7px;
    }

    .myonpage .section4 .wrapper {
        max-width: 100%;
        padding: 0 16px;
    }

    .myonpage .section4 .wrapper .title-level1 {
        max-width: 100%;
        width: 280px;
        letter-spacing: 0.216px;
        padding: 65px 0 40px;
    }

    .myonpage .section4 .wrapper .text-content .title {
        letter-spacing: -0.44px;
        width: 250pox;
        max-width: 100%;
    }

    .myonpage .section4 .wrapper .text-content .desc {
        width: 280px;
        max-width: 100%;
        margin-bottom: 32px;
        color: #86868B;
    }

    .myonpage .section4 .wrapper .media-container {
        border-radius: 0;
    }

    .myonpage .section5 .wrapper .media-container {
        aspect-ratio: 3/4;
    }

    .myonpage .section5 .wrapper .media-container .text-content {
        padding: 0 16px;
        top: 32px;
    }

    .myonpage .section5 .wrapper .media-container .text-content .title {
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section5 .wrapper .media-container .text-content .desc {
        width: 280px;
        max-width: 100%;
    }

    .myonpage .section7 .wrapper .text_content {
        padding: 0 16px;
    }

    .myonpage .section7 .wrapper .text_content .title {
        width: 250px;
        max-width: 100%;
        letter-spacing: -0.44px;
        padding: 0 0 32px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide {
        width: calc(100vw - 48px);
        height: auto;
        aspect-ratio: 327 / 529;
        border-radius: 12px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content {
        padding: 32px 12px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box {
        max-width: 100%;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .title {
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper-wrapper .swiper-slide .content .text_box .desc {
        color: #FFF;
        width: 280px;
        max-width: 100%;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool {
        padding: 0 16px;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper_btns {
        display: none;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0;
    }
    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination{
        justify-content: center;

    }
    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet::after {
        height: 6px;
    }

    .myonpage .section7 .wrapper .key_point_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active {
        width: 34px;
        height: 6px;
    }

    .myonpage .section8 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section8 .wrapper .text-content .title {
        width: 250px;
        max-width: 250px;
        letter-spacing: -0.44px;
    }

    .myonpage .section8 .wrapper .text-content .desc {
        color: #86868B;
        width: 280px;
        max-width: 280px;
        margin-bottom: 32px;
    }

    .myonpage .section8 .wrapper .img-container {
        border-radius: 12px;
    }

    .myonpage .section8 .wrapper .img-container .play-btn {
        width: 32px;
        height: 32px;
    }

    .myonpage .section8 .wrapper .img-container .play-btn svg {
        width: 10px;
    }

    .myonpage .section9 {
        padding: 32px 16px;
        background-color: #F3F3F4;
    }

    .myonpage .section9 .wrapper {
        max-width: 100%;
    }

    .myonpage .section9 .wrapper .text_content .title {
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section9 .wrapper .text_content .desc {
        width: 280px;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .myonpage .section9 .wrapper .hero-img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        aspect-ratio: 343.00/211.87;
    }

    .myonpage .section9 .wrapper .hero-img img.active {
        position: relative;
    }

    .myonpage .section9 .wrapper .tabs {
        gap: 32px;
        margin-top: 32px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-bottom: 1px solid #E1E1E4;
    }

    .myonpage .section9 .wrapper .tabs::-webkit-scrollbar {
        display: none;
        /* Chrome / Edge / Safari */
    }

    .myonpage .section9 .wrapper .tabs .tab-item .heading {
        padding: 12px 0;
        white-space: nowrap;
        font-size: 16px;
        line-height: 22px;
    }

    .myonpage .section9 .wrapper .descList .desc-item {
        max-width: 100%;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else{

        max-width: 100%;
    }

    .myonpage .section9 .wrapper .descList .desc-item .desc-desc {
        color: #86868b;
        font-size: 12px;
        line-height: 18px;
        margin-top: 32px;
    }

    .myonpage .section10 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section10 .wrapper .title-container {
        max-width: 100%;
        letter-spacing: 0.216px;
        padding: 0;
    }

    .myonpage .section10 .wrapper .title-container .title {
        max-width: 100%;
        width: 280px;
    }

    .myonpage .section10 .wrapper .media-container {
        aspect-ratio: 343 / 458;
        border-radius: 12px;
        margin-top: 27px;
    }

    .myonpage .section10 .wrapper .media-container .text-content {
        max-width: 100%;
        padding: 25px 16px;
    }

    .myonpage .section10 .wrapper .media-container .text-content .title {
        letter-spacing: -0.44px;
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section10 .wrapper .media-container .text-content .desc {
        color: rgba(255, 255, 255, 0.6);
        width: 280px;
        max-width: 100%;
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list {
        border-radius: 12.587px;
        border: 1.049px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10.4892969131px);
        padding: 12.59px;
        margin-top: 18px;
        gap: 8.39px;
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list .item {
        gap: 8.39px;
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list .item .icon .password-locking-icon{
        width: 20px;
        object-fit: contain;

    }
    .myonpage .section10 .wrapper .media-container .text-content .item-list .item .icon .motion-alert-icon{
        width:22px;
        object-fit: contain;
    }
    .myonpage .section10 .wrapper .media-container .text-content .item-list .item .icon .airlock-icon{
        width:44px;
        object-fit: contain;
    }

    .myonpage .section10 .wrapper .media-container .text-content .item-list .item .txt {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 380;
        line-height: 18px;
    }

    .myonpage .section11 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section11 .wrapper .text-content .title {
        max-width: 100%;
        width: 250px;
        letter-spacing: -0.44px;
    }

    .myonpage .section11 .wrapper .text-content .desc {
        width: 280px;
        max-width: 100%;
        color: #86868B;
    }

    .myonpage .section11 .wrapper .media-container {
        aspect-ratio: 1/1;
        border-radius: 9px;
    }

    .myonpage .section11 .wrapper .media-container .gps-banner-pc {
        display: none;
    }

    .myonpage .section11 .wrapper .media-container .gps-banner-mob {
        display: block;
    }

    .myonpage .section11 .wrapper .icons {
        gap: 17.6px;
        padding: 26px 0 40px;
    }

    .myonpage .section11 .wrapper .icons .icon-item {
        gap: 10px;
    }

    .myonpage .section11 .wrapper .icons .icon-item .txt {
        color: #000;
        font-size: 12.9px;
        font-weight: 380;
        line-height: 16.125px;
    }

    .myonpage .section11 .wrapper .icons .icon-item .iocn-gps {
        width: 28px;
    }

    .myonpage .section11 .wrapper .icons .icon-item .iocn-app-find-my {
        width: 112.9px;
    }

    .myonpage .section12 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section12 .wrapper .text-content {
        position: static;
        transform: translateX(0);
        padding: 0;
    }

    .myonpage .section12 .wrapper .text-content .title {
        color: #000;
        letter-spacing: -0.44px;
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section12 .wrapper .text-content .desc {
        color: #86868B;
        width: 280px;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .myonpage .section12 .wrapper .media-container {
        aspect-ratio: 1/1;
        border-radius: 12px;
        overflow: hidden;
    }

    .myonpage .section13 .wrapper {
        position: relative;
        padding: 0;
    }

    .myonpage .section13 .wrapper .text-content {
        position: absolute;
        padding: 32px 16px;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
    }

    .myonpage .section13 .wrapper .text-content .title {
        width: 250px;
        max-width: 100%;
        color: #fff;
    }

    .myonpage .section13 .wrapper .text-content .desc {
        width: 280px;
        max-width: 100%;
        color: #fff;
    }

    .myonpage .section13 .wrapper .media-container {
        border-radius: 0;
    }

    .myonpage .section13 .wrapper .media-container .section13-pc {
        display: none;
    }

    .myonpage .section13 .wrapper .media-container .section13-mob {
        display: block;
    }

    .myonpage .section14 .wrapper {
        max-width: 100%;
        padding: 0 16px;
    }

    .myonpage .section14 .wrapper .text-content .title {
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section14 .wrapper .text-content .desc {
        width: 280px;
        max-width: 100%;
        margin-bottom: 47px;
    }

    .myonpage .section14 .wrapper .icons {
        gap: 34px;
    }

    .myonpage .section14 .wrapper .icons .icon-item {
        gap: 6px;
    }
    .myonpage .section14 .wrapper .icons .icon-item .iocn-family{
        width: 21.394px;
    }

    .myonpage .section14 .wrapper .icons .icon-item .icon-unlocking-password{
        width:width: 33.7px;
    }
    .myonpage .section14 .wrapper .icons .icon-item .txt {
        font-size: 12px;
        line-height: 18px;
    }

    .myonpage .section14 .wrapper .icons .icon-item .icon-family {
        width: 22px;
    }

    .myonpage .section14 .wrapper .icons .icon-item .icon-password {
        width: 34px;
    }

    .myonpage .section15 .wrapper {
        background-color: #F3F3F4;
        padding-top: 32px;
    }

    .myonpage .section15 .wrapper .text_content {
        padding: 0 16px;
    }

    .myonpage .section15 .wrapper .text_content .title,
    .myonpage .section15 .wrapper .text_content .desc {
        max-width: 100%;
    }

    .myonpage .section15 .wrapper .text_content .title {
        width: 250px;
        letter-spacing: -0.44px;
    }

    .myonpage .section15 .wrapper .text_content .desc {
        width: 280px;
        margin-bottom: 32px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper {
        padding: 0 16px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper {
        padding: 0;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide {
        width: calc(100vw - 48px);
        height: auto;
        border-radius: 8px;
        aspect-ratio: 327 / 400;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper-wrapper .swiper-slide .img_box {
        border-radius: 8px;
        height: 100%;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool {
        padding: 0 16px 45px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper_btns {
        display: none;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination {
        display: inherit;
        gap: 6px;
        justify-content: center;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet::after {
        height: 6px;
    }

    .myonpage .section15 .wrapper .multi_card_swiper .swiper_tool .swiper-pagination .swiper-pagination-bullet-active {
        width: 34px;
        height: 6px;
    }

    .myonpage .section16 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section16 .wrapper .section16-mob {
        display: block !important;
    }

    .myonpage .section16 .wrapper .section16-pc {
        display: none;
    }

    .myonpage .section16 .wrapper .text-content .title {
        width: 250px;
        max-width: 100%;
    }

    .myonpage .section16 .wrapper .text-content .desc {
        width: 280px;
        max-width: 100%;
    }

    .myonpage .section16 .wrapper .media {
        border-radius: 12px;
    }

    .myonpage .section16 .wrapper .params {
        padding: 36px 0;
    }

    .myonpage .section16 .wrapper .params .myon-row {
        display: flex;
    }

    .myonpage .section16 .wrapper .params .myon-row:not(:last-child) {
        margin-bottom: 19px;
    }

    .myonpage .section16 .wrapper .params .param-item .param-value {
        font-size: 14px;
        line-height: 16px;
    }

    .myonpage .section16 .wrapper .params .param-item .param-name {
        font-size: 12px;
        line-height: 18px;
        color: #86868B;
    }

    .myonpage .section17 .wrapper {
        padding: 0 16px;
    }

    .myonpage .section17 .wrapper .assemblies-row {
        margin-bottom: calc(12 / 375 *100vw);
    }

    .myonpage .section17 .wrapper .container-mob {
        display: block;
    }

    .myonpage .section17 .wrapper .container-pc {
        display: none;
    }

    .myonpage .section17 .wrapper .item {
        border-radius: 12px;
    }

    .myonpage .section17 .wrapper .item .item-name {
        font-size: calc(8.333 / 375 *100vw);
        line-height: calc(8.681 / 375 *100vw);
        padding: calc(5 / 375 *100vw) calc(15 / 375 *100vw);
        left: calc(8 / 375 *100vw);
        bottom: calc(10 / 375 *100vw);
        border-radius: calc(10 / 375 *100vw);
    }

    .myonpage .section17 .wrapper .line1 .item {
        aspect-ratio: 345 / 194;
    }

    .myonpage .section17 .wrapper .line2 .item {
        aspect-ratio: 347 / 181;
    }

    .myonpage .section17 .wrapper .line3 {
        display: flex;
        gap: calc(10 / 375 *100vw);
    }

    .myonpage .section17 .wrapper .line3 .item {
        flex: 1;
        aspect-ratio: 166.5 / 182;
    }

    .myonpage .section17 .wrapper .line4 {
        height: auto;
        display: block;
    }

    .myonpage .section17 .wrapper .line4 .item {
        aspect-ratio: 347 / 175;
    }

    .myonpage .section17 .wrapper .line5 {
        height: auto;
        gap: calc(10 / 375 *100vw);
        flex-wrap: wrap;
    }

    .myonpage .section17 .wrapper .line5 .item {
        flex: auto;
        width: 100%;
        flex: inherit;
    }

    .myonpage .section17 .wrapper .line5 .item:first-child {
        aspect-ratio: 347 / 172;
    }

    .myonpage .section17 .wrapper .line5 .item:last-child {
        aspect-ratio: 344 / 188;
    }

    .myonpage .section17 .wrapper .disclaimer {
        font-family: "Misans-Medium";
        font-size: 12px;
        font-style: normal;
        font-weight: 380;
        line-height: 18px;
        padding-top: 2px;
        text-align: left;
    }

    .myonpage .pc-product-footer-container .pc-product-footer {
        padding: 0 16px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-title {
        font-size: 18.183px;
        line-height: 120%;
        border-bottom: 1px solid #BBBBBD;
        padding-bottom: 16px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-title svg {
        width: 18px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content {
        padding: 12px 0;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .left {
        font-size: 12.122px;
        line-height: 120%;
        width: 50%;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .detail-item .detail-content-wrap .detail-content .right {
        font-size: 12.122px;
        line-height: 120%;
        width: 50%;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else .mt20 {
        margin-bottom: 19px;
    }

    .myonpage .pc-product-footer-container .pc-product-footer .else .desc {
        font-size: 12px;
        line-height: 18px;
    }
}

/* ===========================================================================
   275px - 374px: 超小屏手机（如 iPhone SE）
   =========================================================================== */
/* 特殊 UA：Android 非 Chrome → 只显示占位图，隐藏 4:3 视频 */
@media screen and (max-width: 767px) {
    html[data-ua="android-non-chrome"] .video-4-3 {
        display: none !important;
    }

    html[data-ua="android-non-chrome"] .video-img-placeholder {
        display: block !important;
    }
}