@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: 0.2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.mn-container * {
    box-sizing: border-box
}

.mn-container .no-wrap {
    white-space: nowrap
}

.mn-container sup {
    font-size: .6em;
    cursor: pointer;
    line-height: 1
}

.mn-container img,
.mn-container video {
    width: 100%
}

.mn-container .blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter
}

.mn-container .blur-up.lazyloaded {
    filter: blur(0)
}

.mn-container .swiper-pagination-bullet:focus,
.mn-container .swiper-pagination-bullet:active {
    outline: none;
    border: 0
}

.mn-container .section-content {
    text-align: center;
    margin: 0 auto
}

.mn-container .section-title {
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.25;
}

.mn-container .section-title-small {
    font-size: 2.0833333333vw;
    font-weight: 300;
    line-height: 1.25
}

.mn-container .section-title+.section-text,
.mn-container .section-title-small+.section-text {
    margin-top: 1.0416666667vw
}

.mn-container .section-text {
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.6
}

.mn-container .section-media {
    font-size: 0
}

.mn-container .is-mob {
    display: none
}

.mn-container .theme-white {
    background-color: #fff
}

.mn-container .theme-white .section-title {
    color: #000
}

.mn-container .theme-white .section-text {
    color: #707070
}

.mn-container .theme-black {
    background-color: #000
}

.mn-container .theme-black .section-title,
.mn-container .theme-black .section-title-small {
    color: #fff
}

.mn-container .theme-black .section-text {
    color: #ffffff
}

.mn-container .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mn-container .section-container {
    position: relative;
    width: 100%
}

.mn-container .w-1520 {
    width: 79.1666666667%;
    margin: 0 auto
}

.mn-container .w-1280 {
    width: 66.6666666667%;
    margin: 0 auto
}

.mn-container .spec-20 {
    width: 100%;
    height: 1.0416666667vw
}

.mn-container .spec-30 {
    width: 100%;
    height: 1.5625vw
}

.mn-container .spec-60 {
    width: 100%;
    height: 3.125vw
}

.mn-container .spec-80 {
    width: 100%;
    height: 4.1666666667vw
}

.mn-container .spec-100 {
    width: 100%;
    height: 5.2083333333vw
}

.mn-container .spec-120 {
    width: 100%;
    height: 6.25vw
}

.mn-container .spec-160 {
    width: 100%;
    height: 8.3333333333vw
}
.mn-container .scroll-text{
    opacity: 0;
    transform: translateY(40%);
    transition: .5s;
}
.mn-container .scroll-text.active{
    opacity: 1;
    transform: none;
}
.mn-container .section-1 .kv-banner {
    padding: 2.0833333333vw 2.0833333333vw 0
}

.mn-container .section-1 .kv-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6041666667vw 2.0833333333vw 0
}

.mn-container .section-1 .kv-logo {
    width: 17.7083333333vw
}

.mn-container .section-1 .kv-logo svg {
    width: 100%;
    height: auto
}
.mn-container .section-2{
    position: relative;
    z-index: 2;
}
.mn-container .section-2 .video-scroll-bg-left{
    width: 16.666667vw;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    height: 56.25vw;
}
.mn-container .section-2 .video-scroll-bg-right{
    width: 16.666667vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    height: 56.25vw;
}
.mn-container .section-2 .section-media {
    position: relative;
    font-size: 0;
    line-height: 0
}

.mn-container .section-2 .section-content {
    width: 42%;
    text-align: center;
    color: #000;
    font-weight: 300
}

.mn-container .section-2 .pv-video {
    height: 56.25vw;
    -o-object-fit: cover;
    object-fit: cover
}

.mn-container .section-2 .pv-text {
    font-size: 1.25vw;
    line-height: 1.6;
    text-align: center
}

.mn-container .section-2 .pv-play-video {
    position: absolute;
    right: 5.2083333333vw;
    bottom: 5.2083333333vw;
    display: inline-block;
    font-size: 0;
    color: #fff;
    font-weight: 300
}

.mn-container .section-2 .pv-play-video span {
    vertical-align: middle;
    font-size: 1.25vw;
    line-height: 1.6;
    margin-right: .5208333333vw
}

.mn-container .section-2 .pv-play-video svg {
    vertical-align: middle;
    width: 0.992708vw;
    height: auto
}

.mn-container .section-3 {
    margin-top: -2px;
    z-index: 1;
    position: relative;
}

.mn-container .section-3 .section-content {
    width: 41.1458333333%;
}

.mn-container .section-4 .section-media {
    position: relative
}

.mn-container .section-4 .section-media-title {
    position: absolute;
    right: 4.1666666667vw;
    bottom: 3.125vw;
    font-size: 1.6666666667vw;
    font-weight: 300;
    line-height: 1.25;
    color: #000
}
.mn-container .section-4 .section-4-title{
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
.mn-container .section-4.section-4_1{
    background-color: #000;
}
.mn-container .section-4 .section-media-bottom,
.mn-container .section-4 .section-media-top{
    transform: translateY(-10vw);
}
.mn-container .section-4 .section-media-title.is-white {
    color: #fff
}


.mn-container .section-5 .section-content {
    width: 38.3854166667%
}
.mn-container .section-6 {
    margin-top: -9.05vw
}
.mn-container .section-6 .section-media {
    width: 66.666667%;
    margin: 0 auto;
    overflow: hidden;
}
.mn-container .section-6 .section-media video{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mn-container .section-6 .section-content {
    width: 43.125%
}

.mn-container .section-7 .section-content {
    width: 44.7916666667%
}

.mn-container .section-8 .section-content {
    width: 32.2916666667%
}

.mn-container .section-9 .section-content {
    width: 42.96875%
}

.mn-container .section-10 .section-content {
    width: 42.7083333333%
}
.mn-container .section-10 .section-media{
    width: 66.666667%;
    margin: 0 auto;
    overflow: hidden;
}
.mn-container .section-10 .section-media img{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mn-container .section-10-1 .section-content {
    width: 48.75%
}

.mn-container .section-11 .section-content {
    width: 36.4583333333%
}
.mn-container .section-11 .section-media-11{
    width: 66.666667%;
    margin: 0 auto;
    overflow: hidden;
}
.mn-container .section-11 .section-media-11 img{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mn-container .section-swiper,
.mn-container .section-swiper-mob {
    --swiper-pagination-bullet-inactive-color: #f4f3f3;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: #f4f3f3;
    --swiper-pagination-bullet-horizontal-gap: 0.26vw;
    --swiper-pagination-bullet-width: 0.52vw;
    --swiper-pagination-bullet-height: 0.52vw
}

.mn-container .section-swiper .swiper-pagination-bullet-active,
.mn-container .section-swiper-mob .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 0.73vw;
    --swiper-pagination-bullet-height: 0.73vw
}

.mn-container .section-swiper .swiper-pagination,
.mn-container .section-swiper-mob .swiper-pagination {
    bottom: 1.0416666667vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.mn-container .slide-img-title {
    font-size: 1.0416666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.6;
    font-weight: 400;
    color: #969696;
    text-align: center;
    margin-top: .5208333333vw
}

.mn-container .slide-img-title .text-highlight {
    color: #fff
}

.mn-container .xmage-icon {
    margin-bottom: 1.0416666667vw
}

.mn-container .xmage-icon svg {
    height: auto;
    width: 7.5vw
}

.mn-container .section-12 .section-content {
    width: 46.875%
}

.mn-container .section-13 .section-content {
    width: 35.4166666667%
}

.mn-container .section-13 .section-swiper .swiper-pagination {
    bottom: 3.125vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.mn-container .section-13 .slide-img-wrap {
    position: relative
}

.mn-container .section-13 .slide-img-remarks {
    position: absolute;
    font-size: max(.8333333333vw, 12px);
    line-height: 1.6;
    color: #838389;
    right: .78125vw;
    bottom: .78125vw
}

.mn-container .section-14 .section-content {
    width: 30.7291666667%
}

.mn-container .section-14 .section-flex {
    display: flex;
    justify-content: space-between
}

.mn-container .section-14 .section-flex .swiper-slide {
    flex: 0 0 32.5520833333vw
}

.mn-container .section-14 .section-flex .slide-img-title {
    text-align: center
}

.mn-container .section-15 .section-content {
    width: 40.7292%
}
.mn-container .section-15 .section-media{
    line-height: 1;
    position: relative;
}
.mn-container .section-15 .play-wrapper{
    position: absolute;
    right: 1.5625vw;
    bottom: 1.5625vw;
}
.mn-container .section-15 .pv-play-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mn-container .section-15 .play-icon {
    width: 1.5625vw;
    margin-left: 0.489583vw;
}
.mn-container  .section-15 .play-copy{
    font-size: 1.041667vw;
    color: #ffffff;
}
.mn-container .section-15 .note{
    color: #838389;
    text-align: center;
    margin-top: 1.041667vw;
    font-size: max(0.625vw, 12px);
}
.mn-container .section-16 .section-content {
    position: absolute;
    width: 32.7083333333%;
    top: 40.5208333333vw;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%)
}

.mn-container .section-17 .section-content {
    position: absolute;
    z-index: 2;
    top: 1.5625vw;
    left: 24.4791666667%;
    width: 25.1041666667%;
    text-align: left
}

.mn-container .section-17 .section-content .section-title,
.mn-container .section-17 .section-content .section-title-small,
.mn-container .section-17 .section-content .section-text {
    text-align: left
}

.mn-container .section-17 .section-spec-list {
    position: absolute;
    top: 33.5416666667vw;
    left: 63.28125vw;
    z-index: 2
}


.mn-container .section-17 .section-spec-list .section-spec-title {
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1.25
}

.mn-container .section-17 .section-spec-list .section-spec-subtitle {
    font-size: max(.8333333333vw, 12px);
    font-weight: 400;
    line-height: 1.6;
    color: #707070
}

.mn-container .section-17 .section-spec-list .section-spec-wired {
    margin-right: 5.2083333333vw
}

.mn-container .section-17 .section-spec-list .section-spec-1 {
    margin-bottom: 1.0416666667vw
}

.mn-container .section-17 .section-spec-list .section-spec-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.mn-container .section-18 {
    margin-top: -3.125vw
}

.mn-container .section-18 .section-content {
    width: 43.8541666667%
}

.mn-container .section-18 .section-media {
    position: relative
}

.mn-container .section-18 .section-media-remarks {
    position: absolute;
    color: #969696;
    font-size: max(.8333333333vw, 12px);
    line-height: 2;
    right: 1.0416666667vw;
    bottom: 1.0416666667vw
}

.mn-container .section-19 .harmonyos-title {
    font-size: 4.1666666667vw;
    font-weight: 300;
    color: #000;
    line-height: 1.25;
    padding-left: 16.6666666667vw
}

.mn-container .section-19 .harmonyos-screen {
    position: relative
}

.mn-container .section-19 .harmonyos-screen-img-wrap {
    width: 67.7083333333vw
}

.mn-container .section-19 .harmonyos-screen-content {
    position: absolute;
    top: 38.3333333333vw;
    left: 59.375vw;
    width: 27.7083333333vw;
    opacity: 0;
    transform: translateY(40%);
    transition: .5s;
}
.mn-container .section-19 .harmonyos-screen-content.active {
    opacity: 1;
    transform: none;
}
.mn-container .section-19 .harmonyos-sub-title {
    font-size: 2.0833333333vw;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 1.0416666667vw;
    color: #000
}

.mn-container .section-19 .harmonyos-text {
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 1.6;
    color: #707070;
    text-align: left
}

.mn-container .section-19 .harmonyos-pureness {
    background-color: #fafafa;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 3.125vw;
    padding-left: 5.2083333333vw
}

.mn-container .section-19 .harmonyos-pureness-content {
    width: 23.4375vw;
    margin-right: 8.4375vw
}

.mn-container .section-19 .harmonyos-pureness-img-wrap {
    width: 19.21875vw
}

.mn-container .section-disclaimer {
    position: relative;
    z-index: 11
}

.mn-container .section-disclaimer .disclaimer-container {
    color: #838389;
    font-size: .8333333333vw;
    font-size: max(.625vw, 12px);
    margin: 0 auto;
    width: 66.6666666667vw;
    font-weight: 500;
    border-top: 1px solid #cecece;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw
}

.mn-container .section-disclaimer .disclaimer-container ul {
    padding-left: 1.8em;
    margin-bottom: 3.6em
}

.mn-container .section-disclaimer .disclaimer-container ol {
    list-style-type: decimal;
    padding-left: 1.8em;
    margin-bottom: 3.6em
}

.mn-container .section-disclaimer .disclaimer-container li {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.6;
    padding-left: .25em
}

.mn-container .section-disclaimer .disclaimer-container li.active {
    color: #000
}

@media(max-aspect-ratio: 678/669) {
    .mn-container .is-pc {
        display: none
    }

    .mn-container .is-mob {
        display: block
    }

    .mn-container .section-content {
        text-align: left;
        width: 100%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-title {
        font-size: 8.8888888889vw;
        line-height: 1.25
    }

    .mn-container .section-title-small {
        font-size: 6.6666666667vw;
        line-height: 1.25
    }

    .mn-container .section-title+.section-text,
    .mn-container .section-title-small+.section-text {
        margin-top: 4.1666666667vw
    }

    .mn-container .section-text {
        font-size: 3.8888888889vw;
        line-height: 1.25
    }

    .mn-container .spec-20 {
        width: 100%;
        height: 2.7777777778vw
    }

    .mn-container .spec-30 {
        width: 100%;
        height: 4.1666666667vw
    }

    .mn-container .spec-40 {
        width: 100%;
        height: 5.5555555556vw
    }

    .mn-container .spec-60 {
        width: 100%;
        height: 8.3333333333vw
    }

    .mn-container .spec-100 {
        width: 100%;
        height: 13.8888888889vw
    }

    .mn-container .spec-120 {
        width: 100%;
        height: 16.6666666667vw
    }

    .mn-container .spec-160 {
        width: 100%;
        height: 22.2222222222vw
    }

    .mn-container .section-1 .kv-banner {
        padding: 4.1666666667vw 4.1666666667vw 0
    }

    .mn-container .section-1 .kv-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transform: none;
        padding: 11.1111111111vw 4.1666666667vw 0
    }

    .mn-container .section-1 .kv-logo {
        width: 70vw
    }

    .mn-container .section-1 .kv-app-gallery {
        width: 23.1944444444vw;
        align-self: flex-end
    }

    .mn-container .section-2 .pv-video {
        height: 172.2222222222vw
    }

    .mn-container .section-2 .section-content {
        width: 90%
    }

    .mn-container .section-2 .pv-text {
        font-size: 3.8888888889vw;
        line-height: 1.6
    }

    .mn-container .section-2 .pv-play-video {
        right: 8.3333333333vw;
        bottom: 11.1111111111vw
    }

    .mn-container .section-2 .pv-play-video span {
        font-size: 3.8888888889vw;
        line-height: 1.25;
        margin-right: 1.3888888889vw
    }

    .mn-container .section-2 .pv-play-video svg {
        width: 2.7777777778vw
    }

    .mn-container .section-3 .section-content {
        width: 100%
    }
    .mn-container .section-4 .section-content{
        width: 100%;
        position: relative;
        z-index: 1;
        text-align: left;
        width: 100%;
        padding: 0 8.3333333333vw 8.3333333333vw;
        background-color: #ffffff;
    }
    .mn-container .section-4 .section-media {
        position: relative
    }

    .mn-container .section-4 .section-media-title {
        position: absolute;
        right: 3.4722222222vw;
        bottom: 4.1666666667vw;
        font-size: 4.4444444444vw;
        line-height: 1.25
    }
    .mn-container .section-4 .section-media-bottom,
    .mn-container .section-4 .section-media-top{
        transform: translateY(-32vw);
    }
    .mn-container .section-5 .section-content {
        width: 100%
    }
    .mn-container .section-6 {
        margin-top: -20.1vw
    }
    .mn-container .section-6 .section-content {
        width: 100%
    }
    .mn-container .section-6 .section-media {
        width: 60%;
    }
    .mn-container .section-7 .section-content {
        width: 100%
    }

    .mn-container .section-7 .section-media {
        width: 100%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-8 .section-content {
        width: 100%
    }

    .mn-container .section-8 .section-media {
        width: 100%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-9 .section-content {
        width: 100%
    }

    .mn-container .section-9 .section-media {
        width: 100%
    }

    .mn-container .section-10 .section-content {
        width: 100%
    }
    .mn-container .section-10 .section-media {
        width: 60%;
    }
    .mn-container .section-10-1 .section-content {
        width: 100%
    }
    .mn-container .section-10-1 .section-media {
        width: 100%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-11 .section-content {
        width: 100%
    }

    .mn-container .section-11 .section-media {
        width: 60%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-swiper,
    .mn-container .section-swiper-mob {
        --swiper-pagination-bullet-horizontal-gap: 0.833vw;
        --swiper-pagination-bullet-width: 1.388vw;
        --swiper-pagination-bullet-height: 1.388vw
    }

    .mn-container .section-swiper .swiper-pagination-bullet-active,
    .mn-container .section-swiper-mob .swiper-pagination-bullet-active {
        --swiper-pagination-bullet-width: 1.944vw;
        --swiper-pagination-bullet-height: 1.944vw
    }

    .mn-container .section-swiper .swiper-pagination,
    .mn-container .section-swiper-mob .swiper-pagination {
        position: static;
        position: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.1666666667vw
    }

    .mn-container .slide-img-title {
        font-size: 3.3333333333vw;
        line-height: 1.6;
        margin-top: 4.1666666667vw
    }

    .mn-container .xmage-icon {
        margin-bottom: 2.7777777778vw
    }

    .mn-container .xmage-icon svg {
        width: 20vw
    }

    .mn-container .section-12 .section-content {
        width: 100%
    }

    .mn-container .section-12 .section-swiper {
        width: 100%;
        padding: 0 6.25vw
    }

    .mn-container .section-12 .swiper-slide {
        padding: 0 2.0833333333vw
    }

    .mn-container .section-13 .section-content {
        width: 100%
    }

    .mn-container .section-13 .section-swiper {
        width: 100%;
        padding: 0 6.25vw
    }

    .mn-container .section-13 .swiper-slide {
        padding: 0 2.0833333333vw
    }

    .mn-container .section-13 .slide-img-remarks {
        font-size: 2.7777777778vw;
        line-height: 1.6;
        color: #969696;
        right: 1.3888888889vw;
        bottom: 1.3888888889vw
    }

    .mn-container .section-14 .section-content {
        width: 100%
    }

    .mn-container .section-14 .swiper {
        padding: 0 6.25vw
    }

    .mn-container .section-14 .section-flex .swiper-slide {
        flex: 0 0 100%;
        padding: 0 2.0833333333vw
    }

    .mn-container .section-14 .section-flex .slide-img-title {
        text-align: center
    }

    .mn-container .section-15 .section-content {
        width: 100%
    }
    .mn-container .section-15 .section-media {
        width: 100%;
        padding: 0 8.3333333333vw;
    }
    .mn-container .section-15 .play-wrapper{
        right: 10.458333vw;
        bottom: 2.083333vw;
    }
    .mn-container .section-15 .pv-play-video {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .mn-container .section-15 .play-icon {
        width: 4.166667vw;
        margin-left: 2.138889vw;
    }
    .mn-container  .section-15 .play-copy{
        font-size: 2.638889vw;
    }
    .mn-container .section-15 .note{
        margin-top: 2.777778vw;
        font-size: 2.777778vw;
    }
    .mn-container .section-16 .section-content {
        position: static;
        position: initial;
        transform: none;
        width: 100%;
        margin-bottom: 13.1944444444vw
    }

    .mn-container .section-17 .section-content {
        position: static;
        position: initial;
        width: 100%
    }

    .mn-container .section-17 .section-spec-list {
        position: relative;
        left: 0;
        top: 10vw;
        bottom: auto
    }
    .mn-container .section-17 .section-spec-list.active {
        top: 0;
    }
    .mn-container .section-17 .section-spec-list .section-spec-title {
        font-size: 6.6666666667vw
    }

    .mn-container .section-17 .section-spec-list .section-spec-subtitle {
        font-size: 3.3333333333vw;
        font-weight: 400;
        line-height: 1.6;
        color: #969696
    }

    .mn-container .section-17 .section-spec-list .section-spec-wired {
        margin-right: 0;
        margin-bottom: 3.4722222222vw
    }

    .mn-container .section-17 .section-spec-list .section-spec-1 {
        position: absolute;
        top: 9.7222222222vw;
        left: 8.3333333333vw;
        margin-bottom: 0
    }

    .mn-container .section-17 .section-spec-list .section-spec-2 {
        position: absolute;
        top: 79.1666666667vw;
        left: 44.4444444444vw;
        flex-direction: column;
        margin-bottom: 0
    }

    .mn-container .section-17 .section-media {
        width: 100%
    }

    .mn-container .section-18 {
        margin-top: 0
    }

    .mn-container .section-18 .section-content {
        width: 100%
    }

    .mn-container .section-18 .section-media {
        width: 100%
    }

    .mn-container .section-18 .section-media-remarks {
        font-size: 2.7777777778vw;
        line-height: 1.6;
        right: 1.3888888889vw;
        bottom: 2.7777777778vw;
        font-weight: 500
    }

    .mn-container .section-19 .harmonyos-title {
        font-size: 8.8888888889vw;
        line-height: 1.25;
        padding-left: 8.3333333333vw
    }

    .mn-container .section-19 .harmonyos-screen {
        position: relative
    }

    .mn-container .section-19 .harmonyos-screen-img-wrap {
        width: 100%
    }

    .mn-container .section-19 .harmonyos-screen-content {
        position: static;
        position: initial;
        width: 100%;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-19 .harmonyos-sub-title {
        font-size: 6.6666666667vw;
        line-height: 1.25;
        margin-bottom: 4.1666666667vw
    }

    .mn-container .section-19 .harmonyos-text {
        font-size: 3.8888888889vw;
        line-height: 1.25
    }

    .mn-container .section-19 .harmonyos-pureness {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 8.3333333333vw;
        width: 100%
    }

    .mn-container .section-19 .harmonyos-pureness-content {
        width: 100%;
        margin-right: 0
    }

    .mn-container .section-19 .harmonyos-pureness-img-wrap {
        width: 100%;
        background-color: #fafafa;
        padding: 9.0277777778vw 6.25vw 0;
        margin-bottom: 8.3333333333vw
    }

    .mn-container .section-disclaimer {
        position: relative;
        z-index: 12;
        padding: 0 8.3333333333vw
    }

    .mn-container .section-disclaimer .disclaimer-container {
        width: 100%;
        font-size: 3.3333333333vw;
        font-weight: 400;
        padding-top: 8.3333333333vw;
        padding-bottom: 16.6666666667vw
    }

    .mn-container .section-disclaimer .disclaimer-container ol {
        list-style-type: decimal;
        margin-bottom: 3.6em
    }

    .mn-container .section-disclaimer .disclaimer-container li {
        margin-top: .5em;
        margin-bottom: .5em;
        line-height: 1.6em
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .mn-container .scroll-text{
        opacity: 1;
        transform: none;
    }
    .mn-container .section-19 .harmonyos-screen-content {
        opacity: 1;
        transform: none;
    }
    .mn-container .section-4 .section-media-bottom, .mn-container .section-4 .section-media-top,
    .mn-container .section-4 .section-media-bottom, .mn-container .section-4 .section-media-top{
        transform: none;
    }
    .mn-container .section-6{
        margin-top: 0;
    }
    .mn-container .section-6 .section-media{
        width: 100%;
    }
    .mn-container .section-10 .section-media{
        width: 100%;
    }
    .mn-container .section-11 .section-media-11{
        width: 100%;
    }
    .mn-container .section-11 .section-media-11 img{
        width: 100%;
        left: 0;
        transform: none;
    }
    .mn-container .section-2 .video-scroll-bg-left{
        display: none;
    }
    .mn-container .section-2 .video-scroll-bg-right{
        display: none;
    }
    .mn-container .section-17 .section-spec-list{
        left: 60.28vw;
    }
}
