#main {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.content {
    overflow: hidden;
    width: 100%;
    margin: 1rem 0 0 0;
}
.accountInfo {
    margin-bottom: .2rem;
}
.accountInfo .agentName {
    overflow: hidden;
    margin-bottom: .1rem;
}
.accountInfo .agentName p,
.accountInfo .agentName a {
    overflow: hidden;
    display: inline-block;
    float: left;
    font-size: .18rem;
    color: #2c2c2c;
}
.accountInfo .agentName a {
    font-weight: bolder;
    margin-left: .2rem;
}
.accountInfo .agentInfo {
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding-bottom: .5rem;
}
.accountInfo .agentInfo .agent-list {
    overflow: hidden;
    margin: .3rem 1rem 0 1rem;
}
.accountInfo .agentInfo .agent-list ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accountInfo .agentInfo .agent-list li {
    margin-bottom: .45rem;
}
.accountInfo .agentInfo .agent-list li p,
.accountInfo .agentInfo .agent-list li a {
    overflow: hidden;
    display: block;
    font-size: .16rem;
    color: #999;
}
.accountInfo .agentInfo .agent-list li a {
    color: #2c2c2c;
    font-weight: bolder;
    margin-top: .1rem;
}
.accountInfo .agentInfo .agent-operate {
    overflow: hidden;
    margin: 0 1rem;
}
.accountInfo .agentInfo .agent-operate .item{
    width: 49%;
    float: left;
}
.accountInfo .agentInfo .agent-operate .item:last-child{
    float: right;
}
.accountInfo .agentInfo .agent-operate .hrefTitle {
    overflow: hidden;
    margin: 0 0 .1rem;
}
.accountInfo .agentInfo .agent-operate .hrefTitle p {
    overflow: hidden;
    display: block;
    font-size: .18rem;
    color: #999;
}
.accountInfo .agentInfo .agent-operate .hrefDiv {
    overflow: hidden;
    width: 100%;
    height: .6rem;
    border: solid 1px #666;
}
.accountInfo .agentInfo .agent-operate .hrefDiv p {
    overflow: hidden;
    display: block;
    width: 72%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    height: .4rem;
    line-height: .4rem;
    margin: .1rem 0;
    padding: 0 .2rem;
    font-size: .18rem;
    color: #2c2c2c;
}
.accountInfo .agentInfo .agent-operate .hrefDiv a {
    overflow: hidden;
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    margin: .045rem .1rem;
}
.accountInfo .agentInfo .agent-operate .hrefDiv a.copy {
    background: url("/images/icon-copy.png") no-repeat;
    background-size: 100% 100%;
}
.accountInfo .agentInfo .agent-operate .hrefDiv a.code {
    background: url("/images/icon-code.png") no-repeat;
    background-size: 100% 100%;
}
.reportInfo {
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding-bottom: .5rem;
}
.reportInfo .table-con {
    margin: 0 1rem;
}
.reportInfo .table-con .table-nav {
    overflow: hidden;
    margin: .3rem 0;
}
.reportInfo .table-con .table-nav li {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: .6rem;
}
.reportInfo .table-con .table-nav li a {
    overflow: hidden;
    display: block;
    font-size: .16rem;
    color: #333;
    cursor: pointer;
}
.reportInfo .table-con .table-nav li.checked a {
    color: #00b4b7;
    font-weight: bolder;
}
.reportInfo .table-con .table {
    border: solid 1px #2c2c2c;
}
.reportInfo .table-con .table .tabTitle {
    overflow: hidden;
    background: #e9f4f5;
    padding: 0 .2rem;
}
.reportInfo .table-con .table .tabTitle p {
    overflow: hidden;
    display: inline-block;
    font-size: .18rem;
    font-weight: bolder;
    line-height: .5rem;
    margin-right: .3rem;
}
.reportInfo .table-con .table .item {
    overflow: hidden;
    margin: .15rem 0;
    padding: 0 .2rem;
}
.reportInfo .table-con .table .item .itemAll {
    width: 50%;
    float: left;
}
.reportInfo .table-con .table .item .itemDetail {
    width: 50%;
    float: left;
    background: #f7f7f7;
    position: relative;
    padding: 0 .5rem;
}
.reportInfo .table-con .table .item table {
    display: table;
    width: 100%;
}
.reportInfo .table-con .table .item .itemDetail em {
    content: "";
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: .15rem solid rgba(0, 0, 0, 0);
    border-right: .21rem solid rgba(0, 0, 0, 0);
    border-bottom: .15rem solid rgba(0, 0, 0, 0);
    border-left: .21rem solid #fff;
}
.reportInfo .table-con .table .item table tbody tr {
    cursor: pointer;
}
.reportInfo .table-con .table .item table th {
    font-size: .16rem;
    color: #666;
    line-height: .48rem;
    text-align: center;
}
.reportInfo .table-con .table .item table td {
    font-size: .16rem;
    color: #2c2c2c;
    line-height: .48rem;
    text-align: center;
}
.reportInfo .table-con .table .item .itemAll table th,
.reportInfo .table-con .table .item .itemAll table td{
    overflow: hidden;
    width: 33.333%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem;
}
.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 .table .item table tr.checked td {
    font-weight: bolder;
}
@media screen and ( max-width: 799px) {
    .content {
        margin-top: 2.6rem;
    }

    .accountInfo {
        margin-bottom: .5rem
    }

    .accountInfo .agentName {
        margin-bottom: .25rem;
    }

    .accountInfo .agentName p,
    .accountInfo .agentName a {
        display: block;
        font-size: .28rem;
        float: none;
    }

    .accountInfo .agentName a {
        font-size: .32rem;
        margin-left: 0;
    }

    .accountInfo .agentInfo {
        padding-bottom: .64rem;
    }

    .accountInfo .agentInfo .agent-list {
        margin: .35rem .2rem 0 .2rem;
    }

    .accountInfo .agentInfo .agent-list ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .accountInfo .agentInfo .agent-list li {
        width: 33.333%;
        margin-bottom: .58rem;
    }

    .accountInfo .agentInfo .agent-list li:last-child {
        width: auto
    }

    .accountInfo .agentInfo .agent-list li p,
    .accountInfo .agentInfo .agent-list li a {
        font-size: .26rem;
    }

    .accountInfo .agentInfo .agent-operate {
        margin: 0 .2rem;
    }
    .accountInfo .agentInfo .agent-operate .item{
        width: 100%;
        float: none;
    }
    .accountInfo .agentInfo .agent-operate .item:last-child{
        margin-top: .3rem;
        float: none;
    }
    .accountInfo .agentInfo .agent-operate .hrefTitle p {
        font-size: .26rem;
    }

    .accountInfo .agentInfo .agent-operate .hrefDiv {
        height: .7rem;
        line-height: .7rem;
        width: 6.5rem;
    }

    .accountInfo .agentInfo .agent-operate .hrefDiv p {
        font-size: .26rem;
        margin: .15rem 0;
        width: 4.8rem;
    }

    .accountInfo .agentInfo .agent-operate .hrefDiv a {
        width: .6rem;
        height: .6rem;
    }

    .reportInfo {
        padding-bottom: .64rem;
    }

    .reportInfo .table-con {
        margin: 0 .2rem;
    }

    .reportInfo .table-con .table-nav li {
        width: 50%;
        margin-right: 0;
    }
    .reportInfo .table-con .table-nav li a {
        font-size: .26rem;
        line-height: .48rem;
    }

    .reportInfo .table-con .table .tabTitle p {
        font-size: .28rem;
        line-height: .7rem;
    }

    .reportInfo .table-con .table .item {
        margin-bottom: .65rem;
    }

    .reportInfo .table-con .table .item .itemAll {
        width: 100%;
        float: none;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .reportInfo .table-con .table .item .itemAll table {
        width: 1000px;
    }

    .reportInfo .table-con .table .item .itemAll table thead {
        width: 2.4rem;
        float: left;
    }

    .reportInfo .table-con .table .item .itemAll table tbody {
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
    }

    .reportInfo .table-con .table .item .itemAll table tbody tr {
        width: 1.6rem;
    }

    .reportInfo .table-con .table .item .itemAll table th,
    .reportInfo .table-con .table .item .itemAll table td {
        display: block;
        text-overflow: clip;
        width: 100%;
        text-align: left;
    }
    .reportInfo .table-con .table .item .itemDetail {
        width: 100%;
        float: none;
        padding: .48rem 0;
        margin-top: .4rem;
    }

    .reportInfo .table-con .table .item .itemDetail em {
        content: "";
        position: absolute;
        top: 0;
        left: 5rem;
        z-index: 9;
        width: 0;
        height: 0;
        border-top: .3rem solid #fff;
        border-right: .48rem solid rgba(0, 0, 0, 0);
        border-bottom: .3rem solid rgba(0, 0, 0, 0);
        border-left: .48rem solid rgba(0, 0, 0, 0);
    }

    .reportInfo .table-con .table .item .itemDetail th,
    .reportInfo .table-con .table .item .itemDetail td {
        padding: 0 .2rem;
    }
}
