﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    line-height: 1.5;
    font-family: "微软雅黑";
    font-size: 14px;
    min-width: 1280px
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:hover {
        text-decoration: none;
    }

html {
    /*background: #021132;*/
}

.gzt-container {
    position: relative;
    margin: 0 0 0 0;
    user-select: none;
}

.gzt_tab {
    float: left;
    width: 300px;
    height: 780px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box
}

.gzt_content {
    /*position: relative;*/
    box-sizing: border-box;
    /*height: 820px;
    max-height: 820px;
    min-height: 440px;*/
    margin: 0 0 0 310px;
}

.gzt_a {
    width: calc(100% - 40px);
    height: 32px;
    border-radius: 6px;
    background: #dce5f8;
    overflow: hidden;
    margin: 0 auto
}

    .gzt_a a {
        float: left;
        width: 50%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #4a5875;
        font-size: 14px;
    }

        .gzt_a a:nth-child(1)::before {
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/gzt/gzt_a_icon1.png) no-repeat center;
            vertical-align: middle;
            margin: -2px 4px 0 0;
        }

        .gzt_a a:nth-child(2)::before {
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/gzt/gzt_a_icon2.png) no-repeat center;
            vertical-align: middle;
            margin: -2px 4px 0 0;
        }



        .gzt_a a.active {
            display: inline-block;
            width: 50%;
            height: 32px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            background: #00276f
        }


.gzt_tabtDiv {
    display: none;
    color: #fff;
}

.gzt_selected {
    display: block;
}

.collect-center {
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding-top: 10px;
}


    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .collect-center::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .collect-center::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .collect-center::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }



    .collect-center ul {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 auto;
    }

        .collect-center ul li {
            width: 100%;
            margin: 10px 0;
        }

            .collect-center ul li a {
                display: block;
                width: 100%;
                color: #4a5875;
                font-size: 14px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .collect-center ul li a:hover {
                    color: #00276f;
                    font-size: 14px;
                }




.gzt_a .active:nth-child(1)::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/gzt/gzt_a_icon1_pre.png) no-repeat center;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.gzt_a .active:nth-child(2)::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/gzt/gzt_a_icon2_pre.png) no-repeat center;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.gzt-search {
    position: relative;
    width: calc(100% - 40px);
    display: table;
    margin: 20px auto 0 auto;
}

.gzt-search-left {
    float: left;
    width: 100%;
    height: 32px;
    background: #e9eaee;
    border-radius: 6px;
    overflow: hidden;
}

    .gzt-search-left span {
        display: inline-block;
        width: 26px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        margin-left: 4px;
    }

        .gzt-search-left span img {
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
        }

    .gzt-search-left input {
        width: 80%;
        height: 32px;
        line-height: 32px;
        background: none;
        border: 0;
        color: #4a5875;
        font-size: 14px;
    }

.gzt-search-right {
    float: right;
    margin-top: 4px;
    cursor: pointer;
}

.select-new2 {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    z-index: 9999;
    width: 88%;
    min-height: 200px;
    max-height: 400px;
    box-shadow: 0 0 10px rgba(50,99,194,.1);
    background: #fff;
    border-radius: 2px;
    overflow-y: auto;
}


    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .select-new2::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .select-new2::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .select-new2::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }

    .select-new2 ul {
        width: 90%;
        height: auto;
        display: table;
        margin: 0 auto;
    }

        .select-new2 ul li {
            margin: 10px 0;
        }

            .select-new2 ul li a {
                color: #4a5875;
                font-size: 14px;
            }

                .select-new2 ul li a:hover {
                    color: #4a5875;
                    font-size: 14px;
                }

.gzt_tab_children {
    width: calc(100% - 40px);
    height: 26px;
    margin: 0 auto
}

    .gzt_tab_children a {
        float: left;
        width: 49%;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #8d95a4;
        font-size: 16px;
        background: #dce5f8;
        border-radius: 4px;
        margin-right: 2%
    }

        .gzt_tab_children a.active {
            float: left;
            width: 49%;
            height: 26px;
            line-height: 26px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            background: #00276f;
        }

        .gzt_tab_children a:last-child {
            margin-right: 0
        }

.gzt_tab_children {
    margin-top: 14px;
}

.gzt_tab_contChildren {
    display: none;
    color: #4a5875;
}

.gzt_tab_selected {
    display: block;
}

/* 无极限菜单 */

.lists {
    position: relative;
    margin: 10px 0px 0 20px;
    width: calc(100% - 20px);
    overflow: auto;
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .lists::-webkit-scrollbar,
    .lists::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .lists::-webkit-scrollbar-track,
    .lists::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .lists::-webkit-scrollbar-thumb,
    .lists::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }


    .lists ul {
        position: relative;
    }

        .lists ul li {
            line-height: 32px;
        }


    .lists li ul {
        display: none;
        /* margin-left: 20px;*/
    }

    .lists li {
        /* 加号的图片
    list-style-image: url(../images/gzt/kong.png);
    margin-left: 30px;*/
    }

    .lists .plus {
        /* 加号的图片
    list-style-image: url(../images/gzt/plus.png);
    vertical-align: middle;
    margin-left: 30px;*/
    }

    .lists .minus {
        /* 减号的图片
    list-style-image: url(../images/gzt/minus.png);*/
    }

    /* .lists .plus::before {
    content: '';
    border-left: 1px dashed #999a9c;
    height: calc(100% - 20px);
    position: absolute;
    left: 16px;
    top: 13px;
}*/
    .lists span,
    .lists p {
        position: relative;
        cursor: pointer;
        white-space: nowrap;
    }

    .lists p {
        display: block;
        width: 100%;
        margin-left: 20px;
        margin-right: 30px;
        padding-right: 50px;
        /*text-overflow: ellipsis; 让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
        white-space: nowrap; /*让文字不换行*/
        /*overflow: hidden; 超出要隐藏*/
    }

        .lists p.active {
            color: #4e7fdd;
        }

    .lists li::before {
        position: absolute;
        top: 10px;
        left: 6px;
        bottom: 8px;
        display: inline-block;
        content: '';
        height: calc(100% - 20px);
        border-left: 1px dashed #3f5472;
    }

    .lists span {
        padding-left: 20px;
    }

        .lists span::before {
            position: absolute;
            top: -3px;
            left: -5px;
            z-index: 2;
            display: inline-block;
            content: '';
            background: #fff url(../images/gzt/plus.jpg?vs=2.0) no-repeat center;
            width: 24px;
            height: 24px;
            vertical-align: middle;
        }

    .lists .plus > span::before {
        position: absolute;
        top: -3px;
        left: -5px;
        z-index: 2;
        display: inline-block;
        content: '';
        background: #fff url(../images/gzt/minus.jpg?vs=2.0) no-repeat center;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }




    .lists li ul {
        margin-left: 30px;
    }

    .lists li.navSon:before {
        border-left: 0;
    }


    .lists li:last-child::before {
        background: 0
    }

/* 无极限菜单end */

.gzt_content_top {
    position: relative;
    box-sizing: border-box;
    height: 350px;
	width:100%;
    min-height: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px rgba(50,99,194,.1);
    background: #fff;
    color: #4a5875;
    padding: 25px;
}

.top-sidebar {
    width: 100%;
    height: auto;
    display: table;
}

.top-sidebar-btn {
    float: left;
}

    .top-sidebar-btn a {
        display: inline-block;
        width: 94px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        background: #00276f;
        margin-left: 20px;
    }

.top-sidebar-btn2 a {
    display: inline-block;
    width: 94px;
    height: 32px;
    line-height: 32px;
    background: #00276f;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    border-radius: 4px;
    pointer-events: none;
}


.time-box {
    float: left;
    line-height: 32px;
    margin-left: 100px;
    color: #4a5875
}

.time-group {
    float: right;
    width: 210px;
    height: 32px;
    box-shadow: 0 0 10px rgba(50,99,194,.1);
    background: #fff;
    border-radius: 4px;
    margin: 0 0 0 6px;
}

.demo-input {
    float: left;
    padding-left: 10px;
    height: 32px;
    min-width: 150px;
    line-height: 32px;
    border: 0;
    background: none;
    color: #4a5875;
    font-size: 14px;
}

.time-group span {
    float: left;
    margin-top: 4px;
}

.dragTop-bottom {
    width: 100%;
    height: 300px;
    margin-top: 24px;
}

.dragTop-tableTitle {
    width: 100%;
    height: auto;
}

    .dragTop-tableTitle table {
        width: 100%;
        height: auto;
        border-collapse: collapse;
    }

        .dragTop-tableTitle table tr th {
            height: 36px;
            height: 36px;
            line-height: 36px;
            background: #00276f;
            font-size: 14px;
            color: #fff;
        }


            .dragTop-tableTitle table tr th input {
                display: inline-block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                appearance: none;
                -webkit-appearance: none;
                /*background-image: url(../images/gzt/senior-table-checkbox.png);*/
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
                vertical-align: middle;
                margin: -3px 10px 0 14px;
                cursor: pointer;
            }
			
			.dragTop-tableTitle table tr th input.activeBg {
                display: inline-block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-table-checkbox.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
                vertical-align: middle;
                margin: -3px 10px 0 14px;
                cursor: pointer;
            }
			

                .dragTop-tableTitle table tr th input[type="checkbox"]:checked {
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-header-checked.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                }


            .dragTop-tableTitle table tr th:nth-of-type(1) {
                width: 30%;
                text-align: left;
            }

            /*.dragTop-tableTitle table tr th:nth-of-type(1) span {
    display: block;
    margin-left: 40px;
}*/

            .dragTop-tableTitle table tr th:nth-of-type(1) {
                width: 30%;
                text-align: left;
            }

            .dragTop-tableTitle table tr th:nth-of-type(2) {
                width: 10%;
            }

            .dragTop-tableTitle table tr th:nth-of-type(3) {
                width: 10%;
            }

            .dragTop-tableTitle table tr th:nth-of-type(4) {
                width: 10%;
            }

            .dragTop-tableTitle table tr th:nth-of-type(5) {
                width: 15%;
            }

            .dragTop-tableTitle table tr th:nth-of-type(6) {
                width: 10%;
            }

            .dragTop-tableTitle table tr th:nth-of-type(7) {
                width: 15%;
            }

.dragTop-table {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .dragTop-table::-webkit-scrollbar,
    .dragTop-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .dragTop-table::-webkit-scrollbar-track,
    .dragTop-table::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .dragTop-table::-webkit-scrollbar-thumb,
    .dragTop-table::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }


.dragTop-bottom table {
    width: 100%;
    height: auto;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
}

    .dragTop-bottom table tr td {
        text-align: center;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .dragTop-bottom table tr td label {
            display: block;
            cursor: pointer;
        }

            .dragTop-bottom table tr td label.active {
                color: #4a5875;
            }

        .dragTop-bottom table tr td > label input {
            display: inline-block;
            width: 16px;
            height: 16px;
            overflow: hidden;
            appearance: none;
            -webkit-appearance: none;
            background-image: url(../images/gzt/senior-table-checkbox.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            border: 0;
            overflow: hidden;
            vertical-align: middle;
            margin: -3px 10px 0 14px;
            cursor: pointer;
        }

            .dragTop-bottom table tr td > label input[type="checkbox"]:checked {
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-header-checked.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
            }


    .dragTop-bottom table tr:nth-child(even) td {
        background: #f7f8fc
    }

    .dragTop-bottom table tr td:nth-of-type(1) {
        width: 30%;
        text-align: left;
    }

    .dragTop-bottom table tr td:nth-of-type(2) {
        width: 10%;
    }

    .dragTop-bottom table tr td:nth-of-type(3) {
        width: 10%;
    }

    .dragTop-bottom table tr td:nth-of-type(4) {
        width: 10%;
    }

    .dragTop-bottom table tr td:nth-of-type(5) {
        width: 15%;
    }

    .dragTop-bottom table tr td:nth-of-type(6) {
        width: 10%;
    }

    .dragTop-bottom table tr td:nth-of-type(7) {
        width: 15%;
    }

    .dragTop-bottom table tr td .dragTop-bottom-btn {
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .dragTop-bottom table tr td .dragTop-bottom-btn a {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 0 10px;
            vertical-align: middle;
        }

            .dragTop-bottom table tr td .dragTop-bottom-btn a:nth-of-type(1) {
                background: url("../images/gzt/table-collect.png") no-repeat center;
            }

            .dragTop-bottom table tr td .dragTop-bottom-btn a.active:nth-of-type(1) {
                background: url("../images/gzt/table-collect-pre.png") no-repeat center;
            }


            .dragTop-bottom table tr td .dragTop-bottom-btn a:nth-of-type(2) {
                background: url("../images/gzt/table-extract.png") no-repeat center;
            }

            .dragTop-bottom table tr td .dragTop-bottom-btn a:nth-of-type(3) {
                background: url("../images/gzt/table-close.png") no-repeat center;
            }

            .dragTop-bottom table tr td .dragTop-bottom-btn a:nth-of-type(2):hover {
                background: url("../images/gzt/table-extract-pre.png") no-repeat center;
            }

            .dragTop-bottom table tr td .dragTop-bottom-btn a:nth-of-type(3):hover {
                background: url("../images/gzt/table-close-pre.png") no-repeat center;
            }



.gzt_content_bottom {
    position: relative;
    box-sizing: border-box;
    height: calc(100% - 360px);
    min-height: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px rgba(50,99,194,.1);
    background: #fff;
    color: #4a5875;
    margin-top: 10px;
    padding: 25px;
}



.bottom-sidebar {
    width: 100%;
    height: auto;
    display: table;
    border-bottom: 1px solid #8d95a4;
    padding-bottom: 20px;
}

.bottom-sidebar-left {
    float: left;
}

    .bottom-sidebar-left > div {
        display: inline-block;
        margin-left: 20px;
    }

        .bottom-sidebar-left > div.btn-box > a {
            display: inline-block;
            width: 94px;
            height: 32px;
            line-height: 32px;
            color: #fff;
            border-radius: 4px;
            background: #00276f;
            text-align: center;
        }

        .bottom-sidebar-left > div.btn-box2 > a {
            display: inline-block;
            width: 94px;
            height: 32px;
            line-height: 32px;
            color: #fff;
            border-radius: 4px;
            background: #00276f;
            text-align: center;
            pointer-events: none;
        }

        .bottom-sidebar-left > div.btn-box {
            position: relative;
        }

        .bottom-sidebar-left > div ul {
            display: none;
            position: absolute;
            top: 32px;
            left: 0;
            z-index: 9;
            width: 100%;
            background: #fff;
            box-shadow: 0 0 10px rgba(50,99,194,.1);
        }

            .bottom-sidebar-left > div ul li {
                padding: 5px 0;
                text-align: center;
            }

                .bottom-sidebar-left > div ul li a {
                    display: block;
                    color: #282828;
                    font-size: 14px;
                }

                .bottom-sidebar-left > div ul li:hover {
                    color: #00ffff;
                    font-size: 14px;
                    background: #accaf0;
                }



.bottom-sidebar-right {
    float: right;
}

    .bottom-sidebar-right a {
        display: inline-block;
        text-align: center;
        margin-right: 20px;
    }

        .bottom-sidebar-right a:nth-of-type(1) {
            width: 100px;
            height: 32px;
            line-height: 32px;
            color: #fff;
            background: #17467c;
        }

        .bottom-sidebar-right a:nth-of-type(2) {
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background: url("../images/gzt/Refresh-icon-prev.png") no-repeat center;
        }

        .bottom-sidebar-right a:nth-of-type(3) {
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background: url("../images/gzt/amplify-icon.png") no-repeat center;
        }

        .bottom-sidebar-right a.active:nth-of-type(3) {
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background: url("../images/gzt/amplify-icon-active.png") no-repeat center;
        }


.bottom-sidebar-right2 a {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    pointer-events: none;
}

    .bottom-sidebar-right2 a:nth-of-type(1) {
        width: 100px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        background: #4a5875;
    }

    .bottom-sidebar-right2 a:nth-of-type(2) {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url("../images/gzt/Refresh-icon-prev.png") no-repeat center;
    }

    .bottom-sidebar-right2 a:nth-of-type(3) {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url("../images/gzt/amplify-icon-prev.png") no-repeat center;
    }



.dragBottom-table {
    width: 100%;
    height: auto;
   /* max-height: 360px;*/
    overflow: auto;
    margin-top: 20px;
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .dragBottom-table::-webkit-scrollbar,
    .dragBottom-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .dragBottom-table::-webkit-scrollbar-track,
    .dragBottom-table::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .dragBottom-table::-webkit-scrollbar-thumb,
    .dragBottom-table::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }


    .dragBottom-table table {
        display: table;
        border-collapse: collapse;
        table-layout: fixed;
    }

        .dragBottom-table table tr td,
        .dragBottom-table table tr th {
            text-align: center;
            /*line-height: 40px;
           white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;*/
            padding: 10px;
            white-space: nowrap;
            vertical-align: top;
        }

            .dragBottom-table table tr td label,
            .dragBottom-table table tr th label {
                display: block;
                cursor: pointer;
                /*padding: 0 50px 0 0;*/
                white-space: nowrap
            }

                .dragBottom-table table tr td label.active {
                    color: #00276f;
                }

                .dragBottom-table table tr td label input,
                .dragBottom-table table tr th label input {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    overflow: hidden;
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-table-checkbox.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                    vertical-align: middle;
                    margin: 0 10px 0 0;
                    cursor: pointer;
                }

            .dragBottom-table table tr td > input {
                display: inline-block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-table-checkbox.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
                vertical-align: middle;
                margin: 0 10px 0 0px;
                cursor: pointer;
            }

            .dragBottom-table table tr td div > input {
                display: inline-block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-table-checkbox.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
                vertical-align: middle;
                margin: -3px 10px 0 0px;
                cursor: pointer;
            }


                .dragBottom-table table tr td label input[type="checkbox"]:checked,
                .dragBottom-table table tr th label input[type="checkbox"]:checked,
                .dragBottom-table table tr td > input[type="checkbox"]:checked,
                .dragBottom-table table tr td div > input[type="checkbox"]:checked {
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-header-checked.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                }

        .dragBottom-table table.vertical {
            -webkit-writing-mode: vertical-lr;
            -moz-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
        }


            .dragBottom-table table.vertical div {
                -webkit-writing-mode: horizontal-tb;
                -moz-writing-mode: horizontal-tb;
                -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
                /*padding: 10px;*/
            }


                .dragBottom-table table.vertical div p {
                    padding-left: 28px;
                    text-align: left
                }

        .dragBottom-table table tr td label span {
            position: relative;
        }

            .dragBottom-table table tr td label span a {
                position: absolute;
                top: -16px;
                right: -16px;
                display: none;
            }

                .dragBottom-table table tr td label span a img {
                    width: 16px;
                    height: 16px;
                }

        .dragBottom-table table.vertical tr:first-child td div {
            display: block;
            cursor: pointer;
            white-space: nowrap;
            text-align: left;
            float: left;
        }

/* 可视化 */
.visualization-box {
    width: 100%;
    height: 100%;
    display: none;
}

.visualization-sidebar {
    width: 100%;
    height: auto;
    display: table;
}

    .visualization-sidebar .back-a {
        float: left;
        margin-left: 20px;
    }


        .visualization-sidebar .back-a a {
            display: inline-block;
            width: 94px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            border-radius: 4px;
            background: #00276f;
        }

    .visualization-sidebar .chart-a {
        float: left;
        margin-left: 50px;
    }


        .visualization-sidebar .chart-a a {
            display: inline-block;
            width: 100px;
            height: 32px;
            line-height: 32px;
            background: #f3f4f6;
            text-align: center;
            color: #8d95a4;
            margin-right: 8px;
        }

            .visualization-sidebar .chart-a a:nth-of-type(1) span::before {
                display: inline-block;
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/white-css/fold--line-icon.png) no-repeat center;
                vertical-align: middle;
                margin: -2px 4px 0 0;
            }

            .visualization-sidebar .chart-a a:nth-of-type(2) span::before {
                display: inline-block;
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/white-css/scatter-point-icon.png) no-repeat center;
                vertical-align: middle;
                margin: -2px 4px 0 0;
            }

            .visualization-sidebar .chart-a a:nth-of-type(3) span::before {
                display: inline-block;
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/white-css/area-icon.png) no-repeat center;
                vertical-align: middle;
                margin: -2px 4px 0 0;
            }

            .visualization-sidebar .chart-a a:nth-of-type(4) span::before {
                display: inline-block;
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/white-css/histogram-icon.png) no-repeat center;
                vertical-align: middle;
                margin: -2px 4px 0 0;
            }

            .visualization-sidebar .chart-a a.active {
                background: #4a5875;
                color: #fff
            }

                .visualization-sidebar .chart-a a.active:nth-of-type(1) span::before {
                    display: inline-block;
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url(../images/gzt/fold--line-icon.png) no-repeat center;
                    vertical-align: middle;
                    margin: -2px 4px 0 0;
                }

                .visualization-sidebar .chart-a a.active:nth-of-type(2) span::before {
                    display: inline-block;
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url(../images/gzt/scatter-point-icon.png) no-repeat center;
                    vertical-align: middle;
                    margin: -2px 4px 0 0;
                }

                .visualization-sidebar .chart-a a.active:nth-of-type(3) span::before {
                    display: inline-block;
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url(../images/gzt/area-icon.png) no-repeat center;
                    vertical-align: middle;
                    margin: -2px 4px 0 0;
                }

                .visualization-sidebar .chart-a a.active:nth-of-type(4) span::before {
                    display: inline-block;
                    content: '';
                    width: 20px;
                    height: 20px;
                    background: url(../images/gzt/histogram-icon.png) no-repeat center;
                    vertical-align: middle;
                    margin: -2px 4px 0 0;
                }

.visualization-amplify {
    float: right;
}

    .visualization-amplify a {
        display: block;
        width: 32px;
        height: 32px;
        padding-top: 6px;
    }

.visualization-sidebar .visualization-setUp {
    float: right;
    margin-right: 50px;
}


    .visualization-sidebar .visualization-setUp a {
        display: inline-block;
        width: 94px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        background: #00276f;
        margin-left: 20px;
    }

.visualization-chart {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px;
}

    .visualization-chart img {
        width: 100%;
        height: 350px;
    }

/* 拖拽 */
#splitDiv {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 50px;
    cursor: col-resize;
    background: #00276f url(../images/gzt/vbar.png) center center no-repeat;
    margin: -25px 0 0 0;
}

#centerDiv {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 50px;
    height: 10px;
    cursor: row-resize;
    background: #00276f url(../images/gzt/vbar2.png) center center no-repeat;
    margin-left: -25px;
}

/* 高级搜索 */
.senior {
    display: none;
}

.senior-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.senior-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 800px;
    height: 640px;
    margin: -340px auto 0 auto;
}

.senior-center-box {
    width: 760px;
    height: 600px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
}



.senior-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #00276f;
    font-weight: bold;
}

    .senior-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

    .senior-title a {
        position: absolute;
        top: -5px;
        right: 0;
    }

.screen-condition {
    width: 100%;
    height: auto;
    display: table;
    margin: 10px 0 6px 0;
}

    .screen-condition dt {
        float: left;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        margin-left: .5%;
    }

    .screen-condition dd {
        float: left;
        background: #295c92;
        border-radius: 4px;
        padding: 4px 10px;
        color: #00ffff;
        font-size: 14px;
        margin-right: 10px;
    }

        .screen-condition dd:last-child {
            margin-right: 0px;
        }

        .screen-condition dd span {
            display: inline-block;
            margin: 0 0 0 4px;
            vertical-align: middle;
            cursor: pointer;
        }

.senior-box {
    width: 100%;
    height: 285px;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 25px
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .senior-box::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .senior-box::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .senior-box::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }



.senior-item {
    width: 99%;
    height: auto;
    display: table;
    border-bottom: 1px dashed #a7b7c8;
    padding: 6px 0.5%;
}

.el-name {
    float: left;
    font-size: 14px;
    color: #4a5875;
    line-height: 26px;
}

.el-box {
    margin-left: 40px;
}

.el-box-height {
    height: 26px;
    overflow: hidden;
}

.el-box-name {
    float: left;
    width: 95%;
}

    .el-box-name a {
        display: inline-block;
        font-size: 14px;
        color: #abb4c1;
        margin: 0 10px 0 10px;
        line-height: 26px;
    }

        .el-box-name a:last-child {
            /*margin: 0 0 0 10px;*/
            margin: 0 10px 0 0;
        }

        .el-box-name a.active {
            color: #00ffff;
        }

.el-box-btn {
    float: right;
    margin-top: 4px;
}

    .el-box-btn img {
        display: block;
    }

.senior-query {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 14px;
}

    .senior-query a {
        display: block;
        width: 100px;
        height: 34px;
        line-height: 34px;
        background: #00276f;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
    }

.senior-list {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 30px;
}

.senior-header {
    width: 100%;
    height: 34px;
    background: #b7c6e6;
}

    .senior-header > div {
        float: left;
        line-height: 34px;
        font-size: 14px;
        color: #4a5875;
    }

.senior-header-item1 {
    width: 40%;
    height: 100%;
    text-align: center;
}

.senior-header-item2,
.senior-header-item3,
.senior-header-item4 {
    width: 20%;
    height: 100%;
    text-align: center;
}

.senior-header-item1 input {
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/gzt/senior-header-checkbox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
    margin: 10px 0 0 12px;
    cursor: pointer;
	 display:none
}



    .senior-header-item1 input[type="checkbox"]:checked {
        appearance: none;
        -webkit-appearance: none;
        background-image: url(../images/gzt/senior-header-checked.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        border: 0;
        overflow: hidden;
    }

.senior-table {
    width: 100%;
    height: auto;
    max-height: 130px;
    overflow-y: auto;
    /*display: table;*/
    margin-top: 15px;
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .senior-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .senior-table::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .senior-table::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }

    .senior-table table tr td {
        font-size: 14px;
        color: #4a5875;
        line-height: 40px;
    }

        .senior-table table tr td:nth-of-type(1) {
            width: 40%;
        }

            .senior-table table tr td:nth-of-type(1) label {
                display: block;
                cursor: pointer;
                /* 单行显示省略号 */
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .senior-table table tr td:nth-of-type(1) label.active {
                    color: #00276f;
                }

        .senior-table table tr td:nth-of-type(2),
        .senior-table table tr td:nth-of-type(3),
        .senior-table table tr td:nth-of-type(4) {
            width: 20%;
            text-align: center;
        }

        .senior-table table tr td input {
            display: inline-block;
            width: 16px;
            height: 16px;
            overflow: hidden;
            appearance: none;
            -webkit-appearance: none;
            background-image: url(../images/gzt/senior-table-checkbox.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            border: 0;
            overflow: hidden;
            vertical-align: middle;
            margin: -4px 4px 0 10px;
            cursor: pointer;
        }

            .senior-table table tr td input[type="checkbox"]:checked {
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-header-checked.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
            }

.senior-center-btn {
    width: 278px;
    height: 38px;
    line-height: 38px;
    background: #00276f;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer
}

    .senior-center-btn span::before {
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images/gzt/senior-center-btn.png) no-repeat center;
        vertical-align: middle;
        margin: -2px 4px 0 0;
    }

/* 消息弹窗 */
.info {
    display: none;
}

.info-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.info-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 760px;
    height: 360px;
    background: #fff;
    margin: -200px auto 0 auto;
    padding: 20px;
    border-radius: 10px
}

.info-box {
    position: relative;
}


    .info-box > a {
        position: absolute;
        top: -30px;
        right: 0;
    }

.info-tab {
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

    .info-tab a {
        display: inline-block;
        width: 120px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #1142ab;
        font-size: 16px;
        margin: 0 40px;
    }





        .info-tab a.active {
            display: inline-block;
            width: 120px;
            height: 34px;
            text-align: center;
            border-bottom: 2px #1142ab solid
        }


.info-tabtDiv {
    display: none;
    color: #fff;
    margin-top: 30px;
}

.info-selected {
    display: block;
}

.info-title {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #dddfe4;
    padding: 0 0 10px 0;
}

    .info-title > div {
        float: left;
        font-size: 14px;
        color: #8d95a4;
    }

    .info-title .info-title-item1 {
        width: 22%;
        text-align: center
    }

    .info-title .info-title-item2 {
        width: 53%;
        padding-left: 1%;
        text-align: center
    }

    .info-title .info-title-item3 {
        width: 21%;
        padding-left: 2%;
        text-align: center
    }


.info-table,
.info-table2 {
    height: 210px;
    max-height: 210px;
    overflow-y: auto;
   
}


    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    .info-table::-webkit-scrollbar,
    .info-table2::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .info-table::-webkit-scrollbar-track,
    .info-table2::-webkit-scrollbar-track {
        background-color: none;
    }

    /*定义滑块 内阴影+圆角*/
    .info-table::-webkit-scrollbar-thumb,
    .info-table2::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }


    .info-table table,
    .info-table2 table {
        width: 90%;
        height: auto;
        display: table;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

        .info-table table tr td,
        .info-table2 table tr td {
            padding: 10px 0;
            border-bottom: 1px solid #dddfe4;
            color: #4a5875
            /*white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;*/
        }

            .info-table table tr td span {
                color: #4a5875;
            }

    .info-table tr td:nth-of-type(1),
    .info-table2 tr td:nth-of-type(1) {
        width: 22%;
        padding-left: 1%;
        text-align: center
    }

    .info-table tr td:nth-of-type(2),
    .info-table2 tr td:nth-of-type(2) {
        width: 53%;
        padding-left: 1%;
    }

    .info-table tr td:nth-of-type(3),
    .info-table2 tr td:nth-of-type(3) {
        width: 21%;
        padding-left:1%;
        text-align: center
    }


    .info-table2 table tr td span {
        display: block;
        color: #4a5875;
    }
/* 设置弹窗 */
.setUp {
    display: none;
}

.setUp-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.setUp-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 460px;
    height: 420px;
    margin: -230px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.setUp-box {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.setUp-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #00276f;
    font-weight: bold;
}

    .setUp-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

    .setUp-title a {
        position: absolute;
        top: -15px;
        right: -5%;
    }

.serUp-table {
    width: 100%;
    height: auto;
    display: table;
}

    .serUp-table table {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

        .serUp-table table tr td {
            color: #4a5875;
            font-size: 14px;
            vertical-align: top;
            padding: 20px 0 0 0;
        }

            .serUp-table table tr td:nth-of-type(1),
            .serUp-table table tr td:nth-of-type(2) {
                width: 25%;
            }

        .serUp-table table tr:nth-of-type(1) td {
            line-height: 35px;
        }

        .serUp-table table tr:nth-of-type(1) td,
        .serUp-table table tr:nth-of-type(2) td {
            border-bottom: 1px solid #dddfe4;
            padding-bottom: 20px;
        }

        .serUp-table table tr td div {
            display: table
        }

            .serUp-table table tr td div > label {
                display: block;
                cursor: pointer;
            }


                .serUp-table table tr td div > label input {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    overflow: hidden;
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-table-checkbox.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                    vertical-align: middle;
                    margin: 0 4px 0 2px;
                    cursor: pointer;
                }

                    .serUp-table table tr td div > label input[type="checkbox"]:checked {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: url(../images/gzt/senior-header-checked.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        border: 0;
                        overflow: hidden;
                    }


        .serUp-table table tr td input[type="text"] {
            width: 78%;
            height: 30px;
            line-height: 30px;
            border: 1px solid #597696;
            background: 0;
            border-radius: 4px;
            padding-left: 4%;
            color: #4a5875;
        }

        .serUp-table table tr td .serUp-group {
            width: 82%;
            display: flex;
            justify-content: space-between;
        }

            .serUp-table table tr td .serUp-group label {
                display: block;
                cursor: pointer;
            }

                .serUp-table table tr td .serUp-group label input {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    overflow: hidden;
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-table-checkbox.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                    vertical-align: middle;
                    margin: 0 0 0 2px;
                    cursor: pointer;
                }

                    .serUp-table table tr td .serUp-group label input[type="checkbox"]:checked {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: url(../images/gzt/senior-header-checked.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        border: 0;
                        overflow: hidden;
                    }

.serUp-group-btn {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 30px;
}

    .serUp-group-btn a {
        display: inline-block;
        width: 160px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 16px;
        color: #4a5875;
        border-radius: 4px;
        background: #e8eaed;
        margin: 0 15px;
    }

        .serUp-group-btn a:last-child {
            background: #00276f;
            color: #fff
        }



/* 导出设置弹窗 */
.exportSetUp {
    display: none;
}

.exportSetUp-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.exportSetUp-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 460px;
    height: 300px;
    margin: -170px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.exportSetUp-box {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.exportSetUp-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #00276f;
    font-weight: bold;
}

    .exportSetUp-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

    .exportSetUp-title a {
        position: absolute;
        top: -15px;
        right: -5%;
    }

.exportSetUp-table {
    width: 100%;
    height: auto;
    display: table;
}

    .exportSetUp-table table {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

        .exportSetUp-table table tr td {
            color: #4a5875;
            font-size: 14px;
            vertical-align: top;
            padding: 20px 0 0 0;
        }

            .exportSetUp-table table tr td:nth-of-type(1),
            .exportSetUp-table table tr td:nth-of-type(2) {
                width: 25%;
            }

                .exportSetUp-table table tr td:nth-of-type(1) > span {
                    letter-spacing: 1px;
                    padding-left: 1px;
                }

        .exportSetUp-table table tr:nth-of-type(1) td {
            line-height: 35px;
        }

        .exportSetUp-table table tr:nth-of-type(1) td,
        .exportSetUp-table table tr:nth-of-type(2) td {
            border-bottom: 1px solid #dddfe4;
            padding-bottom: 20px;
        }

        .exportSetUp-table table tr td div {
            display: table;
        }

            .exportSetUp-table table tr td div > label {
                display: block;
                cursor: pointer;
            }

                .exportSetUp-table table tr td div > label span {
                    display: inline-block;
                    width: 38px;
                    text-align: center;
                }

                .exportSetUp-table table tr td div > label input {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    overflow: hidden;
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-table-checkbox.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                    vertical-align: middle;
                    margin: 0 4px 0 4px;
                    cursor: pointer;
                }

                    .exportSetUp-table table tr td div > label input[type="checkbox"]:checked {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: url(../images/gzt/senior-header-checked.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        border: 0;
                        margin: 0 4px 0 4px;
                        overflow: hidden;
                    }





.exportSetUp-group-btn {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 30px;
}

    .exportSetUp-group-btn a {
        display: inline-block;
        width: 160px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 16px;
        color: #4a5875;
        border-radius: 4px;
        background: #e8eaed;
        margin: 0 15px;
    }

        .exportSetUp-group-btn a:last-child {
            background: #00276f;
            color: #fff
        }




/* 导出弹窗 */
.export-gzt {
    display: none;
}

.export-gzt-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.export-gzt-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 460px;
    height: 500px;
    margin: -270px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.export-gzt-box {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.export-gzt-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #00276f;
    font-weight: bold;
}

    .export-gzt-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

    .export-gzt-title a {
        position: absolute;
        top: -15px;
        right: -5%;
    }

.export-gzt-table {
    width: 100%;
    height: auto;
    display: table;
}

    .export-gzt-table table {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

        .export-gzt-table table tr td {
            color: #4a5875;
            font-size: 14px;
            vertical-align: top;
            padding: 15px 0 0 0;
        }

            .export-gzt-table table tr td:nth-of-type(1),
            .export-gzt-table table tr td:nth-of-type(2) {
                width: 25%;
            }

        .export-gzt-table table tr:nth-of-type(1) td {
            line-height: 35px;
        }

        .export-gzt-table table tr:nth-of-type(1) td,
        .export-gzt-table table tr:nth-of-type(2) td,
        .export-gzt-table table tr:nth-of-type(3) td,
        .export-gzt-table table tr:nth-of-type(4) td,
        .export-gzt-table table tr:nth-of-type(7) td {
            border-bottom: 1px solid #dddfe4;
            padding-bottom: 15px;
        }

        .export-gzt-table table tr td > label {
            display: block;
            cursor: pointer;
        }

            .export-gzt-table table tr td > label span {
                display: inline-block;
                width: 60px;
                text-align: right;
                margin-right: 4px;
            }

            .export-gzt-table table tr td > label input {
                display: inline-block;
                width: 16px;
                height: 16px;
                overflow: hidden;
                appearance: none;
                -webkit-appearance: none;
                background-image: url(../images/gzt/senior-table-checkbox.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                border: 0;
                overflow: hidden;
                vertical-align: middle;
                margin: 0 4px 0 2px;
                cursor: pointer;
            }

                .export-gzt-table table tr td > label input[type="checkbox"]:checked {
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-header-checked.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                }


        .export-gzt-table table tr td .export-group {
            width: 82%;
            display: flex;
            justify-content: space-between;
        }

            .export-gzt-table table tr td .export-group label {
                display: block;
                cursor: pointer;
            }

                .export-gzt-table table tr td .export-group label input {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    overflow: hidden;
                    appearance: none;
                    -webkit-appearance: none;
                    background-image: url(../images/gzt/senior-table-checkbox.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    border: 0;
                    overflow: hidden;
                    vertical-align: middle;
                    margin: 0 0 0 2px;
                    cursor: pointer;
                }

                    .export-gzt-table table tr td .export-group label input[type="checkbox"]:checked {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: url(../images/gzt/senior-header-checked.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 100%;
                        border: 0;
                        overflow: hidden;
                    }

.export-group-btn {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    margin-top: 30px;
}

    .export-group-btn a {
        display: inline-block;
        width: 160px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 16px;
        color: #4a5875;
        border-radius: 4px;
        background: #e8eaed;
        margin: 0 15px;
    }

        .export-group-btn a:last-child {
            background: #00276f;
            color: #fff;
        }


/* 变频弹窗 */
.frequency {
    display: none;
}

.frequency-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.frequency-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 400px;
    height: 280px;
    margin: -160px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.frequency-box {
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}


.frequency-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #00276f;
    font-weight: bold;
}

    .frequency-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

    .frequency-title a {
        position: absolute;
        top: -15px;
        right: -20px;
    }

.frequency-group {
    margin-top: 30px;
}

.frequency-group-item {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 18px;
}

    .frequency-group-item:first-child span {
        letter-spacing: 1px;
        padding-left: 1px;
    }

    .frequency-group-item span {
        float: left;
        font-size: 14px;
        line-height: 32px;
        color: #00276f;
    }

.frequency-group-nav {
    position: relative;
    float: left;
    width: 180px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    /* background: rgba(84, 153, 226, .4);*/
    color: #00276f;
}

    .frequency-group-nav p {
        position: relative;
        cursor: pointer;
        padding-left: 15px;
    }

    .frequency-group-nav ul {
        position: absolute;
        top: 32px;
        max-height: 136px;
        left: 0;
        display: none;
        background: #fff;
        width: 100%;
        z-index: 9;
        box-shadow: 0 0 10px rgba(218,218,218,.5);
        overflow-y: auto
    }
        /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

        .frequency-group-nav ul::-webkit-scrollbar {
            width: 8px;
            height: 8px;
            background-color: #fff;
        }


        /*定义滚动条轨道 内阴影+圆角*/
        .frequency-group-nav ul::-webkit-scrollbar-track {
            background-color: none;
        }


        /*定义滑块 内阴影+圆角*/

        .frequency-group-nav ul::-webkit-scrollbar-thumb {
            background-color: #8d95a4;
        }

        .frequency-group-nav ul li a {
            display: block;
            color: #282828;
            padding-left: 15px;
        }

            .frequency-group-nav ul li a:hover {
                color: #282828;
                background: rgba(84, 153, 226, .3);
            }

    .frequency-group-nav p:after {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #00276f transparent transparent transparent;
        position: absolute;
        top: 14px;
        right: 10px;
    }

.frequency-group-btn {
    margin-top: 50px;
}

    .frequency-group-btn a {
        display: block;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background: #00276f;
        border-radius: 4px;
    }
/* 消息弹窗 */
.gg-info {
    display: none;
}

.gg-info-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.gg-info-center {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 760px;
    height: 360px;
    background: #fff;
    margin: -200px auto 0 auto;
    padding: 20px;
    border-radius: 4px;
}

.gg-info-box {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
}

.gg-info-title {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    color: #4a5875;
    font-weight: bold;
}

    .gg-info-title span::before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 16px;
        background: #00276f;
        vertical-align: middle;
        margin: -4px 6px 0 0;
    }

.gg-info-list {
    width: 100%;
    height: 310px;
    max-height: 310px;
    overflow-y: auto;
    margin-top: 10px
}

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

    .gg-info-list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #ecf2fd;
    }


    /*定义滚动条轨道 内阴影+圆角*/

    .gg-info-list::-webkit-scrollbar-track {
        background-color: none;
    }


    /*定义滑块 内阴影+圆角*/

    .gg-info-list::-webkit-scrollbar-thumb {
        background-color: #1042ab;
    }

.gg-info-title a {
    position: absolute;
    top: -10px;
    right: 0;
}

.gg-info-list ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #c4cad6;
    color: #4a5875;
}



/* 可视化全屏 */
.full-screen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(50,99,194,.1);
    background: #fff;
    margin: 0;
}


.el-box2 {
    margin-left: 40px;
}

.el-box-name2 {
    float: left;
    width: 99.7%;
    display: table;
}

.el-box-name label {
    display: inline-block;
    font-size: 14px;
    color: #abb4c1;
    /*margin: 0 10px 0 10px;*/
    margin: 0 20px 0 0px;
    line-height: 26px;
    cursor: pointer;
}

    .el-box-name label.active {
        color: #00276f
    }

    .el-box-name label input {
        display: inline-block;
        width: 12px;
        height: 12px;
        overflow: hidden;
        appearance: none;
        -webkit-appearance: none;
        background-image: url(../images/gzt/senior-table-checkbox.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        border: 0;
        overflow: hidden;
        vertical-align: middle;
        margin: -4px 4px 0 0;
        cursor: pointer;
    }

        .el-box-name label input[type="checkbox"]:checked {
            appearance: none;
            -webkit-appearance: none;
            background-image: url(../images/gzt/senior-header-checked.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            border: 0;
            overflow: hidden;
        }

.el-box-name ul li {
    /* display: inline-block;*/
    float: left;
}

    .el-box-name ul li a {
        position: relative;
        display: inline-block;
        width: 30px;
        margin-right: 50px;
        line-height: 18px;
        text-align: center;
    }

.el-box-name .el-content-city {
    display: inline-block;
}

.el-box-name .el-content-breed {
    display: inline-block;
}

.el-box-name ul li.el-content-city-active a {
    color: #00276f;
    border-bottom: 1px solid #fff;
}

.el-box-name .el-content-city {
    display: inline-block;
}

.el-box-name ul li.el-content-breed-active a {
    color: #00276f;
    border-bottom: 1px solid #fff;
}

.el-box2 .show-part {
    float: left;
    width: 95%;
    margin-top: 2px;
}

.el-box2 .city-list {
    display: none;
}

.el-box2 .breed-list {
    display: none;
}


.newsListDetails-right ul li.listColor{ background:#f3f4f6}
.newsListDetails-right ul li.listColor a{color:#1a59ce;}
.newsListDetails-right ul li.listColor a::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #1a59ce;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}



/* 登录 */
.login-mask {
    display: block;
}

.theme-login-mask {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}


.loginBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 300px;
    margin-left: -290px;
    margin-top: -150px;
    z-index: 99999;
    display: block
}

.login-box-left {
    float: left;
    width: 240px;
    height: 100%;
}

.login-box-right {
    float: left;
    width: 339px;
    height: 298px;
    border: 1px solid #DCE4F0;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: #fff;
}

.login-tab {
    width: 260px;
    margin: 20px auto 0 auto;
}

.tab_list {
    height: 39px;
}

    .tab_list li {
        float: left;
        line-height: 30px;
        width: 130px;
        text-align: center;
        cursor: pointer;
        color: #4A5875;
        font-size: 14px;
    }

        .tab_list li.current {
            font-weight: bold;
            font-size: 14px;
            color: #437BE8;
        }

            .tab_list li.current span {
                display: block;
                width: 24px;
                height: 3px;
                background: #437BE8;
                border-radius: 20px 20px 20px 20px;
                margin: 0 auto;
            }

.item_info {
    padding: 20px 0 0 20px;
}

.item {
    display: none;
}

.original {
    float: right;
    height: 24px;
    font-size: 14px;
    color: #437BE8;
    line-height: 37px;
    text-align: center;
    margin-right: 20px;
}

#yanzhengma {
    width: 100px;
}

.item {
    display: none;
}

.ligin-item {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D7DFF0;
    margin-top: 15px;
}



    .ligin-item span {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        margin: 3px 0 0 5px;
    }

        .ligin-item span.ligin-item-icon1 {
            background: url("../../images/qixian/icon-name.png") no-repeat center
        }

        .ligin-item span.ligin-item-icon2 {
            background: url("../../images/qixian/icon-password.png") no-repeat center
        }



    .ligin-item input {
        display: inline-block;
        width: 200px;
        height: 40px;
        border: 0;
        background: none;
        vertical-align: middle;
        font-size: 12px;
        color: #8D95A4;
        color: #333;
    }

        .ligin-item input::placeholder {
            color: #c0c4cb
        }

#btnDengLu2,
#btnDengLu {
    display: block;
    border: 0;
    width: 260px;
    height: 40px;
    background: #437BE8;
    box-shadow: 0px 10px 10px 0px rgba(67, 123, 232, 0.5);
    border-radius: 4px;
    border-image: linear-gradient(360deg, rgba(177, 200, 246, 1), rgba(146, 183, 255, 1)) 1 1;
    color: #fff;
    margin-top: 25px;
    overflow: hidden;
    cursor: pointer;
}
.zhuce {
    text-align: center;
    margin-top: 15px
}

    .zhuce a {
        color: #8D95A4;
        font-size: 12px;
        text-decoration: underline
    }

.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .close a, .close a img {
        width: 12px;
        height: 12px;
    }

.onload {
    float: right;
    margin: 10px 20px 0 0;
}

    .onload span::before {
        display: inline-block;
        content: '';
        background: url(../images/gzt/onload.png) no-repeat center;
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin: -2px 4px 0 0
    }

    .onload a {
        color: #00276f;
        font-size: 14px;
    }
