.szb-zbcgSearch-form-jdkh input {
    width: 280px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    color: #666;
    padding: 0 5px;
    cursor: pointer;
}

.szb-zbcgSearch-form-jdkh input.wd {
    width: 160px;
}

.szb-zbcgSearch-form-jdkh select {
    width: 280px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    color: #666;
    cursor: pointer;
}

.szb-zbcgSearch-form-jdkh {
    display: flex;
    flex-wrap: wrap;
}

.szb-zbcgTable-jdkh-jdkh {
    width: 100%;
}

.szb-zbcgTable-jdkh>div {
    height: 56px;
    box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-zbcgTable-jdkh>div>div {
    text-align: center;
    color: #666;
}

.szb-zbcgTable-jdkh>div>div:nth-child(2) {
    text-align: left;
}

.szb-zbcgTable-jdkh>div {
    background: #fff;
    display: flex;
    align-items: center;
}

.szb-zbcgTable-jdkh>div:first-child {
    background: #f0f7fe;
    font-weight: bold;
}

.szb-zbcgTable-jdkh>div>div:first-child {
    width: 10%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(2) {
    width: 60%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(2)>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.szb-zbcgTable-jdkh>div>div:nth-child(3) {
    width: 10%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(4) {
    width: 10%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(5) {
    width: 10%;
}

.szb-zbcgTable-jdkh>div:first-child td {
    font-weight: bold;
    color: #333333;
}

.szb-zbcgSearch-form-lab {
    width: auto;
}

.szb-zbcgSearch-item {
    margin-right: 40px;
}

.szb-jdkh-all {
    width: 280px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    color: #666;
    cursor: pointer;
}

.szb-zbcgTable-jdkh>div>div:first-child {
    width: 10%;
    padding-right: 20px;
}

.szb-zbcgTable-jdkh>div>div:nth-child(2) {
    width: 20%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(3) {
    width: 20%;
    text-align: left;
}

.szb-zbcgTable-jdkh>div>div:nth-child(4) {
    width: 15%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(5) {
    width: 15%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(6) {
    width: 15%;
}

.szb-zbcgTable-jdkh>div>div:nth-child(7) {
    width: 15%;
}

.szb-zbcgTable-first div {
    color: #333;
}

.szb-zbcgTable-jdkh>div>div.szb-jdkhTable-btn {
    color: #0073E5;
    cursor: pointer;
}

.szb-popBox {
    width: 1000px;
    height: 560px;
    background: #FFFFFF;
    border-radius: 8px;
}

.szb-popBox {
    display: none;
    position: fixed;
    background: #fff;
    top: 21%;
    left: 50%;
    margin-left: -500px;
    z-index: 99;
    padding: 60px 20px;
}

.szb-popBox table {
    width: 100%;
}

.szb-jdkhMask {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    display: none
}

.szb-popBox-tab-th tr {
    height: 54px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    background: #F5F9FF;
    height: 54px;
}

.szb-popBox-tab tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.szb-popBox-tab-th tr th:nth-child(1),
.szb-popBox-tab tr td:nth-child(1) {
    width: 60px;
}

.szb-popBox-tab-th tr th:nth-child(2),
.szb-popBox-tab tr td:nth-child(2) {
    width: 160px;
}

.szb-popBox-tab-th tr th:nth-child(3),
.szb-popBox-tab tr td:nth-child(3) {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 400px;
}

.szb-popBox-tab-th tr th:nth-child(4),
.szb-popBox-tab tr td:nth-child(4) {
    width: 100px;
}

.szb-popBox-tab-th tr th:nth-child(5),
.szb-popBox-tab tr td:nth-child(5) {
    width: 150px;
}


.szb-popBox-tab tr {
    color: #333;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
}



.szb-popBox-tab-main {
    height: 400px;
    overflow-y: auto;
}

.szb-popBox-tab-main::-webkit-scrollbar {
    width: 4px;
}

.szb-popBox-tab-main::-webkit-scrollbar-track {
    background: #eee;
}

.szb-popBox-tab-main::-webkit-scrollbar-thumb {
    background: #ddd;
}

.szb-popBox-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(../image/zjgl-close.png) center center no-repeat;
    background-size: 20px 20px;
}