.banner {
    height: 1.85rem;
    width: 100%;
}

    .banner .banner-box {
        width: 100%;
        height: 1.85rem;
        background-image: url("/images/sdk/bannerImg.jpg");
        background-size: cover;
        background-position: center center;
        background-size: cover;
    }

.OEM-model {
    width: 100%;
    padding-bottom: 0.28rem;
}

    .OEM-model .module-second-title {
        font-size: 0.12rem;
        color: #f39b17;
        margin-top: 0.32rem;
        width: 100%;
        text-align: center;
        margin-bottom: 0.05rem;
    }

    .OEM-model .OEM-teamwork-content {
        width: 96%;
        margin: 0 auto;
    }

        .OEM-model .OEM-teamwork-content .OEM-model-item {
            margin-top: 0.3rem;
            width: 100%;
        }

            .OEM-model .OEM-teamwork-content .OEM-model-item .item-title {
                width: 100%;
                color: #333;
                font-size: 0.16rem;
            }

            .OEM-model .OEM-teamwork-content .OEM-model-item .item-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                height: 1.1rem;
            }

                .OEM-model .OEM-teamwork-content .OEM-model-item .item-content > div {
                    width: 1.1rem;
                }

                .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-img {
                    height: 1.1rem;
                    margin: 0 0.1rem;
                }

                    .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-img img {
                        width: 100%;
                        height: 100%;
                    }

                .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-left {
                    color: #999;
                }

                    .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-left p {
                        font-size: 0.16rem;
                        text-align: left;
                    }

                    .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-left span {
                        font-size: 0.12rem;
                        margin-top: 0.05rem;
                        text-align: left;
                        display: inline-block;
                    }

                .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-right {
                    color: #333;
                }

                    .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-right p {
                        font-size: 0.16rem;
                        text-align: left;
                    }

                    .OEM-model .OEM-teamwork-content .OEM-model-item .item-content .content-right span {
                        display: inline-block;
                        font-size: 0.12rem;
                        margin-top: 0.05rem;
                        text-align: left;
                    }

.vgo-featrue {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 0.25rem;
}

    .vgo-featrue .featrue-content {
        width: 95%;
        margin: 0 auto;
        margin-top: 0.33rem;
    }

        .vgo-featrue .featrue-content .featrue-item {
            width: 1.68rem;
            height: 2.25rem;
            float: left;
            background-color: #fff;
            margin-right: 0.17rem;
            margin-bottom: 0.17rem;
        }

            .vgo-featrue .featrue-content .featrue-item:nth-child(2n) {
                margin-right: 0;
            }

            .vgo-featrue .featrue-content .featrue-item:nth-child(n+3) {
                margin-bottom: 0;
            }

            .vgo-featrue .featrue-content .featrue-item .featrue-img {
                height: 1.71rem;
                width: 100%;
                position: relative;
            }

                .vgo-featrue .featrue-content .featrue-item .featrue-img img {
                    width: 100%;
                    height: 100%;
                }

                .vgo-featrue .featrue-content .featrue-item .featrue-img .img-title {
                    font-size: 0.14rem;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    background-color: rgba(0,0,0,0.5);
                    color: #fff;
                    text-align: center;
                    height: 0.26rem;
                    line-height: 0.26rem;
                }

            .vgo-featrue .featrue-content .featrue-item > span {
                display: inline-block;
                padding: 0.1rem 0.05rem;
                text-align: center;
                background-color: #fff;
                color: #333;
            }

.use-function {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.15rem;
}

    .use-function .use-function-content {
        width: 100%;
    }

        .use-function .use-function-content ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 0.33rem;
            padding-bottom: 0.15rem;
        }

            .use-function .use-function-content ul li {
                width: 1.1rem;
                height: 1.7rem;
                background: #fff;
                -webkit-box-shadow: 0px 0.03rem 0.1rem 0px rgba(0,0,0,0.2);
                box-shadow: 0px 0.03rem 0.1rem 0px rgba(0,0,0,0.2);
                border-radius: 0.02rem;
                text-align: center;
                padding: 0.16rem 0.1rem 0;
                margin-bottom: 0.1rem;
            }

                .use-function .use-function-content ul li img {
                    width: 0.23rem;
                    height: 0.23rem;
                }

                .use-function .use-function-content ul li p {
                    width: 100%;
                    text-align: center;
                    margin-top: 0.09rem;
                    margin-bottom: 0.11rem;
                    color: #333;
                    font-size: 0.12rem;
                    font-weight: 600;
                }

                .use-function .use-function-content ul li span {
                    font-size: 0.12rem;
                    color: #666;
                }

.apply-coop {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 0.25rem;
}

    .apply-coop .apply-coop-content {
        position: relative;
        width: 100%;
        padding: 0 0.37rem;
        margin-top: 0.29rem;
    }

        .apply-coop .apply-coop-content .apply-coop-item {
            width: 0.6rem;
            display: inline-block;
            margin-right: 0.57rem;
            margin-bottom: 0.23rem;
        }

            .apply-coop .apply-coop-content .apply-coop-item:nth-child(3n) {
                margin-right: 0;
            }

            .apply-coop .apply-coop-content .apply-coop-item:nth-child(n+4) {
                margin-bottom: 0;
            }

            .apply-coop .apply-coop-content .apply-coop-item img {
                width: 100%;
                height: 0.6rem;
            }

            .apply-coop .apply-coop-content .apply-coop-item p {
                width: 100%;
                text-align: center;
                white-space: nowrap;
            }

            .apply-coop .apply-coop-content .apply-coop-item .spsicalP {
                margin-left: -0.15rem;
            }

        .apply-coop .apply-coop-content .arrows {
            position: absolute;
            display: inline-block;
        }

        .apply-coop .apply-coop-content .right-arrows-1 {
            width: 0.45rem;
            height: 0.02rem;
            background-color: #f39b17;
            left: 1.03rem;
            top: 0.3rem;
        }

            .apply-coop .apply-coop-content .right-arrows-1::before {
                display: inline-block;
                position: absolute;
                top: -0.06rem;
                right: -0.09rem;
                content: '';
                border: 0.07rem solid #f39817;
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
            }

        .apply-coop .apply-coop-content .right-arrows-2 {
            width: 0.45rem;
            height: 0.02rem;
            background-color: #f39b17;
            left: 2.25rem;
            top: 0.3rem;
        }

            .apply-coop .apply-coop-content .right-arrows-2::before {
                display: inline-block;
                position: absolute;
                top: -0.06rem;
                right: -0.09rem;
                content: '';
                border: 0.07rem solid #f39817;
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
            }

        .apply-coop .apply-coop-content .down-arrows {
            width: 0.02rem;
            height: 0.45rem;
            background-color: #f39b17;
            left: 3.5rem;
            top: 0.6rem;
        }

            .apply-coop .apply-coop-content .down-arrows::before {
                display: inline-block;
                position: absolute;
                top: 0.4rem;
                right: -0.06rem;
                content: '';
                border: 0.07rem solid #f39817;
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
            }

        .apply-coop .apply-coop-content .left-arrows-1 {
            width: 0.45rem;
            height: 0.02rem;
            background-color: #f39b17;
            left: 2.25rem;
            top: 1.3rem;
        }

            .apply-coop .apply-coop-content .left-arrows-1::before {
                display: inline-block;
                position: absolute;
                top: -0.06rem;
                right: 0.41rem;
                content: '';
                border: 0.07rem solid #f39817;
                border-top-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
            }

        .apply-coop .apply-coop-content .left-arrows-2 {
            width: 0.45rem;
            height: 0.02rem;
            background-color: #f39b17;
            left: 1.03rem;
            top: 1.3rem;
        }

            .apply-coop .apply-coop-content .left-arrows-2::before {
                display: inline-block;
                position: absolute;
                top: -0.06rem;
                right: 0.41rem;
                content: '';
                border: 0.07rem solid #f39817;
                border-top-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
            }

@-webkit-keyframes box-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #eee;
        box-shadow: 0 0 0 0px #eee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0.1rem #eee;
        box-shadow: 0 0 0 0.1rem #eee;
    }
}

@keyframes box-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #eee;
        box-shadow: 0 0 0 0px #eee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0.1rem #eee;
        box-shadow: 0 0 0 0.1rem #eee;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    66% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #16f2f7;
    }
}

@keyframes zoom {
    0% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    66% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #16f2f7;
    }
}
