.header-top {
    height: 40px;
    background-color: #f2f4f5;
}

    .header-top .main {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top .left {
        font-size: 14px;
    }

    .header-top .right {
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: center;
    }

        .header-top .right .person {
            display: flex;
            align-items: center;
        }

            .header-top .right .person .pic {
                width: 20px;
                height: 20px;
                background-color: #9cd5f2;
                border-radius: 50%;
                overflow: hidden;
            }

                .header-top .right .person .pic img {
                    width: 100%;
                    height: 100%;
                }

            .header-top .right .person .identify {
                margin-left: 15px;
            }

        .header-top .right .exit {
            margin-left: 45px;
            cursor: pointer;
        }

.header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}

    .header .main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo {
        flex-shrink: 0;
    }

        .header .logo img {
            display: block;
            height: 45px;
        }

    .header .nav {
        display: inline-flex;
        align-items: center;
    }

        .header .nav a {
            display: block;
            width: 120px;
            height: 100px;
            text-align: center;
            line-height: 100px;
            font-size: 16px;
            transition: all 0.3s;
        }

            .header .nav a.active, .header .nav a:hover {
                background-color: #157fd0;
                color: #fff;
            }

    .header .right {
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: center;
    }

        .header .right .person {
            display: flex;
            align-items: center;
        }

            .header .right .person .pic {
                width: 40px;
                height: 40px;
                background-color: #9cd5f2;
                border-radius: 50%;
                overflow: hidden;
            }

                .header .right .person .pic img {
                    width: 100%;
                    height: 100%;
                }

            .header .right .person .identify {
                margin-left: 15px;
            }

        .header .right .exit {
            margin-left: 45px;
        }

.com-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #157fd0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
}

    .com-btn.w160 {
        width: 160px;
    }

    .com-btn.w80 {
        width: 80px;
    }

    .com-btn.w100 {
        width: 100px;
    }

    .com-btn.w120 {
        width: 120px;
    }

    .com-btn.w140 {
        width: 140px;
    }

    .com-btn.gray {
        background-color: #d6d6d6;
        color: #333;
    }

    .com-btn.border-blue {
        border: 1px solid #157fd0;
        color: #157fd0;
        background-color: transparent;
    }

#index {
    padding-bottom: 110px;
}

    #index .banner {
        width: 100%;
        height: 520px;
        background-image: url(../img/08.jpg);
        background-size: 1920px 520px;
        background-position: center;
        background-repeat: no-repeat;
    }

        #index .banner .main {
            height: 520px;
            overflow: hidden;
            padding-top: 70px;
        }

        #index .banner .cont {
            width: 380px;
            height: 380px;
            float: right;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
        }

            #index .banner .cont .mod {
                width: 100%;
                height: 60px;
                line-height: 60px;
                text-align: center;
                background-color: #157fd0;
                font-size: 20px;
                color: #fff;
                font-weight: bold;
            }

            #index .banner .cont .form {
                padding: 32px 35px 10px;
            }

                #index .banner .cont .form.sign {
                    padding: 30px;
                }

                #index .banner .cont .form .tops {
                    font-size: 14px;
                    display: flex;
                    justify-content: space-between;
                }

                    #index .banner .cont .form .tops .com-btn {
                        height: 30px;
                        line-height: 30px;
                    }

                #index .banner .cont .form .title .tt {
                    font-size: 18px;
                    font-weight: bold;
                }

                #index .banner .cont .form .title .t1 {
                    font-size: 14px;
                    line-height: 24px;
                }

                #index .banner .cont .form .work-box {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                    #index .banner .cont .form .work-box .com-btn {
                        margin-bottom: 30px;
                    }

                #index .banner .cont .form .line {
                    width: 100%;
                    height: 40px;
                    margin-bottom: 10px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    #index .banner .cont .form .line input {
                        width: 100%;
                        height: 40px;
                        border: 1px solid #e6e6e6;
                        background-color: transparent;
                        border-radius: 4px;
                        padding: 0 22px;
                    }

                    #index .banner .cont .form .line img {
                        display: block;
                        flex-shrink: 0;
                        margin-left: 10px;
                        width: 140px;
                        height: 40px;
                        border: 1px solid #e6e6e6;
                    }

                #index .banner .cont .form .subbtn {
                    margin-top: 30px;
                    display: block;
                    width: 100%;
                    height: 50px;
                    font-size: 18px;
                    color: #fff;
                    line-height: 50px;
                    text-align: center;
                    background-color: #157fd0;
                    border-radius: 4px;
                    border: none;
                }

                #index .banner .cont .form .link {
                    margin-top: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    #index .banner .cont .form .link a {
                        color: #157fd0;
                    }

    #index .index-mod {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #index .index-mod .title {
            display: inline-block;
            position: relative;
            font-size: 24px;
            line-height: 24px;
            padding-bottom: 18px;
            color: #157fd0;
        }

            #index .index-mod .title::after {
                content: '';
                display: block;
                width: 60px;
                height: 3px;
                background-color: #59b1f4;
                position: absolute;
                left: 0;
                bottom: 0;
            }

        #index .index-mod .more {
            display: inline-block;
            padding-right: 16px;
            background-image: url(../img/13.png);
            background-position: right center;
            background-repeat: no-repeat;
        }

    #index .cate {
        margin-top: 60px;
    }

        #index .cate .list {
            display: flex;
            flex-wrap: wrap;
        }

            #index .cate .list .item {
                display: block;
                width: 380px;
                height: 300px;
                border-radius: 8px;
                overflow: hidden;
                margin-top: 30px;
                margin-left: 30px;
                position: relative;
            }

                #index .cate .list .item:nth-child(3n + 1) {
                    margin-left: 0;
                }

                #index .cate .list .item img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                #index .cate .list .item .text {
                    width: 380px;
                    height: 300px;
                    background-color: rgba(21, 127, 208, 0.8);
                    color: #fff;
                    position: absolute;
                    top: 248px;
                    left: 0;
                    right: 0;
                    padding: 15px 40px;
                    transition: all 0.3s;
                }

                    #index .cate .list .item .text .title {
                        text-align: center;
                        font-size: 24px;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    #index .cate .list .item .text i {
                        display: block;
                        width: 40px;
                        height: 2px;
                        background-color: #fff;
                        margin: 20px auto 0;
                    }

                    #index .cate .list .item .text .desc {
                        font-size: 16px;
                        line-height: 32px;
                        margin-top: 36px;
                        height: 128px;
                    }

                #index .cate .list .item:hover .text {
                    top: 0;
                    padding-top: 48px;
                }

    #index .news {
        margin-top: 60px;
    }

        #index .news .cont {
            margin-top: 30px;
            display: flex;
            justify-content: space-between;
        }

            #index .news .cont .list {
                width: 770px;
            }

                #index .news .cont .list a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    font-size: 16px;
                    line-height: 16px;
                    margin-top: 28px;
                    transition: color 0.3s;
                }

                    #index .news .cont .list a:first-child {
                        margin-top: 0;
                    }

                    #index .news .cont .list a .title {
                        width: 650px;
                        padding-left: 20px;
                        background-image: url(../img/14.png);
                        background-position: left center;
                        background-repeat: no-repeat;
                        transition: all 0.3s;
                    }

                    #index .news .cont .list a:hover {
                        color: #157fd0;
                    }

                        #index .news .cont .list a:hover .title {
                            background-image: url(../img/15.png);
                        }

            #index .news .cont .img {
                width: 380px;
                height: 240px;
                object-fit: cover;
            }

    #index .process {
        margin-top: 60px;
    }

        #index .process .list {
            margin-top: 30px;
        }

        #index .process .item {
            margin-top: 20px;
        }

    #index .flink {
        margin-top: 60px;
    }

        #index .flink .list {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
        }

        #index .flink .item {
            margin-top: 20px;
            margin-left: 47px;
            border: 1px solid #e6e6e6;
            border-radius: 8px;
            overflow: hidden;
        }

            #index .flink .item:nth-child(5n + 1) {
                margin-left: 0;
            }

.inner-banner {
    width: 100%;
    height: 300px;
    background-size: 1920px 300px;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 300px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 10px;
}

#help {
    padding: 50px 0 80px;
}

    #help .list {
        width: 100%;
    }

        #help .list .item {
            display: block;
            width: 100%;
            height: 70px;
            margin-top: 10px;
            border-bottom: 1px solid #e6e6e6;
            line-height: 70px;
            font-size: 20px;
            transition: all 0.3s;
        }

            #help .list .item:hover {
                color: #157fd0;
            }

#contact {
    padding: 130px 0 200px;
}

    #contact .main {
        display: flex;
        justify-content: space-between;
    }

    #contact .item {
        width: 380px;
        height: 240px;
        border: 1px solid #e6e6e6;
        padding: 30px;
        text-align: center;
    }

        #contact .item img {
            display: block;
            height: 90px;
            margin: 0 auto;
        }

        #contact .item .title {
            font-size: 14px;
            margin-top: 20px;
        }

        #contact .item .desc {
            margin-top: 25px;
            font-size: 18px;
        }

#notice {
    padding: 50px 0 80px;
}

    #notice .list {
        width: 100%;
    }

        #notice .list .item {
            padding: 15px 0;
            border-bottom: 1px solid #e6e6e6;
        }

            #notice .list .item .title {
                display: block;
                font-size: 20px;
                font-weight: bold;
                transition: all 0.3s;
            }

                #notice .list .item .title:hover {
                    color: #157fd0;
                }

            #notice .list .item .desc {
                font-size: 14px;
                color: #999;
                margin-top: 10px;
            }

            #notice .list .item .date {
                margin-top: 10px;
            }

#sign {
    width: 100%;
    height: 850px;
    background-image: url(../img/02.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

    #sign .cont {
        margin: 0 auto;
        width: 560px;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

        #sign .cont .mod {
            height: 60px;
            line-height: 60px;
            text-align: center;
            color: #fff;
            font-size: 20px;
            background-color: #157fd0;
        }

        #sign .cont .form {
            padding: 50px 89px 40px;
        }

            #sign .cont .form .line {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }

                #sign .cont .form .line .label {
                    width: 100px;
                    font-size: 16px;
                }

                #sign .cont .form .line .right {
                    display: flex;
                    align-items: center;
                    width: 280px;
                    height: 40px;
                }
                    #sign .cont .form .line .right .select {
                        width: 110px;
                        height: 40px;
                        background-size: 8px 6px;
                        background-position: center right 10px;
                        background-repeat: no-repeat;
                        background-image: url("../img/106.png");
                    }

                        #sign .cont .form .line .right .select select {
                            width: 100%;
                            height: 100%;
                            border-radius: 4px;
                            border: 1px solid #e6e6e6;
                            background-color: transparent;
                            padding-left: 10px;
                        }
                    #sign .cont .form .line .right input {
                        width: 100%;
                        height: 100%;
                        border-radius: 4px;
                        border: 1px solid #e6e6e6;
                        background-color: transparent;
                        padding: 0 10px;
                    }

                    #sign .cont .form .line .right button {
                        display: block;
                        width: 120px;
                        height: 40px;
                        background-color: #157fd0;
                        color: #fff;
                        line-height: 40px;
                        text-align: center;
                        border-radius: 4px;
                        border: none;
                        flex-shrink: 0;
                    }

            #sign .cont .form .subbtn {
                margin-top: 48px;
                width: 100%;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background-color: #157fd0;
                border: none;
                border-radius: 4px;
                color: #fff;
            }

            #sign .cont .form .link {
                margin-top: 20px;
                text-align: center;
            }

#article {
    padding: 70px 0 80px;
}

    #article .info {
        text-align: center;
        padding-bottom: 28px;
        border-bottom: 1px solid #e6e6e6;
    }

        #article .info .title {
            font-size: 28px;
            font-weight: bold;
        }

        #article .info .date {
            margin-top: 30px;
        }

    #article .rich-text {
        padding: 30px 0;
        font-size: 14px;
        line-height: 28px;
    }

    #article .prev-next {
        margin-top: 30px;
        border-top: 1px solid #e6e6e6;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 12px;
    }

        #article .prev-next .left {
            width: 700px;
        }

            #article .prev-next .left a {
                display: block;
                margin: 8px 0;
            }

        #article .prev-next .back {
            display: block;
            width: 160px;
            height: 40px;
            margin-top: 8px;
            background-color: #157fd0;
            border-radius: 4px;
            color: #fff;
            line-height: 40px;
            text-align: center;
        }

#video {
    width: 100vw;
    height: 100vh;
}

    #video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }






#video_play .v-header {
    height: 100px;
    width: 100%;
    background-color: #141414;
}

    #video_play .v-header .main {
        height: 100%;
        display: flex;
        align-items: center;
    }

        #video_play .v-header .main .logo {
            display: inline-block;
            width: 174px;
        }

            #video_play .v-header .main .logo img {
                width: 100%;
            }

#video_play .v-content {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
    transition: all 0.6s;
}

    #video_play .v-content .v-left {
        width: calc(100vw - 360px);
        height: 100%;
    }

        #video_play .v-content .v-left .title-box {
            height: 70px;
            display: flex;
            align-items: center;
            background-color: #0F0F0F;
            position: relative;
            justify-content: center;
        }

            #video_play .v-content .v-left .title-box .back {
                position: absolute;
                height: 70px;
                display: flex;
                top: 0;
                left: 36px;
                align-items: center;
            }

                #video_play .v-content .v-left .title-box .back i {
                    font-size: 12px;
                    color: #666;
                }

                #video_play .v-content .v-left .title-box .back span {
                    color: #999;
                    display: inline-block;
                    margin-left: 10px;
                }

            #video_play .v-content .v-left .title-box .title {
                font-size: 24px;
                color: #666;
                font-weight: bold;
            }

        #video_play .v-content .v-left .video {
            width: 100%;
            height: calc(100vh - 70px);
            background-color: #000;
            padding: 0 36px;
        }

        #video_play .v-content .v-left video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 0;
            outline: none;
        }

    #video_play .v-content .v-right {
        width: 360px;
        height: 100vh;
        background-color: #1A1A1A;
    }

        #video_play .v-content .v-right .v-tab {
            height: 70px;
            display: flex;
            align-items: center;
            background-color: #000;
            font-size: 20px;
            color: rgba(255, 255, 255, 0.5);
        }

            #video_play .v-content .v-right .v-tab .item {
                width: 50%;
                height: 100%;
                line-height: 70px;
                text-align: center;
                cursor: pointer;
            }

                #video_play .v-content .v-right .v-tab .item.active {
                    background-color: #1A1A1A;
                    color: #2874DB;
                }

        #video_play .v-content .v-right .v-list {
            padding: 24px;
            overflow-y: auto;
            height: calc(100vh - 70px);
        }

            #video_play .v-content .v-right .v-list::-webkit-scrollbar {
                width: 4px;
                height: 10px;
                background-color: #f3f4f5;
            }

            #video_play .v-content .v-right .v-list::-webkit-scrollbar-track {
                border-radius: 10px;
                background-color: #ffffff;
            }

            #video_play .v-content .v-right .v-list::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background-color: #2874DB;
            }

            #video_play .v-content .v-right .v-list .v-item-box {
                background-color: #0F0F0F;
                border-radius: 4px;
                padding: 0px 30px;
                margin-bottom: 16px;
                transition: height 0.6s;
            }

                #video_play .v-content .v-right .v-list .v-item-box .v-top {
                    display: flex;
                    align-items: center;
                    padding: 28px 0;
                    font-size: 16px;
                    cursor: pointer;
                    transition: height 0.3s;
                }

                    #video_play .v-content .v-right .v-list .v-item-box .v-top .play {
                        width: 24px;
                        height: 24px;
                        background-color: rgba(255, 255, 255, 0.1);
                        border-radius: 50%;
                        display: inline-block;
                        line-height: 24px;
                        text-align: center;
                        margin-right: 10px;
                    }

                        #video_play .v-content .v-right .v-list .v-item-box .v-top .play i {
                            font-size: 22px;
                            color: #666;
                        }

                    #video_play .v-content .v-right .v-list .v-item-box .v-top > span {
                        color: rgba(255, 255, 255, 0.5);
                    }

                #video_play .v-content .v-right .v-list .v-item-box .items-box {
                    margin-top: 6px;
                    display: none;
                }

                    #video_play .v-content .v-right .v-list .v-item-box .items-box .v-item {
                        padding-left: 30px;
                        height: 35px;
                        line-height: 35px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: rgba(255, 255, 255, 0.5);
                        cursor: pointer;
                    }

                        #video_play .v-content .v-right .v-list .v-item-box .items-box .v-item.v-active {
                            position: relative;
                            color: #2874DB;
                        }

                            #video_play .v-content .v-right .v-list .v-item-box .items-box .v-item.v-active:before {
                                content: '';
                                position: absolute;
                                width: 19px;
                                height: 24px;
                                background-size: 100% 100%;
                                background-repeat: no-repeat;
                                background-image: url("../img/170.png");
                                background-position: center;
                                left: 0;
                                top: 0;
                            }

                #video_play .v-content .v-right .v-list .v-item-box.active {
                    background-color: #1F1F1F;
                    transition: height 0.3s;
                }

                    #video_play .v-content .v-right .v-list .v-item-box.active .v-top {
                        padding: 28px 0 10px;
                        transition: height 0.3s;
                    }

                        #video_play .v-content .v-right .v-list .v-item-box.active .v-top .play {
                            display: none;
                        }

                        #video_play .v-content .v-right .v-list .v-item-box.active .v-top > span {
                            color: #fff;
                        }

                    #video_play .v-content .v-right .v-list .v-item-box.active .items-box {
                        display: block;
                    }

                #video_play .v-content .v-right .v-list .v-item-box:hover .v-top .play {
                    background-color: rgba(255, 255, 255, 0.2);
                }

                    #video_play .v-content .v-right .v-list .v-item-box:hover .v-top .play i {
                        color: #fff;
                    }

                #video_play .v-content .v-right .v-list .v-item-box:hover .v-top > span {
                    color: #fff;
                }

        #video_play .v-content .v-right .v-note {
            display: none;
        }

            #video_play .v-content .v-right .v-note .note-tab {
                padding: 15px 0 20px;
                display: flex;
                align-items: center;
            }

                #video_play .v-content .v-right .v-note .note-tab .item {
                    width: 50%;
                    font-size: 16px;
                    color: rgba(255, 255, 255, 0.5);
                    font-weight: bold;
                    text-align: center;
                    cursor: pointer;
                }

                    #video_play .v-content .v-right .v-note .note-tab .item span {
                        position: relative;
                    }

                        #video_play .v-content .v-right .v-note .note-tab .item span:before {
                            content: '';
                            position: absolute;
                            width: 34px;
                            height: 4px;
                            border-radius: 2px;
                            background-color: transparent;
                            left: calc(50% - 17px);
                            bottom: -10px;
                        }

                    #video_play .v-content .v-right .v-note .note-tab .item.active {
                        color: #fff;
                    }

                        #video_play .v-content .v-right .v-note .note-tab .item.active span:before {
                            background-color: #fff;
                        }

            #video_play .v-content .v-right .v-note .all-note {
                overflow-y: auto;
                height: calc(100vh - 130px);
            }

                #video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar {
                    width: 4px;
                    height: 10px;
                    background-color: #f3f4f5;
                }

                #video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar-track {
                    border-radius: 10px;
                    background-color: #ffffff;
                }

                #video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    background-color: #2874DB;
                }

                #video_play .v-content .v-right .v-note .all-note .tops {
                    padding: 0 24px 18px;
                    border-bottom: 1px solid #1F1F1F;
                }

                    #video_play .v-content .v-right .v-note .all-note .tops .note-box {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item {
                            width: 65px;
                            height: 28px;
                            line-height: 28px;
                            background-color: #3a3a3a;
                            border-radius: 3px;
                            color: rgba(255, 255, 255, 0.5);
                            text-align: center;
                            margin-right: 17px;
                            margin-bottom: 14px;
                            cursor: pointer;
                        }

                            #video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item.active {
                                background-color: #2874DB;
                                color: #fff;
                            }

                            #video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item:nth-child(4n) {
                                margin-right: 0;
                            }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-box.h-active {
                            height: 80px;
                            overflow: hidden;
                        }

                    #video_play .v-content .v-right .v-note .all-note .tops .note-updown {
                        font-size: 14px;
                        color: rgba(255, 255, 255, 0.5);
                        cursor: pointer;
                        display: none;
                    }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-updown .up {
                            display: block;
                        }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-updown .down {
                            display: none;
                        }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-updown.active .up {
                            display: none;
                        }

                        #video_play .v-content .v-right .v-note .all-note .tops .note-updown.active .down {
                            display: block;
                        }

            #video_play .v-content .v-right .v-note .mine-note {
                display: none;
                overflow-y: auto;
                height: calc(100vh - 130px);
            }

                #video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar {
                    width: 4px;
                    height: 10px;
                    background-color: #f3f4f5;
                }

                #video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar-track {
                    border-radius: 10px;
                    background-color: #ffffff;
                }

                #video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    background-color: #2874DB;
                }

                #video_play .v-content .v-right .v-note .mine-note .tops {
                    padding: 0 24px 24px;
                    border-bottom: 1px solid #1F1F1F;
                }

                    #video_play .v-content .v-right .v-note .mine-note .tops textarea {
                        width: 100%;
                        height: 100px;
                        padding: 10px 15px;
                        resize: none;
                        background-color: #3A3A3A;
                        border-radius: 3px;
                        color: #fff;
                    }

                    #video_play .v-content .v-right .v-note .mine-note .tops .add-note {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-top: 10px;
                    }

                        #video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem {
                            display: inline-block;
                            height: 20px;
                        }

                            #video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checkbox {
                                display: none;
                            }

                            #video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checklabel span {
                                height: 20px;
                                line-height: 20px;
                                display: inline-block;
                                float: left;
                                margin-left: 10px;
                                font-size: 14px;
                                color: #fff;
                                user-select: none;
                            }

                            #video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checklabel::before {
                                width: 16px;
                                height: 16px;
                                content: '';
                                display: inline-block;
                                background-image: url(../img/168.png);
                                background-size: 100% 100%;
                                float: left;
                                margin-top: 2px;
                                cursor: pointer;
                            }

                            #video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checkbox:checked + .checklabel::before {
                                background-image: url(../img/169.png);
                            }

                        #video_play .v-content .v-right .v-note .mine-note .tops .add-note .note-btn {
                            width: 85px;
                            height: 28px;
                            line-height: 28px;
                            border-radius: 3px;
                            text-align: center;
                            font-size: 14px;
                            color: #fff;
                            background-color: #3A3A3A;
                            border: 0;
                        }

            #video_play .v-content .v-right .v-note .all-text {
                padding: 0 24px 0 20px;
            }

                #video_play .v-content .v-right .v-note .all-text .text-item {
                    padding: 15px 0;
                    border-bottom: 1px solid #1F1F1F;
                    display: flex;
                }

                    #video_play .v-content .v-right .v-note .all-text .text-item .pic {
                        width: 55px;
                        height: 55px;
                        border-radius: 50%;
                        overflow: hidden;
                        flex-shrink: 0;
                    }

                        #video_play .v-content .v-right .v-note .all-text .text-item .pic img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    #video_play .v-content .v-right .v-note .all-text .text-item .info-box {
                        width: 100%;
                        margin-left: 10px;
                    }

                        #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            margin-bottom: 10px;
                        }

                            #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .name {
                                font-size: 16px;
                                color: #2874DB;
                                font-weight: bold;
                            }

                            #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .date, #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .tt {
                                font-size: 12px;
                                color: rgba(255, 255, 255, 0.5);
                            }

                            #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur {
                                width: 86px;
                                height: 20px;
                                line-height: 18px;
                                padding-left: 30px;
                                border-radius: 10px;
                                background-color: #3A3A3A;
                                position: relative;
                            }

                                #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur .d-icon {
                                    width: 20px;
                                    height: 20px;
                                    background-size: 100% 100%;
                                    background-repeat: no-repeat;
                                    background-image: url("../img/172.png");
                                    background-position: center;
                                    display: inline-block;
                                    position: absolute;
                                    top: 1px;
                                    left: -1px;
                                }

                                #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur .time {
                                    display: inline-block;
                                    font-size: 12px;
                                    color: #fff;
                                }

                        #video_play .v-content .v-right .v-note .all-text .text-item .info-box .desc {
                            font-size: 14px;
                            color: #fff;
                        }
.person-info  .lines .is_select {
    display: flex;
    align-items: center;
    width: 280px;
    height: 40px;
}
.person-info .lines .right .select {
    width: 110px;
    height: 30px;
    background-size: 8px 6px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url("../img/106.png");
}

    .person-info .lines .right .select select {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 1px solid #e6e6e6;
        background-color: transparent;
        padding-left: 10px;
    }


#cert .main {
    padding: 50px 50px 90px;
}

    #cert .main .cert-tops {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #cert .main .cert-tops input {
            width: 250px;
            height: 40px;
            border: 1px solid #ddd;
            padding-left: 14px;
            border-radius: 4px;
        }

            #cert .main .cert-tops input.long {
                width: 350px;
            }

        #cert .main .cert-tops .code {
            border-radius: 4px;
            overflow: hidden;
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
        }

            #cert .main .cert-tops .code input {
                width: 100%;
                border: none;
            }

            #cert .main .cert-tops .code .code-img {
                width: 120px;
                height: 40px;
                flex-shrink: 0;
            }

                #cert .main .cert-tops .code .code-img img {
                    width: 100%;
                    height: 100%;
                }

        #cert .main .cert-tops .query {
            width: 160px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            border-radius: 4px;
            background-color: #157fd0;
            display: block;
            cursor: pointer;
        }

    #cert .main .cert-table {
        border: 1px solid #ddd;
        margin-top: 35px;
    }

        #cert .main .cert-table .item {
            font-size: 16px;
            color: #333;
            text-align: center;
        }

            #cert .main .cert-table .item.item01 {
                width: 50px;
                flex-shrink: 0;
            }

            #cert .main .cert-table .item.item02 {
                width: 200px;
                flex-shrink: 0;
            }

            #cert .main .cert-table .item.item03 {
                width: 100%;
             
            }

            #cert .main .cert-table .item.item04 {
                width: 200px;
                flex-shrink: 0;
            }

        #cert .main .cert-table .th {
            background-color: #157fd0;
            height: 60px;
            display: flex;
            align-items: center;
        }

            #cert .main .cert-table .th .item {
                color: #fff;
            }

        #cert .main .cert-table .tr {
            display: flex;
            align-items: center;
            height: 60px;
            background-color: #fff;
        }

            #cert .main .cert-table .tr:nth-child(even) {
                background-color: #f2f4f5;
            }

        #cert .main .cert-table .print {
            width: 80px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            background-color: #157fd0;
            border-radius: 4px;
            display: block;
            text-align: center;
            font-size: 14px;
            margin: 0 auto;
        }

.address-popups {
    padding: 40px;
    background-color: #fff;
}

    .address-popups .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    .address-popups .lines {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

        .address-popups .lines .label {
            width: 90px;
            height: 40px;
            line-height: 40px;
            flex-shrink: 0;
        }

        .address-popups .lines .right {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .address-popups .lines .right input {
                width: 100%;
                height: 40px;
                border-radius: 4px;
                border: 1px solid #ddd;
                padding-left: 14px;
            }

            .address-popups .lines .right .select {
                width: calc((100% - 16px)/3);
                height: 40px;
                border: 1px solid #ddd;
                border-radius: 4px;
                background-size: 8px 6px;
                background-image: url("../img/106.png");
                background-repeat: no-repeat;
                background-position: right 10px center;
            }

                .address-popups .lines .right .select select {
                    width: 100%;
                    height: 100%;
                    border: none;
                    background-color: transparent;
                    padding-left: 14px;
                }

    .address-popups .subbtn {
        width: 200px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        color: #fff;
        background-color: #157fd0;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 90px;
    }
