.zhuque {
    letter-spacing: calc(-0.037em + 0.526px);
    color: #fff;
    background: #000;
}

.zhuque .blur-up {
    filter: blur(5px);
    transition: filter 400ms;
}

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

.zhuque .zhuque-nowrap {
    white-space: nowrap;
}

.zhuque img,
.zhuque video {
    display: block;
    width: 100%;
}

.zhuque a {
    color: inherit;
}

.zhuque p {
    line-height: 1.6;
}

.zhuque h2,
.zhuque h3,
.zhuque h4 {
    line-height: 1.25;
}

.zhuque sup {
    position: relative;
    font-size: 55%;
    cursor: pointer;
    z-index: 4;
    transform: translateY(15%);
    line-height: 0;
}

.zhuque sup.sup-spec {
    position: static;
}

.zhuque *,
.zhuque *:before,
.zhuque *:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.zhuque .zhuque-section {
    position: relative;
    text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .zhuque-section {
        text-align: left;
    }
}

.zhuque .section-title {
    font-size: 2.5vw;
    font-weight: 700;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-title {
        font-size: 6.6666666667vw;
    }
}

.zhuque .section-subTitle {
    font-size: 1.1458333333vw;
    font-weight: 700;
    position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-subTitle {
        font-size: 4.4444444444vw;
    }
}

.zhuque .section-colorTitle {
    display: inline-block;
    margin-bottom: 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-colorTitle {
        margin-bottom: 4.1666666667vw;
    }
}

.zhuque .section-colorTitle>p {
    -webkit-animation: huerotate 5s linear infinite;
    animation: huerotate 5s linear infinite;
    background: linear-gradient(to right, cyan, orange);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    line-height: 1.25;
    font-size: 1.1458333333vw;
    display: inline-block;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-colorTitle>p {
        font-size: 4.4444444444vw;
    }
}

.zhuque .section-colorTitle>p::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: attr(data-text);
    -webkit-animation: huerotateblur 5s linear infinite;
    animation: huerotateblur 5s linear infinite;
    background: linear-gradient(to right, cyan, orange);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zhuque .section-mainTitle {
    font-size: 6.25vw;
    font-weight: 700;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0.7;
    color: #F4F3F3;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mainTitle {
        font-size: 13.3333333333vw;
        text-align: center;
    }
}

.zhuque .section-desc {
    font-size: 1.1458333333vw;
    margin-top: 1.5625vw;
    color: #A1A1A6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-desc {
        font-size: 4.4444444444vw;
        margin-top: 4.1666666667vw;
    }
}

.zhuque .section-subDesc {
    font-size: 1.1458333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-subDesc {
        font-size: 4.4444444444vw;
    }
}

.zhuque .section-kv .kv-textWrap {
    position: absolute;
    top: 22.1354166667vw;
    left: 58.0729166667vw;
    width: 33.3333333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kv .kv-textWrap {
        position: relative;
        top: auto;
        left: auto;
        width: 83.3333333333vw;
        margin: 16.6666666667vw auto 0;
    }
}

.zhuque .section-kv .kv-textWrap>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kv .kv-textWrap>div {
        align-items: flex-start;
        max-width: 73.6111111111vw;
        margin: 0 auto;
    }
}

.zhuque .section-kv .kv-textWrap>div>p {
    font-size: 0.9375vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kv .kv-textWrap>div>p {
        font-size: 2.5vw;
        text-align: center;
    }
}

.zhuque .section-kv .kv-textWrap>p {
    font-size: 1.7708333333vw;
    margin-top: 0.78125vw;
    line-height: 1.25;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kv .kv-textWrap>p {
        margin-top: 2.7777777778vw;
        font-size: 4.7222222222vw;
        text-align: center;
    }
}

.zhuque .section-kv .line {
    margin: 0 0.1041666667vw;
}

.zhuque .section-kv .section-subTitle {
    font-weight: normal;
}

.zhuque .section-ksp {
    padding: 5.2083333333vw 0;
    text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-ksp {
        padding: 27.7777777778vw 0 19.4444444444vw;
    }
}

.zhuque .section-ksp .ksp-iconWrap {
    width: 72.9166666667vw;
    margin: 0 auto;
    font-size: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-ksp .ksp-iconWrap {
        width: 100%;
    }
}

.zhuque .section-ksp .ksp-icon {
    display: inline-block;
    vertical-align: top;
    width: 14.0625vw;
    margin: 0 2.0833333333vw 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-ksp .ksp-icon {
        margin: 0 auto 8.3333333333vw;
        width: 44.4444444444vw;
    }
}

.zhuque .section-ksp .ksp-icon img {
    width: 7.0833333333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-ksp .ksp-icon img {
        width: 25.5555555556vw;
    }
}

.zhuque .section-ksp .ksp-icon p {
    margin-top: 1.5625vw;
    font-weight: 700;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-ksp .ksp-icon p {
        margin-top: 4.1666666667vw;
    }
}

.zhuque .section-kvVideo .kvVideo-bgWrap {
    height: calc(100vh - 76px);
    overflow: hidden;
    position: relative;
}

.zhuque .section-kvVideo video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhuque .section-kvVideo .kvVideo-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.zhuque .section-kvVideo .kvVideo-textWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhuque .section-kvVideo .section-colorTitle {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kvVideo .section-colorTitle {
        transform: none;
    }
}

.zhuque .section-kvVideo .section-subTitle {
    font-size: 1.6666666667vw;
    margin: 0;
    opacity: 1;
    line-height: 1.25;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.2083333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kvVideo .section-subTitle {
        font-size: 6.1111111111vw;
    }
}

.zhuque .section-kvVideo .kvVideo-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.875vw;
    margin-left: 0.78125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-kvVideo .kvVideo-icon {
        width: 5.5555555556vw;
        margin-left: 2.7777777778vw;
    }
}

.zhuque .section-kvVideo .kvVideo-icon img {
    transform: scale(0.99);
}

.zhuque .section-screen {
    padding-top: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-screen {
        padding-top: 0;
    }
}

.zhuque .section-screen .screen-ieShow {
    display: none;
}

.zhuque .section-screen .screen-bgWrap {
    height: 800vh;
    position: relative;
}

.zhuque .section-screen .screen-bgWrap-pic {
    overflow: hidden;
    position: sticky;
    top: 76px;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    perspective: 500px;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-screen .screen-bgWrap-pic {
        top: 96px;
        height: calc(100vh - 96px);
    }
}

@media (width: 677px),
(width: 734px) {
    .zhuque .section-screen .screen-bgWrap-pic {
        height: 100vh;
    }
}

.zhuque .section-screen .screen-bgWrap-pic img {
    transform: scale(2.5);
    transform-origin: 50% 50%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-screen .screen-bgWrap-pic img {
        transform: scale(20);
        transform-origin: 50% 50%;
    }
}

.zhuque .section-screen .screen-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.zhuque .section-screen .screen-textWrap {
    width: 54.2708333333vw;
    margin: 3.125vw auto 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-screen .screen-textWrap {
        width: 83.3333333333vw;
    }
}

.zhuque .section-screen .section-mainTitle {
    color: #fff;
    opacity: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps {
        padding-top: 27.7777777778vw;
    }
}

.zhuque .section-fps .fps-wrap {
    width: 72.9166666667vw;
    margin: 3.125vw auto 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps .fps-wrap {
        width: 83.3333333333vw;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
}

.zhuque .section-fps .fps-textWrap {
    width: 54.2708333333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps .fps-textWrap {
        width: 100%;
    }
}

.zhuque .section-fps .fps-bgWrap {
    height: 36.4583333333vw;
    overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps .fps-bgWrap {
        margin-top: 11.1111111111vw;
        height: auto;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-fps .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-clear {
    padding-top: 10.4166666667vw;
    height: 300vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear {
        padding-top: 27.7777777778vw;
    }
}

.zhuque .section-clear .clear-wrap {
    width: 82.1354166667vw;
    margin: 3.125vw auto 0;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: calc(76px + 1.5625vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-wrap {
        margin: 0 auto;
        flex-direction: column-reverse;
        top: calc(96px + 16.6666666667vw);
    }
}

@media (min-width: 600px) and (max-aspect-ratio: 1/1) {
    .zhuque .section-clear .clear-wrap {
        top: calc(96px + 2.7777777778vw);
    }
}

.zhuque .section-clear .clear-bgWrap {
    position: relative;
    height: 38.4375vw;
    overflow: hidden;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-bgWrap {
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-clear .clear-bgWrap-left {
    position: relative;
    z-index: 1;
}

.zhuque .section-clear .clear-bgWrap-right {
    position: absolute;
    width: 82.34375vw;
    height: 38.4375vw;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 500px) and (max-aspect-ratio: 1/1) {
    .zhuque .section-clear .clear-bgWrap-right {
        width: calc(82.1354166667vw + 1px);
    }
}

.zhuque .section-clear .clear-bgWrap-right img {
    position: absolute;
    width: 82.1354166667vw;
    height: 38.4375vw;
    top: 0;
    right: 0;
}

.zhuque .section-clear .clear-bgWrap-right>div {
    position: absolute;
    top: 0;
    left: 0px;
    width: 0.2083333333vw;
    height: 38.4375vw;
    background-image: url(../imgs/clear/icon-huawei-mateview-gt-light-and-clear-line.png);
    background-size: cover;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-bgWrap-right>div {
        z-index: 3;
    }
}

@media (max-width: 500px) and (max-aspect-ratio: 1/1) {
    .zhuque .section-clear .clear-bgWrap-right>div {
        width: 1px;
    }
}

.zhuque .section-clear .clear-bgWrap-right.active {
    width: 0;
}

.zhuque .section-clear .clear-bgWrap-slide {
    position: absolute;
    width: 3.4375vw;
    height: 3.4375vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 2;
    transform-style: preserve-3d;
}

.zhuque .section-clear .clear-bgWrap-slide>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/clear/icon-huawei-mateview-gt-light-and-clear-lr.svg);
    background-size: 100% 100%;
    z-index: 3;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-bgWrap-slide {
        width: 8.3333333333vw;
        height: 8.3333333333vw;
    }
}

.zhuque .section-clear .clear-bgWrap-slide.active {
    transform: translate(0, -50%);
}

.zhuque .section-clear .clear-bgWrap-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 39.0625vw;
    background-image: url(../imgs/clear/icon-huawei-mateview-gt-light-and-clear-line.png);
    background-size: cover;
    transform: translate3d(-50%, -50%, -1px);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-bgWrap-slide::before {
        width: 1px;
        transform: translate3d(0, -50%, -1px);
    }
}

.zhuque .section-clear .clear-textWrap {
    margin: 0 auto;
    width: 56.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-textWrap {
        width: 100%;
    }
}

.zhuque .section-clear .clear-textWrap p {
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .clear-textWrap p {
        margin-top: 4.1666666667vw;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-clear .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

.zhuque .section-clear .section-subTitle {
    display: inline-block;
}

.zhuque .section-color {
    padding: 10.4166666667vw 0 0;
    height: 400vh;
    z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color {
        padding: 27.7777777778vw 0 0;
        height: auto;
    }
}

.zhuque .section-color .color-wrap {
    position: sticky;
    top: 76px;
    top: calc(76px + 3.125vw);
    overflow: hidden;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .color-wrap {
        position: relative;
        top: auto;
        margin-top: 0;
    }
}

.zhuque .section-color .color-textWrap {
    width: 27.8645833333vw;
    position: absolute;
    top: 10.4166666667vw;
    left: 63.28125vw;
    z-index: 2;
    text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .color-textWrap {
        position: relative;
        top: auto;
        left: auto;
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

.zhuque .section-color .color-bgWrap {
    margin: 0 auto;
    width: 81.25vw;
    transform: translateX(7.2916666667vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .color-bgWrap {
        width: 100%;
        margin-top: 11.1111111111vw;
        transform: translateX(0);
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .color-bgWrap img {
        transform: none;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-color .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-sound {
    margin-top: calc(calc(100vh - 76px) / -3);
    z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-sound {
        margin-top: 0;
    }
}

.zhuque .section-sound .sound-wrap {
    position: relative;
    height: calc(calc(100vh - 76px) / 1.3);
    background-image: url(../imgs/kv/icon-huawei-mateview-gt-sound-quality-bg@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-sound .sound-wrap {
        background-image: url(../imgs/kv/icon-huawei-mateview-gt-sound-quality-bg.png);
    }
}

.zhuque .section-sound .sound-bgWrap {
    height: 100%;
    perspective: 500px;
}

.zhuque .section-sound video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhuque .section-soundbar .soundbar-wrap {
    width: 82.1875vw;
    margin: 3.125vw auto 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-soundbar .soundbar-wrap {
        width: 83.3333333333vw;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
}

.zhuque .section-soundbar .soundbar-textWrap {
    width: 54.2708333333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-soundbar .soundbar-textWrap {
        width: 100%;
    }
}

.zhuque .section-soundbar .soundbar-textWrap p {
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-soundbar .soundbar-textWrap p {
        margin-top: 4.1666666667vw;
    }
}

.zhuque .section-soundbar .soundbar-bgWrap {
    margin-top: 3.125vw;
    overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-soundbar .soundbar-bgWrap {
        margin-top: 11.1111111111vw;
        height: auto;
    }
}

.zhuque .section-soundbar .soundbar-bgWrap canvas {
    width: 100%;
}

.zhuque .section-soundbar .soundbar-bgWrap img {
    display: none;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-soundbar .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

.zhuque .section-soundbar .section-subTitle {
    display: inline-block;
}

.zhuque .section-light {
    padding-top: 10.4166666667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light {
        padding-top: 27.7777777778vw;
        overflow: hidden;
    }
}

.zhuque .section-light .light-textWrap {
    width: 54.2708333333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-textWrap {
        width: 83.3333333333vw;
    }
}

.zhuque .section-light .light-bgWrap {
    position: relative;
    height: 27.6041666667vw;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-bgWrap {
        margin-top: 16.6666666667vw;
    }
}

.zhuque .section-light video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.zhuque .section-light video.active {
    z-index: 2;
    opacity: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light video {
        transform: scale(1.8);
    }
}

.zhuque .section-light .light-btnWrap {
    width: 52.0833333333vw;
    margin: 3.125vw auto 0;
    text-align: center;
    font-size: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btnWrap {
        width: 100%;
        margin-top: 8.3333333333vw;
    }
}

.zhuque .section-light .light-btn {
    display: inline-block;
    vertical-align: top;
    width: 9.375vw;
    margin: 0 1.6666666667vw 1.5625vw;
    cursor: pointer;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btn {
        width: 20.8333333333vw;
        margin: 0 0 5.5555555556vw;
    }
}

.zhuque .section-light .light-btn-img {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btn-img {
        width: 18.0555555556vw;
        height: 18.0555555556vw;
    }
}

.zhuque .section-light .light-btn-img img {
    width: 5.4166666667vw;
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btn-img img {
        width: 12.5vw;
    }
}

.zhuque .section-light .light-btn-img.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.9791666667vw;
    height: 11.9791666667vw;
    background-image: url(../imgs/light/icon-huawei-mateview-gt-lighting-effects-bg.png);
    background-size: 100% 100%;
    background-position: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btn-img.active::after {
        width: 30.5555555556vw;
        height: 30.5555555556vw;
    }
}

.zhuque .section-light .light-btn-text {
    font-size: 1.1458333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-btn-text {
        font-size: 3.3333333333vw;
    }
}

.zhuque .section-light .light-note {
    margin-top: 3.125vw;
    -webkit-animation: nbreath 2s ease-in infinite;
    animation: nbreath 2s ease-in infinite;
    opacity: 0.7;
    text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-light .light-note {
        margin-top: 19.4444444444vw;
    }
}

.zhuque .section-mac {
    padding: 10.4166666667vw 0 0;
    text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac {
        padding: 22.2222222222vw 0 0;
    }
}

.zhuque .section-mac .mac-wrap {
    width: 82.1875vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-wrap {
        width: 83.3333333333vw;
        flex-direction: column-reverse;
    }
}

.zhuque .section-mac .mac-bgWrap {
    position: relative;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-bgWrap {
        margin: 0;
    }
}

.zhuque .section-mac .mac-bgWrap img {
    transform-origin: 50% 0;
}

.zhuque .section-mac .mac-textWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-textWrap {
        flex-direction: column;
        margin-top: 4.1666666667vw;
    }
}

.zhuque .section-mac #trigger-text-mac2 {
    order: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac #trigger-text-mac2 {
        order: 1;
    }
}

.zhuque .section-mac .section-desc {
    width: 32.8125vw;
    margin-top: 0;
    order: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .section-desc {
        width: 100%;
        order: 2;
    }
}

.zhuque .section-mac .mac-iconWrap {
    text-align: right;
    font-size: 0;
    order: 3;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-iconWrap {
        text-align: center;
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-mac .mac-icon {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 11.9791666667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-icon {
        width: 20.8333333333vw;
        margin: 0 0 11.1111111111vw;
    }
}

.zhuque .section-mac .mac-icon img {
    width: 4.4791666667vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-icon img {
        width: 12.5vw;
    }
}

.zhuque .section-mac .mac-icon p {
    margin-top: 1.3020833333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .mac-icon p {
        font-size: 3.3333333333vw;
        margin-top: 2.7777777778vw;
    }
}

.zhuque .section-mac .section-title {
    width: 82.1875vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .section-title {
        width: 83.3333333333vw;
    }
}

.zhuque .section-mac .section-colorTitle {
    margin-left: 8.90625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-mac .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-mac .mac-waveWrap {
    position: absolute;
    width: 40.625vw;
    height: 40.625vw;
}

.zhuque .section-mac .mac-waveWrap>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background: radial-gradient(rgba(255, 255, 255, 0) 20%, #fdfdfd);
}

.zhuque .section-mac .mac-waveWrap>div.wave1 {
    -webkit-animation: cwave 4.5s linear infinite 0;
    animation: cwave 4.5s linear infinite 0;
}

.zhuque .section-mac .mac-waveWrap>div.wave2 {
    -webkit-animation: cwave 4.5s linear infinite 0.9s;
    animation: cwave 4.5s linear infinite 0.9s;
}

.zhuque .section-mac .mac-waveWrap>div.wave3 {
    -webkit-animation: cwave 4.5s linear infinite 1.8s;
    animation: cwave 4.5s linear infinite 1.8s;
}

.zhuque .section-mac .mac-waveWrap>div.wave4 {
    -webkit-animation: cwave 4.5s linear infinite 2.7s;
    animation: cwave 4.5s linear infinite 2.7s;
}

.zhuque .section-mac .mac-waveWrap>div.wave5 {
    -webkit-animation: cwave 4.5s linear infinite 3.6s;
    animation: cwave 4.5s linear infinite 3.6s;
}

.zhuque .section-mac .mac-waveWrap>div.wave6 {
    -webkit-animation: cwave 4.5s linear infinite 4.5s;
    animation: cwave 4.5s linear infinite 4.5s;
}

.zhuque .section-mac .mac-waveWrap-left {
    top: 13.0208333333vw;
    left: 2.7777777778vw;
    z-index: 3;
}

.zhuque .section-mac .mac-waveWrap-left>div {
    transform-origin: 80% 20%;
}

.zhuque .section-mac .mac-waveWrap-right {
    top: -14.5833333333vw;
    left: 33.3333333333vw;
    z-index: 2;
}

.zhuque .section-mac .mac-waveWrap-right>div {
    transform-origin: 20% 80%;
}

.zhuque .section-game .game-wrap {
    height: calc(calc(100vh - 76px) / 1.3);
    position: relative;
    background-image: url(../imgs/kv/icon-huawei-mateview-gt-sound-quality-bg@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.zhuque .section-game .game-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.zhuque .section-game .game-bgWrap {
    height: 100%;
    perspective: 500px;
}

.zhuque .section-game video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhuque .section-dark .dark-wrap {
    width: 82.1875vw;
    margin: 3.125vw auto 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .dark-wrap {
        width: 83.3333333333vw;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
}

.zhuque .section-dark .dark-textWrap {
    width: 58.8020833333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .dark-textWrap {
        width: 100%;
    }
}

.zhuque .section-dark .dark-textWrap p {
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .dark-textWrap p {
        margin-top: 4.1666666667vw;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .dark-bgWrap {
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-dark .dark-bgWrap img {
    transform-origin: 50% 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-dark .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-joystick {
    padding: 10.4166666667vw 0 0;
    height: 200vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-joystick {
        padding: 27.7777777778vw 0 0;
        height: auto;
    }
}

.zhuque .section-joystick .joystick-wrap {
    position: sticky;
    top: 76px;
    width: 82.1875vw;
    margin: 0 auto;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-joystick .joystick-wrap {
        flex-direction: column-reverse;
        width: 83.3333333333vw;
        height: auto;
        top: calc(96px + 2.7777777778vw);
    }
}

.zhuque .section-joystick .joystick-bgWrap {
    width: 42.1875vw;
    height: 46.23046875vw;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-joystick .joystick-bgWrap {
        width: 100%;
        height: auto;
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-joystick .joystick-bgWrap img {
    display: none;
}

.zhuque .section-joystick .joystick-textWrap {
    width: 33.3854166667vw;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-joystick .joystick-textWrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: none;
    }
}

.zhuque .section-office .office-wrap {
    height: calc(calc(100vh - 76px) / 1.3);
    position: relative;
    background-image: url(../imgs/kv/icon-huawei-mateview-gt-sound-quality-bg@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.zhuque .section-office .office-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.zhuque .section-office .office-bgWrap {
    height: 100%;
    perspective: 500px;
}

.zhuque .section-office video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zhuque .section-protection {
    text-align: left;
}

.zhuque .section-protection .section-title {
    width: 82.1875vw;
    margin: 0 auto;
}

.zhuque .section-protection .section-colorTitle {
    margin-left: 8.90625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-protection .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-protection .protection-wrap {
    width: 82.1875vw;
    margin: 3.125vw auto 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-protection .protection-wrap {
        width: 83.3333333333vw;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
}

.zhuque .section-protection .protection-textWrap {
    margin: 0;
    font-size: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-protection .protection-textWrap {
        width: 100%;
    }
}

.zhuque .section-protection .protection-textWrap>p {
    display: inline-block;
    vertical-align: top;
    width: 40.5729166667vw;
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-protection .protection-textWrap>p {
        width: 100%;
        margin-top: 4.1666666667vw;
    }
}

.zhuque .section-protection .protection-textWrap>div:last-of-type {
    display: inline-block;
    vertical-align: top;
    margin: 3.125vw 0 0 19.7916666667vw;
}

.zhuque .section-protection .protection-textWrap>div:last-of-type img {
    width: 3.4375vw;
    margin: 0 auto;
}

.zhuque .section-protection .protection-textWrap>div:last-of-type p {
    margin-top: 1.0416666667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-protection .protection-bgWrap {
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-protection .protection-bgWrap img {
    transform-origin: 50% 0;
}

.zhuque .section-protection .protection-icon {
    margin-top: 5.5555555556vw;
}

.zhuque .section-protection .protection-icon img {
    display: inline-block;
    vertical-align: middle;
    width: 13.8888888889vw;
    margin-left: 2.7777777778vw;
}

.zhuque .section-protection .protection-icon p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5.5555555556vw;
    font-size: 4.4444444444vw;
    font-weight: 700;
}

.zhuque .section-interface {
    padding-top: 10.4166666667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface {
        padding-top: 27.7777777778vw;
    }
}

.zhuque .section-interface .interface-wrap {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .interface-wrap {
        flex-direction: column-reverse;
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

.zhuque .section-interface .interface-bgWrap {
    position: relative;
    width: 75.1041666667vw;
    margin: 3.125vw auto 0;
    z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .interface-bgWrap {
        width: 100%;
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-interface .interface-bgWrap img {
    transform-origin: 50% 0;
}

.zhuque .section-interface .interface-textWrap {
    width: 57.3958333333vw;
    margin: 3.125vw auto 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .interface-textWrap {
        width: 100%;
        margin: 0;
    }
}

.zhuque .section-interface .interface-botWrap {
    margin-top: -10.15625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .interface-botWrap {
        margin-top: -2.7777777778vw;
    }
}

.zhuque .section-interface .section-desc {
    margin: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .section-desc {
        margin-top: 4.1666666667vw;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .section-title {
        width: 83.3333333333vw;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-interface .section-colorTitle {
        margin-left: 8.3333333333vw;
    }
}

.zhuque .section-simple {
    padding-top: 10.4166666667vw;
    text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-simple {
        padding-top: 27.7777777778vw;
    }
}

.zhuque .section-simple .simple-wrap {
    position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-simple .simple-wrap {
        width: 83.3333333333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }
}

.zhuque .section-simple .simple-bgWrap {
    width: 67.8645833333vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-simple .simple-bgWrap {
        width: 100%;
        margin-top: 11.1111111111vw;
    }
}

.zhuque .section-simple .simple-bgWrap img {
    transform: translateX(7.3958333333vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-simple .simple-bgWrap img {
        transform: none;
    }
}

.zhuque .section-simple .simple-textWrap {
    position: absolute;
    left: 8.90625vw;
    top: 50%;
    transform: translateY(-50%);
    width: 33.3333333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-simple .simple-textWrap {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
}

.zhuque .section-three {
    padding-top: 10.4166666667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-three {
        padding-top: 27.7777777778vw;
    }
}

.zhuque .section-partner {
    padding: 10.4166666667vw 0 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner {
        padding: 27.7777777778vw 0 0;
        text-align: center;
    }
}

.zhuque .section-partner .partner-wrap {
    position: relative;
    margin: 3.125vw auto 0;
    width: 82.1875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-wrap {
        margin-top: 4.4444444444vw;
        width: 83.3333333333vw;
    }
}

.zhuque .section-partner .partner-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.1666666667vw 0;
    background: #0F0F0F;
    margin-top: 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-top {
        padding: 8.3333333333vw 0;
        margin-top: 4.4444444444vw;
    }
}

.zhuque .section-partner .partner-top-pic {
    width: 23.0208333333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-top-pic {
        width: 30.5555555556vw;
    }
}

.zhuque .section-partner .partner-top-text {
    margin-left: 13.28125vw;
    text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-top-text {
        margin-left: 4.1666666667vw;
    }
}

.zhuque .section-partner .partner-top-text h3 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-top-text h3 {
        font-size: 3.6111111111vw;
    }
}

.zhuque .section-partner .partner-top-text p {
    font-size: 1.1458333333vw;
    color: #006ECE;
    margin-top: 1.5625vw;
    line-height: 1.6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-top-text p {
        font-size: 2.5vw;
    }
}

.zhuque .section-partner .partner-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhuque .section-partner .partner-bot>div {
    width: 40.3125vw;
    padding: 3.125vw 0;
    background: #0F0F0F;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-bot>div {
        width: 39.4444444444vw;
        padding: 8.3333333333vw 0 2.7777777778vw;
    }
}

.zhuque .section-partner .partner-bot-pic {
    width: 16.0416666667vw;
    margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-bot-pic {
        width: 25vw;
    }
}

.zhuque .section-partner .partner-bot-text {
    margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-bot-text {
        margin-top: 8.3333333333vw;
    }
}

.zhuque .section-partner .partner-bot-text h3 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-bot-text h3 {
        font-size: 3.6111111111vw;
    }
}

.zhuque .section-partner .partner-bot-text p {
    font-size: 1.1458333333vw;
    color: #006ECE;
    margin-top: 1.5625vw;
    line-height: 1.6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-partner .partner-bot-text p {
        font-size: 2.5vw;
    }
}

.zhuque .section-note {
    padding: 10.4166666667vw 0;
    text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-note {
        padding: 27.7777777778vw 0;
    }
}

.zhuque .section-note .note-wrap {
    width: 82.1875vw;
    margin: 0 auto;
    border-top: 1px solid #B2B2B2;
}

.zhuque .section-note ul {
    list-style: decimal;
    width: 54.2708333333vw;
    margin: 10.4166666667vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-note ul {
        margin-top: 13.8888888889vw;
        width: 100%;
        padding-left: 2.7777777778vw;
    }
}

.zhuque .section-note li {
    line-height: 1.6;
    font-size: 0.8333333333vw;
    color: #808080;
}

@media (max-width: 1440px) and (min-aspect-ratio: 1/1) {
    .zhuque .section-note li {
        font-size: 13px;
    }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .section-note li {
        font-size: 3.3333333333vw;
    }
}

.zhuque .section-note li.cur {
    color: #fff;
}

.zhuque .zhuque-mobShow {
    display: none !important;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1/1),
(width: 677px) {
    .zhuque .zhuque-mobShow {
        display: block !important;
    }
    .zhuque .zhuque-pcShow {
        display: none !important;
    }
}

@-webkit-keyframes cwave {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
}

@keyframes cwave {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
}

@-webkit-keyframes ctitle {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes ctitle {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@-webkit-keyframes huerotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

@-webkit-keyframes huerotateblur {
    0% {
        filter: hue-rotate(0deg) blur(6px);
    }
    100% {
        filter: hue-rotate(360deg) blur(6px);
    }
}

@keyframes huerotateblur {
    0% {
        filter: hue-rotate(0deg) blur(6px);
    }
    100% {
        filter: hue-rotate(360deg) blur(6px);
    }
}

@-webkit-keyframes nbreath {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes nbreath {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.1;
    }
}

.zhuque.zhuque-isIE .section-colorTitle>p {
    background: none;
    -webkit-text-fill-color: #fff;
}

.zhuque.zhuque-isIE .section-colorTitle>p::after {
    content: none;
    background: none;
}

.zhuque.zhuque-isIE .section-kvVideo video {
    height: auto;
}

.zhuque.zhuque-isIE .section-screen {
    padding-top: 5.2083333333vw;
}

.zhuque.zhuque-isIE .section-screen .screen-ieShow {
    display: block !important;
}

.zhuque.zhuque-isIE .section-screen .screen-bgWrap-pic-ie {
    width: 72.9166666667vw;
    margin: 10.4166666667vw auto 0;
}

.zhuque.zhuque-isIE .section-screen .screen-bgWrap {
    height: auto;
}

.zhuque.zhuque-isIE .section-screen .screen-textWrap {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 3.125vw;
}

.zhuque.zhuque-isIE .section-clear {
    height: auto;
}

.zhuque.zhuque-isIE .section-clear .clear-bgWrap-right {
    width: 41.171875vw;
}

.zhuque.zhuque-isIE .section-clear .clear-bgWrap-slide {
    cursor: default;
}

.zhuque.zhuque-isIE .section-fps {
    padding-top: 10.4166666667vw;
}

.zhuque.zhuque-isIE .section-fps .fps-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-dark .dark-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-mac .mac-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-color {
    height: auto;
}

.zhuque.zhuque-isIE .section-color .color-wrap {
    position: relative;
    top: auto;
}

.zhuque.zhuque-isIE .section-color .color-bgWrap {
    transform: translateX(-11.4583333333vw);
}

.zhuque.zhuque-isIE .section-sound,
.zhuque.zhuque-isIE .section-game,
.zhuque.zhuque-isIE .section-office {
    height: auto;
}

.zhuque.zhuque-isIE .section-sound .sound-wrap,
.zhuque.zhuque-isIE .section-sound .game-wrap,
.zhuque.zhuque-isIE .section-sound .office-wrap,
.zhuque.zhuque-isIE .section-game .sound-wrap,
.zhuque.zhuque-isIE .section-game .game-wrap,
.zhuque.zhuque-isIE .section-game .office-wrap,
.zhuque.zhuque-isIE .section-office .sound-wrap,
.zhuque.zhuque-isIE .section-office .game-wrap,
.zhuque.zhuque-isIE .section-office .office-wrap {
    height: calc(100vh / 1.3);
}

.zhuque.zhuque-isIE .section-sound video,
.zhuque.zhuque-isIE .section-game video,
.zhuque.zhuque-isIE .section-office video {
    height: auto;
}

.zhuque.zhuque-isIE .section-joystick {
    height: auto;
}

.zhuque.zhuque-isIE .section-joystick .joystick-wrap {
    justify-content: space-between;
}

.zhuque.zhuque-isIE .section-joystick .joystick-bgWrap img {
    transform: translateX(-24.84%);
    display: block;
    height: 100%;
    width: auto;
}

.zhuque.zhuque-isIE .section-joystick .joystick-bgWrap canvas {
    display: none;
}

.zhuque.zhuque-isIE .section-joystick .joystick-textWrap {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}

.zhuque.zhuque-isIE .section-protection .protection-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-interface .interface-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-interface .interface-botWrap {
    margin-top: -8.3333333333vw;
}

.zhuque.zhuque-isIE .section-soundbar {
    height: auto;
}

.zhuque.zhuque-isIE .section-soundbar .soundbar-wrap {
    display: block;
}

.zhuque.zhuque-isIE .section-soundbar .soundbar-bgWrap {
    position: relative;
    top: auto;
    height: auto;
}

.zhuque.zhuque-isIE .section-soundbar .soundbar-bgWrap img {
    display: block;
}

.zhuque.zhuque-isIE .section-soundbar .soundbar-bgWrap canvas {
    display: none;
}

.zhuque.zhuque-isWX .section-light .light-bgWrap,
.zhuque.zhuque-isUC .section-light .light-bgWrap {
    height: auto;
}

.zhuque.zhuque-isWX .section-light .light-bgWrap video,
.zhuque.zhuque-isUC .section-light .light-bgWrap video {
    display: none;
}

.zhuque.zhuque-isWX .section-light .light-bgWrap video:first-of-type,
.zhuque.zhuque-isUC .section-light .light-bgWrap video:first-of-type {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}

.zhuque.zhuque-isWX .section-light .light-btn,
.zhuque.zhuque-isUC .section-light .light-btn {
    pointer-events: none;
}

.zhuque.zhuque-isWX .section-light .light-btn-img::after,
.zhuque.zhuque-isUC .section-light .light-btn-img::after {
    background-image: none !important;
}

.zhuque.zhuque-isWX .section-light .light-note,
.zhuque.zhuque-isUC .section-light .light-note {
    display: none;
}

.zhuque.zhuque-isWX .section-light .light-btnWrap,
.zhuque.zhuque-isUC .section-light .light-btnWrap {
    margin-top: 27.7777777778vw;
}

body.zhuque-isSafari .fancybox-wrap.fancybox-mobile {
    margin-top: 0 !important;
    transform: translateY(-50%);
}

.cbg-backtotop {
    position: fixed;
    z-index: 200;
    bottom: 90px;
    right: 50px;
}

.cbg-backtotop>a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    text-indent: -9999px;
    background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all linear 0.2s;
}

.cbg-backtotop>a.cbg-icon-backtotop {
    background-position: -549px -188px;
}

.cbg-backtotop>a.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}


/*# sourceMappingURL=index.css.map */
.zhuque .section-kvVideo{
    display: none;
}
.zhuque .protection-bgWrap picture{
    display: none;
}
.zhuque .section-three{
    display: none;
}