﻿

        html {
            font-size: 62.5%
        }

        .mask {
            z-index: 2;
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0,0,0,.3)
        }



        .after:after {
            display: block;
            content: "";
            clear: both
        }

        .veryCenter {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%)
        }

        .verticalCenter {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%)
        }

        .horizontalCenter {
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            -webkit-transform: translate(-50%)
        }

        .ellipsis {
            display: block
        }

        .ellipsis, .ellipsis_1 {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }

        .ellipsis_1 {
            display: inline-block
        }

        .rightCenter {
            right: 15%;
            transform: translate(35%,-50%);
            -webkit-transform: translate(35%,-50%)
        }

        .leftCenter, .rightCenter {
            position: absolute;
            top: 50%
        }

        .leftCenter {
            left: 15%;
            transform: translate(-35%,-50%);
            -webkit-transform: translate(-35%,-50%)
        }

        ol, ul {
            padding: 0;
            margin: 0
        }

        li {
            list-style-type: none
        }



        p {
            margin: 0
        }

        button, input, textarea {
            -webkit-appearance: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            border: none
        }

            input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
                -webkit-appearance: none
            }

            input[type=number] {
                -moz-appearance: textfield
            }

            input[type=search]::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-smoothing:  antialiased;
            -webkit-font-smoothing:  antialiased;
            -webkit-appearance: none
        }


        button {
            background-color: #fff;
            -webkit-appearance: none
        }



        .error-info {
            font-size: 13.5px;
            color: #f30;
            margin-top: 45px
        }

            .error-info img {
                display: inline-block;
                width: 15px;
                height: 15px;
                margin-right: 3px;
                vertical-align: middle;
                margin-bottom: 2px
            }

        .no-data {
            background-color: #fff;
            position: relative;
            min-height: 260px
        }

            .no-data > div {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%)
            }

            .no-data img {
                display: block;
                width: 110px;
                height: 110px;
                margin: auto
            }

            .no-data p {
                color: rgba(0,0,0,.45);
                font-size: 14px;
                text-align: center
            }

        .part_line {
            margin-bottom: 10px;
            padding: 10px 15px;
            font-size: 16px;
            font-size: 1.6rem;
            position: relative;
            color: #454545;
            background-color: #f2f8fe;
            padding-left: 30px
        }

            .part_line:after {
                content: "";
                position: absolute;
                width: 5px;
                background-color: #4099f8;
                height: 15px;
                height: 1.5rem;
                top: 12px;
                left: 15px
            }

            .part_line span {
                color: #2587f8
            }



        .load_wait {
            font-size: 13px;
            color: #999
        }

        .test-table table {
            table-layout: fixed;
            width: 100%;
            border-top: 1px solid #cfcfcf;
            overflow: auto;
            border-collapse: collapse
        }

        .test-table tr {
            border-right: 1px solid #cfcfcf
        }

        .test-table td, .test-table th, .test-table tr {
            border-bottom: 1px solid #cfcfcf;
            overflow: auto
        }

        .test-table td, .test-table th {
            font-family: PingFangSC-Light;
            color: #3d464d;
            font-size: 14px !important;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: auto !important;
            padding: 5px;
            border-left: 1px solid #cfcfcf;
            word-wrap: break-word
        }

            .test-table td:last, .test-table th {
                border-top: 1px solid #cfcfcf
            }

        .test-table th {
            background: #fff
        }

        .primary-btn {
            text-align: center;
            font-size: 14px;
            border-radius: 3px;
            height: 32px;
            line-height: 32px;
            background-color: #4179fe;
            color: #fff
        }

            .primary-btn:hover {
                opacity: .8
            }

        ::-webkit-scrollbar-track {
            border-radius: 10px
        }

        ::-webkit-scrollbar {
            width: 7px;
            height: 7px
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background: rgba(0,0,0,.45)
        }

        .flex, .flex-between {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .flex, .flex-between, .flex-left, .flex-start {
            display:  flex;
            -webkit-box-align:  center;
            -ms-flex-align:  center;
            align-items:  center
        }

        .flex-left, .flex-start {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .flex-end, .flex-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .flex-center, .flex-end, .flex-right {
            display:  flex;
            -webkit-box-align:  center;
            -ms-flex-align:  center;
            align-items:  center
        }

        .flex-center {
            -webkit-box-pack:  center;
            -ms-flex-pack:  center;
            justify-content:  center
        }



        #app_1 {
            background-color: #fff
        }

            #app_1 .banner-gaokao {
                display: block;
                width: 100%;
                margin-bottom: 15px;
                cursor: pointer
            }

                #app_1 .banner-gaokao img {
                    width: 100%
                }

            #app_1 .page_inner {
                width: 1150px;
                margin: auto;
                min-height: 400px;
                margin-top: 10px;
                margin-bottom: 50px;
                position: relative;
                padding-top: 15px
            }

                #app_1 .page_inner > .select_bar {
                    display: none
                }

            #app_1 .part_line {
                margin-bottom: 15px;
                padding: 10px 15px;
                font-size: 16px;
                font-size: 1.6rem;
                position: relative;
                color: #454545;
                background-color: #f2f8fe;
                padding-left: 30px
            }

                #app_1 .part_line .select_bar {
                    position: absolute;
                    right: 15px;
                    top: 12px
                }

                #app_1 .part_line:after {
                    content: "";
                    position: absolute;
                    width: 5px;
                    background-color: #4285f4;
                    height: 15px;
                    height: 1.5rem;
                    top: 11px;
                    left: 15px
                }

            #app_1 .select_bar {
                display: block;
                font-size: 0
            }

                #app_1 .select_bar .link_a {
                    display: none
                }

                #app_1 .select_bar a {
                    position: relative;
                    color: #666;
                    margin: 0 15px;
                    font-size: 14px
                }

                    #app_1 .select_bar a:first-child:after {
                        content: "";
                        position: absolute;
                        width: 1px;
                        background-color: #ccc;
                        height: 20px;
                        top: 0;
                        right: -15px
                    }

                    #app_1 .select_bar a:last-child {
                        margin-right: 0
                    }

                #app_1 .select_bar .switch_active {
                    padding-bottom: 4px;
                    color: #4285f4;
                    border-bottom: 2px solid #4285f4
                }

            #app_1 .box_container {
                position: relative;
                margin-bottom: 20px
            }

                #app_1 .box_container:after {
                    display: block;
                    content: "";
                    clear: both
                }

            #app_1 .lf_style {
                margin-right: 15px;
                width: 200px;
                float: left;
                position: static
            }

                #app_1 .lf_style, #app_1 .lf_style .box_style {
                    margin-bottom: 15px
                }

                    #app_1 .lf_style .link_a {
                        font-size: 14px;
                        text-decoration: underline;
                        color: #4285f4
                    }

            #app_1 .rt_style {
                float: left;
                width: 935px
            }

            #app_1 .el-aside {
                margin-right: 15px
            }

            #app_1 .box_style {
                padding: 10px 0;
                -webkit-box-shadow: 0 0 10px #efefef;
                box-shadow: 0 0 10px #efefef;
                border: 1px solid #efefef;
                border-radius: 3px
            }

            #app_1 .indexSelection {
                display: none
            }

            #app_1 .data-menu {
                border-right: none
            }

                #app_1 .data-menu .data-submenu__title {
                    cursor: pointer;
                    height: 45px;
                    line-height: 45px;
                    font-size: 14px;
                    color: #454545;
                    padding-left: 20px;
                    position: relative
                }

                    #app_1 .data-menu .data-submenu__title .el-icon-plus {
                        font-size: 15px
                    }

                    #app_1 .data-menu .data-submenu__title label {
                        display: inline-block;
                        font-size: 20px;
                        vertical-align: middle;
                        margin-right: 15px;
                        color: #999;
                        margin-top: -7px
                    }

                    #app_1 .data-menu .data-submenu__title i {
                        font-size: 16px;
                        vertical-align: middle;
                        color: #999;
                        position: absolute;
                        right: 15px;
                        top: 15px
                    }

                    #app_1 .data-menu .data-submenu__title span {
                        vertical-align: middle
                    }

                    #app_1 .data-menu .data-submenu__title .code_str {
                        margin-right: 5px;
                        color: #666;
                        vertical-align: top
                    }

                #app_1 .data-menu > .data-menu-item > .data-submenu__title:hover {
                    background-color: #cee2ff
                }

                #app_1 .data-menu .sub_menu {
                    display: none;
                    background-color: #f8f8f8
                }

                    #app_1 .data-menu .sub_menu .data-menu-item {
                        min-width: auto;
                        padding-left: 32px !important;
                        color: #666;
                        position: relative
                    }

                        #app_1 .data-menu .sub_menu .data-menu-item:hover {
                            background-color: #cee2ff
                        }

                        #app_1 .data-menu .sub_menu .data-menu-item .label_str {
                            display: inline-block;
                            width: 70%;
                            vertical-align: top
                        }

                    #app_1 .data-menu .sub_menu .tooltips {
                        display: none;
                        padding: 8px 10px;
                        background: #f1f3f2;
                        color: #787878;
                        width: auto;
                        border-radius: 5px;
                        position: absolute;
                        left: 205px;
                        top: 5px;
                        font-size: 13px;
                        border: 1px solid #efefef;
                        min-width: 150px
                    }

                    #app_1 .data-menu .sub_menu .data-submenu__title > span {
                        margin-right: 0;
                        color: #666
                    }

                #app_1 .data-menu .item_active {
                    background-color: #4285f4 !important
                }

                    #app_1 .data-menu .item_active span {
                        color: #fff !important
                    }

            #app_1 .el-main, #app_1 .rt_style {
                padding: 0
            }

                #app_1 .el-main .top_line, #app_1 .rt_style .top_line {
                    padding: 15px 10px;
                    position: relative
                }

                    #app_1 .el-main .top_line .sub_name, #app_1 .rt_style .top_line .sub_name {
                        font-size: 15px;
                        color: #333
                    }

                        #app_1 .el-main .top_line .sub_name .little_dot, #app_1 .rt_style .top_line .sub_name .little_dot {
                            display: inline-block;
                            width: 8px;
                            height: 8px;
                            vertical-align: middle;
                            background-color: #4285f4;
                            border-radius: 50%;
                            margin-right: 5px;
                            margin-bottom: 3px
                        }

                        #app_1 .el-main .top_line .sub_name .code_str, #app_1 .rt_style .top_line .sub_name .code_str {
                            margin-right: 5px;
                            color: #666
                        }

                    #app_1 .el-main .top_line .sub_info, #app_1 .rt_style .top_line .sub_info {
                        position: absolute;
                        right: 10px;
                        top: 17px;
                        color: #4285f4;
                        font-size: 13px;
                        cursor: pointer
                    }

                        #app_1 .el-main .top_line .sub_info span, #app_1 .rt_style .top_line .sub_info span {
                            margin-left: 5px;
                            display: inline-block;
                            width: 18px;
                            height: 18px;
                            line-height: 18px;
                            border-radius: 50%;
                            text-align: center;
                            background-color: #cfcfcf;
                            vertical-align: top
                        }

                            #app_1 .el-main .top_line .sub_info span i, #app_1 .rt_style .top_line .sub_info span i {
                                color: #fff;
                                font-size: 15px
                            }

                            #app_1 .el-main .top_line .sub_info span .fa-sort-up, #app_1 .rt_style .top_line .sub_info span .fa-sort-up {
                                margin-top: 5px
                            }

                        #app_1 .el-main .top_line .sub_info:hover, #app_1 .rt_style .top_line .sub_info:hover {
                            cursor: pointer;
                            text-decoration: underline
                        }

                            #app_1 .el-main .top_line .sub_info:hover span, #app_1 .rt_style .top_line .sub_info:hover span {
                                background-color: #4285f4
                            }

                #app_1 .el-main .sub_detail, #app_1 .rt_style .sub_detail {
                    display: none;
                    padding: 0 10px;
                    font-size: 14px;
                    line-height: 26px;
                    color: #515151;
                    padding-bottom: 15px
                }

                #app_1 .el-main .el-table--border, #app_1 .rt_style .el-table--border {
                    border-left: none
                }

                #app_1 .el-main .el-table, #app_1 .rt_style .el-table {
                    width: 100%;
                    border-spacing: 0;
                    border-top: 2px solid #4285f4
                }

                    #app_1 .el-main .el-table th, #app_1 .rt_style .el-table th {
                        font-weight: 400;
                        color: #333
                    }

                    #app_1 .el-main .el-table td, #app_1 .rt_style .el-table td {
                        color: #606266
                    }

                        #app_1 .el-main .el-table td a, #app_1 .rt_style .el-table td a {
                            cursor: pointer;
                            color: #4285f4;
                            text-decoration: underline
                        }

                            #app_1 .el-main .el-table td a:hover, #app_1 .rt_style .el-table td a:hover {
                                opacity: .8
                            }

                    #app_1 .el-main .el-table td, #app_1 .el-main .el-table th, #app_1 .rt_style .el-table td, #app_1 .rt_style .el-table th {
                        height: 44px;
                        font-size: 13px;
                        padding: 10px 2px;
                        text-align: center;
                        border-right: 1px solid #ebeef5;
                        border-bottom: 1px solid #ebeef5
                    }

                    #app_1 .el-main .el-table tr td:last-child, #app_1 .el-main .el-table tr th:last-child, #app_1 .rt_style .el-table tr td:last-child, #app_1 .rt_style .el-table tr th:last-child {
                        border-right: none
                    }

                    #app_1 .el-main .el-table tr:last-child td, #app_1 .rt_style .el-table tr:last-child td {
                        border-bottom: none
                    }

                    #app_1 .el-main .el-table tr:nth-child(2n), #app_1 .rt_style .el-table tr:nth-child(2n) {
                        background-color: #fafafa
                    }

            #app_1 .sub_show {
                display: block !important
            }

            #app_1 .data_source {
                font-size: 12px;
                margin: 15px 10px;
                color: #999;
                position: absolute;
                right: 0;
                bottom: -50px
            }

            #app_1 .search_box {
                position: relative
            }

                #app_1 .search_box .box_style {
                    padding: 25px 10px
                }

                #app_1 .search_box .el-input input {
                    height: 36px
                }

                #app_1 .search_box button {
                    display: inline-block;
                    line-height: 1;
                    white-space: nowrap;
                    cursor: pointer;
                    color: #fff;
                    border: none;
                    text-align: center;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    outline: none;
                    margin: 0;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    padding: 10px 20px;
                    font-size: 13px;
                    border-radius: 4px;
                    font-family: inherit;
                    margin: 12px 0;
                    width: 100%;
                    background-color: #4285f4
                }

                #app_1 .search_box p {
                    font-size: 12px;
                    color: #999
                }

#app_1 .search_box p .red_dot {
    margin-right: 5px;
    vertical-align: middle;
    color: red
}

                #app_1 .search_box .results_list {
                    padding: 5px 0;
                    position: absolute;
                    top: 40px;
                    left: 0;
                    width: 100%;
                    max-height: 160px;
                    overflow: auto;
                    background-color: #fff;
                    border: 1px solid #efefef;
                    border-radius: 3px
                }

                    #app_1 .search_box .results_list li {
                        padding: 6px;
                        font-size: 13px;
                        color: #666
                    }

                        #app_1 .search_box .results_list li:active, #app_1 .search_box .results_list li:hover {
                            background-color: #4285f4;
                            color: #fff
                        }

        .schPage .rt_style .el-table {
            border-bottom: 1px solid #ebeef5
        }

        .el-input {
            position: relative;
            cursor: pointer
        }

            .el-input input {
                background-color: #fff;
                border-radius: 4px;
                border: 1px solid #dcdfe6;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #606266;
                display: inline-block;
                font-size: inherit;
                height: 40px;
                line-height: 1;
                outline: 0;
                padding: 0 10px;
                width: 100%;
                font-size: 13px;
                padding-right: 35px;
                font-weight: 400;
                font-family: \\5FAE\8F6F\96C5\9ED1,Microsoft YaHei,Lantinghei SC,PingFangSC,Microsoft Yahei,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,"sans-serif" !important
            }

            .el-input span {
                display: inline-block;
                width: 40px;
                line-height: 40px;
                height: 100%;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                color: #c0c4cc
            }

                .el-input span i {
                    font-size: 18px
                }

.searchNow {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    border: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 4px;
    font-family: inherit;
    margin: 12px 0;
    width: 100%;
    background-color: #4285f4
}
