.page-warprer .withdrawals-head {
    display: none
}

.page-warprer .home-body .container {
    max-width: 1720px;
    margin: 0 auto
}

.page-warprer .home-body .container .nav {
    margin-bottom: 30px
}

.page-warprer .home-body .container .section-body {
    border-radius: 20px;
    background: #fff;
    min-height: 400px;
    padding: 23px 20px;
    box-sizing: border-box
}

.page-warprer .home-body .container .section-body .b-search {
    margin: 30px 0 20px;
    color: #666;
    min-height: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.page-warprer .home-body .container .section-body .b-search .time {
    display: none
}

.page-warprer .home-body .container .section-body .b-search .time-select .el-date-editor {
    width: 140px;
    margin: 0 10px
}

.page-warprer .home-body .container .section-body .b-search .el-input__inner {
    border-radius: 20px;
    height: 38px;
    line-height: 38px
}

.page-warprer .home-body .container .section-body .b-search label {
    font-size: 16px
}

.page-warprer .home-body .container .section-body .b-search .fast-select {
    margin-right: 10px
}

.page-warprer .home-body .container .section-body .b-search .fast-select span {
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .2s
}

.page-warprer .home-body .container .section-body .b-search .fast-select .time {
    padding: 8px 20px;
    background: #fff;
    margin: 0 10px;
    color: #999;
    box-sizing: border-box
}

.page-warprer .home-body .container .section-body .b-search .fast-select .btn {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    color: #666;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s
}

.page-warprer .home-body .container .section-body .b-search .fast-select .btn-active {
    background: #FF9243;
    border-color: #FF9243;
    color: #fff
}

.page-warprer .home-body .container .section-body .b-search .other-select label {
    margin-right: 10px
}

.page-warprer .home-body .container .section-body .b-search .other-select .el-select {
    width: 168px;
    margin-right: 10px
}

.page-warprer .home-body .container .section-body .b-search .other-select .search-input {
    width: 220px
}

.page-warprer .home-body .container .section-body .b-search .search-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #FF9243;
    border-color: #FF9243;
    color: #fff;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
    justify-content: space-between
}

.page-warprer .home-body .container .section-body .b-search .search-btn img {
    width: 16px;
    height: 16px;
    border-left: 1px dashed #E5E5E5;
    padding-left: 9px;
    margin-left: 24px
}

.page-warprer .home-body .container .section-body .b-search .m-btn {
    display: none
}

.page-warprer .home-body .container .section-body .b-search .m-btn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resource/images/sousu.png) no-repeat center center;
    background-size: 100%;
    margin-right: 6px
}

.page-warprer .home-body .container .section-body .b-classify {
    text-align: center;
    margin-top: 74px;
    margin-bottom: 36px
}

.page-warprer .home-body .container .section-body .b-classify span {
    padding: 10px 28px;
    box-sizing: border-box;
    background: #EEEEEE;
    color: #9C9C9C;
    border-radius: 20px;
    margin: 0 1.7%;
    cursor: pointer
}

.page-warprer .home-body .container .section-body .b-classify .classify-active {
    background: #FF9243;
    color: #fff
}

.page-warprer .home-body .container .section-body .b-list {
    display: none
}

.page-warprer .home-footer .ftop {
    display: none
}

.page-warprer .m-selectbox {
    display: none
}

body {
    background: #F3F5F9
}

.b-table .table-tool {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 17px
}

.b-table .table-tool span {
    padding: 10px;
    background: #FFFAF2;
    margin: 0 10px;
    border-radius: 10px;
    color: #FF7100;
    display: flex;
    align-items: center
}

.b-table .table-tool span::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: red;
    margin-right: 8px
}

.b-table .btm {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.b-table .btm .el-pagination.is-background .btn-next,
.b-table .btm .el-pagination.is-background .btn-prev,
.b-table .btm .el-pagination.is-background .el-pager li {
    background: transparent;
    border: 1px solid #DCDEE0;
    box-sizing: border-box;
    font-weight: 400
}

.b-table .btm .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #FF9243;
    border: 1px solid #FF9243
}

.b-table .el-table__header-wrapper .has-gutter {
    background: #FFFAF2
}

.b-table .el-table {
    border-radius: 16px;
    border: 1px solid #E5E5E5
}

.b-table .el-table thead {
    background: #FFFAF2
}

.b-table .el-table th.el-table__cell {
    background: #FFFAF2
}

.b-table .el-table::before {
    display: none
}

.b-table .el-table td.el-table__cell,
.b-table .el-table th.el-table__cell.is-leaf {
    border-bottom: none
}

[v-cloak] {
    display: none
}

@media (min-width: 1200px) {
    .page-warprer .home-body .container {
        padding: 0 102px
    }
}

@media (max-width: 1200px) {
    .page-warprer .withdrawals-head {
        max-width: 750px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 18px 14px;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 44px;
        z-index: 10
    }
    .page-warprer .withdrawals-head span {
        color: #787878;
        font-size: 14px;
        position: relative
    }
    .page-warprer .withdrawals-head .th-active {
        color: #FF7100
    }
    .page-warprer .withdrawals-head .th-active::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -8px;
        width: 20px;
        height: 4px;
        background: #FF7100;
        border-radius: 2px
    }
    .page-warprer .home-body {
        max-width: 750px;
        margin: 0 auto
    }
    .page-warprer .home-body .container {
        margin-top: 64px;
        padding: 0 14px
    }
    .page-warprer .home-body .container .nav {
        display: none
    }
    .page-warprer .home-body .container .section-body {
        background: transparent;
        padding: 0
    }
    .page-warprer .home-body .container .section-body .b-search {
        margin-top: 0;
        justify-content: space-between
    }
    .page-warprer .home-body .container .section-body .b-search .time {
        display: block;
        font-size: 14px;
        color: #787878
    }
    .page-warprer .home-body .container .section-body .b-search .time-select,
    .page-warprer .home-body .container .section-body .b-search .fast-select,
    .page-warprer .home-body .container .section-body .b-search .other-select {
        display: none
    }
    .page-warprer .home-body .container .section-body .b-search .search {
        padding: 0
    }
    .page-warprer .home-body .container .section-body .b-search .search-btn {
        padding: 6px 10px;
        font-size: 14px
    }
    .page-warprer .home-body .container .section-body .b-search .search-btn::before {
        width: 12px;
        height: 12px;
        margin-right: 5px
    }
    .page-warprer .home-body .container .section-body .b-search .p-btn {
        display: none
    }
    .page-warprer .home-body .container .section-body .b-search .m-btn {
        display: block
    }
    .page-warprer .home-body .container .section-body .b-classify {
        display: flex;
        justify-content: space-between;
        margin: 17px 0
    }
    .page-warprer .home-body .container .section-body .b-classify span {
        padding: 8px 12px;
        margin: 0
    }
    .page-warprer .home-body .container .section-body .b-table {
        display: none
    }
    .page-warprer .home-body .container .section-body .van-list {
        min-height: calc(100vh - 180px)
    }
    .page-warprer .home-body .container .section-body .b-list {
        display: block;
        height: calc(100vh - 180px);
        overflow: auto
    }
    .page-warprer .home-body .container .section-body .b-list .item {
        background: #fff;
        border-radius: 12px;
        padding: 7px;
        margin-bottom: 12px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head,
    .page-warprer .home-body .container .section-body .b-list .item .item-bottom {
        display: flex;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head {
        padding: 6px 0 4px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .img {
        width: 48px;
        height: 48px;
        margin-right: 8px;
        background-image: url(/resource/images/banks_bg.png);
        background-repeat: no-repeat;
        background-size: 100%
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-gs {
        background-position: 0 -204px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-zg {
        background-position: 0 -815px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-jt {
        background-position: 0 -342px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-js {
        background-position: 0 -271px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-zs {
        background-position: 0 -882px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-zx {
        background-position: 0 -616px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-ny {
        background-position: 0 -747px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-yz {
        background-position: 0 -136px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-ms {
        background-position: 0 -1156px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-gd {
        background-position: 0 -954px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-xy {
        background-position: 0 -67px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-pdfz {
        background-position: 0 0
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-szfz {
        background-position: 0 -339px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-hx {
        background-position: 0 -1494px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-gf {
        background-position: 0 -1020px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-bj {
        background-position: 0 -1424px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-tj {
        background-position: 0 -476px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-sh {
        background-position: 0 -1360px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-nj {
        background-position: 0 -1293px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-nb {
        background-position: 0 -1224px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .bank-hs {
        background-position: 0 -1089px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .with-bank {
        background-image: url(/resource/images/with_bank.png)
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .with-zfb {
        background-image: url(/resource/images/zfb-have.png)
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .with-wx {
        background-image: url(/resource/images/weixin-have.png)
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .message-box {
        width: 80%
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .message-box li {
        font-size: 12px;
        margin-bottom: 12px;
        color: #787878
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .message-box li button {
        padding: 0 7px;
        line-height: 2;
        color: #fff;
        background: #3492FD;
        border-radius: 3px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-head .message-box li:nth-of-type(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-bottom {
        padding: 14px 14px 12px;
        background: #fffaef;
        border-radius: 0 0 9px 9px
    }
    .page-warprer .home-body .container .section-body .b-list .item .item-bottom li {
        font-size: 14px;
        color: #333
    }
    .page-warprer .home-body .container .section-body .b-list .none {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .page-warprer .home-body .container .section-body .b-list .none img {
        width: 276px
    }
    .page-warprer .home-body .container .section-body .b-list .none p {
        font-size: 14px;
        text-align: center;
        color: #787878
    }
    .page-warprer .m-selectbox {
        display: block
    }
    .home-footer {
        display: none
    }
}

.mTselect {
    height: auto;
    padding: 20px 0;
    overflow: visible
}

.mTselect .mTitle {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 28px
}

.mTselect .context {
    padding: 0 14px
}

.mTselect .context span {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    background: #E2F0FF;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3492FD;
    font-size: 12px;
    border: 1px solid #E2F0FF
}

.mTselect .context .select-active {
    color: #FF7100;
    border-color: #FF7100;
    background: #FFF2EC
}

.mTselect .context .fast-select {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mTselect .context .time-select {
    display: flex;
    align-items: center;
    margin-top: 26px
}

.mTselect .context .time-select div {
    position: relative
}

.mTselect .context .time-select i {
    margin: 0 2px;
    color: #9DCAFE
}

.mTselect .context .time-select .pickerTime {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.mTselect .context .time-alert {
    color: #FF996E;
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 36px
}

.mTselect .context .time-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mTselect .context .time-footer button {
    line-height: 50px;
    border-radius: 32px;
    font-size: 16px
}

.mTselect .context .time-footer .reset {
    width: 32.8%;
    border: 1px solid #FF7100;
    color: #FF7100;
    background: #FFF2EC;
    box-sizing: border-box
}

.mTselect .context .time-footer .submit {
    width: 54.7%;
    color: #fff;
    background: linear-gradient(123deg, #FD7E32 0%, #FE6936 100%)
}

.mTselect .m-close {
    width: 29px;
    height: 29px;
    background: url(/resource/images/m-close.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -40px;
    right: 10px
}