.noData[data-v-7fa16083] {
    text-align: center;
    width: 100%;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.noData img[data-v-7fa16083] {
    width: 150px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.RecordComponent[data-v-51b94582] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 5% 5% 100px 5%;
    min-height: 100vh;
    background-color: #f8f8f82e;
}

.RecordComponent__navBlock[data-v-51b94582] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px
}

.RecordComponent[data-v-51b94582] .ivu-input-icon {
    top: 50%;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px
}

.RecordComponent__sort[data-v-51b94582] {
    width: 40px;
    height: 40px;
    margin-left: 10px
}

@media screen and (min-width:768px) {
    .RecordComponent[data-v-51b94582] {
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0
    }

    .RecordComponent__navBlock[data-v-51b94582] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .RecordComponent__RecordBiddingCard[data-v-51b94582] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}