﻿.popup-buylink {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    position: absolute;
    z-index: 1000
}

    .popup-buylink p {
        margin: 0
    }

    .popup-buylink .link {
        border-bottom: 1px solid rgba(0,0,0,.05);
        display: flex;
        padding: 16px 12px
    }

        .popup-buylink .link:last-of-type {
            border-bottom: 0
        }

        .popup-buylink .link .icon {
            height: 25px;
            margin-right: 8px;
            width: 25px
        }

        .popup-buylink .link .text {
            color: rgba(0,0,0,.6);
            font-size: 12px;
            font-weight: 700;
            line-height: 25px
        }

        .popup-buylink .link:hover .text {
            color: #ffd200
        }

.modal-buylink {
    align-items: center;
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0 12.5%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

    .modal-buylink .wrapper {
        align-items: center;
        background-color: #fff;
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%
    }

        .modal-buylink .wrapper .title {
            border-bottom: 1px solid #f2f2f2;
            color: rgba(0,0,0,.7);
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 24px;
            padding: 16px 30px 16px 16px;
            width: 100%
        }

        .modal-buylink .wrapper .close {
            padding: 18px;
            position: absolute;
            right: 0;
            top: 0
        }

            .modal-buylink .wrapper .close img {
                display: block;
                height: 12px
            }

        .modal-buylink .wrapper .link {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-bottom: 24px
        }

            .modal-buylink .wrapper .link .icon {
                display: block;
                position: relative;
                width: 176px
            }

                .modal-buylink .wrapper .link .icon img {
                    display: block;
                    height: 100%;
                    width: 100%
                }

            .modal-buylink .wrapper .link .text {
                color: rgba(0,0,0,.7);
                font-size: 12px;
                font-weight: 700;
                line-height: 16px;
                margin-top: 8px;
                text-align: center
            }

.popup-email {
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    transform: translateZ(999px);
    z-index: 999
}

    .popup-email, .popup-email .popup-email-bg {
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%
    }

        .popup-email .popup-email-bg {
            background-color: rgba(0,0,0,.9);
            z-index: 2
        }

        .popup-email .popup-email-ct {
            display: none;
            position: relative;
            width: 432px;
            z-index: 3
        }

        .popup-email .popup-email-main {
            background: linear-gradient(126.91deg,#47494b,#060707);
            border-radius: 16px;
            overflow: hidden;
            padding: 48px 56px 56px
        }

            .popup-email .popup-email-main .close {
                cursor: pointer;
                position: absolute;
                right: 20px;
                top: 20px;
                width: 14px
            }

            .popup-email .popup-email-main .step1 .text-group .text {
                color: #ffd200;
                font-size: 42px;
                font-weight: 900;
                line-height: 49px;
                text-align: center
            }

            .popup-email .popup-email-main .step1 .text-group .text-sm {
                color: hsla(0,0%,100%,.8);
                font-size: 16px;
                font-weight: 300;
                line-height: 24px;
                margin-top: 4px;
                text-align: center
            }

                .popup-email .popup-email-main .step1 .text-group .text-sm strong {
                    font-weight: 500
                }

            .popup-email .popup-email-main .step1 .form {
                margin-top: 28px
            }

                .popup-email .popup-email-main .step1 .form input {
                    background: #fff;
                    border: 0;
                    border-radius: 50px;
                    color: #727272;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 19px;
                    outline: 0;
                    padding: 14px;
                    text-align: center;
                    width: 100%
                }

                    .popup-email .popup-email-main .step1 .form input.error {
                        color: #f52828
                    }

                    .popup-email .popup-email-main .step1 .form input::-moz-placeholder {
                        color: #ccc
                    }

                    .popup-email .popup-email-main .step1 .form input:-ms-input-placeholder {
                        color: #ccc
                    }

                    .popup-email .popup-email-main .step1 .form input::placeholder {
                        color: #ccc
                    }

                .popup-email .popup-email-main .step1 .form .btn {
                    background: linear-gradient(271.47deg,#ffd200,#fe0);
                    border: 0;
                    border-radius: 50px;
                    outline: 0;
                    padding: 14px 0;
                    width: 100%
                }

                    .popup-email .popup-email-main .step1 .form .btn .wrapper-normal {
                        align-items: center;
                        display: flex;
                        justify-content: center
                    }

                        .popup-email .popup-email-main .step1 .form .btn .wrapper-normal img {
                            margin-right: 8px
                        }

                        .popup-email .popup-email-main .step1 .form .btn .wrapper-normal span {
                            color: #030303;
                            font-size: 16px;
                            font-weight: 700;
                            letter-spacing: .01em;
                            line-height: 19px
                        }

                    .popup-email .popup-email-main .step1 .form .btn .wrapper-loading {
                        align-items: center;
                        display: none;
                        height: 19px;
                        justify-content: center
                    }

                        .popup-email .popup-email-main .step1 .form .btn .wrapper-loading .point {
                            background: rgba(0,0,0,.1);
                            border-radius: 50%;
                            height: 5px;
                            margin: 0 3px;
                            width: 5px
                        }

                            .popup-email .popup-email-main .step1 .form .btn .wrapper-loading .point:first-child {
                                -webkit-animation: blink 3s infinite;
                                animation: blink 3s infinite
                            }

                            .popup-email .popup-email-main .step1 .form .btn .wrapper-loading .point:nth-child(2) {
                                -webkit-animation: blink 3s 1s infinite;
                                animation: blink 3s 1s infinite
                            }

                            .popup-email .popup-email-main .step1 .form .btn .wrapper-loading .point:nth-child(3) {
                                -webkit-animation: blink 3s 2s infinite;
                                animation: blink 3s 2s infinite
                            }

@-webkit-keyframes blink {
    0% {
        background: rgba(0,0,0,.1)
    }

    33.3% {
        background: rgba(0,0,0,.1)
    }

    33.3% {
        background: rgba(0,0,0,.6)
    }

    66.7% {
        background: rgba(0,0,0,.6)
    }

    66.7% {
        background: rgba(0,0,0,.1)
    }

    to {
        background: rgba(0,0,0,.1)
    }
}

@keyframes blink {
    0% {
        background: rgba(0,0,0,.1)
    }

    33.3% {
        background: rgba(0,0,0,.1)
    }

    33.3% {
        background: rgba(0,0,0,.6)
    }

    66.7% {
        background: rgba(0,0,0,.6)
    }

    66.7% {
        background: rgba(0,0,0,.1)
    }

    to {
        background: rgba(0,0,0,.1)
    }
}

.popup-email .popup-email-main .step1 .form .btn[disabled] .wrapper-normal {
    display: none
}

.popup-email .popup-email-main .step1 .form .btn[disabled] .wrapper-loading {
    display: flex
}

.popup-email .popup-email-main .step1 .form .wrapper-message {
    min-height: 28px;
    text-align: center
}

    .popup-email .popup-email-main .step1 .form .wrapper-message .message {
        align-items: flex-start;
        display: inline-flex;
        padding: 8px 0 12px
    }

        .popup-email .popup-email-main .step1 .form .wrapper-message .message span {
            color: hsla(0,0%,100%,.7);
            font-size: 14px;
            font-weight: 300;
            line-height: 16px
        }

        .popup-email .popup-email-main .step1 .form .wrapper-message .message img {
            margin-right: 4px
        }

.popup-email .popup-email-main .step1 .privacy-tip {
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 28px;
    text-align: center
}

    .popup-email .popup-email-main .step1 .privacy-tip a {
        color: inherit;
        font-weight: 700;
        text-decoration: underline
    }

.popup-email .popup-email-main .step2 {
    align-items: center;
    display: flex;
    flex-direction: column
}

    .popup-email .popup-email-main .step2 .text {
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        line-height: 28px;
        margin-top: 16px;
        text-align: center
    }

    .popup-email .popup-email-main .step2 .text-sm {
        color: hsla(0,0%,100%,.6);
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 12px;
        text-align: center
    }

@media (max-width:767px) {
    .popup-email .popup-email-ct {
        width: 300px
    }

    .popup-email .popup-email-main {
        padding: 32px
    }

        .popup-email .popup-email-main .step1 .text-group .text {
            font-size: 30px;
            line-height: 35px
        }

        .popup-email .popup-email-main .step1 .text-group .text-sm {
            font-size: 14px;
            line-height: 21px
        }

        .popup-email .popup-email-main .step1 .form {
            margin-top: 20px
        }

            .popup-email .popup-email-main .step1 .form .btn .wrapper-normal span, .popup-email .popup-email-main .step1 .form input {
                font-size: 14px;
                line-height: 16px
            }

            .popup-email .popup-email-main .step1 .form .wrapper-message {
                min-height: 20px
            }

                .popup-email .popup-email-main .step1 .form .wrapper-message .message {
                    padding: 4px 0 8px
                }

                    .popup-email .popup-email-main .step1 .form .wrapper-message .message span {
                        font-size: 10px;
                        line-height: 12px
                    }

        .popup-email .popup-email-main .step1 .privacy-tip {
            font-size: 10px;
            line-height: 14px;
            margin-top: 20px
        }

        .popup-email .popup-email-main .step2 .icon {
            width: 28px
        }

        .popup-email .popup-email-main .step2 .text {
            font-size: 20px;
            line-height: 23px;
            margin-top: 10px
        }

        .popup-email .popup-email-main .step2 .text-sm {
            font-size: 14px;
            line-height: 21px;
            margin-top: 8px
        }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

    .splide__pagination li {
        list-style-type: none;
        display: inline-block;
        line-height: 1;
        margin: 0
    }

.splide {
    visibility: hidden
}

.splide, .splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

    .splide__slide img {
        vertical-align: bottom
    }

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide--fade > .splide__track > .splide__list {
    display: block
}

    .splide--fade > .splide__track > .splide__list > .splide__slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0
    }

        .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
            position: relative;
            z-index: 1;
            opacity: 1
        }

.splide--rtl {
    direction: rtl
}

.splide--ttb > .splide__track > .splide__list {
    display: block
}

.splide--ttb > .splide__pagination {
    width: auto
}

body, html {
    font-family: Gilroy,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,PingFang SC,-apple-system,Noto Sans CJK SC,Hiragino Sans GB,Noto Sans,Microsoft YaHei,微软雅黑,WenQuanYi Micro Hei,Heiti SC,sans-serif
}

a {
    color: inherit
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

video {
    background-position: 50%;
    background-size: cover
}

.text-color-gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#5f98d6,#d0f9ff);
    -webkit-background-clip: text;
    color: #5f98d6;
    display: inline-block
}

.wrapper-bg.absolute, .wrapper-ct.absolute, .wrapper.absolute {
    left: 0;
    position: absolute;
    top: 0
}

.wrapper-bg.relative, .wrapper-ct.relative, .wrapper.relative {
    position: relative
}

.wrapper-bg.flex, .wrapper-ct.flex, .wrapper.flex {
    align-items: center;
    display: flex;
    justify-content: center
}

.wrapper-bg.full, .wrapper-ct.full, .wrapper.full {
    height: 100%;
    width: 100%
}

img[data-src] {
    opacity: 0 !important
}

body.lock {
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.nav-header-index-m {
    -webkit-backdrop-filter: saturate(180%) blur(5.3333vw);
    backdrop-filter: saturate(180%) blur(5.3333vw);
    background-color: rgba(0,0,0,.6)
}

    .nav-header-index-m .btn-buy {
        background-image: linear-gradient(122deg,#5f98d6,#d0f9ff);
        color: #000
    }

.page-x3 {
    background-color: #000
}

    .page-x3 .position-sticky {
        overflow: hidden;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

        .page-x3 .position-sticky .position-flex {
            position: relative
        }

        .page-x3 .position-sticky .position-simple {
            margin-top: 17.0667vw
        }

    .page-x3 .common-infos-mob {
        padding: 0 8.5333vw
    }

        .page-x3 .common-infos-mob .t1 {
            font-size: 5.3333vw;
            font-weight: 800;
            line-height: 6.4vw;
            white-space: pre-wrap
        }

        .page-x3 .common-infos-mob .t2 {
            color: #fff;
            font-size: 10.6667vw;
            font-weight: 800;
            line-height: 12.8vw;
            margin-top: 6.4vw;
            white-space: pre-wrap
        }

        .page-x3 .common-infos-mob .t3 {
            color: #c8c9cd;
            font-size: 4.2667vw;
            font-weight: 800;
            line-height: 6.4vw;
            margin-top: 2.1333vw;
            white-space: pre-wrap
        }

    .page-x3.zh-cn .common-infos-mob .t1, .page-x3.zh-cn .common-infos-mob .t2, .page-x3.zh-cn .common-infos-mob .t3 {
        font-weight: 700
    }

    .page-x3.de-de .common-infos-mob .t2, .page-x3.ru-ru .common-infos-mob .t2 {
        font-size: 8.5333vw;
        line-height: 10.6667vw
    }

.common-player {
    position: relative
}

    .common-player .player-tags {
        display: flex;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

        .common-player .player-tags .tag {
            align-items: flex-end;
            display: flex;
            flex: 1;
            justify-content: center;
            width: 100%
        }

            .common-player .player-tags .tag .tag-ct {
                background: #000;
                border-radius: 3.2vw;
                font-size: 2.6667vw;
                font-weight: 800;
                height: 6.4vw;
                line-height: 6.4vw;
                margin-bottom: 2.1333vw;
                padding: 0 4.2667vw;
                text-align: center
            }

            .common-player .player-tags .tag.off .tag-ct {
                background: #000;
                color: #fff
            }

            .common-player .player-tags .tag.on .tag-ct {
                background-image: linear-gradient(122deg,#5f98d6,#d0f9ff);
                color: #000
            }

.popup-player {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

    .popup-player .popup-player-ct {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: relative;
        width: 100%
    }

    .popup-player .mask {
        background: rgba(0,0,0,.9);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .popup-player .video-fr {
        height: 540px;
        position: relative;
        width: 960px
    }

    .popup-player .no-youtube {
        align-items: center;
        background-color: #000;
        display: flex;
        height: 100%;
        justify-content: center
    }

        .popup-player .no-youtube p {
            color: #fff
        }

@media (max-width:1279px) {
    .popup-player .popup-player-ct {
        display: block
    }

    .popup-player .video-fr {
        height: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%
    }

    .popup-player .no-youtube {
        height: 160px
    }
}

.sec-first {
    background-color: #000;
    height: 100vh;
    position: relative;
    z-index: 2
}

    .sec-first .block-cg, .sec-first .block-slogan {
        background-color: #000;
        height: 100%;
        width: 100%
    }

        .sec-first .block-cg .wrapper, .sec-first .block-slogan .wrapper {
            height: calc(100vh - 12.8vw);
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .sec-first .block-cg .wrapper .wrapper-bg, .sec-first .block-slogan .wrapper .wrapper-bg {
                align-items: center;
                display: flex;
                height: 100%;
                justify-content: center;
                left: 0;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 100vw
            }

                .sec-first .block-cg .wrapper .wrapper-bg .kv-player, .sec-first .block-cg .wrapper .wrapper-bg .sequence, .sec-first .block-slogan .wrapper .wrapper-bg .kv-player, .sec-first .block-slogan .wrapper .wrapper-bg .sequence {
                    height: 100%;
                    width: 56.25vh
                }

                .sec-first .block-cg .wrapper .wrapper-bg .kv-player, .sec-first .block-slogan .wrapper .wrapper-bg .kv-player {
                    flex: none
                }

                    .sec-first .block-cg .wrapper .wrapper-bg .kv-player video, .sec-first .block-cg .wrapper .wrapper-bg .sequence canvas, .sec-first .block-cg .wrapper .wrapper-bg .sequence video, .sec-first .block-slogan .wrapper .wrapper-bg .kv-player video, .sec-first .block-slogan .wrapper .wrapper-bg .sequence canvas, .sec-first .block-slogan .wrapper .wrapper-bg .sequence video {
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        width: 100%
                    }

    .sec-first .block-slogan {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100vh;
        padding: 17.0667vw 0;
        z-index: 2
    }

        .sec-first .block-slogan .wrapper-ct {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: 100%;
            opacity: 0
        }

        .sec-first .block-slogan .wrapper-logo {
            height: 37.3333vw;
            position: relative
        }

            .sec-first .block-slogan .wrapper-logo .logo {
                height: 100%
            }

        .sec-first .block-slogan .btn-list {
            margin-top: auto
        }

        .sec-first .block-slogan .btn-video {
            border-radius: 26.6667vw;
            cursor: pointer;
            display: block;
            height: 14.9333vw;
            min-width: 64vw;
            overflow: hidden;
            padding: 4.2667vw 0;
            position: relative;
            z-index: 0
        }

            .sec-first .block-slogan .btn-video:last-child {
                margin-top: 4.2667vw
            }

                .sec-first .block-slogan .btn-video:last-child .btn-video-bg {
                    bottom: auto;
                    top: -45%
                }

                .sec-first .block-slogan .btn-video:last-child .btn-video-wrapper {
                    background: rgba(0,0,0,.2)
                }

            .sec-first .block-slogan .btn-video .btn-video-bg {
                bottom: -25%;
                left: 0;
                position: absolute;
                width: 100%
            }

            .sec-first .block-slogan .btn-video .btn-video-wrapper {
                align-items: center;
                background: rgba(0,0,0,.4);
                display: flex;
                height: 100%;
                justify-content: center;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%
            }

            .sec-first .block-slogan .btn-video .btn-video-text {
                color: #fff;
                font-size: 5.8667vw;
                font-weight: 700;
                text-transform: uppercase
            }

            .sec-first .block-slogan .btn-video .btn-video-icon {
                margin-left: 1.0667vw;
                width: 6.4vw
            }

.sec-lens {
    background-color: #000;
    position: relative;
    z-index: 2
}

    .sec-lens .wrapper {
        position: relative;
        width: 100%
    }

    .sec-lens .position-sticky {
        height: 100vh;
        width: 100vw
    }

        .sec-lens .position-sticky .sequence {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center;
            width: 100%
        }

            .sec-lens .position-sticky .sequence canvas {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

        .sec-lens .position-sticky .mask {
            background-color: #000;
            height: 100%;
            opacity: 0;
            position: relative;
            top: -100%;
            width: 100%;
            z-index: 2
        }

    .sec-lens .wrapper-group {
        height: 100%;
        margin-top: -100vh;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 5
    }

        .sec-lens .wrapper-group .s-item {
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 175vw;
            padding: 25.6vw 0;
            width: 100%
        }

        .sec-lens .wrapper-group .empty {
            width: 100vw
        }

            .sec-lens .wrapper-group .empty.sequence-block-1 {
                height: 300vh
            }

            .sec-lens .wrapper-group .empty.sequence-block-2 {
                height: 500vh
            }

            .sec-lens .wrapper-group .empty.sequence-block-3 {
                height: 200vh
            }

            .sec-lens .wrapper-group .empty.sequence-block-4 {
                height: 400vh
            }

        .sec-lens .wrapper-group .s-sensor .common-infos-mob, .sec-lens .wrapper-group .s1 .common-infos-mob, .sec-lens .wrapper-group .s2 .common-infos-mob, .sec-lens .wrapper-group .s4 .common-infos-mob, .sec-lens .wrapper-group .s5 .common-infos-mob, .sec-lens .wrapper-group .s6 .common-infos-mob, .sec-lens .wrapper-group .s7 .common-infos-mob {
            width: 100vw
        }

            .sec-lens .wrapper-group .s-sensor .common-infos-mob .t2, .sec-lens .wrapper-group .s1 .common-infos-mob .t2, .sec-lens .wrapper-group .s2 .common-infos-mob .t2, .sec-lens .wrapper-group .s4 .common-infos-mob .t2, .sec-lens .wrapper-group .s5 .common-infos-mob .t2, .sec-lens .wrapper-group .s6 .common-infos-mob .t2, .sec-lens .wrapper-group .s7 .common-infos-mob .t2 {
                width: 85.3333vw
            }

        .sec-lens .wrapper-group .s-sensor .player, .sec-lens .wrapper-group .s1 .player, .sec-lens .wrapper-group .s2 .player, .sec-lens .wrapper-group .s4 .player, .sec-lens .wrapper-group .s5 .player, .sec-lens .wrapper-group .s6 .player, .sec-lens .wrapper-group .s7 .player {
            height: 74.9333vw;
            margin-top: 8.5333vw;
            width: 100vw
        }

            .sec-lens .wrapper-group .s-sensor .player video, .sec-lens .wrapper-group .s1 .player video, .sec-lens .wrapper-group .s2 .player video, .sec-lens .wrapper-group .s4 .player video, .sec-lens .wrapper-group .s5 .player video, .sec-lens .wrapper-group .s6 .player video, .sec-lens .wrapper-group .s7 .player video {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

        .sec-lens .wrapper-group .s-sensor {
            height: 100vh;
            min-height: 100vh
        }

        .sec-lens .wrapper-group .s4.zh-cn .common-infos-mob .t2 {
            flex: none;
            width: 87vw
        }

        .sec-lens .wrapper-group .s3 .img {
            height: 74.9333vw;
            margin-top: 8.5333vw;
            width: 100vw
        }

            .sec-lens .wrapper-group .s3 .img img {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

.sec-flowstate {
    padding: 34.1333vw 0
}

    .sec-flowstate .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .sec-flowstate .player {
        height: 56.25vw;
        margin-top: 8.5333vw;
        overflow: hidden;
        width: 100vw
    }

        .sec-flowstate .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

.sec-horizon-lock {
    height: 200vh;
    width: 100%
}

    .sec-horizon-lock .position-flex {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
        width: 100%
    }

    .sec-horizon-lock .wrapper.zh-cn .t1 .ct, .sec-horizon-lock .wrapper.zh-cn .t2 .ct {
        font-weight: 700
    }

    .sec-horizon-lock .wrapper.ru-ru .t1 .ct {
        font-size: 8.5333vw;
        line-height: 10.6667vw
    }

    .sec-horizon-lock .t1, .sec-horizon-lock .t2 {
        margin: 0 auto;
        width: 82.9333vw
    }

        .sec-horizon-lock .t1 .ct, .sec-horizon-lock .t2 .ct {
            opacity: 0
        }

    .sec-horizon-lock .t1 {
        align-items: flex-end;
        display: flex;
        height: 12.8vw;
        margin-bottom: 6.4vw
    }

        .sec-horizon-lock .t1 .ct {
            color: #fff;
            font-size: 10.6667vw;
            font-weight: 800;
            line-height: 12.8vw;
            transform: translateX(50vw)
        }

    .sec-horizon-lock .t2 {
        height: 19.2vw;
        margin-top: 6.4vw
    }

        .sec-horizon-lock .t2 .ct {
            color: hsla(0,0%,100%,.5);
            font-size: 4.2667vw;
            font-weight: 800;
            line-height: 6.4vw;
            transform: translateX(50vw)
        }

    .sec-horizon-lock .player {
        overflow: hidden;
        width: 100vw
    }

        .sec-horizon-lock .player.center {
            display: flex;
            justify-content: center
        }

        .sec-horizon-lock .player .ct {
            align-items: center;
            border-radius: 0;
            display: flex;
            height: .5333vw;
            overflow: hidden;
            position: relative;
            width: 0
        }

            .sec-horizon-lock .player .ct .mask {
                background: linear-gradient(90deg,#5f98d6,#d0f9ff 50%,#5f98d6);
                background-size: 200% 100%;
                height: 100%;
                left: 0;
                opacity: 1;
                position: absolute;
                top: 0;
                width: 100%
            }

        .sec-horizon-lock .player video {
            height: 56.25vw;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100vw
        }

.sec-timelapse {
    padding: 34.1333vw 0
}

    .sec-timelapse .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .sec-timelapse .player {
        height: 100vw;
        margin-top: 8.5333vw;
        overflow: hidden;
        width: 100vw
    }

        .sec-timelapse .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

.sec-bullet-time {
    padding: 34.1333vw 0
}

    .sec-bullet-time .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .sec-bullet-time .player {
        height: 100vw;
        margin-top: 8.5333vw;
        overflow: hidden;
        width: 100vw
    }

        .sec-bullet-time .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

.sec-recording {
    padding: 34.1333vw 0
}

    .sec-recording .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .sec-recording .common-infos-mob {
        width: 100vw
    }

        .sec-recording .common-infos-mob .t2 {
            width: 85.3333vw
        }

        .sec-recording .common-infos-mob.zh-cn .t2 {
            flex: none;
            width: 87vw
        }

    .sec-recording .player {
        height: 100vw;
        margin-top: 8.5333vw;
        overflow: hidden;
        width: 100vw
    }

        .sec-recording .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

.sec-waterproof {
    background-color: #000;
    position: relative;
    z-index: 2
}

    .sec-waterproof .wrapper {
        padding: 25.6vw 0
    }

    .sec-waterproof .s-item {
        position: relative;
        width: 100%
    }

        .sec-waterproof .s-item .img, .sec-waterproof .s-item .infos {
            width: 100%
        }

        .sec-waterproof .s-item .img {
            display: flex;
            height: 100vw;
            justify-content: center;
            overflow: hidden;
            width: 100vw
        }

            .sec-waterproof .s-item .img img {
                height: 133.3333vw;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100vw
            }

        .sec-waterproof .s-item .infos {
            height: 85.3333vw;
            padding: 8.5333vw
        }

            .sec-waterproof .s-item .infos.de-de, .sec-waterproof .s-item .infos.es-es, .sec-waterproof .s-item .infos.fr-fr, .sec-waterproof .s-item .infos.it-it, .sec-waterproof .s-item .infos.ja-jp, .sec-waterproof .s-item .infos.ru-ru {
                height: 110vw
            }

.sec-easy-operation {
    background-color: #000;
    height: 600vh;
    position: relative;
    z-index: 2
}

    .sec-easy-operation .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-bottom: 25.6vw;
        width: 100%
    }

    .sec-easy-operation .block-1 {
        height: 216.5333vw;
        overflow: hidden;
        position: relative;
        width: 100vw
    }

        .sec-easy-operation .block-1 .block-bg {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

            .sec-easy-operation .block-1 .block-bg .sequence {
                display: flex;
                height: 100%;
                justify-content: center;
                width: 100%
            }

                .sec-easy-operation .block-1 .block-bg .sequence canvas {
                    height: 100%
                }

        .sec-easy-operation .block-1 .t1 {
            bottom: 175vw;
            color: #fff;
            font-size: 10.6667vw;
            line-height: 12.8vw
        }

        .sec-easy-operation .block-1 .t1, .sec-easy-operation .block-1 .t2 {
            font-weight: 800;
            opacity: 0;
            padding: 0 8.5333vw;
            position: absolute;
            width: 100%
        }

        .sec-easy-operation .block-1 .t2 {
            color: hsla(0,0%,100%,.7);
            font-size: 4.2667vw;
            line-height: 6.4vw;
            top: 170.6667vw
        }

    .sec-easy-operation .block-2, .sec-easy-operation .block-3, .sec-easy-operation .block-4 {
        background-color: #0d0d0d;
        border-radius: 2.1333vw;
        margin-top: 6.4vw;
        padding-bottom: 10.6667vw;
        width: 87.2vw
    }

        .sec-easy-operation .block-2 .player, .sec-easy-operation .block-3 .player, .sec-easy-operation .block-4 .player {
            height: 87.2vw;
            width: 87.2vw
        }

            .sec-easy-operation .block-2 .player video, .sec-easy-operation .block-3 .player video, .sec-easy-operation .block-4 .player video {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

        .sec-easy-operation .block-2 .infos, .sec-easy-operation .block-3 .infos, .sec-easy-operation .block-4 .infos {
            margin-top: 10.4vw;
            padding: 0 6.4vw
        }

            .sec-easy-operation .block-2 .infos .t1, .sec-easy-operation .block-3 .infos .t1, .sec-easy-operation .block-4 .infos .t1 {
                font-size: 8.5333vw;
                font-weight: 800;
                line-height: 10.6667vw
            }

            .sec-easy-operation .block-2 .infos .t2, .sec-easy-operation .block-3 .infos .t2, .sec-easy-operation .block-4 .infos .t2 {
                color: hsla(0,0%,100%,.5);
                font-size: 4.2667vw;
                font-weight: 800;
                line-height: 6.4vw;
                margin-top: 2.1333vw
            }

.sec-battery {
    display: flex;
    justify-content: center
}

    .sec-battery .wrapper {
        height: 200vw;
        position: relative;
        width: 100vw
    }

    .sec-battery .wrapper-bg {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        padding-top: 18.6667vw;
        position: absolute;
        top: 0;
        width: 100%
    }

        .sec-battery .wrapper-bg video {
            height: 177.77777778vw;
            width: 100vw
        }

    .sec-battery .wrapper-ct {
        height: 100%;
        position: relative
    }

    .sec-battery .infos.common-infos-mob.en-us .t2 {
        white-space: normal
    }

    .sec-battery .infos2 {
        bottom: 12.8vw;
        padding: 0 8vw;
        position: absolute
    }

        .sec-battery .infos2 .t5 {
            font-size: 18.1333vw;
            font-weight: 800;
            line-height: 21.3333vw;
            white-space: nowrap
        }

.sec-audio {
    display: flex;
    justify-content: center
}

    .sec-audio .wrapper {
        height: 226.6667vw;
        padding: 16vw 0;
        position: relative;
        width: 100vw
    }

    .sec-audio .player {
        height: 75vw;
        margin-top: 10.6667vw;
        overflow: hidden;
        position: relative;
        width: 100vw
    }

        .sec-audio .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

        .sec-audio .player .icon {
            bottom: 4.2667vw;
            cursor: pointer;
            display: block;
            height: 8.5333vw;
            position: absolute;
            right: 4.2667vw;
            width: 8.5333vw
        }

            .sec-audio .player .icon.on {
                display: none
            }

.sec-quick-reader {
    height: 300vw
}

    .sec-quick-reader .position-sticky {
        width: 100%
    }

    .sec-quick-reader .wrapper {
        padding-bottom: 12.8vw
    }

    .sec-quick-reader .animation {
        height: 140vw;
        position: relative;
        width: 100vw
    }

        .sec-quick-reader .animation:after {
            background-image: linear-gradient(180deg,#000 12%,transparent);
            content: "";
            display: block;
            height: 26.6667vw;
            position: absolute;
            width: 100%
        }

        .sec-quick-reader .animation .btn-restart {
            bottom: 21.3333vw;
            cursor: pointer;
            height: 8.5333vw;
            position: absolute;
            right: 4.2667vw;
            width: 8.5333vw
        }

        .sec-quick-reader .animation .item {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

            .sec-quick-reader .animation .item .item-ct {
                height: 100%;
                position: relative;
                width: 100%
            }

            .sec-quick-reader .animation .item .img-wrapper {
                align-items: flex-end;
                display: flex;
                height: 100%;
                justify-content: center;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%
            }

                .sec-quick-reader .animation .item .img-wrapper img {
                    position: relative
                }

        .sec-quick-reader .animation .item1 .img-1-1 {
            height: 49.0667vw;
            left: -20vw;
            top: -44.5333vw;
            width: 32vw
        }

        .sec-quick-reader .animation .item1 .img-1-2 {
            height: 100.8vw;
            left: 5.3333vw;
            top: -10.6667vw;
            width: 41.6vw
        }

        .sec-quick-reader .animation .item2 {
            opacity: 0
        }

            .sec-quick-reader .animation .item2 .img-2-1 {
                height: 51.7333vw;
                left: -9.0667vw;
                top: -19.7333vw;
                transform: translateY(13.3333vw);
                width: 64.5333vw
            }

            .sec-quick-reader .animation .item2 .img-2-2 {
                height: 132.2667vw;
                position: relative;
                top: -64vw;
                width: 65.6vw
            }

                .sec-quick-reader .animation .item2 .img-2-2 img {
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    z-index: 2
                }

                .sec-quick-reader .animation .item2 .img-2-2 video {
                    border-radius: 6.4vw;
                    height: 125.0667vw;
                    left: 3.7333vw;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    top: 4vw;
                    width: 58.1333vw
                }

    .sec-quick-reader .infos {
        height: 82.6667vw
    }

        .sec-quick-reader .infos .btn {
            background-image: linear-gradient(122deg,#5f98d6,#d0f9ff);
            border-radius: 6.4vw;
            color: #000;
            display: inline-block;
            font-size: 5.3333vw;
            font-weight: 800;
            height: 12.8vw;
            line-height: 12.8vw;
            margin-top: 6.4vw;
            padding: 0 6.4vw
        }

    .sec-quick-reader .img {
        height: 204.5333vw;
        margin-top: 9.6vw;
        width: 100vw
    }

        .sec-quick-reader .img img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

.sec-auto-clip {
    display: flex;
    height: 400vh;
    justify-content: center
}

    .sec-auto-clip .position-sticky {
        height: 100vh;
        width: 100%
    }

    .sec-auto-clip .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 17.0667vw;
        position: relative;
        width: 100%
    }

    .sec-auto-clip .player {
        display: flex;
        flex: 1;
        justify-content: center;
        max-height: 140vw;
        overflow: hidden;
        position: relative;
        transform: scale(2);
        transform-origin: center top
    }

        .sec-auto-clip .player img {
            height: 100%;
            position: relative;
            z-index: 3
        }

        .sec-auto-clip .player video {
            border-radius: 4%;
            height: 88%;
            left: 10%;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            top: 6%;
            width: 80%;
            z-index: 2
        }

        .sec-auto-clip .player .video0 {
            opacity: 1
        }

    .sec-auto-clip .infos-group {
        height: 58vw;
        position: relative;
        width: 100%
    }

        .sec-auto-clip .infos-group .info-1, .sec-auto-clip .infos-group .info-2, .sec-auto-clip .infos-group .info-3 {
            opacity: 0;
            transform: translateY(26.6667vw)
        }

    .sec-auto-clip .infos {
        left: 0;
        padding: 0 8.5333vw;
        position: absolute;
        top: 0;
        width: 100%
    }

        .sec-auto-clip .infos .t1 {
            font-size: 5.3333vw;
            font-weight: 800;
            line-height: 6.4vw
        }

        .sec-auto-clip .infos .t2 {
            color: #fff;
            font-size: 6.4vw;
            font-weight: 800;
            line-height: 6.9333vw;
            margin-top: 4.2667vw
        }

        .sec-auto-clip .infos .t3 {
            color: #c8c9cd;
            font-size: 3.7333vw;
            font-weight: 800;
            line-height: 5.3333vw;
            margin-top: 2.1333vw
        }

.sec-photo-animator {
    display: flex;
    height: 100vh;
    justify-content: center
}

    .sec-photo-animator .position-sticky {
        height: 100vh;
        width: 100%
    }

    .sec-photo-animator .wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 17.0667vw;
        position: relative;
        width: 100%
    }

    .sec-photo-animator .player {
        display: flex;
        flex: 1;
        justify-content: center;
        max-height: 140vw;
        overflow: hidden;
        position: relative;
        transform-origin: center top
    }

        .sec-photo-animator .player img {
            height: 100%;
            position: relative;
            z-index: 3
        }

        .sec-photo-animator .player video {
            border-radius: 4%;
            height: 86%;
            left: 10%;
            -o-object-fit: cover;
            object-fit: cover;
            overflow: hidden;
            position: absolute;
            top: 8%;
            width: 80%;
            z-index: 2
        }

    .sec-photo-animator .infos-group {
        height: 58vw;
        position: relative;
        width: 100%
    }

    .sec-photo-animator .infos {
        left: 0;
        padding: 0 8.5333vw;
        position: absolute;
        top: 0;
        width: 100%
    }

        .sec-photo-animator .infos .t1 {
            font-size: 5.3333vw;
            font-weight: 800;
            line-height: 6.4vw
        }

        .sec-photo-animator .infos .t2 {
            color: #fff;
            font-size: 6.4vw;
            font-weight: 800;
            line-height: 6.9333vw;
            margin-top: 4.2667vw
        }

        .sec-photo-animator .infos .t3 {
            color: #c8c9cd;
            font-size: 3.7333vw;
            font-weight: 800;
            line-height: 5.3333vw;
            margin-top: 2.1333vw
        }

.sec-shot-lab .wrapper {
    padding: 25.6vw 0
}

.sec-shot-lab .player-group {
    margin-top: 8.5333vw;
    width: 100vw
}

    .sec-shot-lab .player-group .player {
        height: 74.9333vw;
        width: 100vw
    }

        .sec-shot-lab .player-group .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

    .sec-shot-lab .player-group .pagination {
        margin: 8.5333vw auto 0;
        padding: 0 4.2667vw;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content
    }

        .sec-shot-lab .player-group .pagination .tabs {
            display: flex;
            height: 6.9333vw;
            white-space: nowrap;
            width: -webkit-min-content;
            width: -moz-min-content;
            width: min-content
        }

            .sec-shot-lab .player-group .pagination .tabs .item {
                color: #fff;
                cursor: pointer;
                flex: 1;
                font-size: 3.7333vw;
                font-weight: 600;
                line-height: 4.8vw;
                opacity: .5;
                text-align: center;
                transition: opacity .25s;
                white-space: nowrap
            }

                .sec-shot-lab .player-group .pagination .tabs .item:not(:first-child) {
                    margin-left: 4.2667vw
                }

                .sec-shot-lab .player-group .pagination .tabs .item.active {
                    opacity: 1
                }

        .sec-shot-lab .player-group .pagination .border {
            background-color: #646669;
            height: .2667vw;
            width: 100%
        }

            .sec-shot-lab .player-group .pagination .border .progress {
                background-color: #fff;
                height: .2667vw;
                position: relative;
                width: 0
            }

.sec-flash-cut {
    display: flex;
    justify-content: center
}

    .sec-flash-cut .wrapper {
        padding: 25.6vw 0
    }

    .sec-flash-cut .player {
        height: 74.9333vw;
        margin-top: 8.5333vw;
        overflow: hidden;
        width: 100vw
    }

        .sec-flash-cut .player video {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%
        }

    .sec-flash-cut .more {
        background-image: url(https://res.insta360.com/static/infr_base/2fed9e262b64cb84633dbfa90af50c45/flashcut.jpg);
        background-size: cover;
        height: 133.0667vw;
        margin-top: 8.5333vw;
        padding: 10.6667vw 8.5333vw;
        width: 100vw
    }

        .sec-flash-cut .more .text {
            color: #fff;
            font-size: 8.5333vw;
            font-weight: 800;
            line-height: 10.6667vw
        }

            .sec-flash-cut .more .text.fr-fr {
                font-size: 8vw;
                line-height: 9.6vw
            }

        .sec-flash-cut .more .btn {
            background-clip: padding-box,border-box;
            background-image: linear-gradient(90deg,#262a30,#1e2227),linear-gradient(90deg,#5f98d6,#d0f9ff);
            background-origin: padding-box,border-box;
            border: .2667vw solid transparent;
            border-radius: 7.4667vw;
            display: inline-block;
            height: 14.9333vw;
            margin-top: 8.5333vw;
            padding: 0 10.6667vw
        }

            .sec-flash-cut .more .btn .content {
                align-items: center;
                color: #fff;
                display: flex;
                font-size: 5.3333vw;
                font-weight: 800;
                height: 100%;
                line-height: 14.9333vw;
                padding: 0 2.1333vw;
                white-space: nowrap
            }

    .sec-flash-cut .flash-cut-modal {
        background: #000;
        display: none;
        height: 100%;
        justify-content: center;
        left: 0;
        overflow-y: auto;
        padding: 25.6vw 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10
    }

        .sec-flash-cut .flash-cut-modal.show {
            display: flex
        }

        .sec-flash-cut .flash-cut-modal .modal-ct {
            background: #1a1a1a;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            padding: 6.4vw 0 17.0667vw;
            position: relative;
            width: 87.2vw;
            z-index: 12
        }

            .sec-flash-cut .flash-cut-modal .modal-ct .modal-header {
                align-items: center;
                display: flex;
                height: 6.4vw;
                justify-content: flex-end;
                margin-bottom: 8.5333vw;
                padding: 0 6.4vw
            }

                .sec-flash-cut .flash-cut-modal .modal-ct .modal-header .close {
                    cursor: pointer;
                    height: 6.4vw;
                    width: 6.4vw
                }

            .sec-flash-cut .flash-cut-modal .modal-ct .item {
                padding-bottom: 10.6667vw
            }

                .sec-flash-cut .flash-cut-modal .modal-ct .item .name {
                    color: #fff;
                    font-size: 5.3333vw;
                    font-weight: 800;
                    line-height: 8.5333vw;
                    padding: 0 6.4vw
                }

                .sec-flash-cut .flash-cut-modal .modal-ct .item .desc {
                    color: #c8c9cd;
                    font-size: 4.2667vw;
                    font-weight: 800;
                    line-height: 6.4vw;
                    margin-top: 2.1333vw;
                    padding: 0 6.4vw
                }

                .sec-flash-cut .flash-cut-modal .modal-ct .item .player {
                    height: 65.4vw;
                    overflow: hidden;
                    width: 87.2vw
                }

                    .sec-flash-cut .flash-cut-modal .modal-ct .item .player video {
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        width: 100%
                    }

                    .sec-flash-cut .flash-cut-modal .modal-ct .item .player.contrast {
                        height: 49.0667vw
                    }

.sec-editing {
    height: 200vh;
    padding: 25.6vw 0
}

    .sec-editing .position-sticky {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
        overflow: hidden;
        width: 100%
    }

    .sec-editing .imgs {
        height: 88.2667vw;
        margin-top: 8.5333vw;
        position: relative;
        width: 100%
    }

        .sec-editing .imgs .img {
            display: flex;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

            .sec-editing .imgs .img img {
                height: 70.6667vw;
                transform: scale(2);
                width: 116vw
            }

        .sec-editing .imgs .img1 {
            left: -13.3333vw;
            position: relative;
            top: 13.3333vw;
            transform-origin: right top;
            z-index: 2
        }

        .sec-editing .imgs .img2 {
            left: 13.3333vw;
            position: relative;
            top: -13.3333vw;
            transform-origin: left top
        }

.sec-live-streaming .wrapper {
    padding: 10.6667vw 0;
    position: relative
}

.sec-live-streaming .player {
    width: 100vw
}

    .sec-live-streaming .player video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

.sec-live-streaming .block-live .player {
    height: 128.8vw;
    width: 100vw
}

.sec-live-streaming .block-webcam .player {
    align-items: center;
    display: flex;
    height: 79.2vw;
    margin-top: 6.4vw;
    overflow: hidden
}

    .sec-live-streaming .block-webcam .player .player-ct {
        flex: none;
        height: 65vw;
        left: -4vw;
        position: relative;
        width: 130vw
    }

    .sec-live-streaming .block-webcam .player img {
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 2
    }

    .sec-live-streaming .block-webcam .player video {
        height: 51.7333vw;
        left: 33.3333vw;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 5.8667vw;
        width: 87.2vw;
        z-index: 1
    }

.sec-sample {
    display: flex;
    justify-content: center
}

    .sec-sample .wrapper {
        padding: 25.6vw 0;
        position: relative
    }

    .sec-sample .imgs-group {
        width: 100vw
    }

        .sec-sample .imgs-group .imgs {
            display: flex;
            overflow: hidden
        }

        .sec-sample .imgs-group .img {
            border-radius: 2.1333vw;
            opacity: 0;
            overflow: hidden;
            width: 100%
        }

            .sec-sample .imgs-group .img img {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

        .sec-sample .imgs-group .img1 {
            height: 49.6vw;
            position: relative
        }

            .sec-sample .imgs-group .img1 .info {
                align-items: center;
                color: #fff;
                display: flex;
                font-size: 9.6vw;
                font-weight: 900;
                height: 100%;
                line-height: 9.6vw;
                position: absolute;
                right: 4.8vw;
                text-shadow: 0 0 2.6667vw rgba(0,62,120,.29);
                top: 0;
                white-space: pre-wrap
            }

        .sec-sample .imgs-group .imgs.center {
            margin-top: 2.1333vw
        }

            .sec-sample .imgs-group .imgs.center .imgs.left, .sec-sample .imgs-group .imgs.center .imgs.right {
                flex: 1;
                flex-direction: column;
                height: 90.9333vw
            }

                .sec-sample .imgs-group .imgs.center .imgs.left .img2 {
                    height: 37.3333vw
                }

                .sec-sample .imgs-group .imgs.center .imgs.left .img4 {
                    height: 51.4667vw;
                    margin-top: 2.1333vw
                }

            .sec-sample .imgs-group .imgs.center .imgs.right {
                margin-left: 2.1333vw
            }

                .sec-sample .imgs-group .imgs.center .imgs.right .img3 {
                    height: 54.1333vw
                }

                .sec-sample .imgs-group .imgs.center .imgs.right .img5 {
                    height: 34.6667vw;
                    margin-top: 2.1333vw
                }

        .sec-sample .imgs-group .imgs.bottom {
            margin-top: 2.1333vw
        }

            .sec-sample .imgs-group .imgs.bottom .img6 {
                height: 39.4667vw
            }

.sec-accessories {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden
}

    .sec-accessories .wrapper {
        padding: 25.6vw 0;
        position: relative;
        width: 100%
    }

    .sec-accessories .infos {
        padding: 0 8.5333vw;
        width: 100%
    }

        .sec-accessories .infos .t1 {
            font-size: 5.3333vw;
            font-weight: 800;
            line-height: 6.4vw
        }

        .sec-accessories .infos .t2 {
            color: #fff;
            font-size: 10.6667vw;
            font-weight: 800;
            line-height: 12.8vw;
            margin-top: 6.4vw
        }

    .sec-accessories .accessories-list {
        margin-top: 8.5333vw;
        width: 100%
    }

        .sec-accessories .accessories-list .item {
            background-color: #0d0d0d;
            border-radius: 2.1333vw;
            display: flex;
            flex-direction: column;
            height: 127.4667vw;
            overflow: hidden
        }

            .sec-accessories .accessories-list .item .img {
                flex: none;
                height: 82.9333vw;
                width: 82.9333vw
            }

                .sec-accessories .accessories-list .item .img img {
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    width: 100%
                }

            .sec-accessories .accessories-list .item .info {
                display: flex;
                flex: 1;
                flex-direction: column;
                padding: 1.6vw 6.4vw 8.5333vw
            }

                .sec-accessories .accessories-list .item .info .name {
                    color: #fff;
                    font-size: 5.3333vw;
                    font-weight: 700;
                    line-height: 6.4vw
                }

                .sec-accessories .accessories-list .item .info .desc {
                    color: hsla(0,0%,100%,.5);
                    font-size: 3.7333vw;
                    font-weight: 400;
                    height: 12.8vw;
                    line-height: 4.2667vw;
                    margin-top: 2.1333vw
                }

                .sec-accessories .accessories-list .item .info .buy-now {
                    align-items: center;
                    display: flex;
                    height: 4.5333vw;
                    margin-top: auto
                }

                    .sec-accessories .accessories-list .item .info .buy-now span {
                        color: #fff;
                        display: inline-block;
                        font-size: 3.7333vw;
                        font-weight: 700
                    }

                    .sec-accessories .accessories-list .item .info .buy-now .icon {
                        height: 2.6667vw;
                        margin-left: 2.1333vw
                    }

        .sec-accessories .accessories-list .splide__pagination {
            margin-top: 4.2667vw;
            padding: 0;
            width: 100%
        }

            .sec-accessories .accessories-list .splide__pagination .splide__pagination__page {
                background-color: #646669;
                border: none;
                border-radius: .2667vw;
                height: .5333vw;
                margin: 0 .5333vw;
                outline: none;
                overflow: hidden;
                position: relative;
                transition: width .25s;
                width: 2.6667vw
            }

                .sec-accessories .accessories-list .splide__pagination .splide__pagination__page:after {
                    background-image: linear-gradient(122deg,#5f98d6,#d0f9ff);
                    content: "";
                    display: block;
                    height: 100%;
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    transition: opacity .25s;
                    width: 100%
                }

                .sec-accessories .accessories-list .splide__pagination .splide__pagination__page.is-active {
                    width: 5.3333vw
                }

                    .sec-accessories .accessories-list .splide__pagination .splide__pagination__page.is-active:after {
                        opacity: 1
                    }

.sec-end {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative
}

    .sec-end .wrapper.features, .sec-end .wrapper.features .block img {
        height: 229.6vw;
        width: 100vw
    }

    .sec-end .wrapper.buy {
        background-image: url(https://res.insta360.com/static/infr_base/d37a701ddb57a0c6d9ad681e791e0662/end_kv_mob.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100vw 204.8vw;
        height: 204.8vw;
        margin-top: 21.3333vw;
        width: 100vw
    }

        .sec-end .wrapper.buy .block {
            align-items: center;
            display: flex;
            flex-direction: column;
            position: relative;
            width: 100vw
        }

            .sec-end .wrapper.buy .block .wrapper-logo {
                height: 37.3333vw;
                margin-top: -8.5333vw;
                position: relative
            }

                .sec-end .wrapper.buy .block .wrapper-logo .logo {
                    height: 100%
                }

            .sec-end .wrapper.buy .block .btn-list .btn-buy {
                background-image: linear-gradient(122deg,#5f98d6,#d0f9ff);
                border-radius: 6.4vw;
                color: #000;
                display: inline-block;
                font-size: 5.3333vw;
                font-weight: 700;
                height: 12.8vw;
                line-height: 12.8vw;
                padding: 0 8.5333vw
            }

.sec-specs {
    display: flex;
    justify-content: center;
    overflow: hidden
}

    .sec-specs .wrapper {
        padding: 25.6vw 8.5333vw;
        position: relative
    }

    .sec-specs .sec-title {
        color: #fff;
        font-size: 10.6667vw;
        font-weight: 800;
        line-height: 12.8vw;
        margin-bottom: 6.4vw
    }

    .sec-specs .line {
        border-top: .2667vw solid #4b4d50;
        display: flex;
        padding: 4.2667vw 0
    }

        .sec-specs .line .title, .sec-specs .line .value {
            flex: none;
            width: 39.2vw
        }

        .sec-specs .line .title {
            color: #fff
        }

        .sec-specs .line .title, .sec-specs .line .value {
            font-size: 3.7333vw;
            font-weight: 400;
            line-height: 5.3333vw;
            white-space: pre-wrap
        }

        .sec-specs .line .value {
            color: #898a8e;
            margin-left: 4.5333vw
        }
