@media (max-width: 768px) {

    .tab-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .16rem;
        width: 100%;
        margin-bottom: .2rem;
    }

    .tab-box a {
        display: block;
        height: .43rem;
        background: #f4f4f4;
        border-radius: .06rem;
        font-size: .14rem;
        color: #646464;
        line-height: .43rem;
        text-align: center;
    }

    .tab-box .ac {
        background: #f15717;
        color: #fff;
    }

    .table-nav {
        margin-bottom: .16rem;
    }

    .table-nav div {
        font-size: .13rem;
        color: #000;
        line-height: .19rem;
        padding-bottom: .12rem;
        display: inline-block;
        vertical-align: top;
        margin-right: .3rem;
    }

    .table-nav .ac {
        color: #eb5718;
        border-bottom: .02rem solid #eb5718;
    }

    .query-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .query-wrapper .query-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 30%;
        height: .38rem;
        border-radius: .05rem;
        font-size: .13rem;
    }

    .el-input__inner {
        border: .01rem solid #d2d2d2;
    }

    .btn-warpper {
        display: flex;
        justify-content: space-between;
        margin: .14rem 0 .18rem;
    }

    .btn-warpper div {
        width: 48%;
        height: .38rem;
        background: #ff7940;
        border-radius: .05rem;
        font-size: .13rem;
        color: #fff;
        text-align: center;
        line-height: .38rem;
    }

    .btn-warpper div:last-child {
        border: .01rem solid #ff7940;
        color: #f76121;
        background: #fff;
    }


}