﻿@charset "UTF-8";

.register-component input {
    height: 50px;
    line-height: 50px;
    color: #535353;
    border: 1px solid #ddd;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

.register-component .btn, .register-component button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.register-component .phone-number input {
    width: 100%;
    font-size: 14px
}

.register-component .location {
    position: relative
}

.register-component .auth-code, .register-component .compony-name, .register-component .location, .register-component .phone-number, .register-component .user-name {
    height: 40px;
    margin-top: 20px;
    position: relative
}

    .register-component .auth-code input, .register-component .compony-name input, .register-component .location input, .register-component .phone-number input, .register-component .user-name input {
        float: left;
        text-indent: 35px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .register-component .auth-code .icon, .register-component .compony-name .icon, .register-component .location .icon, .register-component .phone-number .icon, .register-component .user-name .icon {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 16px;
        left: 12px
    }

    .register-component .auth-code:nth-child(1) .icon, .register-component .compony-name:nth-child(1) .icon, .register-component .location:nth-child(1) .icon, .register-component .phone-number:nth-child(1) .icon, .register-component .user-name:nth-child(1) .icon {
        background: url("../../../front/images/icon-phone.png") /*tpa=http://mingnuotech.com/home/images/icon-phone.png*/;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat
    }

    .register-component .auth-code:nth-child(2) .icon, .register-component .compony-name:nth-child(2) .icon, .register-component .location:nth-child(2) .icon, .register-component .phone-number:nth-child(2) .icon, .register-component .user-name:nth-child(2) .icon {
        background: url("../../../front/images/icon-verCode.png") /*tpa=http://mingnuotech.com/home/images/icon-verCode.png*/;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat
    }

    .register-component .auth-code:nth-child(3) .icon, .register-component .compony-name:nth-child(3) .icon, .register-component .location:nth-child(3) .icon, .register-component .phone-number:nth-child(3) .icon, .register-component .user-name:nth-child(3) .icon {
        background: url("../../../front/images/icon-userName.png") /*tpa=http://mingnuotech.com/home/images/icon-userName.png*/;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat
    }

    .register-component .auth-code:nth-child(4) .icon, .register-component .compony-name:nth-child(4) .icon, .register-component .location:nth-child(4) .icon, .register-component .phone-number:nth-child(4) .icon, .register-component .user-name:nth-child(4) .icon {
        background: url("../../../front/images/icon-comName.png") /*tpa=http://mingnuotech.com/home/images/icon-comName.png*/;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat
    }

    .register-component .auth-code:nth-child(5) .icon, .register-component .compony-name:nth-child(5) .icon, .register-component .location:nth-child(5) .icon, .register-component .phone-number:nth-child(5) .icon, .register-component .user-name:nth-child(5) .icon {
        background: url("../../../front/images/icon-location.png") /*tpa=http://mingnuotech.com/home/images/icon-location.png*/;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 11
    }

    .register-component .auth-code .btn, .register-component .compony-name .btn, .register-component .location .btn, .register-component .phone-number .btn, .register-component .user-name .btn {
        width: 25%;
        color: #EA5413;
        border: 1px solid #EA5413;
        float: right;
        background-color: #fff
    }

    .register-component .auth-code .notclick, .register-component .compony-name .notclick, .register-component .location .notclick, .register-component .phone-number .notclick, .register-component .user-name .notclick {
        background-color: #cdcdcd !important;
        border-color: #cdcdcd !important;
        color: #fff !important
    }

    .register-component .auth-code input {
        width: 70%
    }

.register-component .password {
    margin-top: 20px
}

    .register-component .password input {
        width: 100%
    }

.register-component .reg-submit {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
    padding: 0 80px;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -moz- oldlinear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -o-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: linear-gradient(138deg,#fad961 0,#f76b1c 100%);
    display: block
}

.register-component > p {
    margin-top: 20px;
    font-size: 14px;
    color: #535353
}

@media screen and (max-width:768px) {
    .register-component > p {
        font-size: 14px
    }
}

@media screen and (max-width:330px) {
    .register-component > p {
        font-size: 12px
    }
}

input.warn:-ms-input-placeholder {
    color: #e60012 !important;
    padding: 3px 0
}

input.warn::-webkit-input-placeholder {
    color: #e60012 !important;
    padding: 3px 0
}

@media screen and (max-width:768px) {
    .icon-solution {
        top: 10px !important;
        left: 11px !important
    }

    .register-component {
        width: 85%;
        margin: 0 auto
    }

        .register-component input {
            width: 100%;
            height: 40px;
            line-height: 40px
        }

        .register-component .btn, .register-component button {
            height: 40px;
            line-height: 40px;
            background-color: #fff
        }

        .register-component .auth-code, .register-component .compony-name, .register-component .location, .register-component .password, .register-component .reg-submit, .register-component .user-name {
            height: 40px;
            margin-top: 10px
        }

        .register-component #register-component > .location .city-picker-span {
            height: 40px !important;
            line-height: 40px !important;
            background: #fff !important
        }

        .register-component .auth-code {
            height: 40px
        }

            .register-component .auth-code .btn {
                font-size: 12px !important;
                padding: 0
            }

        .register-component .reg-submit {
            width: 100%;
            padding: 0;
            margin-top: 20px
        }
}

#city-picker-one + .city-picker-span, #city-picker-three + .city-picker-span, #city-picker-two + .city-picker-span {
    padding-left: 36px
}

@media screen and (max-width:390px) {
    .register-component {
        width: 100%
    }
}

.fl {
    float: left
}

.fr {
    float: right !important
}

.clear-fix::after, .clear-fix::before {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
    height: 0
}

.overview-wrapper, .report-show-wrapper {
    overflow: hidden;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto
}

* {
    font-family: PingFangSC-Regular,tahoma,arial,"Hiragino Sans GB","Microsoft Yahei"
}

.attendance, .buluo, .cloudDisk, .ecosystem, .im, .joint, .overview, .shenpi, .timer, .video-conference {
    text-align: center
}

@media screen and (min-width:769px) {
    #products_content.overview.mobile {
        display: none
    }

    #products_content.overview.pc {
        display: block
    }

        #products_content.overview.pc .clearfix:after, #products_content.overview.pc .clearfix:before {
            content: "";
            display: table
        }

        #products_content.overview.pc .clearfix:after {
            clear: both
        }

        #products_content.overview.pc .banner-containner .bannerbox .banner_content .banner .banner-word {
            top: 255px;
            margin-top: 0
        }

            #products_content.overview.pc .banner-containner .bannerbox .banner_content .banner .banner-word .title {
                line-height: 55px;
                height: 110px
            }

            #products_content.overview.pc .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
                display: inline-block;
                margin-top: 10px
            }

                #products_content.overview.pc .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a:nth-last-child(1) {
                    margin-left: 20px
                }

        #products_content.overview.pc .products-design {
            height: 920px;
            background: #f4f8fc
        }

            #products_content.overview.pc .products-design .products-design-title-container {
                height: 200px
            }

                #products_content.overview.pc .products-design .products-design-title-container .title {
                    margin-top: 90px;
                    font-size: 36px;
                    color: #051022
                }

                #products_content.overview.pc .products-design .products-design-title-container .sub-title {
                    margin-top: 20px;
                    font-size: 18px;
                    color: #535353
                }

            #products_content.overview.pc .products-design .products-design-image-container {
                height: 720px;
                padding: 20px 0;
                background: url("../../../images/products/overview/pc/img-01.png") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/img-01.png*/ no-repeat center center/contain
            }

        #products_content.overview.pc .products-function {
            height: 860px
        }

            #products_content.overview.pc .products-function .products-function-title-container {
                height: 235px
            }

                #products_content.overview.pc .products-function .products-function-title-container .title {
                    margin-top: 90px;
                    font-size: 36px;
                    color: #051022
                }

                #products_content.overview.pc .products-function .products-function-title-container .sub-title {
                    margin-top: 20px;
                    font-size: 18px;
                    color: #535353
                }

            #products_content.overview.pc .products-function .products-function-content-container {
                height: 630px
            }

                #products_content.overview.pc .products-function .products-function-content-container .tab-bar {
                    width: 100%;
                    height: 70px
                }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-bar .tab-item {
                        width: 33.333%;
                        float: left;
                        height: 100%;
                        line-height: 70px;
                        cursor: pointer;
                        background: #f4f8fc;
                        font-size: 18px;
                        color: #535353
                    }

                        #products_content.overview.pc .products-function .products-function-content-container .tab-bar .tab-item.active {
                            background: #EA5413;
                            color: #fff
                        }

                #products_content.overview.pc .products-function .products-function-content-container .tab-panels {
                    margin-top: 60px
                }

                #products_content.overview.pc .products-function .products-function-content-container .tab-panels-three, #products_content.overview.pc .products-function .products-function-content-container .tab-panels-two {
                    display: none
                }

                #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item {
                    width: 23%;
                    margin: 0 1%;
                    float: left;
                    height: 240px
                }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item .icon,
                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item .jxqiconfont {
                        margin-top: 30px;
                        width: 120px;
                        height: 90px;
                        vertical-align: -.15em;
                        fill: currentColor;
                        overflow: hidden;
                        font-size: 90px;
                        color: #EA5413;
                        display: inline-block;
                    }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item .icon-container {
                        height: 120px
                    }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item .title {
                        color: #051022;
                        font-size: 18px;
                        line-height: 27px;
                        margin-top: 6px
                    }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item .subtitle {
                        font-size: 16px;
                        color: #535353;
                        line-height: 27px
                    }

                    #products_content.overview.pc .products-function .products-function-content-container .tab-panels .panel-item:hover {
                        background: #fff;
                        -webkit-box-shadow: 0 0 30px 0 rgba(60,186,255,.2);
                        -moz-box-shadow: 0 0 30px 0 rgba(60,186,255,.2);
                        box-shadow: 0 0 30px 0 rgba(60,186,255,.2)
                    }

        #products_content.overview.pc .products-idea {
            height: 650px;
            background: #f4f8fc
        }

            #products_content.overview.pc .products-idea .products-idea-title-container {
                height: 200px
            }

                #products_content.overview.pc .products-idea .products-idea-title-container .title {
                    margin-top: 90px;
                    font-size: 36px;
                    color: #051022
                }

                #products_content.overview.pc .products-idea .products-idea-title-container .sub-title {
                    margin-top: 20px;
                    font-size: 18px;
                    color: #535353
                }

            #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card {
                width: 23.5%;
                height: 300px;
                float: left;
                border-right: 15px solid transparent
            }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card:nth-last-child(1) {
                    border-right: 0
                }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card:nth-child(1) .card-top {
                    background: url("../../../images/products/overview/pc/icon-bg-01.jpg") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/icon-bg-01.jpg*/ no-repeat center center/cover
                }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card:nth-child(2) .card-top {
                    background: url("../../../images/products/overview/pc/icon-bg-02.jpg") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/icon-bg-02.jpg*/ no-repeat center center/cover
                }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card:nth-child(3) .card-top {
                    background: url("../../../images/products/overview/pc/icon-bg-03.jpg") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/icon-bg-03.jpg*/ no-repeat center center/cover
                }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card:nth-child(4) .card-top {
                    background: url("../../../images/products/overview/pc/icon-bg-04.jpg") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/icon-bg-04.jpg*/ no-repeat center center/cover
                }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-top {
                    height: 200px
                }

                    #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-top:hover {
                        -webkit-transform: scale(1.06);
                        -moz-transform: scale(1.06);
                        -ms-transform: scale(1.06);
                        -o-transform: scale(1.06);
                        transform: scale(1.06);
                        -webkit-transition: -webkit-transform .3s ease-in-out;
                        transition: -webkit-transform .3s ease-in-out;
                        -o-transition: -o-transform .3s ease-in-out;
                        -moz-transition: transform .3s ease-in-out,-moz-transform .3s ease-in-out;
                        transition: transform .3s ease-in-out;
                        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out
                    }

                    #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-top .icon {
                        width: 60px;
                        height: 60px;
                        margin-top: 60px
                    }

                    #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-top .title {
                        margin-top: 15px;
                        font-size: 18px;
                        color: #fff;
                        line-height: 25px
                    }

                #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-bottom {
                    height: 100px;
                    background: #fff;
                    border: 1px solid #ddd;
                    padding: 25px 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box
                }

                    #products_content.overview.pc .products-idea .products-idea-content-container .idea-cards-container .idea-card .card-bottom p {
                        font-size: 18px;
                        color: #051022;
                        line-height: 25px
                    }

            #products_content.overview.pc .products-idea .products-idea-content-container .idea-summary {
                margin-top: 50px;
                font-size: 18px;
                color: #051022;
                line-height: 18px
            }

        #products_content.overview.pc .products-exp, #products_content.overview-content .products-exp {
            height: 690px
        }

            #products_content.overview.pc .products-exp .products-exp-title-container, #products_content.overview-content .products-exp .products-exp-title-container {
                height: 200px
            }

                #products_content.overview.pc .products-exp .products-exp-title-container .title, #products_content.overview-content .products-exp .products-exp-title-container .title {
                    margin-top: 90px;
                    font-size: 36px;
                    color: #051022
                }

                #products_content.overview.pc .products-exp .products-exp-title-container .sub-title, #products_content.overview-content .products-exp .products-exp-title-container .sub-title {
                    margin-top: 20px;
                    font-size: 18px;
                    color: #535353
                }

            #products_content.overview.pc .products-exp .products-exp-content-container, #products_content.overview-content .products-exp .products-exp-content-container {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                height: 490px;
                padding: 60px 0
            }

                #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card,
                #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card {
                    float: left;
                    position: relative;
                    width: 363px;
                    height: 363px;
                    margin-right: 15px
                }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card:hover,
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card:hover {
                        -webkit-transform: scale(1.06);
                        -moz-transform: scale(1.06);
                        -ms-transform: scale(1.06);
                        -o-transform: scale(1.06);
                        transform: scale(1.06);
                        -webkit-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out
                    }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(1),
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(1) {
                        background: url('/front/image/productoverview/smart.jpg') no-repeat center center/cover
                    }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(2),
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(2) {
                        background: url('/front/image/productoverview/mobile.jpg') no-repeat center center/cover
                    }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(3),
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-child(3) {
                        background: url('/front/image/productoverview/social.jpg') no-repeat center center/cover
                    }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card .content,
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card .content {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        height: 160px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        background: rgba(5,16,34,.5);
                        text-align: left;
                        padding: 27px 0 0 40px
                    }

                        #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .title,
                        #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .title {
                            width: 90px;
                            height: 30px;
                            font-size: 30px;
                            font-family: PingFangSC-Medium,PingFang SC;
                            font-weight: 500;
                            color: #fff;
                            line-height: 30px
                        }

                        #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .item,
                        #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .item {
                            margin-top: 10px
                        }

                            #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .item p,
                            #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards .exp-card .content .item p {
                                font-size: 16px;
                                font-weight: 400;
                                color: #fff;
                                line-height: 24px
                            }

                    #products_content.overview.pc .products-exp .products-exp-content-container .products-exp-cards .exp-card:nth-last-child(1),
                    #products_content.overview-content .products-exp .products-exp-content-container .products-exp-cards ..exp-card:nth-last-child(1) {
                        margin-right: 0
                    }

        #products_content.overview.pc .bottom-banner-container, #products_content.joint .bottom-banner-container {
            height: 430px;
            background: url("/front/image/products/overview/pc/bottom-banner.jpg") no-repeat center center/cover
        }

            #products_content.overview.pc .bottom-banner-container .bottom-banner-title, #products_content.joint .bottom-banner-container  .bottom-banner-title{
                padding-top: 90px;
                font-size: 36px;
                color: #fff;
                line-height: 36px
            }

            #products_content.overview.pc .bottom-banner-container .bottom-banner-content, #products_content.joint .bottom-banner-container .bottom-banner-content {
                margin-top: 63px
            }

                #products_content.overview.pc .bottom-banner-container .bottom-banner-content .free, #products_content.joint .bottom-banner-container  .bottom-banner-content .free{
                    margin-top: 12px;
                    display: inline-block;
                    width: 200px;
                    height: 50px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    border: 1px solid #fff;
                    background: rgba(255,255,255,.3);
                    text-align: center;
                    line-height: 50px;
                    color: #fff
                }

                    #products_content.overview.pc .bottom-banner-container .bottom-banner-content .free:hover, #products_content.joint .bottom-banner-container  .bottom-banner-content .free:hover{
                        background: rgba(255,255,255,0)
                    }

                #products_content.overview.pc .bottom-banner-container .bottom-banner-content .left-content, #products_content.joint .bottom-banner-container .bottom-banner-content .left-content {
                    float: left;
                    text-align: left;
                    color: #fff;
                    line-height: 45px;
                    width: 50%;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding-left: 150px;
                    border-right: 1px solid #fff
                }

                    #products_content.overview.pc .bottom-banner-container .bottom-banner-content .left-content .title, #products_content.joint .bottom-banner-container  .bottom-banner-content .left-content .title{
                        font-size: 18px
                    }

                    #products_content.overview.pc .bottom-banner-container .bottom-banner-content .left-content .phone, #products_content.joint .bottom-banner-container  .bottom-banner-content .left-content .phone{
                        font-size: 36px
                    }

                #products_content.overview.pc .bottom-banner-container .bottom-banner-content .right-content, #products_content.joint .bottom-banner-container  .bottom-banner-content .right-content{
                    float: right;
                    color: #fff;
                    line-height: 36px;
                    text-align: left;
                    padding-right: 150px;
                    margin-top: 10px
                }

                    #products_content.overview.pc .bottom-banner-container .bottom-banner-content .right-content .title, #products_content.joint .bottom-banner-container  .bottom-banner-content .right-content .title{
                        font-size: 36px
                    }

                    #products_content.overview.pc .bottom-banner-container .bottom-banner-content .right-content .phone, #products_content.joint .bottom-banner-container  .bottom-banner-content .right-content .phone{
                        margin-top: 10px;
                        font-size: 18px
                    }
}

@media screen and (max-width:768px) {
    #products_content.overview.mobile {
        display: block
    }

        #products_content.overview.mobile .banner-containner {
            margin-top: 36px;
            width: 100%;
            height: 312px
        }

            #products_content.overview.mobile .banner-containner .banner_content .banner .banner-word {
                width: 100%;
                margin-top: 0;
                text-align: center
            }

                #products_content.overview.mobile .banner-containner .banner_content .banner .banner-word .title {
                    font-size: 24px;
                    color: #fff;
                    line-height: 34px
                }

                #products_content.overview.mobile .banner-containner .banner_content .banner .banner-word .subTitle {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    font-size: 18px;
                    font-weight: 400;
                    color: #fff;
                    line-height: 34px;
                    margin-top: 35px
                }

                #products_content.overview.mobile .banner-containner .banner_content .banner .banner-word .freebox a {
                    display: inline-block;
                    margin-top: 0
                }

        #products_content.overview.mobile .products-design {
            width: 100%;
            height: 360px;
            background: #f4f8fc
        }

            #products_content.overview.mobile .products-design .products-design-title-container {
                padding-top: 40px
            }

                #products_content.overview.mobile .products-design .products-design-title-container .title {
                    font-size: 20px;
                    color: #051022;
                    line-height: 20px
                }

                #products_content.overview.mobile .products-design .products-design-title-container .subtitle {
                    margin-top: 10px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #051022
                }

            #products_content.overview.mobile .products-design .products-design-image-container {
                height: 220px;
                margin: 35px 10px 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background: url("../../../images/products/overview/pc/img-01.png") /*tpa=http://mingnuotech.com/home/images/products/overview/pc/img-01.png*/ no-repeat center center/contain
            }

        #products_content.overview.mobile .products-function .products-function-title-container {
            padding-top: 40px
        }

            #products_content.overview.mobile .products-function .products-function-title-container .title {
                font-size: 20px;
                color: #051022;
                line-height: 20px
            }

            #products_content.overview.mobile .products-function .products-function-title-container .subtitle {
                margin-top: 10px;
                font-size: 14px;
                font-weight: 400;
                color: #051022;
                line-height: 14px
            }

        #products_content.overview.mobile .products-function .products-function-content-container {
            margin-top: 50px
        }

            #products_content.overview.mobile .products-function .products-function-content-container .tab-bar {
                border-bottom: 1px solid #ddd
            }

                #products_content.overview.mobile .products-function .products-function-content-container .tab-bar .line {
                    float: left;
                    height: 20px;
                    width: 1px;
                    background: #ddd;
                    margin: 16px 0
                }

                #products_content.overview.mobile .products-function .products-function-content-container .tab-bar .tab {
                    float: left;
                    width: 33%;
                    text-align: center;
                    height: 50px;
                    line-height: 50px;
                    display: block;
                    font-size: 18px;
                    font-weight: 400;
                    color: #535353
                }

                    #products_content.overview.mobile .products-function .products-function-content-container .tab-bar .tab.active {
                        color: #EA5413;
                        position: relative
                    }

                        #products_content.overview.mobile .products-function .products-function-content-container .tab-bar .tab.active:after {
                            content: "";
                            display: block;
                            position: absolute;
                            bottom: -1px;
                            background: #EA5413;
                            height: 3px;
                            width: 70px;
                            text-align: center;
                            left: 0;
                            right: 0;
                            margin: 0 auto
                        }

            #products_content.overview.mobile .products-function .products-function-content-container .panel-three, #products_content.overview.mobile .products-function .products-function-content-container .panel-two {
                display: none
            }

            #products_content.overview.mobile .products-function .products-function-content-container .tab-panel {
                height: 240px
            }

                #products_content.overview.mobile .products-function .products-function-content-container .tab-panel .panel-item {
                    float: left;
                    overflow: hidden;
                    width: 25%;
                    height: 120px
                }

                    #products_content.overview.mobile .products-function .products-function-content-container .tab-panel .panel-item .icon-container {
                        margin-top: 24px
                    }

                        #products_content.overview.mobile .products-function .products-function-content-container .tab-panel .panel-item .icon-container .icon {
                            width: 50px;
                            height: 50px
                        }

                        #products_content.overview.mobile .products-function .products-function-content-container .tab-panel .panel-item .icon-container .title {
                            margin-top: 5px;
                            font-size: 12px;
                            font-weight: 400;
                            color: #051022
                        }

        #products_content.overview.mobile .products-idea {
            height: 600px;
            background: #f4f8fc
        }

            #products_content.overview.mobile .products-idea .products-idea-title-container {
                padding-top: 40px;
                height: 120px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

                #products_content.overview.mobile .products-idea .products-idea-title-container .title {
                    font-size: 20px;
                    color: #051022;
                    line-height: 20px
                }

                #products_content.overview.mobile .products-idea .products-idea-title-container .subtitle {
                    margin-top: 10px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #051022;
                    line-height: 14px
                }

            #products_content.overview.mobile .products-idea .products-idea-content-container {
                height: 355px
            }

                #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item {
                    float: left;
                    width: 260px;
                    height: 330px;
                    background: #fff;
                    -webkit-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -moz-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px
                }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item.swiper-slide-active {
                        margin: 0 20px !important
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item.swiper-slide-prev {
                        margin-left: 10% !important
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item:nth-child(1) .card-top {
                        background: url("../../../images/products/overview/mobile/icon-bg-01.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/icon-bg-01.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item:nth-child(2) .card-top {
                        background: url("../../../images/products/overview/mobile/icon-bg-02.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/icon-bg-02.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item:nth-child(3) .card-top {
                        background: url("../../../images/products/overview/mobile/icon-bg-03.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/icon-bg-03.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item:nth-child(4) .card-top {
                        background: url("../../../images/products/overview/mobile/icon-bg-01.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/icon-bg-01.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-top {
                        height: 200px
                    }

                        #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-top:hover {
                            -webkit-transform: scale(1.06);
                            -moz-transform: scale(1.06);
                            -ms-transform: scale(1.06);
                            -o-transform: scale(1.06);
                            transform: scale(1.06);
                            -webkit-transition: -webkit-transform .3s ease-in-out;
                            transition: -webkit-transform .3s ease-in-out;
                            -o-transition: -o-transform .3s ease-in-out;
                            -moz-transition: transform .3s ease-in-out,-moz-transform .3s ease-in-out;
                            transition: transform .3s ease-in-out;
                            transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out
                        }

                        #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-top .icon {
                            margin-top: 50px;
                            width: 60px;
                            height: 60px
                        }

                        #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-top .title {
                            margin-top: 10px;
                            font-size: 18px;
                            color: #fff;
                            line-height: 25px
                        }

                    #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-bottom {
                        height: 120px;
                        padding: 35px 0
                    }

                        #products_content.overview.mobile .products-idea .products-idea-content-container .cards-wrapper .card-item .card-bottom p {
                            font-size: 18px;
                            font-weight: 400;
                            color: #051022;
                            line-height: 25px
                        }

            #products_content.overview.mobile .products-idea .products-idea-summary {
                margin-top: 25px;
                font-size: 14px;
                font-weight: 400;
                color: #051022;
                line-height: 24px;
                padding: 0 15px
            }

            #products_content.overview.mobile .products-idea .products-idea-pa {
                margin-top: 10px
            }

                #products_content.overview.mobile .products-idea .products-idea-pa .swiper-pagination-bullet {
                    width: 5px;
                    height: 5px;
                    background: rgba(83,83,83,.4);
                    margin: 0 5px
                }

                #products_content.overview.mobile .products-idea .products-idea-pa .swiper-pagination-bullet-active {
                    background: #EA5413
                }

        #products_content.overview.mobile .products-exp {
            height: 530px
        }

            #products_content.overview.mobile .products-exp .products-exp-title-container {
                padding-top: 40px;
                height: 120px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box
            }

                #products_content.overview.mobile .products-exp .products-exp-title-container .title {
                    font-size: 20px;
                    color: #051022;
                    line-height: 20px
                }

                #products_content.overview.mobile .products-exp .products-exp-title-container .subtitle {
                    margin-top: 10px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #051022;
                    line-height: 14px
                }

            #products_content.overview.mobile .products-exp .products-exp-content-container {
                height: 355px
            }

                #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item {
                    float: left;
                    width: 260px;
                    height: 330px;
                    background: #fff;
                    -webkit-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -moz-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px
                }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item.swiper-slide-active {
                        margin: 0 20px !important
                    }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item.swiper-slide-prev {
                        margin-left: 10% !important
                    }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item:nth-child(1) .card-top {
                        background: url("../../../images/products/overview/mobile/img-02.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/img-02.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item:nth-child(2) .card-top {
                        background: url("../../../images/products/overview/mobile/img-03.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/img-03.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item:nth-child(3) .card-top {
                        background: url("../../../images/products/overview/mobile/img-04.png") /*tpa=http://mingnuotech.com/home/images/products/overview/mobile/img-04.png*/ no-repeat center center/cover
                    }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-top {
                        height: 200px
                    }

                        #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-top:hover {
                            -webkit-transform: scale(1.06);
                            -moz-transform: scale(1.06);
                            -ms-transform: scale(1.06);
                            -o-transform: scale(1.06);
                            transform: scale(1.06);
                            -webkit-transition: -webkit-transform .3s ease-in-out;
                            transition: -webkit-transform .3s ease-in-out;
                            -o-transition: -o-transform .3s ease-in-out;
                            -moz-transition: transform .3s ease-in-out,-moz-transform .3s ease-in-out;
                            transition: transform .3s ease-in-out;
                            transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out
                        }

                        #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-top .icon {
                            margin-top: 50px;
                            width: 60px;
                            height: 60px
                        }

                    #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-bottom {
                        height: 120px
                    }

                        #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-bottom .title {
                            margin-top: 14px;
                            font-size: 18px;
                            font-weight: 400;
                            color: #051022;
                            line-height: 25px
                        }

                        #products_content.overview.mobile .products-exp .products-exp-content-container .cards-wrapper .card-item .card-bottom p {
                            font-size: 12px;
                            font-weight: 400;
                            color: #051022;
                            line-height: 22px
                        }

            #products_content.overview.mobile .products-exp .products-exp-pa {
                margin-top: 10px
            }

                #products_content.overview.mobile .products-exp .products-exp-pa .swiper-pagination-bullet {
                    width: 5px;
                    height: 5px;
                    background: rgba(83,83,83,.4);
                    margin: 0 5px
                }

                #products_content.overview.mobile .products-exp .products-exp-pa .swiper-pagination-bullet-active {
                    background: #EA5413
                }

        #products_content.overview.mobile .register-bottom {
            height: 541px;
            margin-bottom: 50px
        }

            #products_content.overview.mobile .register-bottom .title {
                padding-top: 40px;
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                line-height: 28px
            }

            #products_content.overview.mobile .register-bottom .submit {
                width: 95%;
                margin: 0 auto
            }

            #products_content.overview.mobile .register-bottom .register-component {
                margin-top: 35px;
                width: 100%;
                padding: 20px
            }

                #products_content.overview.mobile .register-bottom .register-component .city-picker-span > .title > .select-item, #products_content.overview.mobile .register-bottom .register-component .city-picker-span > .title > span {
                    font-size: 12px;
                    color: #333;
                    font-weight: 500
                }

                #products_content.overview.mobile .register-bottom .register-component .city-picker-span > .arrow {
                    margin-top: 0
                }

    #products_content.overview.pc {
        display: none
    }
}

.product_banner {
    height: 520px;
    margin-top: 79px
}

    .product_banner .swiper-container, .product_banner .swiper-slide, .product_banner .swiper-wrapper {
        height: 100%;
        position: relative
    }

    .product_banner .swiper-slide {
        height: 520px;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .product_banner .mask {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #051022;
        opacity: .4
    }

    .product_banner .text-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        text-align: center;
        z-index: 9999
    }

        .product_banner .text-container h3 {
            font-size: 50px
        }

        .product_banner .text-container p {
            font-size: 18px;
            margin-top: 17px
        }

    .product_banner video {
        width: 100%
    }

    .product_banner .show-complete-video {
        position: absolute;
        left: 50%;
        bottom: 90px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999;
        width: 150px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer
    }

        .product_banner .show-complete-video:hover {
            background-color: #EA5413;
            border-color: #EA5413
        }

    .product_banner .banner-pagination {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 999;
        display: none
    }

        .product_banner .banner-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background-color: #fff
        }

.complete-video {
    background-color: rgba(0,0,0,.4)
}

.computer-end {
    display: block;
    overflow: hidden
}

    .computer-end .tab {
        width: 100%;
        height: 70px;
        line-height: 70px;
        background-color: #f2f2f2
    }

        .computer-end .tab ul {
            max-width: 1000px;
            margin: 0 auto
        }

            .computer-end .tab ul li {
                width: 14.285%;
                text-align: center;
                color: #535353;
                font-size: 18px;
                cursor: pointer
            }

            .computer-end .tab ul .active {
                color: #fff;
                background-color: #EA5413
            }

    .computer-end ul {
        display: none
    }

        .computer-end ul .instrution-area {
            width: 100%;
            background-color: #fff
        }

            .computer-end ul .instrution-area .instrution {
                height: 580px;
                position: relative;
                max-width: 1000px;
                margin: 0 auto
            }

                .computer-end ul .instrution-area .instrution .instrution-text {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    text-align: left;
                    opacity: 0;
                    -webkit-transform: translate(-100%,-50%);
                    -moz-transform: translate(-100%,-50%);
                    -ms-transform: translate(-100%,-50%);
                    -o-transform: translate(-100%,-50%);
                    transform: translate(-100%,-50%);
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                    .computer-end ul .instrution-area .instrution .instrution-text .text-head {
                        height: 50px;
                        line-height: 50px
                    }

                        .computer-end ul .instrution-area .instrution .instrution-text .text-head img {
                            width: 50px;
                            margin-right: 20px;
                            vertical-align: middle
                        }

                        .computer-end ul .instrution-area .instrution .instrution-text .text-head span {
                            font-size: 30px;
                            color: #535353;
                            vertical-align: middle
                        }

                    .computer-end ul .instrution-area .instrution .instrution-text .text-content {
                        margin-top: 20px
                    }

                        .computer-end ul .instrution-area .instrution .instrution-text .text-content p {
                            font-size: 16px;
                            line-height: 30px;
                            color: #777
                        }

                .computer-end ul .instrution-area .instrution .toRight {
                    -webkit-transform: translate(0,-50%);
                    -moz-transform: translate(0,-50%);
                    -ms-transform: translate(0,-50%);
                    -o-transform: translate(0,-50%);
                    transform: translate(0,-50%);
                    opacity: 1
                }

                .computer-end ul .instrution-area .instrution .instrtion-horizontal-pic {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 474px;
                    height: auto;
                    display: none
                }

                .computer-end ul .instrution-area .instrution .instrution-picture {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 280px;
                    height: 520px;
                    background-repeat: no-repeat;
                    background-position: center;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
                    background-image: url("../../../images/products/phone_grey.png") /*tpa=http://mingnuotech.com/home/images/products/phone_grey.png*/
                }

                    .computer-end ul .instrution-area .instrution .instrution-picture div {
                        display: none;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        transform: translateX(-50%);
                        width: 250px;
                        height: 445px;
                        background-repeat: no-repeat;
                        background-position: center;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover
                    }

            .computer-end ul .instrution-area:nth-child(2n+2) {
                background-color: #EA5413
            }

                .computer-end ul .instrution-area:nth-child(2n+2) .instrution-text {
                    left: none;
                    right: 0;
                    text-align: right;
                    -webkit-transform: translate(100%,-50%);
                    -moz-transform: translate(100%,-50%);
                    -ms-transform: translate(100%,-50%);
                    -o-transform: translate(100%,-50%);
                    transform: translate(100%,-50%)
                }

                    .computer-end ul .instrution-area:nth-child(2n+2) .instrution-text .text-head img {
                        float: right;
                        width: 50px;
                        height: 50px;
                        margin-right: 0;
                        margin-left: 20px
                    }

                    .computer-end ul .instrution-area:nth-child(2n+2) .instrution-text .text-head span {
                        color: #fff;
                        margin: auto 0
                    }

                    .computer-end ul .instrution-area:nth-child(2n+2) .instrution-text .text-content p {
                        color: #fff
                    }

                .computer-end ul .instrution-area:nth-child(2n+2) .toLeft {
                    -webkit-transform: translate(0,-50%);
                    -moz-transform: translate(0,-50%);
                    -ms-transform: translate(0,-50%);
                    -o-transform: translate(0,-50%);
                    transform: translate(0,-50%);
                    opacity: 1
                }

                .computer-end ul .instrution-area:nth-child(2n+2) .instrtion-horizontal-pic {
                    position: absolute;
                    top: 50%;
                    right: none;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .computer-end ul .instrution-area:nth-child(2n+2) .instrution-picture {
                    right: none;
                    left: 0;
                    background-image: url("../../../images/products/phone_white.png") /*tpa=http://mingnuotech.com/home/images/products/phone_white.png*/
                }

        .computer-end ul:first-child {
            display: block
        }

.mobile-end {
    display: none
}

.product_foot {
    background-color: #fff;
    height: 300px;
    border-top: 1px solid #f2f2f2
}

    .product_foot .foot_container {
        max-width: 850px;
        margin: 0 auto;
        height: 100%;
        position: relative
    }

        .product_foot .foot_container .left {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            text-align: center
        }

            .product_foot .foot_container .left p {
                font-size: 36px;
                color: #535353;
                margin-bottom: 25px;
                line-height: 35px
            }

            .product_foot .foot_container .left span {
                font-size: 21px;
                color: #777
            }

        .product_foot .foot_container .right {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .product_foot .foot_container .right p {
                line-height: 25px
            }

@media screen and (max-width:1060px) {
    .product_banner {
        margin-top: 35px
    }
}

@media screen and (min-width:769px) {
    .computer-end ul .instrution-area .instrution .instrution-picture div {
        display: block
    }

    .computer-end ul .instrution-area .instrution .instrtion-horizontal-pic {
        display: block
    }

    .product_banner .banner-pagination {
        display: block
    }
}

@media screen and (max-width:769px) {
    .product_banner {
        height: 300px
    }

        .product_banner .swiper-slide {
            height: 300px;
            background: #fff url("../../../images/products/banner.jpg") /*tpa=http://mingnuotech.com/home/images/products/banner.jpg*/ no-repeat center center/cover
        }

        .product_banner video {
            width: 250%
        }

        .product_banner .text-container {
            -webkit-transform: translate(-50%,-90%);
            -moz-transform: translate(-50%,-90%);
            -ms-transform: translate(-50%,-90%);
            -o-transform: translate(-50%,-90%);
            transform: translate(-50%,-90%)
        }

            .product_banner .text-container h3 {
                font-size: 30px
            }

                .product_banner .text-container h3 p {
                    font-size: 15px
                }

        .product_banner .show-complete-video {
            bottom: 50px
        }

    .yun-wrapper .complete-video video {
        width: 100%;
        height: 300px
    }

    .yun-wrapper .complete-video .icon-container {
        width: 100%;
        height: 300px
    }

        .yun-wrapper .complete-video .icon-container i {
            top: initial;
            right: 50%;
            bottom: -48px;
            -webkit-transform: translateX(24px);
            -moz-transform: translateX(24px);
            -ms-transform: translateX(24px);
            -o-transform: translateX(24px);
            transform: translateX(24px)
        }

    .mobile-end {
        display: block;
        text-align: center
    }

        .mobile-end h3 {
            font-size: 20px;
            color: #051022;
            margin: 0 0 27px 0;
            display: none
        }

        .mobile-end #products_content.buluo {
            padding-top: 0
        }

        .mobile-end > div {
            padding-top: 27px
        }

            .mobile-end > div:nth-child(2n+2) {
                background-color: #EA5413
            }

                .mobile-end > div:nth-child(2n+2) h3 {
                    color: #fff
                }

                .mobile-end > div:nth-child(2n+2) .swiper-slide .instrution-picture {
                    background-image: url("../../../images/products/phone_white.png") /*tpa=http://mingnuotech.com/home/images/products/phone_white.png*/
                }

                .mobile-end > div:nth-child(2n+2) .swiper-slide p {
                    color: #fff
                }

                .mobile-end > div:nth-child(2n+2) .swiper-slide span {
                    color: #fff
                }

                .mobile-end > div:nth-child(2n+2) .swiper-pagination-bullet {
                    background-color: rgba(255,255,255,.3);
                    opacity: 1
                }

                .mobile-end > div:nth-child(2n+2) .swiper-pagination-bullet-active {
                    background-color: #fff
                }

        .mobile-end .swiper-container .swiper-slide:nth-last-child(1) {
            margin-bottom: 0
        }

        .mobile-end .swiper-container .swiper-slide {
            margin-bottom: 40px
        }

            .mobile-end .swiper-container .swiper-slide .instrution-content .section-content-mobile, .mobile-end .swiper-container .swiper-slide .instrution-content .section-title-mobile {
                opacity: 0;
                -webkit-transform: scale(.1);
                -moz-transform: scale(.1);
                -ms-transform: scale(.1);
                -o-transform: scale(.1);
                transform: scale(.1);
                -webkit-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out
            }

            .mobile-end .swiper-container .swiper-slide .instrution-content .show {
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 1s ease-in-out;
                -o-transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out
            }

            .mobile-end .swiper-container .swiper-slide:nth-child(even) {
                background: #EA5413;
                padding: 50px 0
            }

                .mobile-end .swiper-container .swiper-slide:nth-child(even) .instrution-picture {
                    background: url("../../../images/products/phone_white.png") /*tpa=http://mingnuotech.com/home/images/products/phone_white.png*/ no-repeat center center/cover
                }

                .mobile-end .swiper-container .swiper-slide:nth-child(even) .instrution-content p, .mobile-end .swiper-container .swiper-slide:nth-child(even) .instrution-content span {
                    color: #fff
                }

            .mobile-end .swiper-container .swiper-slide .instrution-picture {
                position: relative;
                width: 200px;
                height: 367px;
                background: url("../../../images/products/phone_grey.png") /*tpa=http://mingnuotech.com/home/images/products/phone_grey.png*/ no-repeat center;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                margin: 0 auto
            }

                .mobile-end .swiper-container .swiper-slide .instrution-picture img {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    width: 175px;
                    height: 312px
                }

            .mobile-end .swiper-container .swiper-slide p {
                color: #535353;
                font-size: 18px;
                line-height: 50px;
                margin-top: 15px
            }

            .mobile-end .swiper-container .swiper-slide span {
                font-size: 12px;
                color: #535353;
                line-height: 30px
            }

        .mobile-end .pagination {
            height: 5px;
            margin-top: 15px;
            margin-bottom: 25px
        }

    .product_foot {
        height: 205px;
        margin-bottom: 45px
    }

        .product_foot .foot_container .right {
            top: 30px;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            right: 50%;
            -webkit-transform: translateX(50%);
            -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
            -o-transform: translateX(50%);
            transform: translateX(50%)
        }

        .product_foot .foot_container .left {
            width: 100%;
            text-align: center;
            top: 50px;
            left: 0;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }
}

#products_content {
    width: 100%;
    height: auto;
    overflow: hidden
}

    #products_content #yun_content {
        width: 100%;
        height: auto;
        text-align: center;
        overflow: hidden
    }

    #products_content .iconfont {
        color: #91abca;
        font-size: 50px
    }

    #products_content .row-line {
        display: inline-block;
        padding: 0 30px;
        position: relative
    }

        #products_content .row-line:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100px;
            height: 1px;
            background-color: #979797;
            -webkit-transform: translate(-100%,-50%);
            -moz-transform: translate(-100%,-50%);
            -ms-transform: translate(-100%,-50%);
            -o-transform: translate(-100%,-50%);
            transform: translate(-100%,-50%)
        }

        #products_content .row-line:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 100px;
            height: 1px;
            background-color: #979797;
            -webkit-transform: translate(100%,-50%);
            -moz-transform: translate(100%,-50%);
            -ms-transform: translate(100%,-50%);
            -o-transform: translate(100%,-50%);
            transform: translate(100%,-50%)
        }

    #products_content .banner-containner {
        height: 520px;
        margin-top: 79px;
        position:relative;
    }

        #products_content .banner-containner .bannerbox {
            width: 100%;
            height: inherit;
            margin: 0 auto
        }

            #products_content .banner-containner .bannerbox .banner_content {
                height: inherit;
                background-repeat: no-repeat;
                background-position: center;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                margin: 0 auto
            }

                #products_content .banner-containner .bannerbox .banner_content .banner {
                    max-width: 1140px;
                    margin: 0 auto;
                    height: 100%
                }

                    #products_content .banner-containner .bannerbox .banner_content .banner .banner-word {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        color: #fff;
                        text-align: left;
                        margin-top: 40px
                    }

                        #products_content .banner-containner .bannerbox .banner_content .banner .banner-word .title {
                            height: 42px;
                            font-size: 42px;
                            line-height: 42px
                        }

                        #products_content .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle {
                            font-size: 16px;
                            height: 80px;
                            line-height: 50px;
                            max-width:680px;
                        }

                        #products_content .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
                            display: block;
                            width: 150px;
                            height: 50px;
                            color: #fff;
                            line-height: 50px;
                            font-size: 18px;
                            border: 1px solid #fff;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                            margin-top: 33px;
                            text-align: center
                        }

                            #products_content .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a:hover {
                                color: #EA5413;
                                background-color: #fff
                            }

                        #products_content .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile {
                            display: none
                        }

    #products_content .trybox, #products_content .trybox * {
        height: 0;
        opacity: 0;
        z-index: -1;
        margin-right: -100000000000px
    }

    #products_content .sections-container .sections-titles-container {
        overflow: hidden;
        width: 100%;
        height: 240px
    }

        #products_content .sections-container .sections-titles-container .sections-title {
            margin-top: 90px;
            height: 36px;
            line-height: 36px;
            font-size: 36px;
            color: #051022
        }

        #products_content .sections-container .sections-titles-container .sections-little-title {
            height: 25px;
            line-height: 25px;
            margin-top: 20px;
            font-size: 18px;
            font-weight: 400;
            color: #535353
        }

    #products_content .sections-container .section-container {
        height: 527px;
        background-color: #fff
    }

        #products_content .sections-container .section-container .section {
            max-width: 1440px;
            width: 1140px;
            margin: 0 auto;
            position: relative;
            height: inherit
        }

            #products_content .sections-container .section-container .section .section-fl-box {
                position: absolute;
                background-repeat: no-repeat;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover
            }

            #products_content .sections-container .section-container .section .section-fr-box {
                position: absolute;
                font-weight: 400
            }

                #products_content .sections-container .section-container .section .section-fr-box .section-title {
                    font-size: 32px;
                    line-height: 32px
                }

                #products_content .sections-container .section-container .section .section-fr-box .toRight {
                    margin-left: 0;
                    opacity: 1;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                #products_content .sections-container .section-container .section .section-fr-box .toLeft {
                    margin-right: 0;
                    opacity: 1;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    -moz-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                #products_content .sections-container .section-container .section .section-fr-box .section-little-title {
                    margin-top: 15px;
                    height: 18px;
                    line-height: 18px;
                    font-size: 18px
                }

                #products_content .sections-container .section-container .section .section-fr-box .section-content {
                    margin-top: 27px;
                    height: 96px;
                    font-size: 16px;
                    line-height: 24px
                }

                #products_content .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content .sections-container .section-container .section .section-fr-box .section-title-mobile {
                    display: none
                }

        #products_content .sections-container .section-container .section-one .section-fl-box {
            right: 0;
            top: 76px;
            width: 676px;
            height: 411px;
            background-position-x: 29px
        }

        #products_content .sections-container .section-container .section-one .section-fr-box {
            left: 0;
            top: 170px
        }

        #products_content .sections-container .section-container .section-two .section-fl-box {
            left: 0;
            top: 66px;
            width: 612px;
            height: 432px;
            background-position-x: -45px
        }

        #products_content .sections-container .section-container .section-two .section-fr-box {
            right: 0;
            top: 182px
        }

        #products_content .sections-container .section-container .section-three .section-fl-box {
            right: 0;
            top: 81px;
            width: 676px;
            height: 401px;
            background-position-x: 27px
        }

        #products_content .sections-container .section-container .section-three .section-fr-box {
            left: 0;
            top: 182px
        }

        #products_content .sections-container .section-container .section-four .section-fl-box {
            left: 0;
            top: 51px;
            width: 636px;
            height: 462px;
            background-position-x: -45px
        }

        #products_content .sections-container .section-container .section-four .section-fr-box {
            right: 0;
            top: 181px
        }

        #products_content .sections-container .section-container .section-five .section-fl-box {
            right: 0;
            top: 52px;
            width: 636px;
            height: 459px;
            background-position-x: 27px
        }

        #products_content .sections-container .section-container .section-five .section-fr-box {
            left: 0;
            top: 122px
        }

        #products_content .sections-container .section-container .section-six .section-fl-box {
            left: 0;
            top: 51px;
            width: 636px;
            height: 462px;
            background-position-x: -45px
        }

        #products_content .sections-container .section-container .section-six .section-fr-box {
            right: 0;
            top: 181px
        }

        #products_content .sections-container .section-container .section-seven .section-fl-box {
            right: 0;
            top: 52px;
            width: 636px;
            height: 459px;
            background-position-x: 27px
        }

        #products_content .sections-container .section-container .section-seven .section-fr-box {
            left: 0;
            top: 182px
        }

        #products_content .sections-container .section-container .section-eight .section-fl-box {
            left: 0;
            top: 51px;
            width: 636px;
            height: 462px;
            background-position-x: -45px
        }

        #products_content .sections-container .section-container .section-eight .section-fr-box {
            right: 0;
            top: 181px
        }

    #products_content .sections-container .section-container-eight, #products_content .sections-container .section-container-four, #products_content .sections-container .section-container-six, #products_content .sections-container .section-container-two {
        background-color: #EA5413;
        color: #fff
    }

        #products_content .sections-container .section-container-eight .section-fr-box, #products_content .sections-container .section-container-four .section-fr-box, #products_content .sections-container .section-container-six .section-fr-box, #products_content .sections-container .section-container-two .section-fr-box {
            text-align: right
        }

        #products_content .sections-container .section-container-eight .section-content, #products_content .sections-container .section-container-eight .section-little-title, #products_content .sections-container .section-container-eight .section-title, #products_content .sections-container .section-container-four .section-content, #products_content .sections-container .section-container-four .section-little-title, #products_content .sections-container .section-container-four .section-title, #products_content .sections-container .section-container-six .section-content, #products_content .sections-container .section-container-six .section-little-title, #products_content .sections-container .section-container-six .section-title, #products_content .sections-container .section-container-two .section-content, #products_content .sections-container .section-container-two .section-little-title, #products_content .sections-container .section-container-two .section-title {
            margin-right: -600px;
            opacity: 0
        }

    #products_content .sections-container .section-container-five .section-fr-box, #products_content .sections-container .section-container-one .section-fr-box, #products_content .sections-container .section-container-seven .section-fr-box, #products_content .sections-container .section-container-three .section-fr-box {
        text-align: left
    }

    #products_content .sections-container .section-container-five .section-title, #products_content .sections-container .section-container-five .section-title-mobile, #products_content .sections-container .section-container-one .section-title, #products_content .sections-container .section-container-one .section-title-mobile, #products_content .sections-container .section-container-seven .section-title, #products_content .sections-container .section-container-seven .section-title-mobile, #products_content .sections-container .section-container-three .section-title, #products_content .sections-container .section-container-three .section-title-mobile {
        color: #051022
    }

    #products_content .sections-container .section-container-five .section-little-title, #products_content .sections-container .section-container-five .section-little-title-mobile, #products_content .sections-container .section-container-one .section-little-title, #products_content .sections-container .section-container-one .section-little-title-mobile, #products_content .sections-container .section-container-seven .section-little-title, #products_content .sections-container .section-container-seven .section-little-title-mobile, #products_content .sections-container .section-container-three .section-little-title, #products_content .sections-container .section-container-three .section-little-title-mobile {
        color: #535353
    }

    #products_content .sections-container .section-container-five .section-content, #products_content .sections-container .section-container-five .section-content-mobile, #products_content .sections-container .section-container-one .section-content, #products_content .sections-container .section-container-one .section-content-mobile, #products_content .sections-container .section-container-seven .section-content, #products_content .sections-container .section-container-seven .section-content-mobile, #products_content .sections-container .section-container-three .section-content, #products_content .sections-container .section-container-three .section-content-mobile {
        color: #535353
    }

    #products_content .sections-container .section-container-five .section-content, #products_content .sections-container .section-container-five .section-little-title, #products_content .sections-container .section-container-five .section-title, #products_content .sections-container .section-container-one .section-content, #products_content .sections-container .section-container-one .section-little-title, #products_content .sections-container .section-container-one .section-title, #products_content .sections-container .section-container-seven .section-content, #products_content .sections-container .section-container-seven .section-little-title, #products_content .sections-container .section-container-seven .section-title, #products_content .sections-container .section-container-three .section-content, #products_content .sections-container .section-container-three .section-little-title, #products_content .sections-container .section-container-three .section-title {
        margin-left: -600px;
        opacity: 0
    }

    #products_content .product-experience {
        height: 490px;
        background-color: #f4f8fc
    }

        #products_content .product-experience .main-title {
            margin-top: 90px;
            height: 36px;
            line-height: 36px;
            font-size: 36px;
            font-weight: 500;
            color: #051022
        }

        #products_content .product-experience .product-experience-videos-wrapper {
            width: 1140px;
            margin: 0 auto;
            height: 231px;
            margin-top: 76px
        }

            #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper {
                float: left;
                height: inherit;
                box-sizing: border-box;
                -o-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                margin-right: 42px;
                margin-bottom: 15px
            }

                #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper:nth-last-child(1) {
                    margin-right: 0
                }

                #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video {
                    position: relative;
                    width: 352px;
                    height: 198px;
                    margin: 0 auto;
                    overflow: hidden
                }

                    #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video .video-icon-play, #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video .video-img {
                        background-repeat: no-repeat;
                        -moz-background-size: cover;
                        -o-background-size: cover;
                        background-size: cover
                    }

                    #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video .video-img {
                        height: inherit
                    }

                    #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video .video-icon-play {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        width: 72px;
                        height: 72px;
                        overflow: hidden;
                        cursor: pointer
                    }

                #products_content .product-experience .product-experience-videos-wrapper .product-experience-video-wrapper .video-title {
                    width: 352px;
                    margin: 15px auto 0 auto;
                    height: 18px;
                    line-height: 18px;
                    font-size: 18px;
                    color: #535353;
                    text-align: left
                }

    #products_content .register-mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(5,16,34,.4);
        z-index: 999
    }

        #products_content .register-mask .register-container {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 400px;
            height: 320px;
            padding: 30px 25px 0;
            background-color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

            #products_content .register-mask .register-container .close {
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                text-align: center;
                line-height: 40px;
                height: 40px;
                font-size: 30px;
                color: #c2cbd0;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                cursor: pointer
            }

            #products_content .register-mask .register-container h3 {
                font-size: 20px;
                line-height: 28px;
                color: #051022
            }

            #products_content .register-mask .register-container p {
                margin-top: 10px;
                margin-bottom: 20px;
                font-size: 12px;
                color: #535353
            }

                #products_content .register-mask .register-container p i {
                    color: #ffbe53
                }

            #products_content .register-mask .register-container .register-component input {
                height: 40px;
                line-height: 40px
            }

            #products_content .register-mask .register-container .register-component .btn, #products_content .register-mask .register-container .register-component button {
                height: 40px;
                line-height: 40px
            }

            #products_content .register-mask .register-container .register-component .auth-code {
                height: 40px;
                margin-top: 10px
            }

            #products_content .register-mask .register-container .register-component .password {
                margin-top: 10px
            }

            #products_content .register-mask .register-container .register-component .reg-submit {
                margin-top: 10px;
                background: #EA5413
            }

        #products_content .register-mask .register-success-mask {
            display: none;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(5,16,34,.4);
            z-index: 999
        }

            #products_content .register-mask .register-success-mask .register-success-container {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 300px;
                height: 200px;
                padding: 60px 25px 0;
                background-color: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }

                #products_content .register-mask .register-success-mask .register-success-container .close {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 40px;
                    text-align: center;
                    line-height: 40px;
                    height: 40px;
                    font-size: 30px;
                    color: #c2cbd0;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    cursor: pointer
                }

                #products_content .register-mask .register-success-mask .register-success-container > img {
                    width: 80px
                }

                #products_content .register-mask .register-success-mask .register-success-container .success-title {
                    font-size: 18px;
                    line-height: 28px;
                    margin: 21px 0 7px;
                    color: #051022
                }

                #products_content .register-mask .register-success-mask .register-success-container .suceess-subTitle {
                    font-size: 14px;
                    line-height: 22px;
                    color: #535353
                }

                #products_content .register-mask .register-success-mask .register-success-container .forward-download, #products_content .register-mask .register-success-mask .register-success-container .service {
                    font-size: 18px;
                    width: 200px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    color: #fff;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    border-radius: 20px;
                    background-color: #EA5413;
                    margin: 0 auto;
                    cursor: pointer
                }

                #products_content .register-mask .register-success-mask .register-success-container .forward-download {
                    display: block;
                    margin: 18px auto 10px
                }

    #products_content .receivebox {
        background: -webkit-linear-gradient(135deg,#EA5413 0,#5aafff 100%);
        background: -moz- oldlinear-gradient(135deg,#EA5413 0,#5aafff 100%);
        background: -o-linear-gradient(135deg,#EA5413 0,#5aafff 100%);
        background: linear-gradient(315deg,#EA5413 0,#5aafff 100%)
    }

        #products_content .receivebox .receive_content {
            max-width: 1440px;
            height: inherit;
            margin: 0 auto;
            overflow: hidden
        }

            #products_content .receivebox .receive_content .row-line {
                color: #fff
            }

                #products_content .receivebox .receive_content .row-line::after, #products_content .receivebox .receive_content .row-line::before {
                    background-color: #fff
                }

            #products_content .receivebox .receive_content .row-line {
                margin-top: 90px;
                height: 36px;
                line-height: 36px;
                font-size: 36px
            }

            #products_content .receivebox .receive_content .sub-title {
                height: 18px;
                line-height: 18px;
                margin-top: 20px;
                font-size: 18px;
                font-weight: 400;
                color: #fff
            }

                #products_content .receivebox .receive_content .sub-title i {
                    color: #ffbe53
                }

            #products_content .receivebox .receive_content .register-component {
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                width: 800px;
                padding: 40px 50px;
                margin: 57px auto 0 auto;
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                margin-bottom: 48px
            }

                #products_content .receivebox .receive_content .register-component .reg-submit {
                    background: #EA5413
                }

@media screen and (max-width:768px) {
    #products_content.attendance .banner-containner, #products_content.buluo .banner-containner, #products_content.ecosystem .banner-containner, #products_content.im .banner-containner, #products_content.joint .banner-containner, #products_content.shenpi .banner-containner, #products_content.timer .banner-containner, #products_content.video-conference .banner-containner {
        height: 312px;
        margin-top: 35px
    }

        #products_content.attendance .banner-containner .bannerbox, #products_content.buluo .banner-containner .bannerbox, #products_content.ecosystem .banner-containner .bannerbox, #products_content.im .banner-containner .bannerbox, #products_content.joint .banner-containner .bannerbox, #products_content.shenpi .banner-containner .bannerbox, #products_content.timer .banner-containner .bannerbox, #products_content.video-conference .banner-containner .bannerbox {
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 312px
        }

            #products_content.attendance .banner-containner .bannerbox .banner_content, #products_content.buluo .banner-containner .bannerbox .banner_content, #products_content.ecosystem .banner-containner .bannerbox .banner_content, #products_content.im .banner-containner .bannerbox .banner_content, #products_content.joint .banner-containner .bannerbox .banner_content, #products_content.shenpi .banner-containner .bannerbox .banner_content, #products_content.timer .banner-containner .bannerbox .banner_content, #products_content.video-conference .banner-containner .bannerbox .banner_content {
                height: inherit
            }

                #products_content.attendance .banner-containner .bannerbox .banner_content .banner, #products_content.buluo .banner-containner .bannerbox .banner_content .banner, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner, #products_content.im .banner-containner .bannerbox .banner_content .banner, #products_content.joint .banner-containner .bannerbox .banner_content .banner, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner, #products_content.timer .banner-containner .bannerbox .banner_content .banner, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner {
                    position: relative
                }

                    #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word {
                        width: 296px;
                        position: absolute;
                        top: 115px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        transform: translateX(-50%);
                        margin-top: 0;
                        text-align: center
                    }

                        #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word .title {
                            height: 34px;
                            font-size: 24px;
                            line-height: 34px
                        }

                        #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle {
                            display: inline;
                            line-height: 18px;
                            font-size: 12px;
                            font-weight: 400
                        }

                        #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word .freebox {
                            width: 152px;
                            display: block;
                            margin: 0 auto
                        }

                            #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .pc {
                                display: block
                            }

                            #products_content.attendance .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.buluo .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.im .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.joint .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.shenpi .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.timer .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile, #products_content.video-conference .banner-containner .bannerbox .banner_content .banner .banner-word .freebox .mobile {
                                display: none
                            }

    #products_content.attendance .sections-container .sections-titles-container, #products_content.buluo .sections-container .sections-titles-container, #products_content.ecosystem .sections-container .sections-titles-container, #products_content.im .sections-container .sections-titles-container, #products_content.joint .sections-container .sections-titles-container, #products_content.shenpi .sections-container .sections-titles-container, #products_content.timer .sections-container .sections-titles-container, #products_content.video-conference .sections-container .sections-titles-container {
        display: none
    }

    #products_content.attendance .sections-container .section-container, #products_content.buluo .sections-container .section-container, #products_content.ecosystem .sections-container .section-container, #products_content.im .sections-container .section-container, #products_content.joint .sections-container .section-container, #products_content.shenpi .sections-container .section-container, #products_content.timer .sections-container .section-container, #products_content.video-conference .sections-container .section-container {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 480px
    }

        #products_content.attendance .sections-container .section-container .section, #products_content.buluo .sections-container .section-container .section, #products_content.ecosystem .sections-container .section-container .section, #products_content.im .sections-container .section-container .section, #products_content.joint .sections-container .section-container .section, #products_content.shenpi .sections-container .section-container .section, #products_content.timer .sections-container .section-container .section, #products_content.video-conference .sections-container .section-container .section {
            max-width: 90%;
            margin: 0 auto
        }

            #products_content.attendance .sections-container .section-container .section .section-fl-box, #products_content.attendance .sections-container .section-container .section .section-fr-box, #products_content.buluo .sections-container .section-container .section .section-fl-box, #products_content.buluo .sections-container .section-container .section .section-fr-box, #products_content.ecosystem .sections-container .section-container .section .section-fl-box, #products_content.ecosystem .sections-container .section-container .section .section-fr-box, #products_content.im .sections-container .section-container .section .section-fl-box, #products_content.im .sections-container .section-container .section .section-fr-box, #products_content.joint .sections-container .section-container .section .section-fl-box, #products_content.joint .sections-container .section-container .section .section-fr-box, #products_content.shenpi .sections-container .section-container .section .section-fl-box, #products_content.shenpi .sections-container .section-container .section .section-fr-box, #products_content.timer .sections-container .section-container .section .section-fl-box, #products_content.timer .sections-container .section-container .section .section-fr-box, #products_content.video-conference .sections-container .section-container .section .section-fl-box, #products_content.video-conference .sections-container .section-container .section .section-fr-box {
                position: static
            }

            #products_content.attendance .sections-container .section-container .section .section-fl-box, #products_content.buluo .sections-container .section-container .section .section-fl-box, #products_content.ecosystem .sections-container .section-container .section .section-fl-box, #products_content.im .sections-container .section-container .section .section-fl-box, #products_content.joint .sections-container .section-container .section .section-fl-box, #products_content.shenpi .sections-container .section-container .section .section-fl-box, #products_content.timer .sections-container .section-container .section .section-fl-box, #products_content.video-conference .sections-container .section-container .section .section-fl-box {
                width: 375px;
                max-width: 90%;
                margin: 0 auto;
                padding-top: 40px;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
                background-position: center 30px
            }

            #products_content.attendance .sections-container .section-container .section .section-fr-box, #products_content.buluo .sections-container .section-container .section .section-fr-box, #products_content.ecosystem .sections-container .section-container .section .section-fr-box, #products_content.im .sections-container .section-container .section .section-fr-box, #products_content.joint .sections-container .section-container .section .section-fr-box, #products_content.shenpi .sections-container .section-container .section .section-fr-box, #products_content.timer .sections-container .section-container .section .section-fr-box, #products_content.video-conference .sections-container .section-container .section .section-fr-box {
                text-align: center
            }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .section-content, #products_content.attendance .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.attendance .sections-container .section-container .section .section-fr-box .section-title, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-content, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-title, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-content, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-title, #products_content.im .sections-container .section-container .section .section-fr-box .section-content, #products_content.im .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.im .sections-container .section-container .section .section-fr-box .section-title, #products_content.joint .sections-container .section-container .section .section-fr-box .section-content, #products_content.joint .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.joint .sections-container .section-container .section .section-fr-box .section-title, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-content, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-title, #products_content.timer .sections-container .section-container .section .section-fr-box .section-content, #products_content.timer .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.timer .sections-container .section-container .section .section-fr-box .section-title, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-content, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-little-title, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-title {
                    display: none
                }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.attendance .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.attendance .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-title-mobile {
                    display: block;
                    opacity: 0;
                    -webkit-transform: scale(.1);
                    -moz-transform: scale(.1);
                    -ms-transform: scale(.1);
                    -o-transform: scale(.1);
                    transform: scale(.1)
                }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .show, #products_content.buluo .sections-container .section-container .section .section-fr-box .show, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .show, #products_content.im .sections-container .section-container .section .section-fr-box .show, #products_content.joint .sections-container .section-container .section .section-fr-box .show, #products_content.shenpi .sections-container .section-container .section .section-fr-box .show, #products_content.timer .sections-container .section-container .section .section-fr-box .show, #products_content.video-conference .sections-container .section-container .section .section-fr-box .show {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                    -webkit-transition: all .7s ease-in-out;
                    -o-transition: all .7s ease-in-out;
                    -moz-transition: all .7s ease-in-out;
                    transition: all .7s ease-in-out
                }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-title-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-title-mobile {
                    font-size: 18px
                }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-little-title-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-little-title-mobile {
                    margin-top: 10px;
                    font-size: 12px
                }

                #products_content.attendance .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.im .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.joint .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.timer .sections-container .section-container .section .section-fr-box .section-content-mobile, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-content-mobile {
                    width: 304px;
                    max-width: 90%;
                    margin: 0 auto;
                    margin-top: 26px;
                    font-size: 12px;
                    line-height: 18px
                }

                    #products_content.attendance .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.buluo .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.ecosystem .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.im .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.joint .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.shenpi .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.timer .sections-container .section-container .section .section-fr-box .section-content-mobile p, #products_content.video-conference .sections-container .section-container .section .section-fr-box .section-content-mobile p {
                        line-height: 18px
                    }

        #products_content.attendance .sections-container .section-container .section-one .section-fl-box, #products_content.buluo .sections-container .section-container .section-one .section-fl-box, #products_content.ecosystem .sections-container .section-container .section-one .section-fl-box, #products_content.im .sections-container .section-container .section-one .section-fl-box, #products_content.joint .sections-container .section-container .section-one .section-fl-box, #products_content.shenpi .sections-container .section-container .section-one .section-fl-box, #products_content.timer .sections-container .section-container .section-one .section-fl-box, #products_content.video-conference .sections-container .section-container .section-one .section-fl-box {
            height: 224px
        }

        #products_content.attendance .sections-container .section-container .section-two .section-fl-box, #products_content.buluo .sections-container .section-container .section-two .section-fl-box, #products_content.ecosystem .sections-container .section-container .section-two .section-fl-box, #products_content.im .sections-container .section-container .section-two .section-fl-box, #products_content.joint .sections-container .section-container .section-two .section-fl-box, #products_content.shenpi .sections-container .section-container .section-two .section-fl-box, #products_content.timer .sections-container .section-container .section-two .section-fl-box, #products_content.video-conference .sections-container .section-container .section-two .section-fl-box {
            height: 246px
        }

        #products_content.attendance .sections-container .section-container .section-three .section-fl-box, #products_content.buluo .sections-container .section-container .section-three .section-fl-box, #products_content.ecosystem .sections-container .section-container .section-three .section-fl-box, #products_content.im .sections-container .section-container .section-three .section-fl-box, #products_content.joint .sections-container .section-container .section-three .section-fl-box, #products_content.shenpi .sections-container .section-container .section-three .section-fl-box, #products_content.timer .sections-container .section-container .section-three .section-fl-box, #products_content.video-conference .sections-container .section-container .section-three .section-fl-box {
            height: 219px
        }

        #products_content.attendance .sections-container .section-container .section-four .section-fl-box, #products_content.buluo .sections-container .section-container .section-four .section-fl-box, #products_content.ecosystem .sections-container .section-container .section-four .section-fl-box, #products_content.im .sections-container .section-container .section-four .section-fl-box, #products_content.joint .sections-container .section-container .section-four .section-fl-box, #products_content.shenpi .sections-container .section-container .section-four .section-fl-box, #products_content.timer .sections-container .section-container .section-four .section-fl-box, #products_content.video-conference .sections-container .section-container .section-four .section-fl-box {
            height: 253px
        }

        #products_content.attendance .sections-container .section-container .section-five .section-fl-box, #products_content.buluo .sections-container .section-container .section-five .section-fl-box, #products_content.ecosystem .sections-container .section-container .section-five .section-fl-box, #products_content.im .sections-container .section-container .section-five .section-fl-box, #products_content.joint .sections-container .section-container .section-five .section-fl-box, #products_content.shenpi .sections-container .section-container .section-five .section-fl-box, #products_content.timer .sections-container .section-container .section-five .section-fl-box, #products_content.video-conference .sections-container .section-container .section-five .section-fl-box {
            height: 259px
        }

    #products_content.attendance .product-experience, #products_content.buluo .product-experience, #products_content.ecosystem .product-experience, #products_content.im .product-experience, #products_content.joint .product-experience, #products_content.shenpi .product-experience, #products_content.timer .product-experience, #products_content.video-conference .product-experience {
        display: none
    }

    #products_content.attendance .receivebox .receive_content, #products_content.buluo .receivebox .receive_content, #products_content.ecosystem .receivebox .receive_content, #products_content.im .receivebox .receive_content, #products_content.joint .receivebox .receive_content, #products_content.shenpi .receivebox .receive_content, #products_content.timer .receivebox .receive_content, #products_content.video-conference .receivebox .receive_content {
        width: 375px;
        max-width: 90%;
        margin: 0 auto
    }

        #products_content.attendance .receivebox .receive_content .receive, #products_content.buluo .receivebox .receive_content .receive, #products_content.ecosystem .receivebox .receive_content .receive, #products_content.im .receivebox .receive_content .receive, #products_content.joint .receivebox .receive_content .receive, #products_content.shenpi .receivebox .receive_content .receive, #products_content.timer .receivebox .receive_content .receive, #products_content.video-conference .receivebox .receive_content .receive {
            display: none
        }

        #products_content.attendance .receivebox .receive_content .row-line, #products_content.buluo .receivebox .receive_content .row-line, #products_content.ecosystem .receivebox .receive_content .row-line, #products_content.im .receivebox .receive_content .row-line, #products_content.joint .receivebox .receive_content .row-line, #products_content.shenpi .receivebox .receive_content .row-line, #products_content.timer .receivebox .receive_content .row-line, #products_content.video-conference .receivebox .receive_content .row-line {
            height: 28px;
            line-height: 28px;
            margin-top: 33px;
            font-size: 20px
        }

            #products_content.attendance .receivebox .receive_content .row-line::after, #products_content.attendance .receivebox .receive_content .row-line::before, #products_content.buluo .receivebox .receive_content .row-line::after, #products_content.buluo .receivebox .receive_content .row-line::before, #products_content.ecosystem .receivebox .receive_content .row-line::after, #products_content.ecosystem .receivebox .receive_content .row-line::before, #products_content.im .receivebox .receive_content .row-line::after, #products_content.im .receivebox .receive_content .row-line::before, #products_content.joint .receivebox .receive_content .row-line::after, #products_content.joint .receivebox .receive_content .row-line::before, #products_content.shenpi .receivebox .receive_content .row-line::after, #products_content.shenpi .receivebox .receive_content .row-line::before, #products_content.timer .receivebox .receive_content .row-line::after, #products_content.timer .receivebox .receive_content .row-line::before, #products_content.video-conference .receivebox .receive_content .row-line::after, #products_content.video-conference .receivebox .receive_content .row-line::before {
                display: none
            }
}

@media screen and (max-width:768px) and (max-width:340px) {
    #products_content.attendance .receivebox .receive_content .row-line, #products_content.buluo .receivebox .receive_content .row-line, #products_content.ecosystem .receivebox .receive_content .row-line, #products_content.im .receivebox .receive_content .row-line, #products_content.joint .receivebox .receive_content .row-line, #products_content.shenpi .receivebox .receive_content .row-line, #products_content.timer .receivebox .receive_content .row-line, #products_content.video-conference .receivebox .receive_content .row-line {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    #products_content.attendance .receivebox .receive_content .sub-title, #products_content.buluo .receivebox .receive_content .sub-title, #products_content.ecosystem .receivebox .receive_content .sub-title, #products_content.im .receivebox .receive_content .sub-title, #products_content.joint .receivebox .receive_content .sub-title, #products_content.shenpi .receivebox .receive_content .sub-title, #products_content.timer .receivebox .receive_content .sub-title, #products_content.video-conference .receivebox .receive_content .sub-title {
        display: none
    }

    #products_content.attendance .receivebox .receive_content .register-component, #products_content.buluo .receivebox .receive_content .register-component, #products_content.ecosystem .receivebox .receive_content .register-component, #products_content.im .receivebox .receive_content .register-component, #products_content.joint .receivebox .receive_content .register-component, #products_content.shenpi .receivebox .receive_content .register-component, #products_content.timer .receivebox .receive_content .register-component, #products_content.video-conference .receivebox .receive_content .register-component {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-top: 39px;
        margin-bottom: 30px;
        width: 100%;
        padding: 20px;
        margin-bottom: 80px
    }
}

#products_content.cloudDisk .mobile {
    display: none
}

#products_content.cloudDisk .pc {
    display: inline-block
}

#products_content.cloudDisk .banner-word .topTitle {
    font-size: 16px
}

#products_content.cloudDisk .banner-word .title {
    margin-top: 20px
}

#products_content.cloudDisk .cloud-disk-scheme-container {
    max-width: 1400px;
    margin: 0 auto
}

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme {
        height: 924px
    }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .title {
            margin-top: 88px;
            height: 36px;
            line-height: 36px;
            font-size: 36px;
            color: #051022
        }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .subTitle {
            margin-top: 20px;
            height: 25px;
            line-height: 25px;
            font-size: 18px;
            color: #535353
        }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container {
            max-width: 1140px;
            margin: 69px auto 0 auto;
            height: 615px
        }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar {
                width: 100%;
                display: none
            }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .swiper-container {
                overflow: visible
            }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper {
                height: inherit
            }

                #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme {
                    float: left;
                    width: 350px;
                    height: inherit;
                    margin-right: 45px;
                    -webkit-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -moz-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px
                }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme:nth-last-child(1) {
                        margin-right: 0
                    }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .danger {
                        color: #ff3737
                    }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .default {
                        color: #EA5413
                    }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar {
                        overflow: hidden;
                        height: 217px;
                        color: #fff
                    }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar .type {
                            margin: 41px auto 0 auto;
                            width: 80px;
                            height: 18px;
                            line-height: 18px;
                            font-size: 18px
                        }

                            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar .type .icon {
                                float: left;
                                margin-right: 6px;
                                width: 20px;
                                height: 19px
                            }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar > .desc {
                            margin-top: 9px;
                            height: 14px;
                            line-height: 14px;
                            font-size: 14px;
                            font-weight: 400
                        }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar .price {
                            margin-top: 22px;
                            height: 24px;
                            line-height: 24px;
                            font-size: 24px;
                            color: rgba(255,255,255,.6)
                        }

                            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar .price .num {
                                height: 24px;
                                line-height: 24px;
                                font-size: 24px;
                                font-weight: 600;
                                margin-right: 5px
                            }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .top-bar .capacity {
                            margin-top: 10px;
                            height: 14px;
                            line-height: 14px;
                            font-size: 14px;
                            font-weight: 400
                        }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .middle-bar {
                        height: 96px;
                        margin-top: 22px
                    }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .middle-bar button {
                            width: 240px;
                            height: 50px;
                            -webkit-border-radius: 25px;
                            -moz-border-radius: 25px;
                            border-radius: 25px;
                            outline: 0;
                            border: none;
                            font-size: 18px !important;
                            color: #fff
                        }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .middle-bar > .desc {
                            margin-top: 20px;
                            height: 12px;
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 12px
                        }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar {
                        margin: 36px 41px;
                        text-align: left
                    }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > .title {
                            max-width: 270px;
                            font-size: 18px;
                            line-height: 24px;
                            font-size: 18px;
                            color: #051022
                        }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > ul {
                            margin-top: 12px
                        }

                            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > ul > li {
                                display: block;
                                height: 24px;
                                line-height: 24px;
                                font-size: 14px;
                                color: #535353;
                                margin-left: -15px
                            }

                                #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > ul > li::before {
                                    content: "●";
                                    display: inline-block;
                                    color: #999;
                                    margin-right: 7px
                                }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar .danger {
                            color: #ff3737
                        }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar .default {
                            color: #EA5413
                        }

                #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-one .top-bar {
                    background: url("../../../images/products/cloudDisk/scheme-bg-one@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-one@2x.png*/ no-repeat left top;
                    -moz-background-size: 100% 100%;
                    -o-background-size: 100% 100%;
                    background-size: 100% 100%
                }

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-one .top-bar {
        background: url("../../../images/products/cloudDisk/scheme-bg-one@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-one@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-one .top-bar .icon {
    background: url("../../../images/products/cloudDisk/scheme-one-icon@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-one-icon@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-one .top-bar .icon {
        background: url("../../../images/products/cloudDisk/scheme-one-icon@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-one-icon@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-one .middle-bar button {
    background: #1ac7b0
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-two .top-bar {
    background: url("../../../images/products/cloudDisk/scheme-bg-two@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-two@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-two .top-bar {
        background: url("../../../images/products/cloudDisk/scheme-bg-two@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-two@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-two .top-bar .icon {
    background: url("../../../images/products/cloudDisk/scheme-two-icon@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-two-icon@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-two .top-bar .icon {
        background: url("../../../images/products/cloudDisk/scheme-two-icon@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-two-icon@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-two .middle-bar button {
    background: #1593ff
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-three .top-bar {
    background: url("../../../images/products/cloudDisk/scheme-bg-three@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-three@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-three .top-bar {
        background: url("../../../images/products/cloudDisk/scheme-bg-three@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-bg-three@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-three .top-bar .icon {
    background: url("../../../images/products/cloudDisk/scheme-three-icon@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-three-icon@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-three .top-bar .icon {
        background: url("../../../images/products/cloudDisk/scheme-three-icon@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/scheme-three-icon@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-three .middle-bar button {
    background: #7d43ff
}

#products_content.cloudDisk .sections-container .section-content {
    display: inline-block
}

#products_content.cloudDisk .sections-container .section-container .section .section-fl-box {
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.cloudDisk .sections-container .section-container .section .section-fr-box .section-content {
    margin-top: 16px
}

#products_content.cloudDisk .sections-container .section-container .section-one .section-fl-box {
    top: 54px;
    width: 693px;
    height: 456px
}

#products_content.cloudDisk .sections-container .section-container .section-two .section-fl-box {
    top: 68px;
    width: 582px;
    height: 427px
}

#products_content.cloudDisk .sections-container .section-container .section-three .section-fl-box {
    top: 61px;
    width: 722px;
    height: 441px
}

#products_content.cloudDisk .sections-container .section-container .section-four .section-fl-box {
    top: 90px;
    width: 700px;
    height: 382px
}

#products_content.cloudDisk .sections-container .section-container .section-five .section-fl-box {
    top: 95px;
    width: 510px;
    height: 318px
}

#products_content.cloudDisk .sections-container > ul .section-container-five, #products_content.cloudDisk .sections-container > ul .section-container-one, #products_content.cloudDisk .sections-container > ul .section-container-three {
    background-color: #fff
}

    #products_content.cloudDisk .sections-container > ul .section-container-five .section-content, #products_content.cloudDisk .sections-container > ul .section-container-five .section-title, #products_content.cloudDisk .sections-container > ul .section-container-one .section-content, #products_content.cloudDisk .sections-container > ul .section-container-one .section-title, #products_content.cloudDisk .sections-container > ul .section-container-three .section-content, #products_content.cloudDisk .sections-container > ul .section-container-three .section-title {
        margin-right: -10000000px;
        opacity: 0
    }

    #products_content.cloudDisk .sections-container > ul .section-container-five .section-title, #products_content.cloudDisk .sections-container > ul .section-container-one .section-title, #products_content.cloudDisk .sections-container > ul .section-container-three .section-title {
        color: #051022
    }

    #products_content.cloudDisk .sections-container > ul .section-container-five .section-content, #products_content.cloudDisk .sections-container > ul .section-container-one .section-content, #products_content.cloudDisk .sections-container > ul .section-container-three .section-content {
        color: #535353
    }

#products_content.cloudDisk .sections-container > ul .section-container-four, #products_content.cloudDisk .sections-container > ul .section-container-two {
    background-color: #EA5413
}

    #products_content.cloudDisk .sections-container > ul .section-container-four .section-content, #products_content.cloudDisk .sections-container > ul .section-container-four .section-title, #products_content.cloudDisk .sections-container > ul .section-container-two .section-content, #products_content.cloudDisk .sections-container > ul .section-container-two .section-title {
        color: #fff;
        margin-left: -10000000px;
        opacity: 0;
        font-weight: 400
    }

    #products_content.cloudDisk .sections-container > ul .section-container-four .section-content, #products_content.cloudDisk .sections-container > ul .section-container-two .section-content {
        font-size: 18px;
        line-height: 30px
    }

#products_content.cloudDisk .val-add-ser-container {
    height: 895px;
    background-color: #f4f8fc
}

    #products_content.cloudDisk .val-add-ser-container .val-add-ser {
        max-width: 1140px;
        margin: 0 auto
    }

        #products_content.cloudDisk .val-add-ser-container .val-add-ser > .title {
            margin-top: 90px;
            height: 36px;
            line-height: 36px;
            font-size: 36px;
            color: #051022
        }

        #products_content.cloudDisk .val-add-ser-container .val-add-ser > .sub-title {
            margin-top: 21px;
            height: 18px;
            line-height: 18px;
            font-size: 18px;
            font-weight: 400;
            color: #535353
        }

        #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap {
            width: 100%;
            margin-top: 66px
        }

            #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card {
                width: 100%;
                height: 276px;
                background-color: #fff;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 50px;
                text-align: left
            }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box {
                    width: 662px
                }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .title {
                        height: 32px;
                        font-size: 32px;
                        line-height: 32px;
                        margin-bottom: 10px;
                        font-weight: 400;
                        color: #051022
                    }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .sub-title {
                        height: 30px;
                        line-height: 30px;
                        font-size: 18px;
                        margin-bottom: 20px;
                        font-weight: 400;
                        color: #535353
                    }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .content {
                        width: 498px;
                        height: 90px;
                        font-size: 18px;
                        font-weight: 400;
                        color: #535353;
                        line-height: 30px;
                        text-align: left
                    }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fr-box {
                    position: absolute;
                    top: 46px;
                    right: 76px;
                    width: 400px;
                    height: 226px
                }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card::after {
                    position: absolute;
                    right: -113px;
                    top: -113px;
                    width: 75px;
                    height: 75px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    line-height: 220px;
                    font-size: 18px;
                    font-weight: 400;
                    border-top: 75px solid transparent;
                    border-left: 75px solid transparent;
                    border-right: 75px solid transparent
                }

            #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one {
                margin-bottom: 40px
            }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box {
                    background: url("../../../images/products/cloudDisk/server-01@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-01@2x.png*/ no-repeat left top;
                    -moz-background-size: 100% 100%;
                    -o-background-size: 100% 100%;
                    background-size: 100% 100%
                }

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box {
        background: url("../../../images/products/cloudDisk/server-01@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-01@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one::after {
    content: "敬请期待";
    color: #999;
    border-bottom: 75px solid #ddd
}

#products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box {
    background: url("../../../images/products/cloudDisk/server-02@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-02@2x.png*/ no-repeat left top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box {
        background: url("../../../images/products/cloudDisk/server-02@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-02@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

#products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two::after {
    content: "限时免费";
    color: #fff;
    border-bottom: 75px solid #EA5413
}

#products_content.cloudDisk .receivebox .receive_content .register-component .reg-submit {
    background: -webkit-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -moz- oldlinear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -o-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: linear-gradient(138deg,#fad961 0,#f76b1c 100%)
}

@media screen and (max-width:768px) {
    #products_content.cloudDisk .pc, #products_content.report-show .pc {
        display: none
    }

    #products_content.cloudDisk .mobile, #products_content.report-show .mobile {
        display: inline-block
    }

    #products_content.cloudDisk .banner-containner, #products_content.report-show .banner-containner {
        margin-top: 35px;
        height: 312px
    }

        #products_content.cloudDisk .banner-containner .bannerbox, #products_content.report-show .banner-containner .bannerbox {
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

            #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word {
                width: 320px;
                top: 130px;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                text-align: center
            }

                #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word .topTitle, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .topTitle {
                    display: none
                }

                #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word .title, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .title {
                    height: 24px;
                    line-height: 24px;
                    font-size: 24px
                }

                #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle {
                    margin-top: 8px;
                    height: 18px;
                    line-height: 18px;
                    font-size: 12px
                }

                #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word .freebox, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox {
                    width: 120px;
                    margin: 0 auto
                }

                    #products_content.cloudDisk .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
                        box-sizing: border-box;
                        -o-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        width: inherit;
                        line-height: 46px
                    }

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme {
        height: 800px
    }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .title, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme > .title {
            margin-top: 34px;
            height: 29px;
            line-height: 29px;
            font-size: 20px
        }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .title::after, #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .title::before, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme > .title::after, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme > .title::before {
                content: none
            }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .subTitle, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme > .subTitle {
            display: none
        }

        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container {
            margin-top: 0;
            height: 652px
        }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar {
                display: block;
                height: 54px;
                margin-top: 17px;
                border-bottom: 1px solid #ddd
            }

                #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab {
                    box-sizing: border-box;
                    -o-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    float: left;
                    position: relative;
                    width: 32.666666%;
                    height: 50px;
                    line-height: 50px;
                    font-size: 18px;
                    color: #535353
                }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab::after, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab::after {
                        content: "";
                        width: 56px;
                        height: 3px;
                        display: block;
                        margin: 0 auto;
                        background-color: transparent
                    }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab::before, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab::before {
                        content: "";
                        float: left;
                        width: 1px;
                        margin-top: 17px;
                        height: 15px;
                        background-color: #ddd
                    }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab.active, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab.active {
                        color: #EA5413
                    }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab.active::after, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab.active::after {
                            background-color: #EA5413
                        }

            #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper {
                margin-top: 10px;
                overflow: hidden
            }

                #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper {
                    -webkit-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper .scheme, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper .scheme {
                        max-height: 620px;
                        margin-right: 0;
                        -webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow: none
                    }

                        #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper .scheme > .inner-content, #products_content.report-show .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme-inner-wrapper .scheme > .inner-content {
                            height: inherit;
                            margin: 0 4%;
                            -webkit-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                            -moz-box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                            box-shadow: 4px 8px 9px 3px rgba(60,186,255,.09);
                            -webkit-border-radius: 10px;
                            -moz-border-radius: 10px;
                            border-radius: 10px
                        }

    #products_content.cloudDisk .sections-container .sections-titles-container, #products_content.report-show .sections-container .sections-titles-container {
        height: 114px
    }

        #products_content.cloudDisk .sections-container .sections-titles-container .sections-title.mobile, #products_content.report-show .sections-container .sections-titles-container .sections-title.mobile {
            margin-top: 34px;
            height: 28px;
            line-height: 28px;
            font-size: 20px
        }

            #products_content.cloudDisk .sections-container .sections-titles-container .sections-title.mobile::after, #products_content.cloudDisk .sections-container .sections-titles-container .sections-title.mobile::before, #products_content.report-show .sections-container .sections-titles-container .sections-title.mobile::after, #products_content.report-show .sections-container .sections-titles-container .sections-title.mobile::before {
                content: none
            }

        #products_content.cloudDisk .sections-container .sections-titles-container .sections-little-title, #products_content.report-show .sections-container .sections-titles-container .sections-little-title {
            display: none
        }

    #products_content.cloudDisk .sections-container > ul .section-container, #products_content.report-show .sections-container > ul .section-container {
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 480px
    }

        #products_content.cloudDisk .sections-container > ul .section-container .section, #products_content.report-show .sections-container > ul .section-container .section {
            max-width: 90%;
            margin: 0 auto
        }

            #products_content.cloudDisk .sections-container > ul .section-container .section .section-fl-box, #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box, #products_content.report-show .sections-container > ul .section-container .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box {
                width: 100%;
                margin: 0 auto
            }

            #products_content.cloudDisk .sections-container > ul .section-container .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container .section .section-fl-box {
                position: relative;
                top: 53px;
                height: 280px;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain
            }

            #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box {
                text-align: center;
                padding-top: 150px
            }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-title-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-title-mobile {
                    opacity: 0;
                    -webkit-transform: scale(.1);
                    -moz-transform: scale(.1);
                    -ms-transform: scale(.1);
                    -o-transform: scale(.1);
                    transform: scale(.1)
                }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .show, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .show {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                    -webkit-transition: all .7s ease-in-out;
                    -o-transition: all .7s ease-in-out;
                    -moz-transition: all .7s ease-in-out;
                    transition: all .7s ease-in-out
                }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-title-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-title-mobile {
                    height: 18px;
                    line-height: 18px;
                    margin-bottom: 10px;
                    font-size: 18px;
                    font-weight: 400
                }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-content-mobile {
                    height: 36px;
                    line-height: 23px;
                    font-size: 14px;
                    font-weight: 400
                }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-title-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-title-mobile {
                    display: block
                }

                #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-content, #products_content.cloudDisk .sections-container > ul .section-container .section .section-fr-box .section-title, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-content, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-title {
                    display: none
                }

    #products_content.cloudDisk .sections-container > ul .section-container-one, #products_content.report-show .sections-container > ul .section-container-one {
        margin-top: -1px;
        height: 367px
    }

        #products_content.cloudDisk .sections-container > ul .section-container-one .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-one .section .section-fl-box {
            top: 0;
            background-position-x: -10px
        }

        #products_content.cloudDisk .sections-container > ul .section-container-one .section .section-fr-box, #products_content.report-show .sections-container > ul .section-container-one .section .section-fr-box {
            padding-top: 80px
        }

    #products_content.cloudDisk .sections-container > ul .section-container-two .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-two .section .section-fl-box {
        top: 53px;
        background-position-x: 0
    }

    #products_content.cloudDisk .sections-container > ul .section-container-two .section .section-fr-box .section-title-mobile, #products_content.report-show .sections-container > ul .section-container-two .section .section-fr-box .section-title-mobile {
        color: #fff
    }

    #products_content.cloudDisk .sections-container > ul .section-container-two .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container-two .section .section-fr-box .section-content-mobile {
        color: #fff
    }

    #products_content.cloudDisk .sections-container > ul .section-container-three .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-three .section .section-fl-box {
        top: 97px;
        background-position-x: -5px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-four .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-four .section .section-fl-box {
        width: 375px;
        top: 97px;
        background-position-x: 0
    }

    #products_content.cloudDisk .sections-container > ul .section-container-four .section .section-fr-box .section-title-mobile, #products_content.report-show .sections-container > ul .section-container-four .section .section-fr-box .section-title-mobile {
        color: #fff
    }

    #products_content.cloudDisk .sections-container > ul .section-container-four .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container-four .section .section-fr-box .section-content-mobile {
        color: #fff
    }

    #products_content.cloudDisk .sections-container > ul .section-container-five .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-five .section .section-fl-box {
        top: 50px;
        background-position-x: -5px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-five .section .section-fr-box, #products_content.report-show .sections-container > ul .section-container-five .section .section-fr-box {
        padding-top: 165px
    }

    #products_content.cloudDisk .val-add-ser-container, #products_content.report-show .val-add-ser-container {
        min-height: 1000px;
        padding-bottom: 30px
    }

        #products_content.cloudDisk .val-add-ser-container .val-add-ser, #products_content.report-show .val-add-ser-container .val-add-ser {
            max-width: 90%;
            margin: 0 auto
        }

            #products_content.cloudDisk .val-add-ser-container .val-add-ser > .title, #products_content.report-show .val-add-ser-container .val-add-ser > .title {
                margin-top: 36px;
                height: 20px;
                line-height: 20px;
                font-size: 20px;
                padding: 0
            }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser > .title::after, #products_content.cloudDisk .val-add-ser-container .val-add-ser > .title::before, #products_content.report-show .val-add-ser-container .val-add-ser > .title::after, #products_content.report-show .val-add-ser-container .val-add-ser > .title::before {
                    content: none
                }

            #products_content.cloudDisk .val-add-ser-container .val-add-ser > .sub-title, #products_content.report-show .val-add-ser-container .val-add-ser > .sub-title {
                margin-top: 10px;
                line-height: 14px;
                font-size: 14px
            }

            #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap {
                width: 100%;
                margin-top: 20px
            }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card {
                    width: 100%;
                    height: 420px;
                    background-color: #fff;
                    position: relative;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    padding: 29px;
                    text-align: left
                }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box {
                        width: 100%;
                        margin-top: 35px
                    }

                        #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .title, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .title {
                            height: 20px;
                            font-size: 20px;
                            line-height: 20px
                        }

                        #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .sub-title, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .sub-title {
                            height: 14px;
                            line-height: 14px;
                            font-size: 14px;
                            margin-bottom: 17px
                        }

                        #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .content, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .content {
                            width: 100%;
                            font-size: 12px;
                            line-height: 20px
                        }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fr-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card .card-fr-box {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        width: 75%;
                        height: 170px;
                        margin: 170px auto 0 auto
                    }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card::after, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card::after {
                        position: absolute;
                        right: -113px;
                        top: -113px;
                        width: 75px;
                        height: 75px;
                        line-height: 220px;
                        font-size: 18px;
                        font-weight: 400;
                        border-top: 75px solid transparent;
                        border-left: 75px solid transparent;
                        border-right: 75px solid transparent
                    }

                #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-one {
                    margin-bottom: 40px
                }

                    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box {
                        background: url("../../../images/products/cloudDisk/server-01@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-01@2x.png*/ no-repeat left top;
                        -moz-background-size: 100% 100%;
                        -o-background-size: 100% 100%;
                        background-size: 100% 100%
                    }
}

@media screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:3),screen and (max-width:768px) and (min-device-pixel-ratio:3) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-one .card-fr-box {
        background: url("../../../images/products/cloudDisk/server-01@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-01@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

@media screen and (max-width:768px) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-one::after, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-one::after {
        content: "敬请期待";
        color: #999;
        border-bottom: 75px solid #ddd
    }

    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box {
        background: url("../../../images/products/cloudDisk/server-02@2x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-02@2x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

@media screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:3),screen and (max-width:768px) and (min-device-pixel-ratio:3) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-two .card-fr-box {
        background: url("../../../images/products/cloudDisk/server-02@3x.png") /*tpa=http://mingnuotech.com/home/images/products/cloudDisk/server-02@3x.png*/ no-repeat left top;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}

@media screen and (max-width:768px) {
    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card-two::after, #products_content.report-show .val-add-ser-container .val-add-ser .cards-wrap .card-two::after {
        content: "限时免费";
        color: #fff;
        border-bottom: 75px solid #EA5413
    }

    #products_content.cloudDisk .receivebox, #products_content.report-show .receivebox {
        margin-bottom: 48px
    }

        #products_content.cloudDisk .receivebox .receive_content, #products_content.report-show .receivebox .receive_content {
            width: 375px;
            max-width: 90%;
            margin: 0 auto
        }

            #products_content.cloudDisk .receivebox .receive_content .receive, #products_content.report-show .receivebox .receive_content .receive {
                display: none
            }

            #products_content.cloudDisk .receivebox .receive_content .row-line, #products_content.report-show .receivebox .receive_content .row-line {
                height: 28px;
                line-height: 28px;
                margin-top: 33px;
                font-size: 20px
            }

                #products_content.cloudDisk .receivebox .receive_content .row-line::after, #products_content.cloudDisk .receivebox .receive_content .row-line::before, #products_content.report-show .receivebox .receive_content .row-line::after, #products_content.report-show .receivebox .receive_content .row-line::before {
                    display: none
                }

            #products_content.cloudDisk .receivebox .receive_content .sub-title, #products_content.report-show .receivebox .receive_content .sub-title {
                display: none
            }

            #products_content.cloudDisk .receivebox .receive_content .register-component, #products_content.report-show .receivebox .receive_content .register-component {
                box-sizing: border-box;
                -o-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                margin-top: 39px;
                margin-bottom: 30px;
                width: 100%;
                padding: 20px
            }
}

#products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .title {
    height: 56px;
    line-height: 56px;
    font-size: 40px;
    font-weight: 400
}

#products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle {
    height: 70px;
    font-size: 50px;
    line-height: 70px;
    font-size: 50px
}

#products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
    width: 184px;
    height: 48px;
    line-height: 45px;
    background: #fda32c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

    #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a:hover {
        color: #fff
    }

#products_content.report-show .sections-container .sections-titles-container {
    text-align: center
}

    #products_content.report-show .sections-container .sections-titles-container .sections-title {
        height: 50px;
        font-size: 36px;
        font-weight: 600;
        color: #1d1d1d;
        line-height: 50px
    }

    #products_content.report-show .sections-container .sections-titles-container .sections-little-title {
        height: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #1d1d1d;
        line-height: 18px
    }

#products_content.report-show .sections-container .section-container .section .section-fr-box .section-title {
    height: 42px;
    line-height: 42px;
    font-size: 30px
}

    #products_content.report-show .sections-container .section-container .section .section-fr-box .section-title::before {
        content: "";
        float: left;
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

#products_content.report-show .sections-container .section-container .section .section-fr-box .section-content {
    margin-top: 14px;
    height: 56px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #1d1d1d
}

#products_content.report-show .sections-container .section-container .section-one .section-fl-box {
    top: 85px;
    width: 503px;
    height: 371px;
    background-position-x: 7px
}

#products_content.report-show .sections-container .section-container .section-one .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-01.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-01.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-two .section-fl-box {
    top: 78px;
    width: 495px;
    height: 376px;
    background-position-x: -9px
}

#products_content.report-show .sections-container .section-container .section-two .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-02.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-02.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-three .section-fl-box {
    top: 79px;
    width: 492px;
    height: 364px;
    background-position-x: 5px
}

#products_content.report-show .sections-container .section-container .section-three .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-03.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-03.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-four .section-fl-box {
    top: 81px;
    width: 507px;
    height: 377px;
    background-position-x: -8px
}

#products_content.report-show .sections-container .section-container .section-four .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-04.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-04.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-five .section-fl-box {
    top: 81px;
    width: 496px;
    height: 373px;
    background-position-x: 0
}

#products_content.report-show .sections-container .section-container .section-five .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-05.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-05.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-six .section-fl-box {
    top: 86px;
    width: 625px;
    height: 352px;
    background-position-x: -9px
}

#products_content.report-show .sections-container .section-container .section-six .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-06.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-06.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-seven .section-fl-box {
    top: 66px;
    width: 519px;
    height: 383px;
    background-position-x: 0
}

#products_content.report-show .sections-container .section-container .section-seven .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-07.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-07.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container .section-eight .section-fl-box {
    top: 60px;
    width: 558px;
    height: 407px;
    background-position-x: 0
}

#products_content.report-show .sections-container .section-container .section-eight .section-fr-box .section-title::before {
    background: url("../../../images/products/report-show/text-icon-08.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-08.png*/ no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.report-show .sections-container .section-container-eight, #products_content.report-show .sections-container .section-container-four, #products_content.report-show .sections-container .section-container-six, #products_content.report-show .sections-container .section-container-two {
    background-color: #f8f8f8
}

    #products_content.report-show .sections-container .section-container-eight .section-content, #products_content.report-show .sections-container .section-container-eight .section-title, #products_content.report-show .sections-container .section-container-four .section-content, #products_content.report-show .sections-container .section-container-four .section-title, #products_content.report-show .sections-container .section-container-six .section-content, #products_content.report-show .sections-container .section-container-six .section-title, #products_content.report-show .sections-container .section-container-two .section-content, #products_content.report-show .sections-container .section-container-two .section-title {
        color: #1d1d1d
    }

    #products_content.report-show .sections-container .section-container-eight .section-title, #products_content.report-show .sections-container .section-container-four .section-title, #products_content.report-show .sections-container .section-container-six .section-title, #products_content.report-show .sections-container .section-container-two .section-title {
        display: inline-block
    }

#products_content.report-show .sections-container .section-container-five .section-content, #products_content.report-show .sections-container .section-container-five .section-title, #products_content.report-show .sections-container .section-container-one .section-content, #products_content.report-show .sections-container .section-container-one .section-title, #products_content.report-show .sections-container .section-container-seven .section-content, #products_content.report-show .sections-container .section-container-seven .section-title, #products_content.report-show .sections-container .section-container-three .section-content, #products_content.report-show .sections-container .section-container-three .section-title {
    color: #1d1d1d
}

#products_content.report-show .classic-cus-container {
    width: 100%;
    padding: 80px 0 10px
}

    #products_content.report-show .classic-cus-container .class-cus-wrap-title {
        height: 50px;
        font-size: 36px;
        font-weight: 400;
        color: #1d1d1d;
        line-height: 50px;
        text-align: center
    }

    #products_content.report-show .classic-cus-container .classic-cus {
        margin-top: 60px
    }

        #products_content.report-show .classic-cus-container .classic-cus .class-cus-item {
            width: 15.64%;
            height: 170px;
            border-right: 14px solid transparent
        }

            #products_content.report-show .classic-cus-container .classic-cus .class-cus-item:nth-child(12), #products_content.report-show .classic-cus-container .classic-cus .class-cus-item:nth-child(18), #products_content.report-show .classic-cus-container .classic-cus .class-cus-item:nth-child(6) {
                border-right: none
            }

            #products_content.report-show .classic-cus-container .classic-cus .class-cus-item .class-cus-logo {
                width: 100%;
                height: auto
            }

            #products_content.report-show .classic-cus-container .classic-cus .class-cus-item .class-cus-name {
                margin-top: 14px;
                height: 28px;
                line-height: 28px;
                font-size: 20px;
                font-weight: 400;
                color: #484b51;
                text-align: center
            }

#products_content.report-show .report-show-comment-container {
    width: 100%;
    height: 500px;
    background: url("../../../images/products/report-show/bottomBg.jpg") /*tpa=http://mingnuotech.com/home/images/products/report-show/bottomBg.jpg*/ left top rgba(12,19,70,.55) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

    #products_content.report-show .report-show-comment-container .swiper-pagination-bullet {
        background: #fff
    }

    #products_content.report-show .report-show-comment-container .comment-item {
        position: relative;
        height: 500px
    }

        #products_content.report-show .report-show-comment-container .comment-item .comment-quote {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 282px;
            font-size: 200px;
            font-family: Arial-Black,Arial;
            font-weight: 900;
            color: rgba(255,255,255,.27)
        }

        #products_content.report-show .report-show-comment-container .comment-item .comment-content {
            padding: 111px 0 0 125px;
            text-align: justify
        }

            #products_content.report-show .report-show-comment-container .comment-item .comment-content span, #products_content.report-show .report-show-comment-container .comment-item .comment-content strong {
                font-size: 22px;
                line-height: 36px;
                font-weight: 400
            }

            #products_content.report-show .report-show-comment-container .comment-item .comment-content span {
                color: rgba(255,255,255,.8)
            }

            #products_content.report-show .report-show-comment-container .comment-item .comment-content strong {
                color: #fda32c
            }

        #products_content.report-show .report-show-comment-container .comment-item .comment-compony {
            position: absolute;
            bottom: 110px;
            right: 0;
            height: 45px;
            font-size: 32px;
            font-weight: 400;
            color: rgba(255,255,255,.8);
            line-height: 45px
        }

#products_content.report-show .receive_content {
    text-align: center
}

#products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .title {
    height: 55px;
    line-height: 55px;
    font-size: 42px;
    font-weight: 500;
    color: #fff
}

#products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .mobile-title {
    display: none
}

#products_content.ecosystem .sections-container .section-container .section-one .section-fl-box {
    width: 618px;
    height: 394px;
    background-position-x: 0
}

#products_content.ecosystem .sections-container .section-container .section-two .section-fl-box {
    top: 45px
}

#products_content.ecosystem .sections-container .section-container .section-three .section-fl-box {
    width: 629px;
    background-position-x: 0
}

#products_content.ecosystem .sections-container .section-container .section-four .section-fl-box {
    width: 505px;
    height: 412px;
    background-position-x: 0;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#products_content.ecosystem .sections-container .section-container .section-five .section-fl-box {
    width: 505px;
    height: 459px;
    background-position-x: 0
}

#products_content.ecosystem .sections-container .section-container .section-six .section-fl-box {
    width: 515px;
    height: 449px
}

#products_content.ecosystem .sections-container .section-container .section-seven .section-fl-box {
    width: 501px;
    height: 459px;
    background-position-x: 0
}

@media screen and (max-width:768px) {
    #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .subTitle, #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .title {
        display: none
    }

    #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox {
        width: 120px
    }

        #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
            width: 120px;
            height: 40px;
            line-height: 38px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-top: 125px
        }

    #products_content.report-show .sections-container .sections-titles-container {
        display: block;
        height: 146px
    }

        #products_content.report-show .sections-container .sections-titles-container .sections-title {
            margin-top: 40px;
            height: 20px;
            line-height: 20px;
            font-size: 20px;
            color: #051022
        }

        #products_content.report-show .sections-container .sections-titles-container .sections-little-title {
            margin-top: 10px;
            display: block;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
            font-weight: 400;
            color: #535353
        }

        #products_content.report-show .sections-container .sections-titles-container .row-line:after, #products_content.report-show .sections-container .sections-titles-container .row-line:before {
            content: none
        }

    #products_content.report-show .sections-container .section-container .section .section-fr-box .section-title-mobile::before {
        content: "";
        float: left;
        width: 20px;
        height: 20px
    }

    #products_content.report-show .sections-container .section-one .section-fr-box .section-title-mobile {
        width: 192px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-one .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-01.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-01.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-two .section-fr-box .section-title-mobile {
        width: 192px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-two .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-02.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-02.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-three .section-fr-box .section-title-mobile {
        width: 162px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-three .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-03.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-03.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-four .section-fr-box .section-title-mobile {
        width: 193px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-four .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-04.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-04.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-five .section-fr-box .section-title-mobile {
        width: 155px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-five .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-05.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-05.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-six .section-fr-box .section-title-mobile {
        width: 155px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-six .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-06.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-06.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-seven .section-fr-box .section-title-mobile {
        width: 120px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-seven .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-07.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-07.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container .section-eight .section-fr-box .section-title-mobile {
        width: 140px;
        margin: 5px auto
    }

        #products_content.report-show .sections-container .section-eight .section-fr-box .section-title-mobile::before {
            background: url("../../../images/products/report-show/text-icon-08.png") /*tpa=http://mingnuotech.com/home/images/products/report-show/text-icon-08.png*/ no-repeat center center;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain
        }

    #products_content.report-show .sections-container > ul .section-container-one .section .section-fl-box {
        width: 87%;
        height: 206px;
        margin: 0 auto;
        background-position-x: 23px
    }

    #products_content.report-show .sections-container > ul .section-container-two .section .section-fl-box {
        width: 87%
    }

    #products_content.report-show .sections-container > ul .section-container-three .section .section-fl-box {
        width: 83%
    }

    #products_content.report-show .sections-container > ul .section-container-three .section .section-fr-box {
        padding-top: 172px
    }

    #products_content.report-show .sections-container > ul .section-container-four .section .section-fl-box {
        width: 78%
    }

    #products_content.report-show .sections-container > ul .section-container-eight .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-five .section .section-fl-box, #products_content.report-show .sections-container > ul .section-container-seven .section .section-fl-box {
        width: 87%
    }

    #products_content.report-show .classic-cus-container, #products_content.report-show .report-show-comment-container {
        display: none
    }

    #products_content.report-show .receivebox .receive_content .row-line {
        font-size: 24px;
        padding: 0
    }

    #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-content-mobile, #products_content.report-show .sections-container > ul .section-container .section .section-fr-box .section-title-mobile {
        color: #535353
    }

    #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word {
        top: 103px
    }

        #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .title {
            display: none
        }

        #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .mobile-title {
            display: block;
            height: 35px;
            font-size: 24px;
            font-weight: 500;
            color: #fff;
            line-height: 35px
        }

        #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .freebox {
            width: 120px
        }

            #products_content.ecosystem .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
                width: 120px;
                height: 40px;
                line-height: 40px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }

    #products_content.ecosystem .sections-container .sections-titles-container {
        display: block;
        height: 40px
    }

    #products_content.ecosystem .sections-container .section-container .section-one .section-fl-box {
        height: 260px
    }

    #products_content.ecosystem .sections-container .section-container .section-four .section-fl-box {
        width: 360px;
        height: 279px;
        background-position-x: 0
    }

    #products_content.ecosystem .sections-container .section-container .section-five .section-fl-box {
        height: 285px
    }

    #products_content.ecosystem .sections-container .section-container .section-six .section-fl-box {
        height: 285px
    }

    #products_content.ecosystem .sections-container .section-container .section-seven .section-fl-box {
        height: 283px
    }

    #products_content.ecosystem .receivebox .receive_content .row-line {
        font-size: 23px;
        padding: 0
    }
}

.register-component .location {
    text-align: left
}

.register-component .city-picker-span {
    display: block;
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .register-component .city-picker-span > .arrow {
        margin-top: 4px
    }

    .register-component .city-picker-span .select-item:nth-child(1) {
        padding-left: 40px
    }

    .register-component .city-picker-span > .title > .select-item {
        max-width: 200px
    }

@media screen and (max-width:340px) {
    .product_banner .text-container p {
        font-size: 16px
    }

    #products_content.cloudDisk .sections-container .sections-titles-container .sections-title.mobile {
        font-size: 17px
    }

    #products_content.cloudDisk .sections-container .sections-titles-container {
        height: 85px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-one .section .section-fr-box {
        padding-top: 45px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-two .section .section-fr-box {
        padding-top: 135px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-five .section .section-fr-box {
        padding-top: 135px
    }

    #products_content.cloudDisk .val-add-ser-container .val-add-ser > .title {
        font-size: 16px
    }

    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .title {
        font-size: 18px
    }

    #products_content.cloudDisk .val-add-ser-container .val-add-ser .cards-wrap .card .card-fl-box > .sub-title {
        font-size: 12px
    }

    #products_content.cloudDisk .sections-container > ul .section-container-four .section .section-fl-box {
        width: 100%
    }

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme > .title.row-line {
        display: block;
        font-size: 15px;
        margin-top: 30px;
        height: 10px;
        line-height: 10px
    }

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .tab-bar .tab {
        font-size: 14px
    }

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > .title {
        font-size: 14px
    }

    #products_content.cloudDisk .cloud-disk-scheme-container .cloud-disk-scheme .scheme-container .scheme-wrapper .scheme .bottom-bar > ul > li {
        margin-left: 0
    }

    #products_content.joint .sections-container .section-container .section .section-fr-box {
        margin-top: -34px
    }

    .receivebox .city-picker-span > .arrow {
        top: 38%
    }

    #products_content.report-show .banner-containner .bannerbox .banner_content .banner .banner-word .freebox a {
        margin-top: 180px
    }

    #products_content.report-show .sections-container .sections-titles-container .sections-title {
        font-size: 18px
    }

    #products_content.report-show .sections-container > ul .section-container-one .section .section-fr-box {
        padding-top: 62px !important
    }

    #products_content.report-show .sections-container > ul .section-container .section .section-fr-box {
        padding-top: 110px
    }

    #products_content.report-show .sections-container > ul .section-container-three .section .section-fr-box {
        padding-top: 149px
    }

    #products_content.report-show .sections-container > ul .section-container .section .section-fr-box {
        padding-top: 139px
    }

    #products_content.report-show .sections-container > ul .section-container-five .section .section-fr-box {
        padding-top: 127px
    }

    #products_content.report-show .sections-container > ul .section-container .section .section-fr-box {
        padding-top: 122px
    }

    #products_content.ecosystem .receivebox .receive_content .row-line {
        font-size: 17px
    }
}

.receivebox .city-picker-span > .placeholder {
    padding-left: 35px
}

#products_content.report-show .receivebox {
    background: -webkit-linear-gradient(330deg,#65affd,#767ffd);
    background: -moz- oldlinear-gradient(330deg,#65affd,#767ffd);
    background: -o-linear-gradient(330deg,#65affd,#767ffd);
    background: linear-gradient(120deg,#65affd,#767ffd)
}

#products_content .receivebox .receive_content .register-component .reg-submit {
    background: -webkit-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -moz- oldlinear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: -o-linear-gradient(312deg,#fad961 0,#f76b1c 100%);
    background: linear-gradient(138deg,#fad961 0,#f76b1c 100%)
}

@media screen and (max-width:768px) {
    .product_foot .foot_container .left {
        max-width: 98%;
        margin: 0 auto
    }

        .product_foot .foot_container .left p {
            font-size: 22px
        }

        .product_foot .foot_container .left span {
            font-size: 16px
        }
}

@media screen and (max-width:376px) {
    #products_content.attendance .receivebox .receive_content .row-line, #products_content.buluo .receivebox .receive_content .row-line, #products_content.cloudDisk .receivebox .receive_content .row-line, #products_content.ecosystem .receivebox .receive_content .row-line, #products_content.im .receivebox .receive_content .row-line, #products_content.joint .receivebox .receive_content .row-line, #products_content.report-show .receivebox .receive_content .row-line, #products_content.shenpi .receivebox .receive_content .row-line, #products_content.timer .receivebox .receive_content .row-line, #products_content.video-conference .receivebox .receive_content .row-line {
        font-size: 19px;
        padding: 0
    }
}
/*# sourceMappingURL=sourcemaps/products.css.map */
