﻿.searchResultTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .searchResultTitle .el-select .el-input .el-select__caret {
        font-size: 20px;
        color: #026ecb;
    }

    .searchResultTitle p {
        font-size: 16px;
        color: #333;
        display: flex;
        align-items: center;
    }

        .searchResultTitle p a {
            color: #333;
            font-size: 16px;
        }

        .searchResultTitle p span {
            font-weight: bold;
        }

        .searchResultTitle p em {
            color: #999;
            font-size: 14px;
            margin-left: 25px;
        }

    .searchResultTitle .searchBox {
        flex: 1;
    }

    .searchResultTitle .el-input-group__append {
        margin-left: 12px;
        top: -1px;
    }

    .searchResultTitle .el-button.searchBtn {
        background: #026ecb;
        color: #fff;
        box-sizing: border-box;
    }

    .searchResultTitle .el-input__inner {
        border: 1px solid #026ecb;
        height: 40px !important;
        line-height: 38px !important;
        border-radius: 0px;
    }

    .searchResultTitle .el-select {
        width: 104px;
        margin-right: 12px;
    }

.selectTitleBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}

    .selectTitleBox p {
        line-height: 40px;
    }

    .selectTitleBox .selecked {
        width: calc(100% - 200px);
        height: 84px;
        overflow: auto;
    }

        .selectTitleBox .selecked::-webkit-scrollbar {
            width: 7px;
        }

        .selectTitleBox .selecked::-webkit-scrollbar-track {
            background-color: #ddd;
            border-radius: 2em;
        }

        .selectTitleBox .selecked::-webkit-scrollbar-thumb {
            background: rgba(2, 110, 203,0.5);
            border-radius: 2em;
        }

        .selectTitleBox .selecked .selectedWrap {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }

        .selectTitleBox .selecked .el-button {
            display: flex;
            flex-direction: row-reverse;
            background: #026ecb;
            color: #fff;
            padding: 10px 15px;
            box-sizing: border-box;
            margin-right: 10px;
            margin-bottom: 4px;
        }

            .selectTitleBox .selecked .el-button + .el-button {
                margin-left: 0;
            }

            .selectTitleBox .selecked .el-button span {
                margin-right: 12px;
            }

                .selectTitleBox .selecked .el-button span em {
                    font-style: normal;
                }

.advancedQuery .el-button--primary.is-plain {
    border: 1px solid #026ecb;
    color: #026ecb;
    background: #fff;
    padding: 9px 15px;
    box-sizing: border-box;
}

.moreSelect {
    position: relative;
}

    .moreSelect .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        color: #999;
        cursor: pointer;
    }

    .moreSelect .selectType {
        display: flex;
        border-top: 1px solid #dfdfdf;
        line-height: 1.7em;
        padding: 10px 0;
    }

        .moreSelect .selectType:first-child {
            border-top: none;
        }

        .moreSelect .selectType .typeName {
            margin-right: 10px;
            white-space: nowrap;
        }

        .moreSelect .selectType .list {
            flex: 1;
            display: flex;
        }

            .moreSelect .selectType .list .block {
                margin-bottom: 4px;
            }

                .moreSelect .selectType .list .block .el-input__inner {
                    height: 30px !important;
                }

                .moreSelect .selectType .list .block span {
                    line-height: 28px;
                    font-size: 14px;
                }

            .moreSelect .selectType .list .el-tabs__nav-wrap {
                padding-bottom: 16px;
            }

            .moreSelect .selectType .list .el-date-editor.el-input, .moreSelect .selectType .list .el-date-editor.el-input__inner {
                width: 260px;
                padding: 0 10px !important;
            }

            .moreSelect .selectType .list .el-date-editor .el-range-separator {
                width: 20px;
            }

        .moreSelect .selectType .list {
            height: 30px;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            max-height: 90px;
            margin-right: 10px;
        }

            .moreSelect .selectType .list.show {
                overflow: auto;
                max-height: 90px;
            }

                .moreSelect .selectType .list.show::-webkit-scrollbar {
                    width: 7px;
                }

                .moreSelect .selectType .list.show::-webkit-scrollbar-track {
                    background-color: #ddd;
                    border-radius: 2em;
                }

                .moreSelect .selectType .list.show::-webkit-scrollbar-thumb {
                    background: rgba(2, 110, 203,0.5);
                    border-radius: 2em;
                }

        .moreSelect .selectType.gkdw .list {
            height: auto;
        }

        .moreSelect .selectType .list > ul {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            height: auto;
        }

            .moreSelect .selectType .list > ul > li {
                margin-right: 30px;
                transition: all 0.3s;
                cursor: pointer;
                border: 1px solid transparent;
                padding: 0 12px;
                border-radius: 4px;
                line-height: 1.5em;
                margin-bottom: 4px;
                background: #fff;
                height: 28px;
            }

                .moreSelect .selectType .list > ul > li:hover {
                    color: #026ecb;
                }

                .moreSelect .selectType .list > ul > li.active {
                    color: #026ecb;
                    border: 1px solid #026ecb;
                }

        .moreSelect .selectType .list .el-tabs__active-bar {
            background: none;
        }

        .moreSelect .selectType .list .el-tabs__item {
            padding: 0 20px;
            padding-left: 20px;
            transition: all 0.3s;
            border: 1px solid transparent;
            border-radius: 4px;
        }

            .moreSelect .selectType .list .el-tabs__item.is-active {
                border: 1px solid #026ecb;
            }

        .moreSelect .selectType .more .el-button {
            display: flex;
            flex-direction: row-reverse;
            padding: 6px 14px;
        }

        .moreSelect .selectType .more span {
            margin-right: 10px;
        }

        .moreSelect .selectType .more .el-icon-arrow-down {
            transition: all 0.3s
        }

        .moreSelect .selectType .more.active .el-icon-arrow-down {
            transform: rotate(180deg)
        }

.searchBox2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .searchBox2 .el-input__inner {
        flex: 1;
        max-width: 400px;
    }

.moreSelectWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
    opacity: 0;
}

    .moreSelectWrap.show {
        transform: translateX(0);
        opacity: 1;
    }

.moreSelect {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    /*height: 88%;*/
    transform: translate(-50%,-50%);
    z-index: 1100;
    background: #fff;
    transform-origin: top;
    padding: 50px 21px 50px 30px;
    border-radius: 10px;
}

    .moreSelect .wrap {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding-right: 30px;
    }

        .moreSelect .wrap::-webkit-scrollbar {
            width: 7px;
        }

        .moreSelect .wrap::-webkit-scrollbar-track {
            background-color: #ddd;
            border-radius: 2em;
        }

        .moreSelect .wrap::-webkit-scrollbar-thumb {
            background: rgba(2, 110, 203,0.5);
            border-radius: 2em;
        }

    .moreSelect.show {
        transform: rotate(0deg);
        opacity: 1;
    }

    .moreSelect .selectType.gkdw {
        border: 1px solid #026ecb;
        padding-right: 80px;
        padding-left: 10px;
    }

        .moreSelect .selectType.gkdw .content {
            max-height: 196px;
            overflow: auto;
            margin-bottom: 30px;
        }

            .moreSelect .selectType.gkdw .content::-webkit-scrollbar {
                width: 7px;
            }

            .moreSelect .selectType.gkdw .content::-webkit-scrollbar-track {
                background-color: #ddd;
                border-radius: 2em;
            }

            .moreSelect .selectType.gkdw .content::-webkit-scrollbar-thumb {
                background: rgba(2, 110, 203,0.5);
                border-radius: 2em;
            }

        .moreSelect .selectType.gkdw dl {
        }

            .moreSelect .selectType.gkdw dl dt {
                border-bottom: 1px solid #026ecb;
                width: 220px;
                font-weight: bold;
                padding-bottom: 8px;
                padding-left: 18px;
                position: relative;
            }

                .moreSelect .selectType.gkdw dl dt:before {
                    content: "";
                    width: 6px;
                    height: 6px;
                    background: #000;
                    border-radius: 50%;
                    display: block;
                    position: absolute;
                    top: 11px;
                    left: 0;
                }

            .moreSelect .selectType.gkdw dl dd {
                flex: 1;
                padding: 10px 0;
            }

                .moreSelect .selectType.gkdw dl dd ul {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .moreSelect .selectType.gkdw dl dd ul li {
                        width: 260px;
                        line-height: 1.7em;
                    }

                        .moreSelect .selectType.gkdw dl dd ul li p {
                            border: 1px solid transparent;
                            transition: all 0.3s;
                            display: inline-block;
                            padding: 0 14px;
                            border-radius: 4px;
                            cursor: pointer;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            max-width: 100%;
                        }

                        .moreSelect .selectType.gkdw dl dd ul li:hover p {
                            color: #026ecb;
                        }

                        .moreSelect .selectType.gkdw dl dd ul li.active p {
                            color: #026ecb;
                            border: 1px solid #026ecb;
                        }

        .moreSelect .selectType.gkdw .btnBox {
            text-align: center;
            margin-bottom: 20px;
        }

            .moreSelect .selectType.gkdw .btnBox .sure {
                background: #026ecb;
                padding: 4px 10px;
                font-size: 12px;
            }

            .moreSelect .selectType.gkdw .btnBox .cancel {
                background: #dddddd;
                border: 1px solid #dddddd;
                color: #333;
                padding: 4px 10px;
                font-size: 12px;
            }

    .moreSelect .BigBtnBox {
        text-align: center;
        margin: 20px 0;
    }

        .moreSelect .BigBtnBox .sure {
            background: #026ecb;
        }

        .moreSelect .BigBtnBox .reset {
            background: #dddddd;
            border: 1px solid #dddddd;
            color: #333;
        }

.searchResult {
    flex: 1;
    border: 1px solid #f6f6f6;
}

.searchResultBtnBox {
    padding-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .searchResultBtnBox p {
        color: #666;
    }

        .searchResultBtnBox p span {
            color: #026ecb;
        }

    .searchResultBtnBox .el-button--primary {
        background: #026ecb;
    }

.searchResult .el-table th {
    background: #f5f5f5;
    color: #205f78;
    padding: 10px 0;
}

.searchResult .el-table td {
    padding: 10px 0;
    line-height: 1.5em
}

/*        .searchResult .el-table td.el-table_1_column_2 {
            color: #026ecb;
        }
*/
.searchResult .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #F6F8F9;
}

.searchResult .el-button--text {
    color: #026ecb;
}

.searchResult .el-checkbox__input.is-checked .el-checkbox__inner,
.searchResult .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #026ecb;
    border-color: #026ecb;
}



.searchResult .el-table .el-button {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
    display: flex;
    flex-direction: row-reverse;
}

    .searchResult .el-table .el-button span {
        font-weight: bold;
        color: #000;
        margin-right: 10px;
    }

.paging {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #dfdfdf;
    padding: 8px 0 0;
}

    .paging .el-pagination .btn-prev,
    .paging .el-pagination .btn-next,
    .paging .el-pager li {
        width: auto;
        height: 32px;
        line-height: 30px;
        border: 1px solid #D5D5D5;
        border-radius: 5px;
        padding: 0 10px;
        margin: 0 5px;
        font-size: 16px;
        color: #999;
    }

        .paging .el-pager li.active {
            background: #026ecb;
            color: #fff;
        }

    .paging .el-pagination__total {
        line-height: 40px !important;
        display: none !important;
    }

    .paging p {
        line-height: 30px;
        color: #999;
        font-size: 14px;
        margin-left: 14px;
    }

    .paging .el-pagination .el-select .el-input .el-input__inner {
        line-height: 30px;
        height: 32px !important;
    }

.zhcx {
    padding: 20px 0 20px 30px;
    background: #fff;
}

    .zhcx h5 {
        line-height: 3em;
        border-bottom: 1px solid #dfdfdf;
    }

    .zhcx .sel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

        .zhcx .sel p {
            color: #026ecb;
        }

        .zhcx .sel .el-button--primary {
            padding: 5px 12px;
            background: #026ecb;
        }

    .zhcx .tree {
        overflow: auto;
        width: 100%;
        max-height: calc(100% - 117px);
    }


    .zhcx .el-tree {
        min-width: 100%;
        display: inline-block !important;
        background: #f5f5f5;
        padding: 20px;
        /* max-height: calc(100% - 117px);
    overflow: auto;*/
    }

        .zhcx .el-tree > .el-tree-node > .el-tree-node__content > label.el-checkbox {
            display: none;
        }

    .zhcx .el-tree-node {
        padding: 5px 0;
    }

    .zhcx .el-tree-node__expand-icon.expanded {
        transform: rotate(0);
        color: #026ecb;
    }

    .zhcx .el-icon-caret-right {
        font-size: 16px;
        font-weight: bold;
        margin-right: 5px;
        transition: all 0.3s;
    }

        .zhcx .el-icon-caret-right:before {
            content: "\e6d9";
        }

    .zhcx .el-tree-node__expand-icon.expanded:before {
        content: '\e6d8'
    }

    .zhcx .el-icon-caret-right + label {
        display: none
    }

    .zhcx .el-icon-caret-right.is-leaf + label {
        display: block;
    }

    .zhcx .el-checkbox__input.is-checked .el-checkbox__inner {
        background-color: #026ecb;
        border-color: #026ecb;
    }

.survey {
    display: flex;
    height: 80px;
    background: #f0f6fc;
    margin-top: 30px;
}

    .survey dl {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

        .survey dl dt {
            width: 130px;
            background: #026ecb;
            text-align: center;
            height: 100%;
            display: flex;
            align-items: center;
            color: #fff;
            justify-content: center;
            font-weight: bold;
        }

        .survey dl dd {
            width: calc((100% - 130px) / 3);
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 4px;
        }

            .survey dl dd img {
                height: 30px;
                width: auto;
                color: #026ecb;
                margin-right: 12px;
            }

            .survey dl dd span {
                font-size: 30px;
                margin-left: 12px;
                color: #026ecb;
                font-weight: bold;
            }

.systemListWrap {
    position: relative;
}

    .systemListWrap .arrow {
        width: 60px;
        height: 16px;
        background: url(../image/searchArrowBg.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        bottom: -16px;
        left: calc(50% + 170px);
        transform: translateX(-50%);
        cursor: pointer;
    }

        .systemListWrap .arrow span {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s
        }

    .systemListWrap.active .arrow span {
        transform: rotate(180deg)
    }

    .systemListWrap .arrow span img {
        height: 12px;
        width: auto;
    }

.systemList {
    display: flex;
    transition: all 0.3s;
    margin: 30px 0 30px;
    position: relative;
    box-sizing: border-box;
}



    .systemList .left {
        width: 340px;
        /* height: 100%; */
        /*         background: #026ecb; */
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        transition: all 0.3s;
        padding-top: 24px;
        background: url(../image/searchBg.png) no-repeat center bottom #026ecb;
        background-size: cover
    }

.systemListWrap.active .systemList .left {
    background: url(../image/searchBg.png) no-repeat center center;
    background-size: cover
}

.systemList .left .topText {
    display: flex;
}

    .systemList .left .topText .img {
        width: 120px;
        height: 90px;
        margin-right: 20px;
    }

        .systemList .left .topText .img img {
            height: 100%;
            width: auto;
        }

    .systemList .left .topText .text {
        width: 100%;
    }

        .systemList .left .topText .text h6 {
            font-size: 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .systemList .left .topText .text p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 15px;
            color: rgba(255,255,255,.76);
            padding-right: 20px;
        }

.systemList .left .data {
    font-size: 24px;
}

.systemList .rightList {
    width: calc(100% - 340px)
}

.systemList .left i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #026ecb;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 20px;
    right: 14px;
    cursor: pointer;
    transition: all 0.3s
}

.systemList.show .left i {
    transform: rotate(90deg);
}

.systemList .rightList ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

    .systemList .rightList ul li {
        width: calc(100%/4);
        margin: 30px 0;
        height: calc(150px - 60px);
        padding: 0 20px;
        border-right: 1px solid #dfdfdf;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .systemList .rightList ul li:nth-child(4n) {
            border-right: none;
        }

        .systemList .rightList ul li p {
            font-size: 16px;
            color: #666;
            white-space: nowrap;
            margin-top: 10px;
        }

        .systemList .rightList ul li span {
            font-size: 32px;
            color: #026ecb;
            display: block;
            font-weight: bold;
        }

.wrapBox {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.zhsearch {
    width: 1280px;
    margin: 0 auto;
}


/*.el-input__inner {
    height: 28px !important;
}*/

.searchBox {
    display: flex;
    align-items: center;
}

.advancedQuery .el-button--primary.is-plain {
    margin-left: 10px;
    padding: 11px 15px;
}

.selectTitleBox .selecked {
    width: calc(100% - 90px);
    height: 46px;
    overflow-y: hidden;
}

.searchResultBtnBox {
    padding-top: 0;
}

.selectTitleBox .selecked .selectedWrap {
    width: auto;
    flex-wrap: nowrap;
}

.selectTitleBox .selecked::-webkit-scrollbar {
    height: 7px;
}

.selectTitleBox .selecked::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 2em;
}

.selectTitleBox .selecked::-webkit-scrollbar-thumb {
    background: rgba(2, 110, 203,0.5);
    border-radius: 2em;
}

.moreSelect .selectType .list {
    transition: all 0s
}

    .moreSelect .selectType .list:nth-of-type(1) {
        display: block;
        height: 30px;
    }

    .moreSelect .selectType .list:nth-of-type(2) {
        display: none;
        height: 100px;
    }