body {
    font-size: 14px;
}

.touch-menu {
    display: none;
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 25.6PX !important;
    }

    ::-webkit-scrollbar{width:0px}

    .main-header {
        padding: 0;
    }

    .main-header .tabs {
        display: none;
        margin-left: 0;
    }

    .main-header .tabs.on {
        display: block;
        z-index: 110;
    }

    .main-header .filter-box {
        float: right;
        line-height: 60px;
    }

    .touch-menu {
        position: absolute;
        width: 30px;
        height: 60px;
        margin-left: 15px;
        display: block;
        font-size: 14px;
        line-height: 60px;
        text-align: center;
    }

    .main-header .search-bar {
        margin-top: 12px;
        width: 150px;
        margin-right: 10px;
    }

    .main-header .tabs, .menu {
        position: fixed;
        top: 60px;
        bottom: auto;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 50px;
        border-radius: 0;
        border-right: 0;
        background: #fff;
        z-index: 100;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
        padding: 0 10px;
    }

    .menu .scroll {
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .main-header .tabs a, .menu a {
        position: relative;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0 10px;
        margin-right: 0;
        width: 25%;
        text-align: center;
    }

    .menu a.on, .menu a:hover {
        border-right: 0;
        background: transparent;
    }

    .menu a.on:after {
        position: absolute;
        bottom: 0px;
        left: 50%;
        z-index: 2;
        margin-left: -25px;
        width: 50px;
        height: 2px;
        background-color: #2DAED6;
        content: '';
    }

    .main-header .tabs a {
        margin-right: 0;
        line-height: 50px;
    }

    .buttons .button {
        width: 90px;
    }

    .js-dialog {
        width: 90%;
    }

    .goods .item {
        width: 100%;
        margin-right: 0;
    }

    .buttons {
        height: auto;
    }

    .dialog-box {
        width: 100%!important;
        bottom: 0;
        top: auto;
        left: 0;
        transform: none;
    }

    .table-block {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .table table {
        width: 750px;
    }

    .table table td,
    .table table th {
        font-size: .6rem;
        padding: 0 .25rem;
        white-space: nowrap;
    }

    .tips-extra {
        top: 95px;
        left: 20px;
        right: 20px;
    }

    .date-tabs {
        display: none;
    }

    .date-picker-btn {
        margin: 0;
        display: block;
        right: 20px;
        left: 0;
        width: 100%;
    }

    .daterangepicker .calendar.right {
        float: none;
    }

    .search-bar {
        right: 20px;
    }

    .tabs-block {
        position: static;
        width: 100%;
    }

    .tabs-block li {
        width: 50%;
        overflow: hidden;
    }

    .tabs-block li.on:before {
        bottom: 0;
        left: 0;
        width: auto;
        height: 2px;
    }

    .tabs-block ul {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .data-viewer {
        margin-top: 10px!important;
        margin-left: 0!important;
    }

    .app-group li {
        width: 100%;
    }

    .datepicker {
        left: 10px!important;
        right: 10px!important;
    }
}