@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;
    }

    .query-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .query-wrapper .query-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 23%;
        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: 1.85rem;
        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;
    }
}