#main {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.content {
    overflow: hidden;
    width: 100%;
    margin: 1.5rem 0 0 0;
}
.reportTitle ul {
    display: none;
}
.reportInfo {
    background: #fff;
    padding: .3rem .2rem;
}
.reportInfo .table-nav {
    overflow: hidden;
}
.reportInfo .table-nav li {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: .6rem;
}
.reportInfo .table-nav li a {
    overflow: hidden;
    display: block;
    font-size: .16rem;
    color: #333;
    cursor: pointer;
}
.reportInfo .table-nav li.checked a {
    color: #00b4b7;
    font-weight: bolder;
}
.reportInfo .table-con {
}
.reportInfo .table-con .filterData {
    margin: .4rem 0 .1rem;
}
.reportInfo .table-con .filterData ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.reportInfo .table-con .filterData li {
    margin: 0 .2rem .3rem 0;
    display: none;
}
.reportInfo .table-con .filterData li p {
    overflow: hidden;
    display: block;
    font-size: .18rem;
    color: #999;
}
.reportInfo .table-con .filterData li select,
.reportInfo .table-con .filterData li input {
    width: 1.8rem;
    height: .4rem;
    background: #fff;
    font-size: .18rem;
    font-weight: bolder;
    margin: .1rem 0 0;
    border: solid 1px #999;
    outline: none;
    padding: 0 .1rem;
}
.reportInfo .table-con .filterData li a {
    display: block;
    overflow: hidden;
    background: #00b4b7;
    width: 1.24rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.reportInfo .table-con .table {
    border: solid 1px #2c2c2c;
}
.reportInfo .table-con .table .item {
    overflow-y: hidden;
    overflow-x: scroll;
}
.reportInfo .table-con .table .item table {
    display: table;
    width: 1500px;
}
.reportInfo .table-con .table .item table thead tr {
    background: #f7f7f7;
}
.reportInfo .table-con .table .item table tbody tr:nth-child(2n) {
    background: #f7f7f7;
}
.reportInfo .table-con .table .item table th,
.reportInfo .table-con .table .item table td {
    overflow: hidden;
    font-size: .16rem;
    color: #666;
    line-height: .5rem;
    padding: 0 .1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reportInfo .table-con .table .item table td {
    font-size: .16rem;
    color: #2c2c2c;
}
.reportInfo .table-con .table .item table th:first-child,
.reportInfo .table-con .table .item table td:first-child{
    text-align: left;
}
.reportInfo .table-con .table .item table th:last-child,
.reportInfo .table-con .table .item table td:last-child{
    text-align: right;
}
.reportInfo .table-con .paging{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.reportInfo .table-con .paging #nextPage{
    display: none;
}
.reportInfo .table-con .paging ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: .2rem;
}
.reportInfo .table-con .paging li{
    border: 1px solid rgb(211, 211, 211);
    padding: .05rem .1rem;
    cursor: pointer;
    margin: 0 .05rem;
    font-size: .14rem;
}
.reportInfo .table-con .paging li.disable{
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.reportInfo .table-con .paging li.active{
    border-color: #00b4b7;
    background-color: #00b4b7;
    color: #fff;
}
@media screen and ( max-width: 799px) {
    .content {
        margin-top: 2.6rem;
    }

    .reportInfo .table-nav li {
        width: 50%;
        margin-right: 0;
    }

    .reportInfo .table-nav li a {
        font-size: .26rem;
        line-height: .48rem;
    }

    .reportInfo .table-con .filterData li p {
        font-size: .26rem;
    }

    .reportInfo .table-con .filterData li select,
    .reportInfo .table-con .filterData li input {
        height: .6rem;
        font-size: .26rem;
        margin: .1rem 0 0;
        padding: 0 .1rem;
    }

    .reportInfo .table-con .filterData li a {
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
    }

    .reportInfo .table-con .table .item {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .reportInfo .table-con .table .item table {
        width: 800px;
        margin: 0 auto;
    }

    .reportInfo .table-con .table .item table th,
    .reportInfo .table-con .table .item table td {
        font-size: .28rem;
        line-height: .6rem;
    }

    .reportInfo .table-con .table .item table td {
        font-size: .26rem;
    }
    .reportInfo .table-con .paging ul{
        display: none;
    }
    .reportInfo .table-con .paging span{
        display: block;
        font-size: .24rem;
        margin-top: .2rem;
        color: #00b4b7;
    }
}
