:root {
    --van-list-text-color: var(--van-text-color-2);
    --van-list-text-font-size: var(--van-font-size-md);
    --van-list-text-line-height: 50px;
    --van-list-loading-icon-size: 16px
}

.van-list__error-text,.van-list__finished-text,.van-list__loading {
    color: var(--van-list-text-color);
    font-size: var(--van-list-text-font-size);
    line-height: var(--van-list-text-line-height);
    text-align: center
}

.van-list__placeholder {
    height: 0;
    pointer-events: none
}

.van-list__loading-icon .van-loading__spinner {
    width: var(--van-list-loading-icon-size);
    height: var(--van-list-loading-icon-size)
}

:root {
    --van-tab-text-color: var(--van-gray-7);
    --van-tab-active-text-color: var(--van-text-color);
    --van-tab-disabled-text-color: var(--van-text-color-3);
    --van-tab-font-size: var(--van-font-size-md);
    --van-tab-line-height: var(--van-line-height-md);
    --van-tabs-default-color: var(--van-danger-color);
    --van-tabs-line-height: 44px;
    --van-tabs-card-height: 30px;
    --van-tabs-nav-background-color: var(--van-background-color-light);
    --van-tabs-bottom-bar-width: 40px;
    --van-tabs-bottom-bar-height: 3px;
    --van-tabs-bottom-bar-color: var(--van-danger-color)
}

.van-tab {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 var(--van-padding-base);
    color: var(--van-tab-text-color);
    font-size: var(--van-tab-font-size);
    line-height: var(--van-tab-line-height);
    cursor: pointer
}

.van-tab--active {
    color: var(--van-tab-active-text-color);
    font-weight: var(--van-font-weight-bold)
}

.van-tab--disabled {
    color: var(--van-tab-disabled-text-color);
    cursor: not-allowed
}

.van-tab--grow {
    flex: 1 0 auto;
    padding: 0 var(--van-padding-sm)
}

.van-tab--shrink {
    flex: none;
    padding: 0 var(--van-padding-xs)
}

.van-tab--card {
    color: var(--van-tabs-default-color);
    border-right: var(--van-border-width-base) solid var(--van-tabs-default-color)
}

.van-tab--card:last-child {
    border-right: none
}

.van-tab--card.van-tab--active {
    color: var(--van-white);
    background-color: var(--van-tabs-default-color)
}

.van-tab--card--disabled {
    color: var(--van-tab-disabled-text-color)
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.van-tabs {
    position: relative
}

.van-tabs__wrap {
    overflow: hidden
}

.van-tabs__wrap--page-top {
    position: fixed
}

.van-tabs__wrap--content-bottom {
    top: auto;
    bottom: 0
}

.van-tabs__nav {
    position: relative;
    display: flex;
    background: var(--van-tabs-nav-background-color);
    -webkit-user-select: none;
    user-select: none
}

.van-tabs__nav--complete {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-tabs__nav--complete::-webkit-scrollbar {
    display: none
}

.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 15px
}

.van-tabs__nav--line.van-tabs__nav--complete,.van-tabs__nav--line.van-tabs__nav--shrink {
    padding-right: var(--van-padding-xs);
    padding-left: var(--van-padding-xs)
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: var(--van-tabs-card-height);
    margin: 0 var(--van-padding-md);
    border: var(--van-border-width-base) solid var(--van-tabs-default-color);
    border-radius: var(--van-border-radius-sm)
}

.van-tabs__nav--card.van-tabs__nav--shrink {
    display: inline-flex
}

.van-tabs__line {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
    width: var(--van-tabs-bottom-bar-width);
    height: var(--van-tabs-bottom-bar-height);
    background: var(--van-tabs-bottom-bar-color);
    border-radius: var(--van-tabs-bottom-bar-height)
}

.van-tabs__track {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
    height: var(--van-tabs-line-height)
}

.van-tabs--card>.van-tabs__wrap {
    height: var(--van-tabs-card-height)
}

.van-tab__panel,.van-tab__panel-wrapper {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__panel-wrapper--inactive {
    height: 0;
    overflow: visible
}

.history {
    min-height: 640px;
    padding-bottom: 50px;
    background: #fff;
    background-image: url(../img/myloginbg.png);
    background-repeat: no-repeat;
    background-size: 100% 130px
}

.history .m1 {
    display: none!important
}

.history .box-top {
    margin-top: -1px;
    padding-bottom: 8px
}

.history .box-top .van-col {
    margin: auto
}

.history-top {
    background-color: #fff;
    display: flex;
    justify-content: space-between
}

.history-top .title {
    height: 48px;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
    display: flex;
    align-items: center
}

.history-top .title span {
    color: #39f
}

.history-top-menu {
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-end
}

.history-top-menu .p-left {
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center
}

.history-top-menu .p-left span {
    height: 24px;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #39f;
    margin-left: 10px;
    border-radius: 24px;
    border: .5px solid #39f;
    background: linear-gradient(180deg,rgba(51,153,255,0),rgba(51,153,255,.2)),#fff
}

.history-top-menu .active {
    background: #39f;
    color: #fff!important
}

.history-top-menu .p-right .pop {
    width: 100px;
    height: 24px;
    background: #39f;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    justify-content: center
}
