﻿button {
    border: none;
    outline: none;
    background: transparent;
}

.btn-video {
    cursor: pointer;
    height: 48px;
    position: relative;
    border-radius: 100px;
    z-index: 0;
    overflow: hidden;
}

    .btn-video .btn-video-bg {
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-video .btn-video-mask {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.38);
    }

    .btn-video .btn-video-wrapper {
        position: relative;
        height: 100%;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-video .btn-video-icon {
        height: 20px;
    }

    .btn-video .btn-video-text {
        margin-right: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

.sec-first {
    margin-top: 49px;
    padding-bottom: 144%;
    position: relative;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(https://res.insta360.com/static/a3825c473af846c882099a1aa2faa6ba/375.jpg);
}

    .sec-first .wrapper-ct {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        width: 100%;
        padding: 0 24px;
    }

    .sec-first .block-main {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-first .block-main .text-1 {
            font-size: 14px;
            font-weight: 900;
            text-align: center;
            color: #ffffff;
            line-height: 16px;
        }

        .sec-first .block-main .text-2 {
            margin-top: 4px;
            font-size: 36px;
            font-weight: 900;
            text-align: center;
            color: #ffffff;
            line-height: 44px;
            white-space: pre-wrap;
        }

        .sec-first .block-main .btn-video {
            margin-top: 16px;
        }

.sec-camera {
    background: #f8f9fc;
    padding: 56px 0 64px;
}

    .sec-camera .wrapper-ct {
        padding: 0 20px;
    }

    .sec-camera .title {
        white-space: pre-wrap;
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        color: #000000;
        line-height: 34px;
    }

    .sec-camera .title-sm {
        margin-top: 8px;
        opacity: 0.8;
        font-size: 14px;
        text-align: center;
        color: #000000;
        line-height: 23px;
    }

    .sec-camera .product-list {
        margin: 36px 0 56px;
    }

    .sec-camera .product {
        background: #ffffff;
        border-radius: 16px;
        padding: 27px;
        height: 505px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 18px 18px -7px rgba(0, 0, 0, 0.05);
    }

        .sec-camera .product:not(:first-child) {
            margin-top: 24px;
        }

        .sec-camera .product .img {
            height: 265px;
        }

        .sec-camera .product .logo {
            margin-top: 16px;
            height: 18px;
        }

        .sec-camera .product .text {
            margin-top: 16px;
            opacity: 0.8;
            font-size: 14px;
            text-align: center;
            color: #000000;
            line-height: 23px;
        }

        .sec-camera .product .btn {
            margin-top: 32px;
            display: block;
            height: 48px;
            background: linear-gradient(314deg, #ffd200 0%, #ffee00 96%);
            border-radius: 50px;
            padding: 0 27px;
            min-width: 160px;
            line-height: 48px;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            color: #000000;
            letter-spacing: 1px;
        }

    .sec-camera .feature-list {
        margin: -8px -8px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sec-camera .feature {
        width: calc(50% - 16px);
        margin: 48px 8px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-camera .feature img {
            height: 60px;
        }

        .sec-camera .feature .text {
            margin-top: 16px;
            white-space: pre-wrap;
            font-size: 12px;
            text-align: center;
            color: #000000;
            line-height: 19px;
        }

.sec-group {
    padding: 64px 0;
}

    .sec-group .wrapper-ct {
        padding: 0 20px;
    }

    .sec-group .block-solution .part-right .text {
        font-size: 26px;
        font-weight: 900;
        color: #000000;
        line-height: 34px;
    }

    .sec-group .block-solution .part-right .text-sm {
        margin-top: 16px;
        font-size: 14px;
        text-align: left;
        color: #898a8e;
        line-height: 22px;
    }

        .sec-group .block-solution .part-right .text-sm .text-main {
            white-space: pre-wrap;
        }

        .sec-group .block-solution .part-right .text-sm .tip {
            display: block;
            margin-top: 16px;
        }

    .sec-group .block-solution .part-left {
        margin-top: 32px;
        position: relative;
    }

        .sec-group .block-solution .part-left .wrapper-pano {
            position: relative;
            width: 100%;
            height: 240px;
            background: #f8f9fc;
            border-radius: 16px;
            overflow: hidden;
        }

            .sec-group .block-solution .part-left .wrapper-pano #pano {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
            }

        .sec-group .block-solution .part-left .author {
            position: absolute;
            left: 16px;
            bottom: 16px;
            font-size: 12px;
            color: #ffffff;
            line-height: 22px;
        }

            .sec-group .block-solution .part-left .author .highlight {
                font-weight: 900;
            }

    .sec-group .block-software {
        margin-top: 64px;
    }

        .sec-group .block-software .part-left .logo {
            display: block;
            height: 38px;
        }

        .sec-group .block-software .part-left .text {
            margin-top: 16px;
            font-size: 26px;
            font-weight: 900;
            color: #000000;
            line-height: 34px;
        }

        .sec-group .block-software .part-left .text-sm {
            margin-top: 24px;
            font-size: 14px;
            color: #898a8e;
            line-height: 22px;
        }

        .sec-group .block-software .part-left .link-list {
            margin-top: 24px;
            display: flex;
        }

            .sec-group .block-software .part-left .link-list .link {
                padding: 10px 20px;
                border: 1px solid #25262a;
                border-radius: 50px;
                display: flex;
                align-items: center;
                font-size: 12px;
                font-weight: 700;
                color: #000000;
                line-height: 20px;
            }

        .sec-group .block-software .part-right {
            position: relative;
            margin-top: 32px;
            padding-bottom: 75%;
        }

            .sec-group .block-software .part-right img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }

.sec-workflow {
    padding: 64px 0;
    background: #f8f9fc;
}

    .sec-workflow .wrapper-ct {
        padding: 0 20px;
    }

    .sec-workflow .title {
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        color: #000000;
        line-height: 34px;
    }

    .sec-workflow .workflow-list {
        margin-top: 32px;
    }

    .sec-workflow .workflow {
        position: relative;
        height: 120px;
        padding-left: 132px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .sec-workflow .workflow:not(:first-child) {
            margin-top: 24px;
        }

        .sec-workflow .workflow .icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 120px;
        }

        .sec-workflow .workflow .text {
            font-size: 20px;
            font-weight: 900;
            color: #000000;
            line-height: 32px;
        }

        .sec-workflow .workflow .text-sm {
            margin-top: 4px;
            font-size: 12px;
            color: #898a8e;
            line-height: 18px;
        }

    .sec-workflow .btn-list {
        margin-top: 48px;
        display: flex;
        justify-content: center;
    }

.sec-partner {
    padding: 64px 0;
}

    .sec-partner .wrapper-ct {
        padding: 0 20px;
    }

    .sec-partner .title {
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        color: #000000;
        line-height: 34px;
    }

    .sec-partner .wrapper-slide {
        margin: 32px -20px 0;
        overflow: hidden;
    }

    .sec-partner .partner-list {
        display: flex;
        transition: transform 500ms;
    }

    .sec-partner .wrapper-partners {
        flex: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sec-partner .partner {
        height: 48px;
        margin: 0 1px;
    }

    .sec-partner .indicator {
        margin-top: 48px;
        display: flex;
        justify-content: center;
    }

        .sec-partner .indicator .point {
            margin: 0 4px;
            width: 75px;
            height: 2px;
            background: #e5e5e5;
            transition: background 200ms;
        }

            .sec-partner .indicator .point.active {
                background: #000000;
            }

.sec-videos {
    background: #f8f9fc;
    padding: 64px 0;
}

    .sec-videos .wrapper-ct {
        padding: 0 20px;
    }

    .sec-videos .title {
        white-space: pre-wrap;
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        color: #000000;
        line-height: 34px;
    }

    .sec-videos .list {
        margin-top: 32px;
    }

        .sec-videos .list .item {
            cursor: pointer;
            position: relative;
            padding-bottom: 56.5%;
            border-radius: 16px;
            overflow: hidden;
        }

            .sec-videos .list .item:not(:first-child) {
                margin-top: 32px;
            }

            .sec-videos .list .item .img {
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                transform: translateY(-50%);
            }

            .sec-videos .list .item .mask {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.4);
            }

            .sec-videos .list .item .text {
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                transform: translateY(-50%);
                text-align: center;
                font-size: 14px;
                font-weight: 900;
                color: #ffffff;
                line-height: 23px;
            }

            .sec-videos .list .item .icon {
                position: absolute;
                left: 16px;
                bottom: 16px;
                height: 28px;
            }

.sec-blogs {
    padding: 64px 0 112px;
}

    .sec-blogs .wrapper-ct {
        padding: 0 20px;
    }

    .sec-blogs .title {
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        color: #000000;
        line-height: 34px;
    }

    .sec-blogs .blog-list {
        margin-top: 32px;
    }

        .sec-blogs .blog-list .item {
            display: block;
            background: #f8f9fc;
            border-radius: 16px;
            overflow: hidden;
        }

            .sec-blogs .blog-list .item:not(:first-child) {
                margin-top: 32px;
            }

            .sec-blogs .blog-list .item .img-cover {
                position: relative;
                padding-bottom: 52.67%;
                overflow: hidden;
            }

                .sec-blogs .blog-list .item .img-cover img {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .sec-blogs .blog-list .item .item-bottom {
                padding: 40px 16px;
            }

                .sec-blogs .blog-list .item .item-bottom .text1 {
                    font-size: 20px;
                    font-weight: 700;
                    color: #191c21;
                    line-height: 28px;
                }

                .sec-blogs .blog-list .item .item-bottom .text2 {
                    margin-top: 16px;
                    font-size: 14px;
                    color: #afb1b4;
                    line-height: 24px;
                }

                .sec-blogs .blog-list .item .item-bottom .text3 {
                    margin-top: 40px;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 24px;
                    color: #000000;
                    display: flex;
                    align-items: center;
                }

                    .sec-blogs .blog-list .item .item-bottom .text3 img {
                        height: 24px;
                    }

.enterprise-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 49px;
    z-index: 98;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out;
}

    .enterprise-menu .menu-item {
        display: block;
        padding: 0 16px;
        color: #FFFFFF;
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
        line-height: 32px;
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

.topAdImg {
    width: 100%;
    background-image: linear-gradient(135deg, #fff, #e3e3e3);
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.nav-header-page .product-sub-header ul.menu li.menu-item {
    padding-left: 0;
}
